
.hero {
    font-size: 32px;
    font-weight: bold;
    color: #00CAEB;
    font-family: Arial, sans-serif;
  }
  .hero h1{
      font-size: 60px;
      font-weight: 700;
  }
  
  .changing-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
  }
  .parallax {
    position: absolute;
    width: 100px;
    height: auto;
    transition: transform 0.1s ease-out;
    pointer-events: none;
    opacity: 0.8;
  }
  
  .experience-tag {
      clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
      background: #00caeb;
      padding: 0 1px;
      z-index: 9;
      position: relative;
      margin-top: 30px;
      width: 75%;
  }
  .tag-inner {
      clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
      border: 1px solid #00caeb;
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
      padding: 7px 45px;
      background-color: var(--white);
  }
  .tag-inner h5 {
      font-size: 22px;
      font-weight: 700;
      color: #00caeb;
      font-family: cuprum, sans-serif;
      margin-bottom: 0;
  }
  .social-list-2002-ad li {
      background-color: var(--bs-heading-color);
      border-radius: 20px;
      padding: 18px 4px 18px 3px;
      transition: transform .5s ease;
  }
  .social-list-2002-ad li a{
      color: white !important;
  }
  .social-list-2002-ad li:hover{
      background-color: #59e5fa; 
  
      transform: scale(1.1);
  }
  .social-list-2002-ad li:hover a{
      color: rgb(0, 0, 0) !important;
  }
  .nav-item-2002-2 a{
      transition: transform .5s ease;
  }
  .nav-item-2002-2 a:hover{
      
      transform: scale(1.1);
  }
  
  .awads {
    display: block; /* Default: show */
  }
  
  @media only screen and (max-width: 768px) {
      .awads {
      display: none; /* Mobile screens: hide */
    }
  }
  .tag-inner{
    display: block; /* Default: show */
  }
  
  @media only screen and (max-width: 768px) {
      .tag-inner{
      display: none; /* Mobile screens: hide */
    }
  }
  
  
  .shake-text {
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    animation: shake 1s infinite;
  }
  
  /* Animation keyframes */
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
  }
  
