
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
body{
  max-height: 100vh;
  background-image: linear-gradient(#ddecff, transparent,#ebf3ff);
	background-repeat: no-repeat;
	background-size:cover;
}
.my-bg{
  /* min-height: 40vh; */
  background-image: linear-gradient(#ddecff, transparent,#ebf3ff);
	background-repeat: no-repeat;
	background-size:cover;
}
.project-btn{
  background-color: #3B86D1 !important;
  color: white !important;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.project-btn:hover {
  background-color: #2a5ea8 !important;
}
.text-primary1{
  color: #3B86D1 !important;
}
.navbar-custom {
      background-color: #3B86D1;
    }
    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand {
      color: #fff;
    }
    .navbar-custom .nav-link:hover,
    .navbar-custom .navbar-brand:hover {
      color: #f8f9fa;
    }
/* .bg{
  background-color: #ffffff;
} */

.element{
  background-color: #b8d0fd;
  height: 80px;
  width: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  scale:none;
  transition: 3s ease;
}
.non-skill:hover{
  transform: scale(1.04);
  transition: scale 0s;
}
.mid{
  position: relative;
  overflow: hidden;
  right: 60px;
  left: 50px;

}
.top{
  background: linear-gradient(to top, rgba(184, 208, 253, 0.5), rgba(184, 208, 253, 0));
}
.right{
  background: linear-gradient(to right, rgba(184, 208, 253,0.6), rgba(184, 208, 253, 0));
}
.left{
  background: linear-gradient(to left, rgba(184, 208, 253, 0.35), rgba(184, 208, 253, 0));
}
.bottom{
  background: linear-gradient(to bottom, rgba(184, 208, 253, 0.5), rgba(184, 208, 253, 0));
}
.r-b-c{
   background: linear-gradient(to bottom right, rgba(184, 208, 253, 0.18), rgba(184, 208, 253, 0));
}
.l-b-c{
background: linear-gradient(to bottom left, rgba(184, 208, 253, 0.18), rgba(184, 208, 253, 0));

}
.r-t-c{
background: linear-gradient(to top right, rgba(184, 208, 253, 0.18), rgba(184, 208, 253, 0));

}
.l-t-c{
background: linear-gradient(to top left, rgba(184, 208, 253, 0.18), rgba(184, 208, 253, 0));
}
.l-1,.r-1{
  opacity: 25%;
  cursor:default;
}
.l-2,.r-2{
  opacity: 35%;
  cursor:default;
}
.l-3,.r-3{
  opacity: 65%;
  cursor:default;
}
.skill-icon{
  height: 50px;
}
.ef .skill-icon{
  width: 100%;
}
.skill-element{
  box-shadow: none;
  /* transition:box-shadow 3s ease; */
  scale:1;
}
.html:hover{
  box-shadow: 0 0 20px orangered ;
  transition: box-shadow 0s;
}
.css:hover{
  box-shadow: 0 0 20px rgb(0, 110, 201) ;
  transition: box-shadow 0s;
}
.js:hover {
      box-shadow: 0 0 20px rgb(255, 213, 0);
      transition: box-shadow 0s;
}
.bootstrap:hover{
  box-shadow: 0 0 20px rgb(102, 0, 255) ;
  transition: box-shadow 0s;
}
.mvc:hover{
  box-shadow: 0 0 20px rgb(28, 78, 128) ;
  transition: box-shadow 0s;

}
.jquery:hover{
  box-shadow: 0 0 20px rgb(0, 59, 86) ;
  transition: box-shadow 0s;
}
.react:hover{
  box-shadow: 0 0 20px rgb(0, 153, 255) ;
  transition: box-shadow 0s;
}
.csharp:hover{
  
  box-shadow: 0 0 20px rgb(66, 11, 150) ;
  transition: box-shadow 0s;
}

.java:hover{
  box-shadow: 0 0 20px  rgb(0, 47, 140);
  transition: box-shadow 0s;
}
.git:hover{
  box-shadow: 0 0 20px rgb(240, 80, 50);
  transition: box-shadow 0s;
}
.github:hover{
  box-shadow: 0 0 20px black ;
  transition: box-shadow 0s;
}

.sql:hover{
  box-shadow: 0 0 20px #A91D22 ;
  transition: box-shadow 0s;
}
.dotnet:hover{
  box-shadow: 0 0 20px rgb(81, 43, 212) ;
  transition: box-shadow 0s;
}
.ef:hover{
  box-shadow: 0 0 20px rgb(28, 78, 128) ;
  transition: box-shadow 0s;
}
.bg-transparent{
  mix-blend-mode: multiply;
}
@media (max-width: 576px) {
      .element {
        height: 90px;
        width: 90px;
        scale:none;
        transition: 3s ease;
      }
      .element img {
        height: 50px;
      }
    }
.sm-gap-4 {
    gap: 3rem !important;
}
.profile-section {
      display: flex;
      /* align-items: center;
      justify-content: center; */
      min-height: 30vh;
      flex-wrap: wrap;
      gap: 20px;
      padding:5px;
    }
    .profile-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }
    .profile-img-outer {
      position: relative;
      width: 170px;
      height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .profile-img-outer::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      border-radius: 50%;
      padding: 7px;
      /* background: conic-gradient(deepskyblue, #fff, deepskyblue, #0074d9, deepskyblue);
      z-index: 1; */
      background: conic-gradient(deepskyblue, #ff0707, deepskyblue, deepskyblue, deepskyblue);
      z-index: 1;
      animation: rotate 2.5s linear infinite;
    }
    .profile-img-inner {
      border-radius: 50%;
      overflow: hidden;
      width: 150px;
      height: 150px;
      border: 4px solid #fff;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
    }
    .profile-img-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    @keyframes rotate {
      100% { transform: rotate(360deg);}
    }
    @media (max-width: 992px) {
      .profile-section {
        flex-direction: column;
        gap: 20px;
        min-height: 60vh;
      }
      .profile-details {
        align-items: center;
        text-align: center;
      }
      
    }
    @media (max-width: 576px) {
      
      .profile-section {
        min-height: 60vh;
       
      }
      .profile-img-outer {
        width: 220px;
        height: 220px;
      }
      .profile-img-inner {
        width: 200px;
        height: 200px;
      }
      .profile-name {
        font-size: 1.3rem;
      }
    }
    .profile-role {
      color: #e0e0e0;
      font-size: 1.2rem;
      margin-bottom: 16px;
    }
    .profile-desc {
      color: #f8f8f8;
      max-width: 400px;
      text-align: left;
      margin-bottom: 20px;
    }
    @media (max-width: 992px) {
      .profile-desc {
        text-align: center;
      }
      
    }

    .profile-section,.about-section{
      border-radius: 10px;
      
    }
@media (min-width: 992px) {
  .about-section{
        margin-left: 20px;
      }
}

    /* Paragraph */
.my-bg{
  background-color: rgb(244, 252, 255) !important;
}

    /* paragraph */
.headings{
  border-bottom:3px solid #9eacc3;
}

/* .project-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.15);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-color: #0d6efd;
} */
.project-card {
  transition: all 0.3s ease-in-out;
}
.project-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #007bff;
}

/* kills Section
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}
.github:hover{
  color: black;
}
.azure:hover{
  color:#0dcaf0;
}
.insta:hover{
  color: #ff7300;
}

.fb:hover,.in:hover,.git-icon:hover{
  color:#1877F2;
}
.contact-card {
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .contact-card:hover {
      transform: translateY(-5px) scale(1.03);
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }
    .contact-icon {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }
    .footer{
      background-color: rgb(209, 225, 235) !important;
    }
    .footer .icon{
      font-size: 1.3rem;
    }
.glow-text {
  color: #000000; /* optional: use if you want white glowing text */
  text-shadow:0 0 2px rgb(143, 142, 142), 0 0 5px rgb(154, 150, 150), 0 0 15px rgb(214 216 216);
  transition: text-shadow 0.3s ease-in-out;
}

.glow-text:hover {
  text-shadow: 0 0 5px gray, 0 0 10px gray, 0 0 20px rgb(41, 153, 184);
}

.glow-heart {
  text-shadow: 0 0 1px #dc3545, 0 0 5px #dc3545, 0 0 10px #dc3545;
  transition: text-shadow 0.3s ease-in-out;
}

.glow-heart:hover {
  text-shadow: 0 0 5px #dc3545, 0 0 10px #dc3545, 0 0 15px #dc3545;
}
#main-content{
  display: none;
}
/* Loader */

 .loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 4px solid deepskyblue;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 4px solid deepskyblue;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 4px solid deepskyblue;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* Project overview css */
.project-card {
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
      border: 1px solid transparent;
      background-color: white;
    }

    .project-card:hover {
      border: 2px solid #0d6efd;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      transform: scale(1.009);
    }

    /* Image Styling */
    .project-image {
      width: 100%;
      transform: scaleY(0.85); /* same as your original */
      object-fit: contain;     /* ensures full image is shown */
      display: block;
    }

    /* Content Inside Card */
    

    .project-content h1 {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 1px;
    }

    .project-content p {
      font-size: 1.1rem;
      color: #555;
    }
    .page-no {
      color: rgb(150, 150, 150);
      padding-bottom: 2px;
      border-bottom:1px solid rgb(160, 162, 167);
    }
    .tag ,.name {
      color: #ffffff; /* Tomato color for tags */
      font-weight: bolder;
      text-shadow: 0 0 10px #164ee8, 0 0 20px #3094ff;
      font-size: 1.5rem;
    }