@import url('../font/stylesheet.css');

* {
    font-family: 'Circular Std', 'Circular Std Book', system-ui, sans-serif;
}

a {
    text-decoration: none !important;
}

.logo-text {
    color: #17044F;
    font-size: 1.7rem;
    letter-spacing: 1px;
}

/* Responsive Navbar Tweaks */
@media (max-width: 991.98px) {
    .navbar-nav {
        align-items: stretch !important;
        gap: 0 !important;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        text-align: center;
        padding: 0.75rem 0;
        border-radius: 0.5rem;
        margin-bottom: 0.25rem;
    }

    .get-in-touch-btn {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        padding: 0.75rem 0;
    }

    .navbar-collapse {
        text-align: center;
        padding-bottom: 1rem;
    }

    .navbar-nav+div {
        border-top: 1px solid #eee;
        margin-top: 0.5rem;
        padding-top: 1rem;
    }

    .nav-link.active::before {
        display: none !important;
    }

    .feature-card {
        padding: 48px 16px 24px 16px;
    }

    .app-logo {
        margin-top: 40px;
    }
}

/* Qteck Logo Gradient */
.qteck-logo {
    background: linear-gradient(90deg, #ff6a00 0%, #ffb86c 20%, #ff6ec4 40%, #7367f0 60%, #43e97b 80%, #38f9d7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 1.7rem;
    letter-spacing: 1px;
    width: 70px;
}

:root {
    --bs-primary: #17044F;
}

/* Get in Touch Button */
.get-in-touch-btn {
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-width: 2px;
    border-color: #17044F !important;
    color: #17044F !important;
    width: max-content;
}

.get-in-touch-btn:hover,
.get-in-touch-btn:focus {
    background: #17044F !important;
    color: #fff !important;
}

/* Navbar link styles */
.nav-link {
    font-weight: 600;
    color: #17044F !important;
    font-size: 18px !important;
    position: relative !important;
}

.nav-link.active::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #17044F;
    position: absolute;
    top: calc(50% - 3px);
    left: -6px;
}

.nav-link:hover,
.nav-link:focus {
    color: #17044F !important;
}

/* Hero Section */
.hero-section {
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-tagline {
    color: #17044F;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    opacity: 0.7;
}

.hero-tagline .dot {
    color: #17044F;
    font-weight: bold;
    font-size: 1.2em;
}

.hero-title {
    font-size: 96px;
    font-weight: 800;
    color: #17044F;
    line-height: 1.15;
}

.hero-desc {
    font-size: 24px;
    color: rgba(23, 4, 79, 0.7);
    max-width: 800px;
    line-height: 1.5;
}

/* @media (min-width: 768px) {
    .hero-title {
        font-size: 3.2rem;
    }
} */

.gradient-text {
    background: linear-gradient(90deg, #0261b3 0%, #8cd04d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.btn-google-play {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    border: 1px solid #000;
    width: max-content;
    font-family: 'Product Sans';
}

.btn-google-play span {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-family: 'Product Sans';
}

.btn-google-play span small {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Product Sans';
    text-transform: uppercase;
}

.btn-google-play:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 18px 0 rgba(23, 4, 79, 0.13);
    border: 1px solid #000;
}

.sticky-top {
    background-color: #fff !important;
    z-index: 1030;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 100%;
}

.navbar.scrolled {
    box-shadow: 0 4px 24px 0 rgba(23, 4, 79, 0.13);
    background: #fff !important;
    transition: box-shadow 0.2s, background 0.2s;
}

/* Get Started Section */
.get-started-section {
    background: #fff;
    position: relative;
    padding: 100px 0;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #17044F;
    margin-bottom: 1rem;
    line-height: 60px;
}

.section-subtitle {
    font-size: 22px;
    color: rgba(23, 4, 79, 0.7);
    line-height: 28px;
    margin-bottom: 64px;
}

/* Feature Cards - Figma Style */
.get-started-section .get-started-area {
    background: linear-gradient(111.21deg, #c0e1ff 0%, #e1ffc6 80%);
    padding: 80px;
    border-radius: 50px;
}

.feature-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 8px 40px 0 rgba(23, 4, 79, 0.10);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s cubic-bezier(.4, 2, .6, 1);
    justify-content: space-between;
    min-height: 100px;
}

.feature-card .btn-explore {
    margin-top: 18px;
    width: max-content;
}

.feature-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 16px 48px 0 rgba(23, 4, 79, 0.16);
}

