/* General Styles */
:root {
    --primary-color: #4040ff;
    --dark-color: #1a1a1a;
    --light-color: #ffffff;
    --gray-color: #666666;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
}
body {
    font-family: 'Work Sans', sans-serif;
    background-color: #fdfdfd;
    margin: 0;
    padding: 0;
  }
  
  .pricing-section {
    background-color: #fff;
  }
  
 
  
  .pricing-section p {
    font-size: 1rem;
    color: #666;
  }
  
  .toggle-btn {
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .toggle-btn.active {
    background-color: #e60023;
    color: #fff;
  }
  
  .plan-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }
  
  .plan-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
  }
  
  .plan-card ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
  }
  
  .plan-card ul li {
    font-size: 0.9rem;
    color: #333;
    margin: 10px 0;
  }
  
  .plan-card .btn {
    background-color: transparent;
    color: red;
    border-color: red;
    padding: 10px 20px;
    border-radius:11px;
    cursor: pointer;
  }
  
  .plan-card .btn:hover {
    background-color: #bf001b;
  }
  
  @media (max-width: 768px) {
    .plan-card {
      padding: 15px;
    }
  
    .plan-title {
      font-size: 1.2rem;
    }
  }
  
/* Carousel Container */
.carousel-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  /* Carousel */
  .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  /* Carousel Images */
  .carousel img {
    max-width: 100%;
    flex-shrink: 0;
    min-width: 100%;
    height: auto;
  }
  
  /* Navigation Buttons */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
  }
  
  .carousel-btn.prev {
    left: 10px;
  }
  
  .carousel-btn.next {
    right: 10px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .carousel img {
      max-height: 300px;
    }
  
    .carousel-btn {
      display: none; /* Hide navigation buttons on mobile */
    }
  }
  
/* Navigation */




h2 {
    font-size: 2rem;
    text-align: center;
}



.hero-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-color);
    cursor: pointer;
}

.trusted-brands-section {
    text-align: center;
    /* margin: 40px 0; */
    /* background-color: aliceblue; */
    
  }
  .container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}
body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
}

.wrapper-1{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-heading {
  font-size:128%;
  color: #343a40;
  font-weight: bold;
}

.feature-box {
  padding: 20px;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 10px;
}

.feature-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
}

/* Mobile View */
@media (max-width: 768px) {
  .main-heading {
      font-size: 2rem;
  }

  .feature-box {
      padding: 15px;
  }

  .feature-icon {
      width: 50px;
      height: 50px;
  }

  .feature-title {
      font-size: 1rem;
  }

  .feature-description {
      font-size: 0.85rem;
  }
}

.info-text {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
}

.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .info-text {
        font-size: 1rem;
    }

    .btn-danger {
        width: 100%;
        padding: 15px;
    }
}
  .trusted-brands-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
.brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3%;
}

.brand-logos img {
    height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}


.brand-logos img:hover {
    opacity: 1;
}

/* Product Features */
.feature-block {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.carousel-control-prev {
    left: -72px;
}
.carousel-control-next {
    right: -68px;
}
.product-slider {
    position: relative;
    width: 100%;
}

.product-slider__container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-slider__slide {
    display: none;
    width: 100%;
}

.product-slider__slide--active {
    display: block;
}

.product-slider__photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.product-slider__nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

.product-slider__nav--prev {
    left: 0;
}

.product-slider__nav--next {
    right: 0;
}

.product-slider__arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

.product-slider__arrow--prev {
    transform: rotate(-135deg);
}

.product-slider__arrow--next {
    transform: rotate(45deg);
}

.product-slider__screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.product-slider__dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 1;
}
.carousel {
    max-width: 800px;  /* Adjust this value as needed */
    margin: 0 auto;    /* Centers the carousel */
}

.carousel-item img {
    height: 400px;     /* Adjust height as needed */
    object-fit: cover; /* This ensures images cover the area without distortion */
}

.product-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.product-slider__dot--active {
    background: white;
}


  
.contact-section {
    padding: 80px 0;
    /* background-color: #f8f9fa; */
}

.contact-section h2 {
    color: #333;
    font-size: 2.5rem;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
}

.contact-info {
    margin-top: 30px;
}

.info-item {
    display: flex;
    margin-bottom: 20px;
}

.info-item i {
    color: #ff6634;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 5px;
}


