@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/**********Font Family**********/



/* 
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */



.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .marquee-content {
    display: flex;
    animation: marquee 15s linear infinite;
  }

  .marquee-content img {
    max-height: 100px;
    margin-right: 30px;
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
.container{
    max-width: 90% !important;
    width: 1920px !important;
    margin:0 auto !important;
    padding:0;
}
.header-main{
    background:#000;
}
.header-main .container {
    width: 1620px;
    max-width: 90%;
    margin: 0 auto;
}
.small-container {
    width: 1460px;
    max-width: 90%;
    margin: 0 auto !important;
}
.header-main .logo-sec img{
    /* transform: translateX(-50%);
    top:45px;
    z-index: 2;
    width: 100%;
    max-width: 50%;
    padding: 10px 0 0;*/
    width: 100px;
    height: 100px;
}
.top-header a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; 
    text-decoration:none;
    opacity: 0.8;
    margin-left: 20px;
}
.top-header ul.main-menu li.button a {
    background: #ffa800;
    padding: 10px 12px;
    border-radius: 4px;
    opacity: unset;
    font-weight: 500;
} 
.top-header a i.fa-solid {
    color: #D08E02;
}
.top-header p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
    letter-spacing: 0.16px;	
    opacity: 0.8;
}
.header-main ul li {
    /* padding: 45px 22px 80px; */
    list-style: none;
}
.header-main li a{
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
    text-decoration:none;
    letter-spacing: 0.16px;	
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 400;
}
.header-main li.active a{
	opacity:1;
	color:#FFA800;
}
.banner-overlay .container{
	max-width:1620px;
}
.banner-overlay .project-images img.bnr-overlayimg{
	opacity:0;
	padding: 0px 0;
	transition:all 0.5s;
    right: 0px;
    width: fit-content;
    margin: 0 auto;
}
.banner-overlay .project-images:hover img.bnr-overlayimg{
	opacity:1;
}
.banner-overlay .project-images:hover img.blackwhite-img{
	opacity:0; 
}
.banner-overlay .banr-text {
    padding: 15em 10px 0;
    max-width: 480px;
    background-color: #000;
}
.banner-overlay .banr-text h2{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 105%;
    text-transform: uppercase;	
}
.banner-overlay .banr-text h2 strong{
	color: #FFA800;
	font-weight: 900;
}
.banner-overlay .banr-text p{
    color: var(--Base-Color-02, #CCC);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    letter-spacing: 6.8px;
    text-transform: uppercase;	
    margin-top: 32px;
}
.banner-overlay .banr-text h3{
    color: #FFA800;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 155%;
    letter-spacing: 0.2px;
    text-transform: uppercase;	
}
.banner-overlay .banr-text h3 a {
    text-decoration: none;
    color: #FFA800;
}
.banner-overlay .banr-text input#search-input {
    height: 56px;
    color: var(--Base-Color-03, #999);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
	border-radius: 3px;
	border: 1px solid var(--Base-Color-02, #CCC);
	background: #FFF;
    padding: 10px 25px 10px 75px 
}
.banner-overlay .banr-text input#search-input::placeholder{
    color: var(--Base-Color-03, #999);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;	
}
.banner-overlay .banr-text form{
	margin: 45px 0 35px;
}
.banner-overlay .banr-text img{
    transform: translateY(-50%);
    margin-left: 20px;
    padding-right: 13px;
    border-right: 2px solid #999;
}
.banner-overlay .banr-text button.showmore-btn{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;	
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    padding: 10px 25px;
    transform: translateX(-50%);
    transition:background 0.5s;
}
.banner-overlay .banr-text button.showmore-btn:hover{
	background: #FFA800;
	text-transform: uppercase;
	font-weight:900;
}

.whoarewe .container{
	max-width:1520px;
}
.whoarewe .hommies {
    margin-top: 8.5em;
}
.whoarewe h2 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.whoarewe p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 22px;
}
.whoarewe button.learnmore-btn{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;	
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #000;
    padding: 16px 25px;
    transition: all 0.3s;
    margin: 5px 0 35px;
}
.whoarewe button.learnmore-btn:hover{
    color:#000;
    font-weight: 900;
    background: #FFA800;	
    padding: 16px 26px;
    text-transform:uppercase;
}
.whoarewe .profession h3{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-top: 18px;	
}
.whoarewe .handproject .text-box.sold{
	background: #FFA800;
    top: 40px;
    left: 28%;
}
.whoarewe .handproject .text-box.experience{
    top: 47%;
	transform:translateX(-50%);
    right: -25px;
}
.whoarewe .handproject .text-box.award {
    bottom: 15px;
    left: 38px;
}
.whoarewe .handproject .text-box{
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.25);
    width:auto;
    padding:12px 25px;
}
.whoarewe .handproject .text-box h4{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.18px;	
}
.whoarewe .handproject .text-box p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;	
}
.whoarewe .handproject .text-box.award p{
    color: var(--Base-Color-03, #999);	
}
.whoarewe .handcolm{
	/* top: -42px; */
	transition:top 0.5s;
}
.whoarewe .handcolm:hover {
    top: -8px;
}
.whoarewe .handcolm:hover img.hand-image{
	opacity:0;
}
.whoarewe .handcolm .hand-overlay {
	opacity:0;
	transition: all 0.5s;
}
.whoarewe .handcolm:hover .hand-overlay {
	opacity:1;
}
.whoarewe .profession {
	max-width:220px;
	margin-left:auto;
}

/*****************/



.our-gallery .gallery-colm img {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    object-fit: cover;
}
.our-gallery .gallery-colm img.overlay-img {
    opacity: 0;
}
.our-gallery .gallery-colm.img1:hover ~ .gallery-colm:not(:first-child) img.simple-image {
    opacity: 0;
  }
.our-gallery .gallery-colm.img1:hover img.overlay-img {
    opacity: 1;
    width: 1635px !important;
}
.our-gallery .gallery-colm.img2:hover img.overlay-img {
    opacity: 1;
    width: 1140px !important;
}
.our-gallery .gallery-colm.img2:hover ~ .gallery-colm:nth-last-child(-n+3) img.simple-image {
    opacity: 0;
}
.our-gallery .gallery-colm.img3:hover img.overlay-img {
    opacity: 1;
    width: 855px !important;
}
.our-gallery .gallery-colm.img3:hover ~ .gallery-colm:nth-last-child(-n+2) img.simple-image {
    opacity: 0;
}
.our-gallery .gallery-colm.img4:hover img.overlay-img {
    opacity: 1;
    width: 570px !important;
}
.our-gallery .gallery-colm.img4:hover ~ .gallery-colm:nth-last-child(-n+1) img.simple-image {
    opacity: 0;
}
.our-gallery .gallery-colm.img5:hover img.overlay-img {
    opacity: 1;
}
button.showGallery {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    width: 67px;
    padding: 15px 5px;
    transition: all 0.3s;
    position: absolute;
    bottom: 9%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
button.showGallery:hover{
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    background: #FFA800;
    width: 95px;
    padding: 26px 8px;   
} 


.our-project{
    padding: 11em 0 6.2em;	
}
.our-project .container{
	max-width:1620px;
}
.our-project h2{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 35px;	
}
.our-project p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;	
}
.our-project .main-project p{
    margin: 0;	
}
.our-project .main-project {
    margin-bottom: 37px;
}
.our-project h3{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;	
    margin: 14px 0 2px;
}
.our-project .main-project:hover h3.head-marq {
    color: #6192a1;   
}
.our-project .main-project:hover p.head-marq {
    color: #6192a1;   
}
.our-project .main-project:hover h3.head-summit {
    color: #f36b25;   
}
.our-project .main-project:hover p.head-summit {
    color: #f36b25;   
}
.our-project .main-project:hover h3.head-hridayam {
    color: #17a68f;   
}
.our-project .main-project:hover p.head-hridayam {
    color: #17a68f;   
}
.our-project .main-project:hover h3.head-devalaya {
    color: #c26fa5;   
}
.our-project .main-project:hover p.head-devalaya {
    color: #c26fa5;   
}
.our-project .main-project:hover h3.head-nivasa {
    color: #ed1c24;   
}
.our-project .main-project:hover p.head-nivasa {
    color: #ed1c24;   
}
.our-project .main-project:hover h3.head-courtyard {
   color: #916544;   
}
.our-project .main-project:hover p.head-courtyard {
    color: #916544;   
 }
.our-project .main-project:hover h3.head-anantam{
    color: #9a9ece;   
}
.our-project .main-project:hover p.head-anantam{
    color: #9a9ece;   
}
.our-project button.lrn-more{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;	
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #000;
    padding: 16px 25px;
    transition:all 0.5s;
    margin-top: 18px;
    margin-bottom: 100px;
}
.our-project button.lrn-more:hover{
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    background: #FFA800;
}
.our-project .main-project .project-images img.ovrly-img{
	opacity:0;
	transition:all 1s;
	transform: translateX(-50%);
}
.our-project .main-project:hover img.main-img{
	opacity:0;
}
.our-project .main-project img.main-img{
	transition:all 1s;
}
.our-project .main-project .project-images{
	padding: 0 40px;
	transition:all 1s;
}
.our-project .main-project:hover .project-images{
	padding:0;
}
.our-project .main-project:hover img.ovrly-img{
	opacity:1;
}
.our-project .main-project .project-text{
	padding: 0 40px;
}
.our-project .marq{
	max-width:360px;
}
.our-project .marq:nth-child(1) .main-project{
	max-width:360px;
}
.our-project .marq:nth-child(1){
	max-width:395px;
}

.whats-new{
    padding:/*10px*/ 80px 0;
    background: /*#000*/ #FFA800;	
}
.whats-new .container{
	max-width:1620px;
}
.whats-new h2{
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 58px 0 60px;
	position:relative;
}
.whats-new h2:after{
	content:"";
	border:1px solid #fff;
	position:absolute;
    width: 43px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
.whats-new h3{
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;	
    margin: 42px 0 20px;	
}
.whats-new p{
    color: rgba(255, 255, 255, 0.80);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;	
    width: 70%;
    margin: 0 auto;
}
.whats-new a{
    transform: translateX(-50%);
}
.whats-new button.try-now{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;	
    border-radius: 4px;
    background: #FFF;
    padding: 15px 63px;
    transition: all 0.3s;
}
.whats-new button.try-now:hover {
    background: #FFA800;
    text-transform: uppercase;
    font-weight: 900;
}
.whats-new .tour{
    /* border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 22.81%, rgb(151 151 151 / 23%) 50.42%, rgb(62 62 62) 64.48%, rgb(0 0 0 / 0%) 100%);	 */
    text-align: center;
}
.get-touch{
	padding: 150px 0;
}
/* .get-touch .container{
    width: 1620px;
	max-width: 95%;
    margin: 0 auto;
} */
.get-touch .info-form{
	background:url("../../images/form-bg.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
	padding: 39px 125px 30px 82px;
}
.get-touch .info-form input {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    color: #E8E8E8;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    border-color: rgba(232, 232, 232, 0.30);
    padding: 15px 0;
    border-radius: 0;
}
.get-touch .info-form .form-fields input{
	width:295px;
}
.get-touch .info-form input:focus {
    box-shadow: none;
}
.get-touch .info-form textarea {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    color: #E8E8E8;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    border-color: rgba(232, 232, 232, 0.30);
	padding: 15px 0;
    border-radius: 0;
}
.get-touch .info-form textarea:focus {
    box-shadow: none;
}
.get-touch .info-form input::placeholder, .get-touch .info-form textarea::placeholder {
    color: #E8E8E8;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.get-touch .info-form input[type="submit"] {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;
    border-radius: 4px;
    background: #FFF;
    padding: 17px 60px;
    margin-top: 25px;
    transition: all 0.3s;
}	
.get-touch .info-form input[type="submit"]:hover {
    background: #FFA800;
    text-transform: uppercase;
    font-weight: 900;
}
.get-touch .contactDetails{
	border:2px solid #000;
	padding:73px 70px 106px 28px;
}
.get-touch .contactDetails h2 {
	color: #000;
    font-family: "Inter", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.48px;
	text-transform: uppercase;
}
.get-touch .contactDetails p {
    color: #5E5D5D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
    margin-bottom: 65px;
}
.get-touch .contactDetails h3{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;	
}
.get-touch .contactDetails h4{
	color: #222;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */	
}
.get-touch .contactDetails a {
    text-decoration: none;
}
.get-touch .contactDetails span{
	max-width:192px;
}
.main-info > div{
	gap:22px;
}

/*Associates css */
.home-associates {
    background: #000;
}
.associates {
    /* background: #000; */
    padding: 79px 0 112px;
}
.associatesInner {
    max-width: 1354px;
    margin: 0 auto;
    width: 90%;
}
.associatesInner h2 {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
	
	
/**Footer Css**/
.footerMain {
    background: #000;
    position: relative;
}
.footerMain::before {
    position: absolute;
    content: "";
    background-image: url(/images/hand-multi.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -34%;
    left: 0;
    width: 500px;
    height: 500px;
}
.footerMain .row {
    width: 90%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 25px 0 17px;
    /* border-top: 1px solid #000; */
}
.footerMain .text-logo {
    text-align: center;
}
.footerMain h4 {
    color: #FFF;
    text-align: left;
    font-family: "Cormorant", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 147.5%; /* 53.1px */
}
.footerMain p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    letter-spacing: 0.16px;
    margin-top: 16px;
}
.footerMain p a {
    color: #fff;
    text-decoration: none;
}
.upper-footer ul {
    padding: 0;
}
.upper-footer ul li{
    list-style: none;
    margin-bottom: 30px;
    gap: 10px;
}
.upper-footer ul li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: 0.16px;
    text-decoration: none;
}
.footerMain form input {
    border: none;
    padding: 3px 5px;
}
.footerMain form button {
    border: none;
    margin-left: 5px;
    background: orange;
    padding: 3px 8px;
}
.copyright {
    border-top: 1px solid #fff;
    max-width: 1620px;
    margin: 0 auto;
}
.copyright p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
}
.copyright p a {
    color: #fff;
    text-decoration: none;
}
.socialiconsfooter ul {
    display: flex;
    padding: 0;
    /* padding-top: 23px !important; */
    gap: 27px;
    list-style: none;
    margin: 0;
}
.socialiconsfooter ul li {
    margin: 0;
}
.socialiconsfooter ul li a {
    background: #fff;
    padding: 7px;
    border-radius: 50%;
}
.whoarewe{
    background: #fff;
}

/*****Inner Page Css*****/

.inrpage-banner {
    position: relative;
}
.inrpage-banner h1.page-tittle {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 105%;
    text-transform: uppercase;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.aboutus {
    padding: 50px 0;
}
.aboutus .container{
    max-width:1620px;
}
.aboutus p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}
.aboutus .imageCol-right img{
    transition: all 0.5s;   
}
.aboutus .aboutVision img {
    transition: all 0.5s;
}
.aboutus h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 50px 0 15px;
    position: relative;
    color: #000 !important;
}
.aboutus h3 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 30px 0 15px;
    color: #000;
}
.aboutus .amantRana img.text-center.ANANT {
    background: #000;
}

