 /* Custom Styles */
 body {
    font-family: Arial, sans-serif;
}

/* Navbar Styles */
.navbar {
    transition: all 0.3s ease;
}

.navbar.sticky-top {
    background-color: white;
}

.navbar-brand img {
    height: 120px;
}

.nav-link {
    font-weight: 600;
    margin: 0 10px;
    font-size: large;
    position: relative;
    letter-spacing: 0.1rem;
    font-family: Arial sans-serif;
}

.nav-link.active {
    color: #8BC34A !important;
}

/* Hero Section */
.hero-section {
    background-color: #fff;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #8BC34A;
}

.hero-content h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
}

.hero-content .text-primary {
    color: #8BC34A !important;
}

.hero-image img {
    max-width: 100%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
    .hero-section {
        padding: 20px 0;
    }
}

.counter-section {
    background-color: #000000;
    padding: 60px 0;
    color: white;
    text-align: center;
}

.counter-icon {
    display: inline-flex;
    margin-bottom: 15px;
}

.counter-icon img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    object-fit: contain;
}

.counter-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.counter-title {
    font-size: 1.5rem;
    margin-top: 10px;
    
}

.container {
    max-width: 1320px;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
}
.card {
    border-radius: 20px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    border: none;
    align-items: center;
}
.card img {
    width: 100px;
    height: 100px;
}
.card-title {
    font-weight: bold;
    margin-top: 15px;
}
.custom-bg {
    background-color: #eef2fb;
    border-radius: 20px;
    padding: 40px;
}

.chooseus-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.chooseus-feature-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.chooseus-feature-title {
    color: #8BC34A;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.chooseus-feature-text {
    font-size: 0.9rem;
    line-height: 1.5;
}

.chooseus-feature-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.chooseus-team-image {
    max-width: 100%;
    height: auto;
}

