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

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 45px;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 7px;
  border-radius: 10px;
  background-color: #f8bc1a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url(../images/hero-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .slider_section {
  background: none;
}

.sub_page.about_page .slider_section {
  background-color: #f8f8f8;
}

.header_section {
  background-color: #f4f3f3;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .contact_nav {
  width: 95%;
  margin-right: auto;
}

.custom_nav-container .contact_nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom_nav-container .contact_nav .nav-item .nav-link {
  padding: 0px 25px;
  color: #000000;
  text-align: center;
}

.custom_nav-container .contact_nav .nav-item .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav2 {
  padding: 0 45px;
}

.custom_nav2 .custom_nav-container {
  padding: 5px 0;
  background-color: #f8bc1a;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #070101;
  text-align: center;
  position: relative;
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav2 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}

.custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon-black.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.custom_nav-container .nav_search-btn:hover {
  background-image: url(../images/search-icon.png);
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 35px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: bold;
  color: #0c0900;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.custom_nav-container .nav_search-btn {
  margin: auto;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.slider_section .slider_container {
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .detail-box h2 {
  color: #f8bc1a;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #f4f3f3;
  text-transform: uppercase;
}

.slider_section .detail-box p {
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin: 35px -5px 0 -5px;
}

.slider_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 7px 0;
  background-color: #f8bc1a;
  border: 1px solid #f8bc1a;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #f8bc1a;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 7px 0;
  background-color: #f4f3f3;
  border: 1px solid #f4f3f3;
  color: #020000;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #f4f3f3;
}

.slider_section .carousel-indicators {
  bottom: 50%;
  margin: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 25px;
}

.slider_section .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #f8bc1a;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border: 3px solid #f8bc1a;
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f8bc1a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #f8bc1a;
  margin: 2rem 0;
}

/* end slider section */
.about_section {
  background-color: #f8f8f8;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.about_section .box .img-box img {
  max-width: 100%;
}

.about_section .box .detail-box {
  margin-top: 25px;
}

.about_section .box .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #151615;
  border: 1px solid #151615;
  color: #ffffff;
  margin-top: 15px;
}

.about_section .box .detail-box a:hover {
  background-color: transparent;
  color: #151615;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  position: relative;
  color: #ffffff;
  margin: 1%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.service_section .service_container .box h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .service_container .box img {
  width: 100%;
}

.service_section .service_container .box .visible_heading {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.service_section .service_container .box .link_box {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service_section .service_container .box .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #f8bc1a;
}

.service_section .service_container .box .link_box a img {
  width: 20px;
}

.service_section .service_container .box .link_box a:hover {
  opacity: .9;
}

.service_section .service_container .box .link_box h6 {
  margin-top: 15px;
}

.service_section .service_container .box::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(67, 17, 125, 0.9);
}

.service_section .service_container .box:hover .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box:hover::before {
  display: block;
}

.service_section .service_container .box:hover .visible_heading {
  display: none;
}

.us_section {
  background-color: #3c0e78;
  color: #ffffff;
}

.us_section .us_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.client_section .box .img-box {
  width: 200px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}

.client_section .box .detail-box h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: #f8bc1a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}

.client_section .carousel-indicators li {
  opacity: 1;
  background-color: #000000;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background-clip: unset;
  border: none;
}

.client_section .carousel-indicators li.active {
  background-color: #f8bc1a;
}

.result_section {
  color: #ffffff;
  background-color: #3c0e78;
}

.result_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result_section .img-box img {
  width: 100%;
}

.result_section .detail-box {
  padding-left: 15px;
}

.result_section .detail-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
  position: relative;
  padding-top: 10px;
}

.result_section .detail-box h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 7px;
  border-radius: 10px;
  background-color: #f8bc1a;
}

.result_section .detail-box p {
  margin-top: 15px;
}

.result_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f8bc1a;
  border: 1px solid #f8bc1a;
  color: #ffffff;
  margin-top: 25px;
}