.inr-csr{
    padding: 50px 0;
}
.inr-csr p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin: 10px 0;  
}
.inrProject{
    /* background-color: #000; */
    padding: 50px 0;
}
.inrProject .container{
    max-width: 1620px;
}
.haridayam-project{
    padding: 75px 0;
    background-image: url(/images/hridayam-bg.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}
.haridayam-project.anantam {
    background-image: url(/images/anantam-bg.png);
}
.haridayam-project.devalaya {
    background-image: url(/images/devalya-bg.png);
}
.haridayam-project.theSummit {
    background-image: url(/images/summit-bg.png);   
}
.haridayam-project.cyber {
    background-image: url(/images/cybercourtyard-bg.png);    
}
.haridayam-project.theMarq {
    background-image: url(/images/marq-bg.png);   
}
.haridayam-project.Nivasa {
    background-image: url(/images/nivasa-bg.png);   
}
.haridayam-project h3{
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 40px 0 15px;
}
.haridayam-project p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1px;
}
.haridayam-project .project-main {
    border-radius: 35px;
    padding: 50px 0;
    box-shadow: 0px 0px 10px 5px #000000a8;
    background-color: #17a68f;
}
.haridayam-project .project-main img.page-logo {
    width: 35%;
}
.haridayam-project  button.request-call {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;
    border-radius: 4px;
    background: #17a68f;
    padding: 15px 40px;
    transition: all 0.3s;
    margin: 25px 0;
    border: none;
}
.haridayam-project.anantam button.request-call {
    background: #9a9ece;
}
.haridayam-project.devalaya button.request-call {
    background: #c26fa5;
}
.haridayam-project.theSummit button.request-call {
    background: #f36b25;    
}
.haridayam-project.cyber button.request-call {
    background-color: transparent;
    background-image: linear-gradient(179deg, #ebdf96, #916544);    
}
.haridayam-project.theMarq button.request-call {
    background: #6192a1;    
}
.haridayam-project.Nivasa button.request-call {
    background: #ed1c24;    
}
.haridayam-project  button.request-call:hover {
    background: #FFA800;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}
.haridayam-project .reside img{
    transition: all 0.5s;
}
.haridayam-project .reside img:hover{
    filter: grayscale(0);
}
body{
    background-color: #fff !important;
}
.haridayam-project.anantam .project-main {
    background-color: #9a9ece;
}
.haridayam-project.devalaya .project-main {
    background-color: #c26fa5;
}
.haridayam-project.theSummit .project-main {
    background-color: #f36b25;
}
.ofice-space h3 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 10px 0 2px;
}
.ofice-space .video-sec {
    background: #f36b25;
    padding: 20px;
    height: 100%;
    transition: all 0.4s;
}
.ofice-space .video-sec:hover {
    background: #fff;
}
.ofice-space .video-sec video {
    height: 225px;
}
.ofice-space {
    background: #000;
    padding: 50px 0;
}
.site-plan {
    padding: 75px 0;
    background: #f36b25;
    margin: 60px 0;
}
.site-plan ul.nav-pills {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.site-plan .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #fff;
    height: 100%;
}
.site-plan .nav-link.active {
    background: #000 !important;
    border-color:#000;
}
.smt-address {
    background-color: #000;
    padding: 75px 0;
}
.smt-address h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 70px;
}
.smt-address .row img {
    width: 80px;
}
.smt-address h3{
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
.smt-address p{
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}
.smt-address .smtMain .row {
    padding: 50px 35px;
}
.smt-address .smtMain {
    background: #f36b25;
    border-radius: 35px 0px 35px 0px;
    box-shadow: 0px 0px 5px 5px #fff;
}
.spread-across .across-main div {
    padding: 35px;
    width: 20%;
    height: 120px;
    transition: all 0.5s;
}
.spread-across .across-main h2 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    margin: 0;
}
.spread-across .across-main div.bgOrange {
    background: #f36b25;
}
.spread-across .across-main div.bgOrange h3{
    color:#000;
}
.spread-across .across-main div.bgBlack {
    background: #000;
}
.spread-across .across-main div.bgBlack h3{
    color: #fff;
}
.spread-across .across-main h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    transition: all 0.5s;
}
.spread-across .across-main div:hover {
    background: #fff;
}
.spread-across .across-main div.bgOrange:hover h3 {
    color: #f36b25;
}
.spread-across .across-main div.bgBlack:hover h3 {
    color: #000;
}
.spread-across {
    padding: 60px 0;
}
.haridayam-project.cyber .project-main {
    background-color: transparent;
    background-image: linear-gradient(179deg, #ebdf96, #916544);
}
.haridayam-project.theMarq .project-main {
    background-color: #6192a1;
}
.haridayam-project.Nivasa .project-main {
    background-color: #ed1c24;
}
.header-main li.project-menu {
    position: relative;
}
.header-main .project-menu ul.sub-menu {
    padding: 0;
    position: absolute;
    background: #fff;
    z-index: 11;
    width: 220px;
    right: 0;
    top: 100%;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
        border: 1px solid #000;
}
.header-main .project-menu ul.sub-menu a{
    color: #000;
    margin: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
}
.header-main li.project-menu:hover ul.sub-menu{
    visibility: visible;
}
.header-main .project-menu ul.sub-menu li {
    padding: 7px 10px;
    list-style: none;
    border-bottom:1px solid #eee;
}
.header-main .project-menu ul.sub-menu li:hover{
    background: #FFA800;
}
li.inner-project-menu {
    position: relative;
}
.header-main .inner-project-menu ul.inner-sub-menu {
    padding: 0;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 160px;
    left: 100%;
    top: 0;
    visibility: hidden;
        border: 1px solid #000;
}
.header-main .inner-project-menu:hover ul.inner-sub-menu {
    visibility: visible;
}
li.inner-inner-project-menu {
    position: relative;
}
.header-main .inner-inner-project-menu ul.inner-inner-sub-menu {
    padding: 0;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 160px;
    left: 100%;
    top: 0;
    visibility: hidden;
}
.header-main .inner-inner-project-menu:hover ul.inner-inner-sub-menu {
    visibility: visible;
}
.core-team{
    padding: 50px 0;
}
.core-team .container{
    max-width: 1620px;
}
.core-team .team-members h3{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 0;
}
.core-team .team-members h4{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
.core-team .team-members p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 5px;
}
.core-team .col-md-4 {
    margin: 15px 0;
}
.core-team .team-members {
    /* background: #FFA800; */
    height: 100%;
    padding: 25px 20px;
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.5s;
    border: 1px solid #FFA800;
}
.core-team .team-members:hover {
    box-shadow: 0px 0px 5px 3px #fff;
}
/* .press-media {
    padding: 40px 0 100px;
    background-color: #000;
} */
/* .press-media .container{
    max-width: 1620px;
} */
.press-media h3{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 25px 0 12px;
}
.press-media p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 25px;   
}
.press-media a {
    text-decoration: none;
}
.press-media button{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.14px;
    border-radius: 4px;
    background: #FFF;
    padding: 12px 40px;
    transition: all 0.3s;    
}
.press-media button:hover{
    background: #FFA800;
    text-transform: uppercase;
    font-weight: 900;
}
.press-media .col-md-4 {
    transition: all 0.5s;
    position: relative;
    top: 0;
    /* background-color: #FFA800; */
}
.press-media .col-md-4:hover{
    top: -25px;
}
.iwgHandgroup {
    background: #000;
    padding: 35px 0 75px;
}
.iwgHandgroup .container{
    max-width: 1140px;
}
.iwgHandgroup p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-top: 25px;
}
.iwgHandgroup img{
    width: 100%;
}
.get-touch.contactPage {
    padding: 75px 0;
}
.headquaters-location {
    padding-bottom: 75px;
}
/* .headquaters-location .container {
    max-width: 1620px;
} */
.headquaters-location h3{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
.headquaters-location p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-bottom: 35px;
}
nav.navbar{
    display: none;
}

