body {
  margin: 0;
  padding: 0;
  background-color: #060606 !important; /* Optional preview background */
   width: 100%;
    height: 100vh !important;
    overflow-x: hidden;
     /* Prevent horizontal scrolling */


    /* min-height: 100vh; */
}

.navbar-custom {
  background-color: #060606;
  font-family: 'Lexend Exa', sans-serif;
  padding: 1rem 1.5rem !important;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 1rem !important;
  margin: 0 0.5rem;
}

.contact-btn {
  background-color: #713B96;
  color: white !important;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem !important;
  border: none;
  border-radius: 1.5rem;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #552870;
}

/* Logo Image Styling */
.logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:focus,
.navbar-nav .nav-link.active:hover {
  background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.no-underline {
  text-decoration: none;
  color: inherit; /* Keeps button text color from your .contact-btn */
}
.no-underline:hover {
  text-decoration: none; /* Prevent underline on hover too */
}
/* ============ about us section============ */
.about-us-section {
  background-color: #060606; /* Same dark background */
  font-family: 'Lexend Exa', sans-serif;
  margin-top: 40px !important;
  max-width: 100% !important;
}
 
.about-heading {
 font-family: 'Lexend Exa', sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox (optional fallback) */
  text-fill-color: transparent;
  display: inline-block; /* Ensures gradient applies */
}

.about-us-section p {
  /* color: #BFBFBF;  */
   color: #ffffffcc !important;
  font-size: 0.95rem;
  line-height: 1.6;
     font-family: 'SF Pro', sans-serif;
}

.about-image-container {
  overflow: hidden;
  border-radius: 20px !important; /* Same rounded corners as your image */
}

.rounded-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 90px 10px 1px 1px !important;
  
}
/* Add gap between image and text */
.about-us-section .text-white {
  padding-left: 3rem; /* Gap on larger screens */
}
/* ======== what we do========= */
.what-we-do-section {
  background-color: #060606;
  font-family: 'Lexend Exa', sans-serif;
}

.what-heading {
 font-family: 'Lexend Exa', sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox (optional fallback) */
  text-fill-color: transparent;
  display: inline-block; /* Ensures gradient applies */
}

.what-btn-group {
  display: flex;
  gap: 0.5rem;
}

.what-btn {
  background-color: transparent;
  border: 1px solid #BFBFBF;
  color: #BFBFBF;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.what-btn.active {
  background-color: white;
  color: black;
  font-weight: 600;
}

.what-btn:hover {
  background-color: #e5e5e5;
  color: black;
}

.what-content p {
   color: #ffffffcc !important;
  font-size: 0.98rem;
  line-height: 1.8;
  font-family: 'SF Pro', sans-serif;
}

.what-image-container {
  overflow: hidden;
  border-radius: 20px;
}

.rounded-image1 {
  border-radius: 10px !important;
  width: 100%;
  height: 100% !important;
  margin-left: 20px !important;
}

.what-section{
    padding-right: 50px !important;
}
/* ===========footer swection========= */
 .footer-section {
  background-color: #fff; /* White background like in the image */
  color: #000;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.footer-section h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.check-class{
    padding-left: 40px !important;
    
}

