/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #090909;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
}

.container {
  max-width: 1460px;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #090909;
  margin: 0;
}

h1 {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

ul.btn {
  float: right;
}

ul.btn li {
  display: inline-block;
  padding: 0 25px;
}

ul.btn li a {
  color: #fff;
  font-size: 16px;
}

ul.btn li:last-child {
  padding-right: 0;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
  width: 100%;
}

.header_to {
  background-color: #032154;
  padding: 9px 0;
}

ul.lan li i {
  padding-right: 5px;
}

ul.lan li {
  float: left;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.select-box {
  cursor: pointer;
  position: relative;
  max-width: 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.select,
.label {
  color: #fff;
  display: block;
  font-size: 16px;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}

.select-box1 {
  border-radius: 30px;
}

.label {
  position: relative;
  padding: 0px 23px 0px 9px;
  cursor: pointer;
  margin-bottom: 0;
}

.open .label::after {
  content: "▲";
}

.label::after {
  content: "▼";
  font-size: 15px;
  position: absolute;
  right: -3px;
  top: 5px;
  background: #f2db18;
  width: 20px;
  height: 21px;
  line-height: 15px;
  text-align: center;
  padding-top: 3px;
}

ul.social_icon1 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.social_icon1 li {
  height: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 15px;
}

ul.social_icon1 li a {
  color: #fff;
  float: left;
  text-align: center;
  line-height: 31px;
  border-radius: 100%;
  font-size: 20px;
}

ul.social_icon1 li:last-child {
  padding-right: 0px;
}

.header_midil {
  background-color: #fff;
  width: 100%;
}

.logo {
  text-align: center;
  display: block;
}

.d_none1 {
  text-align: right;
}

ul.conta_icon li {
  display: inline-block;
}

ul.conta_icon li a i {
  padding-right: 5px;
  color: #f2db18;
}

ul.conta_icon li a {
  color: #271e0a;
  font-size: 17px;
  font-weight: 600;
}

ul.conta_icon li a:hover {
  color: #f2db18;
  text-decoration: underline !important;
}

.search {
  padding: 24px 0;
  text-align: right;
}

.form_sea {
  border: #fff solid 1px;
  padding: 0px 15px;
  color: #000;
  height: 40px;
  position: relative;
  width: 100%;
  font-size: 17px;
}

.seach_icon {
  position: absolute;
  margin-left: -30px;
  z-index: 999;
  background: transparent;
  padding: 4px 0px 0px 0px;
  color: #b7b7b7;
  font-size: 17px;
}

/*-- navigation--*/

.navigation.navbar {
  float: left;
  padding: 0;
  width: 100%;
  overflow: visible;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 25px 12px;
  font-weight: 600;
  margin: 0 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: font-size 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #f2db18;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
  background-color: #f2db18;
}

.navbar-expand-md .navbar-nav {
  padding-right: 10px;
  flex-wrap: nowrap;
}

.header_bo {
  background-color: #032154;
  width: 100%;
  height: 70px;
  overflow: visible;
}

.header_bo .container {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.header_bo .row {
  width: 100%;
  margin: 0;
  overflow: visible;
}

.header_bo .col-md-9 {
  width: 100%;
  padding: 0;
  overflow: visible;
  min-width: 0;
}

.header_bo .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  min-width: max-content;
  overflow: visible;
}

.navigation.navbar .navbar-collapse {
  width: 100%;
  overflow: visible;
}

.navigation.navbar .navbar-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  overflow: visible;
}

ul.sign {
  padding: 13px 0;
}

ul.sign li a {
  color: #fff;
  font-size: 20px;
}

ul.sign li a i {
  float: left;
  padding-top: 12px;
}

.sign_btn {
  float: right;
  max-width: 161px;
  background: #f2db18;
  font-size: 17px !important;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 6px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.sign_btn:hover {
  background-color: #000;
}

/** banner section **/

.banner_main {
  height: 600px; /* Fixed height for larger screens */
  padding: 60px 0;
  background: url(../images/banner.jpg) no-repeat center center; /* Center the background image */
  background-size: cover; /* Ensure it covers the entire section */
  position: relative; /* For positioning children */
  color: white; /* Text color */
}

.text-bg {
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack elements vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  height: 100%; /* Make the text-bg take full height */
  padding: 20px; /* Padding around the text */
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Darker semi-transparent background for better readability */
  border-radius: 10px; /* Rounded corners */
  text-align: center; /* Center text */
}

h1 {
  font-size: 3rem; /* Default heading size */
  margin-top: 0; /* Default margin for desktop */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  h1 {
    margin-top: 40px; /* Margin for mobile devices */
    font-size: 2.5rem; /* Smaller font size for mobile devices */
  }
}

.tagline {
  font-size: 1.5rem; /* Default tagline size */
  margin-top: 10px; /* Margin above tagline */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner_main {
    height: 400px; /* Reduce height for tablets */
    padding: 40px 0; /* Reduce padding */
  }

  h1 {
    font-size: 2.5rem; /* Smaller font size for mobile devices */
  }

  .tagline {
    font-size: 1.25rem; /* Adjust tagline font size for better readability */
  }
}

@media (max-width: 576px) {
  .banner_main {
    height: 300px; /* Further reduce height for small mobile devices */
    padding: 20px 0; /* Reduce padding */
  }

  h1 {
    font-size: 1.8rem; /* Further reduction for very small screens */
  }

  .tagline {
    font-size: 1rem; /* Further reduction for tagline */
  }
}

.text-bg {
  text-align: left;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .text-bg {
    padding-top: 70px;
  }
}

.text-bg h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}

.text-bg span {
  line-height: 28px;
  padding-bottom: 20px;
  display: block;
  color: #f2db18;
  font-size: 30px;
  font-weight: 600;
}

.text-bg p {
  line-height: 28px;
  padding-bottom: 40px;
  display: block;
  color: #fff;
  font-size: 17px;
}

@media (max-width: 768px) {
  .text-bg p {
    padding-bottom: 5px;
  }
}

.text-bg a {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  transition: ease-in all 0.5s;
  position: relative;
  line-height: 1px;
}

.text-bg a::before {
  position: absolute;
  content: "";
  top: 3px;
  border-right: #ffff00 solid 1px;
  border-width: 90px;
  height: 1px;
  right: -111px;
}

.text-bg a:hover {
  color: #fff;
  transition: ease-in all 0.5s;
}

.ban_img figure {
  margin: 0;
}

/** end banner section **/

.titlepage {
  text-align: left;
}

.titlepage h2 {
  font-size: 26px;
  color: #154492;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
  display: block;
  text-transform: uppercase;
}

.yellow {
  color: #f2db18;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
}

.titlepage p {
  font-size: 20px;
  color: #090a0b;
  padding-top: 30px;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 25px;
  color: #fff !important;
  text-align: left;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  padding: 0;
  line-height: 1px;
  max-width: 140px;
  width: 100%;
}

.read_more::before {
  position: absolute;
  content: "";
  top: 1px;
  border-right: #ddd solid 1px;
  border-width: 90px;
  height: 1px;
  right: -111px;
}

/** about section **/

.about {
  padding-top: 90px;
  background-color: #fff;
}

.about .titlepage {
  text-align: left;
  padding-bottom: 25px;
}

.about_img {
  padding-right: 20px;
}

.about_img figure {
  margin: 0;
}

.about_img figure img {
  width: 100%;
}

.about_box {
  text-align: left;
  width: 100%;
  float: right;
}

.about_box h3 {
  color: #0b0b0b;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  line-height: 30px;
}

.about_box span {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  padding-top: 25px;
  text-transform: uppercase;
  display: block;
}

.try {
  float: left;
}

.about_box p {
  font-size: 17px;
  padding-top: 5px;
  line-height: 30px;
  text-align: left;
  color: #0d0d0d;
  display: inline-block;
}

.margin_bottom2 {
  margin-bottom: 30px;
}

.about .read_morea {
  margin-top: 7px;
  padding: 8px 0;
  margin-left: 40px;
  background-color: #f2db18;
  max-width: 168px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.about .read_morea i {
  padding-left: 5px;
}

.about .read_morea:hover {
  background-color: #000;
}

/** end about section **/

/** service section **/

.service {
  background-color: #fff;
  padding-top: 80px;
}

.service .service_box {
  margin-bottom: 30px;
}

.service .service_box img {
  display: block;
}

.service .service_box h3 {
  margin-top: 20px;
  color: #323639;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: #020001 solid 3px;
  display: inline-block;
  padding-bottom: 6px;
  transition: ease-in all 0.5s;
}

.service .service_box p {
  color: #323639;
  font-size: 17px;
  padding-top: 15px !important;
  padding: 0;
  line-height: 25px;
}

#ho_color:hover.service_box h3 {
  transition: ease-in all 0.5s;
  color: #f2db18;
  border-bottom: #f2db18 solid 3px;
}

.service .read_more {
  color: #f2db18 !important;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
  display: block;
  display: table;
  margin-top: 40px;
}

.service .read_more::before {
  border-right: #f2db18 solid 1px;
  border-right-width: 1px;
  border-width: 90px;
}

/** end service section **/

/** portfolio section **/

.portfolio {
  padding-top: 90px;
}

.portfolio .titlepage {
  text-align: left;
  padding-bottom: 40px;
}

.portfolio .titlepage h2 {
  color: #040300;
}

.portfolio .titlepage span {
  color: #040300;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.portfolio .titlepage p {
  color: #434343;
  font-size: 17px;
  line-height: 28px;
  padding-top: 15px;
}

.portfolio .portfolio_Carousel .carousel-caption {
  position: inherit;
  padding: 0;
}

.portfolio_box {
  text-align: center;
  position: relative;
}

.portfolio_img {
  margin-bottom: 30px;
}

.middle:hover {
  opacity: 1;
  z-index: 9999;
}

.middle {
  z-index: 9999;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #ebd93cc2;
  width: 90%;
  height: 92%;
}

.text2 {
  background-color: transparent;
  color: white;
  font-size: 17px;
  padding: 7px 0px;
  width: 144px;
  margin-top: 50% !important;
  display: block;
  margin: 0 auto;
  border: #fff solid 2px;
}

.portfolio_Carousel .carousel-indicators {
  display: none;
}

#myCarousel a.carousel-control-prev {
  position: absolute;
  left: 20px;
}

#myCarousel a.carousel-control-next {
  right: 20px;
  position: absolute;
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
  width: 60px;
  height: 60px;
  background: #29426c;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 42%;
  border-radius: 30px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
  background: #f2db18;
  color: #fff;
}