/*new-design*/
.banner-main {
    display: flex;
}


.book-layout{
    position:relative;

    max-width:1400px;
    margin:80px auto;

    display:flex;
    gap:70px;

    padding:40px;

    background:#f5f5f3;

    overflow:hidden;
}


/* BOOK CENTER SPINE */

.book-layout::before{
    content:"";

    position:absolute;

    left:50%;
    top:40px;
    bottom:40px;

    width:1px;

    background:
    linear-gradient(
        to bottom,
        transparent,
        rgba(0,0,0,0.15),
        transparent
    );

    transform:translateX(-50%);
}


/* LEFT PAGE */

.book-image{
    flex:1;
    position:relative;

    box-shadow:
    0 10px 40px rgba(0,0,0,0.08);
}

.book-image img{
    width:100%;
    height:100%;

    object-fit:cover;
    display:block;
}


/* RIGHT PAGE */

.book-content{
    flex:1;

    position:relative;

    padding:60px;

    background:#f8f8f6;

    box-shadow:
    0 10px 40px rgba(0,0,0,0.05);
    background-image: url(/images/bg-building.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}


/* TOP FRAME */

.book-content::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:82%;
    height:4px;

    background:#202733;
}

.book-content::after{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:4px;
    height:45%;

    background:#202733;
}