.result_section .detail-box a:hover {
  background-color: transparent;
  color: #f8bc1a;
}

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .bg-img {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_section .bg-img img {
  width: 100%;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .heading_container h2 {
  text-transform: unset;
}

.contact_section input::-webkit-input-placeholder {
  color: #000;
}

.contact_section input:-ms-input-placeholder {
  color: #000;
}

.contact_section input::-ms-input-placeholder {
  color: #000;
}

.contact_section input::placeholder {
  color: #000;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 0.8px solid #ac9784;
  width: 90%;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder {
  color: #ac9784;
}

.contact_section input:-ms-input-placeholder {
  color: #ac9784;
}

.contact_section input::-ms-input-placeholder {
  color: #ac9784;
}

.contact_section input::placeholder {
  color: #ac9784;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #fd9e2e;
  color: #fff;
  padding: 14px 55px;
  font-size: 14px;
  text-transform: uppercase;
}

.map_container {
  height: 350px;
}

.map_container .map-responsive {
  height: 100%;
}

/* contact section */
/* info section */
.info_section {
  background-color: #161616;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_form {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 139px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  background-color: #f8bc1a;
  display: inline-block;
  padding: 9px 30px;
  background-color: #f8bc1a;
  border: 1px solid #f8bc1a;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #f8bc1a;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info_section p {
  color: #cbc9c9;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #cbc9c9;
}

.info_section ul li a:hover {
  color: #ffffff;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 15px auto;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #161616;
  padding: 20px 0;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */



.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.about-left,
.about-right {
  flex: 1;
  min-width: 300px;
}

.about-content {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.about-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.about-content h3 {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.about-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ffc107;
}

.highlight {
  color: #ffc107;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #555;
}

.location-info {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

.location-info i {
  font-size: 1.5rem;
  color: #ffc107;
  margin-right: 15px;
}

.location-text h4 {
  color: #1a365d;
  margin-bottom: 5px;
}

.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: 400px;
  background-image: url('../images/about-img.png');
  background-size: cover;
  background-position: center;
  position: relative;
  /* Tilt effect at the bottom & more visible */
  transform: perspective(800px) rotateX(7deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.22);
}

.about-image::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  height: 32px;
  background: linear-gradient(to top, #fff0 0%, #fff5 60%, #fff0 100%);
  border-radius: 0 0 10px 10px;
  z-index: 1;
  pointer-events: none;
}

.image-overlay {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26, 54, 93, 0.89) 80%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 36px 20px 26px;
  z-index: 2;
  /* More accent at bottom */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
}

.image-overlay h3 {
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 900;
  text-shadow: 1px 3px 8px rgba(10, 40, 50, 0.16), 0 2px 8px #0003;
  letter-spacing: 0.04em;
  text-align: center;
}

.image-overlay .subtitle {
  font-size: 1.13rem;
  font-weight: 500;
  color: #f2f2f2;
  text-align: center;
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

.image-overlay p {
  color: #eed267;
  text-align: center;
  font-size: 1.01rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
  text-shadow: 0 1px 2px #2226;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 25px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  flex: 1;
  min-width: 200px;
  border-top: 4px solid #ffc107;
}

.stat-item i {
  font-size: 2.5rem;
  color: #ffc107;
  margin-bottom: 15px;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 5px;
}

.stat-text {
  color: #666;
  font-size: 1rem;
}

.mission-statement {
  background-color: #ffc107;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
  color: #1a365d;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.2);
}

.mission-statement h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.mission-statement p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .about-image {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

  .about-content {
    padding: 30px 25px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .mission-statement {
    padding: 30px 20px;
  }

  .about-image {
    min-height: 210px;
    transform: perspective(600px) rotateX(4deg);
  }
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* About Section Styles */
.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.about-left,
.about-right {
  flex: 1;
  min-width: 300px;
}

.about-content {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.about-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.about-content h3 {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.about-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ffc107;
}

.highlight {
  color: #ffc107;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #555;
}

.location-info {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

.location-info i {
  font-size: 1.5rem;
  color: #ffc107;
  margin-right: 15px;
}

.location-text h4 {
  color: #1a365d;
  margin-bottom: 5px;
}

.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 400px;
  background-image: url('https://images.unsplash.com/photo-1551524165-6b6e5a6166f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 30px 20px 20px;
}

.image-overlay h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

/* FAQ Section Styles */
.faq-section {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
}

.faq-title {
  text-align: center;
  margin-bottom: 50px;
}

.faq-title h2 {
  font-size: 2.2rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.faq-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  background-color: white;
  border-left: 5px solid #ffc107;
}

.faq-question h3 {
  color: #1a365d;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

.faq-question i {
  color: #ffc107;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  border-top: 1px solid transparent;
}

.faq-answer.active {
  padding: 25px 30px;
  max-height: 500px;
  border-top: 1px solid #f0f0f0;
  background-color: #fdfdfd;
}

.faq-answer p {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 15px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.city-highlight {
  color: #ffc107;
  font-weight: 600;
  font-style: italic;
}

.faq-answer ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.faq-answer li {
  margin-bottom: 8px;
  color: #555;
}

.mbc-contact {
  background-color: #ffc107;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
  color: #1a365d;
}

.mbc-contact h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.mbc-contact p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-btn {
  display: inline-block;
  background-color: #1a365d;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #1a365d;
}

.contact-btn:hover {
  background-color: transparent;
  color: #1a365d;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

  .about-content {
    padding: 30px 25px;
  }

  .section-title h2,
  .faq-title h2 {
    font-size: 2rem;
  }

  .faq-question {
    padding: 20px 25px;
  }

  .faq-question h3 {
    font-size: 1.2rem;
  }

  .faq-answer.active {
    padding: 20px 25px;
  }
}




.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.services-intro {
  background-color: #ffc107;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
  color: #1a365d;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.2);
}

.services-intro h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* Map Container */
.map-container {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.map-title {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.map-visualization {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.map-area {
  flex: 1;
  min-width: 300px;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.map {
  height: 400px;
  background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);
  border-radius: 8px;
  position: relative;
  border: 2px solid #d0e4ff;
  overflow: hidden;
}

.manhattan-beach-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffc107;
  color: #1a365d;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(255, 193, 7, 0.3);
  z-index: 10;
}

.manhattan-beach-center i {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.service-point {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #1a365d;
  border-radius: 50%;
  border: 2px solid #ffc107;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-point:hover {
  transform: scale(1.5);
  background-color: #ffc107;
  border-color: #1a365d;
}

.service-point.core {
  background-color: #ffc107;
  border-color: #1a365d;
}

.service-details {
  flex: 1;
  min-width: 300px;
}

.area-category {
  margin-bottom: 30px;
}

.area-category h4 {
  color: #1a365d;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffc107;
  display: flex;
  align-items: center;
}

.area-category h4 i {
  margin-right: 10px;
  color: #ffc107;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.area-item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #ffc107;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.area-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-left-color: #1a365d;
}

.area-item.core {
  background-color: rgba(255, 193, 7, 0.1);
}

.area-name {
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.area-distance {
  font-size: 0.85rem;
  color: #666;
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 12px;
}

.area-type {
  font-size: 0.9rem;
  color: #ffc107;
  font-weight: 600;
}

.services-count {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

/* Service Areas List */
.all-areas-section {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  position: relative;
}

.all-areas-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.all-areas-title {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.areas-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.area-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

.area-card:hover {
  border-color: #ffc107;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.area-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.area-card-name {
  font-weight: 700;
  color: #1a365d;
  font-size: 1.2rem;
}

.area-card-badge {
  background-color: #ffc107;
  color: #1a365d;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.area-card-details {
  margin-bottom: 15px;
}

.area-card-detail {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #555;
}

.area-card-detail i {
  color: #ffc107;
  margin-right: 10px;
  width: 20px;
}

.area-card-services {
  background-color: white;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

.area-card-services h5 {
  color: #1a365d;
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.area-card-services h5 i {
  margin-right: 8px;
  color: #ffc107;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  background-color: rgba(255, 193, 7, 0.15);
  color: #1a365d;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.total-count {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.total-count h3 {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.total-count .number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 10px;
}

.total-count p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .map-visualization {
    flex-direction: column;
  }

  .areas-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .map-container,
  .all-areas-section {
    padding: 25px 20px;
  }

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

  .manhattan-beach-center {
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .manhattan-beach-center {
    width: 80px;
    height: 80px;
    font-size: 0.8rem;
  }

  .manhattan-beach-center i {
    font-size: 1.4rem;
  }
}




.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* Contact Section */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 80px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.map-container,
.info-container {
  flex: 1;
  min-width: 300px;
  height: 550px;
}

.map-container {
  position: relative;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 54, 93, 0.1);
  z-index: 1;
  pointer-events: none;
}

.map-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e9f2ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.map-placeholder i {
  font-size: 4rem;
  color: #ffc107;
  margin-bottom: 20px;
}

.map-placeholder h3 {
  color: #1a365d;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.map-placeholder p {
  color: #666;
  max-width: 300px;
}

.info-container {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fffef7;
  position: relative;
}

.info-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.contact-header {
  margin-bottom: 40px;
}

.contact-header h3 {
  color: #1a365d;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

.contact-header p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
}

.mbc-badge {
  display: inline-block;
  background-color: #ffc107;
  color: #1a365d;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.contact-details {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  color: #ffc107;
  font-size: 1.5rem;
}

.contact-content h4 {
  color: #1a365d;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.contact-content p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-content a {
  color: #1a365d;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 5px;
}

.contact-content a:hover {
  color: #ffc107;
  transform: translateX(5px);
}

.service-hours {
  background-color: rgba(255, 193, 7, 0.1);
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
  border-left: 4px solid #ffc107;
}

.service-hours h4 {
  color: #1a365d;
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-hours h4 i {
  color: #ffc107;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hour-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
}

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

.day {
  color: #1a365d;
  font-weight: 500;
}

.time {
  color: #666;
  font-weight: 500;
}

.emergency-notice {
  background-color: #1a365d;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(26, 54, 93, 0.2);
}

.emergency-notice h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.emergency-notice h4 i {
  color: #ffc107;
}

.emergency-notice p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin-bottom: 15px;
}

.emergency-phone {
  display: inline-block;
  background-color: #ffc107;
  color: #1a365d;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.emergency-phone:hover {
  background-color: white;
  transform: scale(1.05);
}

/* Service Area Badge */
.service-area-badge {
  background-color: #1a365d;
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(26, 54, 93, 0.2);
}

.service-area-badge h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-area-badge h4 i {
  color: #ffc107;
}

.service-area-badge p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

/* Footer/Copyright */
.footer {
  background-color: #1a365d;
  color: white;
  padding: 30px 20px;
  text-align: center;
  margin-top: auto;
}

.copyright-container {
  max-width: 1300px;
  margin: 0 auto;
}

.copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.mbc-footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 15px;
  display: block;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffc107;
}

@media (max-width: 992px) {
  .contact-section {
    flex-direction: column;
  }

  .map-container,
  .info-container {
    width: 100%;
    height: 400px;
  }

  .info-container {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .contact-header h3 {
    font-size: 1.8rem;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon i {
    font-size: 1.3rem;
  }

  .hours-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 30px 15px;
  }

  .info-container {
    padding: 30px 20px;
  }

  .contact-item {
    flex-direction: column;
  }

  .contact-icon {
    margin-bottom: 15px;
  }

  .emergency-phone {
    font-size: 1.1rem;
    padding: 8px 20px;
  }
}



.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.premium-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #1a365d;
  padding: 8px 25px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

/* Premium Service Section */
.premium-service-section {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 80px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.premium-left,
.premium-right {
  flex: 1;
  min-width: 300px;
  padding: 50px;
}

.premium-left {
  background-color: #fffef7;
  position: relative;
}

.premium-left::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #ffc107;
  border-radius: 0 0 0 100px;
  opacity: 0.1;
}

.premium-service-title {
  color: #1a365d;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.premium-service-subtitle {
  color: #ffc107;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.premium-service-subtitle i {
  font-size: 1.5rem;
}

.premium-description {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.premium-highlights {
  margin: 35px 0;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.highlight-icon i {
  color: #ffc107;
  font-size: 1.5rem;
}

.highlight-text h4 {
  color: #1a365d;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.highlight-text p {
  color: #666;
  font-size: 1rem;
}

.premium-right {
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.premium-right::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 193, 7, 0.1);
  border-radius: 50%;
}

.features-title {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.features-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ffc107;
}

.feature-box {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  border-left: 4px solid #ffc107;
  transition: all 0.3s ease;
}

.feature-box:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
}

.feature-box h4 {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-box h4 i {
  color: #ffc107;
}

.feature-box p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
}

.premium-image {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: 300px;
  background-image: url('/images/s-2.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #ffc107;
  color: #1a365d;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Additional Premium Services */
.additional-premium-section {
  margin-top: 80px;
}

.additional-title {
  text-align: center;
  color: #1a365d;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.additional-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #ffc107;
}

.premium-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.additional-premium-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.additional-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 20px;
}

.card-overlay h4 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.card-content {
  padding: 25px;
}

.card-content p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}

.card-features {
  margin-bottom: 25px;
}

.card-feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #555;
}

.card-feature i {
  color: #ffc107;
  margin-right: 10px;
  font-size: 0.9rem;
}

.premium-tag {
  display: inline-block;
  background-color: #ffc107;
  color: #1a365d;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
}

.mbc-excellence {
  background-color: #ffc107;
  padding: 50px 40px;
  border-radius: 10px;
  margin-top: 60px;
  text-align: center;
  color: #1a365d;
  box-shadow: 0 15px 30px rgba(255, 193, 7, 0.2);
  position: relative;
  overflow: hidden;
}

.mbc-excellence::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.mbc-excellence h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.mbc-excellence p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
}

.excellence-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.excellence-feature {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.excellence-feature i {
  font-size: 2rem;
  color: #ffc107;
  margin-bottom: 15px;
}

.excellence-feature h4 {
  color: #1a365d;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .premium-service-section {
    flex-direction: column;
  }

  .premium-left,
  .premium-right {
    width: 100%;
  }

  .premium-services-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .premium-left,
  .premium-right {
    padding: 35px 25px;
  }

  .premium-service-title {
    font-size: 1.8rem;
  }

  .additional-title {
    font-size: 1.8rem;
  }

  .premium-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .premium-service-title {
    font-size: 1.6rem;
  }

  .highlight-item {
    flex-direction: column;
  }

  .highlight-icon {
    margin-bottom: 15px;
  }

  .excellence-features {
    flex-direction: column;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.services-intro {
  background-color: #ffc107;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
  color: #1a365d;
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.2);
}

.services-intro h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* Tabs Section */
.tabs-section {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  position: relative;
}

.tabs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.tabs-header {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-header h3 {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.tabs-header p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.tabs-container {
  display: flex;
  flex-direction: column;
}

.tabs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
}

.tab-button {
  padding: 15px 30px;
  background-color: #f8f9fa;
  border: none;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 1rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tab-button i {
  color: #ffc107;
  font-size: 1.2rem;
}

.tab-button:hover {
  background-color: #ffecb3;
  color: #1a365d;
}

.tab-button.active {
  background-color: #ffc107;
  color: #1a365d;
  box-shadow: 0 -3px 10px rgba(255, 193, 7, 0.2);
}

.tab-button.active i {
  color: #1a365d;
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffc107;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.service-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #ffc107;
}

.service-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon i {
  font-size: 2rem;
  color: #ffc107;
}

.service-card h4 {
  color: #1a365d;
  font-size: 1.4rem;
  margin-bottom: 15px;
  min-height: 65px;
}

.service-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}

.service-features {
  margin-bottom: 25px;
}

.service-feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #555;
}

.service-feature i {
  color: #ffc107;
  margin-right: 10px;
  font-size: 0.9rem;
}

.service-badge {
  display: inline-block;
  background-color: #ffc107;
  color: #1a365d;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
}

/* Service Detail Section */
.service-detail-section {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
}

.service-detail-left,
.service-detail-right {
  flex: 1;
  min-width: 300px;
}

.service-detail-content {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.service-detail-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffc107;
}

.service-detail-content h3 {
  color: #1a365d;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.service-detail-content p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.benefits-list {
  margin: 25px 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.benefit-icon i {
  color: #ffc107;
  font-size: 1.2rem;
}

.benefit-text h5 {
  color: #1a365d;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.benefit-text p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.service-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 500px;
  background-image: url('/images/slider-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 30px 20px 20px;
}

.image-overlay h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.image-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.mbc-badge {
  display: inline-block;
  background-color: #1a365d;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.mbc-badge i {
  margin-right: 8px;
  color: #ffc107;
}

.cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #1a365d;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid #ffc107;
  text-align: center;
  width: 100%;
}

.cta-button:hover {
  background-color: transparent;
  color: #ffc107;
}

@media (max-width: 992px) {
  .service-detail-section {
    flex-direction: column;
  }

  .service-detail-left,
  .service-detail-right {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .tabs-section,
  .service-detail-content {
    padding: 30px 25px;
  }

  .tabs-buttons {
    flex-direction: column;
  }

  .tab-button {
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card h4 {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon i {
    font-size: 1.7rem;
  }

  .service-card h4 {
    font-size: 1.3rem;
  }
}