.portfolio .read_more {
  color: #f2db18 !important;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
  display: block;
  display: table;
  margin-top: 40px;
}

.portfolio .read_more::before {
  border-right: #f2db18 solid 1px;
  border-right-width: 1px;
  border-width: 90px;
}

/** end portfolio section **/

/** business section **/

.business {
  background: #fff;
  padding-top: 80px;
}

.business .titlepage h2 {
  color: #010000;
}

.business .titlepage p {
  color: #6f6f6e;
  padding-top: 10px;
}

.business .business_box {
  margin-bottom: 20px;
}

.business .business_box i {
  float: left;
  padding: 0;
  margin-right: 10px;
}

.business .business_box h3 {
  font-weight: bold;
  font-size: 40px;
  color: #29426c;
  padding-bottom: 3px;
  line-height: 42px;
}

.business .business_box p {
  color: #f2db18;
  font-size: 19px;
  font-weight: bold;
}

.business .read_more {
  color: #f2db18 !important;
  margin-top: 60px;
}

.business .read_more::before {
  border-right: #f2db18 solid 1px;
  border-width: 90px;
}

/** end business section **/

/** team section **/

.team {
  background: #fff;
  padding: 60px 0;
}

.team .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
}

.team .row > [class*="col-"] {
  padding: 0 15px;
  display: flex;
  align-items: stretch;
}

.team .row > [class*="col-"] > .team-card {
  width: 100%;
}

.team .titlepage h2 {
  color: #010000;
}

.team .team_Carousel .carousel-caption {
  position: inherit;
  padding: 0;
}

.team_box {
  text-align: center;
}

.team_img img {
  margin-bottom: 30px;
  border-radius: 220px;
  border: #ddd solid 15px;
}

ul.social_icont {
  margin-top: 41%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

ul.social_icont li {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social_icont li a {
  color: #060400;
  width: 40px;
  height: 40px;
  background: #fff;
  float: left;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 22px;
}

#ho_bg:hover.team_img img {
  border: #e5d660 solid 15px;
  background-color: #ddd;
}

.ho_socal:hover {
  opacity: 1;
}

.ho_socal {
  position: absolute;
  z-index: 9999;
  top: 13px;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s ease;
  background-color: #082a63de;
  border-radius: 381px;
  width: 242px;
  margin: 0 auto;
  height: 247px;
  opacity: 0;
}

.team_Carousel .carousel-indicators {
  bottom: -30px;
  align-items: center;
}

.team_Carousel .carousel-indicators .active {
  background-color: #fff;
  padding: 5px;
  width: 20px;
  height: 20px;
  border: #183971 solid 4px;
}

.team_Carousel .carousel-indicators li {
  background-color: #f2db18;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}

#team .carousel-control-next,
#team .carousel-control-prev {
  display: none;
}

/** end team section **/

/** testimonial section **/

.testimonial {
  padding-top: 90px;
  background-color: #fff;
}

.testimonial .titlepage {
  text-align: center;
}

.testimonial .titlepage h2 {
  color: #1d1d1d;
}

.testimonial .testimonial_Carousel .carousel-caption {
  position: inherit;
  padding: 0;
}

.testimonial_box {
  text-align: center;
}

.testimonial_Carousel .test_box span {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 27px;
  display: inline-block;
  color: #f2db18;
  text-transform: uppercase;
  margin-left: 20px;
  float: left;
}

.testimonial_Carousel .test_box p {
  font-size: 16px;
  padding: 20px;
  line-height: 28px;
  color: #383737;
  text-align: left;
  border: #f2db18 solid 1px;
  display: inline-block;
  margin-bottom: 30px;
}

.testimonial_Carousel .test_box i {
  float: left;
}

.testimonial_Carousel .carousel-indicators {
  bottom: 31px;
  margin-right: 0px;
}

.testimonial_Carousel .carousel-indicators li {
  background-color: #f2db18;
  width: 15px;
  height: 15px;
}

.testimonial_Carousel .carousel-indicators .active {
  background-color: #4231bd;
}

#testimo .carousel-control-next,
#testimo .carousel-control-prev {
  display: none;
}

/** end testimonial section **/

/** contact  section **/

.contact {
  padding-top: 80px;
  background: #fff;
}

.contact .titlepage {
  text-align: center;
}

.contact .titlepage h2 {
  color: #0e0e0e;
}

.contact_form .contact_control {
  margin-bottom: 20px;
  width: 100%;
  height: 55px;
  background: transparent;
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  border-bottom: #003471 solid 1px !important;
  border: inherit;
}

.contact_form .textarea {
  margin-bottom: 20px;
  width: 100%;
  background: transparent;
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  height: 150px;
  border-bottom: #003471 solid 1px !important;
  border: inherit;
}

.contact_form .send_btn {
  font-size: 20px;
  transition: ease-in all 0.5s;
  background-color: #f2db18;
  text-transform: uppercase;
  color: #fffefe;
  padding: 15px 0px;
  border-radius: 40px;
  max-width: 217px;
  width: 100%;
  display: block;
  margin-top: 30px !important;
  font-weight: 600;
  margin: 0 auto;
}

.contact_form .send_btn:hover {
  background-color: #092352;
  transition: ease-in all 0.5s;
  color: #fff;
}

#post_form *::placeholder {
  color: #363636;
  opacity: 1;
}

/** end contact  section **/

/** footer **/