.footer-section .fw-bold {
  background: linear-gradient(to right, #CB256C, #A259D4); /* Pink to purple gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-text {
    font-size: 0.95rem !important;
  line-height: 1.6;
  color: #6c6c6c; /* Light gray text like in image */
  padding-left: 10px !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  font-size: 0.9rem;
  color: #6c6c6c; /* Light gray */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000;
}

.footer-logo {
  width: 220px; /* Matches larger logo look */
  height: auto;
  object-fit: contain;
}

.footer-section a {
  color: #6c6c6c;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.bi {
  font-size: 1.3rem;
  color: #6c6c6c;
  transition: color 0.3s ease;
}

.bi:hover {
  color: #000;
}

.contact-info {
  background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hello-class p{
     font-size: 0.95rem !important;
  color: #6c6c6c !important;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
  .hello-class {
    padding-left: 0 !important;
  }
}
.mobile-break {
  display: none; /* hidden by default (desktop) */
}

/* ================= mobile view code section============ */

@media (max-width: 768px) {
  .mobile-break {
    display: block !important;
    height: 0;   /* prevents extra gap */
  }
       .mobile-hide-br {
    display: none;
  }
  #navbarContent {
    background: #060606;
    padding: 1rem;
  }
  .navbar-custom {
  background-color: #060606;
  font-family: 'Lexend Exa', sans-serif;
  padding: 0.7rem 1rem !important;
}
/* Logo smaller on mobile */
.logo-img {
  height: 37px;
  width: auto;
  object-fit: contain;
}
/* Nav links */
.navbar-nav .nav-link {
  color: white !important;
  font-size: 0.85rem; /* smaller font */
  margin: 0.02rem 0;
}
 /* Nav links */
  .navbar-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important; /* align left */
     text-align: left !important;
    gap: 6px; 
    margin-top: 0.1rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.85rem !important;
    text-align: left !important;
    padding-left: 0.5rem;
  }

 /* Buttons */
  .contact-btn {
    font-size: 0.8rem;
    margin-top: 10px !important; /* spacing between buttons */
    padding: 0.4rem 1rem !important;
    border-radius: 1.2rem;
    display: block; /* makes them stack properly */
    width: fit-content;
  }

  /* Gap between Contact Us & Login */ 
  .navbar-nav .nav-item:last-child .contact-btn {
    margin-top: 8px !important;
  }
  .navbar-toggler{
    font-size: 18px !important;
  }

   .about-us-section {
    margin-top: 20px !important;  /* smaller top spacing */
    padding: 0 10px !important;      /* remove left/right padding */
  }

  .about-heading {
    font-size: 2rem !important;   /* smaller heading */
    margin-bottom: 15px;          /* reduce gap below heading */
    padding-left: 10px !important;
  }

  .about-us-section p {
    font-size: 0.95rem !important;
    line-height: 1.5;             /* slightly tighter */
    margin-bottom: 15px;          /* balanced paragraph spacing */
    padding-left: 10px !important;
  }

  .about-us-section .text-white {
    padding-left: 0 !important;   /* remove left gap */
    padding-right: 0 !important;  /* remove right gap */
  }

  .about-image-container {
    margin-bottom: 20px;          /* small gap below image */
  }

  .rounded-image {
    /* border-radius: 20px !important;  */
    border-radius: 90px 10px 1px 1px !important;
    /* make image corners consistent on mobile */
  }

/* =================== what we do section============= */
 section.what-we-do-section.py-5{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
   }
    .what-we-do-section {
    padding: 40px 10px !important;
  }

  .what-heading {
    font-size: 2rem !important;
    text-align: left !important;
  }

  .what-content p {
    font-size: 0.95rem !important;
    line-height: 1.6;
    text-align: left !important;
  }

  .what-btn-group {
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-start !important; /* left align */
  }

  .what-btn {
    font-size: 0.75rem !important;
    padding: 0.4rem 0.75rem !important;
  }

  .what-section {
    padding-right: 0 !important;
    margin-bottom: 25px; /* spacing before image */
    text-align: left !important;
  }

  .rounded-image1 {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
  }
  /* ============== footer section========== */
   section.footer-section.py-5{
      padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
   .footer-section {
    margin: 0 !important;         /* Removes top and bottom spacing */
    padding: 0.5rem 1rem !important; /* Reduce inner padding for mobile */
    border-radius: 0 !important;  /* Optional: remove rounded corners on mobile */
     border-top-left-radius: 10px !important;
     border-top-right-radius: 10px !important;
     text-align: left !important;
  }

  .footer-section .container-fluid {
    padding: 0 !important;        /* Removes default Bootstrap horizontal padding */
  }

  .footer-section .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-section .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hello-class{
    padding-left: 0.5px !important;
}
}