/*==================================================
SMART TECH PVT LTD
PREMIUM LANDING PAGE
PART 2A-1
==================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: "Poppins", sans-serif;

    background: #ffffff;

    color: #2b2b2b;

    line-height: 1.7;

    overflow-x: hidden;

}

img {

    max-width: 100%;

    display: block;

}

a {

    text-decoration: none;

    transition: .35s;

}

ul {

    list-style: none;

}

.container {

    width: 92%;

    max-width: 1250px;

    margin: auto;

}

.section {

    padding: 110px 0;

}

.light {

    background: #f6f9ff;

}

/*====================================
COLORS
====================================*/

:root {

    --primary: #0D4EA6;

    --secondary: #1D71F2;

    --dark: #202124;

    --text: #555;

    --white: #ffffff;

    --light: #f8fbff;

    --border: #e4ecfa;

    --shadow: 0 15px 45px rgba(0, 0, 0, .08);

    --radius: 20px;

}

/*====================================
BUTTONS
====================================*/

.btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 15px 34px;

    border-radius: 50px;

    font-size: 15px;

    font-weight: 600;

    transition: .35s;

    cursor: pointer;

}

.btn-primary {

    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));

    color: #fff;

    box-shadow:
        0 15px 35px rgba(13, 78, 166, .25);

}

.btn-primary:hover {

    transform: translateY(-5px);

    box-shadow:
        0 25px 50px rgba(13, 78, 166, .35);

}

.btn-outline {

    border: 2px solid #fff;

    color: #fff;

}

.btn-outline:hover {

    background: #fff;

    color: var(--primary);

}

.btn-light {

    background: #fff;

    color: var(--primary);

    font-weight: 700;

}

.btn-light:hover {

    transform: translateY(-5px);

}

/*====================================
HEADER
====================================*/

header {

    position: relative;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 9999;

    transition: .35s;

    padding: 18px 0;

}

header.scrolled {

    background: #000000;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

    padding: 14px 0;

}

.nav-container {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.logo img {

    height: 90px;

}

nav ul {

    display: flex;

    align-items: center;

    gap: 40px;

}

nav a {

    color: #0e0d0d;

    font-size: 15px;

    font-weight: 600;

    position: relative;

}

header.scrolled nav a {

    color: var(--dark);

}

nav a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -8px;

    width: 0;

    height: 3px;

    border-radius: 30px;

    background: var(--secondary);

    transition: .35s;

}

nav a:hover::after {

    width: 100%;

}

.nav-buttons {

    display: flex;

    align-items: center;

    gap: 20px;

}

#mobileMenu {

    display: none;

    width: 48px;

    height: 48px;

    border: none;

    background: var(--primary);

    color: #fff;

    border-radius: 10px;

    cursor: pointer;

}

/*====================================
HERO
====================================*/

.hero {

    min-height: 100vh;

    position: relative;

    display: flex;

    align-items: center;

    background:
        linear-gradient(rgba(9, 40, 91, .82),
            rgba(8, 44, 103, .82)),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=80");

    background-size: cover;

    background-position: center;

    overflow: hidden;

}

.hero::before {

    content: "";

    position: absolute;

    right: -250px;

    top: -200px;

    width: 700px;

    height: 700px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .05);

}

.hero-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}

.hero-content {

    color: #fff;

    z-index: 5;

}

.tag {

    display: inline-block;

    background: rgba(255, 255, 255, .15);

    backdrop-filter: blur(12px);

    padding: 12px 22px;

    border-radius: 50px;

    letter-spacing: 2px;

    font-size: 12px;

    color: #fff;

    margin-bottom: 25px;

}

.hero h1 {

    font-size: 44px;

    line-height: 1.15;

    font-weight: 800;

    margin-bottom: 25px;

}

.hero p {

    font-size: 18px;

    color: #eef5ff;

    max-width: 620px;

    margin-bottom: 40px;

}

.hero-buttons {

    display: flex;

    gap: 20px;

    margin-bottom: 45px;

}

.hero-features {

    display: flex;

    flex-wrap: wrap;

    gap: 30px;

}