.footer {
  padding-top: 60px;
  background: url(../images/footer_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
  margin-top: 60px;
}

.logo2 {
  float: left;
}

/* Base footer h3 - overridden by specific footer styles */
.footer h3 {
  color: #f2db18;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0 25px 0;
}

ul.location_icon {
  padding-top: 0;
  margin-top: 0;
}

/* Removed duplicate styles - using new professional footer styles above */

ul.location_icon li a:hover {
  color: #eed818;
}

ul.social_icon {
  float: left;
}

ul.social_icon li {
  float: left;
  height: 60px;
  padding-right: 13px;
}

ul.social_icon li:last-child {
  padding-right: 0px;
}

ul.social_icon li a {
  color: #0b2554;
  width: 40px;
  height: 40px;
  background: #fff;
  float: left;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 22px;
}

ul.social_icon li a:hover {
  background: #eed818;
  color: #fff;
}

ul.link_icon li {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

ul.link_icon li.active a {
  color: #acaba9;
}

ul.link_icon li a {
  color: #fff;
  float: left;
  text-align: left;
  line-height: 20px;
  font-size: 17px;
}

ul.link_icon li a:hover {
  color: #acaba9;
}

ul.img_icon {
  float: left;
}

ul.img_icon li {
  display: block;
  padding-bottom: 10px;
  float: left;
  padding-right: 10px;
}

.main_form .news {
  padding: 0px 15px;
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  background: #fbf5f5;
  color: #a09f9b;
  font-size: 16px;
  font-weight: normal;
  border: #fbf5f5 solid 1px;
  border-radius: 10px;
}

.main_form .send_btn {
  font-size: 17px;
  transition: ease-in all 0.5s;
  background-color: #efd818;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 0px;
  max-width: 160px;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-weight: 600;
}

.main_form .send_btn:hover {
  background-color: #000;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #a09f9b;
  opacity: 1;
}

.copyright {
  background-color: #fff;
  margin-top: 70px;
  padding: 20px 0px;
}

.copyright p {
  color: #082557;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.copyright a {
  color: #082557;
}

.copyright a:hover {
  color: #fff;
}

.service {
  padding: 50px 0;
}

.service-header {
  font-weight: bold;
  font-size: 1.8rem; /* Larger font for headers */
  color: #333; /* Darker color for better readability */
  margin: 30px 0 15px;
  border-bottom: 2px solid #e0e0e0; /* Underline for headers */
  padding-bottom: 10px;
}

.service_box {
  background-color: #ffffff; /* White background for service boxes */
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.service_box img {
  max-width: 80px; /* Size of the icons */
  margin-bottom: 15px;
}

.service_box h4 {
  font-weight: 700;
  font-size: 1.25rem; /* Slightly larger font for service titles */
  margin: 10px 0;
  color: #2556b3; /* Use the primary theme color for titles */
}

.service_box p {
  font-size: 0.9rem; /* Readable font size for descriptions */
  color: #666; /* Dark gray for descriptions */
}

.service_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.read_more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff; /* Button color */
  color: white;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1rem; /* Font size for button */
}

.read_more:hover {
  background-color: #0056b3; /* Darker shade on hover */
}

.service_box {
  background-color: #ffffff; /* White background for service boxes */
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.service-icon {
  display: block; /* Ensures the image behaves like a block element */
  margin: 0 auto 15px; /* Centering the image */
  max-width: 80px; /* Size of the icons */
}

.custom-heading {
  font-weight: 700; /* Makes the text bold */
  font-size: 1.2rem; /* Adjust the size as needed */
}

.text-black {
  color: black;
}

.about-section {
  padding: 20px 0; /* Reduced vertical padding */
  margin-bottom: 20px; /* Space between sections */
}

.about_box {
  padding: 20px; /* Reduced padding inside the box */
  background-color: white; /* White background for the content */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

.titlepage {
  text-align: center; /* Center align titles */
  padding: 15px; /* Reduced padding for title area */
  background-color: #112e64; /* Dark blue background */
  color: white; /* White text */
}

.main-title {
  font-size: 2.5rem; /* Main title size */
  font-weight: bold; /* Bold for emphasis */
}

.sub-title {
  display: block; /* Display as block to break line */
  font-size: 1rem; /* Adjusted sub-title size */
  color: #666; /* Soft color for sub-title */
  margin-top: 5px; /* Reduced margin above sub-title */
}

h3 {
  font-size: 1.5rem; /* Subheading size */
  margin-top: 15px; /* Reduced margin for subheadings */
  color: #333; /* Darker color for emphasis */
}

p {
  font-size: 1rem; /* Base paragraph font size */
  line-height: 1.4; /* Improve readability */
  margin-bottom: 15px; /* Reduced space below paragraphs */
}

/* Image styling */
.image-card {
  border-radius: 15px; /* Rounded corners for images */
  overflow: hidden; /* Hide overflow for smooth edges */
}

.image-card img {
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
  max-width: 100%; /* Ensure the image doesn't overflow */
  height: auto; /* Maintain aspect ratio */
}

.image-card img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-section {
    padding: 20px 10px; /* Maintain reduced padding for mobile */
  }

  .main-title {
    font-size: 2rem; /* Smaller heading size for mobile */
  }

  .sub-title {
    font-size: 0.9rem; /* Smaller sub-title size for mobile */
  }

  h3 {
    font-size: 1.2rem; /* Smaller subheading size for mobile */
  }

  p {
    font-size: 0.9rem; /* Smaller paragraph font size */
  }
}

.service_box {
  text-align: center;
  transition: transform 0.3s ease;
}

.service_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
  color: #fff; /* Change color to match your theme */
}

.about-us-content h3 {
  color: black;
  font-size: 1.75rem;
  margin-top: 20px;
}

.about-us-content p {
  color: #555;
  line-height: 1.6;
}

.about_img {
  text-align: center; /* Center the image horizontally */
}

.about_img img {
  max-width: 100%; /* Make the image take full width */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out; /* Add smooth hover effect */
}

.about_img img:hover {
  transform: scale(1.05); /* Slightly enlarge the image on hover */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .about-section {
    padding: 30px 0;
  }

  .about-us-content {
    text-align: center;
  }

  .about-us-content h3 {
    font-size: 1.5rem;
  }

  .about_img {
    margin-top: 20px;
  }

  .about_img img {
    max-width: 100%;
  }
}

.tagline {
  font-size: 1.2rem !important; /* Adjust as needed */
  margin-top: 10px;
  color: #fff; /* Or any other color that suits your design */
  font-style: italic;
}

.login-link a {
  font-size: 1.2rem; /* Adjust as needed */
  color: #fff; /* Adjust the color to match your design */
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

.footer {
  background-color: #2c3e50; /* Dark background */
  color: #fff; /* White text */
  padding: 2rem 0; /* Padding for spacing */
}

.footer h3 {
  font-size: 1.5rem; /* Larger heading */
  margin-bottom: 1rem; /* Space below heading */
  color: #f1c40f; /* Highlight color for headings */
}

.footer ul {
  list-style-type: none; /* Remove default list style */
  padding: 0; /* Remove padding */
}

.footer ul li {
  margin-bottom: 0.5rem; /* Space between items */
}

.footer ul li a {
  color: #ecf0f1; /* Light gray links */
  text-decoration: none; /* No underline */
  transition: color 0.3s ease; /* Smooth color transition */
}

.footer ul li a:hover {
  color: #f1c40f; /* Change color on hover */
}

.location_icon li {
  display: flex; /* Flexbox for icon and text */
  align-items: center; /* Center items vertically */
}

.location_icon li a {
  margin-right: 0.5rem; /* Space between icon and text */
}

.copyright {
  background-color: #ffffff; /* Slightly lighter for contrast */
  padding: 1rem 0; /* Padding for spacing */
}

.copyright p {
  margin: 0; /* Remove default margin */
  text-align: center; /* Center the text */
}

.service {
  padding: 2rem 0;
}

.service-header {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  text-align: center;
  color: #333;
}

.service_box {
  background-color: #fff; /* White background for service boxes */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
  display: flex; /* Use flexbox to align items */
  flex-direction: column;
  justify-content: space-between; /* Equal space distribution */
  height: 260px; /* Fixed height for uniformity */
  transition: transform 0.3s, box-shadow 0.3s;
}

.service_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.service-icon {
  width: 60px; /* Consistent icon size */
  height: auto;
  margin-bottom: 1rem;
}

.service_box h4 {
  margin: 1rem 0 0.5rem; /* Spacing for heading */
  font-size: 1.2rem; /* Adjusted size for emphasis */
}

.service_box p {
  flex-grow: 1; /* Allow paragraph to grow and fill space */
  color: #555; /* Subtle color for text */
  margin: 0; /* Remove default margin */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-header {
    font-size: 1.3rem;
  }
  .service_box {
    padding: 1rem;
    height: auto; /* Allow height to adjust on smaller screens */
  }
}

.about-section {
  padding: 1rem 0;
}

.about-us-content {
  background-color: #ffffff; /* White background for About Us */
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.about-us-content:hover {
  transform: translateY(-5px);
}

.why-us-content {
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.why-us-content:hover {
  transform: translateY(-5px);
}

.titlepage {
  text-align: left; /* Align text left */
  margin-bottom: 1.5rem;
}

.titlepage h2 {
  font-size: 2rem; /* Adjusted size for emphasis */
  color: #333; /* Darker color for headings */
}

.titlepage strong {
  color: #ffffff; /* Highlighting important text */
}

h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #444; /* Darker color for subheadings */
}

p {
  color: #555; /* Subtle color for text */
  line-height: 1.6; /* Improved line spacing for readability */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-section {
    padding: 2rem 0;
  }

  .titlepage h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.4rem;
  }
}

/* Removed duplicate consultation-section styles - using unified version below */

.section-description {
  text-align: center;
  color: #555; /* Slightly lighter text for readability */
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.investment-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}

.investment-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f2db18, #113065);
  border-radius: 2px;
}

.investment-plan-list {
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  text-align: center; /* Center align list */
}

.investment-plan-list li {
  margin: 1rem 0;
  font-size: 1.2rem;
}

.investment-plan-list li i {
  color: #27ae60; /* Green icon color */
  margin-right: 8px; /* Space between icon and text */
}

blockquote.philosophy {
  font-style: italic;
  text-align: center;
  color: #555;
  margin: 1.5rem 0;
  padding: 1rem; /* Padding for the blockquote */
  border-left: 4px solid #2980b9; /* Stylish left border */
}

.external-links-title {
  text-align: center;
  color: #2980b9;
  font-size: 1.8rem;
  margin: 1.5rem 0;
}

.external-links {
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  text-align: center; /* Center align links */
}

.external-links li {
  margin: 0.5rem 0;
}

.external-links a {
  color: #007bff; /* Link color */
  text-decoration: none;
  font-size: 1.1rem; /* Consistent font size */
  transition: color 0.3s; /* Smooth color transition */
}

.external-links a:hover {
  color: #0056b3; /* Darker color on hover */
  text-decoration: underline; /* Underline on hover */
}

.team-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.team_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.team_img img {
  width: 100%;
  height: auto;
  border-radius: 220px;
  border: #ddd solid 15px;
  object-fit: cover;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

#ho_bg:hover.team_img img {
  border: #e5d660 solid 15px;
  background-color: #ddd;
}

.custom-heading {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 15px 0 20px 0;
  color: #113065;
  flex-shrink: 0;
}

.team-bio {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
}

.team-bio p {
  color: #555;
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 380px;
  padding-right: 8px;
  word-wrap: break-word;
  font-weight: bold;
}

/* Custom scrollbar for team bio */
.team-bio p::-webkit-scrollbar {
  width: 4px;
}

.team-bio p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.team-bio p::-webkit-scrollbar-thumb {
  background: #113065;
  border-radius: 2px;
}

.team-bio p::-webkit-scrollbar-thumb:hover {
  background: #0a1f3d;
}

/* Responsive Team Layout */
@media (max-width: 991px) {
  .team .row > [class*="col-md-3"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .team-bio p {
    max-height: 350px;
  }
}

@media (max-width: 767px) {
  .team .row > [class*="col-md-3"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team-card {
    margin-bottom: 30px;
  }

  .team-bio p {
    max-height: none;
  }
}

.text-black {
  color: #333;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
}

.consultation-section {
  padding: 80px 15px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #113065;
  margin: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.consultation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(242, 219, 24, 0.05) 0%,
    rgba(17, 48, 101, 0.05) 100%
  );
  z-index: 0;
}

.consultation-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #113065;
  position: relative;
  padding-bottom: 25px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #f2db18, #113065);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(242, 219, 24, 0.4);
}

.intro-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 0;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 50px 45px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(17, 48, 101, 0.12);
  border: 1px solid rgba(242, 219, 24, 0.2);
  position: relative;
  overflow: hidden;
}

.intro-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f2db18, #113065);
}

