html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  overflow-x: hidden;
  overscroll-behavior: none;
  width: 100%;
}
a, a:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.posrel{
  position: relative;
}
p{
  font-size: 1rem;
  line-height: 1.75;
  max-width: 65ch;
}

  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 80px;
      padding-right: 80px;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px;
      padding-right: 60px;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90%;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #3a3a3a;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #444;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

:root {
    --my-bg-color: #fffc; 
}
.mainhead {
  color: #303030;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 1.2rem;
}

  /* header */
header{
  backdrop-filter: blur(10px);
  background-color: var(--my-bg-color, rgba(247, 247, 247, 0.8));
  width: 100%;
  max-height: 100%;
  position: fixed;
  z-index: 9999999;
}
.flexheader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.right-header ul{
  display: flex;
  gap: 25px;
  align-items: center;
}
.left-header h1, .left-header a{
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #1a1a1a;
}
.left-header p, .left-header p a{
  margin: 0;
  font-size: 0.85rem;
  color: #707070;
}
.right-header ul li a{
  color: #1a1a1a;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.right-header ul li a:hover{
  color: #e3c100;
}
.con{
  background: black;
  border-radius: 20px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  width: max-content;
}
.white{
  color: #fff !important;
}

.contact-wrapper {
  position: relative;
}