.hero-features div {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #fff;

    font-weight: 600;

}

.hero-features i {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, .15);

    border-radius: 50%;

    backdrop-filter: blur(8px);

}

/*====================================
HERO IMAGE
====================================*/

.hero-image {

    position: relative;

    z-index: 2;

    display: flex;

    justify-content: center;

    align-items: center;

}

.hero-image img {

    width: 100%;

    max-width: 560px;

    border-radius: 28px;

    border: 8px solid rgba(255, 255, 255, .18);

    box-shadow:
        0 35px 80px rgba(0, 0, 0, .35);

    animation: floatImage 5s ease-in-out infinite;

}

.hero-image::before {

    content: "";

    position: absolute;

    width: 520px;

    height: 520px;

    background: rgba(255, 255, 255, .08);

    border-radius: 50%;

    z-index: -1;

    filter: blur(10px);

}

/*====================================
SECTION TITLES
====================================*/

.section-title {

    text-align: center;

    max-width: 760px;

    margin: 0 auto 70px;

}

.section-title h5 {

    color: var(--secondary);

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 16px;

}

.section-title h2 {

    font-size: 44px;

    color: var(--dark);

    font-weight: 800;

    line-height: 1.25;

}

.section h5 {

    color: var(--secondary);

    text-transform: uppercase;

    letter-spacing: 2px;

    margin-bottom: 16px;

    font-size: 15px;

    font-weight: 700;

}

.section h2 {

    font-size: 44px;

    color: var(--dark);

    margin-bottom: 25px;

    line-height: 1.25;

    font-weight: 800;

}

.section p {

    color: var(--text);

    margin-bottom: 22px;

    font-size: 16px;

}

/*====================================
ABOUT
====================================*/

.about-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}

.section-image {

    width: 100%;

    border-radius: 28px;

    box-shadow: var(--shadow);

}

.about-points {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 35px;

}

.about-points div {

    display: flex;

    align-items: center;

    gap: 14px;

    background: #fff;

    border: 1px solid var(--border);

    border-radius: 18px;

    padding: 18px 20px;

    font-weight: 600;

    transition: .35s;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .05);

}

.about-points div:hover {

    transform: translateY(-8px);

    border-color: var(--secondary);

}

.about-points i {

    color: var(--secondary);

    font-size: 20px;

}

/*====================================
UTILITY
====================================*/

.text-center {

    text-align: center;

}

.mt-30 {

    margin-top: 30px;

}

.mt-50 {

    margin-top: 50px;

}

.mb-30 {

    margin-bottom: 30px;

}

.mb-50 {

    margin-bottom: 50px;

}

/*====================================
ANIMATIONS
====================================*/

@keyframes floatImage {

    0% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-18px);

    }

    100% {

        transform: translateY(0);

    }

}

.fade-up {

    opacity: 0;

    transform: translateY(60px);

    transition: 1s;

}

.fade-up.show {

    opacity: 1;

    transform: translateY(0);

}

/*====================================
SERVICES
====================================*/

.service-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

    margin-top: 60px;

}

.service-card {

    background: #ffffff;

    padding: 45px 35px;

    border-radius: 24px;

    text-align: center;

    border: 1px solid var(--border);

    transition: .4s;

    position: relative;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);

}

.service-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg,
            var(--primary),
            var(--secondary));

}

.service-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(13, 78, 166, .18);

}

.service-card i {

    width: 90px;

    height: 90px;

    margin: auto;

    margin-bottom: 25px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 34px;

    color: #fff;

    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));

}

.service-card h3 {

    font-size: 24px;

    color: var(--dark);

    margin-bottom: 18px;

}

.service-card p {

    color: var(--text);

    margin: 0;

}

/*====================================
STATISTICS
====================================*/

.stats {

    padding: 100px 0;

    background:
        linear-gradient(135deg,
            #0D4EA6,
            #1D71F2);

    color: #fff;

}

.stats-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}

.stats-grid div {

    text-align: center;

    padding: 40px 20px;

}

.stats-grid h2 {

    font-size: 54px;

    font-weight: 800;

    margin-bottom: 10px;

}

