*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, div, span, a{
    font-family: "Comfortaa", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}
#about_us{
    /* background: url(background/Website_Background_1920x1080px_-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 354px;
    padding-top: 16px; */
    padding-top: 40px;
    padding-bottom: 40px;
}
#skill_banner{
  padding-top: 66px;
}
nav{
  background: #c8e7ec;
}
.nav-item a{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size:14px;
}

.about_heading h2{
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.key_objective {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.about_us_para p{
    font-size: 15px;
    text-align: justify;
}
.cube {
      position: relative;
      width: 220px;
      height: 220px;
      transform-style: preserve-3d;
      animation: rotateCube 20s infinite linear;
      margin: auto;
      margin-top: 100px;
    }

    .face {
      position: absolute;
      width: 220px;
      height: 220px;
      padding: 15px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: rgba(255,255,255,0.05);
      border: 2px solid rgba(0,255,200,0.5);
      border-radius: 16px;
      backdrop-filter: blur(10px);
      box-shadow: 0 0 25px rgba(0,255,200,0.5);
      font-size: 0.95rem;
      line-height: 1.4;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .face img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    .face span {
      display: block;
      font-size: 2rem;
      margin-bottom: 10px;
      color: #00ffe7;
      text-shadow: 0 0 15px #00ffe7;
    }

    /* Cube positioning */
    .front  { transform: rotateY(  0deg) translateZ(150px); }
    .back   { transform: rotateY(180deg) translateZ(150px); }
    .right  { transform: rotateY( 90deg) translateZ(150px); }
    .left   { transform: rotateY(-90deg) translateZ(150px); }
    .top    { transform: rotateX( 90deg) translateZ(150px); }
    .bottom { transform: rotateX(-90deg) translateZ(150px); }

    @keyframes rotateCube {
      from { transform: rotateX(0) rotateY(0); }
      to   { transform: rotateX(360deg) rotateY(360deg); }
    }

    /* Hover effect to highlight faces */
    .cube:hover .face {
      box-shadow: 0 0 40px rgba(0,255,200,0.8);
      transform: scale(1.05);
    }

    /* Optional: text face gradient */
    .face-text {
      background: linear-gradient(145deg, #00ffe7, #0072ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600;
    }

    .vertical-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 700px;
  }

  .highlight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 15px;
    background: linear-gradient(135deg, #f9f7ff, #2185c3);
    border-radius: 10px;
    transition: transform 0.3s, background 0.3s;
  }

  .highlight:hover {
    transform: translateX(5px);
    background: linear-gradient(135deg, #e8d9ff, #4799ce);
  }

  .number {
    font-size: 2rem;
    font-weight: bold;
    color: #5b2eae;
    min-width: 40px;
    flex-shrink: 0;
  }

  .text-content h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #4a1f8b;
  }

  .text-content p {
    margin: 6px 0 0 0;
    font-size: 0.95rem;
    color: #000;
    line-height: 1.5;
  }

  @media (max-width: 500px) {
    .highlight {
      flex-direction: column;
      align-items: flex-start;
    }
    .number {
      margin-bottom: 8px;
    }
  }
  #key_objective, #key-discussion{
    /* display: block; */
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.skill-body::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(rgba(0,255,200,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  animation: skill-moveParticles 15s linear infinite;
  z-index: 0;
}

@keyframes skill-moveParticles {
  0% { transform: translate(0,0); }
  100% { transform: translate(-100px,-100px); }
}

/* Header */
.skill-header {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #00ffe7;
  text-shadow: 0 0 15px #00ffe7;
  z-index: 1;
  position: relative;
}

/* Grid */
.skill-grid {
  position: relative;
  z-index: 1;
}

/* Cards */
.skill-card {
  background: rgb(53 175 73 / 39%);
  border: 2px solid #2085c3;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.skill-card span {
  display: block;
  font-size: 2rem;
  margin-bottom: 12px;
}

/* Hover lift + pulse glow */
.skill-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 0 40px rgb(25 157 46 / 74%), 0 0 60px rgb(25 157 46 / 74%), 0 0 80px rgb(85 50 116 / 46%);
  animation: skill-pulseGlow 1.5s infinite alternate;
}

@keyframes skill-pulseGlow {
  0% { box-shadow:0 0 40px rgb(25 157 46 / 74%), 0 0 60px rgb(25 157 46 / 74%), 0 0 80px rgb(85 50 116 / 46%); }
  100% { box-shadow: 0 0 60px rgb(25 157 46 / 74%), 0 0 80px rgb(25 157 46 / 74%), 0 0 100px rgb(85 50 116 / 46%); }
}
.about-pro-p p{
    font-size: 17px;
    font-weight: 600;
}
.about-pro-p{
    background: red;
    padding: 10px;
}
#key_objective{
    background: url(images/bg-autodesk.jpeg);
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    /*background-attachment: fixed;*/
}
.skill-card h4{
    font-size: 18px;
    font-weight: 700;
}
.skill-card p{
    font-size: 14px;
}
.about-low-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(163 214 235);
    position: relative;
}
footer {
    padding: 13px 0;
background: black;
    border-top: 1px solid rgba(255, 255, 255, .06);
}
   #key-focus-area{
        padding: 40px;
        /* background: radial-gradient(1000px 400px at 50% -10%, rgb(69 238 222 / 25%) 0%, #3f86338c 60%), radial-gradient(900px 500px at 90% 10%, rgb(0 90 31 / 51%) 0%, transparent 60%); */
    }
    .water-focus-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(90deg, #43b0f1, #63e6be);
    z-index: 1000;
}
.water-modern-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 6s infinite 
linear;
    background-size: 200% 200%;
}
.water-focus-section {
      /* min-height: 100vh; */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem 2rem;
      opacity: 0;
      transform: translateY(50px);
      transition: all 1s ease;
    }
    #key-focus-area{
        padding: 40px;
        /* background: radial-gradient(1000px 400px at 50% -10%, rgb(69 238 222 / 25%) 0%, #3f86338c 60%), radial-gradient(900px 500px at 90% 10%, rgb(0 90 31 / 51%) 0%, transparent 60%); */
    }
    .water-focus-section.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    /* Grid */
    .water-focus-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      width: 100%;
      max-width: 1200px;
    }

    /* Card */
    .water-focus-card {
      border-radius: 16px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 10px 25px rgba(0,0,0,0.4);
      transition: transform 0.4s ease;
    }

    .water-focus-card:hover {
      transform: translateY(-8px);
    }
      .d-desk{display: block;}
    .d-mob{display: none;}

    .water-focus-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .water-focus-card-content {
      padding: 1.5rem;
      text-align: center;
      background: #62a8d4;
    }

    .water-focus-card-content h2 {
   font-size: 19px;
    margin-bottom: 1rem;
    color: white;
    line-height: 31px;
    }

    .water-focus-card-content p {
      font-size:15px;
      line-height: 30px;
      color: white;
    }

    /* Waves Background */
    .water-focus-waves {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
  
    @media screen and (max-width: 768px) {
    .d-desk{display: none;}
    .d-mob{display: block;}
    .cube{
      margin-bottom: 60px;
    }
    .water-focus-section {
    padding: 0;
}
}
.btn {
  position: relative;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  background: none;
  border: 2px solid #646cff;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.liquid {
  background: linear-gradient(#646cff 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
/* General Card Styling */
.speaker-card-v2-fixed {
    /*width: 300px;*/
    border-radius: 15px;
    overflow: hidden;
    /* Explicitly using the color codes and values */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*margin: 20px;*/
    background-color: #f7f7f7; /* Light background for the overall card */
}

.speaker-card-v2-fixed:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Image Section */
.speaker-card-v2-fixed__image-container {
    width: 100%;
    /*height: 200px;*/
    background: #ccc; 
}

.speaker-card-v2-fixed__image {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

/* Content Area (The Eye-Catching Dark Part) */
.speaker-card-v2-fixed__content {
    background-color: #333333; /* Dark background for the text content */
    padding: 25px 7px;
    text-align: center;
}

/* Name and Title */
.speaker-card-v2-fixed__name {
   font-size: 17px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.speaker-card-v2-fixed__title {
    font-size: 13px;
    color: white;
    /* margin-bottom: 15px; */
    font-weight: 500;
    margin-bottom: 0;
}

/* Bio Snippet */
.speaker-card-v2-fixed__bio-snippet {
  font-size: 13px;
    color: white;
    margin-bottom: 10px;
    
    line-height: 1.4;
    /*min-height: 40px;*/
}

/* Call-to-Action Button */
.speaker-card-v2-fixed__button {
   display: block;
    padding: 10px;
    background-color: #c8e7ec;
    color: black;
    font-size: 13px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: background-color 0.3s 
ease, transform 0.1s;
    border: none;
}

.speaker-card-v2-fixed__button:hover {
    background-color: #0056b3; /* Slightly darker shade on hover */
    transform: scale(1.02);
}