.hidden-contact {
  opacity: 0;
  visibility: hidden;
  transform: translateX(25px);
  filter: blur(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease, visibility 0s linear 0.35s;
  position: absolute;
  top: 115%; 
  right: 15px;
  background: #fff;
  border: 1px solid #cccccc7d;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.contact-wrapper:hover .hidden-contact {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  filter: blur(0);
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease, visibility 0s;
}
.hidmain{
  height: 100%;
  width: 100%;
  background-color: #ffffffa8;
  backdrop-filter: blur(8px);
  border-radius: 25px;
  transition: all .3s ease-in-out;
}
.hid{
  padding: 10px;
  font-size: 14px;
}
.call{
  display: flex;
  align-items: center;
  gap: 10px;
}
.call img{
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.call a{
  color: #707070 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  text-transform:none !important;
  width: 160px;
}
.line{
  width: 100%;
  height: 1px;
  background-color: #1a1a1a33;
  margin-top: 4px;
}
.call:hover a{
  color: #1a1a1a !important;
  transition: all .3s;
}
.call:hover img{
  filter: none;
}
.flex{
  display: flex;
  align-items: center;
  gap: 25px;
}
  /* banner */
.banner{
  height: 100vh;
}
.posrel{
  position: relative;
}
.banner-section{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-top{
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #ebeaea;
  border-radius: 100px;
  padding: 0px 15px 0px 0px;
  margin: auto;
  width: max-content;
}
.banner-gray p{
  color: #6e6e6e;
  font-size: 14px;
}
.banner-color{
  background-color: #e3c100;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  padding-right: 15px;
}
.banner-color h6{
  font-weight: 700;
  font-size: 15px;
}
.banner-content{
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 4rem;
}
.headcolor{
  color: #707070;
}
.banner-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.banner-heading p{
  margin: 0;
  width: 550px;
  text-align: center;
  max-width: 100%;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 16px;
}
.con .white{
  display: flex;
  gap: 10px;
}
.con .white img{
  filter: brightness(0)invert(1);
  width: 15px;
}

.banner-heading h2 {
  text-align: center;
  overflow: hidden;
  margin: 0;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.banner-heading span {
  display: inline-block;
  vertical-align: top;
}

.slide-right-first {
  transform: translateX(100%);
  opacity: 0;
  animation: slidein-first 1.2s forwards;
}

.reveal-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  max-width: 100%; 
}

.slide-left-second {
  transform: translateX(-100%);
  display: inline-block;
  animation: slidein-second 1.5s forwards;
  animation-delay: 1s; 
}

.slide-right-third {
  transform: translateX(100%);
  opacity: 0;
  animation: slidein-third 1.5s forwards;
  animation-delay: 1s;
}

@keyframes slidein-first {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slidein-second {
  0% { transform: translateX(-100%); opacity: 1; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slidein-third {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

.banner-bottom{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-50px); 
    animation: slideDown 1s ease-out forwards; 
    animation-delay: 0.3s; 
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

.btn--svg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn--svg__label {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  transition: color 0.5s ease-in-out;
}

.btn--svg__label img {
  width: 15px;
  filter: invert(1);
  transition: filter 0.5s ease-in-out;
}

.btn--svg__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.btn--svg__circle circle {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

.btn--svg__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn--svg__border path {
  stroke-dasharray: 520; 
  stroke-dashoffset: 520;
  transition: stroke-dashoffset 0.8s ease-in-out 0.25s;
}

.btn--svg:hover {
  background-color: white;
}

.btn--svg:hover .btn--svg__label {
  color: black;
}

.btn--svg:hover .btn--svg__label img {
  filter: invert(0);
}

.btn--svg:hover .btn--svg__circle circle {
  transform: scale(0);
}

.btn--svg:hover .btn--svg__border path {
  stroke-dashoffset: 0;
}
.readflex img{
  width: 15px;
  filter: brightness(0)invert(1);
}
.noread{
  background:none !important;
  color: #1a1a1a !important;
  padding: 0 !important;
  display: flex;
  height: 15px;
  align-items: center;
  gap: 5px;
}
.noread img{
  filter: none !important;
}
.readflex{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  background: black;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  border-radius: 20px;
}

.social-icon img{
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 15px;
  right: -100px; 
  animation: slideIn 1s ease-out forwards; 
  z-index: 99999;
  border: 2px solid #00000099;
  padding: 5px;
  border-radius: 10px;
}

@keyframes slideIn {
    0% {
        right: -100px; 
        opacity: 0;
    }
    100% {
        right: 10px; 
        opacity: 1;
    }
}

.noread:hover{
  color: #e3c100 !important;
}
.noread:hover img{
  filter: invert(73%) sepia(77%) saturate(1534%) hue-rotate(5deg) brightness(96%) contrast(91%) !important;
  will-change: filter;
}

/* Sidebar Icons */
.smline{
  position: relative;
}
.smline::after{
  position: absolute;
  bottom: -10px;
  content: '';
  height: 1px;
  width: 20px;
  background-color: var(--after-bg, #00000036);
}
.fixedSidebar {
  position: fixed;
  z-index: 99;
  background-color: #00000029;
  backdrop-filter: blur(5px);
}
.fixedSidebar.active .sidebarItem {
  transform: scale(0);
  margin: 0;
  width: 0;
  height: 0;
}
.fixedSidebar [data-tooltip] {
  position: relative;
  z-index: 9;
}
.fixedSidebar [data-tooltip]::before {
  position: absolute;
  content: attr(data-tooltip);
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
  border-radius: 10px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.fixedSidebar [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}
.fixedSidebar .sidebarItem {
  position: relative;
  z-index: 10;
  display: flex;
  margin: 10px 0;
  width: 17px;
  height: 17px;
  border-radius: 30px;
  transition: 0.25s;
}
.fixedSidebar .sidebarItem svg {
  fill: #000;
}

.fixedSidebar.fixedSidebarLeft {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 9px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fixedSidebar.fixedSidebarLeft:before, .fixedSidebar.fixedSidebarLeft:after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 30px;
  width: 60px;
  left: 0px;
}
.fixedSidebar.fixedSidebarLeft:before {
  top: 0;
  border-radius: 0 0 50px 0;
  box-shadow: 30px 1px 0 0 #000;
  transform: rotate(90deg) translateY(50%) translateX(-75%);
  display: none;

}
.fixedSidebar.fixedSidebarLeft:after {
  bottom: 0;
  border-radius: 0 50px 0px 0;
  box-shadow: 30px -1px 0 0 #000;
  transform: rotate(-0.25turn) translateX(-75%) translateY(-50%);
  display: none;
}
.fixedSidebar .buttonTrigger{
  background: #00000029;
  padding: 4px;
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger svg {
  transform: rotate(0deg);
  transition: 0.25s;
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active {
  transform: scale(1) !important;
  width: 22px !important;
  height: 22px !important;
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active svg {
  transform: rotate(180deg);
}
.fixedSidebar.fixedSidebarLeft [data-tooltip]::before {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.fixedSidebar.fixedSidebarLeft [data-tooltip]:hover::before {
  left: 35px;
}


/* slider */
.slider {
  overflow-x: hidden;
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 8.5%, rgb(0, 0, 0) 91.5%, rgba(0, 0, 0, 0) 100%);
}

.marquee {
  display: flex;
   width: max-content; 
  min-width: 100%;
  width: calc(2 * 100%);
  animation: scroll 20s linear infinite; 
}

.marquee-slide {
  flex: 0 0 auto;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
}

 @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-slide img{
  border-radius: 20px;
  max-width: 100%; 
  height: auto;
}
.marquee-slide::after{
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.marquee-slide:hover::after{
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.subhead{
  color: #89590a;
  border: 1px solid;
  width: max-content;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  font-size: 0.875rem;
}

/* about */
.about-left{
  background-color: #000;
  padding: 20px;
  border-radius: 20px;
  box-shadow: .671842px .671842px .950128px -.125px #0000000d,1.59238px 1.59238px 2.25197px -.25px #0000000f,2.90467px 2.90467px 4.10783px -.375px #0000000f,4.82901px 4.82901px 6.82925px -.5px #00000012,7.79846px 7.79846px 11.0287px -.625px #00000014,12.7653px 12.7653px 18.0529px -.75px #0000001a,21.981px 21.981px 31.0858px -.875px #00000021,40px 40px 56.5685px -1px #0003;
}
.about-left h4{
  color: #fff;
}
.about-left p{
  color: #808080;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.about{
  background-color: #f1f0f0;
}
.about-metrics{
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}
.top-metrics{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.top-metrics h6{
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0;
  color: #89590a;
}
.top-metrics p{
  margin: 0;
  font-size: 0.85rem;
  color: #6e6e6e;
}
.about-metrics p{
  color: #6e6e6e;
}
.about-metrics img{
  width: 30px;
  margin-bottom: 10px;
  display: none;
}

.soft-bottom-blur {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  mask-image: linear-gradient(to bottom, transparent 0, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 100%);
  z-index: 999;
}


/* skills */

.skills{
  background-color: #000;
  overflow: hidden;
}
.skills .subhead, .education .subhead{
  color: #e3c100;
}
.skills .mainhead, .education .mainhead{
  color: #fff;
}
.phone{
  background: #fff;
  border-radius: 20px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  width: max-content;
  color: #000;
  display: flex;
  gap: 10px;
}
.phone img{
  width: 20px;
}
.skill-left, .mainexpleftcont, .education-head{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.website-design-card {
  background-color:  #1f1f1f;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.icon-and-title {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-title {
  font-size: 24px;
  margin: 0;
  color: #fff;
}
.toggle-button {
  background: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0;
  flex-shrink: 0; 
  transition: transform 0.3s ease;
  border: 1px solid #6e6e6e;
}
.plus-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.plus-icon::before,
.plus-icon::after {
  content: '';
  position: absolute;
  background-color: #6e6e6e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.plus-icon::before {
  width: 2px;
  height: 60%;
}
.plus-icon::after {
  width: 60%;
  height: 2px;
}
.toggle-button[aria-expanded="true"] .plus-icon::before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  align-items: flex-start;
}
.tag {
  color: #ebebeb;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  border: 1px solid #ebebeb;
  white-space: nowrap;
}
.more-tags-content {
  height: 0; 
  overflow: hidden; 
  display: flex; 
  flex-wrap: wrap;
  gap: 10px;
  width: 100%; 
}
.icon-skill{
  background: linear-gradient(180deg, #43cea2 0%, #0ea748 100%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.796192px 0.796192px -0.5px, rgba(0, 0, 0, 0.11) 0px 2.41451px 2.41451px -1px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -1.5px, rgba(0, 0, 0, 0.15) 0px 20px 20px -2px;
  transform: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-skill img{
  width: 30px;
  filter: brightness(0)invert(1);
}

.skill-right{
  overflow-y: auto; 
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 10px; 
  scroll-behavior: smooth;
  overflow-x: hidden;
}


.skill-right::-webkit-scrollbar {
  width: 6px;
}
.skill-right::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
}

.icn2{
  background: linear-gradient(180deg, #cb68f3 0%, #8e51ff 100%) !important;
}
.icn3{
  background: linear-gradient(180deg, #e96443 0%, #904e95 100%) !important;
}
.icn4{
  background: linear-gradient(180deg, #782a97 0%, #5b379e 100%) !important;
}
.icn5{
  background: linear-gradient(180deg, #4bb87c 0%, #136638 100%) !important;
}
.icn6{
  background: linear-gradient(180deg, #FF0000 0%, #CC0000 100%) !important;
}

.full-skills{
  height: 100%;
  width: 100%;
  display: flex;
}
.full-skillleft{
  width: 35%;
  display: flex;
  align-items: center;
}
.full-skillright{
  width: 70%;
  height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.full-skillright::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));
  pointer-events: none;
}

.full-skillright.scrolling::after {
  opacity: 1;
}
.full-skillright::-webkit-scrollbar, .exp-right::-webkit-scrollbar {
  width: 4px;
}
.full-skillright::-webkit-scrollbar-thumb, .exp-right::-webkit-scrollbar-thumb {
  background: #e3c100;
  border-radius: 10px;
}
.full-skillright::-webkit-scrollbar-track, .exp-right::-webkit-scrollbar-track {
  background: transparent;
}

/* experience */
.experience{
  background-color: #f7f7f7;
  overflow: hidden;
}
.exp-left{
  width: 40%;
  display: flex;
  align-items: center;
}
.exp-right{
  width: 60%;
}
.exp-section{
  display: flex;
}
.dot{
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #6e6e6e;
  display: flex;
}
.first{
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion-button{
  flex-direction: column;
  align-items: self-start;
  border: var(--bs-accordion-border-color) !important;
  color: #000;
  gap: 10px;
  box-shadow: none;
  overflow: hidden;
}
.color{
  color: #6e6e6e;
}
.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #000;
  transition: all .3s;
}
.accordion{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: var(--bs-accordion-border-color) !important;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body{
  border: var(--bs-accordion-border-color) !important;
  padding-top: 0;
}
.accordion-item{
  border: var(--bs-accordion-border-color) !important;
}
:root{
  --bs-accordion-border-color: #ffffff;
}
.accordion-collapse:focus-visible, .accordion-body:focus-visible{
  outline: none;
}
.accordion-body p{
  margin: 0;
  color: #6e6e6e;
  position: relative;
  padding-left: 25px;
}
.bold{
  font-weight: 500;
}
.flex{
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion-body p::before{
  content: '';
  background: url(./images/briefcase.svg) no-repeat center / contain;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
}
.acco-flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.lochead{
  font-size: 0.9rem;
  color: #89590a;
  position: absolute;
  right: 20px;
}
.accordion-button::after {
  background-image: url(./images/plus.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  border: 1px solid #6e6e6e;
  padding: 10px;
  border-radius: 50%;
  background-size: contain;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./images/plus.svg);
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

/* education */

.education{
  background-color: #000;
}
.lux-edu-section {
  padding: 30px 20px;
  color: #e8e8e8;
  text-align: center;
}

.lux-heading {
  width: 19ch;
  margin: auto;
  padding-bottom: 1.2rem;
  padding-top: 15px;
}

.lux-edu-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  max-width: 1000px;
  margin: 0 auto;
}

.lux-edu-card {
  padding: 28px 25px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lux-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.lux-sub {
  font-size: 1rem;
  color: #cfcfcf;
  margin-bottom: 6px;
}

.lux-year {
  font-size: 0.95rem;
  color: #89590a;
  font-weight: 500;
}

.lux-edu-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,235,175,0.15) 40%, rgba(255,215,130,0.35) 60%, transparent 100%);
  transform: skewX(-15deg);
  transition: all 0.7s ease;
}

.lux-edu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: all 0.6s ease;
}

.lux-edu-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 14px 28px rgba(0,0,0,0.55);
}

.lux-edu-card:hover::before {
  left: 140%;
}

.lux-edu-card:hover::after {
  border-color: rgba(221,182,110,0.6); 
}

/* projects */
.project-left{
  background-color: #ebebeba8;
  padding: 30px;
  border-radius: 20px;
}
.projectlogo{
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 20px;
}
.projectlogo img{
  padding-bottom: 0;
}
.project-title h5{
  font-weight: 600;
}
.client-name h6, .project-date p{
  display: flex;
  justify-content: space-between;
}
.client-det{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.client-det span{
  color: #89590a;
}
.live-view a{
  width: 100%;
  display: flex;
  background: #000;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  justify-content: center;
  border: 1px solid #000;
}
.live-view a:hover{
  background-color: #ebebeba8;
  color: #000;
}
 .browser-mockup {
  width: 100%;
  height: 470px; 
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  position: relative;
  display: flex;
  flex-direction: column;
}

.browser-bar {
  height: 35px;
  background: #ebebeba8;
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 8px;
}

.browser-bar .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.browser-bar .close { background: #ff5f57; }
.browser-bar .minimize { background: #ffbd2e; }
.browser-bar .maximize { background: #28c940; }

.mockup-screen {
  flex: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  animation: none;
}

.mockup-animate.active .scroll-content {
  animation: scrollDown 30s linear infinite;
  animation-delay: 1s;
}

.scroll-content img {
  width: 100%;
}

@keyframes scrollDown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.browser-mockup:hover .scroll-content {
  animation-play-state: paused;
}

.project-sec{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* footer */
footer{
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.foot-left p{
  color: #999;
}
.icnf{
  background: linear-gradient(180deg, #b8860b 0%, #8b6508 100%) !important;
}
.nobag{
  background-color: #1f1f1f !important;
  color: #fff !important;
}
.nobag img{
  filter: brightness(0) invert(1);
}
.footflex{
  display: flex;
  gap: 60px;
  padding-top: 20px;
  padding-left: 250px;
}
.foot-right, .midfoot, .footleft{
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.footflex a{
  color: #cfcfcf;
}
.footflex a:hover{
  color: #999;
}
.foot-left h4{
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* how it works */
.work-box{
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.head-work h5{
  font-weight: 600;
  margin: 0;
}
.icon-work img{
  width: 40px;
}
.work-sec{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.icon-work{
  display: flex;
  align-items: center;
  gap: 10px;
}








/* responsive */
@media (max-width: 1199px) {
  .top-metrics h6{
    font-size: 1.5rem;
  }
  .right-header ul{
    gap: 20px;
  }
  .footflex{
    padding-left: 130px;
  }
  .right-header .none{
    display: none;
  }

 }

 @media (max-width: 991.98px) {
  .none{
    display: none;
  }
  .banner-heading h2{
    font-size: 2.5rem;
  }
  .top-metrics h6{
    font-size: 1.8rem;
  }
  .full-skillleft, .full-skillright, .exp-left, .exp-right{
    width: 100%;
  }
  .full-skills, .exp-section{
    flex-direction: column;
    gap: 30px;
  }
  .lux-title{
    font-size: 1.2rem;
  }
  .footflex{
    gap: 25px;
  }
  .flexrow{
    flex-flow: row;
  }
  .footflex {
    padding-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .banner-heading h2{
    font-size: 2.15rem;
  }
  .readflex{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .social-icon img{
    width: 45px;
  }
  .full-skillright{
    height: 545px;
  }
  .footflex{
    display: none;
  }
  header{
    position: relative;
  }
  .gap{
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .banner-heading p{
    width: 100%;
  }
  .lux-heading{
    width: 17ch;
  }
  .mainhead{
    font-size: 2rem;
  }
  .brnone{
    display: none;
  }
  .card-title{
    font-size: 18px;
  }
  .icon-container{
    width: 35px;
    height: 35px;
  }
  .icon-skill img{
    width: 20px;
  }
  .tag{
    padding: 5px 8px;
  }
  .acco-flex .flex, .acco-flex .first{
    gap: 5px;
  }
  .first .bold, .acco-flex p{
    font-size: 0.9rem;
  }
  .lochead{
    font-size: 0.8rem;
  }
  .lux-heading{
    letter-spacing: normal;
  }
  .client-name h6{
    gap: 7px;
  }
  .live-view a{
    padding: 10px;
  }
  .con{
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .banner-content{
    padding-top: 0;
  }
  .banner-heading h2 {
    font-size: 2rem;
  }
  .banner{
    height: calc(100vh - 170px);
  }
  .social-icon img {
    width: 40px;
    bottom: 30px;
  }
  .marquee-slide img{
    width: 170px;
  }
  .marquee-slide{
    margin-right: 0;
  }
  .marquee {
    gap: 15px; 
    animation-duration: 10s; 
  }
  .left-header p{
    max-width: 235px;
  }
  .left-header h1, .left-header a{
    font-size: 1.4rem;
  }

}