* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  background-color: #f7fff7;
  cursor: cell;
  
}

li {
  cursor: none;
}
a{
  cursor: none;
}
button {
  cursor: pointer;
}

.items-slide{
  cursor: none;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #f7fff7;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

/* On hover enlarge the cursor */
.custom-cursor.hovered {
  transform: scale(2) translate(-50%, -50%);
}


.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
  border: 1px solid #1e293b;
  background-color: #f7fff7;
  font-size: xx-large;
  font-weight: 700;
  z-index: 1000;
}

.container {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.5fr;
  transition: all 0.3s ease-in-out;
  height: 100%;
  border-left: 1px solid #1e293b;
  width: 100%;
}
.logo {
  border-left: 1px solid #1e293b;
}
.logo,
.menu,
.child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-right: 1px solid #1e293b;
  text-decoration: none;
}

.logo .text-4xl {
  text-decoration: none;
  color: rgb(6, 24, 38);
}
.menu a {
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-size: 20px;
  font-weight: 400;
}
.menu {
  gap: 20px;
}

.child button {
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #1e293b;
  cursor: pointer;
  border: transparent;
  font-family: "Unbounded", sans-serif;
  color: rgb(6, 24, 38);
  font-size: 20px;
  font-weight: 400;
}

/* Grid animation on hover */
.parent:has(.child:hover) {
  grid-template-columns: 0.5fr 2fr 0.6fr;
}

.name-page {
  border-bottom: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
}
.banner {
  margin-top: 80px;
}

.name-page .container {
  border-left: 0px solid #1e293b;
  border-right: 0px solid #1e293b;
}
.name-page .grid {
  display: grid;
  grid-template-columns: 0.3fr 3fr 0.3fr;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
}
.box_1 {
  border-right: 1px solid #1e293b;
  width: 100%;
  height: 100%;
}
.box_2 {
  width: 100%;
  height: 100%;
}
.box_3 {
  width: 100%;
  height: 100%;
}
.box_2 .grid {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  transition: all 0.3s ease-in-out;

  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}

.image_box {
  width: 100%;
  height: calc(100% - 50px);
}
.image_box_2 {
  width: 100%;
}



.image_box img {
  transform: rotate(180deg);
}
.image_box .image-rotate {
  transform: rotate(90deg);
}

.child_1 {
  grid-template-rows: 0.5fr 0.5fr;
  display: grid;
  border-right: 1px solid #1e293b;
}
.child_image_box-top {
  height: 100px;
  border-bottom: 1px solid #1e293b;
  position: relative;
}
.child_2 .child_image_box-top {
  border-right: 0px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}
.img_geo {
  width: 30px;
  height: 30px;
}

.child_image_box-top img {
  position: absolute;
  bottom: -15.5px;
  right: -15.5px;
  z-index: 5;
  width: 30px;
}
.name-page .box_2_heading {
  border-right: 1px solid #1e293b;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.box_2_heading h1 {
   font-size: clamp(2.5rem, 8vw, 8.5rem);
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-weight: 700;
}

    

.add h1{
  font-size: 5rem !important;
  text-align: left;
} 
.profession .grid {
  display: grid;
  grid-template-columns: 1.6fr 0.4fr;
  transition: all 0.3s ease-in-out;

  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}
.profession .child_1 {
  grid-template-rows: 0.5fr;
  display: grid;
  border-right: 1px solid #1e293b;
}
.profession_box_2 {
  width: 100%;
  height: 100%;
}

.profession .child_image_box-top {
  height: 50px;
  border-right: 0px solid #1e293b;
  border-bottom: 1px solid #1e293b;
  position: relative;
}
.profession .child_2 .child_image_box-top {
  height: 50px;
  border-right: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}

.profession .image_box {
  width: 100%;
  height: calc(100% - 50px);
}

.profession .child_image_box-top img {
  position: absolute;
  bottom: -15px;
  left: -15.45px;
  z-index: 5;
}