.stats-grid p {

    font-size: 18px;

    color: rgba(255, 255, 255, .9);

}

/*====================================
CALL TO ACTION
====================================*/

.cta {

    padding: 110px 0;

    background: #f6f9ff;

    text-align: center;

}

.cta .container {

    background:
        linear-gradient(135deg,
            var(--primary),
            var(--secondary));

    border-radius: 30px;

    padding: 80px 60px;

    color: #fff;

    position: relative;

    overflow: hidden;

}

.cta .container::before {

    content: "";

    position: absolute;

    width: 320px;

    height: 320px;

    background: rgba(255, 255, 255, .08);

    border-radius: 50%;

    top: -120px;

    right: -120px;

}

.cta h2 {

    font-size: 46px;

    margin-bottom: 20px;

    color: #fff;

}

.cta p {

    max-width: 700px;

    margin: 0 auto 35px;

    color: rgba(255, 255, 255, .92);

    font-size: 18px;

}

/*====================================
CONTACT
====================================*/

.contact-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: start;

}

.contact-item {

    display: flex;

    align-items: flex-start;

    gap: 20px;

    margin-bottom: 35px;

}

.contact-item i {

    width: 65px;

    height: 65px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));

    color: #fff;

    font-size: 24px;

}

.contact-item strong {

    display: block;

    margin-bottom: 8px;

    color: var(--dark);

    font-size: 18px;

}

.contact-form {

    background: #fff;

    border-radius: 28px;

    padding: 45px;

    box-shadow: var(--shadow);

}

.contact-form input,

.contact-form textarea {

    width: 100%;

    margin-bottom: 20px;

    border: 1px solid var(--border);

    border-radius: 14px;

    padding: 18px;

    font-family: Poppins, sans-serif;

    font-size: 15px;

    outline: none;

    transition: .35s;

}

.contact-form input:focus,

.contact-form textarea:focus {

    border-color: var(--secondary);

    box-shadow: 0 0 0 4px rgba(29, 113, 242, .12);

}

.contact-form textarea {

    resize: none;

}

/*====================================
FOOTER
====================================*/

footer {

    background: #111827;

    color: #cfd6e4;

    padding-top: 80px;

}

.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1.5fr;

    gap: 60px;

    padding-bottom: 50px;

}

.footer-logo {

    width: 170px;

    margin-bottom: 25px;

}

footer h4 {

    color: #fff;

    margin-bottom: 25px;

    font-size: 20px;

}

footer ul li {

    margin-bottom: 14px;

}

footer ul a {

    color: #cfd6e4;

    transition: .35s;

}

footer ul a:hover {

    color: #fff;

    padding-left: 8px;

}

footer p {

    color: #cfd6e4;

    line-height: 1.8;

}

.copyright {

    text-align: center;

    padding: 22px;

    border-top: 1px solid rgba(255, 255, 255, .08);

    font-size: 14px;

    color: #aeb7c8;

}

/*====================================
RESPONSIVE DESIGN
====================================*/

@media (max-width:1200px) {

    .container {

        width: 94%;

    }

    .hero h1 {

        font-size: 54px;

    }

    .section h2,
    .section-title h2 {

        font-size: 38px;

    }

    .hero-grid {

        gap: 50px;

    }

    .contact-grid {

        gap: 50px;

    }

}

@media (max-width:992px) {

    .section {

        padding: 90px 0;

    }

    /* Navigation */

    nav {

        position: fixed;

        top: 88px;

        right: -100%;

        width: 290px;

        background: #ffffff;

        box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

        border-radius: 20px;

        padding: 25px;

        transition: .35s;

    }

    nav.active {

        right: 20px;

    }

    nav ul {

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

    }

    nav a {

        color: var(--dark);

    }

    #mobileMenu {

        display: flex;

        align-items: center;

        justify-content: center;

    }

    /* Hero */

    .hero {
        padding: 20px 0 20px;
    }

    .hero-grid {

        grid-template-columns: 1fr;

        text-align: center;

    }

    .hero-content {

        order: 2;

    }

    .hero-image {

        order: 1;

    }

    .hero-image img {

        max-width: 460px;

    }

    .hero-buttons {

        justify-content: center;

        flex-wrap: wrap;

    }

    .hero-features {

        justify-content: center;

    }

    /* About */

    .about-grid {

        grid-template-columns: 1fr;

    }

    .about-grid img {

        margin: auto;

    }

    .about-points {

        grid-template-columns: 1fr 1fr;

    }

    /* Services */

    .service-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    /* Stats */

    .stats-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    /* Contact */

    .contact-grid {

        grid-template-columns: 1fr;

    }

    /* Footer */

    .footer-grid {

        grid-template-columns: 1fr 1fr;

    }

}