.app-icon {
    border-radius: 20px;
    margin-bottom: 24px !important;
}

.app-icon img {
    width: 100%;
}

.app-logo {
    width: 86px;
}

.app-logo img {
    width: 100%;
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    color: #17044F;
    margin-bottom: 0.75rem;
    width: calc(100% - 100px);
}

.card-subtitle {
    font-size: 18px;
    color: #17044F;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 12px;
}

.card-text {
    font-size: 17px;
    color: #443571;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.btn-explore {
    display: inline-block;
    border: 2px solid #17044F;
    border-radius: 2rem;
    color: #17044F;
    font-weight: 600;
    background: transparent;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px 0 rgba(23, 4, 79, 0.04);
}

.btn-explore:hover {
    background: #17044F;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(23, 4, 79, 0.10);
}

.container {
    max-width: 1440px !important;
}

/* Feature Highlight Section (Smart Caller ID) */
.feature-highlight-section {
    background: #fff;
    padding: 100px 0;
}

.feature-highlight-section .pink-bg {
    /* background: #FFF2FE; */
    background: linear-gradient(111.21deg, #c0e1ff 0%, #e1ffc6 80%);
    padding: 80px;
    border-radius: 48px;
}

.feature-title {
    font-size: 48px;
    font-weight: 800;
    color: #17044F;
    line-height: 1.1;
}

.feature-developer-title {
    font-size: 36px;
    font-weight: 800;
    color: #17044F;
    line-height: 1.1;
}

.feature-desc {
    font-size: 18px;
    color: #443571;
    line-height: 1.6;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    width: max-content;
    border-bottom: 2px solid #E6E6E6;
    padding-right: 80px;
    padding-bottom: 12px;
}

.feature-list li {
    font-size: 18px;
    color: #17044F;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    gap: 10px;
}

.feature-list li::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../images/check.png');
}

.feature-list.list-pink li::before {
    background-image: url('../images/check-pink.png');
}

.feature-list.list-yellow li::before {
    background-image: url('../images/check-yellow.png');
}



.feature-stat {
    padding: 18px 32px;
    min-width: 135px;
    text-align: center;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #17044F;
}

.stat-label {
    font-size: 16px;
    color: #443571;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 0;
}

.btn-feature {
    border-radius: 2rem;
    font-weight: 700;
    padding: 0.7rem 2.2rem;
    border: 2px solid #17044F;
    color: #17044F;
    background: #fff;
    font-size: 18px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px 0 rgba(23, 4, 79, 0.04);
}

.btn-feature:hover {
    background: #17044F;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(23, 4, 79, 0.10);
}

.hexagon-bg img {
    width: 100%;
}

.feature-body {
    padding-left: 54px;
}

.pink-bg .feature-body {
    padding-left: 0;
    padding-right: 64px;
}

.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/* Check icon in feature list */
.check-icon {
    color: #4296fa;
    font-size: 1.2em;
    margin-right: 10px;
    vertical-align: middle;
}