.contact-form .form-control,
.contact-form .form-select {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.submit-btn {
    background-color: #e30613;
    color: #fff;
    font-weight: bold;
    padding: 2%;
  }
  
  .submit-btn:hover {
    background-color:green;
    color: #000;
  }
  
  .form-control {
    background-color: #fff;
    color: #000;
    padding: 2%;
  }
  
 

.feature-image {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-list {
    list-style: none;
    padding: 0;
    /* margin: 2rem 0; */
}

.feature-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.feature-list li:before {
    content: "•";
    color: var(--primary-color);
    position: absolute;
    left: 0;
}

/* Testimonials */
.testimonials {
    background: #f8f9fa;
    padding: 5rem 0;
}

.testimonial-card {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Integration Partners */
.integration-partners {
    padding: 3rem 0;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, var(--primary-color), #3333cc);
    color: var(--light-color);
}


.container {
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 20px;
}




.wrapper {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 200px; /* Increased height to accommodate images */
    /* margin-top: 5rem; */
    overflow: hidden;
    
  }
  
  @keyframes scrollLeft {
    to {
      left: -200px;
    }
  }
  
  .item {
    width: 200px;
    height: 200px; /* Increased height to match wrapper */
    background-color: transparent;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 7), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    overflow: hidden; /* Ensure images don't overflow */
  }
  
  .item-image {
    width: 100%;
    height: 86%;
    display: block;
  }
  
  /* Animation delays for each item */
  .item1 {
    animation-delay: calc(30s / 7 * (7 - 1) * -1);
  }
  
  .item2 {
    animation-delay: calc(30s / 7 * (7 - 2) * -1);
  }
  
  .item3 {
    animation-delay: calc(30s / 7 * (7 - 3) * -1);
  }
  
  .item4 {
    animation-delay: calc(30s / 7 * (7 - 4) * -1);
  }
  
  .item5 {
    animation-delay: calc(30s / 7 * (7 - 5) * -1);
  }
  
  .item6 {
    animation-delay: calc(30s / 7 * (7 - 6) * -1);
  }
  
  .item7 {
    animation-delay: calc(30s / 7 * (7 - 7) * -1);
  }
  
  
  
  
  
  /* Optional hover effect */



/* Content Container */
.content-container {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    margin: 20px;
    z-index: 1;
}

/* Add this to your style.css */

/* Hero Section Background Animation */
.hero {
    position: relative;
    overflow: hidden;   
}

/* Add margin top */
.mt-3 {
    margin-top: 16px;
}


@keyframes moveParticles {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50px);
    }
}

/* Floating Circles */
.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

/* Trusted Brands Section Animation */
.trusted-brands {
    position: relative;
    background: linear-gradient(135deg, #f6f9fc, #eef2f7);
    overflow: hidden;
    padding: 50px 0;
}

/* Moving Lines Background */
.moving-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 123, 255, 0.1), transparent);
    animation: moveLine 8s linear infinite;
}

@keyframes moveLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(1000%);
    }
}

/* Content Positioning */
.hero .container,
.trusted-brands .container {
    position: relative;
    z-index: 1;
}

/* Hero Content Animation */
.hero h1 {
    animation: fadeInUp 1s ease-out;
}