.image-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  flex-wrap: wrap;
}

.text-content {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 0;
}

.image-content {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-content img:hover {
  transform: scale(1.05);
}

.investment-main-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.investment-main-image:hover {
  transform: scale(1.02);
}

.custom-investment-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.custom-investment-image:hover {
  transform: scale(1.05);
}

.section-description {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 400;
}

.philosophy {
  font-style: italic;
  font-size: 1.4rem;
  margin: 35px 0;
  padding: 35px 40px;
  background: linear-gradient(
    135deg,
    rgba(242, 219, 24, 0.12) 0%,
    rgba(242, 219, 24, 0.2) 100%
  );
  border-left: 6px solid #f2db18;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(242, 219, 24, 0.25);
  color: #113065;
  position: relative;
  font-weight: 500;
}

.philosophy::before {
  content: '"';
  font-size: 5rem;
  position: absolute;
  top: -5px;
  left: 20px;
  color: rgba(242, 219, 24, 0.4);
  font-family: Georgia, serif;
  font-weight: 700;
}

.philosophy p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.external-links-container {
  text-align: center;
  margin-top: 40px;
}

.links-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.external-links {
  list-style: none;
  padding: 0;
  display: inline-block;
}

.external-links li {
  display: inline-block;
  margin: 10px 15px;
}

.external-links a {
  color: #113065;
  background-color: #fbed2f;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.external-links a:hover {
  background-color: #113065;
  color: #fbed2f;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .intro-wrapper {
    flex-direction: column; /* Stack elements for mobile */
    align-items: center; /* Center elements */
  }

  .text-content,
  .image-content {
    max-width: 100%; /* Full width on mobile */
    padding-right: 0; /* Remove padding on mobile */
  }

  .section-title {
    font-size: 2rem;
  }
}

/** end footer **/

/* Basic styling for the logo and login button */
@media (max-width: 768px) {
  .d_none {
    display: none !important; /* Hide phone and email sections */
  }

  /* Keep logo size consistent */
  .logo img {
    width: 300px;
    height: auto; /* Maintain aspect ratio */
  }

  .header_midil .row {
    position: relative; /* Allow absolute positioning of the login button */
    justify-content: center;
  }

  /* Position the login button at the top-left corner in mobile view only */
  .header_midil .login-btn {
    position: absolute;
    top: 10px;
    left: 10px; /* Change from right to left */
    padding: 10px 20px;
    background-color: #f2db18;
    color: #113065;
    font-weight: bold;
    border-radius: 5px;
    z-index: 9999; /* Ensure it is above other elements */
  }

  /* Display the login button on mobile as well */
  .d-md-none {
    display: block !important; /* Show Login button on mobile */
  }
}

/* For web view, keep the default positioning of the login button next to email */
@media (min-width: 768px) {
  .header_midil .login-btn {
    position: static; /* Default position on desktop, no absolute positioning */
    margin-left: 20px; /* Ensure space between email and login button */
    padding: 10px 20px;
    background-color: #f2db18;
    color: #113065;
    font-weight: bold;
    border-radius: 5px;
  }

  /* Hide mobile-only login button on desktop */
  .d-md-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .text-bg h1 {
    font-size: 1rem; /* Adjust font size for mobile */
    line-height: 1.2; /* Adjust line height */
    white-space: nowrap; /* Prevent wrapping */
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* General Styles */
.about-section {
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* Card Styling for Text */
.about_box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 25px; /* Increased padding for better readability */
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.titlepage h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333; /* Ensures visibility of text */
}

.titlepage .sub-title {
  font-size: 1.2rem; /* Slightly larger subtitle */
  color: #ffb800; /* Color to match the yellow styling */
  margin-top: 5px;
}

h3 {
  font-size: 1.6rem;
  margin-top: 20px;
  color: #333;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
  text-align: justify; /* Justifies text for better readability */
}

/* Mobile Layout Fixes */
@media (max-width: 768px) {
  .about-section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-section img {
    margin-bottom: 20px;
    width: 90%; /* Ensure images don’t stretch too much */
  }

  .about_box {
    padding: 20px;
    width: 95%;
    text-align: center;
  }

  .titlepage h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .titlepage .sub-title {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center; /* Centers the text on small screens */
    margin-bottom: 15px;
  }
}

/* Very Small Screen (480px and below) */
@media (max-width: 480px) {
  .about-section {
    padding: 10px;
  }

  .titlepage h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .titlepage .sub-title {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.4rem;
    margin-top: 12px;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }

  .about_box {
    padding: 15px;
    width: 100%;
  }
}

/* Mobile Layout Fixes */
@media (max-width: 768px) {
  .consultation-section {
    padding: 20px; /* Add padding for better spacing on mobile */
  }

  .section-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .intro-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .investment-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
  }

  .section-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
    text-align: justify; /* Justify text for better readability */
  }

  blockquote.philosophy {
    font-size: 1.2rem;
    font-style: italic;
    margin: 15px 0;
    text-align: center; /* Center the quote */
    color: #333;
  }

  .image-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .custom-investment-image,
  .investment-main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .external-links-container {
    margin-top: 20px;
    text-align: center;
  }

  .links-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .external-links {
    list-style-type: none;
    padding: 0;
  }

  .external-links li {
    margin-bottom: 10px;
  }

  .external-links li a {
    font-size: 1rem;
    color: #007bff;
    text-decoration: none;
  }

  .external-links li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.6rem; /* Smaller section title for very small screens */
  }

  .investment-title {
    font-size: 1.4rem; /* Slightly smaller investment title */
  }

  .section-description {
    font-size: 0.95rem; /* Smaller description font size */
  }

  blockquote.philosophy {
    font-size: 1rem; /* Adjusted quote size */
  }

  .external-links li a {
    font-size: 0.9rem; /* Smaller link size for small screens */
  }
}

/* Unified Carousel Section */
.unified-carousel-section {
  position: relative;
  overflow: hidden;
}

.unified-carousel-section .carousel {
  position: relative;
}

.unified-carousel-section .carousel-inner {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.unified-carousel-section .carousel-item {
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth fade transition for unified carousel */
.unified-carousel-section .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
  transform: scale(1.02);
}

.unified-carousel-section .carousel-fade .carousel-item.active,
.unified-carousel-section .carousel-fade .carousel-item-next.carousel-item-left,
.unified-carousel-section
  .carousel-fade
  .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transform: scale(1);
}

.unified-carousel-section .carousel-fade .active.carousel-item-left,
.unified-carousel-section .carousel-fade .active.carousel-item-right {
  opacity: 0;
  transform: scale(0.98);
}

.unified-carousel-section .carousel-fade .carousel-item-next,
.unified-carousel-section .carousel-fade .carousel-item-prev,
.unified-carousel-section .carousel-fade .carousel-item.active,
.unified-carousel-section .carousel-fade .active.carousel-item-left,
.unified-carousel-section .carousel-fade .active.carousel-item-prev {
  transform: scale(1);
}

/* Banner Text Slide Styling */
.unified-carousel-section .banner-text-slide .banner_main {
  height: 600px;
  padding: 60px 0;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
}

/* Image Slides Styling */
.unified-carousel-section .carousel-image-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.unified-carousel-section .carousel-image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.6s ease;
}

.unified-carousel-section .carousel-item:hover .carousel-image-wrapper img {
  transform: scale(1.05);
}

/* Text Overlay on Carousel Images */
.carousel-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 2;
}

.overlay-title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  margin: 0;
  padding: 30px 40px;
  background: linear-gradient(
    135deg,
    rgba(17, 48, 101, 0.75) 0%,
    rgba(17, 48, 101, 0.6) 100%
  );
  border-radius: 15px;
  backdrop-filter: blur(5px);
  max-width: 90%;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Carousel Controls */
.unified-carousel-section .carousel-control-prev,
.unified-carousel-section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(17, 48, 101, 0.8);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
}

.unified-carousel-section .carousel-control-prev {
  left: 20px;
}

.unified-carousel-section .carousel-control-next {
  right: 20px;
}

.unified-carousel-section .carousel-control-prev:hover,
.unified-carousel-section .carousel-control-next:hover {
  background-color: rgba(17, 48, 101, 1);
  transform: translateY(-50%) scale(1.1);
}

/* Carousel Indicators */
.unified-carousel-section .carousel-indicators {
  bottom: 30px;
}

.unified-carousel-section .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #113065;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.unified-carousel-section .carousel-indicators li.active {
  background-color: #f2db18;
  border-color: #113065;
}

