@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); :root {
--black: #000000;
--white: #ffffff;
}
p {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 2;
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-style: normal; }
h2.ab_heading {
padding-bottom: 20px;
font-size: 70px;
text-align: center;
}
h3.ab_heading {
font-size: 44px;
text-align: center;
padding-bottom: 30px;
text-transform: uppercase;
}
h4.ab_heading {
font-size: 40px;
text-align: center;
text-transform: none;
}
h4 {
font-size: 36px;
margin: 0;
margin: 20px 0;
}
p.main_sub_heading {
font-size: 20px;
}
p.main_sub_heading::after {
border-bottom: 2px solid;
}
.mb_0 {
margin-bottom: 0 !important;
}
body {
margin: 0;
font-family: "Montserrat", sans-serif;
overflow-x: hidden;
}
body img {
width: 100%;
}
ul {
list-style: none;
}
a {
color: #000000;
text-decoration: none;
}
.align_items_center {
align-items: center;
}
.white_btn {
background: #fff;
padding: 12px 30px;
display: inline-block;
margin-top: 10px;
font-size: 16px;
letter-spacing: 0.5px;
font-weight: 500;
}
.white_btn i {
margin-right: 10px;
}
.justify_content_center {
justify-content: center;
} header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 2rem;
}
.logo {
font-weight: 200;
font-size: 32px;
color: var(--black);
line-height: 1;
letter-spacing: 2px;
}
.logo strong {
font-weight: 500;
}
.hamburger {
cursor: pointer;
width: 30px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hamburger span {
display: block;
height: 2px;
background: var(--black);
margin-bottom: 10px;
}
.side-menu {
position: fixed;
top: 0;
right: 0;
width: 25%;
height: 100vh;
background: #fff; z-index: 2;
padding: 1rem 2rem;
opacity: 0;
visibility: hidden;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
overflow-y: auto;
}
.side-menu.open {
opacity: 1;
visibility: visible;
}
.close-btn {
cursor: pointer;
font-size: 40px;
font-weight: 200;
color: var(--black);
user-select: none;
margin-bottom: 1rem;
text-align: right;
margin-top: -8px;
}
.menu-content {
font-size: 1rem;
color: var(--black);
text-align: right;
}
.ab_menus a,
.ab_menus p {
font-family: "Montserrat", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 26px;
padding: 8px 0;
display: inline-block;
}
.ab_subMenu {
padding: 0;
}
.ab_menus a:hover {
font-weight: 400;
}
.ab_menus p {
margin-bottom: 0;
}
.ab_menus p i {
font-size: 14px;
color: #4e4e4e;
}
.ab_subMenu a {
padding: 0;
padding-bottom: 5px;
font-size: 24px;
}
.ab_subMenu a:last-child {
padding-bottom: 10px;
}
.ab_subMenu li::after {
content: "—";
padding: 0 20px 0 10px;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
z-index: 1;
}
.overlay.show {
opacity: 1;
visibility: visible;
}
.ab_btn {
border: 0;
background: #000;
color: #fff;
padding: 14px 40px;
display: inline-block;
}
.ab_btn_white {
border: 1px solid #000;
background: #fff;
color: #000;
padding: 12px 30px;
display: inline-block;
border-radius: 30px;
}
.sub-heading {
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 10px;
text-transform: uppercase;
}
.padding_0 {
padding: 0;
}
.position_relative {
position: relative;
}
h1.border_heading_style {
position: relative;
}
.border_heading_style:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: -2px;
left: 50%;
margin-left: -14px;
background-color: #d18a46;
z-index: 1;
}
.border_heading_style:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 9px;
left: 50%;
margin-left: -50px;
background-color: #d18a46;
} .ab_footer {
background: #000;
color: #fff;
padding-top: 50px;
}
.ab_footer .first_footer {
padding-bottom: 50px;
}
.ab_footer p {
margin: 20px 0;
}
.ab_footer a {
color: #fff;
display: block;
}
.ab_footer img {
width: 300px;
}
.social_i {
margin-top: 20px;
}
.social_i a {
display: inline-block;
margin-right: 20px;
color: #fff;
}
.social_i i {
color: #fff;
font-size: 24px;
}
.ab_footer h4 {
margin-bottom: 20px;
}
.ab_f_links a {
padding: 10px 0;
}
.ab_f_links a::before {
content: "•";
padding-right: 10px;
color: #6f6f6f;
}
.ab_f_contact a {
padding: 10px 0;
display: flex;
align-items: center;
}
.ab_f_contact a i {
padding-right: 35px;
font-size: 20px;
color: #6f6f6f;
}
.copy_footer {
background: #000;
padding: 10px 0;
color: #fff;
border-top: 1px solid #848484;
}
.copy_footer p {
margin: 0;
text-align: right;
}
.copy_footer a {
display: inline-block;
color: #fff;
border-bottom: 1px solid;
line-height: 1;
} #horizontal-scroll-section {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
box-sizing: border-box;
cursor: e-resize;
user-select: none;
scrollbar-width: none;
-ms-overflow-style: none;
}
#horizontal-scroll-section::-webkit-scrollbar {
display: none;
}
#horizontal-scroll-section:active {
cursor: e-resize;
}
#horizontal-scroll-section .item {
white-space: normal;
}
.item {
display: inline-block;
width: 400px;
height: auto;
margin-right: 15px;
padding: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
user-select: none;
border: 2px solid;
}  .ab_home_slider {
padding-top: 50px;
}
.ab_home_slider img {
width: 100%;
height: 100vh;
object-fit: cover;
}
.ab_home_abt {
padding-top: 100px;
}
.ab_home_abt .row {
align-items: center;
}
.ab_home_abt h2 {
text-align: left;
padding-bottom: 20px;
font-size: 36px;
text-transform: uppercase;
}
.ab_home_abt img {
width: 100%;
padding: 30px 50px 30px 0;
}
.ab_home_abt p {
text-align: justify;
}
.ab_home_abt .ab_btn {
margin-top: 10px;
}
.ab_cta {
background-image: url(//ab.lakshminarayanan.net/wp-content/uploads/2026/02/cta.jpg);
width: 100%;
object-fit: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
text-align: center;
padding: 100px 0;
}
.ab_cta p {
font-size: 20px;
margin: 0;
border-bottom: 2px solid;
width: max-content;
justify-self: center;
} .ab_testi_container {
text-align: center;
padding: 50px 0 100px 0;
background: #ededed;
border-radius: 10px;
position: relative;
}
.ab_testi_subheading {
font-size: 14px;
letter-spacing: 2px;
color: #888;
margin-bottom: 10px;
}
.ab_testi_slider {
position: relative;
min-height: 110px;
}
.ab_testi_slide {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transform: scale(0.95);
transition:
opacity 0.8s ease,
transform 0.8s ease;
display: block;
justify-content: center;
align-items: center;
padding: 0 30px;
pointer-events: none;
}
.ab_testi_slide.active {
opacity: 1;
transform: scale(1);
pointer-events: auto;
z-index: 1;
}
.ab_testi_text {
font-size: 18px;
color: #333;
line-height: 1.6;
}
.ab_testi_dots {
margin-top: 30px;
display: flex;
justify-content: center;
gap: 12px;
}
.ab_testi_dot {
width: 40px;
height: 5px;
background-color: #ccc;
cursor: pointer;
transition: background-color 0.3s ease;
}
.ab_testi_dot.active {
background-color: #333;
}
.ab_testi_user {
padding-top: 20px;
}
.ab_testi_user span {
font-weight: 600;
border-bottom: 1px solid;
} .ab_jv {
padding-bottom: 50px;
}
.ab_jv_bread {
width: 100%;
background-size: cover;
background-image: url(//ab.lakshminarayanan.net/wp-content/uploads/2026/02/bg-jv.jpg);
background-repeat: no-repeat;
padding: 50px 0;
color: #fff;
text-align: center;
background-position: center;
}
.ab_jv_bread .ab_heading {
font-size: 40px;
padding-bottom: 10px;
}
.jv_icon_details {
width: 100%;
text-align: center;
padding: 30px 0;
border: 2px;
margin: 30px 0;
border-style: dashed;
border-color: #a0a0a0;
}
.jv_icon i {
font-size: 30px;
margin-bottom: 10px;
}
.jv_icon_text {
text-transform: uppercase;
}
.ab_jv_form {
text-align: center;
padding-top: 50px;
}
.ab_jv_form h1 {
padding-bottom: 10px;
}
.ab_jv_form form {
padding-top: 30px;
}
input {
width: 100%;
padding: 10px;
border: 0;
border-bottom: 1px solid;
margin-top: 20px;
}
input:focus-visible {
outline: none;
}
[type="submit"] {
border: 1px solid #000;
background: transparent;
padding: 12px;
margin-top: 50px;
width: 200px;
} .ab_contact {
text-align: center;
padding: 50px 0;
}
.ab_contact .col-sm-4 {
border-right: 2px solid;
margin-top: 50px;
margin-bottom: 50px;
}
.ab_contact .col-sm-4:last-child {
border-right: 0;
}
.contact_icons {
padding: 10px;
border: 0;
}
.contact_icons i {
font-size: 30px;
color: #ccc;
padding-bottom: 20px;
}
.ab_contact_form {
background: #efefef;
padding: 50px 0;
margin-bottom: 50px;
}
.ab_contact_form input {
background: transparent;
} .ab_about {
padding: 50px 0;
}
.ab_about_section {
margin-bottom: 50px;
}
.ab_about_section h4 {
text-align: left;
margin: 0;
margin-bottom: 20px;
}
.ab_about_section p {
padding-bottom: 20px;
text-align: justify;
margin-right: 40px;
}
.ab_about_section img {
height: 100%;
width: 100%;
object-fit: cover;
box-shadow: -15px -15px 0px 0px #555555;
-webkit-box-shadow: -15px -15px 0px 0px #555555;
-moz-box-shadow: -15px -15px 0px 0px #555555;
}
.ab_about_vm {
padding-bottom: 50px;
background: #ededed;
padding-top: 50px;
margin-bottom: 50px;
}
.ab_about_vm_box {
border: 1px solid;
padding: 50px;
width: 100%;
border-style: none;
box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.2);
border-radius: 10px;
background: #fff;
}
.ab_about_vm_box i {
font-size: 24px;
color: #555;
margin-right: 10px;
}
.ab_about_vm_box_icon {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.ab_about_vm_box_icon .head_p {
margin-bottom: 0;
}
.ab_about_vm .col-sm-4 {
padding: 40px;
}
.head_p {
font-size: 20px;
color: #000;
font-weight: 600;
margin-bottom: 10px;
} .inner_projects_section {
margin-top: 50px;
margin-bottom: 100px;
}
.inner_projects_banner {
color: #000;
}
.inner_projects_banner .container {
background: #fff;
padding: 20px;
}
.inner_projects_banner h1 {
color: #000;
text-transform: uppercase;
font-size: 30px;
text-align: center;
}
.inner_projects_banner h4 {
font-size: 24px;
line-height: 1.5;
letter-spacing: 0.5px;
text-align: center;
}
.inner_projects_banner p {
text-align: justify;
}
.inner_projects_banner ul {
list-style: inside;
}
.inner_projects_banner li {
color: #fff;
padding: 10px 0;
}
.inner_project_enquiry {
margin-top: 20px;
position: absolute;
bottom: 20px;
padding-right: 10px;
background: #fff;
}
.inner_project_enquiry h5 {
margin: 0;
padding-top: 20px;
text-transform: uppercase;
}
.inner_project_enquiry form input {
background: transparent;
border-bottom: 2px solid #000;
border-radius: 0;
color: #000;
}
.inner_project_enquiry .submit_btn {
border: 2px solid #000;
margin-top: 30px;
background: #000;
color: #fff;
}
.inner_project_enquiry .submit_btn:hover {
border: 2px solid #000;
background: #fff;
color: #000;
}
.inner_project_content {
padding-top: 30px;
}
.inner_projects_tabs,
.inner_projects_floor_plans {
padding-top: 100px;
}
.inner_projects_tabs h2 {
text-align: center;
margin-bottom: 40px;
text-transform: uppercase;
}
.inner_projects_tabs .nav-pills .nav-link,
.inner_projects_floor_plans .nav-pills .nav-link {
color: #000;
text-transform: uppercase;
font-weight: 500;
margin: 0 20px;
padding-left: 0;
padding-right: 0;
font-size: 18px;
}
.inner_projects_tabs .nav-pills .nav-link.active,
.inner_projects_tabs .nav-pills .show > .nav-link,
.inner_projects_floor_plans .nav-pills .nav-link.active,
.inner_projects_floor_plans .nav-pills .show > .nav-link {
background-color: transparent;
color: #000;
font-weight: 500;
border-bottom: 2px solid;
border-radius: 0;
}
.inner_tabs_content {
padding: 20px 0;
}
.inner_tabs_content p {
padding-bottom: 14px;
}
.inner_tabs_content_sf .col-sm-6 {
padding: 0 20px;
}
.inner_tabs_content_ami .inner_tabs_content_ami_content {
padding: 20px;
text-align: center;
border-radius: 30px;
background: #ffffff;
box-shadow:
20px 20px 60px #d9d9d9,
-20px -20px 60px #ffffff;
border: 1px solid #f0f0f0;
}
.inner_tabs_content_ami .inner_tabs_content_ami_content:hover {
opacity: 0.5;
transition: 100ms;
border: 1px solid transparent;
}
.inner_tabs_content_ami .inner_tabs_content_ami_content img {
width: 100px;
margin-bottom: 10px;
}
.inner_tabs_content_ami .inner_tabs_content_ami_content p {
text-align: center;
padding-bottom: 0;
}
.inner_tabs_content .accordion-button:not(.collapsed) {
background: #000;
transition: 100ms;
border: 0;
color: #fff;
}
button:focus:not(:focus-visible) {
box-shadow: none;
}
.inner_tabs_content h2.accordion-header {
margin-bottom: 0;
}
.inner_tabs_content .accordion-button {
background: #dedede;
text-transform: uppercase;
font-weight: 500;
border-bottom: 2px solid #fff;
color: #000;
}
.inner_tabs_content .accordion-item:last-child .accordion-button {
border-bottom: 0;
}
.inner_tabs_location_advantages h4 {
text-transform: uppercase;
font-size: 18px;
}
.inner_tabs_location_advantages .row p::before {
content: "🗸";
padding: 10px;
}
.inner_projects_floor_plans h2,
.inner_projects_gallery h2 {
text-align: center;
margin-bottom: 40px;
text-transform: uppercase;
}
.inner_projects_floor_plans img {
width: 70%;
}
.inner_projects_gallery {
margin-top: 100px;
}
.inner_projects_gallery .col-sm-4 {
padding-top: 15px;
padding-bottom: 15px;
}
.inner_projects_gallery img {
width: 100%;
height: 500px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.inner_projects_gallery img:hover {
object-fit: contain;
transform: scale(1.05);
cursor: zoom-out;
} .ab_pro_new {
margin-top: 100px;
margin-bottom: 50px;
}
.ab_pro_new_details {
position: relative;
}
.ab_pro_new_name {
position: absolute;
top: 0;
right: 0;
background: #000;
color: #fff;
padding: 12px 30px;
border-left: 1px solid;
border-bottom: 1px solid;
border-bottom-left-radius: 15px;
font-size: 26px;
font-weight: 300;
}
.ab_pro_new_details img {
width: 100%;
height: 600px;
object-fit: cover;
object-position: top;
}
.ab_pro_new_details a:hover img {
opacity: 0.5;
transition: 500ms;
}
.every_project {
border-bottom: 2px solid;
padding-bottom: 15px;
margin-bottom: 50px;
}
.ab_pro_new_details_text p {
padding-top: 10px;
}
.ab_pro_new_details_text .enquire_now_btn {
background: #000;
color: #fff;
width: 100%;
display: inline-block;
text-align: center;
padding: 14px 0;
margin-bottom: 5px;
border: 2px solid #000;
}
.ab_pro_new_details_text i {
margin-right: 10px;
} section.ab_counters { align-items: center;
justify-content: center;
width: 100%;
}
.ab_counter-container {
display: flex;
flex-wrap: wrap;
}
.ab_counter-box {
width: 33.33%;
padding: 20px 0;
}
.ab_counter {
color: #000;
font-size: 40px;
}
.ab_label {
color: #555;
margin-top: 10px;
font-size: 20px;
} .ab_blog_section {
display: flex;
width: 100%;
box-sizing: border-box;
margin-top: 50px;
margin-bottom: 50px;
}
.ab_blog_left-panel {
width: 25%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 4rem 0 2rem;
box-sizing: border-box;
}
.ab_blog_left-panel h2 {
margin: 0;
}
.ab_blog_nav-arrows {
display: flex;
justify-content: space-between;
}
.ab_blog_nav-arrows button {
background: #fff;
color: #000;
border: none;
cursor: pointer;
font-size: 34px;
}
.ab_blog_right-panel {
width: 75%;
overflow: hidden;
position: relative;
background: #fff;
}
.ab_blog_container {
display: flex;
transition: transform 0.5s ease-in-out;
}
.ab_blog_card {
flex: 0 0 calc(100% / 2.3);
margin-right: 20px;
padding-right: 30px;
}
.ab_blog_card h3 {
margin-top: 0;
}
.ab_blog_card p {
height: 100px;
overflow: hidden;
margin-bottom: 20px;
}
.ab_blog_card p::after {
content: "...";
}
.ab_blog_card img {
width: 100%;
height: 300px;
object-fit: cover;
margin-bottom: 20px;
border-radius: 10px;
}
@media (max-width: 768px) {
.ab_blog_section {
flex-direction: column;
}
.ab_blog_left-panel,
.ab_blog_right-panel {
width: 100%;
}
}
.ab_showcase {
margin-top: 50px;
margin-bottom: 50px;
}
.ab_showcase_awards_section {
padding: 10px;
padding-bottom: 24px;
}
.ab_showcase_awards_section:hover {
box-shadow:
var(0 0 #0000, 0 0 #0000),
var(0 0 #0000, 0 0 #0000),
0 10px 15px -3px rgb(0 0 0 / 0.1),
0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.ab_showcase h4 {
padding-bottom: 10px;
}
.ab_showcase_awards_section i {
font-size: 40px;
}
.ab_showcase_awards_section p {
padding-top: 10px;
text-align: center;
}
.ab_showcase_awards_section p span {
padding-bottom: 10px;
border-bottom: 2px solid;
}
.ab_showcase_awards_section p:last-child {
padding-left: 50px;
padding-top: 30px;
}