@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}

/* Make sure all elements respect viewport width */
* {
  max-width: 100%;
  box-sizing: border-box;
}


body {
      font-family: Arial, Helvetica, sans-serif;
    }

    .main__header {
      background: url('./img/bg.jpeg') no-repeat center center/cover;
      /* background: linear-gradient(135deg, #d0c5bb, #e2d1c3); */

      min-height: 80vh;
      color: #fff;
    }
a{
  text-decoration: none;
  color: #fff;
}
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      position: relative;
      z-index: 10;
      margin-top: -50px;
    }

    .logo img {
      width: 180px;
    }

    nav {
      display: flex;
      gap: 50px;
      align-items: center;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    nav a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      transition: color 0.3s;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    nav a:hover {
      color: #facc15;
    }

    nav button {
      border: 1px solid #fff;
      color: #fff;
      background: none;
      border-radius: 5px;
      padding: 10px 25px;
      font-size: 1rem;
      cursor: pointer;
    }

    .menu-bar {
      font-size: 26px;
      color: white;
      cursor: pointer;
      display: none;
    }

    .sidebar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 70%;
      height: 100%;
      background: black;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: right 0.3s ease;
      z-index: 1000;
    }

    .sidebar.active {
      right: 0;
    }

    .sidebar a {
      color: #fff;
      margin-top: 20px;
      text-align: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
    }

    .sidebar button {
      border: 1px solid white;
      background: none;
      color: white;
      padding: 10px;
      border-radius: 5px;
      font-size: 1rem;
    }

    .close-btnn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 26px;
      color:#fff;
      cursor: pointer;
    }
    .containert {
        min-height: 80vh;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding: 40px 20px;
    }

    .left-section {
      flex: 1;
      min-width: 300px;
      padding-right: 20px;
    }

    .left-section h1{
      font-size: 36px;
      margin-bottom: 10px;
    }

    .left-section p {
      font-size: 16px;
      margin-bottom: 25px;
    margin-left: 0px;
    }

    .locations {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      
      margin-bottom: 30px;
    }

    .location {
      text-align: center;
      width: 80px;
    }
    .location img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      border-radius: 10px;
      margin-bottom: 5px;
    }
    .offices {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      /* background-color: red; */
      gap: 10px;
    }
    .offices a {
      color: #fff;
      /* background: rgba(255, 255, 255, 0.1); */
      padding: 2px 8px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 16px;
      font-family: Arial, Helvetica, sans-serif;
      transition: background 0.3s;
    }

    

    .right-section {
      flex: 0.5;
      text-align: center;
      min-width: 280px;
      margin-top: 20px;
      margin-right: 20px;
    }

    .right-section img {
      width: 100%;
      max-width: 500px;
      height: 500px;
      object-fit: cover;
      margin-top: -100px;
      border-radius: 50% 50% 5px 5px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
      transition: opacity 0.5s;
    }

    @media (max-width: 1024px) {
 .right-section {
      flex: 0.5;
      text-align: center;
      min-width: 280px;
      margin-top: 20px;
    }

    .right-section img {
      width: 100%;
      max-width: 500px;
      height: 370px;
      object-fit: cover;
      margin-top: -50px;
      margin-left: 2px;
      border-radius: 50% 50% 5px 5px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
      transition: opacity 0.5s;
    }
   
     
    }
    @media (max-width: 991px) {
      nav {
        display: none;
      }
.left-section p {
      font-size: 16px;
      margin-bottom: 25px;
    margin-left: 0px;
    }
      .menu-bar {
        display: block;
      }

      .container {
        flex-direction: column;
        padding: 30px 15px;
      }
.right-section{
    align-items: center;
  justify-content: center;
  align-items: center;
}
      .right-section img {
        border-radius: 10px;
        margin-top: 20px;
        margin-left: 20px;
        width: 100%;
        justify-content: center;
  align-items: center;
      max-width: 500px;

      height: auto;
      border-radius: 50% 50% 0 0;
      }

      .left-section {
        padding-right: 0;
      }

      .left-section h1 {
        font-size: 28px;
      }

      .left-section p {
        font-size: 14px;
      }
      
    }

@media (max-width: 400px) {
 .right-section {
      flex: 0.5;
      text-align: center;
      min-width: 280px;
      margin-top: 0px;
    }

    .right-section img {
      width: 100%;
      max-width: 400px;
      height: 250px;
      object-fit: cover;
      margin-top: -50px;
      margin-left: 2px;
      border-radius: 50% 50% 5px 5px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
      transition: opacity 0.5s;
    }
  }
  

  @media (max-width: 480px) {
      .logo img {
        width: 140px;
      }
    .icons-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 25px;
    }

   .icon-box {
 max-width: 110px;
  height: 100px;
  display: block;
  align-items: center;
  justify-content: center;
  background:none;
  border-radius: 5%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.icon-box img {
  max-width: 130px;
  height: auto;
  border-radius: 50%;
  background: none;
  object-fit: contain; /* Keeps the image from stretching */
}

      .left-section h1 {
        font-size: 22px;
      }

 
      .offices a {
        font-size: 15px;
        padding: 6px 10px;
      }

      nav button,
      .sidebar button {
        padding: 8px 16px;
        font-size: 14px;
      }
   nav{
    padding:10px;
        font-size: 14px;
   }
      .location img {
        width: 60px;
        height: 60px;
      }

      .location {
        width: 60px;
      }
       
    }
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