.hero p {
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.hero button {
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Brand Logos Animation */
.brand-logos img {
    transition: transform 0.3s ease;
    animation: floatUpDown 3s ease-in-out infinite;
}

.brand-logos img:hover {
    transform: scale(1.1);
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Glowing Effect */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* Responsive Design */

/* Default styling for the image */
.image-container img {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 10%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Mobile-specific styling */











  
  .sub-heading {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  
  .form-container {
    max-width: 500px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  
  .form-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  
  @media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .form-title {
      font-size: 1rem; /* Smaller font size for mobile */
      margin-bottom: 15px; /* Adjusted margin for better spacing */
      text-align: center;
    }
    .feature{
      margin-top: 8%;
      text-align: center;
    }
  }
  
  
  .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
  }
  
  .btn-primary {
    background-color: #FF0000;
    border: none;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
  }
  
  .btn-primary:hover {
    background-color: #cc0000;
  }
  
  
  .main-paragraph {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  
  .video-container {
    max-width: 100%;
    height: auto;
  }
  
  .youtube-video {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  
  .side-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  
  .side-paragraph {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .faq-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  
  .accordion-button {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    background-color: #f8f9fa;
    border: none;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.3s ease;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #FF0000;
    color: #fff;
  }
  
  .accordion-body {
    font-size: 0.9rem;
    color: #555;
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .custom-row {
    display: flex;
    justify-content: space-between;
  }
  
  .custom-paragraph {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
  }
  
  .custom-button {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 34%; /* Default width for larger screens */
  }
  
  @media (max-width: 768px) { /* Adjust for mobile screens */
    .col-md-6 {
      width: 100%; /* Full width for mobile */
      margin-bottom: 20px; /* Add spacing between elements */
    }
  }
  .col-md-6-1 {
    flex: 0 0 auto;
    width: 50%; /* Default width for larger screens */
  }
  
  @media (max-width: 768px) { /* Mobile view */
    .col-md-6-1 {
      width: 100%; /* Full width for mobile */
      margin-bottom: 20px; /* Add spacing between elements */
    }
  }
  
  @media (max-width: 768px) {
    .custom-row {
      flex-direction: column;
      text-align: center;
    }
  
    .custom-paragraph {
      margin-bottom: 20px;
    }
  }
  /* Responsive styles */
  @media (max-width: 576px) {
    .faq-heading {
      font-size: 1.5rem;
    }
  
    .accordion-button {
      font-size: 0.9rem;
      padding: 10px;
    }
  
    .accordion-body {
      font-size: 0.8rem;
    }
  }
  /* Responsive styles */
  @media (max-width: 576px) {
    .main-heading {
      font-size: 1.5rem;
    }
  
    .main-paragraph {
      font-size: 0.9rem;
    }
  
    .side-heading {
      font-size: 1.2rem;
    }
  
    .side-paragraph {
      font-size: 0.9rem;
    }
  
    .youtube-video {
      height: 200px;
    }
  }
  /* Responsive styles */
  @media (max-width: 576px) {
    .main-heading {
      font-size: 1.5rem;
    }
  
    .sub-heading {
      font-size: 0.9rem;
    }
  
    .form-container {
      padding: 15px;
    }
  
    .btn-primary {
      font-size: 0.9rem;
    }
  }
  


.mata {
    width: 150px; /* Default width for larger screens */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .mata {
        width: 100%; /* Full width for mobile screens */
        max-width: 120px; /* Optional: limit maximum width */
        margin-left: 25%;
    }
}
/* Default Button Styles */


/* Responsive Styles */
@media (max-width: 768px) {
    .btn {
        font-size: 14px; /* Slightly smaller font for mobile */
        padding: 12px 15px; /* Adjust padding for smaller screens */
        width: 100%; /* Full width button on mobile */
        text-align: center; /* Center-align text */
    }
    .text{
        text-align: center;    
    }
    .para{
        color:black !important;
        text-align: center;
    }
    .navbar-nav{
        text-align: center;
    }
}

.para{
    color: white;
}

.metrix {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.section{
    text-align: center;
}
/* Background color */
.bg-light-green {
    background-color: #d5f206; /* Replace with your specific green shade */
}

/* Title Styling */
.title {
    font-size: 2rem;
    font-weight: 700;
    color: black;
    margin-bottom: 0.5rem;
}

/* Subtitle Styling */
.subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: gray;
}

/* Subheading Styling */
.subheading {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 0.5rem;
}

/* Description Styling */
.description {
    font-size: 1rem;
    font-weight: 400;
    color: gray;
}
/* Background Color */
.bg-green {
  background-color: #28a745; /* Replace with your specific green color */
}

/* Slogan Section */
.slogan-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.slogan-subtitle {
  font-size: 1rem;
  font-weight: 400;
}

/* Stats Section */
.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
}

.stat-text {
  font-size: 1rem;
  font-weight: 400;
}

/* Carousel Section */
.carousel-box {
  width: 100%;
  height: 200px; /* Adjust height as needed */
  background-color: #f4f4f4;
  border-radius: 15px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .stat-number {
      font-size: 1.5rem;
  }

  .stat-text {
      font-size: 0.9rem;
  }

  .carousel-box {
      height: 150px;
  }
}

/* Responsive Padding */
@media (max-width: 768px) {
    .title, .subheading {
        text-align: center;
    }
    .subtitle, .description {
        text-align: center;
    }
}
.px-4 {
    padding-right: 0.5rem !important;
    padding-left: 1.5rem !important;
    text-align: center;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .metrix {
        flex-direction: column; /* Stack items vertically on mobile */
        align-items: flex-start; /* Align items to the start for better readability */
        gap: 5px; /* Reduce the gap for smaller screens */
    }
}
/* Default Button Styles */
.btn {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #333333; /* Dark background */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
    background-color: #555555; /* Slightly lighter dark on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

.ms-lg-3 {
    margin-left: 1rem; /* Margin for larger screens */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .btn {
        font-size: 14px; /* Smaller font size for mobile */
        padding: 12px 15px; /* Adjust padding for smaller screens */
        width: 100%; /* Full-width button for mobile */
        text-align: center; /* Center-align text */
    }

    .ms-lg-3 {
        margin-left: 0; /* Remove left margin for mobile */
        margin-top: 10px; /* Add top margin for spacing */
    }
}

/* Optional: Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #0056b3;
    transform: translateY(-3px);
}
