*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img, video{
  max-width: 100%;
  height: auto;
}


* {
    margin: 0;
    font-family: Arial ;
    border: border-box;
}
.navbar {
    height: 70px;
    background-color:#243F2E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    height: 60px;
    width: 110px;
}

.logo {
    background-image: url("vastiro.png");
    background-size: cover;
    height: 60px;
    width: 120%;
    margin-left: 7px;
   
}


.border:hover {
    border: 1.5px solid white;
    margin-left: 6px;

}

/** box2 **/
.add-first {
    color: #cccccc;
    font-size: 0.85rem;
    margin-left:20px;
   font-size: 0.7rem;
    
}

.add-sec {
    font-size: 1rem;
   
   
    
}

.add-icon {
    display: flex;
    align-items: center;
   

}

.add-icon{
    display: flex;
}

/** box3**/
.nav-search{
    display: flex;
    justify-content: space-evenly ;
    background-color:pink ;
    width: 620px;
    height: 35px;
    border-radius: 3px;
}

.search-select {
    background-color: #f3f3f3 ;
    width:35px ;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
}

.search-input{
    width: 100%;
    font-size:1rem ;
    border: none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgb(255, 174, 00);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.nav-search:hover {
    border: 2px solid orange;
}

/**box4**/
span{
    font-size: 0.7rem;

}

.nav-second {
    font-size: 0.85rem;
    font-weight:700;


}

/**box6**/
.nav-cart i {
  font-size: 30px;

}

.nav-cart {
    font-size:0.85 ;
}

/** panel **/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-ops p {
    display: inline;
    margin-left: 15px;

}

.panel-ops {
    width: 70%;
    font-size:0.85rem;
}

.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}

/** hero section **/
  .bg-video{
  width: 100%;
  height: 600px;
  object-fit: cover;
}



 .hero-msg{
    background-color:white;
    color:black;
    height: 50px;
    margin-top: 40px;
    display: flex;
    font-size: 35px;

 }
 .hero-msg p {
    font-family: 'Times New Roman';
    margin-left:120px;
 }
 
 .line-one{
    font-size: 17px;
    margin-left: 120px;
    margin-top: 20px;
    margin-right: 60px;
    line-height: 27px;

 }
 .line-one p{
    font-family: serif;
 }

 /**shop-section**/
/* Container for all boxes */
.main-project-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 40px;
    flex-wrap: wrap;
    background-color: #fcfbf4; /* Screenshot wala light background */
}

/* Same Size Box Styling */

.section {
    margin-top: 50px;
}
.custom-card {
    width: 350px;       /* Fixed Width */
    height: 400px;      /* Fixed Height */
    position: relative;
    border: 2px solid #333;
    overflow: hidden;   /* Photo ko bahar nikalne se rokta hai */
    border-radius: 4px;
    
}

/* Photo ko fix karne ki setting */
.card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Yeh photo ko bina khrab kiye fit karega */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Text layout over the image */
.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2); /* Photo par halka shadow taaki text dikhe */
}

/* Heading Style */
.card-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

/* Bottom Detail Style */
.card-details {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.card-details p {
    margin: 4px 0;
}
/**shop section1 **/
/* Container for all boxes */
.main-project-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 40px;
    flex-wrap: wrap;
    background-color: #fcfbf4; /* Screenshot wala light background */
}

/* Same Size Box Styling */
.custom-card {
    width: 350px;       /* Fixed Width */
    height: 400px;      /* Fixed Height */
    position: relative;
    border: 2px solid #333;
    overflow: hidden;   /* Photo ko bahar nikalne se rokta hai */
    border-radius: 4px;
}

/* Photo ko fix karne ki setting */
.card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Yeh photo ko bina khrab kiye fit karega */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Text layout over the image */
.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2); /* Photo par halka shadow taaki text dikhe */
}

/* Heading Style */
.card-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

