.burger {
  display: none;
  font-size: 35px;
  cursor: pointer;
  color: #061826;
  padding: 0 20px;
}
.grid {
  border-left: 0px solid #1e293b;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  background-color: #f7fff7;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1500;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: left 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  font-family: "Unbounded", sans-serif;
}

.mobile-menu a {
  text-decoration: none;
  color: #061826;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #061826;
}

.mobile-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #061826;
  font-weight: 300;
}


/* ==============================
   📱 Tablet View (768px–1024px)
   ============================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* Show elements hidden on mobile */
  .custom-cursor,
  .cursor-tail {
    display: block;
  }

  .menu a {
    display: inline-block;
  }

  .child button {
    display: inline-block;
  }

  .burger {
    display: none; /* Hide burger menu */
  }

  /* Navbar + Logo adjustments */
  .navbar {
    height: 100px;
    font-size: 28px;
  }
  .navbar .grid {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.7fr;}

  .logo .text-4xl {
    padding: 30px;
  }


  /* About section grid */
  .about-page .grid {
    grid-template-columns: 1fr 1fr; /* Split in two */
  }

  .about-page .about_content h1 {
    font-size: 3rem;
  }

  .about-page .about_content h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .about-page .about_content p {
    font-size: 0.9rem;
  }
  .about_content_1{
    margin-top: 46px;
  }

  .about_content_1 a {
    font-size: 2rem;
  }

  .about_content_1 a i {
    font-size: 2.5rem;}

.child_image_box-top_1 img {
   
    left: 436.5px;}


  /* Work Page */
  .Work-page .grid {
    grid-template-columns: 1fr 1fr; /* Two-column layout */
  }

  .Work_content_2 {
    height: 350px;
  }

  .hover_content,
  .hover_content_1 {
    font-size: 0.8rem;
    padding: 20px;
  }

  .more_work a {
    font-size: 2.5rem;
  }

  /* Service Page */
  .service-page .grid {
    grid-template-columns: 1fr 1fr;
  }

  .box_2_heading h1 {
    font-size: 4rem !important;
  }

  .child_image_box-top h3 {
    font-size: 22px;}
  .box_2_heading p {
    font-size: 1.2rem;
  }

  /* Process Page */
  .process-page .grid {
    grid-template-columns: 1fr 1fr;
  }

  .process_content h1 {
    font-size: 3.2rem;
  }

  .process_content p {
    font-size: 1rem;
  }

  /* Skills Section */
  .skills_content {
    grid-template-columns: 1fr 1fr;
  }

  .skills_heading h1 {
    font-size: 3.2rem;
  }

  .skills_content_heading h1 {
    font-size: 2rem;
  }

  .skills_content_heading_1 ul {
    font-size: 1.1rem;
  }

  /* Contact / Get in touch */
  .get-touch-page .grid {
    grid-template-columns: 1fr 1fr;
  }

  .child_image_box-top_1 a {
    font-size: 2rem;
  }

  .child_image_box-top_1 a i {
    font-size: 2.5rem;
  }

  /* Name Section */
  .name-page_1 .grid {
    grid-template-columns: 1fr 1fr;
  }

  .name_heading h1 {
    font-size: 3rem;
  }

  .name_subheading h2 {
    font-size: 1.5rem;
  }

  /* Items Section */
  .items-slide h1 {
    font-size: 2rem;
  }

  /* Padding adjustments */
  .padding_1 {
    padding: 30px;
  }
}
/* Hide menu & button on smaller screens */
@media (max-width: 768px) {

   .custom-cursor {
    display: none;
  }

  body {
    cursor: default;
  }
 .custom-cursor,
  .cursor-tail {
    display: none;
  }

  

  .menu a {
    display: none;
  }
  .child button {
    display: none;
  }
  .burger {
    display: flex;
    align-items: center;
  }

  .navbar {
    font-size: 24px;
  }
  .logo .text-4xl {
    padding: 20px;
  }

  .child_image_box-top img {
    right: -8px;
    z-index: 5;
    width: 15px;
  }

  .child_image_box-top {
    height: 50px !important;
  }

  .box_2_heading a {
    font-size: 3rem;
    font-weight: 700;
  }

  .child_image_box-top h3 {
    font-size: 0.9rem;

  }

  .profession .child_image_box-top img {
    left: -8.45px;
    width: 15px;
  }
  .space-page .border {
    height: 100px;
  }
  .child_image_box-top_1 img {
    display: none;
  }

  .space-page {
    border-bottom: 1px solid #1e293b;
    border-left: 0px solid #1e293b;
    border-right: 0px solid #1e293b;
    border-top:0px solid #061826;
  }
  .about-page .grid {
    grid-template-columns: 1fr; /* Stack content */
  }

  .about-page .box_1 {
    border-left: none;
    border-top: 0px solid #1e293b;
    border-right: 0px solid #1e293b;
  }

  .about-page .about_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about_heading .about_content {
    padding: 20px;
  }

  .about-page .about_content h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .about-page .about_content h2 {
    margin-top: 30px;
    font-size: 1.5rem;
  }

  .about-page .about_content p {
    margin-top: 20px;
    font-size: 0.95rem;
  }

  .about_content_1 {
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    justify-content: center;
    margin-top: 40px;
    border-bottom: 1px solid #1e293b;
  }

  .about_content_1 a {
    font-size: 1.7rem;
  }
.skills_bottom_content{
  border-bottom: 1px solid #1e293b;
}
  .about_content_1 a i {
    font-size: 2rem;
    transform: rotate(-45deg) translate(0px);
    transition: all 0.3s ease-in-out;
  }
  .about_content_1:hover i {
    transform: rotate(-45deg) translate(10px);
    transition: all 0.3s ease-in-out;
  }

  .items-page {
    cursor: pointer;
    width: 100%;
    padding: 20px 0;
  }
  .items_box {
    gap: 20px;
  }

  .items-slide {
    gap: 20px;
  }

  .items-slide h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(6, 24, 38);
    margin: 0;
    display: inline-block;
    padding: 0 30px;
  }
  .items_box .img_geo {
    width: 20px;
    height: 20px;
  }

  .Work-page .grid {
    grid-template-columns: 1fr;
  }

  .Work-page .box_1 {
    border-left: none;
    border-top: 0px solid #1e293b;
  }

  .Work_heading .Work_content {
    padding: 20px;
  }

  .Work-page .Work_content h1 {
    font-size: 3rem;
  }

  .Work_content_1 {
    flex-direction: column;
    text-align: center;
    
  }
  .Work_content_1:last-child{
   border-bottom: 0px solid #061826;
    
  }

  .Work_content_2 {
    height: 245px;
  }

  .hover_content,
  .hover_content_1 {
    transform: translate(0, 100%);
    font-size: 0.5rem;
    padding: 15px;
  }

  .Work_content_2:hover .hover_content,
  .Work_content_2:hover .hover_content_1 {
    transform: translate(0, 0%);
    opacity: 1;
  }

  .more_work a {
    font-size: 2rem;
  }
  
  .more_work a i {
    font-size: 2rem;
    margin-left: 10px;
    transform: rotate(-45deg) translate(0px);
    transition: all 0.3s ease-in-out;
  }

  .padding_1 {
    padding: 20px;
  }
  .Work_content_1:hover i {
    transform: rotate(-45deg) translate(10px);
    transition: all 0.3s ease-in-out;
  }

  .service-page .container {
    border-left: 0px solid #1e293b;
    border-right: 0px solid #1e293b;
  }

  .box_2_heading h1 {
    font-size: 2.8rem !important;
    font-weight: 600;
    color: rgb(6, 24, 38);
    padding:0;
  }
  .box_2_heading p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(6, 24, 38);
    text-align: left;
    padding:10px 0;
  
  }
  .get-touch-page .grid {
    grid-template-columns: 1fr;
  }

  .child_image_box-top_1 a {
    font-size: 1.7rem;
  }

  .child_image_box-top_1 a i {
    font-size: 2.3rem;
  }

  .get-touch-page .box_1 {
    border-left: none;
  }
  .get-touch-page .box_1{
    border-right: 0px solid #1e293b;
  }

  .get-touch-page {
    height: auto;
  }

  .get-touch-page .child_image_box-top_1 {
    text-align: center;
  }

  .name-page .about-heading a {
   
    font-size: 2.5rem;
  
}
  
