body {
    
    color: #ffffff;
      font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
}

.navbar {
padding: 10px 20px;
-webkit-box-shadow:0px 1px 1px #1a181a59;
-moz-box-shadow:0px 1px 1px #1a181a59;
box-shadow:0px 1px 1px #1a181a59;

}
.navbar-brand img {
    height: 50px;
}
.contact-btn {
color: #ffffff;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 5px;
text-align: center;
background-color: transparent; 
font-size: 14px;
font-weight: 600;
background-image: linear-gradient(180deg, #E06263 0%, #E06263 100%);
  
}

.contact-btn:hover {
    color:#000000 !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E06263 0%, #E06263 100%);
}

 
a {
    
    text-decoration: none!important;
    background-color: transparent;
}


.learn-more-btn {
    background-color: #E06263;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
      font-family: "Poppins", serif;
}
.learn-more-btn:hover {
    background-color: #E06263;
  
    color: rgb(0, 0, 0);
}
/*about-section*/
.content-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#d8d8d8;
}
/* .content-section img {
    width: 100%;
    border-radius: 10px;
} */
.content-section .text-content {
    padding-left: 30px;
}
.content-section .text-content h2 {
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}
.content-section .text-content p {
    color: #2d2c2c;
}
.content-section .text-content .feature {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.content-section .text-content .feature img {
    margin-right: 10px;
    margin-top: -20px;
    color: #E06263;
}
.content-section h2{
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}
/*about-section*/

/*about-section*/

/*header-section*/

.header-section{
    /* padding-top: 100px;
    padding-bottom: 70px; 
    background-color: #E06263;
    color:#000; */
    background: url('https://foodbuddies.in/wp-content/uploads/2023/12/20231223_141535_0000.png') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.header-section h5 {
    font-family: "Anton", serif;
    font-size: 18px;
}
.header-section h1 {
    font-family: "Anton", serif;
    font-size: 2rem;
 
}
.header-section p {

    font-size: 16px;
    margin-bottom: 20px;
}

.header-section iframe{
    border: 0;
}
  
/*why-section*/
.hero-section {
    background: url('https://foodbuddies.in/wp-content/uploads/2023/12/20231223_141535_0000.png') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-content h1 {
    font-family: "Anton", serif;
    font-size: 2rem;
 
}
.hero-content h5{
    font-family: "Anton", serif;
    font-size: 18px;
    color: #E06263;

}
.feature-box p {
    margin: 0;
}
.hero-content p {
    font-size: 15px;
    margin-bottom: 20px;
}
.approach{
    padding-top: 70px;
    padding-bottom: 70px;
}
.approach  h2 {
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}
.feature-box {
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 21px 21px 21px 21px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
 
}

.feature-box:hover {
    transform: scale(1.05);
}


.feature-box img {
 
    fill: #FEDC57;
    color: #FEDC57;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    background-color: #E06263;
}
 


.marquee-1 {
    background-color:#E06263;
    color: #ffffff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap; 
    position: relative;
    display: flex;    
    align-items: center;
}

.marquee-content {
    display: flex;
    gap: 40px;
    padding: 10px 10px;
    animation: marquee 60s linear infinite;
}
.marquee-text {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
      font-family: "Poppins", serif;
    font-weight: 500;
    flex-shrink: 0;
    margin: 0;  
    color: white; 
    display: flex;
    align-items: center;
    user-select: none;
}
 
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


 



.client-logo {
    max-width: 150px;
    margin: 20px;
}
.loading-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: black;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.scrolling-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}
.scrolling-wrapper .col {
    display: inline-block;
    float: none;
}


/*service-section*/
.service-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#d8d8d8;
}


.service-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service-card .btn {
    background-color: #E06263;
    color: white;
}
.service-card .btn:hover {
    background-color: #E06263ec;
}
.service-section  h2 {
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}
 
.service-section p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #2d2c2c;
}

.service-section h5 {
    color: #2d2c2c;
        font-family: "Anton", serif;
        font-size: 18px;
    
}

.modal-title{
    color: #2d2c2c;
    font-family: "Anton", serif;
    font-size: 18px;

}
.modal-body p{
    font-size: 15px;
    margin-bottom: 10px;
    color: #2d2c2c;
}

/*footer*/
.footer {
padding: 20px;
background-color: #ececec;
}

 

.footer .contact-info {
    list-style: none;
    padding: 0;
}
.footer .contact-info li {
    margin-bottom: 10px;
}
.footer .contact-info li a {
    color: #E06263;
    text-decoration: none;
}
.footer .contact-info li a:hover {
    color: #000000;
    text-decoration: none;
}
.footer .social-icons a {
    color: #E06263;
    margin-right: 10px;
    font-size: 1.5rem;
}
.footer .links a {
    color: #333;
    text-decoration: none;
    margin-left: 20px;
}

