* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.centered {
    text-align: center;
}
/* 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);
    BACKGROUND-COLOR: aliceblue;
}
.cta-section {
    /* background-color: #E1241B; */
    color: #000;
    /* padding: 60px 20px; */
}
.faq-item {
    background-color: #ffffff;
}

.faq-item h5 {
    color: #212529;
}

.faq-item p {
    color: #6c757d;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
    }

    .faq-item {
        padding: 1rem;
    }
}
.digital-excellence-section {
    background-color: #f9f9f9;
    color: #333;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

.section-text {
    font-size: 1rem;
    color: #555;
    margin-top: 1rem;
}

.features-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #444;
}

.features-list .icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    color: #e63946;
}

.btn-primary {
    background-color: #e63946;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0.5rem;
}

.btn-primary:hover {
    background-color: #d62828;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.cta-heading {
    font-weight: bold;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-btn {
    background-color: #fff;
    color: #E1241B;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.cta-btn:hover {
    background-color: #E1241B;
    color: #fff;
    border: 2px solid #fff;
}

/* Mobile View */
@media (max-width: 768px) {
    .cta-heading {
        font-size: 1.5rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }

    .cta-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}
  
  .pricing-section {
    background-color: #fff;
  }
  
  .why-choose-us {
    background-color: #f9f9f9;
}

.rounded-circle{
    width: 10%;
}
.why-choose-us h2 {
    font-weight: 700;
    color: #333;
}

.why-choose-us p {
    color: #555;
}

.card {
    border: none;
    border-radius: 10px;
}

.card .icon {
    font-size: 2rem;
    color: #ff4c4c;
    text-align: center;
}

.card-title {
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}
.success-stories{
  background-color: aliceblue;
}
.card-text {
    color: #666;
    font-size: 0.95rem;
}


.technology-section {
    background-color: #f8f9fa;
}

.technology-section h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #343a40;
}

.technology-section img {
    max-width: 256px;
    margin: 0 auto;
    display: block;
}
.text-section {
    margin-bottom: 30px;
}

.text-section h2 {
    color: #111;
}

.text-section p {
    color: #444;
}

.small-text {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.testimonial:last-child {
    border-bottom: none;
}

.testimonial img {
    width: 50px;
    height: 50px;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

.testimonial-text {
    font-size: 16px;
    color: #495057;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        text-align: center;
    }

    .testimonial-card img {
        margin: 0 auto 10px;
        display: block;
    }
}
@media (max-width: 768px) {
    .text-section, .card {
        text-align: center;
    }

    .d-flex {
        justify-content: center;
    }

    .testimonial {
        text-align: left;
    }
}
image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.overlay h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.overlay p {
    font-size: 1rem;
}

.btn-danger {
    background-color: #e63946;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-danger:hover {
    background-color: #d62839;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .image-container {
        margin-bottom: 20px;
    }
    
    .overlay h3 {
        font-size: 1.2rem;
    }
    
    .overlay p {
        font-size: 0.9rem;
    }
}
.technology-section p {
    font-size: 1rem;
    color: #6c757d;
    margin-top:-28px;
}

@media (max-width: 576px) {
    .technology-section h2 {
        font-size: 1.5rem;
    }

    .technology-section img {
        max-width: 168px;
    }

    .technology-section p {
        font-size: 0.9rem;
    }
}

  
  .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 */


.features {
    text-align: center;
}

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;
  }
  .container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}
.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;
    }
    .feature-list {
      list-style: none;
      padding: 0;
      margin: 2rem 0;
  }
}
  .trusted-brands-heading{
    /* font-size: 2rem; */
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
  }

  .para{
    text-align: center;
  }
.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%;
  }
  
  @media (max-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-info {
        margin-bottom: 30px;
    }
    
    
}

.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;
}




.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);
  }
  
  
 
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    object-fit: cover;
    /* height: 200px; */
}

.card-body {
    text-align: center;
}

.toggle-section {
    transition: all 0.3s ease-in-out;
}



.section-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.illustration {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .included-section {
    text-align: center;
  }

  .features-list {
    text-align: left;
    margin: 0 auto;
    max-width: 300px;
  }

  .illustration {
    margin-top: 2rem;
  }
}

  
  /* Optional hover effect */

/* Basic button styles */
.btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Primary button color */
.btn-primary {
  background-color: #007bff;
  color: white;
}

/* Hover effect */
.btn-primary:hover {
  background-color: #0056b3;
  transform: scale(1.05); /* Slightly increase size on hover */
}


/* 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 */


/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */




.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-info a:hover {
    opacity: 0.8;
}

/* Newsletter Section */
.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    border-radius: 4px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.subscribe-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #0056b3;
}


  
  .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;
    text-align: center;
  }
  
  @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;
    }
    .hero h1 {
      animation: fadeInUp 1s ease-out;
      margin-top: 7%;
  }
  }
  
  
  .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;
    text-align: center;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 54.333333%;
 }
  .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;
    }
}



.metrix {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* 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);
}
.content-form {
  width: 100%;
  max-width: 600px;
  margin: 17px auto;
  padding: 20px;
  color: black;
  text-align: center;
  font-family: Arial, sans-serif;
}
.content-form h6{
  color: #d8ff00;
}

/* Form Input Styles */
.strategy-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.strategy-form label {
text-align: left;
font-size: 14px;
margin-bottom: -21px;
}
.strategy-form input {
padding: 12px;
border: 1px solid #444;
border-radius: 5px;
font-size: 16px;
color: #000;
}

.strategy-form span {
color: red;
}
/* Submit button */
.submit-button {
background-color: #e60000;
color: black;
padding: 12px;
border: none;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.submit-button:hover {
background-color: yellowgreen;
}

.flow{
    text-align: center;
}
.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 20px; */
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.check-icon {
    color: red;
    font-size: 20px;
}

@media (max-width: 768px) {
    .feature-item {
        text-align: center;
        justify-content: center;
        font-size: 16px;
    }
}