/* ---------------- GLOBAL STYLES ---------------- */
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
}
.logo img { width: 180px; }
nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
nav a {
  color: #fff;
  font-weight: 600;
  transition: color .3s;
}
nav a:hover { color: #facc15; }
nav button {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
}
.menu-bar { font-size: 26px; color: #fff; display: none; cursor: pointer; }

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0; right: -100%;
  width: 70%; height: 100%;
  background: black;
  padding: 40px 20px;
  display: flex; flex-direction: column; gap: 20px;
  transition: right .3s ease;
  z-index: 1000;
}
.sidebar.active { right: 0; }
.sidebar a { color: #fff; font-size: 18px; text-align: center; }

/* Hero container */
.containert {
    min-height: 80vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  gap: 40px;
}
.left-section { flex: 1; }
.left-section h1 { font-size: 42px; margin-bottom: 15px; }
.left-section p { font-size: 18px; margin-bottom: 25px; }
.locations {
  display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px;
}
.location { text-align: center; width: 80px; }
.offices { display: flex; flex-wrap: wrap; gap: 15px; }
.offices a {
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  background: rgba(255,255,255,0.15);
  font-size: 16px;
}
.right-section { flex: 1; text-align: center; }
.right-section img {
  width: 100%; max-width: 500px; height: 550px;
  margin-left: 200px;
  border-radius: 50% 50% 5px 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 25px;
  margin-top: 40px;
}
.service-card {
  background: #fff; border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: .3s;
}
.service-card:hover { transform: translateY(-6px); }
.service-image {
  height: 180px; display:flex; justify-content:center; align-items:center;
}
.service-image i { font-size: 60px; }
.service-content { padding: 20px; }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 20px;
  margin: 60px auto;
  max-width: 100%;
}

/* FAQ */
.faq-container { display: flex; flex-wrap: wrap; gap: 40px; }

/* ---------------- RESPONSIVE BREAKPOINTS ---------------- */


@media (max-width:1800px) {
  
  .containert { max-width: 100%; height:80vh; }
  .left-section h1 { font-size: 54px; }
  .right-section img {
  width: 100%; max-width: 550px;
  
  border-radius: 50% 50% 5px 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
}


@media (max-width:1366px) {
  .sidebar {
  position: fixed;
  top: 0; right: -100%;
  width: 30%; height: 100%;
  background: black;
  padding: 40px 20px;
  display: flex; flex-direction: column; gap: 20px;
  transition: right .3s ease;
  z-index: 1000;
}
.sidebar.active { right: 0; }
.sidebar a { color: #fff; font-size: 18px; text-align: center; }

  .left-section h1 { font-size: 44px; }
  nav { gap: 25px; }
}

/* ✅ 1024px (Tablet landscape) */
@media (max-width:1024px) {
  
  nav { display: none; }
  .menu-bar { display: block; }
  .containert { flex-direction: column; text-align: left; padding: 40px 20px; }
  .left-section, .right-section { flex: unset; }
  .left-section h1 { font-size: 34px; }
   .right-section img {
    margin-top:0px;
  width: 100%; max-width: 500px; height: auto;
  margin-left: 0px;
  border-radius: 50% 50% 5px 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
}

/* ✅ 768px (Tablet portrait) */
@media (max-width:768px) {
  .left-section h1 { font-size: 28px; }
  .left-section p { font-size: 15px; }
  .services-grid { gap: 20px; }
  .stats { grid-template-columns: 1fr 1fr; }
    .right-section img {
    margin-top: 20px;
  width: 100%; max-width: 500px; height: auto;
  margin-left: 0px;
  border-radius: 50% 50% 5px 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
}

/* ✅ 480px (Mobile) */
@media (max-width:480px) {
   .sidebar {
  position: fixed;
  top: 0; right: -100%;
  width:  70%; height: 100%;
  background: black;
  padding: 40px 20px;
  display: flex; flex-direction: column; gap: 20px;
  transition: right .3s ease;
  z-index: 1000;
}
.sidebar.active { right: 0; }
.sidebar a { color: #fff; font-size: 18px; text-align: center; }

  header { padding: 40px 15px; }
  .logo img { width: 140px; }
  .left-section h1 { font-size: 2.5rem; }
  .left-section p { font-size: 1.1rem; }
  .offices a { font-size: 14px; padding: 4px 8px; }
  .stats { grid-template-columns: 1fr; }
  .right-section img {
    margin-top: 20px;
    
  width: 100%; max-width: 500px; height: auto;
  margin-left: 0px;
  border-radius: 50% 50% 5px 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
}

/* ✅ 320px (Small mobile) */
@media (max-width:320px) {
  .logo img { width: 120px; }
  .left-section h1 { font-size: 28px; }
  .left-section p { font-size: 1rem; }
  .offices a { font-size: 12px; }
  .service-content h3 { font-size: 18px; }
  .right-section img{
      margin-left: 100px;
  }
}

.custom-gradient {
      background: linear-gradient(180deg, #b388eb, #810059);
    }
    .custom-gradient-text {
      background: linear-gradient(180deg, #b388eb, #810059);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    section {
      padding: 80px 20px;
      max-width: 100%;
      margin: auto;
      
    }
    .text-center {
      text-align: center;
    }
    h1 {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .line {
      width: 120px;
      height: 4px;
      margin: 20px auto;
    }
    p {
      color: #666;
      max-width: 800px;
      margin: auto;
      margin-bottom: 40px;
    }


    :root {
        --primary-gradient: linear-gradient(180deg, #b388eb, #810059);;
        --gold: #FFD700;
        --glass-bg: rgba(255, 255, 255, 0.08);
        --text-light: rgba(255, 255, 255, 0.9);
        --radius: 18px;
    }

   
    .why-sections {
        position: relative;
        background: var(--primary-gradient);
        border-radius: var(--radius);
        padding: 50px 25px;
        max-width:100%;
        margin: auto;
        color: white;
        text-align: center;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0,0,0,0.25);
        /* animation: fadeIn 1.2s ease-out; */
    }

    /* Decorative circles */
    .why-sections::before,
    .why-sections::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        filter: blur(80px);
    }
    .why-sections::before {
        width: 300px;
        height: 300px;
        top: -100px;
        left: -100px;
    }
    .why-sections::after {
        width: 250px;
        height: 250px;
        bottom: -100px;
        right: -80px;
    }

    .why-sections h2 {
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 10px;
        background:#fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .why-sections p {
        font-size: 16px;
        color: var(--text-light);
        margin-bottom: 45px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .features04 {
        display: flex;
        justify-content: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .feature04 {
        background: var(--glass-bg);
        backdrop-filter: blur(10px);
        padding: 25px;
        border-radius: var(--radius);
        width: 260px;
        height: 260px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.12);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        animation: slideUp 1.2s ease-out;
    }

    .feature04:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    }

    .icon04 {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background:none;
        color: white;
        font-size: 28px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
        animation: iconGlow 3s infinite alternate;
    }

    .feature04 h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .feature04 p {
        font-size: 14px;
        line-height: 1.5;
        color: var(--text-light);
    }

    /* Animations */
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes iconGlow {
        from { box-shadow: 0 0 10px #fff; }
        to { box-shadow: 0 0 25px  #fff; }
    }

  
    @media (max-width: 768px) {
      
        .why-section h2 { font-size: 26px; }
        .feature04 { width: 100%; max-width: 340px; }
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }
    .service-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
    .service-image {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #f3e8ff, #ffe4e6);
    }
    .service-image i {
      font-size: 60px;
      color: #9b59b6;
      transition: transform 0.3s;
    }
    .service-card:hover .service-image i {
      transform: scale(1.2);
    }
    .service-content {
      padding: 20px;
    }
    .service-content h3 {
      font-size: 24px;
      margin-bottom: 15px;
    }
    .service-content p {
     color: #000;
      margin-bottom: 20px;
      margin-left: -8px;
      font-size: 15px;
    }
    .price-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .btn {
      background: linear-gradient(180deg, #b388eb, #810059);
      border: none;
      color: #fff;
      padding: 8px 15px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }
    .btn:hover {
      transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    /* Features Section */
    .features {
      margin-top: 80px;
      padding: 60px 20px;
      border-radius: 30px;
      color: #fff;
    }
    .features h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .features p {
        color: #fff;
      font-size: 18px;
      margin-bottom: 40px;
    }
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
      text-align: center;
    }
    .feature {
      /* background: rgba(255,255,255,0.15); */
      padding: 30px;
      border-radius: 20px;
    }
    .feature i {
        padding: 15px 20px;
        background:  rgba(0,0,0,0.15);
        border-radius: 20px;
      font-size: 35px;
      margin-bottom: 20px;
      color: #fff;
    }
    /* Call to Action */
    .cta {
      text-align: center;
      margin-top: 60px;
      color: #000;
    }
    .cta h3 {
      font-size: 28px;
      margin-bottom: 30px;
    }
    .cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .btn-lg {
      border-radius: 50px;
      padding: 15px 30px;
      font-size: 16px;
    }
    .btn-outline {
      border: 2px solid #b388eb;
      color: #810059;
      background: transparent;
      border-radius: 50px;
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s;
    }
    .btn-outline:hover {
      transform: scale(1.2);
      background: #f5e8ff;
    }


 .hero-about {
      background: #ffffff;
      text-align: center;
      padding: 20px 20px 30px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    .hero-about h1 {
      /* background: linear-gradient(180deg, #b388eb, #); */
     color:#810059 ;
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 20px;
        }
    .hero-about p {
      font-size: 18px;
      max-width: 700px;
      margin: auto;
      color: #555;
      margin-bottom: 30px;
    }
    .cta-btn {
      background: linear-gradient(180deg, #b388eb, #810059);;
     
      color: #fff;
      padding: 12px 30px;
      font-size: 18px;
      border-radius: 50px;
      border: none;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }
    .cta-btn:hover {
      background: linear-gradient(180deg, #b388eb, #d54eaa);
      color: #000;
      transform: scale(1.1);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    /* Stats */
    .stats {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
      gap: 20px;
      margin: 60px auto;
      max-width: 1000px;
      padding: 0 20px;
    }
    .stat {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 14px rgba(0,0,0,0.08);
      transition: 0.3s;
    }
    .stat:hover {
      transform: translateY(-6px);
    }
    .stat .number {
      font-size: 42px;
      font-weight: bold;
      color: #810059;
      /* background: linear-gradient(180deg, #b388eb, #810059);; */
      margin-bottom: 10px;
    }

    /* Partners */
    .partners {
      text-align: center;
      padding: 20px;
    }
    .partners h3 {
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #111;
    }
    .partners p {
      font-size: 17px;
      color: #555;
    }

    .slider-container {
      overflow: hidden;
      background: #fff;
      border-radius: 16px;
      padding: 30px 0;
      max-width: 100%;
      margin: 40px auto;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }
    .slider {
      display: flex;
      width: 200%;
      animation: slide 18s linear infinite;
    }
    .logo-box {
      display: flex;
      align-items: center;
      margin: 0 40px;
    }
    .logo-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      margin-right: 15px;
    }
    .logo-text {
      font-size: 20px;
      font-weight: bold;
      color: #333;
    }
    .logo-w { background: #333; }
    .logo-r { background: #e53935; }
    .logo-s { background: #f59e0b; }
    .logo-k { background: #2563eb; }
    .logo-i { background: #16a34a; }
    .logo-c { background: #7c3aed; }

    @keyframes slide {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


    @media(max-width:768px){
      .hero-about h1{font-size:34px;}
      .logo-text{font-size:18px;}
       .features {
      /* width: auto; */
      
      border-radius: 30px;
      color: #fff;
    }
    }
/* h2 { text-align: center; padding: 20px; color: #222; font-size: 30px; }
    .main-container {  position: relative; max-width: 1600px; margin: auto; height: 500px; background-color:whitesmoke; overflow: hidden; }
    .slider-container { position: relative; max-width: 1600px; margin: auto; overflow: hidden; }
    .slider { display: flex; transition: transform 0.5s ease-in-out; }
    .card {  min-width: 300px; margin: 10px; padding: 10px; background: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
    .card img { border-radius: 10px; width: 100%; height: 250px; object-fit: cover; }
    .card h3 { margin: 15px auto; font-size: 18px; color: #333; text-align: center; width: 80%; border-bottom: 2px solid #000; }

    .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.2); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 100; }
    .nav-btn.left { left: 10px; }
    .nav-btn.right { right: 10px; } */

    /* Popup */
    .popup, .form-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; justify-content: center; align-items: center; z-index: 1000; }
    .popup-content { background: #fff; border-radius: 15px; width: 90%; max-width: 800px; padding: 20px; position: relative; display: flex; flex-wrap: wrap; gap: 20px; animation: fadeIn 0.4s ease; }
    @keyframes fadeIn { from {opacity: 0; transform: scale(0.9);} to {opacity: 1; transform: scale(1);} }
    .popup-content img { width: 100%; max-width: 350px; border-radius: 10px; object-fit: cover; }
    .popup-content .details { flex: 1; }
    .popup-content h2 {  color: #222;margin-left: -195px; }
    .popup-content p { color: #555; line-height: 1.6; }
    .popup-content .locationn{ font-size: 14px; color: #888; margin-bottom: 10px; }
    .close-btn { position: absolute; top: 15px; right: 15px; font-size: 22px; cursor: pointer; color: #444; }
    .get-quote { margin-top: 15px; padding: 10px 20px; border: none; background: linear-gradient(135deg, rgb(165, 34, 141), rgb(239, 62, 206)); color: #fff; font-weight: bold; border-radius: 8px; cursor: pointer; }
    .get-quote:hover { background: linear-gradient(135deg, rgb(239, 62, 206), rgb(165, 34, 141)); }

    /* Form Popup */
    .form-box { background: #fff; border-radius: 15px; padding:45px; width: 90%; max-width:400px; position: relative; animation: fadeIn 0.4s ease; }
    .form-box h3 { margin-bottom: 15px; font-size: 2rem; text-align: center; color: #333; }
    .form-box input,.form-box select,.form-box textarea { width:100%; margin-bottom: 12px; padding: 12px; border-radius: 8px; border: 1px solid #ccc; font-size: 15px; }
    .form-box button { width: 100%; padding: 16px; border: none; background: linear-gradient(135deg, rgb(239, 62, 206), rgb(165, 34, 141)); color: #fff; font-size: 16px; font-weight: bold; border-radius: 8px; cursor: pointer; }
    .form-box button:hover { background: linear-gradient(135deg,rgb(165, 34, 141),  rgb(239, 62, 206)); }
    .form-close { position: absolute; top: 15px; right: 15px; font-size: 20px; cursor: pointer; color: #444; }
   
    .custom-gradient {
            background: linear-gradient(180deg, #b388eb, #810059);
            /* height: 40px; */
        }
        #custom-gradients{
           background: linear-gradient(180deg, #b388eb, #810059);
           height: 450px;
        }
        .custom-gradient-text {
            background: linear-gradient(180deg, #b388eb, #810059);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }



        .custom-gradient {
      background: linear-gradient(180deg, #b388eb, #810059);
    }

    .custom-gradient-text {
      background: linear-gradient(180deg, #b388eb, #810059);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .section {
      padding: 80px 20px;
      max-width:100%;
      margin: auto;
    }

    .text-center {
      text-align: center;
    }

   .sections h1 {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.2;
    }

   .sections .line {
      width: 120px;
      height: 4px;
      margin: 20px auto;
    }

   .sections p {
      font-size: 18px;
      color: #555;
      max-width: 800px;
      margin: 20px auto;
      line-height: 1.6;
    }

    /* Grid Layout */
    .grids {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 50px;
    }

    /* Area Cards */
    .area-card {
      width: 100%;
      height: 160px;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .area-card:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }

    .area-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    }

    .area-content {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .area-content h3 {
      color: white;
      font-size: 24px;
      font-weight: bold;
      text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
      text-align: center;
    }

    /* Backgrounds */
    .cyber-city {
      background-image: linear-gradient(rgba(179, 136, 235, 0.7), rgba(129, 0, 89, 0.7)), url('https://picsum.photos/400/200?random=1');
    }
    .golf-course {
      background-image: linear-gradient(rgba(34, 197, 94, 0.7), rgba(22, 163, 74, 0.7)), url('https://picsum.photos/400/200?random=2');
    }
    .mg-road {
      background-image: linear-gradient(rgba(249, 115, 22, 0.7), rgba(234, 88, 12, 0.7)), url('https://picsum.photos/400/200?random=3');
    }
    .huda-city {
      background-image: linear-gradient(rgba(59, 130, 246, 0.7), rgba(37, 99, 235, 0.7)), url('https://picsum.photos/400/200?random=4');
    }
    .udyog-vihar {
      background-image: linear-gradient(rgba(168, 85, 247, 0.7), rgba(147, 51, 234, 0.7)), url('https://picsum.photos/400/200?random=5');
    }
    .sohna-road {
      background-image: linear-gradient(rgba(236, 72, 153, 0.7), rgba(219, 39, 119, 0.7)), url('https://picsum.photos/400/200?random=6');
    }
    .dlf-phase {
      background-image: linear-gradient(rgba(14, 165, 233, 0.7), rgba(2, 132, 199, 0.7)), url('https://picsum.photos/400/200?random=7');
    }
    .sector-29 {
      background-image: linear-gradient(rgba(16, 185, 129, 0.7), rgba(5, 150, 105, 0.7)), url('https://picsum.photos/400/200?random=8');
    }
    .container5{
      max-width: 100%;
      background-color: #fff;
      
    }
   
/* Discover Delhi Section */
.container4 {
    max-width: 100%;
  display: flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  overflow: hidden;
  margin: 0px auto;
  max-width: 100%;
}

/* Left Side */
.left {
  flex: 1;
  background: linear-gradient(180deg, #9b59b6, #810059);
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}
.icon-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
}
.icon-box img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* Right Side */
.right {
  flex: 1;
  padding: 50px 40px;
}
.right h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.right h2 span {
  color: #9b59b6;
}
.divider {
  width: 50px;
  height: 4px;
  background: #9b59b6;
  margin-bottom: 20px;
}
.right p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Buttons */
.buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.btn-explore {
  padding: 12px 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, #9b59b6, #810059);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: .3s;
}
.btn-explore:hover { transform: scale(1.05); }
.btn-plan {
  padding: 12px 24px;
  border-radius: 30px;
  border: 2px solid #9b59b6;
  color: #810059;
  font-weight: bold;
  background: #fff;
  transition: .3s;
}
.btn-plan:hover { background: #f5e8ff; }

/* -------------------- RESPONSIVE BREAKPOINTS -------------------- */

/* Large Desktop (1600px+) */
@media (max-width:1800px) {
  .container4 { max-width: 100%; }
  .right h2 { font-size: 40px; }
  .right p { font-size: 18px; }
}

/* Laptop (1366px) */
@media (max-width:1366px) {
  .right h2 { font-size: 34px; }
  .right p { font-size: 16px; }
}

/* Tablet Landscape (1024px) */
@media (max-width:1024px) {
  .container4 { flex-direction: column; }
  .right { text-align: left; }
  .buttons { justify-content: center; }
  .icons-grid { grid-template-columns: repeat(3,1fr); }
}

/* Tablet Portrait (768px) */
@media (max-width:768px) {
  .icons-grid { grid-template-columns: repeat(3,1fr); gap: 40px; }
  .icon-box img { width: 120px; height: 120px; }
  .right h2 { font-size: 28px; }
  .right p { font-size: 15px; }
}

/* Mobile (480px) */
@media (max-width:480px) {
  .icons-grid { grid-template-columns: repeat(2,1fr); gap: 40px; }
  .icon-box img { width: 100px; height: 100px; }
  .right { padding: 30px 20px; }
  .right h2 { font-size: 30px; }
  .right p { font-size: 16px; }
  .buttons { flex-direction: column; align-items: center; gap: 10px; }
  .btn-explore, .btn-plan { width: 100%; text-align: center; }
}

/* Small Mobile (320px) */
@media (max-width:320px) {
  .icons-grid { grid-template-columns: 1fr; }
  .icon-box img { width: 160px; height: 150px; background: #fff;}
  .icon-box{
    background-color: transparent;
  }
  .right h2 { font-size: 28px; }
  .right p { font-size: 16px; }
}




   
.heros {
      background: linear-gradient(180deg, #59bae7, #eb88cc);
      text-align: center;
      padding: 80px 20px;
      color: white;
    }

    .heros h1 {
      font-size: 40px;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .heros p {
      font-size: 18px;
      margin-bottom: 30px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .heros button {
      background: white;
      color: black;
      border: none;
      padding: 12px 30px;
      border-radius: 30px;
      font-size: 16px;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .heros button:hover {
        transform: scale(1.2);
      background: #fff;
      color: #fff;
    }

    /* About Section */
    .abouts {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      background: #f1f9ff;
      padding: 60px 10%;
      flex-wrap: wrap;
      border-radius: 20px;
      margin-top: -30px; /* overlap effect */
    }

    .abouts-text {
      flex: 1;
    }

    .abouts-text h2 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #000;
    }

    .abouts-text p {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .abouts-img {
      flex: 1;
      display: flex;
      justify-content: center;
    }

    .abouts-img img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }

    /* -------------------- Responsive Breakpoints -------------------- */

    /* 1600px+ Large Desktop */
    @media (min-width: 1600px) {
      .heros h1 { font-size: 60px; }
      .heros p { font-size: 22px; }
      .abouts-text h2 { font-size: 36px; }
      .abouts-text p { font-size: 18px; }
    }

    /* 1366px Laptops */
    @media (max-width: 1366px) {
      .heros h1 { font-size: 50px; }
      .abouts-text h2 { font-size: 32px; }
    }

    /* 1024px Tablets Landscape / Small Laptops */
    @media (max-width: 1024px) {
      .heros h1 { font-size: 42px; }
      .heros p { font-size: 16px; }
      .abouts { padding: 50px 6%; }
      .abouts-img img { max-width: 400px; }
    }

    /* 768px Tablets Portrait */
    @media (max-width: 768px) {
      .abouts {
        flex-direction: column;
        text-align: center;
      }
      .abouts-text h2 { font-size: 26px; }
      .abouts-text p { font-size: 15px; }
      .abouts-img { margin-top: 20px; }
      .abouts-img img { max-width: 350px; }
    }

    /* 480px Mobiles */
    @media (max-width: 480px) {
      .heros { padding: 60px 15px; }
      .heros h1 { font-size: 30px; }
      .heros p { font-size: 15px; }
      .heros button { padding: 10px 20px; font-size: 14px; }
      .abouts-text h2 { font-size: 22px; }
      .abouts-text p { font-size: 14px; }
      .abouts-img img { max-width: 300px; }
    }

    /* 320px Small Mobiles */
    @media (max-width: 320px) {
      .heros { padding: 50px 10px; }
      .heros h1 { font-size: 24px; }
      .heros p { font-size: 14px; }
      .heros button { padding: 8px 16px; font-size: 12px; }
      .abouts-text h2 { font-size: 20px; }
      .abouts-text p { font-size: 13px; }
      .abouts-img img { max-width: 250px; }
    }
 #faq {
            max-width: 100%;
            margin: 0 auto;
            padding: 60px 20px;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        }

        .faq-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .faq-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #b388eb;
            margin-bottom: 16px;
            background: linear-gradient(180deg, #b388eb 0%, #810059 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .faq-intro {
            font-size: 1.1rem;
            color: #64748b;
            max-width: 600px;
            margin: 0 auto;
        }

        .faq-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }

        .faq-questions {
            background: white;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 4px 20px rgba(179, 136, 235, 0.08);
            border: 1px solid #e2e8f0;
        }

        .faq-answers {
            background: white;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 4px 20px rgba(179, 136, 235, 0.08);
            border: 1px solid #e2e8f0;
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .faq-item {
            border-bottom: 1px solid #e2e8f0;
            margin-bottom: 8px;
        }

        .faq-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            padding: 20px 16px;
            text-align: left;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            color: #334155;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            border-radius: 8px;
            position: relative;
        }

        .faq-question:hover {
            background-color: #f1f5f9;
            color: #b388eb;
        }

        .faq-question:focus {
            outline: 2px solid #b388eb;
            outline-offset: 2px;
        }

        .faq-question.active {
            background: linear-gradient(180deg, #b388eb 0%, #810059 100%);
            color: white;
        }

        .faq-question.active:hover {
            background: linear-gradient(180deg, #a374e0 0%, #6d004a 100%);
            color: white;
        }

        .faq-icon {
            width: 24px;
            height: 24px;
            border: 2px solid currentColor;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 16px;
        }

        .faq-question.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer-container {
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .faq-answer {
            display: none;
            animation: fadeIn 0.3s ease-in-out;
        }

        .faq-answer.active {
            display: block;
        }

        .faq-answer h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #b388eb;
            margin-bottom: 16px;
            line-height: 1.4;
        }

        .faq-answer p {
            font-size: 1rem;
            color: #475569;
            line-height: 1.7;
        }

        .faq-placeholder {
            text-align: center;
            color: #94a3b8;
            font-style: italic;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .faq-cta {
            background: linear-gradient(180deg, #b388eb 0%, #810059 100%);
            border-radius: 20px;
            padding: 40px;
            text-align: center;
            color: white;
            box-shadow: 0 10px 30px rgba(179, 136, 235, 0.2);
        }

        .faq-cta h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 24px;
        }

        .cta-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 14px 28px;
            border: none;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .cta-primary {
            background: #810059;
            color: white;
        }

        .cta-primary:hover {
            background: #6d004a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(129, 0, 89, 0.3);
        }

        .cta-secondary {
            background: white;
            color: #810059;
            border: 2px solid white;
        }

        .cta-secondary:hover {
            background: transparent;
            color: white;
            transform: translateY(-2px);
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
          .abouts{
      display:block;flex-wrap:wrap;gap:50px;
      max-width:100%;margin:30px auto;padding:0 20px;align-items:center;
    }
           .abouts-text h2{font-size:22px;margin-bottom:20px;}
               .abouts-text p{font-size:18px;color:#374151;line-height:1.8;}
            #faq {
                padding: 40px 16px;
            }

            .faq-header h2 {
                font-size: 2rem;
            }

            .faq-container {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .faq-answers {
                position: static;
            }

            .faq-question {
                padding: 16px 12px;
                font-size: 0.95rem;
            }

            .faq-icon {
                width: 20px;
                height: 20px;
                font-size: 12px;
                margin-left: 12px;
            }

            .faq-answer h3 {
                font-size: 1.1rem;
            }

            .faq-answer p {
                font-size: 0.95rem;
            }

            .faq-cta {
                padding: 32px 20px;
            }

            .faq-cta h3 {
                font-size: 1.3rem;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-button {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .faq-header h2 {
                font-size: 1.75rem;
            }

            .faq-intro {
                font-size: 1rem;
            }

            .faq-questions,
            .faq-answers {
                padding: 20px;
            }
        }
    /* Features */
    .featuress{
      background:#f9fafb;padding:50px 20px;text-align:center;
    }
    .featuress h2{font-size:34px;margin-bottom:50px;color:#111;}
    .features-grid{
      display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
      gap:30px;max-width:100%;margin:auto;
    }
    .f-card{
      background:#ffffff;
      border:1px solid #e5e7eb;
      padding:40px;border-radius:16px;
      box-shadow:0 6px 18px rgba(0,0,0,0.08);
      transition:transform 0.3s ease, box-shadow 0.3s ease;
    }
    .f-card:hover{
      transform:translateY(-10px);
      box-shadow:0 14px 28px rgba(0,0,0,0.15);
    }
    .f-card i{font-size:36px;color:#810059;margin-bottom:20px;}
    .f-card h3{font-size:22px;margin-bottom:15px;color:#111827;}
    .f-card p{font-size:16px;color:#6B7280;}

 
    .quotes{
     background: linear-gradient(180deg, #b388eb, #810059);color:#ffffff;
      padding:70px 20px;text-align:center;
      font-size:22px;font-weight:500;
      font-style:italic;
    }


    .teams{text-align:center;padding:90px 20px;}
    .teams h2{font-size:34px;margin-bottom:50px;color:#000;}
    .teams-members{
      display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:30px;max-width:100%;margin:auto;
    }
    .member{
      background:#ffffff;
      border:1px solid #e5e7eb;
      padding:30px;border-radius:16px;
      box-shadow:0 6px 18px rgba(0,0,0,0.08);
      transition:0.3s;
    }
    .member:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,0.12);}
    .member img{
      width:110px;height:110px;border-radius:50%;object-fit:cover;
      border:3px solid #111;margin-bottom:15px;
    }
    .member h4{font-size:20px;margin-bottom:6px;color:#111827;}
    .member p{color:#6B7280;font-size:15px;margin-bottom:10px;}
    .social i{
      margin:0 6px;font-size:18px;color:#1D4ED8;cursor:pointer;transition:0.3s;
    }
   
    @media(max-width:768px){
      .hero h1{font-size:35px;}
      .about{flex-direction:column;}
     
    }   

 .herooi {
      position: relative;
      background: linear-gradient(180deg, #b388eb, #810059);
      color: white;
    max-width: 100%;
      text-align: center;
      padding: 20px 20px;
      overflow: hidden;
      
    }
    .herooi::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.35);
    }
    .herooi h1 {
      position: relative;
      font-size: 52px;
      font-weight: bold;
      background: linear-gradient(90deg, #ffea00, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
      z-index: 1;
    }
    .herooi p {
      position: relative;
      font-size: 20px;
      max-width: 700px;
      margin: auto;
      z-index: 1;
    }
    /* Floating animations */
    .floating, .pulse {
      position: absolute;
      border-radius: 50%;
    }
    .floating {
      animation: float 6s ease-in-out infinite;
    }
    .pulse {
      animation: pulse 2s infinite;
    }
    @keyframes float {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-20px); }
    }
    @keyframes pulse {
      0%,100% { opacity: 1; }
      50% { opacity: 0.5; }
    }
    /* Contact Section */
    .contact-section {
      padding: 80px 20px;
      max-width: 100%;
      margin: auto;
      display: grid;
      gap: 40px;
    }
    @media(min-width: 992px){
      .contact-section {
        grid-template-columns: 1fr 1fr;
      }
      .container4 {
      display: flex;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      max-width: 100%;
      /* margin-left: 30px; */
      
      margin-left: 10px;
      overflow: hidden;
    }
    }
    .cardoi {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
     
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      transition: all 0.4s ease;
    }
    .cardoi:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(0,74,173,0.25);
    }
    .cardoi h2 {
       text-align: center;
      margin-top: 0;
      color: #1f2937;
    }

    .form-group {
      margin-bottom: 20px;
    }
    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      color: #374151;
    }
    .form-group input, 
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 14px;
      border: 1px solid #d1d5db;
      border-radius: 12px;
      font-size: 16px;
      transition: 0.3s;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: #004aad;
      box-shadow: 0 0 8px rgba(0,74,173,0.2);
      outline: none;
    }
  .foram button {
      width: 100%;
      background: linear-gradient(270deg, #004aad, #f8cea7, #004aad);
      background-size: 600% 600%;
      animation: gradientMove 5s ease infinite;
      border: none;
      padding: 16px;
      border-radius: 12px;
      color: white;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      transition: transform 0.3s;
    }
    button:hover {
      transform: scale(1.05);
    }
    @keyframes gradientMove {
      0% {background-position: 0% 50%;}
      50% {background-position: 100% 50%;}
      100% {background-position: 0% 50%;}
    }
    /* Info Cards */
    .info-card {
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .info-card:hover {
      transform: translateY(-5px);
    }
    .info-card h3 {
      margin: 0 0 15px 0;
      color: #000;
    }
    .info-card i {
      margin-right: 3px;
      color: #000;
    }
    .social-links {
      display: flex;
      gap: 16px;
    }
    .social-links a {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      background: #fff;
      color: white;
      font-size: 20px;
      transition: transform 0.3s, background 0.3s;
    }
    a{
        text-decoration: none;
    }
    .social-links a:hover {
      transform: scale(1.1);
      color: #fff;
     background: linear-gradient(120deg, #004aad, #004aad);
    }
    /* Map Section */
    .map-section {
      padding: 60px 20px;
      background: #f3f4f6;
      max-width: 100%;
    }
    .map-container iframe {
      width: 100%;
      height: 450px;
      border: 0;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
   

    .content-text{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px;
      text-align: left;
      align-items: left;
      justify-content: left;
    }
    .text {
      width: 330px;
      height: 130px;
      border-radius: 15px;
      background: #fff;
      overflow: hidden;
      gap: 10px;
      padding: 10px;
      /* background: url('./img/bg.jpeg'); */
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: left;
      align-items: left;
      display: flex;
      flex-wrap: wrap;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }
    
  .container5 .head{
    font-size: 1.9rem;
    text-align: center;
    justify-content: center;
    
    
   }
    .text p{
      
      color: #fff;
      /* min-width: 375px; */
    }
    /* h1{
      padding-left: 70px;
      font-size: 1.8rem;
      text-align: center;
    } */
    .tex{
      max-width: 1600px;
      width: 100%;
      padding-top: 100px;
     
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 50px;
      position:absolute;
      gap: 10px;
    }
    .tex h1,p{
     color: #fff;
     padding: 10px;
     
    }
    @media (max-width:768){
      .tex{
      max-width: 200px;
      padding-top:10px;
      padding-left:0px;
      justify-content: center;
      align-items: center;  
      text-align: center;
      position:absolute;
      gap: 10px;
    }
    .tex h1{
      padding-left: -70px;
      font-size: 1.8rem;
      text-align: center;
      /* position: relative; */
    }
    .head{
      padding: 50px;

    }
    }


    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f0f8ff;
      color: #333;
      
    }
    .section {
      padding: 60px 20px;
      max-width: 100%;
      background-color: #e6f2ff;
    }

    .container {
      max-width: 1600px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
    }

    .text-content {
      flex: 1 1 500px;
    }

    .text-content h2, .text-content h3 {
      color: #005c99;
    }

    .text-content h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 25px;
    }

    .text-content p {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .image-box {
      flex: 1 1 400px;
      display: flex;
      justify-content: center;
    }

    .image-box img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .image-box img:hover {
      transform: scale(1.03);
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
     .popup-content h2 {  color: #222;margin-left: -100px; }
      .text-content h2 {
        font-size: 28px;
      }

      .text-content p {
        font-size: 16px;
      }
    }
   

footer {
     background: linear-gradient(180deg, #a16ce7, #98086a);
    color: white;
    padding: 50px 20px 20px;
}

.footer-containerq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 100%;
    margin: auto;
}

.footer-logo {
    flex: 1 1 250px;
    min-width: 220px;
}

.footer-logo img {
    width: 160px;
    margin-bottom: 15px;
    
}

.footer-logo p {
    line-height: 1.6;
}

.footer-links {
    display: flex;
    flex: 3;
    gap: 40px;
    flex-wrap: wrap;
    min-width: 220px;
}

.footer-column {
    min-width: 160px;
    flex: 1;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-column ul li i {
    width: 20px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
}

@media (max-width: 992px) {
.footer-logo img {
    width: 160px;
    margin-bottom: 15px;
    
}
    .footer-containerq {
        flex-direction: column;
        align-items: left;
        text-align: left;
    }

    .footer-links {
        justify-content: left;
    }

    .footer-column {
        min-width: 45%;
    }
}

@media (max-width: 600px) {
    .footer-column {
        min-width: 100%;
        text-align: left;
    }
}