@media (max-width:768px) {

    .section {

        padding: 80px 0;

    }

    .hero {

        min-height: auto;

    }

    .hero h1 {

        font-size: 40px;

    }

    .hero p {

        font-size: 16px;

    }

    .hero-image img {

        max-width: 100%;

    }

    .section h2,
    .section-title h2 {

        font-size: 32px;

    }

    .service-grid {

        grid-template-columns: 1fr;

    }

    .stats-grid {

        grid-template-columns: 1fr;

    }

    .about-points {

        grid-template-columns: 1fr;

    }

    .contact-form {

        padding: 30px;

    }

    .footer-grid {

        grid-template-columns: 1fr;

        text-align: center;

        gap: 20px;
    }

    .footer-logo {

        margin: auto auto 25px;

    }

    .contact-item {

        flex-direction: column;

    }

    .contact-item i {

        margin-bottom: 10px;

    }

    .cta .container {

        padding: 55px 30px;

    }

    .cta h2 {

        font-size: 34px;

    }

    .hero-buttons {

        flex-direction: column;

    }

    .hero-buttons .btn {

        width: 100%;

    }

}

@media (max-width:576px) {

    .container {

        width: 92%;

    }

    .logo img {

        height: 52px;

    }

    .hero {
        padding-top: 70px;
    }

    .stats {
        padding: 20px 0;
    }

    .stats-grid {
        gap: 0px;
    }

    .cta {
        padding: 60px 0;
    }

    .contact-grid {
        gap: 0px;
    }

    .stats-grid div {
        text-align: center;
        padding: 20px 20px;
    }

    .hero h1 {

        font-size: 34px;

    }

    .hero p {

        font-size: 15px;

    }

    .tag {

        font-size: 11px;

        letter-spacing: 1px;

    }

    .section-title {

        margin-bottom: 45px;

    }

    .section h2,
    .section-title h2 {

        font-size: 28px;

    }

    .service-card {

        padding: 35px 25px;

    }

    .service-card i {

        width: 75px;

        height: 75px;

        font-size: 28px;

    }

    .stats-grid h2 {

        font-size: 42px;

    }

    .contact-form {

        padding: 25px;

    }

    .btn {

        padding: 14px 28px;

        font-size: 14px;

    }

}

/*====================================
SCROLLBAR
====================================*/

::-webkit-scrollbar {

    width: 10px;

}

::-webkit-scrollbar-track {

    background: #f1f5fb;

}

::-webkit-scrollbar-thumb {

    background: linear-gradient(var(--primary),
            var(--secondary));

    border-radius: 50px;

}

::-webkit-scrollbar-thumb:hover {

    background: #0b3d82;

}

/*====================================
SELECTION
====================================*/

::selection {

    background: var(--primary);

    color: #ffffff;

}

/*====================================
IMAGE HOVER
====================================*/

.section-image,
.hero-image img {

    transition: .5s;

}

.section-image:hover,
.hero-image img:hover {

    transform: scale(1.03);

}

/*====================================
FORM BUTTON
====================================*/

.contact-form button {

    width: 100%;

}

/*====================================
FOOTER LINKS
====================================*/

footer a {

    color: #cfd6e4;

}

footer a:hover {

    color: #ffffff;

}

/*====================================
SMOOTH FADE
====================================*/

.service-card,
.about-points div,
.contact-form,
.cta .container {

    transition: .4s;

}