/* Bottom Detail Style */
.card-details {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.card-details p {
    margin: 4px 0;
}

/**shop section3**/
.shop-section3 {
    display: flex;
    margin-left: 250px;
   margin-top: 30px;

}
.boox {
   /** border: 2px solid black;**/
    height: 150px;
    width: 15%;}
 .box-image {
     background-image: url("shubhashish.png");
     background-position: center;
     background-size: cover;
     height: 100px;
     width: auto;
 }   
.box-imaage {
    background-image: url("unicorn.png");
     background-position: center;
     background-size: cover;
     height: 160px;
     width: auto;
     background-size: 160px;
     
}
 .box-immage {
     background-image: url("marudhara.png");
     background-position: center;
     background-size: cover;
     margin-top: 30px;
     height: 100px;
     width: auto;
}
.box-imagge {
    background-image: url("aashadeep.png");
     background-position: center;
     background-size: cover;
     height: 52px;
     margin-top: 40px;
     width: auto;
}
 .box-imagee {
     background-image: url("sarodha.png");
     background-position: center;
     background-size: cover;
     height: 50px;
     width: auto;
     margin-top: 35px;
    }



.hero-msg1 p{
    color: #f3562f;
    height: 50px;
    margin-top: 40px;
    font-size: 35px;
    margin-left: 120px;
    font-family: 'Times New Roman';
}
.box6{
    border: 2px solid black;
    height: 300px;
    margin-top: 100px;
}
.box-img6{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;      /* h1 ke niche button */
    justify-content: center;     /* vertical center */
    align-items: center;         /* horizontal center */
    text-align: center;
    padding: 0 15px;}

.box-img6 h1{
    font-size: 3rem;
    font-family: 'Times New Roman', serif;
    color:white;
    margin: 0 0 20px 0;}

.connect-btn{
    display: inline-block;
    padding: 14px 38px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Georgia;
}

.connect-btn:hover{
    background: #ff5a1f;
    color: #ffffff;
}
.testimonial-section {
  padding: 80px 10%;
}

.testimonial-box {
  border: 3px solid #0a1f5d;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-content {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 1.6;
}

.testimonial-content h4 {
  color: #f15a29;
  margin-top: 20px;
}

.testimonial-content span {
  font-size: 14px;
}

.testimonial-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.4;
}

.user-img.active {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
.box12{
    color: #191919ad;
}
.box-img12{
    border: 2px solid black;
     height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}
/* IMAGE CONTAINER */
.box-img12 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 500px;               /* FULL SCREEN */
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  overflow: hidden;
}

/* BLUR LAYER */
.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.35);  /* dark effect */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
}

/* TEXT */
.blur-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: bold;
}
.box-img12 h1 {
    margin-top: -90px;
    width:center;
}

.box12{
    color: #cccccc;
}
  .downloads-container {
    display: flex;
    gap: 150px; /* Icons ke beech ka gap */
    z-index: 2;  }
.download-item img {
    width: 50px; /* Icons ka size */
    margin-bottom: 10px;
    filter: brightness(0) invert(1);}
.download-item p {
    font-weight: bold;
    font-size: 1.1rem;
}  


.footer-box {
    background-color:#37475a ;
    height: 500px;

}
/* ===== FOOTER DESIGN ===== */
.footer-area {
    background-color: #f6f1eb;
    padding: 50px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-col {
    flex: 1;
    display: flex;
    gap: 15px;
    position: relative;
    padding-left: 20px;
}

/* vertical orange line */
.footer-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #f26522;
}

.footer-icon {
    font-size: 22px;
    color: #0a2a66;
    margin-top: 5px;
}

.footer-content h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.footer-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 6px;
}

.footer-content a {
    font-size: 14px;
    color: #0a2a66;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
}
/* WhatsApp Button Styling */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 20px; /* Screenshot ke mutabik left side rakha hai */
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  
  /* Animation apply karna */
  animation: bounce 2s infinite;
}

/* Upar-Niche (Bounce) Animation Ki Coding */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px); /* Kitna upar jayega */
  }
  60% {
    transform: translateY(-7px);
  }
}

/* Hover effect */
.whatsapp-float:hover {
  background-color: #128c7e;
  color: white;
}
.enquiry-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.enquiry-btn a {
    display: block;
    background-color: #007bff; /* Screenshot wala blue color */
    color: white;
    padding: 15px 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
    writing-mode: vertical-rl; /* Text ko vertical karne ke liye */
    text-orientation: mixed;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px 0 0 5px;
    
    /* Blinking Animation lagana */
    animation: blink-animation 1.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}

