@font-face {
  font-family: "HelveticaCustom";
  src: url("Fonts/Helvetica.ttc") format("truetype");
}

@font-face {
  font-family: "LaMango";
  src: url("Fonts/LaMango-Regular.otf") format("opentype");
}

@font-face {
  font-family: "LemonMilkLight";
  src: url("Fonts/LEMONMILK-Light.otf") format("opentype");
}

@font-face {
  font-family: "LemonMilkRegular";
  src: url("Fonts/LEMONMILK-Regular.otf") format("opentype");
}
body {
  font-family: "LemonMilkRegular", sans-serif;
  margin: 0;
  padding: 0 ;
  background: #F2EEE2;
}
h1, h2,h3,h4,h5,h6,p {
  margin: 0;
}
h1 {
  font-family: "LemonMilkLight", sans-serif;
}
section{
    padding: 0 3em;
}

.fixed-btn.services {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%)rotate(90deg);
    z-index: 9999;
}
.services a{
    background: #1F3BCD;
    margin-top: 2em;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'LemonMilkLight';
    letter-spacing: 1px;
}

/*.main {
    position: relative;
    background: url("assests/panipat-new-banner.jpg") no-repeat center center/cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}*/

/* Overlay */
/*.main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);   
    z-index: 0;
}*/

.banner {
    position: relative;
    z-index: 1;   
}
.banner .logo{
    width: 200px;
    margin-top:2em;
}
.godrej-logo{
    position: absolute;
    width: 150px;
    height: auto;
    left: 2%;
    top: 4%;
}
.banner h1{
    font-size: 55px;
    line-height: 70px;
    margin: 0;
    letter-spacing: 11px;
}
.banner h3{
    font-family: "LaMango", sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 15px
}
.main-banner{
    padding: 0 !important;
    width: 100%;
    height: 100%;
}
.main-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-banner{
    display: none;
}