/* BOTTOM FRAME */

.bottom-corner{
    position:absolute;

    right:0;
    bottom:0;

    width:55%;
    height:4px;

    background:#202733;
}

.bottom-corner::after{
    content:"";

    position:absolute;

    right:0;
    bottom:0;

    width:4px;
    height:260px;

    background:#202733;
}


/* PAGE FOLD */

.page-fold{
    position:absolute;

    top:0;
    right:0;

    width:70px;
    height:70px;

    background:
    linear-gradient(
        135deg,
        #dddddd 50%,
        transparent 50%
    );
}


/* STATS */

.stats-row{
    display:flex;
    gap:20px;

    margin-bottom:50px;
}

.stat-box{
    flex:1;

    background:#000;

    color:#fff;

    text-align:center;

    padding:25px 20px;
}
.stat-box img{
        filter: invert(1);
        margin-right: 10px;
    }
.stat-box h4{
    font-size:18px;
    letter-spacing:2px;

    margin-bottom:20px;
}

.stat-box span{
    font-size:72px;

    font-family:serif;

    display:block;
}


/* CONTENT */

.mini-title{
    font-size:14px;

    letter-spacing:4px;

    margin-bottom:20px;

    text-transform:uppercase;

    color:#777;
}

.content-area h2{
    font-size:62px;

    line-height:0.95;

    font-family:serif;

    font-weight:400;

    margin-bottom:35px;
}

.content-area p{
    font-size:18px;

    line-height:1.9;

    color:#666;

    margin-bottom:30px;

    max-width:520px;
}


/* BUTTON */

.content-area a{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:16px 38px;

    border:1px solid #000;

    text-decoration:none;

    color:#000;

    transition:0.4s ease;
}

.content-area a:hover{
    background:#000;
    color:#fff;

    transform:translateY(-4px);
}

