
        :root {
            --primary: #ff0042;
            --primary-dark: #e6003b;
            --secondary: #ff1744;
            --accent: #ff4569;
            --success: #10b981;
            --warning: #f59e0b;
            --error: #ef4444;
            --border-pink:var(--primary)
        }

        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
        
        body { 
            font-family: 'Inter', sans-serif; 
            background: #f8fafc;
        }
        .tech-card {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

input[type="radio"]:checked + .tech-card {
    border-color: #ff0042;
    background-color: #fff6f7;
    color: #000;
    font-weight: 600;
}

        
        .card {
            background: linear-gradient(145deg, #ffffff, #f1f5f9);
            box-shadow: 20px 20px 60px #d1d5db, -20px -20px 60px #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            transition: all 0.2s ease;
        }
        .inner-card{
            background: white !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .tech-card {
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            padding: 12px;
            text-align: center;
            transition: all 0.2s ease;
            cursor: pointer;
        }
        
        .tech-card:hover {
            border-color: #ff0042;
            background: linear-gradient(to right, #FFF7F7, #FFF4F7);
        }
        
        .tech-card.selected {
            border-color: #ff0042;
            background: linear-gradient(to right, #FFF7F7, #FFF4F7);
        }
        
        .btn-primary {
            background: #3b82f6;
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        
        .btn-primary:hover {
            background: #2563eb;
            transform: translateY(-1px);
        }
        
        .input-field {
            border: 1px solid #d1d5db;
            border-radius: 8px;
            padding: 12px;
            transition: all 0.2s ease;
        }
        
        .input-field:focus {
            outline: none;
            border-color: #ff0042;
            box-shadow: 0 0 0 3px rgb(255 82 127 / 10%);
        }
        
        .hero-section {
            position: relative;
            background: url(/assets/images/calculator.png) no-repeat center right / cover;
            z-index: 1;
        }
        
        .sticky-sidebar {
            position: sticky !important;
            top: 12%;
        }
        .custom-select {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.selected {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 6px;
  background-color: white;
  min-width: 120px;
}

.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: white;
  border-radius: 6px;
  /* max-height: 150px; */
  overflow-y: auto;
  z-index: 10;
}

.option {
  padding: 6px 10px;
  transition: background 0.2s;
}

.option:hover {
    background-color: #ff0042;
    color: white;
}

        .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 32, 0.7);
    z-index: -1;
}
.msg-box{
    background-image: linear-gradient(to right, #FFF7F7, #FFF4F7);
    border: 1px solid #f6e0e6;
}
.msg-box-circle {
    background-color: rgb(255 195 210 / 0.3);
}
.msg-text-circle {
    background-color: #ff0042;
}
.total-box{
   
    background: white:
    box-shadow: 20px 20px 60px #d1d5db, -20px -20px 60px #ffffff;
}
.custom-select.disabled .selected {
    background: rgba(14, 15, 17, 0.02);
    cursor: not-allowed;
    color: #888;
}
.custom-select.disabled .selected i {
    color: #aaa;
}
#shareModal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#shareModal.show {
  opacity: 1;
  pointer-events: auto;
}

        .morphism {
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }

        .neo-card {
            background: linear-gradient(145deg, #ffffff, #f1f5f9);
            box-shadow: 
                20px 20px 60px #d1d5db,
                -20px -20px 60px #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tech-selector {
            position: relative;
            background: linear-gradient(145deg, #ffffff, #f8fafc);
            border: 2px solid #f4f4f4;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
        }

        .tech-selector::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 0, 66, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .tech-selector:hover::before {
            left: 100%;
        }

        .tech-selector:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 
                0 25px 50px -12px rgba(255, 0, 66, 0.25),
                0 0 0 1px rgba(255, 0, 66, 0.1);
            border-color: var(--primary);
        }

        .tech-selector.selected {
    background: #FFF0F4;
    color: black;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 50px -22px rgba(255, 0, 66, 0.4), 0 0 0 1px var(--primary);
}

        .tech-selector.selected .tech-icon {
            animation: bounce 0.6s ease-in-out;
        }

        @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); }
        }

        .premium-input {
            background: rgba(255, 255, 255, 0.9);
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
        }

        .premium-input:focus {
            border-color: var(--primary);
            box-shadow: 
                0 0 0 4px rgba(255, 0, 66, 0.1),
                0 10px 25px -5px rgba(255, 0, 66, 0.1);
            background: rgba(255, 255, 255, 1);
        }

        .floating-label {
    position: absolute;
    left: 16px;
    top: 0%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #ffffff, #f8fafc);
    padding: 0 8px;
    color: #ff0042;
    font-weight: 600;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    font-size: 12px;
}

        .premium-input:focus + .floating-label,
        .premium-input:not(:placeholder-shown) + .floating-label {
            top: 0;
            font-size: 12px;
            color: var(--primary);
            font-weight: 600;
        }
        .custom-dropdown {

        .floating-label{
            top: 0;
            font-size: 12px;
            color: var(--primary);
            font-weight: 600;
        }
    }

        .cost-display {
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
        }

        .cost-display::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
        }

        .pulse-glow {
            animation: pulseGlow 2s ease-in-out infinite alternate;
        }

        @keyframes pulseGlow {
            from {
                box-shadow: 0 0 20px rgba(255, 0, 66, 0.3);
            }
            to {
                box-shadow: 0 0 30px rgba(255, 0, 66, 0.6);
            }
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .premium-button {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border: none;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .premium-button::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 ease;
        }

        .premium-button:hover::before {
            left: 100%;
        }

        .premium-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 35px -5px rgba(255, 0, 66, 0.4);
        }

        .stats-counter {
            font-variant-numeric: tabular-nums;
        }

        .slide-up {
            animation: slideUp 0.6s ease-out forwards;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeIn 0.8s ease-out forwards;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .progress-ring {
            transform: rotate(-90deg);
        }

        .progress-ring-circle {
            stroke-dasharray: 251.2;
            stroke-dashoffset: 251.2;
            transition: stroke-dashoffset 0.8s ease-in-out;
        }

        .tooltip-container {
            position: relative;
        }

        .tooltip-content {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #1f2937;
            color: black;
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 12px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .tooltip-content::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: #1f2937;
        }

        .tooltip-container:hover .tooltip-content {
            opacity: 1;
            transform: translateX(-50%) translateY(-5px);
        }

        .experience-badge {
            position: relative;
            background: linear-gradient(145deg, #ffffff, #f1f5f9);
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        .experience-badge.selected {
    background: #FFF0F4;
    border-color: var(--primary);
    color: black;
    transform: scale(1.05);
}

        .floating-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }

        .shape {
            position: absolute;
            opacity: 0.1;
        }

        .shape-1 {
            top: 50%;
            left: 10%;
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            border-radius: 50%;
            animation: float1 6s ease-in-out infinite;
        }

        .shape-2 {
            top: 60%;
            right: 10%;
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, var(--accent), #ff6b8a);
            border-radius: 20px;
            animation: float2 8s ease-in-out infinite;
        }

        .shape-3 {
    bottom: -15%;
    right: 35%;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff8a95, var(--primary));
    border-radius: 30px;
    animation: float3 7s 
ease-in-out infinite;
}

        @keyframes float1 {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @keyframes float2 {
            0%, 100% { transform: translateX(0px) rotate(0deg); }
            50% { transform: translateX(-15px) rotate(-180deg); }
        }

        @keyframes float3 {
            0%, 100% { transform: translateY(0px) translateX(0px); }
            33% { transform: translateY(-10px) translateX(10px); }
            66% { transform: translateY(10px) translateX(-10px); }
        }

        .metric-card {
    background: linear-gradient(145deg, rgb(255, 255, 255), rgb(248, 250, 252));
    border-left: 4px solid var(--primary) !important;
    border: 1px solid #ebebeb;
    transition: 0.3s;
}

        .metric-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        }

         .hero-section {
      position: relative;
      background: url(/assets/images/calculator.png) no-repeat center right/cover;
      padding: 120px 20px;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(11, 18, 32, 0.7);
    }
    .hero-content {
      position: relative;
      max-width: 50%;
      z-index: 2;
    }
    .badge-custom {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #fff;
      background: rgba(255,255,255,0.1);
      border: 1px solid white;
      border-radius: 30px;
      padding: 6px 16px;
      margin-bottom: 20px;
    }
    .hero-title {
      font-size: 56px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .hero-text {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 40px;
      color: #ddd;
    }
    .btn-pink {
      background: #FF1640;
      color: #fff;
      font-weight: 600;
      border-radius: 12px;
      padding: 14px 28px;
      margin-right: 15px;
    }
    .btn-outline-pink {
      background: #fff;
      color: #FF1640;
      font-weight: 600;
      border-radius: 12px;
      padding: 14px 28px;
    }
    .btn-pink:hover {
      background: #e11338;
      color: #fff;
    }
    .btn-outline-pink:hover {
      background: #ff1640;
      color: #fff;
    }
    @media (max-width: 768px) {
      .hero-title {
        font-size: 38px;
      }
      .hero-text {
        font-size: 16px;
      }
    }
    .home-btn-section span {
    font-size: unset !important;
}
.center .fd-btn-o {
    padding: 10px 15px !important;
    font-size: 17px !important;
    background: white;
    color: #ff0042;
    border: 1px solid white;
}
section.hero-section {
    h1 {
        font-size: 1.3em;
        font-weight: 600;
        @media (max-width: 768px) {
            font-size: 1em;
        }
    }
}
.arrow {
   
    animation: bounceAlpha 1.4s linear infinite;
}

.border-pink{
    border: 2px solid #ff0042 !important;
}
.custom-dropdown .selected::after {
    content: "\f282";              /* Unicode for the Bootstrap chevron-down icon */
    font-family: "bootstrap-icons";
    font-weight: bolder;
    float: right;
    font-size: 14px;
    margin-top: 2px;
    color: #666;
    transition: transform 0.3s ease;
}
  .estimation{
    .fd-btn-o:hover {
    color: #ff0042 !important;
    z-index: ;
    border: 1px solid #fd1942;
}
.fd-bt-o span{
    z-index: 1 !important;
}
.fd-btn-o, .center .fd-btn-o {
    padding: 1rem 1rem !important;
    font-size: 17px !important;
    background: #ff0042;
    color: white;
}
.center {
.center .fd-btn-o {

    background: white;
    color: #ff0042;
    border: 2px solid #ff0042;
}
#circle-2{
    background-color: #ff0042;
}
.fd-btn-o:hover #circle-2 {
    width: 170%;
}
.fd-btn-o:hover span, .fd-btn-o:hover a {
    color: white;
}

    }
}

.pricing-inner-card {
    padding: 30px;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 40px !important;
    transition: 0.2s 
ease-in;
    border: 1px solid #a3a3a3;
    min-height: 329px;
}
select option {
  padding: 8px;
  background: #fff;
  color: #000;
}
select option:hover {
  background: #FF1640;
  color: #fff;
}
#developerRole option {
  padding: 8px;
  background: #fff;
  color: #1D184A;
}
#developerRole option:hover {
  background: #FF1640;
  color: #fff;
}
.gradient{
    background: linear-gradient(-45deg, #BB0736, #ff0042);
}
label i {
    color: #ff0042 !important;
}
.dollar{
    color: #ff0042 !important;
}
#developerRole {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#experienceLevel {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Wrapper */
.custom-dropdown {
  position: relative;
  width: 100%;
}

/* Displayed box */
.dropdown-display {
  position: relative;
  padding: 12px 40px 12px 16px;
  background: #fff;
  border: 2px solid #d1d5db; /* gray-300 */
  border-radius: 1rem; /* rounded-2xl */
  font-size: 1rem;
  font-weight: 500;
  color: #374151; /* gray-700 */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Options */
.dropdown-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #d1d5db;
  border-radius: 0.75rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  /* max-height: 220px; */
  overflow-y: auto;
  z-index: 20;
}

.dropdown-options li {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-options li:hover {
    background: #ff0042;
    color: white;
}

/* Hide by default */
.hidden { display: none; }


.total{
        background: rgba(255, 0, 66, 0.05);
}
/* Mouse dot animation */
.mouse-dot {
  animation: mouseDotMove 1.4s infinite ease-in-out;
}

@keyframes mouseDotMove {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(5px); opacity: 0.5; }
}

/* Arrow animation */
.mouse-arrow {
  opacity: 0;
  animation: arrowAnim 1.5s infinite ease-in-out;
}

.mouse-arrow:nth-child(1) { animation-delay: 0s; }
.mouse-arrow:nth-child(2) { animation-delay: 0.2s; }
.mouse-arrow:nth-child(3) { animation-delay: 0.4s; }

@keyframes arrowAnim {
  0% { opacity: 0; transform: translateY(0) rotate(45deg); }
  50% { opacity: 1; transform: translateY(3px) rotate(45deg); }
  100% { opacity: 0; transform: translateY(6px) rotate(45deg); }
}

/* Hover effect */
.scroll-indicator:hover .mouse-dot {
  animation-play-state: paused;
}