
        body {
            margin: 0;
            font-family: Arial, sans-serif;
            background: black;
            color: white;
        }

        .main-container {
            min-height: 30vh;
            padding: 4rem 2rem;
        }

        .content-wrapper {
            max-width: 1300px;
            margin: 0 auto;
        }

        .columns {
            display: flex;
            gap: 4rem;
            flex-wrap: wrap;
        }

        .left,
        .right {
            flex: 1 1 400px;
        }

        .right{
            margin-top: 30px;
        }

        .left h1 {
            font-size: 50px;
            font-weight: bold;
            font-family: 'Playfair Display', sans-serif;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .left p {
            font-size: 1.125rem;
            font-family: 'Montserrat', sans-serif;
            color: white;
            margin-bottom: 3rem;
            line-height: 1.7;
        }

        .section-header .divider {
            width: 8rem;
            height: 4px;
            background: gray;
            margin-bottom: 1rem;
        }

        .section-header h2 {
            font-family: 'Playfair Display', sans-serif;
            font-size: 1.25rem;
            font-weight: 600;
        }

        .brand-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
        }

        .brand-item {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 5rem;
            font-size: 1.5rem;
            font-weight: bold;
            color: #4B5563;
            text-align: center;
        }

        .brand-item.serif {
            font-family: serif;
            font-weight: 300;
            font-size: 1.25rem;
        }

        .brand-item.small-bold {
            font-size: 1.125rem;
            font-weight: bold;
            color: #1F2937;
        }

        .brand-link {
            font-size: 0.75rem;
            color: #9CA3AF;
            margin-top: 0.5rem;
        }

        .jio-circle {
            background: black;
            border-radius: 9999px;
            color: white;
            font-size: 1.125rem;
            font-weight: bold;
            width: 4rem;
            height: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .accordion-item {
            color: white;
            border-bottom: 1px solid #E5E7EB;
        }

        .accordion-btn {
            font-family: 'Montserrat', sans-serif;
            color: white;
            width: 100%;
            text-align: left;
            padding: 1.5rem 0;
            background: none;
            border: none;
            font-size: 1.125rem;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .accordion-btn:hover {
            background-color: #087ef5;
        }

        .accordion-chevron {
            width: 1.25rem;
            height: 1.25rem;
            transition: transform 0.2s ease;
        }

        .accordion-chevron.rotate {
            transform: rotate(180deg);
        }

        .accordion-content {
            padding-bottom: 1.5rem;
            font-family: 'Montserrat', sans-serif;
            color: white;
        }

        .activate-windows {
            position: fixed;
            bottom: 1rem;
            right: 1rem;
            font-size: 0.875rem;
            color: #9CA3AF;
        }

        /* FOOTER */
        /* ===== FOOTER BASE STYLING ===== */
        .footer {
            background-color: #000;
            /* Black background */
            color: #fff;
            padding: 50px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: flex;
            justify-content: center;
        }

        .footer-content {
            display: flex;
            flex-wrap: wrap;
            max-width: 1350px;
            width: 100%;
            gap: 200px;
        }

        /* ===== CONTACT FORM STYLING ===== */
        .contact-form-wrapper {
            background-color: #fff5e9;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 5px 5px 0 #3b82f6;
            /* Blue shadow */
            max-width: 400px;
            flex: 1;
        }

        .contact-form h2 {
            color: #000;
            margin-bottom: 20px;
            font-size: 22px;
        }

        .contact-form .form-row {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .contact-form input {
            width: 100%;
            padding: 12px;
            border-radius: 8px;
            border: none;
            background-color: #ddd;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .contact-form button {
            width: 100%;
            padding: 12px;
            background-color: #3b82f6;
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            font-size: 14px;
        }

        /* ===== FOOTER LINKS SECTION ===== */
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 75px;
            flex: 2;
        }

        .footer-column h4 {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #f0f0f0;
            text-align: left;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li {
            margin-bottom: 8px;
        }

        .footer-column ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-column ul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

        /* ===== ICON STYLING ===== */
        .icon {
            width: 18px;
            height: 18px;
            vertical-align: middle;
            margin-right: 4px;
        }

        /* ===== BRANDING AND SOCIAL ICONS ===== */
        .footer-logo {
            width: 140px;
            height: auto;
            object-fit: contain;
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            margin-top: auto;
        }

        .footer-brand p {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            color: #fff;
        }

        .social-icons {
            display: flex;
            gap: 20px;
        }

        .social-icons a img {
            width: 26px;
            height: 26px;
        }

       
@media (max-width: 768px) {
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    justify-items: center;
    gap: 30px 30px;
    /* row-gap: 15px, column-gap: 30px */
  }

  .footer-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .contact-form input {
            width: 90%;
            padding: 12px;
            border-radius: 8px;
            border: none;
            background-color: #ddd;
            margin-bottom: 15px;
            font-size: 14px;
        }


  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    align-items: center;
  }
}
  
/* Header */
/* Dot */
.animated-text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-left: -10px;
  position: relative;
  margin-top: 5px;
}