.child_image_box-top h3 {
  font-size: 28px;
  text-align: center;
  padding-top: 5px;
  color: rgb(6, 24, 38);
  font-weight: 400;
}

.profession .image_box {
  width: 100%;
  height: calc(100% - 50px);
  border-right: 0px solid #1e293b;
}
.border {
  border-right: 1px solid #1e293b;
}

.space-page .border {
  height: 140px;
}

.space-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: all 0.3s ease-in-out;

  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}

.space-page {
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}
.space-page .box_1 {
  border-left: 1px solid #1e293b;
}

.child_image_box-top_1 {
  position: relative;
}
.child_image_box-top_1 img {
  position: absolute;
  top: 125.5px;
  left: 623.5px;
  z-index: 5;
}

#scroll-indicator P {
  margin-bottom: 0px;}
#scroll-indicator {

  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #1e293b;
  padding: 5px;
  border-radius: 20px;
  animation: bounce 1.5s infinite;
  transition: opacity 0.3s ease;
  z-index: 999;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* Hide scroll button after scrolling */
#scroll-indicator.hide {
  opacity: 0;
  pointer-events: none;
}

#scroll-indicator:hover {
  background-color: #1e293b;
  color: white;
}




.about-page {
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}
.about-page .box_1 {
  border-left: 1px solid #1e293b;
}

.about-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 0px solid #1e293b;
  border-right: 1px solid #1e293b;
  width: 100%;
  height: 100%;
}
.about_heading .about_content {
  width: 100%;
  padding: 30px;
}
.about-page .about_images img {
  padding-top:10px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.about-page .about_content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: rgb(6, 24, 38);
}
.about-page .about_content h2 {
  margin-top: 60px;
  font-size: 2rem;
  font-weight: 500;
  color: rgb(6, 24, 38);
}
.about-page .about_content p {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 300;
  color: rgb(6, 24, 38);
}

.about_content_1 {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-self: center;
  margin-top: 180px;
  border-top: 1px solid #1e293b;
}
.about_content_1 a {
  font-size: 3rem;
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-weight: 500;
}
.about_content_1 a i {
  font-size: 3.3rem;
  padding: 0 10px;
  margin-top: 3px;
  color: rgb(6, 24, 38);
  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: 30px 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}

.items_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
}
.items_box .img_geo {
  width: 30px;
  height: 30px;
}
.items-slide {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: slide 50s linear infinite;
}

.items-slide h1 {
  font-size: 3rem;
  font-weight: 400;
  color: rgb(6, 24, 38);
  margin: 0;
  display: inline-block;
  padding: 0 30px;
}

@keyframes slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.items-page:hover .items-slide {
  animation-play-state: paused;
}

.Work-page {
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}
.Work-page .box_1 {
  border-left: 1px solid #1e293b;
}
.Work-page .box_2 {
  border-right: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}

.Work-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}
.Work_heading .Work_content {
  width: 100%;
  padding: 30px 20px;
  border-bottom: 1px solid #1e293b;
}


.Work-page .about_images img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.Work-page .Work_content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: rgb(6, 24, 38);
}