.unified-carousel-section .carousel-indicators li:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Responsive Design for Unified Carousel */
@media (max-width: 992px) {
  .unified-carousel-section .banner-text-slide .banner_main {
    height: 500px;
    padding: 40px 0;
  }

  .unified-carousel-section .carousel-image-wrapper {
    height: 500px;
  }

  .unified-carousel-section .carousel-control-prev,
  .unified-carousel-section .carousel-control-next {
    width: 40px;
    height: 40px;
    left: 10px;
  }

  .unified-carousel-section .carousel-control-next {
    right: 10px;
  }

  .overlay-title {
    font-size: 2.5rem;
    padding: 25px 30px;
  }

  .carousel-text-overlay {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .unified-carousel-section .banner-text-slide .banner_main {
    height: 400px;
    padding: 30px 0;
  }

  .unified-carousel-section .carousel-image-wrapper {
    height: 400px;
  }

  .unified-carousel-section .carousel-control-prev,
  .unified-carousel-section .carousel-control-next {
    width: 35px;
    height: 35px;
    z-index: 10;
  }

  .unified-carousel-section .carousel-control-prev {
    left: 10px;
  }

  .unified-carousel-section .carousel-control-next {
    right: 10px;
    left: auto;
  }

  .unified-carousel-section .carousel-indicators {
    bottom: 20px;
  }

  .unified-carousel-section .carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .overlay-title {
    font-size: 2rem;
    padding: 20px 25px;
  }

  .carousel-text-overlay {
    padding: 20px;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .unified-carousel-section .banner-text-slide .banner_main {
    height: 300px;
    padding: 20px 0;
  }

  .unified-carousel-section .carousel-image-wrapper {
    height: 300px;
  }

  .unified-carousel-section .carousel-control-prev,
  .unified-carousel-section .carousel-control-next {
    width: 30px;
    height: 30px;
    z-index: 10;
  }

  .unified-carousel-section .carousel-control-prev {
    left: 8px;
  }

  .unified-carousel-section .carousel-control-next {
    right: 8px;
    left: auto;
  }

  .unified-carousel-section .carousel-indicators {
    bottom: 15px;
  }

  .overlay-title {
    font-size: 1.5rem;
    padding: 15px 20px;
    line-height: 1.3;
    max-width: 85%;
  }

  .carousel-text-overlay {
    padding: 15px;
    z-index: 1;
  }
}

/* Homepage CTA Section - Different Style */
.homepage-cta-section {
  padding: 60px 0;
  background: #f8f9fa;
  position: relative;
}

.homepage-cta-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  border-radius: 15px;
  padding: 40px 50px;
  box-shadow: 0 10px 40px rgba(17, 48, 101, 0.15);
  border: 2px solid #e8ecf0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.homepage-cta-card .row {
  display: flex;
  align-items: center;
  height: 100%;
}

.homepage-cta-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(242, 219, 24, 0.1) 0%,
    transparent 70%
  );
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.homepage-cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(17, 48, 101, 0.25);
}

.homepage-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.homepage-cta-card .col-md-8,
.homepage-cta-card .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .homepage-cta-card .col-md-8 {
    justify-content: center;
  }

  .homepage-cta-content {
    justify-content: center;
    width: 100%;
  }
}

.homepage-cta-card .col-md-4 {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .homepage-cta-card .col-md-4 {
    justify-content: center;
    margin-top: 20px;
  }
}

.homepage-cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #113065;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.homepage-cta-title i {
  color: #f2db18;
  font-size: 2.2rem;
}

.homepage-cta-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.homepage-cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #f2db18 0%, #ffeb3b 100%);
  color: #113065;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 219, 24, 0.4);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.homepage-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 219, 24, 0.6);
  color: #113065;
  text-decoration: none;
}

.homepage-cta-button i {
  margin-right: 8px;
}

/* ============================================
   PROFESSIONAL FOOTER - TIGHT & ALIGNED
   ============================================ */

/* Main Footer Row */
.footer > .container > .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0;
  gap: 30px;
}

/* All Footer Columns */
.footer .col-lg-6,
.footer .col-lg-2,
.footer .col-lg-4 {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex-shrink: 0;
  align-items: flex-start;
}

/* Ensure columns maintain proper widths - override Bootstrap responsive classes */
.footer .col-lg-6,
.footer .col-md-6,
.footer .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer .col-lg-2,
.footer .col-md-2,
.footer .col-sm-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.footer .col-lg-4,
.footer .col-md-4,
.footer .col-sm-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* ALL H3 HEADINGS - PERFECT ALIGNMENT */
.footer h3 {
  margin: 20px 0 12px 0 !important;
  padding: 0 !important;
  color: #f2db18 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

/* QR Code Column - Standalone */
.footer .col-lg-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
}

/* Contact List - All Left Aligned, Minimal Gaps */
ul.location_icon {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left !important;
}

ul.location_icon li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.5;
  text-align: left !important;
  justify-content: flex-start;
  width: 100%;
  direction: ltr;
}

/* Text nodes directly in li (address, email) - ensure left alignment */
ul.location_icon li:not(:has(div)) {
  text-align: left !important;
}

ul.location_icon li:not(:has(div))::after {
  content: "";
  flex: 1;
}

ul.location_icon li:last-of-type {
  margin-bottom: 0;
}

ul.location_icon li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

ul.location_icon li a i {
  font-size: 16px;
  color: #fff;
  display: block;
}

/* Text directly in li (address, email) */
ul.location_icon li {
  color: #fff;
  font-size: 15px;
  text-align: left !important;
}

/* Text in div (phone number) */
ul.location_icon li > div {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: left !important;
  flex: 1;
  margin: 0;
  padding: 0;
}

/* QR Code - Top Aligned, Minimal Space */
.footer .qr-code-section {
  margin: 0 !important;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0 !important;
}

.footer .qr-code-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* CTA Button - Reduced Spacing */
.footer-cta-link {
  margin-top: 15px;
}

.footer-cta-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: #f2db18;
  color: #113065;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(242, 219, 24, 0.3);
}

.footer-cta-button:hover {
  background: #ffeb3b;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(242, 219, 24, 0.4);
  color: #113065;
  text-decoration: none;
}

.footer-cta-button i {
  margin-right: 8px;
  font-size: 14px;
}

/* Menus - Tight Spacing */
.footer .col-lg-4 ul.link_icon,
.footer .col-lg-2 ul.link_icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .col-lg-4 ul.link_icon li,
.footer .col-lg-2 ul.link_icon li {
  margin-bottom: 8px;
  padding: 0;
}

.footer .col-lg-4 ul.link_icon li:last-child,
.footer .col-lg-2 ul.link_icon li:last-child {
  margin-bottom: 0;
}

.footer .col-lg-4 ul.link_icon li a,
.footer .col-lg-2 ul.link_icon li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}

.footer .col-lg-4 ul.link_icon li a:hover,
.footer .col-lg-2 ul.link_icon li a:hover {
  color: #f2db18;
}

.footer .col-lg-4 ul.link_icon li.active a,
.footer .col-lg-2 ul.link_icon li.active a {
  color: #f2db18;
}