.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  margin-left: 0px;

  animation: blink 1.5s infinite;
  vertical-align: middle;
}

.changing-text {
  font-size: 18px;
  margin-left: 3px;

}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.main-header {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.171);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: fixed;
  
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: 'Raleway', sans-serif;
}
/* 
.left-section {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
} */

.logo-text {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 40px;
}

.navbar a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 25px;
  font-weight: 500;
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

/* NavBar */
.navbar {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

/* Wrapper for hover area */
.services-wrapper {
  position: relative;
}

/* Caret icon */
.services-link .caret {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Panel full width */
.services-panel {
  position: fixed;
  top: 55px;
  left: 0;

  width: 100vw;
  background: white;
  display: none;
  padding: 40px 80px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  justify-content: space-between;
}


/* Panel Layout */
.services-panel .left-content {
  width: 25%;
}

.services-panel .left-content ul {
  list-style: none;
  padding: 0;
}

.services-panel .left-content li {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

/* Right Content (Cards) */
.services-panel .right-content {
  width: 70%;
  display: flex;
  gap: 30px;
  margin-right: 130px;
}

.services-panel .card {
  width: 50%;
  border-radius: 14px;
  overflow: hidden;
}

.services-panel .card img {
  width: 100%;
  height: 260px;
  display: block;
  border-radius: 14px;
}

.services-panel .card p {
  font-size: 14px;
  margin-top: 12px;
  color: #333;
}

.left-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* gap: 25px; */
}

.left-content li {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
}

.left-content li a {
  text-decoration: none;
  color: inherit;
}

/* When hovering on any li, others turn grey */
.left-content ul:hover li {
  color: black;
}

/* Keep the hovered one black */
.left-content ul li:hover {
  /* color: black; */
  color: blue;
}

.services-link {
  display: inline-flex;
  align-items: center;
  color: white;
  /* or your text color */
  text-decoration: none;
  gap: 4px;
  /* spacing between Services and ^ */
}

.services-link .caret {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  transition: transform 0.3s ease, margin-left 0.3s ease;
  margin-top: 5px;
  /* optional fine-tuning */
}

.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  /* ▼ default */
  transition: transform 0.3s ease;
  margin-left: 8px;
  font-size: 20px;
  color: white;
}


.services-link:hover .arrow {
  transform: rotate(-135deg);
}

/* MOBILE ONLY VISIBILITY */
.mobile-nav-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .mobile-nav-wrapper {
    display: block;
  }

  .main-header>.left-section,
  .main-header>.right-section {
    display: none;
  }

  .logo-img {
    width: 120px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
  }
}


.top-bar {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  z-index: 1001;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* .left-section {
  display: flex;
  align-items: center;
} */

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.hamburger {
  width: 30px;
  height: 24px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  transition: right 0.3s ease;
  z-index: 1000;
}

.mobile-menu.open {
  right: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.menu-header .left-section {
  flex-grow: 1;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list>li {
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
}

.menu-list a,
.menu-list button {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 0;
}

.submenu {
  font-family: 'Raleway', sans-serif;
  display: none;
  list-style: none;
  padding-left: 16px;
  margin-top: 10px;
}

.submenu li {
  padding: 6px 0;
}

.contact-button {
  margin-top: 24px;
  text-align: center;
}

.contact-button a {
  display: inline-block;
  background: black;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  font-size: 18px; /* Increase font size */
  text-align: left; /* Align content to the left */
}

.menu-list li {
  margin-bottom: 10px;
}

.menu-list li a,
.menu-list li button {
  text-decoration: none;
  font-size: 18px;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.submenu {
  display: none; /* Hidden by default */
  margin-left: 20px; /* Add left margin to submenu */
 
  padding-left: 20px;
}

.dropdown.active .submenu {
  display: block;
}