.Work_content_1 {
  border-bottom: 1px solid #1e293b;
  z-index: 1000;
}
.Work_content_1 img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.Work_content_2 {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.hover_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1e293b;
  padding: 25px;
  color: #fff;
  transform: translate(0, 70px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.Work_content_2 :hover ~ .hover_content {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 0.4s ease-in-out;
}
.hover_content_1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1e293b;
  padding: 25px;
  color: #fff;
  transform: translate(0, 70px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.Work_content_2 :hover ~ .hover_content_1 {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 0.4s ease-in-out;
}

.Work_content_1 {
  width: 100%;
  display: flex;
  justify-self: center;
}
.padding_1 {
  padding: 20px 10px;
}
.more_work a {
  font-size: 3rem;
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-weight: 500;
}
.more_work a i {
  font-size: 3.3rem;
  margin-top: 3px;
  margin-left: 20px;
  color: rgb(6, 24, 38);
  transform: rotate(-45deg) translate(0px);
  transition: all 0.3s ease-in-out;
}

.Work_content_1:hover i {
  transform: rotate(-45deg) translate(10px);
  transition: all 0.3s ease-in-out;
}

.border-top {
  border-top: 0px solid #1e293b;
}
.service-page {
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}

.service-page .container {
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  
}
.service-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: all 0.3s ease-in-out;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
service-page .box_2_heading {
  border-right: 0px solid #1e293b;
  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}
.box_2_heading h1 {
  font-weight: 700;
  padding: 20px;
  color: rgb(6, 24, 38);
  text-align: left;
  
}

.box_2_heading img{
padding: 20px;
}
.box_2_heading p {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(6, 24, 38);
  padding: 20px;
}

.accordion {
  max-width: 100%;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #1e293b;
  overflow: hidden;
  transition: background 0.4s ease;
}

.accordion-item:nth-child(3) {
  border-bottom: 1px solid #1e293b;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
}

.accordion-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(6, 24, 38);
}

/* Toggle Icon */
.toggle-icon {
  position: relative;
  width: 20px;
  height: 30px;
  transition: transform 0.3s ease;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: rgb(6, 24, 38);
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  transition: transform 0.3s ease;
}

.toggle-icon::before {
  transform: translateY(-50%) rotate(0deg);
}

.toggle-icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-item.active .toggle-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-item.active .toggle-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* Accordion content */
.accordion-content {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: height 0.4s ease;
}

.accordion-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(6, 24, 38);
  padding: 15px 0;
}

/* Responsive */
@media (max-width: 600px) {
  .accordion-header h3 {
    font-size: 1.3rem;
  }

  .accordion-content p {
    font-size: 0.9rem;
  }
}

.get-touch-page .border {
  height: 100px;
}

.get-touch-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: all 0.3s ease-in-out;

  border-left: 0px solid #1e293b;
  width: 100%;
  height: 100%;
}

.get-touch-page {
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}
.get-touch-page .box_1 {
  border-left: 1px solid #1e293b;
}
.get-touch-page .box_2 {
  border-right: 1px solid #1e293b;
}
.child_image_box-top_1 a {
  font-size: 3rem;
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-weight: 500;
}
.child_image_box-top_1 a i {
  font-size: 3.3rem;
  padding: 20px 20px;
  color: rgb(6, 24, 38);
  transform: rotate(-45deg) translate(0px);
  transition: all 0.3s ease-in-out;
}

.child_image_box-top_1:hover i {
  transform: rotate(-45deg) translate(10px);
  transition: all 0.3s ease-in-out;
}

.get-touch-page .child_image_box-top_1 {
  text-align: center;
  padding: 16px 0;
}

.name-page .about-heading a {
  text-decoration: none;
  color: rgb(6, 24, 38);
  font-size: 8rem;
  font-weight: 700;
}

.hero .about .grid {
  display: grid;
  grid-template-columns: 1.6fr 0.4fr;
}

.about-icon img {
  position: absolute;
  bottom: -15.5px;
  z-index: 5;
  right: 170px;
  width: 30px;
}

.name-page_1 {
  border-bottom: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
}
.name-page_1 .container {
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  max-width: 1280px;
}
.name-page_1 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.name_box {
  border-right: 1px solid #1e293b;
}
.name_heading {
  border-bottom: 1px solid #1e293b;
}
.name_heading h1 {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(6, 24, 38);
  text-align: left;
  padding: 40px;
}

