.cois-s{
    color: var(--secondery-color) !important;
}

.bg-prc{
    background-color: var(--primary-color);
}

.bg-src{
    background-color: var(--secondery-color);
}

.txt-prc{
    color: var(--primary-color)!important;
}

.txt-src{
    color: var(--secondery-color)!important;
}

.custom-shape-divider-bottom-1720449829 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 109px;
}

.custom-shape-divider-bottom-1720449786 {
    position: absolute;
    z-index: -10;
    bottom: -73px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
}

.svimg img{
    min-width: 100%;
}

.partners{
    padding: 50px 0 !important;
}

.bgc-techreg{
    background-color: #0105270d;
}

.roundth{
    border-radius: 15px;
}

.btn.dropdown-toggle.btn-light{
    border: none;
}

.dropdown .bootstrap-select{
 margin-top: 8px;
}

.cat{
    /* margin-top: -250px; */
}

.tecimg .img-1 {
    position: absolute;
    bottom: 294px;
    right: 46px;
  }
  .tecimg .img-2 {
    position: absolute;
    right: 58px;
    top: 100px;
  }
  .tecimg .img-3 {
    position: absolute;
    right: 414px;
    top: 438px;
  }
  .tecimg .img-4 {
    position: absolute;
    bottom: -90px;
    right: 300px;
  }
  .tecimg .img-5 {
    position: absolute;
    right: 200px;
    top: 70px;
  }
  .tecimg .img-5 {
    position: absolute;
    top: 140px;
    right: 550px;
  }
  .tecimg .img-6 {
    position: absolute;
    right: 302px;
    top: 37px;
  }

  .ps-20{
padding-left: 150PX;
  }

 li.circle{
    list-style-type: disc;
  }

  .grids p{
    text-align: justify;
  }

 img.rounded-circle{
  height: 55px !important;
  width: 55px !important;
 }

 .bottom-nav {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(38, 37, 37, 0.22);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.bottom-nav a {
  text-align: center;
  color: #555;
  text-decoration: none;
}

.bottom-nav a span {
  margin-top: 6px;
  font-size: 0.6rem;
}

.bottom-nav a i {
  font-size: 0.9rem;
}

.bottom-nav a:hover, .bottom-nav a:active {
  color: #08106f;
}

.bottom-nav i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}