/* h2 {
    color: white;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
  } */
  .container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container h3 {
    color: #ffffff;
  }
  .container p {
    color: #000000;
  }
  
  .servcies-section-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  
  .services-box {
    background-color: #222222;
    color: white;
    width: 315px;
    height: 355px
    ;
    /* padding: 30px 20px; */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  .services-box:hover {
    background-color: #d2691e;
  }
  
  .services-box h3,
  .services-box p {
    margin: 0px;
    text-align: center;
  }
  
  .services-box i {
    background-color: white;
    color: #d2691e;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .aditya-ll202{
    width: 100%;
  }
  .aadi-olol{
   
    width: 233px;
    height: 274px;
   
  
    margin-right: 90px;
  }

  
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
  }
  
  .img-wrapper {
    position: relative;
  }
  
  .img-wrapper img {
    aspect-ratio: 3 / 2;
    /* object-fit: cover; */
    transition: 0.4s;
  }
  
  /* .img-wrapper:hover img {
    filter: blur(4px);
  } */
  
  /* .img-wrapper p {
    position: absolute;
    font-size: 3rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0;
    transition: 0.3s 0.1s;
  } */
  
  /* .img-wrapper:hover p {
    opacity: 1;
  } */
  
      .whatsapp_float {
      position: fixed;
      top: 100px;
      right: -30px; /* use left:20px if you want it on the left */
      z-index: 999;
      background-color: #25d366;
    
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
    .whatsapp_float  {
     
      background-color: #E65B2E;
      color: white;
      text-align: center;
      padding: 15px 40px 15px 12px;
      border-radius: 20px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s;
      font-size: 14px;
    }
    .item p{
      font-size: 12px;
      line-height: 20px;
    }
    :root {
    --primary: #DE921C;
    --primary-dark: #DE921C;
    --primary-light: #a5a1ff;
    --dark: #1a1a2e;
    --darker: #0f0f1b;
    --light: #f8f9fa;
    --lighter: #ffffff;
    --gray: #adb5bd;
    --dark-gray: #495057;
   
  
    --font-main: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: "Playfair Display", Georgia, serif;
  
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.2);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  /* Reset moderne */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--dark);
    background-color: var(--light);
    overflow-x: hidden;
  }
  
  /* Layout */
  .container-2002 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  /* Footer */
  footer {
    background: linear-gradient(135deg, var(--darker), var(--dark));
    color: var(--lighter);
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden;
  }
  
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
  }
  
  .footer-column {
    position: relative;
    z-index: 1;
  }
  
  .footer-column h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
  }
  
  .footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
  }
  
  .footer-column p {
    color: var(--gray);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
  }
  
  .footer-links {
    list-style: none;
  }
  
  .footer-links li {
    margin-bottom: 0.75rem;
  }
  
  .footer-links a {
    color: var(--gray);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
    transition: var(--transition);
    position: relative;
    padding-left: 1rem;
  }
  
  .footer-links a::before {
    content: "→";
    position: absolute;
    left: -5px;
    opacity: 0;
    transition: var(--transition);
    color: var(--primary);
  }
  
  .footer-links a:hover {
    color: var(--lighter);
    padding-left: 1.5rem;
  }
  
  .footer-links a:hover::before {
    left: 0;
    opacity: 1;
  }
  
  
  /* Contact Info */
  .contact-info {
    margin-top: 1rem;
  }
  
  .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: var(--gray);
  }
  
  .contact-item i {
    margin-right: 0.75rem;
    color: var(--primary);
    font-size: 1.1rem;
    margin-top: 3px;
  }
  
  .contact-item span {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  
  /* Social Links */
  .social-links {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  
  .social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lighter);
    transition: var(--transition);
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  
  .social-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
    opacity: 0;
    transition: var(--transition);
  }
  
  .social-link:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
  }
  
  .social-link:hover::after {
    opacity: 1;
  }
  
  .social-link i {
    position: relative;
    z-index: 1;
  }
  
  /* Newsletter */
  .newsletter {
    margin-top: 1.5rem;
  }
  
  .newsletter p {
    margin-bottom: 1rem;
  }
  
  .newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .newsletter-input {
    flex: 1;
    min-width: 200px;
    padding: 0.85rem 1.25rem;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: var(--lighter);
    font-size: 0.95rem;
    transition: var(--transition);
  }
  
  .newsletter-input::placeholder {
    color: var(--gray);
  }
  
  .newsletter-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px var(--primary-light);
  }
  
  .newsletter-btn {
    padding: 0.85rem 1.75rem;
    border-radius: 50px;
    border: none;
    background: var(--primary);
    color: var(--lighter);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.95rem;
    flex-shrink: 0;
  }
  
  .newsletter-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
  }
  
  /* Copyright */
  .copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--gray);
    font-size: 0.85rem;
  }
  
  .copyright a {
    color: var(--primary-light);
    text-decoration: none;
    transition: var(--transition);
  }
  
  .copyright a:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  
  /* Back to top button */
  /* .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md);
  } */
  
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-5px);
  }
  
  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .footer-column {
    animation: fadeIn 0.6s ease forwards;
  }
  
  .footer-column:nth-child(1) {
    animation-delay: 0.1s;
  }
  
  .footer-column:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .footer-column:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  .footer-column:nth-child(4) {
    animation-delay: 0.4s;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .container-2002 {
      padding: 0 1.5rem;
    }
  
    .footer-grid {
      gap: 2rem;
    }
  }
  
  @media (max-width: 768px) {
    footer {
      padding: 3rem 0 2rem;
    }
  
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .newsletter-form {
      flex-direction: column;
    }
  
    .newsletter-input,
    .newsletter-btn {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .footer-grid {
      grid-template-columns: 1fr;
    }
  
    .footer-column h3::after {
      width: 40px;
    }
    .property-slider{
      margin: 10px 0px !important ;
    }
  }
  .contact-btn {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .contact-btn:hover {
    background-color: #1da851;
  }
  
  /* Modal Styles */
  .modal {
    display: none; 
    position: fixed;
    z-index: 1055 !important;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
  
  .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    animation: slideIn 0.4s ease-out;
  }
  
  @keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  
  .modal-content h2 {
    margin-top: 0;
    color: #25D366;
  }
  
  .modal-content input,
  .modal-content textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
  }
  
  .modal-content button {
    background-color: #DE921C;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
  }
  .modal-content button:hover {
    background-color: #DE921C;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  .close:hover {
    color: #000;
  }
  
  
.process-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  
  .process-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .process-step.reverse {
    flex-direction: row-reverse;
  }
  
  .process-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .process-text {
    flex: 1 1 45% ;
  }
  
  .process-text h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .process-text h3 span {
    color: #25D366;
    font-weight: bold;
    font-size: 28px;
    margin-right: 10px;
  }
  
  .process-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
  }
  
  .adii-2002 a{
    width: 102px;
    position: relative;
    left: 125px;
    bottom: 52px;
    color: #DD911A;
  }
  .property-slider{
    margin: 70px 70px;
  }
  .adii-slick-2002{
    width: 100% !important;
    margin-left: 40px;
  }
  .aditya_service-2002 img{
    transition: transform 0.5s ease;
    height: 200px;
  }
  .carousel-inner{
    border-radius: 10px !important;
  }
  .carousel-item{
    border-radius: 10px !important;
  }
  .aditya_service-2002 img:hover {
    transform: scale(0.9); /* zoom in */
  }
  .logo-header {
    display: flex;
    align-items: center;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 90px;
    height: 80px;
    position: relative;
    z-index: 9; }
    @media only screen and (max-width: 1199px) {
      .logo-header {
        width: 135px; } }
    @media only screen and (max-width: 575px) {
      .logo-header {
        height: 135px;
      width: 135px;float: left; }
      
    
    }
    @media only screen and (max-width: 1199px) {
      .logo-header {
        margin-right: 8px !important; } 
      .get-2002-1 {
        display: none !important;
      }
      }
    @media only screen and (max-width: 991px) {
      .logo-header {
        margin-right: 0 !important; }
        .aditya--cont-2900{
          align-items: unset;
        }
      }
    .logo-header a {
      display: table-cell;
      vertical-align: middle; }
    .logo-header img {
      object-fit: contain;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .logo-header a {
    display: table-cell;
    vertical-align: middle;
}
.adii-slick-2002 img{
  height: 185px;
}
.aboutAuthor {
  position: relative;
  margin: 50px auto;
  padding: 50px 20px 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.aboutAuthor img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.aboutAuthor h3 {
  margin-top: 70px;
  font-size: 22px;
  font-weight: bold;
}
.aboutAuthor p {
  font-size: 15px;
  margin: 15px 0;
  color: rgb(255, 255, 255);
}
.aboutAuthor button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: #DD911A;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.aboutAuthor button:hover {
  background: #ff8400;
}

/* ----------- TIMELINE ----------- */
.timeline {
  margin: 80px auto;
  padding: 20px;
  max-width: 900px;
}
.timeline ul {
  padding: 50px 0;
  list-style: none;
  position: relative;
}
.timeline ul::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #DD911A;
  transform: translateX(-50%);
}
.timeline ul li {
  position: relative;
  margin-bottom: 50px;
  width: 50%;
  padding: 20px;
  background: #ec950839;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  opacity: 0;
  color: #fff;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.timeline  h2 {
  color: #fff
}
.timeline ul li h3 {
  color: #fff
}
.timeline ul li p {
  color: #fff
}
.timeline ul li.in-view {
  opacity: 1;
  transform: translateY(0);
}
.timeline ul li:nth-child(odd) {
  left: 0;
}
.timeline ul li:nth-child(even) {
  left: 50%;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DD911A;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #DD911A33;
}
.timeline ul li:nth-child(odd)::after {
  right: -40px;
}
.timeline ul li:nth-child(even)::after {
  left: -40px;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 768px) {
  .timeline ul::before {
    left: 10px;
  }
  .timeline ul li {
    width: calc(100% - 40px);
    left: 20px !important;
  }
  .timeline ul li::after {
    left: -35px;
  }
}
.timeline_2002_adi ul li {
  position: relative;
  margin-bottom: 50px;
  width: 50%;
  height: 200px;
  padding: 20px;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  opacity: 0;
  color: #fff;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.timeline_2002_adi ul li img{
  width: 100%;
  border-radius: 11px;
}
.timeline_2002_adi h2{
  color: black;
}
@media (max-width: 530px) {
  .aditya_service-2002{
    width: 75% !important;
    
  }
 
}
.aditya_2002_port{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.aditya_2002_port img{
  padding: 0px !important;
  display: block;
  width: 100%;
  height: 100%;
}
.aditya_2002_port .img-text-2000{
  position: absolute;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 16px;
  font-size: 27px;
  text-align: center;
  color: #DE921C;
  background: rgba(0,0,0,0.55);   /* halka dark overlay */
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;     /* text par click block na ho */
}
.aditya_2002_port:hover .img-text-2000{
  opacity: 1;
  transform: translateY(0);
}
.property-slider .slick-slide {
  float: left;
  height: auto;
}
.property-slider .slick-track {
  display: flex !important;
}
.slick-dots {
  display: none !important;
}