.name_subheading h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(6, 24, 38);
  text-align: left;
  padding: 50px;
}
.name_subheading_2 P {
  font-size: 1rem;
  font-weight: 300;
  color: rgb(6, 24, 38);
  text-align: left;
  padding: 50px;
}
.process-page {
  border-bottom: 1px solid #1e293b;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}

.process-page .container {
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  max-width: 1280px;
}
.process-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.process-page .box_1 {
  border-right: 1px solid #1e293b;
}
.process-page .box_2 {
  border-bottom: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}

.process_content{
  border-right: 1px solid #1e293b;
  width: 100%;
  padding: 20px 20px 150px 20px;
  height: 100%;
}
.process_content h1 {
  font-size: 5rem;
  font-weight: 700;
  color: rgb(6, 24, 38);
  text-align: left;
}
.process_content p {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(6, 24, 38);
  text-align: left;
  padding: 10px 0px 0px 0px;
}
.process_content_toggele{
  height: 100%;
}
.process-page .accordion-item:nth-child(3) {
  border-bottom: 1px solid #1e293b;
}
.accordion .accordion-content h4{
  font-size: 0.9rem;
  font-weight: 400;
  transform: scale(1);
  transition: all 0.3s ease;
}

.accordion .accordion-content h4:hover {
    background-color:#1e293b;
    color: #ffffff;
    transform: scale(1.08);
  transition: all 0.3s ease;
    }




.over-hidden{
  overflow: hidden;
}

.service-page .add{
border-right: 1px solid #1e293b;
padding: 20px;
 


  
}
.service-page .add p{

  padding-bottom:20px;


  
}

.name-flow{
  overflow: hidden;
}


#mini-loader-content{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
}
/*pre-loader*/
#b0 {
  animation: b0 4s infinite ease;
  transform-origin: 250px 250px;
}

#b1 {
  animation: b1 4s infinite ease;
}

#b2 {
  animation: b2 4s infinite ease;
}

#b3 {
  animation: b3 4s infinite ease;
}

#b4 {
  animation: b4 4s infinite ease;
}

