@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block;
}

blockquote, q {
  quotes: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
}
ul li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 35px;
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 40px;
  line-height: 1;
  color: #1B1464;
  margin-bottom: 12px;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
}
h2 span {
  color: #001420;
}
h2 strong {
  color: #001420;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #001420;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333131;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p.max_w_p {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

figure {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  font-family: "Roboto Condensed", sans-serif;
  color: #001420;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #025BBA;
}

.a_btn {
  background-color: transparent;
  border: 1px solid;
  border-color: #212529;
  color: #212529;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}
.a_btn:hover {
  background-color: #f9b500;
  color: #000;
  border-color: #f9b500;
}
.a_btn i {
  transition: transform 0.3s;
  position: relative;
  left: -10px;
}
.a_btn:hover i {
  transform: translateX(5px);
}

button.a_btn {
  border: 0;
}
button.a_btn::after {
  display: none;
}
button.a_btn:hover {
  background-color: #1B1464;
}

.span_text {
  color: #000000;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-style: normal;
  position: relative;
}
.span_text span {
  position: relative;
  z-index: 2;
  background-color: #32debd;
  padding: 0 15px;
  color: white;
}

body {
  background-color: #efefef;
}

.overflow_hidden {
  overflow-x: hidden;
  width: 100%;
}

.body_margin {
  margin: 80px 0;
}

.body_padding {
  padding: 80px 0;
}

.heading {
  text-align: center;
}

.heading_style {
  position: relative;
}
.heading_style::after {
  content: attr(BorderContent);
  position: absolute;
  font-size: 25vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-color: #ddd;
  -moz-text-stroke-color: #ddd;
  -ms-text-stroke-color: #ddd;
  -o-text-stroke-color: #ddd;
  -webkit-text-stroke-width: 1.5px;
  -moz-text-stroke-width: 1.5px;
  -ms-text-stroke-width: 1.5px;
  -o-text-stroke-width: 1.5px;
  font-family: "Archivo";
  opacity: 0.2;
}
.heading_style h2 {
  position: relative;
  z-index: 2;
}

.reveal {
  transform: translateY(150px);
  opacity: 0;
  transition: 0.6s;
}
.reveal.active {
  transform: none;
  opacity: 1;
}

.main_header {
  position: relative;
  z-index: 10;
  transition: all 0.6s;
}
.main_header .top {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 0;
}
.main_header .top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_header .call_number {
  color: white;
}
.main_header .call_number:hover {
  color: #32debd;
}
.main_header.fixed {
  transition: all 0.6s;
}
.main_header.fixed .main_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: all 0.6s;
}

.nav-link {
  color: white !important;
}

.main_nav_list {
  flex-grow: 1;
}
.main_nav_list ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  width: 100%;
}
.main_nav_list ul li.active a {
  color: #32debd;
}
.main_nav_list a {
  color: white;
}
.main_nav_list a:hover {
  color: #32debd;
}

.main_nav_list_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.nav_contact_info {
  display: flex;
  align-items: center;
}
.nav_contact_info .call_number {
  color: white;
}
.nav_contact_info .call_number:hover {
  color: #32debd;
}

.main_banner figure {
  width: 100%;
  height: 55vh;
}
.main_banner.inner_banner figure {
  height: 30vh;
  position: relative;
}
.main_banner.inner_banner figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main_banner .inner_banner_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  margin: auto;
  max-width: 1320px;
}
.main_banner .inner_banner_text ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vh;
}
.main_banner .inner_banner_text ul a {
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.main_banner .inner_banner_text ul a:hover {
  color: #32debd;
}
.main_banner .inner_banner_text ul span {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
.main_banner .inner_banner_text ul li {
  position: relative;
}
.main_banner .inner_banner_text ul li::after {
  content: "|";
  position: absolute;
  right: -2.5vh;
  top: 0;
  color: white;
  font-size: 22px;
}
.main_banner .inner_banner_text ul li:last-child::after {
  content: "";
  display: none;
}

.search-bar {
  position: relative;
  margin-top: -70px;
  max-width: 870px;
  width: 95%;
}

.search-container {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-active {
  border-bottom: 2px solid blue;
}

.search-container {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.investment-header {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.new-badge {
  font-size: 12px;
  background: #C00009;
  color: #d4d4d4;
  padding: 2px 6px;
  border-radius: 5px;
  margin-left: 5px;
  font-weight: bold;
}

.investment-list {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 10px;
}

.investment-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.investment-item input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item .nav-link {
  color: #333 !important;
  padding: 10px 15px;
  font-weight: 500;
  border: none;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid #004AAD;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #004AAD;
}

.cursor-pointer {
  cursor: pointer;
}

.red-dot {
  height: 6px;
  width: 6px;
  background: red;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.custom-select {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #F1F3F6;
}
.custom-select.selected {
  border-color: #004AAD;
  background: #004AAD;
  color: white;
}
.custom-select.selected::after {
  content: "✔";
  font-size: 16px;
  color: white;
  position: absolute;
  right: 10px;
}

.search-input {
  flex-grow: 1;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.icon-group {
  display: flex;
  gap: 10px;
}
.icon-group i {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.icon-group i:hover {
  color: #004AAD;
}

.search-btn {
  background: #004AAD;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}
.search-btn:hover {
  background: #00347a;
}

#price-range {
  position: relative;
  height: 6px;
  background: #F1F3F6;
  border-radius: 4px;
  margin-top: 10px;
}
#price-range .ui-slider-range {
  background: #004AAD;
  height: 100%;
  border-radius: 4px;
}
#price-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  transition: transform 0.2s;
}
#price-range .ui-slider-handle:hover, #price-range .ui-slider-handle:focus {
  transform: scale(1.2);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: bold;
}

.main_checkbox_input_filter {
  padding-top: 70px;
  position: relative;
  display: none;
}
.main_checkbox_input_filter .dropdown-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.main_checkbox_input_filter .dropdown-content label {
  flex: 0 0 30%;
  font-weight: 600;
}
.main_checkbox_input_filter .dropdown-content input[type=checkbox] {
  transform: scale(1.3);
  margin-right: 8px;
}
.main_checkbox_input_filter .clear-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #025BBA;
  font-weight: 600;
  transition: 0.3s;
}
.main_checkbox_input_filter .clear-btn:hover {
  color: #32debd;
}
.main_checkbox_input_filter.active {
  display: block;
}

.dropdown-footer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.dropdown-footer .click_here {
  color: #004AAD;
}
.dropdown-footer .click_here:hover {
  color: #32debd;
}

.main_project_section {
  overflow-x: hidden;
}
.main_project_section .row {
  margin-top: 50px;
}
.main_project_section .heading {
  text-align: center;
}

.main_slider_wrapper {
  margin-top: 20px;
}
.main_slider_wrapper .elements {
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.property-card {
  background: white;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.property-card .image-container {
  position: relative;
}
.property-card .image-container img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-card .new-label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(-46px) rotate(-21deg) translateX(-33px);
  background: #f9b500;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  transform-origin: right;
  animation: bounceLabel 1.5s infinite ease-in-out;
  overflow: hidden;
}
.property-card .new-label:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  z-index: -1;
  animation: shineEffect 2s infinite linear;
}
.property-card .new-label .new-text {
  background: #002e5b;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
}
.property-card .new-label .launch-text {
  color: black;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
}
.property-card .payment-plan {
  position: absolute;
  bottom: 10px;
  right: 0;
  bottom: 0;
  background: #2f6d3b;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px 0 0 0;
}
.property-card .details {
  padding: 20px;
}
.property-card .title {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 1;
}
.property-card .subtext {
  color: #555;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.property-card .price {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}
.property-card .location {
  font-size: 16px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}
.property-card .buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.property-card .buttons .btn {
  flex: 1;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.property-card .buttons .interested {
  background: #002e5b;
  color: white;
}
.property-card .buttons .view-more {
  background: white;
  border: 2px solid #002e5b;
  color: #002e5b;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
  font-size: 16px;
  color: black;
  border-color: #ddd;
  outline: 0;
  border: 0;
}
.slick-prev i, .slick-next i {
  font-size: 16px;
  color: black;
}
.slick-prev:hover, .slick-next:hover {
  transform: scale(1.1);
  background-color: #004AAD;
}
.slick-prev:hover i, .slick-next:hover i {
  color: white;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slick-prev .slick-prev, .slick-next .slick-prev {
  left: -50px;
}
.slick-prev .slick-next, .slick-next .slick-next {
  right: -50px;
}

.sw-pagination {
  position: static;
  width: 100%;
  height: 3px;
  background-color: #d3d3d3;
  overflow: hidden;
}
.sw-pagination .swiper-pagination-progressbar-fill {
  display: block;
  height: 100%;
  background-color: #004AAD;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.slider_arrow_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main_arrow_slider_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vh;
  margin-top: 50px;
}

@keyframes bounceLabel {
  0%, 100% {
    transform: translateY(-46px) rotate(-21deg) translateX(-33px) scale(1);
  }
  50% {
    transform: translateY(-48px) rotate(-21deg) translateX(-33px) scale(1.03);
  }
}
@keyframes shineEffect {
  0% {
    left: -75px;
  }
  100% {
    left: 120%;
  }
}
.footer {
  background-color: #2a3994;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 173, 0.6);
  z-index: 1;
}
.footer a {
  color: #32debd;
}
.footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 22px;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 0.5rem;
}
.footer ul li a {
  color: white;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #32debd;
}
.footer p {
  margin-bottom: 0.5rem;
  color: white;
}
.footer p i {
  margin-right: 8px;
  color: white;
}
.footer .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 1rem;
}
.footer .social-icons a {
  color: white;
  font-size: 1.2rem;
}
.footer .social-icons a:hover {
  color: #32debd;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 1rem;
}
.footer .footer-bottom a {
  color: white;
  text-decoration: none;
  margin: 0 8px;
}
.footer .footer-bottom a:hover {
  color: #32debd;
}

.main_trending_projects_wrapper {
  position: relative;
  z-index: 2;
}

.trending_projects_main {
  position: relative;
}
.trending_projects_main .bg_image_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.8;
}

.click_tabs .tab {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.click_tabs .tablinks {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  border: 2px solid black;
  border-radius: 30px;
  background-color: #f5f5f5;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  flex-grow: 1;
}
.click_tabs .tablinks i {
  font-size: 14px;
}
.click_tabs .tablinks:hover {
  background-color: #ddd;
}
.click_tabs .tablinks.active {
  background-color: #32debd;
  border-color: #32debd;
  color: white;
}

.proximiy_projects_main {
  position: relative;
  background-color: #1B1464;
}
.proximiy_projects_main .container {
  position: relative;
  z-index: 2;
}
.proximiy_projects_main h2 {
  color: white;
}
.proximiy_projects_main p:not([class]) {
  color: white;
}
.proximiy_projects_main .sw-pagination .swiper-pagination-progressbar-fill {
  background-color: #32debd;
}

.exclusive_card {
  display: flex;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 0.3s, box-shadow 0.3s;
}
.exclusive_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.exclusive_card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
  height: 100%;
}
.exclusive_card img:hover {
  opacity: 0.9;
}
.exclusive_card .card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exclusive_card .exclusive-badge {
  position: absolute;
  background: #32debd;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 13px;
  top: 12px;
  left: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.exclusive_card .title {
  font-size: 24px;
  font-weight: 700;
  color: #1B1464;
  margin-bottom: 10px;
}
.exclusive_card .details {
  margin: 8px 0;
  font-size: 15px;
  color: #5F5F5F;
  display: flex;
  align-items: center;
}
.exclusive_card .details i {
  color: #8E8E8E;
  margin-right: 8px;
  font-size: 18px;
}
.exclusive_card .price {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  color: #f9b500;
}
.exclusive_card .explore-btn {
  display: inline-flex;
  align-items: center;
  background: #32debd;
  color: white;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.exclusive_card .explore-btn:hover {
  background: #1fbea0;
  transform: translateY(-2px);
}
.exclusive_card .explore-btn i {
  margin-left: 8px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .exclusive_card {
    flex-direction: column;
    max-width: 100%;
    box-shadow: none;
  }
  .exclusive_card img, .exclusive_card .card-content {
    width: 100%;
  }
  .exclusive_card .exclusive-badge {
    top: 8px;
    left: 8px;
    font-size: 12px;
    padding: 4px 10px;
  }
  .exclusive_card .title {
    font-size: 20px;
  }
  .exclusive_card .price {
    font-size: 20px;
  }
  .exclusive_card .explore-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.exclusive_card_slider {
  margin: 35px 0;
}
.exclusive_card_slider .elements {
  padding: 0 15px;
}

.download_card {
  border-radius: 20px;
}
.download_card .btn-outline-light {
  background-color: #32debd;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.download_card .btn-outline-light:hover {
  background-color: #1fbea0;
}
.download_card .content {
  padding: 30px;
}

.aboutus_main_section {
  position: relative;
}
.aboutus_main_section .bg_image_main {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.about-us-section {
  position: relative;
  z-index: 2;
}
.about-us-section .img_1_main {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 400px;
  transition: 0.3s;
}
.about-us-section .img_1_main:hover {
  position: relative;
  z-index: 2;
}
.about-us-section .img_2_main {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
  margin-left: -50px;
  box-shadow: 0 6px 20px rgba(142, 142, 142, 0.6);
}

.review_box_card .review-card {
  background-color: #f4f4f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.review_box_card .avatar {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review_box_card .rating i {
  margin-right: 3px;
  font-size: 18px;
}
.review_box_card .review-card h5 {
  margin-bottom: 2px;
  font-weight: 600;
}
.review_box_card .review-card p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.review_card_slider {
  margin-top: 30px;
}
.review_card_slider .elements {
  padding: 20px 15px;
}

.info-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.info-card:hover .lord-icon {
  transform: scale(1.2);
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.info-card h4 {
  color: #3a47d5;
  margin-bottom: 8px;
}
.info-card p {
  color: #555;
}

.exprience_trust_main .main_row {
  margin-top: 30px;
}

.scroll-top {
  background-color: #3a47d5;
  border: none;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  transform: scale(1.1);
}

.testimonial-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}
.testimonial-section.about_page {
  background-color: transparent;
}

.testimonial-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  position: relative;
}

.testimonial-content {
  display: flex;
  align-items: center;
}

.testimonial-image {
  flex: 0 0 30%;
  text-align: center;
}
.testimonial-image img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.testimonial-text {
  flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .testimonial-text {
    padding-left: 20px;
  }
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
}

.testimonial-position {
  font-size: 14px;
  color: gray;
}

.testimonial-desc {
  font-size: 16px;
  margin-top: 10px;
}

.testimonial-logo {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.testimonial-logo img {
  width: 80px;
  margin-right: 10px;
  border-radius: 8px;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.testimonial-controls button {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}

.logo_slider-container .elements {
  padding: 10px 20px;
  background: #f1f1f1;
  border-radius: 5px;
}
.logo_slider-container .slider-item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  background-color: white;
  text-align: center;
}
.logo_slider-container .slider-item img {
  display: inline-block;
}
.logo_slider-container .slider {
  margin-top: 30px;
}
.logo_slider-container .slider img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

#menu-icon {
  cursor: pointer;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: end;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 20;
}
.menu-overlay.open {
  transform: translateY(0);
}

.menu-content {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 400px;
  max-height: 95vh;
  overflow-y: scroll;
}
.menu-content::-webkit-scrollbar {
  display: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #C00009;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.menu-list {
  list-style: none;
  padding: 0;
}
.menu-list li {
  margin: 15px 0;
}
.menu-list a {
  text-decoration: none;
  color: #004AAD;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.3s;
}
.menu-list a:hover {
  background: rgba(0, 74, 173, 0.1);
}

.video-section {
  position: relative;
  max-width: 800px;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.play-button i {
  font-size: 80px;
}

.video-player {
  width: 100%;
  height: 450px;
  display: none;
  border-radius: 15px;
  background: black;
}
@media (max-width: 768px) {
  .video-player {
    height: 250px;
  }
}

.video_thumbnail_cover {
  position: relative;
}
.video_thumbnail_cover .side_text {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: white;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-width: 1px;
  -ms-text-stroke-width: 1px;
  -o-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -moz-text-stroke-color: white;
  -ms-text-stroke-color: white;
  -o-text-stroke-color: white;
  color: transparent;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  white-space: pre;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Archivo";
  text-align: center;
}

.mission-section {
  background: #f8f9fa;
}

.mission-title {
  text-align: center;
}

.mission-card {
  background: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
  padding: 30px 20px;
}
.mission-card:hover {
  transform: translateY(-10px);
}

.mission-icon {
  font-size: 40px;
  color: #7873f5;
  margin-bottom: 20px;
}

.mission-title-small {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.mission-text {
  color: #555;
  font-size: 16px;
}

.value-card {
  border: 1px solid white;
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  transition: transform 0.3s ease;
}
.value-card:hover {
  transform: translateY(-5px);
}

.value-number {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(to right, #3a47d5, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 10px;
}

.value-title {
  font-weight: 700;
  font-size: 20px;
  color: #2f2f7d;
}

.value-description {
  color: #555;
  margin-top: 5px;
  font-size: 16px;
}

.value-icon {
  background: #f5f5ff;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-section {
  background: #ffffff;
  padding: 60px 20px;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.stat-card {
  background: #f0f2ff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  color: #2c2c2c;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.stat-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0 5px;
  color: #3a47d5;
}
.stat-card p {
  font-size: 16px;
  margin: 0;
}
.stat-card .icon_wrapper {
  background-color: rgba(0, 74, 173, 0.3);
  display: inline-block;
  margin: auto;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-title {
  color: #004AAD;
  font-weight: bold;
}

.price {
  color: #004AAD;
  font-weight: 600;
}

ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 0.5rem;
}
ul::before {
  content: \"\\2022\";
  color: #004AAD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.product_text_main {
  color: #004AAD;
}
.text_dtl_inner .icon {
  color: #8E8E8E;
}

.product_dtl_slider img {
  max-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #32debd;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li.slick-active button::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #32debd;
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
}

.facility_main {
  background-color: white;
}

.facility-card {
  background-color: #efefef;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: auto;
}
.facility-card .facility-img {
  width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 182px;
}
.facility-card .facility-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.facility_slider .elements {
  padding: 10px;
  border-radius: 5px;
}

.locality-tabs .subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #c49b1f;
  margin-bottom: 0.5rem;
}
.locality-tabs .title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}
.locality-tabs .tab-list {
  gap: 0.5rem;
}
.locality-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #2c3e50;
  border: none;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 100%;
}
.locality-tabs .nav-link i {
  color: #4e6ef2;
}
.locality-tabs .nav-link:hover {
  background: #4e6ef2;
  color: white !important;
}
.locality-tabs .nav-link:hover i {
  color: white;
}

.map-tab-content iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 1rem;
}

.locality_map .tab-list {
  border-bottom: 0 !important;
}

.floor-plans {
  background-color: white;
}
.floor-plans .nav-tabs {
  border-bottom: 0 !important;
}
.floor-plans .nav-link {
  background-color: #efefef;
}
.floor-plans .nav-link.active {
  background-color: rgba(27, 20, 100, 0.1);
}
.floor-plans.body_padding {
  padding-bottom: 110px;
}

.plan-preview {
  position: relative;
}
.plan-preview img {
  max-height: 550px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.plan-preview .enquire-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.enquire-btn {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.calculator-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.calculator-container .tabs {
  display: flex;
  background: #F1F3F6;
}
.calculator-container .tab {
  flex: 1;
  padding: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease;
}
.calculator-container .tab.active {
  background: #004AAD;
  color: white;
}
.calculator-container .tab-content {
  padding: 20px;
  display: none;
}
.calculator-container .tab-content.active {
  display: block;
}
.calculator-container .input-group {
  margin-bottom: 20px;
  gap: 30px;
}
.calculator-container .input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #1a1a1a;
}
.calculator-container .input-with-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 260px;
  width: 100%;
}
.calculator-container .input-with-buttons input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.calculator-container .quick-buttons {
  display: flex;
  gap: 8px;
}
.calculator-container .quick-buttons button {
  flex: 1;
  padding: 8px;
  background: #F1F3F6;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calculator-container .quick-buttons button:hover {
  background: #3a5bef;
  color: white;
}
.calculator-container .results {
  margin-top: 30px;
  background: #F1F3F6;
  padding: 20px;
  border-radius: 8px;
}
.calculator-container .result-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
}
.calculator-container .result-item:last-child {
  margin-bottom: 0;
}
.calculator-container .result-item span:last-child {
  font-weight: bold;
  color: #004AAD;
}

.loan-promo {
  background: white;
  text-align: center;
  color: #333;
  position: relative;
  overflow: hidden;
}
.loan-promo .lead {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.6;
  color: #555;
}
.loan-promo .features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.loan-promo .feature-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(74, 107, 255, 0.1);
  max-width: 380px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.loan-promo .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #4a6bff;
  transition: all 0.4s ease;
}
.loan-promo .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(74, 107, 255, 0.15);
}
.loan-promo .feature-card:hover::before {
  height: 10px;
}
.loan-promo .feature-card .icon-wrapper {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.loan-promo .feature-card h3 {
  color: #2a3f9d;
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.loan-promo .feature-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: rgba(74, 107, 255, 0.3);
}
.loan-promo .feature-card p {
  line-height: 1.7;
  color: #666;
  font-size: 1.05rem;
}

@media (max-width: 992px) {
  .loan-promo {
    padding: 60px 20px;
  }
  .loan-promo h1 {
    font-size: 2.2rem;
  }
  .loan-promo h2 {
    font-size: 1.5rem;
    margin: 20px auto 25px;
  }
  .loan-promo .feature-card {
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .loan-promo {
    padding: 50px 15px;
  }
  .loan-promo h1 {
    font-size: 2rem;
  }
  .loan-promo h1::after {
    width: 80px;
    height: 3px;
  }
  .loan-promo h2 {
    font-size: 1.3rem;
  }
  .loan-promo .lead {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  .loan-promo .features {
    flex-direction: column;
    align-items: center;
  }
  .loan-promo .feature-card {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px;
  }
}
.loan-partners {
  background-color: #f9fafd;
  padding: 80px 20px;
  text-align: center;
}
.loan-partners .slider-item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  background-color: white;
  text-align: center;
}
.loan-partners .slider-item img {
  display: inline-block;
}

.get-started {
  color: white;
}
.get-started .container {
  max-width: 700px;
}
.get-started .cta-content {
  text-align: center;
}
.get-started h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.get-started p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
.get-started p strong {
  font-weight: 600;
  color: #004AAD;
}
.get-started .enquiry-form {
  background: white;
  border-radius: 15px;
  padding: 40px;
  color: #333;
  text-align: left;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.get-started h3 {
  color: #2a3f9d;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.get-started h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #4a6bff;
}
.get-started .form-group {
  margin-bottom: 20px;
}
.get-started .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.get-started .form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.get-started .form-group input:focus {
  border-color: #4a6bff;
  box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
}
.get-started .checkbox-group {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.get-started .checkbox-group input {
  margin-right: 10px;
  width: auto;
}
.get-started .checkbox-group label {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.get-started .submit-btn {
  background: #4a6bff;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: all 0.3s ease;
}
.get-started .submit-btn:hover {
  background: #2a3f9d;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .get-started {
    padding: 60px 15px;
  }
  .cta-content h2 {
    font-size: 1.8rem;
  }
  .cta-content p {
    font-size: 1.1rem;
  }
  .cta-content .enquiry-form {
    padding: 30px 20px;
  }
}
.contact-main {
  padding: 80px 20px;
}
.contact-main .container {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-main .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.contact-main h2 {
  color: #2a3f9d;
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.contact-main h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #4a6bff;
}

.contact-form {
  background-color: white;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}
.contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
  border-color: #4a6bff;
  box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .submit-btn {
  background: #4a6bff;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.contact-form .submit-btn:hover {
  background: #2a3f9d;
  transform: translateY(-2px);
}

.contact-info {
  background-color: white;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-info .info-card {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  background: #f9fafd;
  transition: all 0.3s ease;
}
.contact-info .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(42, 63, 157, 0.1);
}
.contact-info .info-card .icon {
  flex-shrink: 0;
}
.contact-info .info-card h3 {
  color: #2a3f9d;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.contact-info .info-card p {
  color: #666;
  line-height: 1.6;
}

.map-section {
  margin-top: 60px;
}
.map-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.map-section .map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .contact-header {
    padding: 80px 20px;
  }
  .contact-header h1 {
    font-size: 2.5rem;
  }
  .contact-main {
    padding: 60px 20px;
  }
  .contact-main .contact-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .contact-header {
    padding: 60px 15px;
  }
  .contact-header h1 {
    font-size: 2rem;
  }
  .contact-header p {
    font-size: 1.1rem;
  }
  .contact-main {
    padding: 50px 15px;
  }
  .contact-main .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-main h2 {
    font-size: 1.8rem;
  }
  .info-card {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .contact-header {
    padding: 50px 10px;
  }
  .contact-header h1 {
    font-size: 1.8rem;
  }
  .contact-main {
    padding: 40px 10px;
  }
  .contact-main h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.careers-hero {
  background: linear-gradient(135deg, #2a3f9d 0%, #4a6bff 100%);
  color: white;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.careers-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.careers-hero .hero-content {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}
.careers-hero .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.careers-hero .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 500px;
}
.careers-hero .cta-button {
  display: inline-block;
  background: white;
  color: #2a3f9d;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.careers-hero .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.careers-hero .hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  margin-top: 30px;
}

.why-join-us {
  padding: 80px 20px;
  background: #f9fafd;
}
.why-join-us .container {
  max-width: 1200px;
  margin: 0 auto;
}
.why-join-us h2 {
  text-align: center;
  color: #2a3f9d;
  font-size: 2.5rem;
  margin-bottom: 50px;
  position: relative;
}
.why-join-us h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #4a6bff;
}
.why-join-us .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.why-join-us .benefit-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.why-join-us .benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(42, 63, 157, 0.1);
}
.why-join-us .benefit-card .icon {
  margin-bottom: 20px;
}
.why-join-us .benefit-card h3 {
  color: #2a3f9d;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.why-join-us .benefit-card p {
  color: #666;
  line-height: 1.6;
}

.team-gallery {
  padding: 80px 20px;
}
.team-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
.team-gallery h2 {
  text-align: center;
  color: #2a3f9d;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.team-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.team-gallery .gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}
.team-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.team-gallery .gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 63, 157, 0.8);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.team-gallery .gallery-item .overlay p {
  margin: 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.team-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.team-gallery .gallery-item:hover .overlay {
  transform: translateY(0);
}

.job-openings {
  padding: 80px 20px;
  background: #f9fafd;
}
.job-openings .container {
  max-width: 1200px;
  margin: 0 auto;
}
.job-openings h2 {
  text-align: center;
  color: #2a3f9d;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.job-openings .jobs-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.job-openings .job-card {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.job-openings .job-card .job-header {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
}
.job-openings .job-card .job-header:hover {
  background: #f5f7ff;
}
.job-openings .job-card .job-header h3 {
  flex: 1;
  min-width: 200px;
  color: #2a3f9d;
  margin-bottom: 10px;
}
.job-openings .job-card .job-header .location, .job-openings .job-card .job-header .job-type {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
}
.job-openings .job-card .job-header .location i, .job-openings .job-card .job-header .job-type i {
  margin-right: 5px;
  color: #4a6bff;
}
.job-openings .job-card .job-header .job-type {
  background: #e8ecff;
  padding: 3px 10px;
  border-radius: 20px;
  color: #2a3f9d;
}
.job-openings .job-card .job-header .fa-chevron-down {
  transition: transform 0.3s ease;
  color: #4a6bff;
}
.job-openings .job-card .job-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.job-openings .job-card .job-details .details-content {
  padding: 0 20px 20px;
}
.job-openings .job-card .job-details .details-content h4 {
  color: #2a3f9d;
  margin: 15px 0 10px;
}
.job-openings .job-card .job-details .details-content p, .job-openings .job-card .job-details .details-content ul {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}
.job-openings .job-card .job-details .details-content ul {
  padding-left: 20px;
}
.job-openings .job-card .job-details .details-content li {
  margin-bottom: 8px;
}
.job-openings .job-card.active .job-header .fa-chevron-down {
  transform: rotate(180deg);
}
.job-openings .job-card.active .job-details {
  max-height: 1000px;
}
.job-openings .apply-btn {
  background: #4a6bff;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.job-openings .apply-btn:hover {
  background: #2a3f9d;
  transform: translateY(-2px);
}

.application-form-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
}
.application-form-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.application-form-section .form-container {
  flex: 1;
  min-width: 300px;
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(42, 63, 157, 0.1);
}
.application-form-section .form-container h2 {
  color: #2a3f9d;
  margin-bottom: 30px;
  font-size: 2rem;
}
.application-form-section .form-container h2 span {
  color: #4a6bff;
}
.application-form-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.application-form-section .form-row .form-group {
  flex: 1;
}
.application-form-section .form-group {
  margin-bottom: 20px;
}
.application-form-section .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.application-form-section .form-group input, .application-form-section .form-group textarea, .application-form-section .form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.application-form-section .form-group input:focus, .application-form-section .form-group textarea:focus, .application-form-section .form-group select:focus {
  border-color: #4a6bff;
  box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
}
.application-form-section .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.application-form-section .file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}
.application-form-section .file-upload .upload-btn {
  background: #f5f7ff;
  color: #4a6bff;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
.application-form-section .file-upload .upload-btn:hover {
  background: #e8ecff;
}
.application-form-section .file-upload input[type=file] {
  display: none;
}
.application-form-section .file-upload #file-name {
  font-size: 0.9rem;
  color: #666;
}
.application-form-section .checkbox-group {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.application-form-section .checkbox-group input {
  width: auto;
  margin-right: 10px;
}
.application-form-section .checkbox-group label {
  margin: 0;
  font-size: 0.9rem;
}
.application-form-section .submit-application {
  background: #4a6bff;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: all 0.3s ease;
}
.application-form-section .submit-application:hover {
  background: #2a3f9d;
  transform: translateY(-2px);
}
.application-form-section .form-image {
  flex: 1;
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(42, 63, 157, 0.1);
}
.application-form-section .form-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.application-form-section .form-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .careers-hero {
    padding: 80px 20px;
  }
  .careers-hero h1 {
    font-size: 2.5rem;
  }
  .why-join-us, .team-gallery, .job-openings, .application-form-section {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .careers-hero {
    padding: 60px 15px;
    text-align: center;
  }
  .careers-hero .hero-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .careers-hero .hero-content h1 {
    font-size: 2rem;
  }
  .careers-hero .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .careers-hero .cta-button {
    margin-bottom: 20px;
  }
  .why-join-us, .team-gallery, .job-openings, .application-form-section {
    padding: 50px 15px;
  }
  .why-join-us h2, .team-gallery h2, .job-openings h2, .application-form-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .job-header h3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .careers-hero {
    padding: 50px 10px;
  }
  .careers-hero h1 {
    font-size: 1.8rem;
  }
  .careers-hero p {
    font-size: 1.1rem;
  }
  .why-join-us, .team-gallery, .job-openings, .application-form-section {
    padding: 40px 10px;
  }
  .application-form-section .form-container {
    padding: 30px 20px;
  }
}
.event-gallery__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.event-gallery__card:hover {
  transform: scale(1.02);
}
.event-gallery__card:hover .event-gallery__overlay {
  opacity: 1;
}
.event-gallery__card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}
.event-gallery__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.event-gallery__caption {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
}

.bottom_fix_main {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  z-index: 9;
  flex-direction: row-reverse;
}

.share-container {
  display: none;
  position: relative;
}
.share-container .share-main-btn {
  width: 60px;
  height: 60px;
  background: #004AAD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
}
.share-container .share-main-btn:hover {
  transform: scale(1.1);
}
.share-container .share-options {
  position: absolute;
  bottom: 70px;
  right: 8px;
  display: none;
  flex-direction: column;
  gap: 15px;
}
.share-container .share-options.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}
.share-container .share-options .share-option {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 20px;
}
.share-container .share-options .share-option:hover {
  transform: scale(1.1);
}
.share-container .share-options .share-option.facebook {
  background: #004AAD;
}
.share-container .share-options .share-option.whatsapp {
  background: #25D366;
}
.share-container .share-options .share-option.instagram {
  background: #E1306C;
}
.share-container .share-options .share-option.twitter {
  background: #1DA1F2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .main_header .top_wrapper {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .main_header .top_wrapper div:not([class]) {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main_header .call_number {
    margin-right: 0 !important;
    font-size: 14px;
  }
  .main_nav_list ul {
    gap: 10px;
  }
  .navbar > .container {
    justify-content: center;
  }
  .main_nav_list a {
    font-size: 14px;
  }
  .main_nav_list ul {
    justify-content: center;
  }
  .menu-content {
    padding-top: 45px;
  }
  .search-bar {
    margin-top: -35px;
  }
  .body_padding {
    padding: 50px 0;
  }
  .body_margin {
    margin: 50px 0;
  }
  .property-card .buttons {
    flex-wrap: wrap;
  }
  .about-us-section .img_2_main {
    margin: 15px auto;
  }
  .col_row_main_box {
    gap: 15px;
  }
  .col_row_main_box .col {
    flex-basis: 47%;
  }
  .testimonial-content {
    flex-direction: column;
    gap: 20px;
  }
  .contact-main .contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact-form {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .contact-info {
    flex-basis: 100%;
    flex-shrink: 0;
    width: 100%;
  }
  .calculator-container {
    width: 92%;
  }
}/*# sourceMappingURL=style.css.map */