@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
    color: #333333;
}
.navbar {
    /*background: linear-gradient(90deg, #007bff, #6610f2);*/
    background: linear-gradient(90deg, #0000009e, #0f0e1194);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    font-weight: bold;
    color: #ffffff !important;
}
.hero-section {
    position: relative;
    background: url('/public/assets/images/804bb1b6437feb768345866db4f35765_38.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#5b76dcbf 15%, #007bffb8);
    z-index: -1;
}
.hero-text h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
}
h2 {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0px;
}
.hero-text p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.cta-button {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
    background-color: #ffffff;
    color: #007bff;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #007bff;
    color: #ffffff;
}

.footer {
    background-color: #212529;
    color: #ffffff;
    padding: 2rem 0;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer a:hover {
    color: #007bff;
}
.pricing-section {
    background-color: #f8f9fa;
}

.pricing-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pricing-header h3 {
    margin-bottom: 0;
    font-size: 1.75rem;
    font-weight: bold;
}

.pricing-body {
    font-size: 1rem;
    color: #6c757d;
}

.pricing-body p {
    margin-bottom: 0.5rem;
}

.pricing-footer .btn {
    width: 100%;
    font-weight: bold;
    border-width: 2px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pricing-footer .btn:hover {
    background-color: #007bff;
    color: #ffffff;
}

.contact-section {
    padding: 4rem 0;
}
.contact-form {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-form h2 {
    margin-bottom: 1.5rem;
}
.contact-form .form-group {
    margin-bottom: 1.5rem;
}
.contact-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.contact-section h2 {
    color: #343a40;
    margin-bottom: 1rem;
}

.contact-section p {
    color: #6c757d;
    margin-bottom: 2.5rem;
}

.contact-form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
    font-weight: 600;
    color: #495057;
}

.contact-form .form-control {
    border-radius: 0;
    padding: 12px;
    border: 1px solid #ced4da;
}

.contact-form .btn {
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 0;
}

.contact-form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.contact-form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.logo {
    font-family: 'Arial', sans-serif; /* Use a sleek, modern font */
    font-size: 48px; /* Adjust font size as needed */
    font-weight: bold;
    color: #333; /* Main text color */
    text-align: center;
    margin: 20px;
    position: relative;
    display: inline-block;
}

.logo-text {
font-size: 1.6em !important; /* Increase size of the main logo text */
}

ruby rt {
    display: block;
    font-size: 0.5em; /* Adjust size of the annotation text */
    color: #888; /* Annotation text color */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -5px;
}
.terms-of-service-section {
    padding: 4rem 0;
}
.terms-of-service-content {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.privacy-policy-section {
    padding: 4rem 0;
}
.privacy-policy-content {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.steps-section {
    background-color: #f7f8fa;
    padding: 80px 0;
    font-size:17px;
}

.step-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-right: 15px;
}

.step-content {
    flex-grow: 1;
}

.step-content h5 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.step-content .step-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}


.steps-section h2 {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0px;
}
.app-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.console-section {
    background-color: #e9ecef;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.hero-section {
    padding: 100px 15px; /* Adjust padding */
    text-align: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.hero-section p {
    font-size: 1.1rem;
    font-weight: 400;
}

.cta-button {
    padding: 12px 20px;
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {
    .features-section .row {
        flex-direction: column;
    }
    .features-section .col-md-4 {
        max-width: 100%;
    }
}
.pricing-card {
    margin-bottom: 30px;
    padding: 20px;
}

@media (max-width: 767.98px) {
    .pricing-section .row {
        flex-direction: column;
    }
    .pricing-section .col-md-4 {
        max-width: 100%;
    }
}
.steps-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.steps-section .title{font-size:2.5rem;}

@media (max-width: 767.98px) {
    .steps-section .row {
        flex-direction: column-reverse;
    }
    .steps-section .col-md-5 {
        max-width: 100%;
        margin: 0;
    }
    .steps-section .col-md-6 {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }
}
.testimonial-section .testimonial-card {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .testimonial-section .row {
        flex-direction: column;
    }
    .testimonial-section .col-md-4 {
        max-width: 100%;
    }
}
.contact-section .contact-form {
    padding: 20px;
}

@media (max-width: 767.98px) {
    .contact-section .col-md-8 {
        max-width: 100%;
        padding: 0 15px;
    }
}
.footer {
    padding: 20px 15px;
}

.footer p, .footer a {
    font-size: 0.875rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* Add padding between all boxes and sections on mobile */
@media (max-width: 767.98px) {
    .features-section .col-md-4,
    .pricing-section .col-md-4,
    .testimonial-section .col-md-4,
    .steps-section .row > div,
    .contact-section .col-md-8 {
        margin-bottom: 20px; /* Add margin between boxes */
    }

    .steps-section .row,
    .features-section .row,
    .pricing-section .row,
    .testimonial-section .row,
    .contact-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .steps-section .row > div,
    .features-section .col-md-4,
    .pricing-section .col-md-4,
    .testimonial-section .col-md-4,
    .contact-section .col-md-8 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px;
    font-size: 11px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

/* Table Header */
thead th {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    padding: 16px;
    letter-spacing: 1px;
}

/* Table Rows */
tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

/* Last row without border */
tbody tr:last-child td {
    border-bottom: none;
}

/* Icons styling */
tbody td i {
    color: #007bff;
    font-size: 1.2em;
    margin-right: 10px;
}

/* Highlight even rows */
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    table {
        font-size: 14px;
    }
    
    thead th, tbody td {
        padding: 10px;
    }
    
    tbody td i {
        font-size: 1em;
    }
}
.py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-gray-100 {
    background-color: #f8f9fa;
}

.text-muted {
    color: #6c757d !important;
}

.index-brand-icon-container {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.index-brand-icon-container:hover {
    transform: scale(1.1);
}

.fab {
    color: #fff;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

h2.h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.text-primary {
    color: #007bff !important;
}

.mr-1 {
    margin-right: 0.25rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}
    .feature-table {
        width: 100%;
        border-collapse: collapse;
        margin: 100px 0;
    }

    .feature-table thead {
        background-color: #f4f4f4;
    }

    .feature-table .icon {
        color: #007bff;
        margin-right: 10px;
    }

    .feature-table strong {
        color: #28a745;
    }

    .feature-table .not-supported {
        color: #dc3545;
    }

    .feature-table .mobile-supported {
        color: #17a2b8;
    }

    .feature-table .n-a {
        color: #6c757d;
    }

    .feature-table tbody tr:hover {
        background-color: #f9f9f9;
    }

    .hero-section .screen {
        width: 350px;
        min-height: 390px;
        background: url(/assets/images/your-website.png) no-repeat 0px 48px;
        background-size: cover;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }

    .hero-section .window-header {
        width: 350px;
        height: 49px;
        background-color: rgb(255 255 255 / 90%);
        border-radius: 20px 20px 0 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5px 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .hero-section .window-buttons {
      display: flex;
      gap: 8px;
    }

    .hero-section .button {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: inline-block;
    }

    .hero-section .close {
      background-color: #ff5f56;
    }

    .hero-section .minimize {
      background-color: #ffbd2e;
    }

    .hero-section .maximize {
      background-color: #27c93f;
    }

    .icon-background {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 26px;
        background-color: rgb(0 0 0 / 70%);
        border-radius: 0;
        padding: 10px;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .hero-section .icon-container {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .hero-section .icon-row {
      display: flex;
      justify-content: center;
    }

    .hero-section .icon {
      width: 60px;
      height: 60px;
      background-color: #f1f1f1;
      border-radius: 11px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
    }

    .hero-section .icon:hover {
      transform: translateY(0px) scale(1.45) rotate(0deg);
      transition: 0.2s ease-in-out;
    }

    .hero-section .icon i {
      font-size: 24px;
      color: #444;
    }

    .hero-section .toggle-button {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: #007bff;
      color: #ffffff;
      padding: 8px 12px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
    }

    .hero-section .toggle-button:hover {
      background-color: #0056b3;
    }

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
      cursor: pointer;
    }

    .hero-section .isite-toggle-button {
      box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
      background-color: #fff;
      border: none;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      width: 60px;
      height: 60px;
      cursor: pointer;
    }

    .hero-section .isite-toggle-button img {
      pointer-events: none;
    }

    .hero-section .user-select {
      text-align: center;
    }

    .hero-section .user-select label {
      display: block;
      font-size: 14px;
      color: #333;
    }

    .hero-section .user-select select {
      width: 100%;
      padding: 10px;
      border-radius: 8px;
      background-color: #ffffff;
      border: 1px solid #ccc;
      font-size: 16px;
      outline: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out;
    }

    .hero-section .user-select select:focus {
      border-color: #007bff;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    }

    .hero-section .user-hub {
        width: 350px;
        border: 2px solid #007bff;
        background-color: #f8f9fa;
        text-align: center;
        border-radius: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        min-height: 378px;
        background-image: linear-gradient(137deg, #617ce7, #8BC6EC, #ec6598 100%);
    }

    .hero-section .user-hub h3 {
      color: white;
      padding: 10px;
      margin: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-size: 1.3rem;
      background: linear-gradient(to right, #007bff, #00c6ff);
    }

    .hero-section .hub-content {
      padding: 20px;
      display: flex;
      justify-content: space-around;
    }

.hero-section .user {
    width: 145px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: normal;
    min-height: 300px;
    flex: 0 0 auto;
    padding: 9px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    overflow-y: auto;
    /* box-sizing: border-box; */
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .hero-section .user h4{
      margin: 15px;
      color: #7c7c7c;
      font-size: 1em;}
    .assigned-tasks {
      display: flex;
      flex-direction: column;
      gap: 10px;

    }

.hero-section .assigned-task {
    width: 114px;
    height: 74px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 1s forwards;
    color: #000;
}

    .hero-section .assigned-task i {
      font-size: 34px;
      color: #007bff;
    }

    @keyframes slideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #3498db;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
    transition: background 0.3s;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.hero-section .container {
    display: flex;
    flex-direction: column; /* Stack by default (mobile) */
    gap: 20px;
}

.hero-section .screen,
.hero-section .user-hub {
    width: 100%; /* Full width on mobile */
    max-width: 100%; /* Ensure it takes up available space */
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .hero-section .container .row {
        width: 762px;
    }

    .hero-section .screen,
    .hero-section .user-hub {
        width: 50%; /* Each takes 50% of the container */
        max-width: 50%; /* Ensure equal width distribution */
    }
}
.hero-section a{
    color: #ffffff;
    padding: 10px 45px;
    font-size: 19px;
    border-radius: 25px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(0, 123, 255, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 123, 255, 0);
  }
}

.isite-toggle-button.animate {
  animation: pulse 1.5s infinite;
  transition: transform 0.3s ease-in-out;
}

.isite-toggle-button:hover {
  transform: scale(1.15);
  box-shadow: 0 0 30px rgba(0, 123, 255, 0.9);
}

.isite-toggle-button {
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.isite-toggle-button img {
  width: 40px;
  height: 40px;
}

.isite-toggle-button.clicked {
  animation: none;
  transform: scale(1);
  box-shadow: none;
}

.isite-toggle-button:hover {
  background-color: #0056b3;
}
.user-image-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    position: absolute;
    top: -5px;
    left: -5px;
}

  .user-image-circle img {
    width: 100%;
    height: auto;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Pricing Section Styles */
  .pricing-section {
    padding: 6rem 0 7rem 0;
    background-color: #f0f0f0;
  }
  .pricing-section .section-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
  }
  .pricing-card {
    background: #fff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
  }
  .pricing-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  }
  .pricing-card.featured {
    border: 2px solid var(--bs-primary);
  }
  .badge-popular {
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    background: var(--bs-primary);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    border-radius: 0.75rem;
    font-weight: 600;
  }
  .pricing-header {
    padding: 1.4rem 1rem 1rem;
    text-align: center;
  }
  .pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .pricing-header p {
    color: #6c757d;
    margin-bottom: 1rem;
  }
  .pricing-price {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
  }
  .pricing-price small {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
  }
  .pricing-features {
    list-style: none;
    padding: 0;
    flex-grow: 1;
    margin: 30px 0 0;
  }
  .pricing-features li {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid #e9ecef;
    text-align:left;
  }
  .pricing-features li:first-child {
    border-top: none;
  }
  .pricing-features li i {
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
  }
  .btn-signup {
    width: 100%;
    padding: 0.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
  }