@keyframes b0 {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(-180deg);
  }

  75% {
    transform: rotate(-270deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes b1 {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, 355px);
  }

  50% {
    transform: translate(355px, 355px);
  }

  75% {
    transform: translate(355px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes b2 {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-355px, 0);
  }

  50% {
    transform: translate(-355px, 355px);
  }

  75% {
    transform: translate(0, 355px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes b3 {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -355px);
  }

  50% {
    transform: translate(-355px, -355px);
  }

  75% {
    transform: translate(-355px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes b4 {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(355px, 0);
  }

  50% {
    transform: translate(355px, -355px);
  }

  75% {
    transform: translate(0, -355px);
  }

  100% {
    transform: translate(0, 0);
  }
}



.skills-section {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-height: 320px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.skills-container.expanded {
  max-height: 1000px;
}

.skill-card {
  width: 120px;
  height: 120px;
  border: 2px solid #000;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
  background-color: #f9fff9;
}

.skill-card:hover {
  background-color: #000;
  color: #fff;
}

.skill-card img {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}

.view-more-btn {
  margin-top: 1.5rem;
  padding: 0.6rem 1.2rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}


.skills_section {
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}
.skills_section .grid {
    display: grid;
    grid-template-columns: 1fr;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

.skills_section .container{
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b
}
.skills_heading {
    text-align: left;
    border-bottom: 1px solid #1e293b;

}


.skills_heading h1 {
  padding: 20px;
  font-size: 6rem;
  font-weight: 700;
  color:rgb(6, 24, 38);
}

.skills_content{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;

}

.skills_content_heading{
border-right: 1px solid #1e293b;
border-bottom: 0px solid #1e293b;


}
.skills_content_heading:nth-child(4){
border-right: 0px solid #1e293b;


}
.skills_content_heading_1{
  padding:30px 20px;
}
.skills_content_heading_1 h2{
  margin-top: 10px;
color: rgb(6, 24, 38);
font-size: 1.7rem;
font-weight: 700;
}
.skills_content_heading_1 p{
margin-top: 20px;
color: rgb(6, 24, 38);
}
.skills_content_heading_1 ul{
  display: flex;
  flex-wrap:wrap;
  margin-top: 20px;
  gap: 10px;
list-style-type: none;
font-size: 0.9rem;

}

.skills_content_heading_1 li{
    padding: 0.5rem .5rem ;
    color: rgb(6, 24, 38);
    border: 1px solid #1e293b;
    border-radius: 5px;
    
}
.bottom-content{
   padding: 20px;
}
.bottom-content h3{

  color: rgb(6, 24, 38);
}

.skills_bottom_content{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1e293b;
  margin-top: 10px;
  transition: all 0.3s ease;  
}

.bottom-icon{
  padding: 20px;
  
 
}
.bottom-icon i{
  font-size: 1.8rem;
  color: rgb(6, 24, 38);
}



  .skills_content ul li {
    transition: all 0.3s ease;
 

    border-radius: 5px;
  }

  .skills_content ul li:hover {
    background-color:#1e293b;
    color: #ffffff;
    transform: scale(1.08);}



    .skills_bottom_content:hover{
    background-color: #1e293b;
  border-top: 1px solid #1e293b;
  transition: all 0.3s ease;

    }
    .skills_bottom_content:hover h3{
    color:#f7fff7;
  transition: all 0.3s ease;

    }
    .skills_bottom_content:hover i{
    color:#f7fff7;
    transition: all 0.3s ease;
      transform: rotate(-45deg);
    }



.resume-button {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 18px;
  color: #0f172a;
  border: 1px solid #1e293b;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.resume-button:hover {
  background-color: #1e293b;
  color: #f7fff7;
  
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 16px;
  font-size: 16px;
  background-color: #1e293b;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.8;
  transition: opacity 0.5s;
}

#scrollTopBtn:hover {
  opacity: 1;
}

.filter-items{
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
  
}

.filter-items .container{
  display: flex;
  justify-content: center;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
}
.filter-name{
  display:flex;
  list-style: none;
  list-style-type: none;
  cursor:cell;
   overflow-x: auto;       /* enable horizontal scrolling */
  white-space: nowrap;    /* prevent items from wrapping */
  -webkit-overflow-scrolling: touch; /* smooth scrolling for iOS */
}
.filter-name::-webkit-scrollbar {
  display: none; /* hide scrollbar on WebKit browsers */
}

.filter-name .filter-items-btn{
  padding: 20px 25px;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-family: "Unbounded", sans-serif;
  border-right: 1px solid #1e293b;
}
.filter-name .filter-items-btn:nth-child(1){
  
  border-left: 1px solid #1e293b;
}
.filter-name .filter-items-btn:hover{
 background-color: #1e293b;
 color: #fff;
}

    .filter-items-btn.active { background-color: #1e293b; color: #fff; }


.gallery-page{
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}

 .gallery-container{
 padding: 40px 20px 40px 20px;
  border-left: 1px solid #1e293b;
  border-right: 1px solid #1e293b;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
 }

  .gallery-grid {
      width: min(1200px, 100%);
      margin: 0 auto;
      columns: 4 280px;   /* 3 columns, each at least 300px wide */
      column-gap: 1em;    /* space between columns */
  }
  .gallery-grid .gallery-item img{
 display: block;
  margin-bottom: 1em;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
   
    .hidden { display: none; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  overflow: hidden; /* keep image inside viewport while panning */
}

/* center + allow transforms; touch-action none enables pointer-based dragging */
.lightbox .lightbox-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
  touch-action: none;            /* required for smooth pointer/touch panning */
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
  max-width: 90%;
  max-height: 80%;
}

.lightbox .lightbox-content:active {
  cursor: grabbing;
}
    .lightbox .close {
      position: absolute;
      top: 20px;
      right: 40px;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }

     .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      padding: 20px;
      user-select: none;
    }

    .prev { left: 20px; }
    .next { right: 20px; }

    .prev:hover, .next:hover {
      color: #ddd;
    }