@media (max-width: 768px) {
    .main {
        height: 80vh;
        padding: 0 1em;
    }
    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }
    .banner h1{
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 7px;
    }
    .banner h3{
        font-size: 35px;
        line-height: 40px;
    }
    
    .banner .logo{
        width: 70px;
    }
}
.bg-main{
    background: #F2EEE2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bg-four{
    background: #F2EEE2;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2em 0 5em 0;
}
.common h2{
    font-family: "LemonMilkRegular", sans-serif;
    font-size:35px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 1px;
}
.r-fix{
    position: fixed;
    z-index: 1;
    right: 0;
    top:3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rera-fixed{
    color: #fff;
    font-size: 6px;
    line-height: 8px;
    font-family: 'HelveticaCustom';
    font-weight: 200;
    width: 120px;
    margin-right: 5px;
}

.rera-qr-fixed{
    width: 50px;
}
.disc-main{
    position: absolute;
    bottom: 10%;
    font-size: 10px;
    font-weight: 300;
}
@media (max-width: 768px){
    .rera-fixed{
        font-size: 3px !important;
        line-height: 5px !important;
        width: auto !important;
    }
    .rera-qr-fixed{
        width: 20px !important;
    }
}
.common p{
    font-family: "HelveticaCustom", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 30px;
}
.second p{
    max-width: 800px;
}
.second span,.peace span{
font-family: "HelveticaCustom", sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 50px;
}
.gall span{
    font-family: "HelveticaCustom", sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 50px;
    color: #fff;
}
@media (max-width: 768px) {
    .bg-main{
        height: auto;
        padding: 5em 1em;
    }
    .common h2{
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .common p{
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center !important;
    }
    .bg-four{
        padding: 0 1em 4em;
    }
}
.bg-blue{
    background: #1F3BCD;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gallery {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 0px;
}
@media (max-width: 768px) {
    .bg-blue{
        padding: 0em 1em;
    }
    .gallery {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top:0 !important;
    }
    .gallery img {
        height: auto;
    }
}
.services-container{
    display: flex;
    flex-direction: row;
    width: 90%;
}
.services-left, .services-right{
    width: 50%;
    padding: 2em;
}
.services-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
.services-left a{
    background: #1F3BCD;
    margin-top: 2em;
    padding: 1em;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'LemonMilkLight';
    letter-spacing: 1px;
}
.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.services-right{
    display: flex;
    gap: 21px;
    flex-direction: column;
}

.service-item .num {
    font-family: "LaMango", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
}

.service-item .num img{
    width:35px;
    height:35px;
}

.service-item .text {
    font-size: 20px;
    color: #333;
}
.head-sub-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.head{
    font-family: 'LemonMilkRegular';
    font-size: 20px;
    line-height: 25px;
}
.head-sub-head span{
    font-size: 16px;
    font-family: "HelveticaCustom", sans-serif;
    font-weight: 200;
    line-height: 24px;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .services-container{
        flex-direction: column;
        width: 100%;
    }
    .services-left, .services-right{
        width: 100%;
        padding: 0em;
    }
    .services-left{
        align-items: center;
        text-align: center;
    }
    .services-right{
        margin-top:3em;
    }
    .services-left a{
        font-size: 16px;
    }
    .service-item .num {
        font-size: 28px;
    }
    .service-item .text {
        font-size: 16px;
    }
    .head{
        font-size: 24px;
    }
    .head-sub-head span{
        font-size: 16px;
    }
	.disc-main{
		font-size:6px !important;
	}
}
.anchor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    gap:2em;
    padding-top:5em;
}

.anchor a{
    background: #1F3BCD;
    margin-top: 2em;
    padding: 1em;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    font-family: 'LemonMilkLight';
    letter-spacing: 1px;
}
.left-image,.right-text{
    width: 50%;
}
.left-image img{
    width: 100%;
}
.right-text{
        display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.right-text p{
    text-align: left;
}
@media (max-width: 768px) {
    .anchor{
        flex-direction: column;
        padding-top:3em;
    }
    .left-image,.right-text{
        width: 100%;
    }
    .right-text{
        margin-top: 2em;
        align-items: center;
    }
}
footer{
    background: #1F3BCD;
    padding: 3em;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.QR{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.QR img{
    width:100px;
}

footer span{
    margin: 2em;
    font-size: 14px;
    font-weight: 400;
    font-family: 'HelveticaCustom';
}
footer h6{
    margin-bottom: 2em;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    font-family: 'HelveticaCustom';
}

.gallery img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery img::after {
    content: "*Visuals shown are for illustration purposes";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #777;
}

.thankyou-page {
            height: 100vh;
    background: #F2EEE2;
    padding: 40px 60px;
    display: flex;
    /* border-radius: 12px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
        }

        .thankyou-page h3 {
            margin: 0;
            font-size: 28px;
            color: #000;
        }

        .thankyou-page p {
            font-size: 18px;
            margin-top: 10px;
            color: #333;
        }

        .back-msg {
            margin-top: 15px;
            font-size: 14px;
            color: #666;
        }


@media(max-width:768px){
    footer{
        padding: 2em 1em;
    }
    footer span{
        margin:1em;
        font-size: 10px;
    }
    footer br{
        display: none;
    }
    footer p{
        font-size: 10px;
    }
}
.rera span{
    color: #fff;
    font-size: 10px;
    font-family: 'HelveticaCustom';
    font-weight: 300 !important;
}
/* Custom Smooth Slow Premium Animation */
.animate {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(4px);
    transition: 
        opacity 1.3s ease,
        transform 1.4s ease,
        filter 1.4s ease;
}
.animate.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
.enquiry-form-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

.enquiry-form-overlay.active {
    display: flex;
}

/* ============================================
   POPUP CARD
============================================ */
.enquiry-form {
    background: #000000;
    width: 100%;
    max-width: 460px;
    padding: 32px 32px 10px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
    animation: fadeIn 0.35s ease;
    border: 1px solid #eaeaea;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

/* CLOSE ICON */
.enquiryFormClose {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    opacity: 0.75;
    transition: 0.25s;
}

.enquiryFormClose:hover {
    opacity: 1;
}

/* ============================================
   TITLE
============================================ */
.enquiry-form h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #fff;
    letter-spacing: 0.2px;
}

/* ============================================
   FLOATING INPUT BOXES
============================================ */
.ip-box {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#txt_country {
  width: 25%;
}

.ip-box input,
.ip-box select {
  width: 100%;
  padding: 14px 14px 14px 0;
  border: none;
  border-bottom: 1px solid #888;
  background: transparent;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.ip-box input::placeholder,
.ip-box select::placeholder {
  color: #fff;
}
.ip-box input:focus,
.ip-box select:focus {
  background: transparent;
  outline: none;
}

/* FLOATING LABELS */
.ip-box label {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #6a7890;
  font-size: 15px;
  pointer-events: none;
  transition: 0.25s ease;
}

.ip-box input:not(:placeholder-shown) + label,
.ip-box input:focus + label,
.ip-box select:focus + label {
  top: -10px;
  left: 10px;
  background: #transparent;
  padding: 0 6px;
  font-size: 13px;
  color: #0a63aa;
}
.iti {
  width: 100%;
}
.iti__selected-dial-code{
color: #fff !important;
}
/* ============================================
   VALIDATION MESSAGES
============================================ */
#valid-msg,
#error-msg {
    font-size: 13px;
    margin-top: -12px;
    margin-bottom: 10px;
    display: block;
}

#valid-msg {
    color: #0a8235;
}

#error-msg {
    color: #d30000;
}

/* ============================================
   CHECKBOX SECTION
============================================ */
.homeally_dwnld_checklist {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 18px 0 10px;
    align-items: flex-start;
}

.homeally_dwnld_checklist input[type="checkbox"] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #0a63aa;
}

.homeally_dwnld_checklist span {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-top: 2px;
}

/* ============================================
   SUBMIT BUTTON
============================================ */
.submit-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #fff;
    cursor: pointer;
    background:transparent ;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: 0.3s ease;
    margin-top: 12px;
}

.submit-btn:hover {
    background-color: #fff;
    color: #000;
}

.hide {
    display: none;
}
/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .enquiry-form {
        padding: 24px 20px 32px;
        border-radius: 16px;
    }

    .enquiry-form h3 {
        font-size: 24px;
    }
    #txt_country{
      width: 24%;
    }
}