.footer-outer{
    padding-top: 15px;
background-color: #000000;
}

.footer-in-bg{
    padding: 3%;
    border-radius: 10px;
    background-color: #E06263;
}
.footer-in-bg h3{
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #000000;
}
.footer-in-bg p{
      font-family: "Poppins", serif;
    text-align: justify;
    color: #000000;
}

.header-info{
    padding: 10px;
    background-color: #333d47; 
}



/*circle Approach*/
.step {
     
    margin-bottom: 30px;
    position: relative;
}
.step img {
    background-color: #e0e7ff;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
    transition: all ease 0.5s;
}
.step img {
    /* box-shadow: 0 0 0 10px #ca4c4c1a, 0 0 0 20px #ca4c4c1a;
    transform: scale(0.75); */
    border-radius: 50%;
    transition: all ease 0.5s;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #f95b78d5, 0 0 0 0 #f95b783e;
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 10px #f95b78d5, 0 0 0 25px #f95b783e;
        transform: scale(0.60);
    }
    100% {
        box-shadow: 0 0 0 0 #f95b78d5, 0 0 0 0 #f95b783e;
        transform: scale(1);
    }
}

/*step process*/
.step svg {
    background-color: #E06263;
}
.step-number {
    color: #000000;
    font-family: "Anton", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.step-description {
    color: #2d2c2c;
    font-size: 16px;
    font-family: "Anton", Sans-serif;
    margin-bottom: 20px;
}
.dotted-line {
    position: absolute;
    top: 25%;
    left: 117px;
    right: -67px;
    height: 2px;
    z-index: -1;
    background-image: linear-gradient(to right, #304505 15%, transparent 25%);
    background-size: 10px 2px;
    animation: dashAnimation 1.5s linear infinite;
    transform: translateY(-1px);
}
@keyframes dashAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}
@media (max-width: 767px) {
    .dotted-line {
        display: none;
    }
}




.clients-logo{
    overflow: hidden;
}
.clients-logo h1 {
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}

.home-logo-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .home-logo-wrapper.reverse {
    margin-top: -2rem;
  }
  .clients-grid.logo-animate {
    grid-column-gap: 3rem;
    opacity: 1;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }
  .logo-animate {
    animation: slide 35s infinite linear;
  }
  .clients-grid.logo-animate-alt {
    grid-column-gap: 3rem;
    flex: none;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }
  .logo-animate-alt {
    animation: slidealt 35s infinite linear;
    animation-direction: reverse;
  }
  /* Animation for the first right to left marquee */
  @keyframes slide {
    0% {
      transform: translateX(calc(0% + 50px));
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  .logo-animate {
    animation: slide 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
  }
  
  /* Animation for the second left to right marquee */
  @keyframes slidealt {
    0% {
      transform: translateX(calc(0% + 50px));
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  .logo-animate-alt {
    animation: slidealt 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
    animation-direction: reverse;
  }
  

  /******************* fqa-section *****************/
 
.fqa-section{
    padding-top: 50px;
    padding-bottom: 50px;
 
}
.fqa-section h1{
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #2d2c2c;
}

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}

.card{
    margin: 10px;
}
.card a {
    color: #2d2c2c;
    text-decoration: none;
    background-color: transparent;
    font-family: "Anton", serif;
    font-size: 1rem;
}
.card .card-body p{
    font-size: 15px;
    margin-bottom: 10px;
    color: #2d2c2c;
}
.card .card-body{
    font-size: 15px;
    margin-bottom: 10px;
    color: #2d2c2c;
}
/******************* fqa-section *****************/
  .testimonial-section{
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #d8d8d8;
 
}
.testimonial-section h1{
    font-family: "Anton", serif;
    font-size: 2rem;
    color: #E06263;
}


.testimonial-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-video iframe {
    width: 100%;
    height: auto;
}
.testimonial-text {
    background-color: #4a4a4a;
    color: white;
    padding: 30px;
    font-size: 1rem;
    position: relative;
}
.testimonial-text::before {
    content: '“';
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 10px;
    left: 10px;
}

 .form-bg{
    background-color: #FFFFFF;
    color: black;
    border-radius: 20px;
 }
 .form-bg label{
    font-size: 14px;
 }
 .form-bg label input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 4;
}
.formsubmit.zcwf_button {
    color: white !important;
    background: transparent linear-gradient(0deg, #E06263 0%, #E06263 100%) !important;
}
.form-bg option {
    font-size: 15px;
}