/* Responsive Footer Styles */
@media (max-width: 992px) {
  .footer > .container > .row {
    flex-wrap: nowrap;
    gap: 20px;
  }

  .footer .col-lg-2 {
    align-self: flex-start;
  }

  .footer .qr-code-section {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .footer > .container > .row {
    flex-wrap: wrap;
    gap: 25px;
    flex-direction: column;
  }

  .footer .col-lg-6,
  .footer .col-lg-2,
  .footer .col-lg-4,
  .footer .col-md-6,
  .footer .col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }

  .footer .col-lg-2 {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer h3 {
    margin: 20px 0 12px 0 !important;
    font-size: 19px !important;
  }

  .footer .qr-code-section {
    width: 140px;
    margin: 0 auto;
  }

  /* Fix phone icon overlap on mobile */
  ul.location_icon li a {
    margin-right: 15px;
    min-width: 25px;
    width: 25px;
  }

  ul.location_icon li > div {
    margin-left: 0;
    padding-left: 0;
    word-break: break-word;
  }

  .footer-cta-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .footer > .container > .row {
    gap: 20px;
  }

  .footer .qr-code-section {
    width: 120px;
  }

  .footer h3 {
    font-size: 18px !important;
  }

  /* Fix phone icon overlap on smaller mobile */
  ul.location_icon li a {
    margin-right: 18px;
    min-width: 28px;
    width: 28px;
  }

  ul.location_icon li > div {
    margin-left: 0;
    padding-left: 0;
    word-break: break-word;
    font-size: 14px;
  }
}

/* Responsive Design for Homepage CTA */
@media (max-width: 992px) {
  .homepage-cta-card {
    padding: 35px 40px;
  }

  .homepage-cta-title {
    font-size: 1.75rem;
  }

  .homepage-cta-description {
    font-size: 1rem;
  }

  .homepage-cta-button {
    padding: 14px 35px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .homepage-cta-section {
    padding: 40px 0;
  }

  .homepage-cta-card {
    padding: 30px 25px;
  }

  .homepage-cta-title {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .homepage-cta-title i {
    font-size: 1.8rem;
  }

  .homepage-cta-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .homepage-cta-button {
    width: 100%;
    text-align: center;
    padding: 14px 30px;
  }

  .footer-cta-button {
    width: 100%;
    text-align: center;
    padding: 12px 25px;
  }
}

@media (max-width: 576px) {
  .homepage-cta-card {
    padding: 25px 20px;
  }

  .homepage-cta-title {
    font-size: 1.3rem;
    align-items: center;
    text-align: center;
  }

  .homepage-cta-description {
    font-size: 0.9rem;
  }

  .homepage-cta-button {
    font-size: 0.95rem;
    padding: 12px 25px;
  }
}

/* CTA Section Styling */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #113065 0%, #1a4a8a 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #f2db18 0%, #ffeb3b 100%);
  color: #113065;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 219, 24, 0.4);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.cta-button:hover::before {
  width: 300px;
  height: 300px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 219, 24, 0.6);
  color: #113065;
  text-decoration: none;
}

.cta-button:active {
  transform: translateY(-1px);
}

.cta-button i {
  margin-right: 10px;
  font-size: 1.2rem;
}

/* Responsive Design for CTA Section */
@media (max-width: 992px) {
  .cta-section {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-description {
    font-size: 1.1rem;
  }

  .cta-button {
    padding: 16px 40px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 50px 0;
  }

  .cta-title {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .cta-button {
    padding: 14px 35px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .cta-section {
    padding: 40px 0;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-description {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}

/* Investment Services Enhanced Styling */
.investment-hero-section {
  margin-bottom: 100px;
  padding: 0;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Investment Philosophy Section */
.investment-philosophy-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 50px;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(17, 48, 101, 0.15);
  margin: 100px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 219, 24, 0.15);
}

.investment-philosophy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #f2db18 0%, #113065 100%);
  box-shadow: 2px 0 10px rgba(242, 219, 24, 0.3);
}

.investment-philosophy-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(242, 219, 24, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.philosophy-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.philosophy-main-title {
  font-size: 3rem;
  font-weight: 800;
  color: #113065;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: -0.5px;
}

.title-icon {
  color: #f2db18;
  font-size: 2.5rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.philosophy-intro {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #444;
  max-width: 950px;
  margin: 25px auto;
  text-align: center;
  font-weight: 400;
}

.philosophy-intro strong {
  color: #113065;
  font-weight: 700;
  font-size: 1.05em;
}

.philosophy-focus-section {
  margin: 60px 0;
  position: relative;
  z-index: 1;
}

.focus-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #113065;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: -0.3px;
}

.focus-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #f2db18, #113065);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(242, 219, 24, 0.4);
}

.philosophy-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 50px;
}

.philosophy-point-card {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.philosophy-point-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f2db18, #113065);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(242, 219, 24, 0.5);
}

.philosophy-point-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(242, 219, 24, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transition: all 0.4s ease;
  opacity: 0;
}

.philosophy-point-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 40px rgba(17, 48, 101, 0.2);
  border-color: #f2db18;
  background: linear-gradient(135deg, #ffffff 0%, #fffef5 100%);
}

.philosophy-point-card:hover::before {
  transform: scaleX(1);
}

.philosophy-point-card:hover::after {
  opacity: 1;
  top: -30%;
  right: -30%;
}

.point-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 2.2rem;
  color: #113065;
  box-shadow: 0 6px 20px rgba(242, 219, 24, 0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.point-icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2db18, #113065);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.philosophy-point-card:hover .point-icon {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 8px 25px rgba(242, 219, 24, 0.5);
}

.philosophy-point-card:hover .point-icon::before {
  opacity: 0.2;
}

.point-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.point-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  font-weight: 400;
}

.philosophy-closing {
  margin-top: 60px;
  padding: 45px 40px;
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(17, 48, 101, 0.3);
  position: relative;
  overflow: hidden;
}

.philosophy-closing::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(242, 219, 24, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.closing-statement {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #ffffff;
  margin: 0;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.closing-statement strong {
  color: #f2db18;
  font-weight: 700;
  font-style: normal;
  font-size: 1.05em;
}

/* Investment Journey Section Enhancement */
.investment-journey-section {
  margin: 100px 0;
  padding: 0;
  background: transparent;
}

.investment-journey-section .image-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 50px 45px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(17, 48, 101, 0.12);
  border: 1px solid rgba(242, 219, 24, 0.2);
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.investment-journey-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f2db18, #113065);
}

.investment-journey-section .image-container {
  flex: 1 1 45%;
  min-width: 300px;
  position: relative;
}

.investment-journey-section .image-container img {
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.investment-journey-section .image-container:hover img {
  transform: scale(1.03);
}

.investment-journey-section .image-content {
  flex: 1 1 50%;
  text-align: left;
  padding-left: 30px;
}

/* Enhanced External Links */
.external-links-container {
  margin-top: 100px;
  padding: 60px 45px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(17, 48, 101, 0.12);
  border: 1px solid rgba(242, 219, 24, 0.2);
  position: relative;
  overflow: hidden;
}

.external-links-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f2db18, #113065);
}

.links-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  letter-spacing: -0.3px;
}

.links-title i {
  color: #f2db18;
  font-size: 2rem;
  animation: pulse 2s ease-in-out infinite;
}

.external-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.external-links li {
  margin: 0;
}

.external-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #113065;
  background-color: #ffffff;
  padding: 14px 28px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.external-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(242, 219, 24, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.external-links a:hover::before {
  width: 300px;
  height: 300px;
}

.external-links a:hover {
  background-color: #113065;
  color: #f2db18;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(17, 48, 101, 0.35);
  border-color: #f2db18;
}

.external-links a i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.external-links a:hover i {
  transform: translateX(3px);
}

/* Responsive Design for Investment Philosophy */
@media (max-width: 992px) {
  .consultation-section {
    padding: 60px 15px;
  }

  .consultation-section .container {
    padding: 0 25px;
  }

  .section-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }

  .intro-wrapper {
    padding: 40px 30px;
    gap: 40px;
  }

  .investment-hero-section {
    margin-bottom: 70px;
  }

  .investment-philosophy-section {
    padding: 50px 35px;
    margin: 70px 0;
  }

  .philosophy-main-title {
    font-size: 2.4rem;
    flex-direction: column;
    gap: 15px;
  }

  .philosophy-points-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .investment-journey-section {
    margin: 70px 0;
  }

  .investment-journey-section .image-wrapper {
    flex-direction: column;
    padding: 40px 30px;
    gap: 35px;
  }

  .investment-journey-section .image-content {
    padding-left: 0;
    text-align: center;
  }

  .external-links-container {
    margin-top: 70px;
    padding: 45px 30px;
  }

  .links-title {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .consultation-section .container {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .consultation-section {
    padding: 40px 10px;
  }

  .consultation-section .container {
    padding: 0 15px;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .section-title::after {
    width: 80px;
    height: 4px;
  }

  .investment-hero-section {
    margin-bottom: 60px;
  }

  .intro-wrapper {
    flex-direction: column;
    padding: 35px 25px;
    gap: 35px;
  }

  .investment-title {
    font-size: 1.8rem;
    padding-left: 12px;
  }

  .section-description {
    font-size: 1.05rem;
    text-align: center;
  }

  .philosophy {
    font-size: 1.2rem;
    padding: 30px 25px;
    margin: 30px 0;
  }

  .text-content {
    text-align: center;
    width: 100%;
  }

  .image-content {
    width: 100%;
  }

  .investment-philosophy-section {
    padding: 40px 25px;
    margin: 50px 0;
    border-radius: 20px;
  }

  .philosophy-header {
    margin-bottom: 40px;
  }

  .philosophy-main-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 12px;
  }

  .title-icon {
    font-size: 2rem;
  }

  .philosophy-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 0;
  }

  .philosophy-focus-section {
    margin: 40px 0;
  }

  .focus-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }

  .focus-title::after {
    width: 70px;
    height: 4px;
  }

  .philosophy-points-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }

  .philosophy-point-card {
    padding: 30px 25px;
  }

  .point-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .point-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .point-description {
    font-size: 1rem;
  }

  .philosophy-closing {
    margin-top: 40px;
    padding: 35px 25px;
  }

  .closing-statement {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .investment-journey-section {
    margin: 50px 0;
  }

  .investment-journey-section .image-wrapper {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }

  .investment-journey-section .image-container {
    width: 100%;
  }

  .investment-journey-section .image-content {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }

  .external-links-container {
    padding: 40px 25px;
    margin-top: 50px;
  }

  .links-title {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .links-title i {
    font-size: 1.8rem;
  }

  .external-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .external-links a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    padding: 12px 24px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .investment-philosophy-section {
    padding: 25px 15px;
  }

  .philosophy-main-title {
    font-size: 1.5rem;
  }

  .philosophy-intro {
    font-size: 1rem;
  }

  .focus-title {
    font-size: 1.5rem;
  }

  .philosophy-points-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .philosophy-point-card {
    padding: 25px 20px;
  }

  .point-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .point-title {
    font-size: 1.2rem;
  }

  .point-description {
    font-size: 0.95rem;
  }

  .closing-statement {
    font-size: 1rem;
  }
}

/* Newsletter Page Styling */
.newsletter-section {
  padding: 40px 20px 0 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

/* Financial Health Insights Section */
.financial-insights-section {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 3px solid #f2db18;
}

.insights-header {
  text-align: center;
  margin-bottom: 50px;
}

.insights-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.insights-main-title i {
  color: #f2db18;
  font-size: 2.2rem;
}

.insights-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.insights-articles {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.insight-article {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 5px solid #f2db18;
}

.insight-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(17, 48, 101, 0.15);
}

.article-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8ecf0;
}

.article-content {
  color: #555;
  line-height: 1.9;
  font-size: 1.05rem;
}

.article-content p {
  margin-bottom: 18px;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.article-lesson {
  background: linear-gradient(
    135deg,
    rgba(242, 219, 24, 0.1) 0%,
    rgba(242, 219, 24, 0.05) 100%
  );
  padding: 20px 25px;
  border-radius: 10px;
  border-left: 4px solid #f2db18;
  margin: 25px 0;
  font-size: 1.1rem;
  color: #113065;
}

.article-tagline {
  font-style: italic;
  color: #113065;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e8ecf0;
}

.article-list {
  margin: 20px 0;
  padding-left: 30px;
  color: #555;
  line-height: 1.9;
}

.article-list li {
  margin-bottom: 12px;
}

.article-list li:last-child {
  margin-bottom: 0;
}

.newsletter-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.newsletter-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f2db18;
}

/* Recent Newsletters Section */
.recent-newsletters-section {
  margin-bottom: 0;
}

.recent-newsletters-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #113065;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.recent-newsletters-title i {
  color: #f2db18;
  font-size: 1.8rem;
}

.recent-newsletters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.newsletter-card.featured {
  border: 3px solid #f2db18;
  box-shadow: 0 8px 25px rgba(242, 219, 24, 0.2);
}

.newsletter-card.featured:hover {
  border-color: #113065;
  box-shadow: 0 12px 35px rgba(17, 48, 101, 0.25);
}

/* All Newsletters Section */
.all-newsletters-section {
  margin-top: 60px;
}

.all-newsletters-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #113065;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.all-newsletters-title i {
  color: #f2db18;
  font-size: 1.8rem;
}

.newsletter-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.newsletter-main-title i {
  color: #f2db18;
  font-size: 2.5rem;
}

.newsletter-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.newsletter-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.newsletter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(17, 48, 101, 0.15);
  border-color: #f2db18;
}

