/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

textarea {
    resize: vertical;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: rgb(249 250 251);
}

:root {
    --primary: rgb(244 132 95);
    --secondary: rgb(74 144 217);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 800;
}

.bg_color {
    color: #4A90D9;
}

.bg_color2 {
    color: #F4845F;
}

.header-sec {
    padding: 5px 0px;
    background: #fff;
    border-bottom: 1px solid #EEE;
}

.header-sec .nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 800;
}

.header-sec .nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding: 5px 15px !important;
}

.header-sec .btn {
    padding: 8px 20px !important;
}

.header-sec .nav-link:hover {
    color: var(--secondary);
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 500;
}

.py-8 {
    padding: 80px 0px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: 0px 6px 2px #f4845f36;
}

.btn-secondary {
    color: var(--secondary);
    background: transparent !important;
    border-color: var(--secondary) !important;
}

.btn-secondary:hover {
    background: var(--secondary) !important;
    color: #fff;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}


/* hero section */

.hero-section {
    background: linear-gradient(169deg, #EBF3FC, #FEF0EC);
    padding: 140px 0px;
}

.heading {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    color: rgb(17 24 39);
}

.custom-badge-blur {
    background: #ffffffcc;
    border: 1px solid #4a90d91a;
    border-radius: 50rem;
    backdrop-filter: blur(6px);
    padding: 5px 13px;
    font-size: 13px;
    font-weight: 500;
    color: rgb(75 85 99);
}

.badge_dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    display: inline-block;
    border-radius: 50px;
    margin-right: 6px;
}

.hero_content p {
    font-size: 1.125rem;
    color: rgb(75 85 99);
    font-weight: 300;
}

.btn-white {
    border: 1px solid #fff;
    background: hsl(0 0% 100%);
}

.btn-white:hover {
    background: hsl(0, 7%, 97%);
    color: var(--secondary);
}

.avatar-stack .avatar-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    margin-left: -8px;
}

.bg-primary-custom {
    background-color: #4A90D9;
}

.bg-orange-custom {
    background-color: #F4845F;
}

.bg-green-custom {
    background-color: #5CB85C;
}

.bg-purple-custom {
    background-color: #9B59B6;
}

.gradient-text {
    background: linear-gradient(to right, #4A90D9, #F4845F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-header h6 {
    color: rgb(74 144 217);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.section-header h3 {
    color: rgb(17 24 39);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: normal;
}

.section-header p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(75 85 99);
    font-weight: 300;
}

/* Card Hover Effects */
.step-card {
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
}

/* Number badge */
.step-badge {
    width: 32px;
    height: 32px;
    background: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Icon container */
.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
}

.step-card:hover .icon-box {
    transform: scale(1.1);
}

/* Icon size */
.icon-custom {
    width: 28px;
    height: 28px;
}

/* Color utilities */
.text-primary-custom {
    color: #4A90D9;
}

.border-primary-custom {
    border-color: #4A90D9;
}

.bg-primary-light-custom {
    background-color: #EBF3FC;
}

.text-orange-custom {
    color: #F4845F;
}

.border-orange-custom {
    border-color: #F4845F;
}

.bg-orange-light-custom {
    background-color: #FEF0EC;
}

.text-green-custom {
    color: #5CB85C;
}

.border-green-custom {
    border-color: #5CB85C;
}

.bg-green-light-custom {
    background-color: #F0FBF0;
}

.step-card p {
    margin: 0;
    color: rgb(75 85 99);
    font-size: 1rem;
}


/* features_sec */

.features_sec {
    background: #f9fafb80;
}


/* Card container */
.feature-card {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    height: 100%;
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.05);
}

.feature-card p {
    color: rgb(75 85 99);
    font-size: 1rem;
}

/* Icon wrapper */
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.3s;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

/* Icon sizes */
.feature-svg {
    width: 24px;
    height: 24px;
}

/* Color utilities */
.bg-primary-light {
    background: #EBF3FC;
    color: #4A90D9;
}

.bg-orange-light {
    background: #FEF0EC;
    color: #F4845F;
}

.bg-green-light {
    background: #F0FBF0;
    color: #5CB85C;
}

.bg-purple-light {
    background: #F5EFF7;
    color: #9B59B6;
}

.bg-orange-soft {
    background: #FDF3E7;
    color: #E67E22;
}

.bg-blue-light {
    background: #E8F4FD;
    color: #3498DB;
}

.rounded-3xl {
    border-radius: 16px;
}

.rounded-2xl {
    border-radius: 8px;
}

.security_sec {
    background: #f9fafb80;
}

.custom-icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.custom-icon.bg-blue {
    background-color: #EBF3FC;
    color: #4A90D9;
}

.custom-icon.bg-orange {
    background-color: #FEF0EC;
    color: #F4845F;
}

.custom-icon.bg-green {
    background-color: #F0FBF0;
    color: #5CB85C;
}

.custom-title {
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.custom-text {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* CTA Banner Block */
.cta-banner {
    background: linear-gradient(135deg, #4A90D9, #5B9BE0, #F4845F);
    color: #fff;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

/* Background circles */
.cta-circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}

.cta-circle.top-left {
    width: 16rem;
    height: 16rem;
    top: -8rem;
    left: -8rem;
}

.cta-circle.bottom-right {
    width: 20rem;
    height: 20rem;
    bottom: -10rem;
    right: -10rem;
}

/* Highlight badge */
.badge-highlight {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 0.25rem 1rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

.text-white-90 {
    color: rgba(255, 255, 255, 0.9);
}

.cta-title {
    font-size: 3rem;
}

.cta-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.footer-section {
    background: rgb(17 24 39);
}

.footer-section .footer-link {
    color: #bbb;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 6px 0px;
    display: inline-block;
}

.footer-section a.footer-link:hover {
    color: #F4845F;
}

.footer-section .text-primary {
    color: #4A90D9 !important;
}

.footer-section .text-warning {
    color: #F4845F !important;
}

.footer-brand h2 {
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.footer-chart {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-title {
    letter-spacing: .1em;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.footer-section .footer-link:hover {
    color: var(--primary);
}

.pricing-hero-section {
    background: linear-gradient(169deg, #EBF3FC, #FEF0EC);
    position: relative;
    overflow: hidden;
    padding: var(--spacing-4xl) 0;
    padding: 100px 0px;
}

.pricing-card {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e3a5f;
}

.pricing-price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e3a5f;
}

.pricing-period {
    color: #000;
    font-size: 0.875rem;
}

.pricing-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.feature-check {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: rgba(34, 197, 94, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.feature-check i {
    color: #22c55e;
    font-size: 0.75rem;
}

.popular-badge {
    white-space: nowrap;
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
    color: #fff;
    padding: 3px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
}

.page-breadcrumb {
    background: rgb(249 250 251);
}

.contact_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000;
    font-weight: 600;
}

.form-control {
    border: 1px solid #ddd;
    outline: none;
    box-shadow: none !important;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
}

.form-control::placeholder {
    color: #999;
}

.contact-info h5 {
    font-size: 16px;
    color: #303030;
}

.contact-info address,
.contact-info p {
    font-size: 14px;
    color: #777;
}

.contact-info .icon svg {
    width: 40px;
    height: 40px;
    background: rgb(74 144 217 / 8%);
    padding: 10px;
    border-radius: 11px;
    color: #4a90d9;
}
