body {
  margin: 0;
  padding: 0;
  background-color: #060606 !important; /* Optional preview background */
   width: 100%;
    height: 100% !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 !important;
  width: auto;
  object-fit: contain;
  margin-bottom: 50px !important;
}
.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 */
}
/* =========== service roe section========= */
.services-menu {
  display: flex;
  justify-content: center;
  gap: 45px;
 font-family: 'Lexend Exa', sans-serif;
}

.service-tab {
  cursor: pointer;
  font-size: 15px;
  color: #ffffffcc;
  transition: color 0.3s ease;
}

.service-tab.active {
  font-weight: bold;
  color: white !important;
}

.service-section {
  display: none;
  /* margin-top: 20px; */
  text-align: center;
}

.service-section.active {
  display: block;
}
.services-content{
    width: 100% !important;
}
.service-section{
    padding-top: 25px !important;
}
/* ========== service section content part code====== */
 #web-development,#graphic-design {
    background-color: #060606;
    /* font-family: 'SF Pro', sans-serif; */
  }
  #web-development h3 {
    background: linear-gradient(to right, #CB256C, #A259D4) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
  #graphic-design h3 {
     background: linear-gradient(to right, #CB256C, #A259D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
  #web-development p {
    color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: justify !important;
    
       font-size: 16px !important;
       

  }
  #graphic-design p{
     color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
  text-align: justify !important;
       font-size: 16px !important;
      
  }
   #web-development h5{
     color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
   }
#graphic-design h5{
 color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
}
.order-md-1{
    padding-right: 60px !important;
    
}
/* .order-md-1 .order-md-2 p{
  text-align: justify !important; 
} */
/* Default (desktop/tablet) */
.custom-paragraph {
  text-align: justify !important;
}
/* .checking-class {
  text-align: justify !important;       
  text-align-last: left !important;     
} */
.custom-list {
  padding-left: 20px; /* indent bullet points */
  list-style-type: disc;
text-align: justify !important;
}


.custom-list li {
  color: #ffffffcc !important;
  font-size: 16px !important;
  margin-bottom: 8px;
  text-align: left;
  
}
.align-items-center{
    margin-bottom: 60px !important;
}

/* ========= content planning===== */
  #content-planning h3 {
     background: linear-gradient(to right, #CB256C, #A259D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
   #content-planning p{
     color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: justify !important;
       font-size: 16px !important;
  }
  #content-planning h5{
 color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
}
/* ========= app development planning===== */
  #app-development h3 {
     background: linear-gradient(to right, #CB256C, #A259D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
   #app-development p{
     color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
  text-align: justify !important;
       font-size: 16px !important;
  }
  #app-development h5{
 color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
}
/* ============== seo services======== */
 #seo-services h3 {
     background: linear-gradient(to right, #CB256C, #A259D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
   #seo-services p{
     color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
   text-align: justify !important;
       font-size: 16px !important;
  }
  #seo-services h5{
 color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
}
/* =========== ui/ux services =========*/
#ui-ux-design h3 {
     background: linear-gradient(to right, #CB256C, #A259D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lexend Exa', sans-serif;
    text-align: left !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
   #ui-ux-design p{
     color:#ffffffcc !important;
    /* color: rgba(255, 255, 255, 0.8); */
  text-align: justify !important;
       font-size: 16px !important;
  }
  #ui-ux-design h5{
 color:#f6f2f2 !important;
    /* color: rgba(255, 255, 255, 0.8); */
     text-align: left !important;
     font-size: 18px !important;
}

.mobile-break {
  display: none; /* hidden by default (desktop) */
}

/* ============== mobile view code=============== */
@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: center !important; /* align left */
     text-align: center !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;
  }


 section.services-menu.py-5{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
   }

   .services-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 per row */
    gap: 15px; /* smaller gap for mobile */
    padding: 0 15px !important;
  }

  .service-tab {
    font-size: 0.85rem !important; /* reduce font size */
    padding: 8px 5px;
  }
  .service-section{
    padding: 10px 10px 0px !important;
    overflow-x: hidden !important;
    
  }

  /* ================= services displayes section======= */
   /* h3 headings */
  #web-development h3,
  #graphic-design h3,
  #content-planning h3,
  #app-development h3,
  #seo-services h3,
  #ui-ux-design h3 {
    font-size: 1.5rem !important;
    text-align: left !important;
  }
/* #app-development h3{
  font-size: 2rem !important;
} */
  /* h5 headings */
  #web-development h5,
  #graphic-design h5,
  #content-planning h5, 
  #app-development h5,
  #seo-services h5,
  #ui-ux-design h5 {
    font-size: 1rem !important;
    text-align: left !important;
  }

  /* paragraphs */
  #web-development p,
  #graphic-design p,
  #content-planning p,
  #app-development p,
  #seo-services p,
  #ui-ux-design p,
  .custom-paragraph {
    font-size: 0.95rem !important;
    text-align: left !important;
  }

  /* custom list items */
  .custom-list li {
    font-size: 0.95rem !important;
  }

  /* Optional: reduce spacing on mobile */
  .align-items-center {
    margin-bottom: 30px !important;
  }
  .order-md-1{
    padding-right: 20px !important;
    
}
.test-case{
  margin-bottom: 20px !important;
}
}