body {
    font-family: 'Poppins';

}

* {
    list-style: none;

}

.project-detail-heading {
    color: #0573bb;
}

/* buttons */

.nav-link {
    color: black;
    font-size: 16px;
}


.mega-dropdown {
    position: relative;
    left: -350px;
}

.btn1 {
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0573bb;
    height: 50px;
    width: 165px;
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.btnn {
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0573bb;
    border-radius: 11px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 11px 26px;
    
}

.btnn:hover {
    background-color: #0573bb;
    color: #fff;
    text-decoration: none;
}



/* footer portion  */
.gray>div>a {
    text-decoration: none;
}

.input1 {
    height: 50px;
    width: 300px;
    border-radius: 30px;
    border: none;
    padding: 15px;
    outline: none;
}

.btn3 {
    height: 50px;
    background-color: #4731C1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.email-input::placeholder {
    color: white;
}

/*$$ service portion $$ */
.backimg5 {
    background-image: url(assets/01_about_01.png);
    background-size: cover;
    border-image: fill 0 linear-gradient(#0001, #000);
}

.card2 {
    height: 350px;
    position: relative;
    bottom: 0;
}

.card2:hover {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    bottom: 12px;
    transition-duration: 0.5s;
}

/*$$ team portion $$ */
.card5 {
    display: flex;
    height: 340px;
}

.imag {
    height: 232px;
    border-radius: 20px;
    position: relative;
    bottom: 25px;
    right: 20px;
    width: 200px;
    object-fit: cover;
}

.cardtxt>p {
    width: 84%;
}

.line {
    height: 1px;
    width: 70%;
    background-color: #585476;
}

/*$$ About us portion $$ */
.btn2 {
    height: 50px;
    width: 200px;
    border-radius: 30px;
    border: 3px solid #62418E;
    background-color: transparent;
}

.btn2:hover {
    background-color: #62418E;
    color: #FFFFFF;
}

.card3 {
    width: 81%;
    position: relative;
    left: 0;
}

.boder1 {
    border-left: 6px solid;
    height: 40px;
    border-radius: 25px;
    position: relative;
    top: 43px;
    right: 3px;
    display: none;
}

.card3:hover {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    left: 5px;
    transition-duration: 0.5s;
}

.card3:hover .boder1 {
    display: block;
    transition-duration: 0.5s;
}

.card4:hover {
    background-color: #0573bb;
    color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card4:hover .svg1 {
    background-color: #0573bb;
    color: #FFFFFF;
}

.btn4 {
    width: 160px;
    height: 55px;
    background-color: #0573bb;
    border-radius: 35px;
    border: none;
}

/*$$ contact portion $$ */
.icon1>img {
    height: 70px;
    width: 70px;
    background-color: #AEE5FF;
    border-radius: 40px;
}

.input2 {
    border-radius: 11px;
    border: none;
    border: 1px solid gray;
    height: 50px;
    width: 100%;
    outline: none;
}

.input3 {
    border-radius: 15px;
    border: 1px solid gray;
    outline: none;
    width: 100%;
}


/* home page  */
.counter {
    text-align: center;
}

.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

.backimg4 {
    background-image: url(assets/banner-2-scaled.jpg);
    background-size: cover;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tabcontent {
    display: none;
}

.box:hover {
    background-color: #0466A6;
    color: #FFFFFF;
}

/* Project New portion  */
.backimg6 {
    background-image: url(assets/3bbbfcd3687eef1e2a8f7dbe4cad72e4-scaled.jpg);
    background-size: cover;
}

.screen {
    display: block;
    width: 90%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
}

.screen img {
    top: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    transition: top 5s;
}

.screen:hover img {
    top: -500px;
    transition: all 5s;
}

/* Team portion  */
@media only screen and (max-width: 520px) {
    .card5 {
        display: block;
        text-align: center;
        margin-top: 100px;
    }

    .cardimg>img {
        height: 195px;
        position: relative;
        bottom: 90px;
        left: 7px;
    }

    .cardtxt {
        position: relative;
        bottom: 100px;
    }

    .cardtxt>p {
        width: 95%;
        margin: auto;
    }

    .line {
        margin: auto;
    }
}

/* about us page  */
.backimg7 {
    background-image: url(assets/About-Page-Banner.webp);
    background-size: cover;
}

.circule {
    height: 200px;
    width: 200px;
    border: 1px solid #023e8a;
    border-radius: 100px;
}

.circule:hover {
    background: linear-gradient(-45deg, #023e8a, #0466a6, #48cae4);
}

.circule:hover h5 {
    color: white !important;
}



.team {
    position: relative;
    display: block;
    width: 300px;
    margin: 40px auto;
    color: #a8aabc;
    overflow: hidden;

    .show {
        position: relative;
        height: 400px;
        background-color: #eceaea;
    }

    .hide {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.7;
        height: 300px;
        padding: 28px;
        color: #ffffff;
        background-color: #E7324A;
        transform: translateY(100%);
        transition: transform .5s;
    }

    &:hover {
        .hide {
            transform: translateY(0);
        }
    }
}




.team {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.team .show {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
}

.team img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.team .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0573bb;

    padding: 10px;
    text-align: center;
    opacity: 0;
    color: white;
    transition: opacity 0.3s ease, padding 0.3s ease, width 0.3s ease, height 0.3s ease;
    width: 60%;
    height: 60%;
}


.team .show:hover .overlay {
    opacity: 0.8;
    width: 80%;
    height: 80%;
    padding: 40px;

}

.fotr-iconfb,
.fotr-Twitter,
.fotr-insta,
.fotr-linkedin {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid white;
    margin-left: 5px;
    color: white;
}

.fotr-iconfb a i,
.fotr-Twitter a i,
.fotr-insta a i,
.fotr-linkedin a i {
    color: white;
}

.mega-dropdown {
    padding: 20px;
    background-color: #fff;
    width: 1100px;
    left: -350px;
    right: 0;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
}


.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown:hover .mega-dropdown {
    display: block;
}

/* Grid layout */
.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* Individual item */
.dropdown-item-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.3s ease;
}

.dropdown-item-box:hover {
    background: #e9ecef;
}

.dropdown-item-box .icon {
    width: 40px;
    height: 40px;
}

/* Heading and paragraph */
.dropdown-item-box h6 {
    margin: 0;
    font-weight: 600;
}

.dropdown-item-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.mega-dropdown {
    position: absolute;
    z-index: 1000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-section {
    min-height: 100vh;

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    /* color: #1a237e; */
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-description {

    color: #000;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.btn-download {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    margin-right: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-download:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
    color: white;
}

.btn-scan {
    background: #2196F3;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-scan:hover {
    background: #1976D2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.3);
    color: white;
}

.phone-mockup {
    position: relative;
    max-width: 100%;
    height: auto;
}

.phone-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.phone-device {
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    border-radius: 30px;
    padding: 15px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.phone-device:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.phone-device.secondary {
    transform: perspective(1000px) rotateY(5deg) scale(0.95);
    margin-top: 30px;
}

.phone-device.secondary:hover {
    transform: perspective(1000px) rotateY(0deg) scale(0.97);
}

.phone-screen {
    width: 280px;
    height: 500px;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    border: 2px solid #e0e0e0;
}

.screen-content {
    width: 100%;
    height: 100%;
    background: url('assets/12855-1.webp') no-repeat center center;
    background-size: cover;
}

.floating-icons {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.floating-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    background: #25D366;
    animation-delay: 0s;
}

.floating-icon:nth-child(2) {
    background: #0088cc;
    animation-delay: 1s;
}

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

@keyframes float {

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

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

/* Features Section Styles */
.features-section {
    padding: 100px 0;
    /* background: #f8f9fa; */
    position: relative;
    overflow: hidden;
}

.features-badge {
    background: #FFF3E0;
    color: #FF9800;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.features-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2196F3, #21CBF3);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon svg {
    transition: transform 0.3s ease;
}

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

.feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.feature-description {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

.floating-icons-features {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

/* Responsive Design for Features */
@media (max-width: 1200px) {
    .features-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 992px) {
    .features-title {
        font-size: 2.2rem;
    }

    .floating-icons-features {
        right: 2%;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 0;
    }

    .features-title {
        font-size: 1.8rem;
    }

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

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

    .floating-icons-features {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .features-title {
        font-size: 1.6rem;
    }

    .feature-card {
        padding: 25px 15px;
    }
}

/* Features List Section Styles */
.features-list-section {
    padding: 100px 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.features-subtitle {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.features-showcase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.left-features,
.right-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.center-phone {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #f8f9fa;
    transform: translateX(10px);
}

.right-features .feature-item:hover {
    transform: translateX(-10px);
}

.feature-item-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

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

.feature-item-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 8px;
    line-height: 1.3;
}

.feature-item-content p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Phone Showcase Styles */
.phone-showcase {
    position: relative;
}

.phone-frame {
    width: 300px;
    height: 600px;
    background: linear-gradient(145deg, #2c2c2c, #1a1a1a);
    border-radius: 35px;
    padding: 8px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #333;
    border-radius: 2px;
}

.phone-screen-showcase {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.phone-header {
    padding: 10px 15px;
    background: white;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.signal-icons {
    display: flex;
    gap: 5px;
    font-size: 12px;
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.app-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.menu-icon,
.filter-icon {
    font-size: 20px;
    color: #2196F3;
}

.phone-content {
    padding: 0 15px;
    flex: 1;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.product-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.product-image {
    width: 100%;
    height: 80px;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}

.product-image::after {
    content: '👕';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.product-item:nth-child(2) .product-image::after {
    content: '👔';
}

.product-item:nth-child(3) .product-image::after {
    content: '🎯';
}

.product-item:nth-child(4) .product-image::after {
    content: '👠';
}

.product-item:nth-child(5) .product-image::after {
    content: '📷';
}

.product-item:nth-child(6) .product-image::after {
    content: '⌚';
}

.product-name {
    font-size: 10px;
    color: #666;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.product-price {
    font-size: 12px;
    font-weight: 600;
    color: #2196F3;
    margin: 0;
}

.bottom-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 15px 0 25px 0;
    border-top: 1px solid #f0f0f0;
}

.nav-item {
    font-size: 20px;
    transition: 0.3s ease;
}

.nav-item.active {
    opacity: 1;
}

.floating-icons-list {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

/* Responsive Design for Features List */
@media (max-width: 1200px) {
    .features-showcase {
        gap: 30px;
    }

    .phone-frame {
        width: 250px;
        height: 500px;
    }
}

@media (max-width: 992px) {
    .features-showcase {
        flex-direction: column;
        gap: 50px;
    }

    .left-features,
    .right-features {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .feature-item {
        flex: 0 1 calc(50% - 15px);
        min-width: 300px;
    }

    .floating-icons-list {
        right: 2%;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .features-list-section {
        padding: 60px 0;
    }

    .left-features,
    .right-features {
        flex-direction: column;
    }

    .feature-item {
        flex: 1;
        min-width: auto;
    }

    .feature-item:hover {
        transform: translateY(-5px);
    }

    .right-features .feature-item:hover {
        transform: translateY(-5px);
    }

    .phone-frame {
        width: 200px;
        height: 400px;
    }

    .floating-icons-list {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .features-subtitle {
        font-size: 0.9rem;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .phone-frame {
        width: 180px;
        height: 360px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }

    .phone-screen {
        width: 240px;
        height: 430px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .phone-container {
        justify-content: center;
        margin-top: 3rem;
    }

    .floating-icons {
        right: 2%;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .hero-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-container {
        text-align: center;
        margin-bottom: 3rem;
    }

    .btn-download,
    .btn-scan {
        margin: 5px;
        display: inline-block;
        width: auto;
    }

    .phone-device.secondary {
        display: none;
    }

    .phone-screen {
        width: 200px;
        height: 360px;
    }

    .floating-icons {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .btn-download,
    .btn-scan {
        padding: 12px 24px;
        font-size: 0.9rem;
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .phone-screen {
        width: 180px;
        height: 320px;
    }
}

.section-padding {
    padding: 80px 0;
}

.bg-light-blue {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.bg-light-green {
    background: linear-gradient(135deg, #f0fff4 0%, #dcfce7 100%);
}

.illustration {
    width: 100%;
    max-width: 400px;
    height: 300px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto;
}

.business-illustration {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.support-illustration {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.ecommerce-illustration {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 15px;
}

.support-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.ecommerce-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.btn-custom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d3748;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #718096;
    margin-bottom: 40px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #48bb78;
    margin-right: 10px;
}

.card-hover {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.screenshots-section {
    padding: 60px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.phone-mockup {
    width: 250px;
    height: 500px;
    background: #1a1a1a;
    border-radius: 30px;
    padding: 20px 15px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.phone-mockup:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.status-bar {
    height: 25px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.screen-content {
    height: calc(100% - 25px);
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.app-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-showcase {
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.product-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

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

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

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.category-item {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    border: 2px solid #e9ecef;
}

.category-item.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
}

.screen-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.price-tag {
    background: #28a745;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

.slide {
    flex: 0 0 auto;
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.upload-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.upload-btn {
    background: white;
    color: #667eea;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 10px;
}

.upload-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.name :focus {
    border: none;
    box-shadow: none;
}

.email :focus {
    border: none;
    box-shadow: none;
}

.message :focus {
    border: none;
    box-shadow: none;
}

.gallery-img {
    cursor: pointer;
    transition: 0.3s;
}

.gallery-img:hover {
    opacity: 0.8;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 35.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .slider-container {
        padding: 0 20px;
    }

    .slider-wrapper {
        gap: 20px;
    }

    .phone-mockup {
        width: 200px;
        height: 400px;
        padding: 15px 12px;
    }

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

.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.about-section {
    /* background: linear-gradient(135deg, #fff5f0 0%, #f0f8ff 100%); */
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.geometric-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.8;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #20c997, #0dcaf0);
    top: 10%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #fd7e14, #ffc107);
    top: 60%;
    left: 5%;
    animation: float 8s ease-in-out infinite reverse;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #e83e8c, #dc3545);
    top: 20%;
    left: 15%;
    animation: float 7s ease-in-out infinite;
}

.shape-4 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #6f42c1, #0d6efd);
    top: 15%;
    left: 15%;
    animation: float 9s ease-in-out infinite;
}

.shape-5 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #20c997, #198754);
    top: 50%;
    right: 20%;
    animation: float 5s ease-in-out infinite reverse;
}

.shape-6 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    top: 30%;
    right: 5%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

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

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

.content-wrapper {
    position: relative;
    z-index: 10;
}

.hero-image {
    position: relative;
    z-index: 5;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-image {
    position: relative;
    z-index: 5;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background: linear-gradient(135deg, #fd7e14, #ffc107);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(253, 126, 20, 0.3);
}

.stats-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.display-4 {
    font-weight: 700;
    color: #2d3748;
}

.lead {
    color: #4a5568;
    font-size: 1.1rem;
}

.text-primary {
    color: #fd7e14 !important;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .geometric-shape {
        width: 150px !important;
        height: 150px !important;
    }

    .shape-1 {
        width: 200px !important;
        height: 200px !important;
    }

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


.hexagon-container {
    position: relative;
    width: 700px;
    height: 700px;
}

.hexagon {
    position: absolute;
    width: 220px;
    height: 220px;
    transition: transform 0.3s ease;
}



.hexagon-shape {
    position: relative;
    width: 100%;
    height: 100%;
}

.hexagon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

.hexagon-inner {
    position: absolute;
    width: 85%;
    height: 85%;
    top: 7.5%;
    left: 7.5%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    background: white;
    z-index: 1;
}

.hexagon-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 130px;
    z-index: 2;
}

/* Center hexagon */
.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 250px;
    height: 250px;
}

.center .hexagon-bg {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.center .hexagon-content {
    width: 150px;
}

.center .hexagon-content h2 {
    color: #6c757d;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}

/* Positioned hexagons around center */
.hex-1 {
    top: -10px;
    left: 212px;
}

.hex-2 {
    top: 112px;
    right: 40px;
}

.hex-3 {
    bottom: 116px;
    right: 40px;
}

.hex-4 {
    bottom: -8px;
    left: 216px;
}

.hex-5 {
    bottom: 118px;
    left: 38px;
}

.hex-6 {
    top: 116px;
    left: 38px;
}

/* Colors */
.color-1 {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
}

.color-2 {
    background: linear-gradient(135deg, #ffd93d, #ffb74d);
}

.color-3 {
    background: linear-gradient(135deg, #66bb6a, #4caf50);
}

.color-4 {
    background: linear-gradient(135deg, #26c6da, #00bcd4);
}

.color-5 {
    background: linear-gradient(135deg, #42a5f5, #2196f3);
}

.color-6 {
    background: linear-gradient(135deg, #ab47bc, #9c27b0);
}

.hex-number {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.hex-1 .hex-number {
    color: #ee5a52;
}

.hex-2 .hex-number {
    color: #ffb74d;
}

.hex-3 .hex-number {
    color: #4caf50;
}

.hex-4 .hex-number {
    color: #00bcd4;
}

.hex-5 .hex-number {
    color: #2196f3;
}

.hex-6 .hex-number {
    color: #9c27b0;
}

.hex-title {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hex-text {
    font-size: 11px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hex-icon {
    font-size: 24px;
}

.hex-1 .hex-icon {
    color: #ff9999;
}

.hex-2 .hex-icon {
    color: #ffcc99;
}

.hex-3 .hex-icon {
    color: #ffcc66;
}

.hex-4 .hex-icon {
    color: #99ddcc;
}

.hex-5 .hex-icon {
    color: #66ccff;
}

.hex-6 .hex-icon {
    color: #cc99ff;
}

@media (min-width: 1400px) {
    .hexagon-container {
        width: 800px;  
        height: 800px;
    }

    .hexagon {
        width: 220px; 
        height: 220px;
    }

    .center {
        width: 260px;
        height: 260px;
    }

    .hex-1 {
        top: 40px;
        left: 265px;
    }

    .hex-2 {
        top: 160px;
        right: 90px;
    }

    .hex-3 {
        bottom: 160px;
        right: 88px;
    }

    .hex-4 {
        bottom: 40px;
        left: 270px;
    }

    .hex-5 {
        bottom: 160px;
        left: 90px;
    }

    .hex-6 {
        top: 160px;
        left: 90px;
    }

    .hexagon-content {
        width: 120px;
    }

    .center .hexagon-content {
        width: 140px;
    }

    .center .hexagon-content h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .hex-number {
        font-size: 28px;
    }

    .hex-title {
        font-size: 12px;
    }

    .hex-text {
        font-size: 10px;
    }

    .hex-icon {
        font-size: 22px;
    }
}


@media (min-width: 991px) and (max-width: 1199px) {
    .hexagon-container {
        width: 700px;
        height: 700px;
    }

    .hexagon {
        width: 180px;
        height: 180px;
    }

    .center {
        width: 200px;
        height: 200px;
    }

    .hex-1 {
        top: 55px;
        left: 180px;
    }

    .hex-2 {
        top: 160px;
        right: 40px;
    }

    .hex-3 {
        bottom: 160px;
        right: 40px;
    }

    .hex-4 {
        bottom: 55px;
        left: 185px;
    }

    .hex-5 {
        bottom: 155px;
        left: 40px;
    }

    .hex-6 {
        top: 160px;
        left: 40px;
    }

    .hexagon-content {
        width: 100px;
    }

    .center .hexagon-content {
        width: 120px;
    }

    .center .hexagon-content h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hex-number {
        font-size: 24px;
    }

    .hex-title {
        font-size: 10px;
    }

    .hex-text {
        font-size: 9px;
    }

    .hex-icon {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hexagon-container {
        width: 700px;
        height: 700px;
    }

    .hexagon {
        width: 200px;
        height: 200px;
    }

    .center {
        width: 220px;
        height: 220px;
    }

    .hex-1 {
        top: 30px;
        left: 245px;
    }

    .hex-2 {
        top: 135px;
        right: 90px;
    }

    .hex-3 {
        bottom: 135px;
        right: 90px;
    }

    .hex-4 {
        bottom: 25px;
        left: 248px;
    }

    .hex-5 {
        bottom: 138px;
        left: 90px;
    }

    .hex-6 {
        top: 138px;
        left: 90px;
    }

    .hexagon-content {
        width: 100px;
    }

    .center .hexagon-content {
        width: 120px;
    }

    .center .hexagon-content h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hex-number {
        font-size: 24px;
    }

    .hex-title {
        font-size: 10px;
    }

    .hex-text {
        font-size: 9px;
    }

    .hex-icon {
        font-size: 18px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .hexagon-container {
        width: 700px;
        height: 700px;
    }

    .hexagon {
        width: 200px;
        height: 200px;
    }

    .center {
        width: 220px;
        height: 220px;
    }

    .hex-1 {
        top: 30px;
        left: 155px;
    }

    .hex-2 {
        top: 140px;
        right: 0px;
    }

    .hex-3 {
        bottom: 140px;
        right: 0px;
    }

    .hex-4 {
        bottom: 25px;
        left: 158px;
    }

    .hex-5 {
        bottom: 138px;
        left: 0px;
    }

    .hex-6 {
        top: 140px;
        left: 0px;
    }

    .hexagon-content {
        width: 100px;
    }

    .center .hexagon-content {
        width: 120px;
    }

    .center .hexagon-content h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hex-number {
        font-size: 24px;
    }

    .hex-title {
        font-size: 10px;
    }

    .hex-text {
        font-size: 9px;
    }

    .hex-icon {
        font-size: 18px;
    }
}

@media (min-width: 320px) and (max-width: 539px) {
    .hexagon-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        width: 100%;
        height: auto;
        position: relative;
    }

    .hexagon {
        position: static !important;
        /* remove absolute positioning */
        margin: 0 auto;
        width: 45vw;
        /* scale with screen width */
        height: 45vw;
        /* keep hexagon shape proportional */
        max-width: 200px;
        max-height: 200px;
    }

    .center {
        width: 50vw;
        /* bigger than others */
        transform: none;
        height: 50vw;
        max-width: 200px;
        max-height: 200px;
        order: 4;
    }

    .center .hexagon-content h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    /* Order for stacking */
    .hex-1 {
        order: 1;
    }

    .hex-2 {
        order: 2;
    }

    .hex-3 {
        order: 3;
    }

    .hex-4 {
        order: 5;
    }

    .hex-5 {
        order: 6;
    }

    .hex-6 {
        order: 7;
    }

    /* Content scaling */
    .hexagon-content {
        width: 90%;
        text-align: center;
    }

    .hex-number {
        font-size: 4vw;
    }

    .hex-title {
        font-size: 3vw;
    }

    .hex-text {
        font-size: 2.5vw;
    }

    .hex-icon {
        font-size: 4vw;
    }
}