.chooseus-dots-pattern {
    background-image: radial-gradient(#8BC34A 1px, transparent 1px);
    background-size: 10px 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.chooseus-image-container {
    position: relative;
}

.increasesocial-section {
    background-color: #8BC34A;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #0093d9;
    border-bottom: 3px solid #0093d9;
}

.increasesocial-heading {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.increasesocial-text {
    color: white;
    font-size: 1rem;
    line-height: 1.6;
}

.increasesocial-image {
    max-width: 100%;
    height: auto;
}

.increasesocial-container {
    position: relative;
    z-index: 2;
}

.footer-main {
    background-color: black;
    color: white;
    padding: 60px 0 0 0;
}

.footer-text {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-website {
    color: white;
    font-size: 14px;
    margin-bottom: 40px;
}

.footer-heading {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-nav-item {
    color: white;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav-item:hover {
    color: #cccccc;
}

.footer-phone {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social-container {
    display: flex;
    margin-top: 20px;
}

.footer-social-icon {
    background-color: white;
    border-radius: 50%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.footer-social-icon:hover {
    background-color: #cccccc;
}

.footer-copyright {
    border-top: 1px solid #333;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.services-container {
    padding: 60px 0;
    background-color: #f9fafb;
}

.services-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.services-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #8BC34A;
}

.services-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.01);
    transform: translateY(-5px);
    margin-bottom: 30px;
}

.services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services-icon {
    display: block;
    margin: 0 auto 20px;
    max-width: 120px;
    height: auto;
}

.services-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #8BC34A;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.services-card-text {
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.prtb-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem 1rem;
}

.prtb-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.prtb-heading h1 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.prtb-heading .prtb-creators {
    color: #8BC34A;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.prtb-plan-card {
    height: 100%;
    border-radius: 15px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.prtb-plan-card:hover {
    transform: translateY(-5px);
}

.prtb-highlighted {
    background-color: #8BC34A;
    color: white;
}

.prtb-plan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.prtb-plan-desc {
    font-size: 0.9rem;
    min-height: 60px;
}

.prtb-price {
    font-size: 3rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem;
}

.prtb-price-period {
    font-size: 1rem;
    opacity: 0.8;
}

.prtb-feature-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.prtb-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.prtb-feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.prtb-feature-available .prtb-feature-icon {
    background-color: rgba(139, 195, 74, 0.2);
    color: #8BC34A;
}

.prtb-highlighted .prtb-feature-available .prtb-feature-icon {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.prtb-feature-unavailable .prtb-feature-icon {
    background-color: rgba(0, 0, 0, 0.1);
    color: #6c757d;
}

.prtb-highlighted .prtb-feature-unavailable .prtb-feature-icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.prtb-btn-cta {
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.prtb-btn-outline {
    background-color: transparent;
    border: 2px solid #8BC34A;
    color: #8BC34A;
}

.prtb-btn-outline:hover {
    background-color: #8BC34A;
    color: white;
}

.prtb-btn-filled {
    background-color: white;
    border: 2px solid white;
    color: #8BC34A;
}

.prtb-btn-filled:hover {
    background-color: transparent;
    color: white;
}

.prtb-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.prtb-toggle-label {
    font-weight: 500;
    margin: 0 1rem;
}

.prtb-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.prtb-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.prtb-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
}

.prtb-toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .prtb-toggle-slider {
    background-color: #8BC34A;
}

input:checked + .prtb-toggle-slider:before {
    transform: translateX(30px);
}

.prtb-save-tag {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.prtb-save-tag img {
    width: 70px;
    height: auto;
}

.prtb-currency-toggle {
    position: static;
    justify-items: right;
}

/* Arrow styling */
.prtb-arrow {
    position: absolute;
    width: 60px;
    top: -20px;
    right: -60px;
}

.prtb-save-text {
    position: absolute;
    right: -30px;
    top: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.discoverus-section {
    padding: 80px 0;
    background-color: white;
}

.discoverus-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.discoverus-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.discoverus-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-top: 30px;
}

.discoverus-address {
    color: #555;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}

.discoverus-address:hover {
    color: #007bff;
}

.discoverus-contact-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.discoverus-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.discoverus-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contactform-section {
    background-color: #8BC34A;
    padding: 50px 0;
    border: 2px solid #0093d9;
}

.contactform-container {
    padding: 20px;
}

.contactform-heading {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    line-height: 1.2;
}

.contactform-subheading {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contactform-text {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

.contactform-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    padding: 10px 0;
    margin-bottom: 20px;
}

.contactform-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contactform-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    padding: 10px 0;
    margin-bottom: 20px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 16px 12px;
}

.contactform-select option {
    background-color: #8BC34A;
    color: white;
}

.contactform-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    padding: 10px 0;
    margin-bottom: 30px;
    resize: none;
    height: 80px;
}

.contactform-submit {
    background-color: #FFD600;
    color: #333;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contactform-submit:hover {
    background-color: #FFE54C;
}

/* Style for form controls focus state */
.contactform-input:focus,
.contactform-select:focus,
.contactform-textarea:focus {
    box-shadow: none;
    border-color: white;
    background-color: transparent;
    color: white;
}

.map-container {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background-color: white;
}

.map-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
}

.map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 3px solid #ff3b30;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.map-pin.map-pin-large {
    width: 24px;
    height: 24px;
}

.map-pin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ff3b30;
    border-radius: 50%;
}

.map-pin.map-pin-large::before {
    width: 12px;
    height: 12px;
}

.abt-sec {
    padding: 80px 0;
    background-color: #ffffff;
}

.abt-sec-title {
    font-size: 42px;
    color: #8BC34A;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.abt-sec-content {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.abt-sec-img-container {
    position: relative;
}

.abt-sec-img {
    max-width: 80%;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.abt-sec-dots {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background-image: radial-gradient(#8BC34A 3px, transparent 3px);
    background-size: 15px 15px;
}

.newsletter-section {
    background-color: #f9f9f2;
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

.newsletter-green-blob {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #8BC34A;
    border-radius: 110px 30px 30px 110px;
    z-index: 1;
}

.newsletter-content {
    position: relative;
    z-index: 2;
}

.newsletter-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.newsletter-description {
    color: #666;
    margin-bottom: 20px;
}

.newsletter-form {
    position: relative;
    z-index: 2;
    max-width: 450px;
}

.newsletter-input {
    border-radius: 50px;
    padding: 15px 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.newsletter-button {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50px;
    padding: 10px 25px;
    background-color: #000;
    color: white;
    border: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    .newsletter-green-blob {
        width: 100%;
        height: 50%;
        border-radius: 0 0 30px 30px;
    }
    
    .newsletter-form {
        margin: 0 auto;
    }
}
.testimonial-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonial-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-slide {
    display: flex !important;
    align-items: center;
    padding: 20px;
}

.testimonial-avatar-container {
    position: relative;
    width: 320px;
    height: 320px;
    margin-right: 40px;
    flex-shrink: 0;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-accent {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00bfa5;
    z-index: -1;
}

.testimonial-content {
    max-width: 500px;
}

.testimonial-name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}

.testimonial-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.testimonial-dot.active {
    background-color: #3f51b5;
}

.testimonial-floating-avatars {
    position: absolute;
    top: 200px;
    right: 80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle at center, rgba(255, 247, 214, 0.5) 0%, rgba(255, 247, 214, 0.2) 60%, rgba(255, 247, 214, 0) 70%);
    border-radius: 50%;
}

.testimonial-floating-avatar {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid white;
}

.testimonial-floating-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-floating-avatar:nth-child(1) {
    width: 55px;
    height: 55px;
    top: 90px;
    right: 40px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(2) {
    width: 85px;
    height: 85px;
    top: 30px;
    right: 130px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 110px;
    right: 260px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(4) {
    width: 80px;
    height: 80px;
    top: 140px;
    right: 140px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(5) {
    width: 65px;
    height: 65px;
    top: 200px;
    right: 50px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(6) {
    width: 75px;
    height: 75px;
    top: 250px;
    right: 120px;
    z-index: 2;
}

.testimonial-floating-avatar:nth-child(7) {
    width: 60px;
    height: 60px;
    top: 210px;
    right: 240px;
    z-index: 2;
}

/* Custom slick slider styling */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
}


.main-section {
    position: relative;
    padding: 100px 0;
    font-family: 'Arial', sans-serif;
    background-color: #f5f8ff;
    overflow-x: hidden;
}

.dot-pattern {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 300px;
    height: 150px;
    background-image: radial-gradient(#e0e0e0 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 1;
    z-index: 0;
}

.heading-container {
    background-image: url("../images/Rectangle\ 25.png");
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 50px 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.heading-container h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.heading-container p {
    font-size: 1rem;
    color: #555;
}

.service-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-5px);
}

.icon-container {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-container.idea {
    background-color: #f0f8ff;
}

.icon-container.financial {
    background-color: #fff7e6;
}

.icon-container.dev {
    background-color: #fff0f5;
}

.icon-container.market {
    background-color: #f0fff0;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.service-card p {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.progress-circle {
    position: absolute;
    bottom: 38px;
    right: 60px;
    width: 130px;
    height: 130px;
    z-index: 0;
}

@media (max-width: 768px) {
    .heading-container {
        padding: 30px 20px;
    }
    
    .heading-container h1 {
        font-size: 2rem;
    }
    
    .service-card {
        margin-bottom: 30px;
    }
}

.portfolio-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background-color: #1a1a1a;
    color: white;
    transition: transform 0.3s ease;
}

.portfolio-item:hover {
    transform: scale(1.02);
}

.portfolio-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.stats {
    display: flex;
    margin-top: auto;
    gap: 30px;
}

.stat-item {
    margin-bottom: 10px;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.portfolio-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #8BC34A;
    color: white;
    padding: 15px 20px;
    border-top-right-radius: 20px;
    z-index: 2;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(100%);
}

.portfolio-item:hover .portfolio-badge {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-badge a{
    text-decoration: none;
}

.badge-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
    color: #fff;
}

.badge-subtitle {
    font-size: 14px;
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.expand-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo {
    color: white;
    font-size: 14px;
    opacity: 0.7;
}

.device-mockup {
    position: relative;
    margin-top: -50px;
}

.device-image {
    width: 100%;
    border-radius: 10px;
}

.view-case {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.category-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.category-badge {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.phone-mockup {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}