
        
@font-face {
    font-family: 'FilsonPro';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f898_filsonprolight-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'FilsonPro';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f8cc_FilsonPro-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Kefir';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f924_kefir-demi-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Kefir';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f895_Kefir-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Kefir';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f925_kefir-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'FilsonPro';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f896_filsonprobold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'FilsonPro';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f89f_filsonpromedium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'FilsonPro';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f899_filsonproregular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Kefir';
    src: url('https://cdn.prod.website-files.com/65de5f112dbd7f7bdfc2f7b0/65de5f112dbd7f7bdfc2f869_Kefir-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
        body{
            font-family: FilsonPro, sans-serif;
           
        }
        /* Center align the nav items */
        nav{
            background-color: #EAF2F8 !important;
        }
        .navbar-nav {
            margin-left: auto;
            margin-right: auto;
           

        }

        /* Button alignment on the right */
        .nav-buttons {
            margin-left: auto;
        }

        /* Hover to open dropdown */
        .navbar-nav .dropdown:hover .dropdown-menu {
            display: block;
        }

        .navbar-nav .dropdown-menu {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .nav-buttons .btn{
            font-size: 1rem;
            padding: 10px 20px;
        }
        /* Default state for the dropdown item */
        .navbar-nav .dropdown-item {
    color: #000;  /* Default text color */
    
    transition: color 0.3s ease, background-color 0.3s ease;  /* Smooth transition */
  }
  
  /* Hover state for the dropdown item */
  .navbar-nav .dropdown-item:hover {
    color: #fff;  /* Text color on hover */
    background-color: #007bff;  /* Background color on hover (Bootstrap primary color) */
  }
  

        .hero {
            background-color: #EAF2F8;

            padding: 50px 0;
            text-align: center;
        }

        .hero h1 {
            font-size: 3rem;
            font-weight: bold;
            color: #333;
        }

        .hero p {
            font-size: 1.25rem;
            color: #555;
            margin: 20px 0;
        }

        .hero .dynamic-text {
            color: #007bff;
            font-weight: bold;
            border-right: 2px solid #007bff; /* To simulate a typing cursor */
            padding-right: 5px;
            white-space: nowrap;
           /* overflow: hidden; */
            display: inline-block;
        }

        /* Buttons styling */
        .hero .cta-buttons {
            margin-top: 30px;
        }

        .hero .cta-buttons .btn {
            padding: 15px 30px;
            font-size: 1rem;
        }

        /* Shopify partner badge */
        .shopify-partner-badge {
            margin-top: 50px;
        }

        .navbar-brand{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            
        }

          /* Section background */
    .unique-services-section {
        background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
        padding: 60px 0;
    }

    /* Main text styling */
    .unique-services-section .title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #007bff;
    }

    .unique-services-section .description {
        font-size: 1.2rem;
        color: #555;
    }

    .unique-services-section .services-list {
        font-size: 1.1rem;
        color: #333;
    }

    /* Floating Image Section */
    .floating-image-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .floating-image-wrapper .main-image {
        max-width: 100%;
        border-radius: 10px;
    }

    .floating-icon {
        position: absolute;
        width: 80px;
        height: 80px;
        animation: float 6s ease-in-out infinite;
    }

    /* Floating Icon Positions */
    .floating-icon-1 {
        top: -20px;
        left: 50px;
        animation-delay: 0s;
    }

    .floating-icon-2 {
        bottom: -30px;
        right: 50px;
        animation-delay: 1.5s;
    }

    .floating-icon-3 {
        top: 50%;
        right: 100px;
        animation-delay: 3s;
    }

    /* Floating Animation */
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-20px);
        }
    }

    /* Button styling */
    .unique-services-section .btn-primary {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    .unique-services-section .btn-outline-primary {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    /* Mobile Adjustments */
    @media (max-width: 768px) {
        .floating-image-wrapper {
            margin-bottom: 30px;
        }

        .unique-services-section .text-content {
            text-align: center;
        }

        .unique-services-section .title {
            font-size: 2rem;
        }

        .hero .cta-buttons .btn {
    padding: 12px 20px;
    font-size: .85rem;
}
.hero h1{
    font-size: 1.8rem;
    line-height: 1.4;
}


    }

    .cro-section {
        background-color: #f9f9f9;
        padding: 60px 0;
    }

    .cro-section h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #007bff;
    }

    .cro-section p {
        font-size: 1rem;
        color: #555;
    }

    .cro-section ul {
        font-size: 1.1rem;
        color: #333;
    }

    .cro-section ul li {
        margin-bottom: 15px;
    }

    .cro-section .fas {
        font-size: 1.5rem;
    }

    .cro-section .btn-primary {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    .cro-section .btn-outline-primary {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    /* Mobile Adjustments */
    @media (max-width: 768px) {
        
    }








    .step-box {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 10px;
            transition: transform 0.3s ease-in-out;
        }
        .step-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        /* Responsive styling */
        @media (max-width: 768px) {
            .col-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
  

.footer {
    background-color: #2c3e50;
    color: white;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffcc00;
}

.footer p, .footer a {
    color: #ccc;
}

.footer a:hover {
    color: white;
    text-decoration: underline;
}

.social-icons a {
    font-size: 1.2rem;
    color: #ccc;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ffcc00;
}

.newsletter-form {
    max-width: 100%;
}

.newsletter-form .form-control {
    border-radius: 5px;
    border: none;
    padding: 10px;
}

.newsletter-form .btn-primary {
    background-color: #ffcc00;
    color: #2c3e50;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.newsletter-form .btn-primary:hover {
    background-color: #ff9900;
    color: white;
}

.footer .row .col {
    margin-bottom: 30px;
}

.footer p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #ffcc00;
}

/* Bottom Footer */
.footer .col.text-center p {
    font-size: 0.9rem;
    color: #777;
}

.footer .col.text-center a {
    color: #ffcc00;
    text-decoration: none;
}

.footer .col.text-center a:hover {
    color: #ff9900;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-title {
        font-size: 1.2rem;
    }

    .social-icons a {
        font-size: 1rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form .form-control {
        margin-bottom: 10px;
    }

    .newsletter-form .btn-primary {
        width: 100%;
    }
}






/*Form Section */


.form-container {
    background-color: white;
    border-radius: 8px;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.form-container h1 {
    color: #2c3e50;
    text-align: center;
}
.form-container label {
    color: #2c3e50;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}
.form-container input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}
.form-container input[type="submit"] {
    background-color: #ffcc00;
    color: #2c3e50;
    padding: 15px;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}
.form-container input[type="submit"]:hover {
    background-color: #ff9900;
    color: white;
}


/*end of form */

.reviews{
    background-color: #EAF2F8;
}
.reviews h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.review-logo {
    max-width: 150px;
}

.reviews p {
    font-size: 1rem;
    color: #555;
}

.reviews a:hover {
    text-decoration: none;
}
/* Custom row to prevent conflicts with Bootstrap */
.custom-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

/* Custom column for equal height and alignment */
.custom-col {
flex: 0 0 18%; /* Ensures 5 items per row on desktop */
max-width: 18%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

/* Ensure equal height for text */
.custom-text-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

/* Make images equal height and width */
.review-logo {
width: 100px;
height: 100px;
object-fit: contain;
}

/* Responsive for mobile: 3 items per row */
@media (max-width: 768px) {
.custom-col {
    flex: 0 0 30%;
    max-width: 30%;
}
}

/* Further adjustment for very small screens */
@media (max-width: 576px) {
.custom-col {
    flex: 0 0 45%;
    max-width: 45%;
}
}



.accordion-button {
    background-color: #007bff;
    color: white;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #66b2ff;
}

.accordion-button:hover {
    background-color: #a3daff;
    color: white;
}

.accordion-body {
    font-size: 1rem;
    color: #444;
}



.contact-us{
    background-color: #EAF2F8;
}

.contact-us h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.contact-us h4 {
    font-size: 1.5rem;
    color: #007bff;
}

.contact-form label {
    font-weight: bold;
}

.contact-form textarea {
    resize: none;
}

.contact-info li {
    font-size: 1.1rem;
    color: #555;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-outline-primary {
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-us h2 {
        font-size: 2rem;
    }

    .contact-us h4 {
        font-size: 1.3rem;
    }

    .contact-info li {
        font-size: 1rem;
    }
}


.reviews-section {
    background-color: #F9F4EC;
}

.reviews-section img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

.reviews-section .review-block {
    border: 1px solid black;
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
   margin: 10px 5px;
   flex: 0 0 22%;
   align-items: center;
   justify-content: center;
}

.reviews-section .row {
    display: flex;
    justify-content: center;

    margin-left: -15px; /* Negative margin to offset the added left/right spacing */
    margin-right: -15px; /* Negative margin to offset the added left/right spacing */
}

@media (max-width:757px){
    .reviews-section .review-block{
        flex: 0 0 45%;
    }
}




.partner-section {
    background-color: #EAF2F8;
    padding: 50px 0;
}

.partner-logo {
    max-width: 150px;
    
    transition: filter 0.3s ease;
}

.partner-logo:hover {
    filter: grayscale(0%);
}

.partner-section h2 {
    font-weight: bold;
}

.partner-section p {
    font-size: 1.1rem;
    color: #555;
}

.btn-primary {
    padding: 10px 30px;
    font-size: 1.1rem;
}

.unique-shopify-services-section{
    background-color: #F9F4EC;
}

.unique-shopify-services-section .main-image {
    max-width: 100%;
    border-radius: 10px;
}

.cro-section{
    background-color: #EAF2F8;
}

@media (max-width:767px) {
    .hidden-mobile-section{
        display: none;
    }
}

@media (min-width:768px){
    .hidden-desktop-section{
        display: none;
    }
}







.testimonials{
    background-color: #F9F4EC;
}
.testimonials h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
}

.testimonial-card h5 {
    font-size: 1.2rem;
    color: #007bff;
}

.testimonial-card p {
    font-size: 1rem;
    color: #555;
}

.testimonial-card .text-muted {
    font-size: 0.9rem;
}


.reviews a{
    text-decoration: none;;
}

.faq-section button:hover{
    background-color: #007bff !important;
}

.subscribe-now {
    background-color: #007bff;
    color: white;
    padding: 60px 0;
    border-radius: 10px;
}

.subscribe-now h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
}

.subscribe-now p {
    font-size: 1.1rem;
    color: #f1f1f1;
}

.subscribe-form {
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-form .form-control {
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.subscribe-form .btn-primary {
    padding: 10px 20px;
    font-size: 1.1rem;
    background-color: #ffcc00;
    color: #007bff;
    border: none;
    border-radius: 5px;
}

.subscribe-form .btn-primary:hover {
    background-color: #ff9900;
    color: #fff;
}

/* Success Message Styling */
.text-success {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .subscribe-now h2 {
        font-size: 2rem;
    }

    .subscribe-form .form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-form .btn-primary {
        width: 100%;
    }
    .btn-outline-primary {
        margin-top: 10px;
   }
}




.recent-work {
    background-color: #F9F4EC;
    padding: 60px 0;
}

.recent-work h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 40px;
}
.work-item a {
    display: none !important;
}
.work-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.work-item:hover {
    transform: translateY(-10px);
}

.work-image {
    border-radius: 10px;
    max-width: 100%;
}

.work-title {
    font-size: 1.25rem;
    margin: 15px 0;
    color: #333;
}



.btn-primary {
    padding: 12px 30px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .recent-work .col-md-3 {
    
        max-width: 100%;
    }
}



.why-choose-us {
    background-color: #EAF2F8;
}

.why-choose-us h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}

.why-choose-us p {
    font-size: 1.1rem;
    color: #555;
}

.why-choose-us .d-flex {
    align-items: center;
}

.why-choose-us .fa-2x {
    font-size: 2rem;
    color: #007bff;
}

.why-choose-us h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.why-choose-us small {
    font-size: 0.9rem;
    color: #777;
}

.why-choose-us .btn-primary {
    padding: 12px 30px;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.why-choose-us .btn-outline-primary {
    padding: 12px 30px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .why-choose-us .cta-buttons {
        text-align: center;
    }
}



.our-clients {
    background-color: #F9F4EC;
    overflow: hidden;
}

.clients-logos {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.logos-wrapper {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 30px;
}

.logo-item img {
    max-width: 100px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.logo-item img:hover {
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .logo-item {
        padding: 0 20px;
    }

    .logo-item img {
        max-width: 80px;
    }
}




.how-it-works-section{
    background-color: #F9F4EC;
}



.free-resources{
    background-color: #F9F4EC;
}
.free-resources h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.resource-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.resource-image {
    max-width: 100%;
    height: auto;
}

.resource-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
}

.resource-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.free-resources .btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
}

.free-resources .btn-outline-primary {
    padding: 12px 30px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .free-resources h2 {
        font-size: 2rem;
    }
}