.name-page_1 .grid {
  grid-template-columns: 1fr;}

  .name_heading h1 {
    font-size: 2.5rem;}

    .name_box {
      border-right: 0px solid #1e293b;
  }
    .name-page_1 {
      border-bottom: 1px solid #1e293b;
      border-right:0px solid #1e293b;
      border-left: 0px solid #1e293b; 
  }

  .process-page {
    border-bottom: 1px solid #1e293b;
    border-left: 0px solid #1e293b;
    border-right: 0px solid #1e293b;
}
  .process-page .grid {
    grid-template-columns: 1fr;}
    
    .process_content h1 {
      font-size: 3rem;
      padding: 20px 0 ;
  }
.process_content p{
  padding: 20px 0;
}
.name_heading h1{
  padding: 20px;
}
.name_subheading h2 {
  padding: 20px;
}
.name_subheading_2 P {
padding: 20px;
}
  
  .accordion-header {
   
    padding: 25px;}

.process_content {
  border-right: 0px solid #1e293b;
  width: 100%;
   padding: 20px;}

   .process_content_toggele .accordion-item:nth-child(1) {
   border-top: 1px solid #061826;
}
.accordion-content div h4{
  font-size: 12px;
}

.logo {
  border-left: 0px solid #1e293b;
}
.navbar {

  border-right: 0px solid #1e293b;}


  .Work-page {
    border-left: 1px solid #1e293b;
    border-right: 0px solid #1e293b;
}


.name_subheading{
  border-bottom: 1px solid #061826;
}
.service-page .grid{
  grid-template-columns: 1fr;
}
.service-page .add {
  border-right: 0px solid #1e293b;
  padding-bottom: 20px;
  font-size: 3rem !important;

}

.service-page .accordion-item:nth-child(1) {
  border-top: 1px solid #061826;
}

.skills_content{
  grid-template-columns: 1fr;
}

.skills_section{
  border-bottom: 0px solid #1e293b;
}

 .skills_heading h1 {
      font-size: 2.8rem;
    }

 
    .skills_content_heading {
      padding: 15px 0 0 0;
    }

    .skills_content_heading h1 {
      font-size: 1.8rem;
    }

    .bottom-icon i {
      font-size: 2rem;
    }
.skills_content_heading_1 ul{
   font-size: 1rem;
}
.bottom-content {
    margin-top: 5px;
}

.bottom-icon{
margin-top: 5px;
  
 
}
.bottom-content h3{
  font-size: 1.5rem;
}

#scroll-indicator{
  display: none
}

.lightbox{
  display: none;
}

}


 @media (max-width: 480px) {
    .skills_content {
      grid-template-columns: 1fr;
    }

   
  }