.newsletter-card-header {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  padding: 25px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 15px;
}

.newsletter-card-header i {
  font-size: 2.5rem;
  color: #f2db18;
}

.newsletter-card-header h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
  color: #ffffff;
}

.newsletter-card-body {
  padding: 25px;
  flex: 1;
}

.newsletter-date {
  color: #113065;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.newsletter-date i {
  color: #f2db18;
}

.newsletter-description {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95rem;
}

.newsletter-card-footer {
  padding: 20px 25px;
  background: #f8f9fa;
  border-top: 1px solid #e0e6ed;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  color: #113065;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(242, 219, 24, 0.3);
}

.download-btn:hover {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  color: #f2db18;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(17, 48, 101, 0.3);
  text-decoration: none;
}

.download-btn i {
  font-size: 1.1rem;
}

/* Responsive Design for Newsletter Page */
@media (max-width: 1200px) {
  .newsletter-section .container {
    padding: 0 25px;
  }

  .newsletter-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
  }

  .insight-article {
    padding: 35px 40px;
  }
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 30px 15px 60px 15px;
  }

  .newsletter-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .financial-insights-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .insights-main-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
  }

  .insights-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }

  .insight-article {
    padding: 30px 25px;
  }

  .article-title {
    font-size: 1.5rem;
  }

  .article-content {
    font-size: 1rem;
  }

  .recent-newsletters-section {
    margin-bottom: 40px;
  }

  .recent-newsletters-title,
  .all-newsletters-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .recent-newsletters-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .all-newsletters-section {
    margin-top: 40px;
  }

  .newsletter-section .container {
    padding: 0 15px;
  }

  .newsletter-main-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-main-title i {
    font-size: 2rem;
  }

  .newsletter-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }

  .newsletter-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .newsletter-card-header {
    padding: 20px;
  }

  .newsletter-card-header h3 {
    font-size: 1.1rem;
  }

  .newsletter-card-body {
    padding: 20px;
  }

  .newsletter-card-footer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .newsletter-section {
    padding: 40px 10px;
  }

  .financial-insights-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .insights-main-title {
    font-size: 1.8rem;
  }

  .insights-subtitle {
    font-size: 0.95rem;
  }

  .insight-article {
    padding: 25px 20px;
  }

  .article-title {
    font-size: 1.3rem;
  }

  .article-content {
    font-size: 0.95rem;
  }

  .article-lesson {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .newsletter-main-title {
    font-size: 1.6rem;
  }

  .newsletter-subtitle {
    font-size: 0.95rem;
  }

  .newsletter-card-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .newsletter-card-header i {
    font-size: 2rem;
  }
}

/* Engagement Models Page Styling */
.engagement-section {
  padding: 40px 20px 80px 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.engagement-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.engagement-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f2db18;
}

.engagement-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.engagement-main-title i {
  color: #f2db18;
  font-size: 2.5rem;
}

.engagement-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.engagement-models-container {
  margin-bottom: 60px;
}

.engagement-model-item {
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.engagement-model-item:hover {
  box-shadow: 0 10px 35px rgba(17, 48, 101, 0.15);
  transform: translateY(-5px);
}

.model-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 40px;
}

.model-left .model-content-wrapper {
  flex-direction: row;
}

.model-right .model-content-wrapper {
  flex-direction: row-reverse;
}

.model-icon-section {
  flex-shrink: 0;
  position: relative;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-icon-large {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #113065;
  box-shadow: 0 8px 25px rgba(242, 219, 24, 0.3);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.engagement-model-item:hover .model-icon-large {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(242, 219, 24, 0.4);
}

.model-number {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2db18;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(17, 48, 101, 0.3);
  z-index: 3;
}

.model-text-section {
  flex: 1;
}

.model-title {
  font-size: 2rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 20px;
  line-height: 1.3;
}

.model-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.model-cost-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 15px;
  border: 2px solid #e0e6ed;
  border-left: 5px solid #f2db18;
}

.cost-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  color: #113065;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(242, 219, 24, 0.3);
}

.cost-badge i {
  font-size: 1.1rem;
}

.cost-explanation {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Featured Model (Value-Added Services) */
.model-featured {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  color: #ffffff;
  border: 3px solid #f2db18;
}

.model-featured:hover {
  border-color: #ffd700;
}

.featured-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid rgba(242, 219, 24, 0.3);
  position: relative;
}

.featured-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #113065;
  box-shadow: 0 8px 25px rgba(242, 219, 24, 0.4);
}

.featured-header .model-title {
  color: #ffffff;
  flex: 1;
  margin-left: 30px;
  margin-bottom: 0;
}

.featured-header .model-number {
  position: static;
  width: 70px;
  height: 70px;
  background: rgba(242, 219, 24, 0.2);
  border: 3px solid #f2db18;
  color: #f2db18;
}

.featured-content {
  padding: 40px 50px;
}

.value-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.value-service-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border-left: 4px solid #f2db18;
  transition: all 0.3s ease;
}

.value-service-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}

.value-service-item i {
  color: #f2db18;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.value-service-item span {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.6;
}

.featured-cost-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(242, 219, 24, 0.15);
  padding: 25px 30px;
  border-radius: 15px;
  border: 2px solid rgba(242, 219, 24, 0.3);
}

.featured-cost-box i {
  font-size: 2rem;
  color: #f2db18;
  flex-shrink: 0;
}

.featured-cost-box p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.7;
}

.featured-cost-box strong {
  color: #f2db18;
}

/* Transparency Section */
.transparency-section {
  margin-top: 80px;
  padding: 0;
  background: transparent;
}

.transparency-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 3px solid #f2db18;
}

.transparency-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #113065;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.transparency-title i {
  color: #f2db18;
  font-size: 2rem;
}

.transparency-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.transparency-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(17, 48, 101, 0.1);
  border-left: 6px solid #f2db18;
}

.commission-table-card {
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(17, 48, 101, 0.1);
  border-top: 6px solid #113065;
}

.value-beyond-card {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  padding: 50px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(17, 48, 101, 0.2);
  color: #ffffff;
  border: 3px solid #f2db18;
}

.value-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}

.value-strategy-image {
  flex: 0 0 45%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
}

.strategy-img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  display: block;
  transition: transform 0.3s ease;
  margin: 0;
}

.strategy-img:hover {
  transform: scale(1.02);
}