.brand-carousel img {
    max-height: 100px;
    object-fit: contain;
}
.section-brand-carousel  h2{
    color: rgb(35, 35, 35);
    text-align: center;
    font-family: Cormorant, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section-brand-carousel  p {
    color: rgb(122, 122, 122);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width:800px;
    margin:0 auto 70px;
}

.csrpage .content-area h2 {
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 1;
}
.csrpage .content-area p {
    margin-bottom: 15px;
}
.section-hand-explain {
    background-image: url(/images/bg-building.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 !important;
}
/* .section-hand-explain::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #fff;
    opacity: 0.8;
} */
.section-hand-explain .background-pic {
    text-align: center;
    z-index: 9;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section-hand-explain .background-pic:hover {
    background-image: url(/images/h.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
.section-hand-explain .background-pic:nth-child(2):hover {
    background-image: url(/images/a.webp) !important; 
}
.section-hand-explain .background-pic:nth-child(3):hover {
    background-image: url(/images/n.webp) !important; 
}
.section-hand-explain .background-pic:last-child:hover {
    background-image: url(/images/d.webp); 
}
.section-hand-explain .background-pic:hover h2 {
    color: #fff;
}
.section-hand-explain .background-pic:nth-child(even):hover h2 {
    color: #fff;
}
/* .section-hand-explain .background-pic:hover p {
    color: #fff;
} */
.section-hand-explain .background-pic h2 {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 115px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;

    display: flex;
    padding: 39.755px 89.449px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.846px;
    text-shadow: 0 0 5px #fff;
}
.section-hand-explain .background-pic:nth-child(even) h2 {
    color: #D08E02;
}
.section-hand-explain .background-pic p {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.section-gallery .all-heading {
    position: relative;
    padding: 50px 0 0;
}
.section-gallery h2.designer {
    text-align: center;
    -webkit-text-stroke-width: 1.0653059482574463px;
    -webkit-text-stroke-color: #000;
    font-family: "Cormorant", serif;
    font-size: 224.881px;
    font-style: normal;
    font-weight: 600;
    line-height: 75%;
    text-transform: uppercase;
    transform: rotate(-0.38deg);
    opacity: 0.1;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-gallery h2 {
    color: #232323;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%;
    text-transform: uppercase;
}
.section-gallery h4 {
    font-size: 56px;
    color: #000;
    opacity: 0.5;
}
.section-our-project h2 {
    color: #232323;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%; /* 58.24px */
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section-our-project p {
    color: #7A7A7A;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.section-our-project  .brand-carousel {
    margin-top: 2%;
}
.section-our-presence {
    width: 100%;
    padding: 200px 0;
    background-image: url(/images/glry-overlayimg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-our-presence .presence-pic {
    width: 60%;
}
.section-our-presence .presence-text {
    padding: 20px;
    width: 40%;
}
.section-our-presence .presence-text h2 {
    color: #FFF;
    font-family: "Cormorant", serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%;
    text-transform: uppercase;
}
.section-our-presence .presence-text p {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin: 22px 0 40px 0;
}
.section-our-presence .presence-text a{
    display:inline-flex;
    background: #fff;
    align-items:center;
    justify-content:center;

    padding:16px 38px;

    border:1px solid #000;

    text-decoration:none;

    color:#000;

    transition:0.4s ease;
}
.section-our-presence .presence-text a:hover {
    background: #000;
    color: #fff;
    transform: translateY(-4px);
}

/*testimonials*/
.section-testimonials {
    position: relative;
    margin-top:100px;
}
.section-testimonials h2 {
    width: fit-content;
    margin: 0 auto !important;
    opacity: 0.07;
    background: linear-gradient(90deg, #60ADE5 44.9%, #FFF 54.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-align: center; */
    font-family: "Cormorant", serif;
    font-size: 170px;
    font-style: normal;
    font-weight: 600;
    line-height: 75%;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.testimonials-pic img {
    width: 100%;
}
.testimonials-text {
    background: #fff;
    position: relative;
    right: -50px;
    top: 150px;
    height: 100%;
}
.section-testimonials .col-carousel {
	margin: 0;
}
/* owl nav */
.section-testimonials .owl-prev span, .owl-next span {
	color: #FFF;
}
.section-testimonials .owl-prev span:hover, 
.section-testimonials .owl-next span:hover {
	color: #8199A3;
}
.section-testimonials .owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.section-testimonials .owl-prev {
	left: 7px;
}
.section-testimonials .owl-next {
	right: 7px;
}
/* removing blue outline from buttons */
.section-testimonials button:focus, button:active {
   outline: none;
}
.section-testimonials .content {
    padding: 80px 150px 80px 0;
    position: relative;
}
.section-testimonials .content::after {
    position: absolute;
    content: "";
    background-image: url(/images/quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    top: 80px;
    right: 0;
}
.section-testimonials .content img {
    width: 156px !important;
}
.section-testimonials .content p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin: 23px 0;
}
.section-testimonials .content h5 {
    color: #244D4D;
    font-family: "Cormorant", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
}
.section-testimonials .content h6 {
    color: #ECA000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
/*testimonials*/

/*new-design*/





/* =========================
   FEATURED PROJECTS
========================= */

.featured-projects-section {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top:50px;
}
.featured-projects-section > h2{
    color: rgb(35, 35, 35);
    text-align: center;
    font-family: Cormorant, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.featured-projects-section > p {
    color: rgb(122, 122, 122);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width:800px;
    margin:0 auto 70px;
}

/* GRID */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* CARD */
.project-card {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

/* IMAGE WRAPPER */
.project-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

/* BG IMAGE */
.project-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.8s ease;
    transform: scale(1);
}

/* PREMIUM HOVER */
.project-card:hover .project-bg {
    transform: scale(1.08);
}

/* OVERLAY */
.project-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.15) 30%,
            rgba(0,0,0,0.45) 70%,
            rgba(0,0,0,0.82) 100%
        );
}

/* LOGO */
.project-logo {
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 5;
}

.project-logo img {
    width: 120px;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.95;
}

/* CONTENT */
.project-content {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 5;

    max-width: 520px;
    color: #fff;
}

/* TYPE */
.project-type {
    display: inline-block;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;

    padding: 7px 15px;
    border: 1px solid rgba(255,255,255,0.2);

    backdrop-filter: blur(8px);

    background: rgba(255,255,255,0.06);

    margin-bottom: 24px;
}

/* TITLE */
.project-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 4vw, 50px);
    line-height: 0.95;
    font-weight: 600;

    margin: 0 0 24px;
    letter-spacing: -1px;
}

/* ADDRESS */
.project-address {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;

    color: rgba(255,255,255,0.82);

    margin-bottom: 34px;
}

/* FEATURES */
.project-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    padding: 0;
    margin: 0;
    list-style: none;
}

.project-features li {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 7px 15px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(10px);

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    color: #fff;
}

.project-features li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    opacity: 0.9;
}

/* =========================
   TABLET
========================= */

/*Gallery New*/
.gallery-slider-main{
	width:100%;
	position:relative;
	overflow:hidden;
}
.projectGallerySlider{
	width:100%;
	overflow:hidden;
}
.projectGallerySlider .swiper-wrapper{
	transition-timing-function:linear !important;
}
.projectGallerySlider .swiper-slide{
	height:auto;
}
.gallery-box{
	position:relative;
	display:block;
	width:100%;
	height:550px;
	overflow:hidden;
	text-decoration:none;
	background:#111;
}
.gallery-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:1.3s ease;
}
.gallery-overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.1));
	transition:.5s ease;
}
.gallery-content{
	position:absolute;
	left:50px;
	bottom:50px;
	z-index:2;
	opacity:0;
	transform:translateY(40px);
	transition:.5s ease;
}
.gallery-content span{
	display:block;
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:15px;
	opacity:.75;
}
.gallery-content h2{
	font-size:64px;
	line-height:1;
	font-weight:500;
	color:#fff;
	margin:0 0 22px;
}
a.gallery-box h3 {
    font-size: 32px;
    color: #fff;
    font-family: "Cormorant", serif;
}
.gallery-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:15px 35px;
	background:#b71d28;
	color:#fff;
	border-radius:60px;
	font-size:14px;
	opacity:0;
	transform:translateY(20px);
	transition:.5s ease;
}
.gallery-box:hover img{
	transform:scale(1.08);
}
.gallery-box:hover .gallery-overlay{
	background:linear-gradient(to top, rgba(0,0,0,.94), rgba(0,0,0,.05));
}
.gallery-box:hover .gallery-content{
	opacity:1;
	transform:translateY(0);
}
.gallery-box:hover .gallery-btn{
	opacity:1;
	transform:translateY(0);
}
.gallery-box:hover .gallery-overlay{
	background:linear-gradient(to top, rgba(0,0,0,.95), rgba(0,0,0,.02));
}


/* ==========================================================================
   RESPONSIVE — progressive max-width breakpoints
   1700 → 1501 | 1500 → 1361 | 1360 → 1201 | 1200 → 1101 | 1100 → 901
   900 → 769 | 768 → 521 | 520 → 401 | 400 and below
   ========================================================================== */

/* Foundation — fluid media, no horizontal scroll */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

.banner-image,
.gallery-box img,
.book-image img {
    height: auto;
}

/* --------------------------------------------------------------------------
   1700px — large desktop (1700px down to 1501px)
   -------------------------------------------------------------------------- */
@media (max-width: 1700px) {
    .container {
        width: 100% !important;
        max-width: 92% !important;
    }

    .header-main .container,
    .small-container {
        max-width: 92%;
        width: 100%;
    }

    .banner-overlay .container,
    .whoarewe .container,
    .our-project .container,
    .whats-new .container,
    .aboutus .container,
    .inrProject .container,
    .core-team .container {
        max-width: 92%;
    }

    .banner-overlay .banr-text {
        padding: 12em 10px 0;
        max-width: 440px;
    }

    .banner-overlay .banr-text h2 {
        font-size: clamp(42px, 3.2vw, 60px);
    }

    .book-layout {
        max-width: 96%;
        gap: 50px;
        margin: 60px auto;
        padding: 32px;
    }

    .content-area h2 {
        font-size: clamp(48px, 3.5vw, 62px);
    }

    .stat-box span {
        font-size: clamp(56px, 4vw, 72px);
    }

    .project-card {
        height: clamp(520px, 72vh, 100vh);
        min-height: 520px;
    }

    .project-content {
        left: 48px;
        top: 48px;
        max-width: 480px;
    }

    .project-logo {
        top: 40px;
        right: 40px;
    }

    .gallery-box {
        height: clamp(420px, 42vw, 550px);
    }

    .gallery-content h2 {
        font-size: clamp(44px, 3.5vw, 64px);
    }

    .section-gallery h2.designer {
        font-size: clamp(140px, 12vw, 224px);
    }

    .section-testimonials h2 {
        font-size: clamp(120px, 10vw, 170px);
    }

    .our-gallery .gallery-colm.img1:hover img.overlay-img {
        width: 100% !important;
        max-width: 100%;
    }

    .our-gallery .gallery-colm.img2:hover img.overlay-img {
        width: 100% !important;
        max-width: 100%;
    }

    .our-gallery .gallery-colm.img3:hover img.overlay-img {
        width: 100% !important;
        max-width: 100%;
    }

    .our-gallery .gallery-colm.img4:hover img.overlay-img {
        width: 100% !important;
        max-width: 100%;
    }

    .footerMain::before {
        width: 400px;
        height: 400px;
        top: -28%;
    }
}

/* --------------------------------------------------------------------------
   1500px (1500px down to 1361px)
   -------------------------------------------------------------------------- */
@media (max-width: 1500px) {
    .header-main li a {
        font-size: 14px;
    }
    .header-main .project-menu ul.sub-menu a{
        font-size: 14px;
    }
    .presence-inner-box{
        width: 85% !important;
        margin: 0 auto;
    }
    .top-header a,
    .top-header p {
        font-size: 15px;
    }

    .whoarewe h2,
    .our-project h2,
    .whats-new h2,
    .associatesInner h2,
    .get-touch .contactDetails h2,
    .aboutus h2,
    .smt-address h2 {
        font-size: clamp(40px, 3vw, 48px);
    }

    .our-project {
        padding: 8em 0 5em;
    }

    .whoarewe .hommies {
        margin-top: 6em;
    }

    .book-content {
        padding: 48px;
    }

    .book-content::after {
        height: 38%;
    }

    .bottom-corner::after {
        height: 200px;
    }

    .section-brand-carousel h2,
    .section-gallery h2,
    .section-our-project h2,
    .featured-projects-section > h2 {
        font-size: clamp(44px, 3.2vw, 56px);
    }

    .section-our-presence {
        padding: 160px 0;
    }

    .section-our-presence .presence-text h2 {
        font-size: clamp(38px, 3vw, 46px);
    }

    .section-hand-explain .background-pic h2 {
        font-size: clamp(72px, 7vw, 115px);
        padding: 28px 48px;
    }

    .get-touch {
        padding: 120px 0;
    }

    .get-touch .info-form {
        padding: 36px 80px 28px 60px;
    }

    .associates {
        padding: 60px 0 90px;
    }

    .associatesInner h2 {
        margin-bottom: 50px;
    }
}

/* --------------------------------------------------------------------------
   1360px (1360px down to 1201px)
   -------------------------------------------------------------------------- */
@media (max-width: 1360px) {
    .banner-overlay .banr-text {
        padding: 10em 10px 0;
        max-width: 400px;
    }

    .banner-overlay .banr-text p {
        letter-spacing: 4px;
        font-size: 18px;
    }

    .book-layout {
        gap: 40px;
        margin: 50px auto;
    }

    .stats-row {
        gap: 16px;
        margin-bottom: 40px;
    }

    .stat-box {
        padding: 20px 16px;
    }

    .stat-box h4 {
        font-size: 16px;
    }

    .content-area p {
        font-size: 17px;
        max-width: 100%;
    }

    .project-card {
        height: clamp(480px, 68vh, 92vh);
        min-height: 480px;
    }

    .project-title {
        font-size: clamp(36px, 3.2vw, 48px);
    }

    .project-content {
        left: 40px;
        top: 40px;
    }

    .gallery-content {
        left: 40px;
        bottom: 40px;
    }

    .gallery-content h3,
    a.gallery-box h3 {
        font-size: clamp(24px, 2.2vw, 32px);
    }

    .section-testimonials .content {
        padding: 60px 100px 60px 0;
    }

    .section-testimonials .content p {
        font-size: clamp(22px, 2vw, 30px);
    }

    .testimonials-text {
        right: -30px;
        top: 120px;
    }

    .our-project .marq,
    .our-project .marq:nth-child(1) .main-project {
        max-width: 100%;
    }

    .our-project .marq:nth-child(1) {
        max-width: 100%;
    }

    .whats-new p {
        width: 85%;
    }

    .spread-across .across-main div {
        width: 25%;
        height: auto;
        min-height: 110px;
    }
}

/* --------------------------------------------------------------------------
   1200px (1200px down to 1101px)
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    .header-main li a {
        font-size: 16px;
    }

    .top-header a {
        margin-left: 12px;
        font-size: 14px;
    }

    .header-main .logo-sec img {
        width: 88px;
        height: 88px;
    }

    .banner-overlay .banr-text h2 {
        font-size: clamp(36px, 4vw, 52px);
    }

    .banner-overlay .banr-text {
        padding: 8em 10px 0;
    }

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

    .project-card {
        height: clamp(440px, 62vh, 78vh);
        min-height: 440px;
    }

    .book-layout {
        flex-direction: column;
        max-width: 94%;
        gap: 0;
        padding: 28px;
        margin: 40px auto;
    }

    .book-layout::before {
        display: none;
    }

    .book-image,
    .book-content {
        flex: none;
        width: 100%;
    }

    .book-image {
        min-height: 320px;
        max-height: 480px;
    }

    .book-image img {
        min-height: 320px;
        object-fit: cover;
    }

    .book-content {
        padding: 40px 32px 48px;
    }

    .stats-row {
        flex-wrap: wrap;
    }

    .stat-box {
        flex: 1 1 calc(50% - 12px);
        min-width: 140px;
    }

    .section-our-presence .presence-inner-box {
        width: 94%;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        text-align: center;
    }

    .section-our-presence .presence-inner-box.offset-2 {
        margin-left: auto;
    }

    .section-our-presence .presence-pic,
    .section-our-presence .presence-text {
        width: 100%;
    }

    .section-our-presence {
        padding: 100px 0;
    }

    .section-testimonials .row.small-container {
        flex-direction: column-reverse;
    }

    .section-testimonials .testimonials-pic,
    .section-testimonials .testimonials-text {
        width: 100%;
        max-width: 100%;
    }

    .testimonials-text {
        position: relative;
        right: 0;
        top: 0;
        margin-top: -40px;
    }

    .section-testimonials .content {
        padding: 48px 32px 48px 24px;
    }

    .section-testimonials .content::after {
        width: 100px;
        height: 100px;
        top: 48px;
    }

    .get-touch .info-form {
        padding: 32px 48px 24px 40px;
    }

    .get-touch .info-form .form-fields input {
        width: 100%;
        max-width: 100%;
    }

    .get-touch .contactDetails {
        padding: 48px 40px 60px 24px;
    }

    .main-info > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .get-touch.contactPage.row {
        flex-direction: column;
    }

    .site-plan ul.nav-pills {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .site-plan .nav-link {
        font-size: 14px;
        padding: 10px 14px;
        white-space: normal;
        text-align: center;
    }

    .spread-across .across-main {
        flex-wrap: wrap;
    }

    .spread-across .across-main div {
        width: 33.333%;
    }

    .smt-address .smtMain .row {
        padding: 36px 24px;
    }

    .footerMain::before {
        width: 280px;
        height: 280px;
    }

    .copyright .socialiconsfooter {
        justify-content: flex-start !important;
        margin-top: 16px;
    }
}

/* --------------------------------------------------------------------------
   1100px (1100px down to 901px) — navigation switch
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
    nav.navbar {
        display: flex;
        align-items: center;
        background: #000;
        padding: 0;
        z-index: 1055;
    }

    nav.navbar.fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        pointer-events: none;
    }

    nav.navbar .container {
        pointer-events: auto;
        max-width: 92%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    nav.navbar .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.45);
        margin-left: auto;
    }

    nav.navbar .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    nav.navbar .offcanvas {
        background: #111;
    }

    nav.navbar .nav-link {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 500;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    nav.navbar .nav-link:hover,
    nav.navbar .nav-link.active {
        color: #FFA800;
    }

    .header-main .col-md-10 {
        display: none;
    }

    .header-main .row.container {
        justify-content: center;
        align-items: center;
        padding-top: 3.5rem;
        padding-bottom: 1rem;
    }

    .header-main .logo-sec {
        text-align: center;
    }

    .header-main .project-menu ul.sub-menu,
    .header-main .inner-project-menu ul.inner-sub-menu,
    .header-main .inner-inner-project-menu ul.inner-inner-sub-menu {
        position: static;
        visibility: visible;
        width: 100%;
        box-shadow: none;
        border: none;
        display: none;
    }

    #main {
        padding-top: 0;
    }

    .banner-overlay .banr-text button.showmore-btn,
    .banner-overlay .banr-text img {
        transform: none;
        left: auto;
    }

    .whoarewe .handproject .text-box.experience {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .our-project .main-project .project-images img.ovrly-img {
        left: 50%;
        transform: translateX(-50%);
    }

    .whats-new a {
        transform: none;
    }

    .whats-new h2::after {
        transform: translateX(-50%);
    }

    .section-hand-explain .background-pic {
        height: auto;
        min-height: 200px;
    }

    .section-hand-explain .background-pic h2 {
        font-size: clamp(56px, 10vw, 90px);
        padding: 24px 16px;
    }

    .section-hand-explain .background-pic p {
        font-size: 18px;
    }

    .featured-projects-section > p,
    .section-brand-carousel p {
        max-width: 92%;
        padding: 0 12px;
    }

    .haridayam-project .project-main {
        padding: 40px 24px;
        border-radius: 24px;
    }

    .haridayam-project h3 {
        font-size: clamp(24px, 3vw, 32px);
    }

    .ofice-space .video-sec video {
        height: auto;
        min-height: 180px;
    }
}

/* --------------------------------------------------------------------------
   900px (900px down to 769px)
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
    .container,
    .header-main .container,
    .small-container {
        max-width: 94% !important;
    }

    .banner-overlay .banr-text {
        padding: 6em 16px 2em;
        max-width: 100%;
    }

    .banner-overlay .banr-text h2 {
        font-size: clamp(32px, 5vw, 44px);
    }

    .banner-overlay .banr-text p {
        letter-spacing: 2px;
        font-size: 16px;
        margin-top: 20px;
    }

    .banner-overlay .banr-text form {
        margin: 28px 0 24px;
    }

    .whoarewe .hommies {
        margin-top: 3em;
    }

    .whoarewe .profession {
        max-width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

    .our-project {
        padding: 5em 0 4em;
    }

    .our-project .main-project .project-images,
    .our-project .main-project .project-text {
        padding: 0 16px;
    }

    .our-project button.lrn-more {
        margin-bottom: 48px;
    }

    .whats-new {
        padding: 56px 0;
    }

    .whats-new h2 {
        margin: 36px 0 40px;
    }

    .whats-new h3 {
        font-size: clamp(24px, 4vw, 32px);
    }

    .whats-new p {
        width: 100%;
        font-size: 17px;
    }

    .get-touch {
        padding: 80px 0;
    }

    .get-touch .info-form {
        padding: 28px 24px;
        background-size: cover;
    }

    .get-touch .info-form .form-fields {
        flex-direction: column;
        gap: 0;
    }

    .associates {
        padding: 48px 0 64px;
    }

    .associatesInner h2 {
        margin-bottom: 36px;
    }

    .footerMain .row {
        padding: 20px 0 12px;
    }

    .footerMain h4 {
        font-size: clamp(28px, 4vw, 36px);
    }

    .upper-footer ul li {
        margin-bottom: 16px;
    }

    .inrpage-banner h1.page-tittle {
        font-size: clamp(32px, 5vw, 48px);
        bottom: 8%;
        width: 92%;
    }

    .aboutus h2,
    .aboutus h3 {
        font-size: clamp(32px, 4.5vw, 48px);
        margin-top: 32px;
    }

    .aboutus p.text-center.px-5,
    .aboutus p.w-50 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        width: 100% !important;
        max-width: 100%;
    }

    .core-team .team-members {
        padding: 20px 16px;
    }

    .press-media .col-md-4:hover {
        top: -12px;
    }

    .book-content::before {
        width: 70%;
    }

    .book-content::after {
        height: 32%;
    }

    .bottom-corner {
        width: 45%;
    }

    .bottom-corner::after {
        height: 140px;
    }

    .page-fold {
        width: 50px;
        height: 50px;
    }

    .project-card {
        height: clamp(400px, 58vh, 70vh);
        min-height: 400px;
    }

    .project-content {
        left: 28px;
        top: 28px;
        right: 28px;
        max-width: calc(100% - 56px);
    }

    .project-logo {
        top: 24px;
        right: 24px;
    }

    .project-logo img {
        width: 96px;
    }

    .project-features li {
        font-size: 13px;
        padding: 6px 12px;
    }

    .gallery-box {
        height: clamp(360px, 55vh, 480px);
    }

    .gallery-content {
        left: 28px;
        bottom: 28px;
        right: 28px;
    }

    .gallery-content h2 {
        font-size: clamp(32px, 5vw, 48px);
    }

    .section-gallery h2.designer {
        font-size: clamp(80px, 18vw, 140px);
    }

    .section-gallery h2:not(.designer) {
        font-size: clamp(32px, 4.5vw, 48px);
        padding: 0 12px;
    }

    .section-our-presence {
        padding: 72px 0;
    }

    .section-testimonials {
        margin-top: 60px;
    }

    .section-testimonials h2 {
        font-size: clamp(64px, 14vw, 120px);
    }

    .section-testimonials .content p {
        font-size: clamp(18px, 2.5vw, 24px);
    }

    .spread-across .across-main div {
        width: 50%;
    }

    .spread-across .across-main h2 {
        font-size: 20px;
    }

    .site-plan {
        padding: 48px 0;
        margin: 40px 0;
    }

    .smt-address {
        padding: 48px 0;
    }

    .smt-address h2 {
        margin-bottom: 40px;
    }

    .iwgHandgroup {
        padding: 32px 0 48px;
    }

    .headquaters-location {
        padding-bottom: 48px;
    }

    .headquaters-location h3 {
        font-size: clamp(26px, 4vw, 35px);
    }

    .headquaters-location .col-md-6.px-5 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* --------------------------------------------------------------------------
   768px (768px down to 521px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .marquee-content img {
        max-height: 72px;
        margin-right: 20px;
    }

    .header-main .logo-sec img {
        width: 72px;
        height: 72px;
    }

    .header-main .row.container {
        padding-top: 3.25rem;
    }

    .whoarewe h2,
    .our-project h2 {
        font-size: clamp(28px, 5vw, 40px);
    }

    .whoarewe button.learnmore-btn {
        width: 100%;
        max-width: 280px;
    }

    .whoarewe .handproject .text-box {
        padding: 10px 16px;
    }

    .whoarewe .handproject .text-box.sold,
    .whoarewe .handproject .text-box.award {
        left: 16px;
        top: 24px;
    }

    .whoarewe .handproject .text-box.experience {
        top: auto;
        bottom: 24px;
    }

    button.showGallery {
        bottom: 6%;
    }

    .whats-new button.try-now {
        padding: 14px 40px;
        width: 100%;
        max-width: 280px;
    }

    .get-touch .contactDetails h2 {
        font-size: clamp(32px, 5vw, 42px);
    }

    .get-touch .contactDetails p {
        margin-bottom: 36px;
    }

    .get-touch .contactDetails h3 {
        font-size: 22px;
    }

    .get-touch .contactDetails h4 {
        font-size: 16px;
    }

    .get-touch .info-form input[type="submit"] {
        width: 100%;
        max-width: 280px;
        padding: 16px 32px;
    }

    .copyright p {
        font-size: 13px;
        line-height: 1.5;
    }

    .socialiconsfooter ul {
        gap: 16px;
        flex-wrap: wrap;
    }

    .book-layout {
        margin: 28px auto;
        padding: 16px;
    }

    .book-content {
        padding: 32px 20px 40px;
    }

    .stat-box {
        flex: 1 1 100%;
    }

    .stat-box span {
        font-size: clamp(48px, 12vw, 64px);
    }

    .content-area h2 {
        font-size: clamp(36px, 7vw, 48px);
    }

    .content-area a {
        width: 100%;
        max-width: 240px;
        text-align: center;
    }

    .section-hand-explain .background-pic {
        min-height: 160px;
        padding: 1.5rem !important;
    }

    .section-hand-explain .background-pic h2 {
        font-size: clamp(48px, 14vw, 72px);
    }

    .featured-projects-section {
        margin-top: 32px;
    }

    .featured-projects-section > h2,
    .section-brand-carousel h2 {
        font-size: clamp(32px, 5vw, 44px);
        margin-bottom: 20px;
        padding: 0 12px;
    }

    .featured-projects-section > p,
    .section-brand-carousel p {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .project-card {
        height: clamp(380px, 75vh, 560px);
        min-height: 380px;
    }

    .project-title {
        font-size: clamp(30px, 6vw, 40px);
        margin-bottom: 16px;
    }

    .project-address {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .project-features {
        gap: 10px;
    }

    .gallery-slider-main,
    .projectGallerySlider {
        overflow: hidden;
    }

    .gallery-box {
        height: clamp(320px, 50vh, 420px);
    }

    .gallery-content {
        opacity: 1;
        transform: translateY(0);
    }

    .gallery-btn {
        opacity: 1;
        transform: translateY(0);
    }

    .section-testimonials .content {
        padding: 36px 20px 32px;
    }

    .section-testimonials .content::after {
        opacity: 0.35;
        width: 72px;
        height: 72px;
        top: 24px;
        right: 12px;
    }

    .section-testimonials .content img {
        width: 120px !important;
    }

    .haridayam-project {
        padding: 48px 0;
    }

    .haridayam-project .project-main img.page-logo {
        width: 55%;
    }

    .haridayam-project p,
    .haridayam-project .project-main p.text-white.w-75 {
        width: 100% !important;
        letter-spacing: 0.5px;
    }

    .haridayam-project button.request-call {
        padding: 14px 28px;
        width: 100%;
        max-width: 300px;
    }

    .haridayam-project .reside img,
    .haridayam-project .text-center .w-50 {
        width: 85% !important;
    }

    .ofice-space {
        padding: 40px 0;
    }

    .ofice-space h3 {
        font-size: 20px;
    }

    .press-media h3 {
        font-size: 24px;
    }

    .press-media button {
        width: 100%;
        max-width: 260px;
    }

    .csrpage .content-area h2 {
        font-size: clamp(26px, 5vw, 35px);
    }

    .brand-carousel img {
        max-height: 72px;
    }

    .bannerslider .swiper-slide img {
        width: 100%;
        object-fit: cover;
        max-height: 55vh;
    }
}

/* --------------------------------------------------------------------------
   520px (520px down to 401px)
   -------------------------------------------------------------------------- */
@media (max-width: 520px) {
    .container,
    .header-main .container,
    .small-container {
        max-width: 96% !important;
    }

    nav.navbar .container {
        max-width: 96%;
    }

    .top-header ul.main-menu {
        flex-wrap: wrap;
    }

    .banner-overlay .banr-text h2 {
        font-size: 28px;
    }

    .banner-overlay .banr-text input#search-input {
        padding: 10px 16px 10px 52px;
        height: 48px;
        font-size: 13px;
    }

    .banner-overlay .banr-text button.showmore-btn {
        width: 100%;
        max-width: 100%;
        padding: 12px 20px;
    }

    .whoarewe .handproject .text-box h4 {
        font-size: 15px;
    }

    .whoarewe .handproject .text-box p {
        font-size: 14px;
    }

    .our-project h3 {
        font-size: 20px;
    }

    .whats-new h2::after {
        width: 32px;
    }

    .get-touch .info-form input,
    .get-touch .info-form textarea {
        font-size: 16px;
    }

    .footerMain::before {
        width: 180px;
        height: 180px;
        top: -18%;
    }

    .footerMain form {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .footerMain form input {
        flex: 1 1 100%;
    }

    .footerMain form button {
        margin-left: 0;
        padding: 8px 16px;
    }

    .inrpage-banner h1.page-tittle {
        font-size: 26px;
    }

    .book-layout {
        margin: 20px auto;
        padding: 12px;
    }

    .mini-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .content-area p {
        font-size: 16px;
        line-height: 1.7;
    }

    .stat-box h4,
    .stat-box h3 {
        font-size: 14px;
    }

    .stat-box img {
        width: 20px;
        margin-right: 6px;
    }

    .section-gallery .all-heading {
        padding: 32px 0 0;
    }

    .section-gallery h2.designer {
        font-size: clamp(56px, 22vw, 90px);
    }

    .section-our-presence .presence-text h2 {
        font-size: clamp(28px, 7vw, 36px);
    }

    .section-our-presence .presence-text p {
        font-size: 16px;
        margin: 16px 0 28px;
    }

    .section-our-presence .presence-text a {
        width: 100%;
        max-width: 260px;
        padding: 14px 28px;
    }

    .project-card {
        height: auto;
        min-height: 360px;
        max-height: 520px;
    }

    .project-content {
        left: 20px;
        top: 20px;
        max-width: calc(100% - 40px);
    }

    .project-logo {
        top: 16px;
        right: 16px;
    }

    .project-logo img {
        width: 72px;
    }

    .project-type {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 16px;
    }

    .gallery-content h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    a.gallery-box h3 {
        font-size: 20px;
        line-height: 1.25;
    }

    .gallery-content span {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .gallery-box {
        height: clamp(280px, 70vw, 360px);
    }

    .section-testimonials h2 {
        font-size: clamp(48px, 20vw, 72px);
    }

    .section-testimonials .content p {
        font-size: 17px;
    }

    .section-testimonials .content h5 {
        font-size: 22px;
    }

    .spread-across .across-main div {
        width: 100%;
        padding: 24px 20px;
    }

    .spread-across .across-main h2 {
        font-size: 18px;
    }

    .spread-across .across-main h3 {
        font-size: 15px;
    }

    .site-plan .nav-link {
        font-size: 12px;
        flex: 1 1 calc(50% - 8px);
    }

    .smt-address .row img {
        width: 56px;
    }

    .smt-address h3 {
        font-size: 18px;
    }

    .smt-address p {
        font-size: 15px;
    }

    .associatesInner {
        width: 94%;
    }

    .marquee-content {
        animation-duration: 20s;
    }
}

/* --------------------------------------------------------------------------
   400px and below
   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
    .header-main .logo-sec img {
        width: 64px;
        height: 64px;
    }

    .banner-overlay .banr-text h3 {
        font-size: 16px;
    }

    .whoarewe h2,
    .our-project h2,
    .whats-new h2 {
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    .whoarewe p,
    .our-project p {
        font-size: 15px;
    }

    .book-content::before {
        width: 60%;
        height: 3px;
    }

    .book-content::after {
        width: 3px;
    }

    .bottom-corner,
    .bottom-corner::after {
        display: none;
    }

    .content-area h2 {
        font-size: 30px;
    }

    .content-area a {
        padding: 14px 24px;
        font-size: 14px;
    }

    .featured-projects-section > h2,
    .section-brand-carousel h2 {
        font-size: 26px;
    }

    .project-title {
        font-size: 28px;
    }

    .project-features li {
        flex: 1 1 100%;
    }

    .gallery-content {
        left: 16px;
        bottom: 16px;
        right: 16px;
    }

    .copyright p {
        font-size: 12px;
    }

    .socialiconsfooter ul li a {
        padding: 5px;
    }

    .haridayam-project button.request-call {
        font-size: 14px;
        padding: 12px 20px;
    }

    .get-touch .contactDetails {
        padding: 32px 16px 40px;
    }

    .press-media button {
        font-size: 14px;
        padding: 12px 24px;
    }
}

/* Touch devices — gallery hover overlays without fixed pixel widths */
@media (max-width: 1200px) {
    .our-gallery .gallery-colm:hover img.overlay-img {
        width: 100% !important;
        max-width: 100%;
    }

    .our-gallery .gallery-colm:hover ~ .gallery-colm img.simple-image {
        opacity: 1;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .marquee-content,
    .project-bg,
    .gallery-box img,
    .our-project .main-project img,
    .whoarewe .handcolm,
    .whoarewe .handcolm .hand-overlay {
        animation: none;
        transition: none;
    }
}