.feature-list li {
    color: #2d2a7b;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

/* Divider under feature list */
.feature-divider {
    border: none;
    border-top: 2px solid #fff;
    background: linear-gradient(90deg, #fff 0%, #bdbfff 100%);
    height: 2px;
    width: 100%;
    margin: 24px 0;
}

/* Stats row with vertical divider */
.feature-stats-row {
    gap: 20px !important;
}

.feature-stat-divider {
    width: 2px;
    height: 100px;
    background: #E6E6E6;
}


/* Gradient button */
.btn-feature-gradient {
    border: none;
    border-radius: 2rem;
    font-weight: 700;
    padding: 0.9rem 2.8rem;
    font-size: 20px;
    color: #fff;
    /* background: linear-gradient(90deg, #ffd600 0%, #fa46ee 50%, #388eff 100%); */
    background: linear-gradient(90deg, #0261b3 0%, #8cd04d 80%);
    box-shadow: 0 4px 24px 0 rgba(23, 4, 79, 0.10);
    transition: box-shadow 0.2s, transform 0.2s;
    width: max-content;
}

.btn-feature-gradient:hover {
    box-shadow: 0 8px 32px 0 rgba(23, 4, 79, 0.18);
    transform: translateY(-2px) scale(1.03);
}

.get-in-detail-btn {
    border-radius: 50px;
    font-weight: 600;
    padding: 15px 34px;
    border-width: 2px;
    border-color: #17044F !important;
    color: #17044F !important;
    width: max-content;
    font-size: 22px;
}

.get-in-detail-btn:hover,
.get-in-detail-btn:focus {
    background: #17044F !important;
    color: #fff !important;
}


.explore-section h2 {
    width: 60%;
}

.explore-section p {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 24px;
}

/* Footer Section */
.footer-section {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.footer-section nav a {
    text-decoration: none;
    color: #17044F;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0.5rem;
}

.footer-social {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s;
}

.footer-social:hover {
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .footer-section .row.align-items-center {
        flex-direction: column !important;
        text-align: center !important;
    }

    .footer-section .col-md-3,
    .footer-section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .footer-section nav {
        margin-bottom: 1rem;
    }

    .footer-section .col-md-3.text-md-end {
        text-align: center !important;
    }
}

/* Responsive: Navbar, Hero, Cards, Features, Get Started, Footer */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .hero-desc {
        font-size: 1.1rem;
        max-width: 100%;
        margin-bottom: 2rem !important;
    }

    .section-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .logo-text {
        color: #17044F;
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .feature-developer-title {
        font-size: 1.5rem;
    }

    .feature-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-highlight-section .pink-bg {
        padding: 32px 10px;
        border-radius: 24px;
    }

    .get-started-section .get-started-area {
        padding: 32px 10px;
        border-radius: 24px;
        background: transparent;
    }

    .feature-list {
        padding-right: 0;
        border-bottom: none;
        width: 97% !important;
    }

    .feature-card {
        padding: 18px;
    }

    .card-title {
        width: calc(100% - 70px);
        font-size: 22px;
        text-align: left;
        margin-bottom: 0;
    }

    .section-subtitle {
        margin-bottom: 22px;
    }

    .app-logo {
        width: 56px;
        margin-top: 0;
    }

    .feature-stat {
        padding: 10px 0;
        min-width: 90px;
    }

    .feature-stat-divider {
        display: none;
    }

    .px-80 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .explore-section h2,
    .explore-section p {
        width: 100% !important;
        font-size: 1.1rem;
    }

    .get-in-detail-btn,
    .btn-feature-gradient,
    .btn-explore {
        font-size: 1rem;
        padding: 10px 18px;
        margin: 0 auto;
    }

    .btn-google-play {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .btn-google-play img {
        height: 28px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 90vh;
        padding: 40px 0 0 0;
    }

    .feature-highlight-section .row {
        flex-direction: row-reverse !important;
    }

    .feature-highlight-section,
    .get-started-section {
        padding: 40px 20px !important;
        text-align: center;
    }

    .feature-card {
        margin-bottom: 18px;
    }

    .feature-list li {
        font-size: 1rem;
    }

    .feature-title,
    .section-title {
        font-size: 24px;
    }

    .feature-desc,
    .section-subtitle {
        font-size: 1rem;
    }

    /* .app-icon img, .hexagon-bg img {
        max-width: 80px;
        height: auto;
    } */
    .feature-body {
        padding: 0 !important;
    }

    .get-started-section .get-started-area,
    .feature-highlight-section .pink-bg {
        padding: 18px 4px;
        border-radius: 12px;
        background: transparent;
    }

    .d-flex.justify-content-center.gap-4 {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .footer-section {
        padding: 24px 0;
    }

    .footer-section .row.align-items-center {
        flex-direction: column !important;
        text-align: center !important;
    }

    .footer-section .col-md-3,
    .footer-section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .footer-section nav {
        margin-bottom: 1rem;
    }

    .footer-section .col-md-3.text-md-end {
        text-align: center !important;
    }

    .footer-social svg {
        width: 32px !important;
        height: 32px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .feature-title {
        font-size: 1.7rem;
    }

    .feature-developer-title {
        font-size: 1.7rem;
    }

    .feature-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .feature-highlight-section .pink-bg,
    .get-started-section .get-started-area {
        padding: 40px 20px;
        border-radius: 32px;
        background: transparent;
    }

    .feature-list {
        padding-right: 20px;
        border-right: 1px solid #E6E6E6;
        border-bottom: none;
    }

    .feature-highlight-section>.container>.row {
        flex-direction: row-reverse !important;
    }

    .feature-card {
        padding: 24px;
        margin-bottom: 24px;
    }

    .app-logo {
        width: 70px;
        margin-right: 20px;
    }

    .feature-stat {
        padding: 14px 10px;
        min-width: 110px;
    }

    .feature-stat-divider {
        height: 60px;
        display: inline-block;
    }

    .px-80 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .explore-section h2,
    .explore-section p {
        width: 90% !important;
        font-size: 1.2rem;
    }

    .get-in-detail-btn,
    .btn-feature-gradient,
    .btn-explore {
        font-size: 1.1rem;
        padding: 12px 24px;
        margin: 0 auto;
    }

    .get-started-section .get-in-detail-btn {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-google-play {
        font-size: 1.1rem;
        padding: 10px 20px;
    }

    .btn-google-play img {
        height: 32px;
    }

    .footer-section {
        padding: 32px 0;
    }

    .footer-section .row.align-items-center {
        flex-direction: row !important;
        text-align: left !important;
    }

    .footer-section .col-md-3,
    .footer-section .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
    }

    .footer-section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .footer-section nav {
        margin-bottom: 0;
    }

    .footer-section .col-md-3.text-md-end {
        text-align: right !important;
    }

    .footer-social svg {
        width: 36px !important;
        height: 36px !important;
    }

    .hexagon-bg {
        width: 50%;
    }
}

/* Carousel Customization */
#qrPhoneCarousel .carousel-control-prev,
#qrPhoneCarousel .carousel-control-next,
#qrPhoneCarousel .carousel-indicators,
#castAppCarousel .carousel-control-prev,
#castAppCarousel .carousel-control-next,
#castAppCarousel .carousel-indicators,
#callerIdCarousel .carousel-control-prev,
#callerIdCarousel .carousel-control-next,
#callerIdCarousel .carousel-indicators {
    display: none !important;
}

#qrPhoneCarousel .carousel-inner,
#castAppCarousel .carousel-inner,
#callerIdCarousel .carousel-inner {
    border-radius: 20px;
    overflow: hidden;
}

#qrPhoneCarousel .carousel-item,
#castAppCarousel .carousel-item,
#callerIdCarousel .carousel-item {
    transition: transform 1.2s ease-in-out;
}

#qrPhoneCarousel .carousel-item img,
#castAppCarousel .carousel-item img,
#callerIdCarousel .carousel-item img {
    width: 100%;
    height: auto;
}

/* About Us Page Styles */
.about-hero-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(115, 103, 240, 0.1) 0%, transparent 70%);
    z-index: -1;
}

.floating-img {
    animation: float 6s ease-in-out infinite;
    max-width: 450px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mission-section {
    background-color: #fcfaff;
}

@media (max-width: 991.98px) {
    .about-hero-section {
        text-align: center;
        padding-top: 80px;
    }

    .floating-img {
        max-width: 100%;
        margin-top: 40px;
    }
}