.value-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.value-highlight-content {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.transparency-subtitle,
.table-title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #113065;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.transparency-subtitle i,
.table-title i {
  color: #f2db18;
  font-size: 1.6rem;
}

.value-title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.value-title i {
  color: #f2db18;
  font-size: 1.6rem;
}

.transparency-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.transparency-text.highlight {
  background: linear-gradient(
    135deg,
    rgba(242, 219, 24, 0.2) 0%,
    rgba(242, 219, 24, 0.3) 100%
  );
  padding: 20px 25px;
  border-radius: 12px;
  border-left: 5px solid #f2db18;
  color: #113065;
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: 25px;
}

.commission-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.commission-table thead {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  color: #ffffff;
}

.commission-table th {
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.05rem;
}

.commission-table tbody tr {
  border-bottom: 1px solid #e0e6ed;
  transition: background 0.3s ease;
}

.commission-table tbody tr:hover {
  background: #f8f9fa;
}

.commission-table tbody tr:last-child {
  border-bottom: none;
}

.commission-table td {
  padding: 15px 20px;
  font-size: 1rem;
  color: #555;
}

.commission-table td strong {
  color: #113065;
}

.table-note {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-note i {
  color: #f2db18;
}

.value-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #ffffff;
  margin-bottom: 18px;
  margin-top: 0;
}

.value-text-content .value-text:first-child {
  margin-top: 0;
}

.value-text.highlight {
  background: rgba(242, 219, 24, 0.15);
  padding: 25px 30px;
  border-radius: 12px;
  border-left: 5px solid #f2db18;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 25px;
  font-style: italic;
}

/* Responsive Design for Engagement Models */
@media (max-width: 1200px) {
  .engagement-section .container {
    padding: 0 25px;
  }

  .engagement-models-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .engagement-section {
    padding: 30px 15px 60px 15px;
  }

  .engagement-section .container {
    padding: 0 15px;
  }

  .engagement-header {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }

  .engagement-main-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
  }

  .engagement-main-title i {
    font-size: 2rem;
  }

  .engagement-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }

  .engagement-models-container {
    margin-bottom: 40px;
  }

  .engagement-model-item {
    margin-bottom: 30px;
  }

  .model-content-wrapper {
    flex-direction: column !important;
    padding: 30px 25px;
    gap: 30px;
  }

  .model-icon-section {
    width: 100%;
  }

  .model-icon-large {
    width: 120px;
    height: 120px;
    font-size: 3rem;
  }

  .model-number {
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .model-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .model-description {
    font-size: 1rem;
    text-align: center;
  }

  .model-cost-box {
    text-align: center;
  }

  .featured-header {
    flex-direction: column;
    padding: 30px 25px;
    gap: 20px;
    text-align: center;
  }

  .featured-icon {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }

  .featured-header .model-title {
    margin-left: 0;
    font-size: 1.6rem;
  }

  .featured-header .model-number {
    position: static;
    width: 60px;
    height: 60px;
  }

  .featured-content {
    padding: 30px 25px;
  }

  .value-services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .value-service-item {
    padding: 15px;
  }

  .transparency-section {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .transparency-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
  }

  .transparency-subtitle,
  .table-title,
  .value-title {
    font-size: 1.5rem;
  }

  .value-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .value-strategy-image {
    flex: 1;
    width: 100%;
  }

  .strategy-img {
    max-height: 300px;
    padding: 12px;
  }

  .value-text-content {
    flex: 1;
    width: 100%;
  }

  .commission-table {
    font-size: 0.9rem;
  }

  .commission-table th,
  .commission-table td {
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .engagement-section {
    padding: 25px 10px 50px 10px;
  }

  .engagement-main-title {
    font-size: 1.6rem;
  }

  .engagement-subtitle {
    font-size: 0.95rem;
  }

  .model-content-wrapper {
    padding: 25px 20px;
  }

  .model-icon-large {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }

  .model-number {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .model-title {
    font-size: 1.4rem;
  }

  .model-description {
    font-size: 0.95rem;
  }

  .model-cost-box {
    padding: 20px;
  }

  .cost-badge {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .featured-header {
    padding: 25px 20px;
  }

  .featured-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .featured-content {
    padding: 25px 20px;
  }

  .value-service-item {
    padding: 12px;
    font-size: 0.95rem;
  }

  .featured-cost-box {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }

  .transparency-section {
    padding: 25px 15px;
  }

  .transparency-title {
    font-size: 1.6rem;
  }

  .transparency-subtitle,
  .table-title,
  .value-title {
    font-size: 1.3rem;
  }

  .value-content-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .value-strategy-image {
    flex: 1;
    width: 100%;
  }

  .strategy-img {
    max-height: 250px;
    padding: 10px;
  }

  .value-text-content {
    flex: 1;
    width: 100%;
  }

  .commission-table {
    font-size: 0.85rem;
  }

  .commission-table th,
  .commission-table td {
    padding: 10px 12px;
  }
}

/* Testimonials Page Styling */
.testimonials-section {
  padding: 40px 20px 80px 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.testimonials-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #f2db18;
}

.testimonials-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonials-main-title i {
  color: #f2db18;
  font-size: 2rem;
}

.testimonials-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  text-align: center;
}

/* Testimonials Carousel */
#testimonialsCarousel {
  margin-bottom: 40px;
  position: relative;
}

#testimonialsCarousel.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}

#testimonialsCarousel.carousel-fade .carousel-item.active,
#testimonialsCarousel.carousel-fade .carousel-item-next.carousel-item-left,
#testimonialsCarousel.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transform: translateY(0);
}

#testimonialsCarousel.carousel-fade .active.carousel-item-left,
#testimonialsCarousel.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transform: translateY(20px);
}

#testimonialsCarousel .carousel-inner {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

#testimonialsCarousel .carousel-item {
  min-height: 380px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}

#testimonialsCarousel .carousel-item.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

#testimonialsCarousel .carousel-item.carousel-item-next,
#testimonialsCarousel .carousel-item.carousel-item-prev {
  display: flex;
}

#testimonialsCarousel .carousel-item.carousel-item-next:not(.active),
#testimonialsCarousel .carousel-item.carousel-item-prev:not(.active) {
  opacity: 0;
  transform: translateY(20px);
}

.testimonial-card {
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(17, 48, 101, 0.12);
  padding: 40px 50px;
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid #e8eef5;
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f2db18 0%, #ffd700 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(17, 48, 101, 0.2);
  border-color: #f2db18;
}

.testimonial-card:hover::before {
  transform: scaleX(1);
}

.testimonial-quote {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #113065;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(242, 219, 24, 0.4);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-family: Georgia, serif;
}

.testimonial-quote::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 100%
  );
  top: 0;
  left: 0;
}

.carousel-item.active .testimonial-quote {
  animation: quotePulse 2s ease-in-out infinite;
}

@keyframes quotePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
  flex: 1;
  position: relative;
  padding-left: 10px;
  font-style: italic;
}

.testimonial-text::before {
  content: '"';
  position: absolute;
  left: -10px;
  top: -5px;
  font-size: 3rem;
  color: rgba(242, 219, 24, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 2px solid #e8eef5;
  margin-top: auto;
  position: relative;
}

.testimonial-author::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #f2db18 0%, transparent 100%);
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #113065;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.author-title {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  font-style: italic;
}

.testimonial-badge {
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(17, 48, 101, 0.3);
  white-space: nowrap;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}

.testimonial-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(242, 219, 24, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.carousel-item.active .testimonial-badge::before {
  animation: badgeShimmer 2s ease-in-out infinite;
}

@keyframes badgeShimmer {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* Carousel Indicators - Testimonials Only */
#testimonialsCarousel .carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
}

#testimonialsCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d0d0d0;
  border: 2px solid #ffffff;
  margin: 0 6px;
  transition: all 0.3s ease;
}

#testimonialsCarousel .carousel-indicators li.active {
  background-color: #f2db18;
  width: 30px;
  border-radius: 6px;
  border-color: #f2db18;
}

/* Carousel Controls - Testimonials Only */
#testimonialsCarousel .carousel-control-prev,
#testimonialsCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #113065 0%, #1a4a7a 100%);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

#testimonialsCarousel .carousel-control-prev {
  left: 20px;
}

#testimonialsCarousel .carousel-control-next {
  right: 20px;
}

#testimonialsCarousel .carousel-control-prev:hover,
#testimonialsCarousel .carousel-control-next:hover {
  opacity: 1;
  background: linear-gradient(135deg, #f2db18 0%, #ffd700 100%);
  transform: translateY(-50%) scale(1.1);
}

#testimonialsCarousel .carousel-control-prev-icon,
#testimonialsCarousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

#testimonialsCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#testimonialsCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Responsive Design for Testimonials */
@media (max-width: 1200px) {
  .testimonials-section .container {
    padding: 0 25px;
  }

  .testimonial-card {
    padding: 35px 40px;
    max-width: 800px;
  }

  #testimonialsCarousel .carousel-item {
    min-height: 380px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 30px 15px 60px 15px;
  }

  .testimonials-section .container {
    padding: 0 15px;
  }

  .testimonials-header {
    margin-bottom: 25px;
    padding-bottom: 12px;
  }

  .testimonials-main-title {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }

  .testimonials-main-title i {
    font-size: 1.8rem;
  }

  .testimonials-subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
    text-align: center;
  }

  .testimonial-card {
    padding: 30px;
    max-width: 100%;
  }

  #testimonialsCarousel .carousel-item {
    min-height: 350px;
    padding: 15px;
  }

  #testimonialsCarousel .carousel-control-prev,
  #testimonialsCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  #testimonialsCarousel .carousel-control-prev {
    left: 10px;
  }

  #testimonialsCarousel .carousel-control-next {
    right: 10px;
  }

  .testimonial-quote {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .testimonial-text {
    font-size: 1rem;
    margin-bottom: 22px;
    padding-left: 8px;
  }

  .testimonial-text::before {
    font-size: 2.5rem;
    left: -8px;
  }

  .testimonial-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
  }

  .testimonial-badge {
    margin-left: 0;
  }

  .author-name {
    font-size: 1rem;
  }

  .author-title {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 25px 10px 50px 10px;
  }

  .testimonials-main-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .testimonials-subtitle {
    font-size: 0.9rem;
    text-align: center;
  }

  .testimonial-card {
    padding: 25px 20px;
    max-width: 100%;
  }

  #testimonialsCarousel .carousel-item {
    min-height: 320px;
    padding: 10px;
  }

  #testimonialsCarousel .carousel-control-prev,
  #testimonialsCarousel .carousel-control-next {
    width: 35px;
    height: 35px;
  }

  #testimonialsCarousel .carousel-control-prev-icon,
  #testimonialsCarousel .carousel-control-next-icon {
    width: 15px;
    height: 15px;
  }

  #testimonialsCarousel .carousel-indicators {
    bottom: -40px;
  }

  #testimonialsCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  #testimonialsCarousel .carousel-indicators li.active {
    width: 25px;
  }

  .testimonial-quote {
    width: 55px;
    height: 55px;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }

  .testimonial-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
    padding-left: 6px;
  }

  .testimonial-text::before {
    font-size: 2rem;
    left: -6px;
  }

  .author-name {
    font-size: 0.95rem;
  }

  .author-title {
    font-size: 0.8rem;
  }

  .testimonial-badge {
    font-size: 0.8rem;
    padding: 5px 12px;
  }
}

/* QR Code Section in Footer */
/* QR Code styles - using footer-specific styles defined above */
/* General QR code styles removed to prevent conflicts */