.active_link{
  font-weight: bold;
  color:var(--primary-color);
}

 .owl-carousel .owl-stage {
      display: flex;
    }

    .item {
      display: grid;
      height: 100%;
      width: auto;
    }

    .pr_item img {
      width: 100%;
      height: 220px !important;
      object-fit: cover;
      object-position: center;
    }

    .listing-style1.style2 {
      border: 2px solid #E9E9E9;
    }

    .mobilie_header_nav {
      background-color: var(--primary-color);
      border-bottom: 1px solid #E9E9E9;
      /* padding: 2px 0; */
      color: white;
    }


    .bottom-nav a span {
      margin-top: 0;
      font-size: 0.9rem;
    }

    @media (max-width: 575.98px) {
      .main-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        text-align: center;
        margin-bottom: 10px !important;
      }

      .hero-home13 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin: 12px !important;
      }

      .mobile-header {
        line-height: 60px !important;
        height: 60px !important;
      }

      .advance-search-tab {
        margin-top: 0 !important;
        padding: 6px !important;
      }

      .ud-btn {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
      }
    }
 
    .tech-card {
      transition: all 0.3s ease;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      position: relative;
    }

    .tech-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      border-color: #007bff;
    }

    .profile-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .online-badge {
      position: absolute;
      bottom: 5px;
      right: 5px;
      width: 18px;
      height: 18px;
      background: #28a745;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .rating-star {
      color: #ffc107;
    }

    .tech-name {
      font-size: 1.1rem;
      font-weight: 600;
      color: #2c3e50;
      text-decoration: none;
    }

    .tech-name:hover {
      color: #007bff;
    }

    .category-badge {
      background: linear-gradient(135deg, #010527 0%, #010527 100%);
      color: white;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 500;
    }

    .location-text {
      color: #6c757d;
      font-size: 0.9rem;
    }

    .share-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      background: rgba(255, 255, 255, 0.9);
      border: none;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .share-btn:hover {
      background: #007bff;
      color: white;
    }

    .card-body {
      padding: 1.5rem;
    }

    .divider {
      height: 1px;
      background: linear-gradient(to right, transparent, #e0e0e0, transparent);
      margin: 1rem 0;
    }

    .tech-cat-image {
      width: 8%;
    }

    @media (max-width: 575px) {
      .mobile-layout {
        text-align: center;
      }

      .mobile-layout .row {
        flex-direction: column;
      }

      .mobile-layout .profile-section {
        margin-bottom: 1rem;
      }

      .profile-img {
        width: 70px;
        height: 70px;
      }

      .tech-name {
        font-size: 0.95rem;
        line-height: 1.2;
      }

      .card-body {
        padding: 0.75rem;
      }

      .rating-section {
        justify-content: center;
      }

      .category-badge {
        font-size: 0.75rem;
        padding: 3px 8px;
      }

      .location-text {
        font-size: 0.8rem;
      }

      .info-section {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
      }

      .info-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
      }

      .tech-cat-image {
        width: 10%;
      }

      .divider {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
      }

    }

    .bg-yellow {
      background-color: #ffde26;
    }

    .fg-d-blue {
      color: #010527 !important;
    }

    .bg-d-blue {
      background-color: #010527;
    }
 
    :root {
      --d-blue: #1e3a8a;
      --yellow: #fbbf24;
      --light-blue: #3b82f6;
    }

    .bg-yellow {
      background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
      position: relative;
      overflow: hidden;
    }

    .bg-yellow::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
      animation: shimmer 3s infinite;
      pointer-events: none;
    }

    @keyframes shimmer {
      0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
      }

      100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
      }
    }

    .fg-d-blue {
      color: var(--d-blue);
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .bg-d-blue {
      background: linear-gradient(135deg, var(--d-blue) 0%, var(--light-blue) 100%);
      border: none;
      box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bg-d-blue::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }

    .bg-d-blue:hover::before {
      left: 100%;
    }

    .bg-d-blue:hover {
      background: linear-gradient(135deg, var(--light-blue) 0%, var(--d-blue) 100%);
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
    }

    .service-container {
      animation: slideInUp 0.8s ease-out;
      position: relative;
    }

    @keyframes slideInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .pulse-icon {
      animation: pulse 2s infinite;
      color: var(--d-blue);
      margin-right: 10px;
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }

      50% {
        transform: scale(1.1);
        opacity: 0.7;
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .floating-elements {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      overflow: hidden;
    }

    .floating-icon {
      position: absolute;
      color: rgba(255, 255, 255, 0.1);
      animation: float 6s ease-in-out infinite;
    }

    .floating-icon:nth-child(1) {
      top: 10%;
      left: 10%;
      animation-delay: 0s;
      font-size: 1.5rem;
    }

    .floating-icon:nth-child(2) {
      top: 20%;
      right: 15%;
      animation-delay: 2s;
      font-size: 1.2rem;
    }

    .floating-icon:nth-child(3) {
      bottom: 15%;
      left: 20%;
      animation-delay: 4s;
      font-size: 1.8rem;
    }

    .floating-icon:nth-child(4) {
      bottom: 25%;
      right: 10%;
      animation-delay: 1s;
      font-size: 1.3rem;
    }

    @keyframes float {

      0%,
      100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
      }

      50% {
        transform: translateY(-20px) rotate(10deg);
        opacity: 0.3;
      }
    }

    .btn-enhanced {
      position: relative;
      padding: 12px 24px;
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 50px;
      transition: all 0.3s ease;
    }

    .btn-enhanced:active {
      transform: scale(0.98);
    }

    .request-text {
      background: linear-gradient(45deg, var(--d-blue), var(--light-blue));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: textGlow 3s ease-in-out infinite alternate;
      font-weight: 700;
    }

    @keyframes textGlow {
      from {
        filter: drop-shadow(0 0 5px rgba(30, 58, 138, 0.3));
      }

      to {
        filter: drop-shadow(0 0 15px rgba(30, 58, 138, 0.6));
      }
    }

    .icon-wrapper {
      display: inline-flex;
      align-items: center;
      animation: bounceIn 0.8s ease-out 0.3s both;
    }

    @keyframes bounceIn {
      0% {
        opacity: 0;
        transform: scale(0.3);
      }

      50% {
        opacity: 1;
        transform: scale(1.05);
      }

      70% {
        transform: scale(0.9);
      }

      100% {
        opacity: 1;
        transform: scale(1);
      }
    }

    .service-badge {
      position: absolute;
      top: 16px;
      right: -16px;
      background: linear-gradient(45deg, #ef4444, #dc2626);
      color: white;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      animation: bounce 2s infinite;
      box-shadow: 0 2px 10px rgba(239, 68, 68, 0.4);
    }

    @keyframes bounce {

      0%,
      20%,
      53%,
      80%,
      100% {
        transform: translate3d(0, 0, 0);
      }

      40%,
      43% {
        transform: translate3d(0, -8px, 0);
      }

      70% {
        transform: translate3d(0, -4px, 0);
      }

      90% {
        transform: translate3d(0, -2px, 0);
      }
    }

    .gradient-border {
      background: linear-gradient(135deg, #fbbf24, #f59e0b);
      padding: 3px;
      border-radius: 1rem;
      position: relative;
    }

    .gradient-border::before {
      content: '';
      position: absolute;
      inset: 0;
      padding: 3px;
      background: linear-gradient(135deg, #fbbf24, #f59e0b, #fbbf24);
      border-radius: inherit;
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: exclude;
      animation: rotateBorder 3s linear infinite;
    }

    @keyframes rotateBorder {
      0% {
        background: linear-gradient(0deg, #fbbf24, #f59e0b, #fbbf24);
      }

      100% {
        background: linear-gradient(360deg, #fbbf24, #f59e0b, #fbbf24);
      }
    }

    .inner-content {
      background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
      border-radius: calc(1rem - 3px);
      position: relative;
      z-index: 1;
    }

    @media (max-width: 768px) {
      .fs-4 {
        font-size: 1.1rem !important;
      }

      .fs-5 {
        font-size: 0.95rem !important;
      }

      .btn-enhanced {
        padding: 10px 20px;
      }
    }
 


/* language switch */
 .language-toggle {
            position: relative;
            width: 90px;
            height: 40px;
            background: #010527;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid #0d6efd;
            overflow: hidden;
        }

        .language-toggle:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .toggle-slider {
            position: absolute;
            top: 2px;
            left: 3px;
            width: 46px;
            height: 32px;
            background: #0d6efd;
            border-radius: 24px;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }

        .language-toggle.sinhala .toggle-slider {
            transform: translateX(35px);
        }

        .language-option {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            z-index: 2;
            width: 54px;
            text-align: center;
        }

        .option-english {
            left: -2px;
            color: #fff;
        }

        .option-sinhala {
            right: -2px;
            color: #fff;
        }

        .language-toggle.sinhala .option-english {
            color: #fff;
        }

        .language-toggle.sinhala .option-sinhala {
            color: #fff;
        }

        .flag-icon {
            display: inline-block;
            margin-right: 8px;
            font-size: 18px;
        }
/* end language switch */