/* Blinking Effect ka logic */
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Hover par blink ruk jaye (optional) */
.enquiry-btn a:hover {
    animation: none;
    background-color: #0056b3;
}

/**footer**/
.foot-panel1 {
    background-color: #37475a;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
.foot-panel1 h4 {
    font-family:'Times New Roman';
     font-size: 1.3rem;
     color: white;
}
ul {
    margin-top: 40px;
}

ul a { 
    display: block;
     font-family:'Times New Roman';
      font-size: 1rem;
      margin-top: 10px;
      color: #dddddd;
}

.call-icon {
    position: fixed;
    bottom: 4px;
    right: 4px; /* Right side पर रखें */
    animation: bounce 2s infinite;
    z-index: 1000;
}

.call-icon img {
    width: 130px;
    height: 130px;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* 1. Content ko screen ke bahar jane se rokne ke liye */
html, body {
    overflow-x: hidden; /* Side scroll khatam karne ke liye */
    width: 100%;
}

/* 2. Sabhi images aur videos ko mobile ke liye fit karne ke liye */
img, video, canvas {
    max-width: 100%;
    height: auto;
}

/* 3. Main Container ko responsive banayein */
/* Aapka jo bhi main class hai, usme ye apply karein */
.main-wrapper, .container, section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px; /* Side se thodi jagah chhodne ke liye */
    box-sizing: border-box;
}

/* 4. MOBILE MAGIC (iPhone aur Android ke liye) */
@media screen and (max-width: 768px) {
    /* Agar aapne columns banaye hain to wo ab ek ke niche ek aayenge */
    .row, .flex-container {
        display: flex;
        flex-direction: column !important;
    }

    /* Fixed width ko auto mein badalna */
    div, section, aside {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Text size ko mobile ke liye adjust karna */
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    p { font-size: 1rem !important; }
}

/* --- FINAL MOBILE REPAIR (Android & iPhone) --- */

@media screen and (max-width: 768px) {
    
    /* 1. Logo को छोटा करना ताकि यह Overlap न हो */
    .nav-logo {
        height: 45px !important;
        width: 100px !important;
        margin: 5px auto !important;
    }

    .logo {
        background-size: contain !important; /* लोगो को कटने से बचाएगा */
        height: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* 2. Navbar Elements को एक के नीचे एक व्यवस्थित करना */
    .navbar {
        height: auto !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
    }

    /* Address, Sign-in और Cart को मोबाइल पर छोटा और सेंटर में करना */
    .nav-address, .nav-signin, .nav-Book, .nav-cart {
        border: none !important; /* मोबाइल पर बॉर्डर हटा दें ताकि जगह बचे */
        margin: 5px 0 !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
        font-size: 12px !important;
    }

    .nav-second {
        font-size: 12px !important;
    }

    /* 3. Search Bar को ठीक करना */
    .nav-search {
        width: 90% !important;
        height: 35px !important;
        margin: 10px auto !important;
        order: 5; /* इसे सबसे नीचे ले जाएगा */
    }

    /* 4. Floating WhatsApp और Call Icon को ओवरलैप होने से बचाना */
    /* WhatsApp को थोड़ा ऊपर और Call को नीचे रखना ताकि दोनों दिखें */
    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        bottom: 80px !important; /* कॉल आइकॉन से ऊपर */
        left: 15px !important;
        font-size: 30px !important;
    }

    .call-icon {
        bottom: 10px !important;
        right: 15px !important;
    }

    .call-icon img {
        width: 60px !important; /* आइकॉन साइज छोटा किया */
        height: 60px !important;
    }

    /* 5. Enquire Now बटन को छोटा करना */
    .enquiry-btn a {
        padding: 10px 5px !important;
        font-size: 10px !important;
    }

    /* 6. Hero Section Video और Text सुधार */
    .bg-video {
        height: 200px !important;
    }

    .hero-msg {
        font-size: 18px !important;
        margin-top: 15px !important;
        text-align: center !important;
    }

    .hero-msg p {
        margin-left: 0 !important;
    }

    .line-one {
        margin-left: 15px !important;
        margin-right: 15px !important;
        text-align: justify !important;
        font-size: 13px !important;
    }
}

/* --- Universal Panel Styling --- */
.panel {
    display: flex;
    align-items: center;
    background-color: #232f3e;
    color: white;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-family: Arial, sans-serif;
}

/* --- 1. Desktop (बड़ी स्क्रीन) --- */
@media screen and (min-width: 1025px) {
    .panel-all { font-size: 14px; margin-right: 15px; }
    .panel-ops p { font-size: 14px; margin-left: 20px; }
    .panel-deals { font-size: 14px; margin-left: auto; }
}

/* --- 2. iPad / Tablets (मझली स्क्रीन) --- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .panel-all { font-size: 13px; }
    .panel-ops p { font-size: 13px; margin-left: 12px; }
    .panel-deals { font-size: 12px; }
}

/* --- 3. Android / iPhone (छोटी स्क्रीन) --- */
@media screen and (max-width: 768px) {
    .panel {
        height: 35px; /* मोबाइल पर पट्टी की ऊंचाई थोड़ी कम */
        overflow-x: auto; /* अगर नाम ज्यादा हैं तो साइड में स्क्रॉल होगा */
        white-space: nowrap; 
        -webkit-overflow-scrolling: touch; /* स्मूथ स्क्रॉलिंग के लिए */
    }

    .panel-all {
        font-size: 11px !important; /* छोटा फॉन्ट */
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .panel-ops {
        display: flex !important;
        flex-direction: row !important; /* एक लाइन में रखने के लिए */
    }

    .panel-ops p {
        font-size: 11px !important; /* मोबाइल के लिए एकदम सही साइज */
        margin-left: 12px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .panel-deals {
        display: none; /* मोबाइल पर 'Shop deals in Plots' छुपा दें ताकि जगह बचे */
    }

    /* मोबाइल स्क्रॉल बार को छुपाना */
    .panel::-webkit-scrollbar {
        display: none;
    }
}

/* --- Universal Layout Fix --- */

@media screen and (max-width: 768px) {
    /* 1. Navbar को एक ही लाइन में रखने के लिए Grid का उपयोग */
    .navbar {
        display: grid !important;
        grid-template-columns: 80px 1fr auto auto; /* Logo | Search | Sign-in | Cart */
        align-items: center !important;
        gap: 8px !important;
        padding: 5px 10px !important;
        height: auto !important;
    }

    /* 2. Logo Size को फिक्स करना ताकि वह जगह न घेरे */
    .nav-logo {
        width: 70px !important;
    }
    .logo {
        height: 30px !important;
        width: 100% !important;
        background-size: contain !important;
    }

    /* 3. Address को मोबाइल पर छुपा दें (क्योंकि जगह कम है) */
    .nav-address {
        display: none !important;
    }

    /* 4. Search Input को छोटा और कंप्रेस्ड करना */
    .nav-search {
        display: flex !important;
        height: 32px !important;
        margin: 0 !important;
        grid-column: 1 / span 4; /* सर्च बार अब दूसरी लाइन में पूरा फैलेगा */
        order: 5;
    }

    /* 5. Sign-in, Book, और Cart का टेक्स्ट छोटा करना */
    .nav-signin, .nav-Book, .nav-cart {
        font-size: 10px !important; /* बहुत छोटा फॉन्ट ताकि ओवरलैप न हो */
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-second {
        font-size: 11px !important;
        display: block !important;
        font-weight: bold;
    }

    /* 6. Cart Icon Size */
    .nav-cart {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .nav-cart i {
        font-size: 16px !important;
    }

    /* 7. Real Estate India को अलग पट्टी में दिखाना (Overlap रोकने के लिए) */
    /* आप अपने HTML में इसे Navbar के ठीक नीचे रख सकते हैं */
    .nav-location-mobile {
        background-color: #37475a;
        color: white;
        font-size: 11px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

/* --- iPad/Tablet Fix --- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .navbar {
        gap: 10px !important;
    }
    .nav-search {
        flex-grow: 1;
    }
    .add-first, .add-sec {
        font-size: 12px !important;
    }
}