/* LOADER OVERLAY */
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2EEE2;  /* You can change to any background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* LOGO ANIMATION */
#pageLoader .loader-logo {
    width: 250px;
    animation: pulseScale 1.8s infinite ease-in-out;
}

/* Smooth scale animation */
@keyframes pulseScale {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.12); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

/* When loader is hidden */
#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
}

.image-carousel {
  width: 100%;
  overflow: hidden;
  background: #1F3BCD; /* your blue section */
  padding: 150px 0;
}
.image-carousel h2{
	color:#F2EEE2;
	text-align:center;
	padding-bottom:1em
}

.image-carousel h4{
	color:#F2EEE2;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    width: 300px;
}
.carousel-track {
  display: flex;
  width: fit-content;
  animation: scroll 25s linear infinite;
}

.carousel-track > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.carousel-track img {
  width: 33.333vw;   /* EXACTLY 3 images */
  max-width: 400px;
  height: auto;
  object-fit: cover;
  margin: 0 10px;
  border-radius: 0px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .carousel-track img {
    width: 90vw;
    margin: 0 12px;
  }
}
.carousel-track .image-pause:hover  {
  animation-play-state: paused;
}

.popup-logo {
    text-align: center;
    margin-bottom: 15px;
}

.popup-logo img {
    max-width: 100px;
    width: 80%;
    height: auto;
    object-fit: contain;
    margin-top: -10px;
}

.submit-btn.loading {
        opacity: 0.7;
        pointer-events: none;
      }

      .submit-btn.loading::after {
        content: "";
        width: 16px;
        height: 16px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        display: inline-block;
        animation: spin 0.6s linear infinite;
        vertical-align: middle;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }









