html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
ol,
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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
ol,
ul {
  list-style: none;
}
ul.xoxo {
  list-style: none;
  padding: 0;
}

.menu-other-links-container .menu {
  padding: 0;
  list-style: none;
}

.sub_footer_content span {
  color: #fff !important;
}

.navbar-brand img {
  max-height: 60px;
}

.right-top-widet li {
  list-style: none;
}

.right-top-widet li i {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 18px;
}

.social_sidebar_internal a i {
  font-size: 18px;
}

.header_phone svg {
  color: #8a959e;
  height: 21px;
  fill: #f58728;
  vertical-align: middle;
}

.header_phone a {
  font-size: 16px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
}

.headerNew .navbar-brand {
  flex: 1;
}

.headerNew .header_phone {
  flex: 1;
  text-align: right;
}

.headerNew .navbar-nav {
  justify-content: center;
  margin: 0 !important;
}

.headerNew .navbar-collapse {
  justify-content: center;
}

.headerNew .container-fluid {
  padding: 0 55px;
}

.headerNew .navbar-nav .nav-link {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  color: #222222;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}

.headerNew .navbar-nav .nav-link.active,
.headerNew .navbar-nav .nav-link:hover {
  color: #f58728;
}

.headerTop {
  background: #001a33;
}

.headerTopRow {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0 -10px;
}

.social_sidebar_internal {
  flex: 1;
  padding: 0 10px;
}

.right-top-widet {
  flex: 1;
  padding: 0 10px;
  text-align: right;
}

.headerTopRow a {
  color: #fff !important;
  text-decoration: none;
  padding: 13px 15px;
  display: inline-block;
  border-right: 1px solid rgba(206, 206, 206, 0.3);
}

.headerTopRow li:first-child a,
.headerTopRow a:first-child {
  border-left: 1px solid rgba(206, 206, 206, 0.3);
}

.right-top-widet ul {
  display: flex;
  justify-content: end;
  margin: 0;
}

/* new css */
footer {
  background-color: #001a33;
  padding: 54px 0 0 0;
  color: #fff;
}

footer h4 {
  font-size: 24px !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}

footer p {
  /* font-size: 14px; */
  /* line-height: 1.5; */
  /* color: #bbb; */
  /* font-weight: 300; */
}

footer .social_sidebar_internal > a {
  display: inline-flex;
  background: #333;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

footer .social_sidebar_internal {
  padding: 15px 0;
}

footer .contact_sidebar_wrap i {
  margin-right: 10px;
}

footer .contact_sidebar_wrap a {
  color: #ddd !important;
  text-decoration: none;
}

footer .menu-other-links-container a {
  color: #ddd !important;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  line-height: 1;
}

.sub_footer {
  padding: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 64px;
  color: #fff !important;
}

.contact_form form {
  background: #fff;
  padding: 36px;
  border-radius: 8px;
}

.EnquiryFixed {
  position: fixed;
  right: -48px;
  z-index: 999;
  top: 50%;
  background: #0a58ca;
  color: #ffff;
  transform: rotate(-90deg);
  padding: 10px 20px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}

.EnquiryFixed:hover {
  color: #fff;
  right: -44px;
}

.modal-title {
  font-size: 20px;
}

.bg-dark-theme {
  background-color: #026a73;
}

.destination-overlay {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  z-index: 1;
}

footer p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #bbb !important;
  font-weight: 500;
}

footer .menu-other-links-container a {
  color: #ddd !important;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  line-height: 1;
}
/* header-footer-css */

.bannerSection {
  position: relative;
  line-height: 0;
}

.bannerSection:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000050;
}

 
.sectionHead h1,.sectionHead h2 {
  font-size: 54px;
  font-weight: bold;
  color: #081f44;
}
.sectionHead p {
  color: #2e2e2e;
  font-size: 20px;
}
.package_section {
    padding: 64px 0;
}

.package_outer {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.package_outer h2 {
    background: linear-gradient(88deg, #042144, #004597);
    padding: 20px 24px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.package_block {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.package_block h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.package_block li {
    color: #444444;
    margin-bottom: 10px;
    font-size: 18px;
}

img {
    max-width: 100%;
}

.mortgageAboutPic {
    background: #fff;
    padding: 8px;
    border: 1px solid #dddddd;
    line-height: 0;
}

.mortgagePointsList {
    margin-bottom: 32px;
    padding-top: 10px;
}

.mortgagePointsList h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
}

.mortgagePointsList li {
    font-size: 16px;
    color: #222;
    margin-bottom: 11px;
    list-style: disc;
}
.sectionHead {
    margin-bottom: 32px;
    text-align: center;
}
.mortgagePointsList ul {
    padding-left: 20px;
}

.mortgagePointsList li ul {
    margin-top: 10px;
    font-style: italic;
}

.mortgagePointsList li ul li {
    color: #606060;
}

.mortgagePointsList li strong {
    font-weight: 500;
}



/* project-css */

  .price-header {
            background-color: #1e40af;
            color: white;
            padding: 1rem;
            border-radius: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .price-header h1,.price-header h2 {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
        }
        
        .property-info {
            margin-bottom: 1.5rem;
        }
        
        .info-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            margin-bottom: 1.2rem;
            font-size: 18px;
        }
        
        .info-item i {
            color: #2563eb;
            margin-top: 0.125rem;
            width: 1.25rem;
            height: 1.25rem;
            flex-shrink: 0;
        }
        
        .info-item p {
            color: #374151;
            margin: 0;
            line-height: 1.5;
        }
        
        .featured-projects h3 {
            color: #f97316;
            font-weight: 500;
            margin-bottom: 1rem;
            font-size: 24px;
        }
        
        .project-list {
            margin-left: 0;
        }
        
        .project-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            margin-bottom: 1rem;
        }
        
        .project-item .check-icon {
            color: #16a34a;
            margin-top: 0.125rem;
            width: 1rem;
            height: 1rem;
            flex-shrink: 0;
        }
        
        .project-item .location-icon {
            color: #dc2626;
            margin-top: 0.125rem;
            width: 1rem;
            height: 1rem;
            flex-shrink: 0;
        }
        
        .project-item p {
            color: #374151;
            margin: 0;
            line-height: 1.5;
            font-size: 18px;
        }
        
        .property-image {
            position: relative;
            margin-bottom: 1.5rem;
        }
        
        .property-image img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 0.5rem;
        }
        
        .image-label {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            background-color: rgba(255, 255, 255, 0.9);
            padding: 0.5rem 0.75rem;
            border-radius: 0.25rem;
            font-weight: 500;
            color: #1f2937;
            font-size: 0.875rem;
        }
        
        .bottom-images {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1rem;
        }
        
        .bottom-image {
            position: relative;
        }
        
        .bottom-image img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 0.5rem;
        }
        
        .bottom-image .image-label {
            bottom: 0.75rem;
            left: 0.75rem;
            right: auto;
            padding: 0.25rem 0.5rem;
            font-size: 0.75rem;
        }
        
        .new-badge {
            position: absolute;
            top: 0.75rem;
            right: 0.75rem;
            background-color: #dc2626;
            color: white;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
        }




        /* banner */
        .consultation-hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .consultation-bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1973&q=80'); */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .consultation-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .consultation-container {
            position: relative;
            z-index: 10;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1rem;
        }


/* new-css */

.main-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #1e4a72;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.property-title {
  font-size: 28px;
  font-weight: bold;
  color: #1e4a72;
  margin-bottom: 30px;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card {
  border: 2px solid #1e4a72;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.image-container {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-block {
  padding: 20px;
}

.info-title {
  font-size: 18px;
  font-weight: bold;
  color: #1e4a72;
  margin-bottom: 15px;
}

.margin-top {
  margin-top: 20px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.bullet {
  color: #1e4a72;
  margin-right: 8px;
  font-weight: bold;
}
.two-column-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.two-column-lists ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.two-column-lists li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.img_figure_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.img_figure_row .image-container {
    flex: 33.333%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    max-width: calc(33.333% - 10px);
}

/* new-css */








        @media (min-width: 640px) {
            .consultation-container {
                padding: 0 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .consultation-container {
                padding: 0 2rem;
            }
        }

        .consultation-form-wrapper {
            display: flex;
            justify-content: flex-end;
        }

        .consultation-form-card {
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            padding: 2rem;
            width: 100%;
            max-width: 28rem;
        }

        .consultation-title {
            font-size: 20px;
            font-weight: 500;
            color: #111827;
            margin-bottom: 1.5rem;
            margin-top: 0;
        }

        .consultation-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-input,
        .form-select {
            width: 100%;
            height: 54px;
            padding: 0 1rem;
            border: 1px solid #d1d5db;
            border-radius: 6px;
            background-color: white;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #111827;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .form-input:focus,
        .form-select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .form-input::placeholder {
            color: #9ca3af;
            font-size: 16px;
        }

        .form-select {
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 0.5rem center;
            background-repeat: no-repeat;
            background-size: 1.5em 1.5em;
            padding-right: 2.5rem;
        }

        .form-select option {
            font-size: 16px;
            padding: 0.5rem;
        }

        .form-submit-btn {
            width: 100%;
            height: 54px;
            background-color: #dc2626;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.15s ease-in-out;
        }

        .form-submit-btn:hover {
            background-color: #b91c1c;
        }

        .form-submit-btn:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.3);
        }

        @media (max-width: 640px) {
            .consultation-form-wrapper {
                justify-content: center;
            }
            
            .consultation-form-card {
                max-width: none;
                margin: 1rem;
            }
        }