@font-face {
    font-family: 'PassengerSansRegular';
    src: url('../assets/fonts/PassengerSans-Regular.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PassengerSansSemibold';
    src: url('../assets/fonts/PassengerSans-Semibold.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PassengerSansLight';
    src: url('../assets/fonts/PassengerSans-Light.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PassengerSansBlack';
    src: url('../assets/fonts/PassengerSans-Black.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PassengerSansMedium';
    src: url('../assets/fonts/PassengerSans-Medium.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PassengerSansBold';
    src: url('../assets/fonts/PassengerSans-Bold.woff2') format('woff2'),
    url('../assets/fonts/PassengerSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28141,141,141,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
    background-color: white;
    font-family: 'PassengerSansSemibold', sans-serif;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #EDEDED;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-brand svg {
    width: 100px;
}

.navbar-nav {
    margin-left: 20px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #141313;
    margin-right: 15px;
}

.btn-primary {
    background-color: #1089C3;
    border-radius: 50px;
    padding: 8px 20px;
    border: 1px solid #146388;
    box-shadow: 0 10px 15px rgb(14 137 195 / 34%), 0 4px 6px rgb(14 137 195 / 15%);
    transition: box-shadow 0.3s ease;
    font-weight: 300;
}

.btn {
    font-size: 15px;
}

.header-try-button:hover {
    background-color: #1089C3;
    padding: 10px 30px;
    border: 1px solid #146388;
}

.btn-outline-primary {
    color: #22A5E3;
    border-color: #22A5E3;
    border-radius: 50px;
    padding: 8px 20px;
}

.btn-outline-primary:hover {
    background-color: white;
    color: #22A5E3;
    border-color: #22A5E3;
}

.form-inline {
    margin-left: auto;
}

.feedo-text-color {
    color: #22A5E3 !important;
}

.main-section {
    background-color: #F5F5F5;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    min-height: 110vh;
}

.main-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F4FBFF;
    clip-path: ellipse(80% 100% at 50% 0%);
}

.main-section h1 {
    font-family: 'PassengerSansSemibold', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    color: #141313;
}

.main-section p {
    font-family: 'PassengerSansLight', sans-serif;
    color: #858585;
    padding: 40px 50px 25px 0;
    font-size: 15px;
}

.main-section .btn-primary {
    background-color: #1089C3;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 18px;
    font-family: 'PassengerSansLight', sans-serif;
    margin-bottom: 15px;
}

button.btn.btn-primary.btn-lg {
}

.trusted-section .avatars img {
    margin-right: -10px;
    border: 2px solid white;
}

.trusted-section p {
    font-family: 'PassengerSansRegular', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.py-custom-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.feedo-feature-title-color {
    color: #1089C3 !important;
}

.features-overview {
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
}

.features-overview h2 {
    font-family: 'PassengerSansSemibold', sans-serif;
    font-size: 2.5rem;
}

.features-overview p.lead {
    font-family: 'PassengerSansRegular', sans-serif;
    color: #191D23;
}

.feature-card {
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    border: none;
    min-height: 370px;
}

.feature-card h5 {
    font-family: 'PassengerSansSemibold', sans-serif;
    color: #141313;
    margin: 0;
    line-height: 1;
    text-align: left;
}

.feature-card p {
    font-family: 'PassengerSansLight', sans-serif;
    color: #64748B;
    margin: 30px 0 15px 0;
    font-size: 13px;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.feature-card ul {
    padding-left: 0;
}

.feature-card li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feature-card li img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.feature-card li {
    font-family: 'PassengerSansRegular', sans-serif;
    color: #191D23;
    text-align: left;
    font-size: 15px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mr-3 {
    margin-right: 1rem;
}

.feature-img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
}

.testimonial-bg-wrapper {
    background: url('../assets/images/testimoial-background.png') no-repeat center center;
    background-size: contain;
    padding: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.owl-carousel {
    position: relative;
    z-index: 2;
}

.testimonials {
    padding: 50px 0;
    position: relative;
    background-color: #F5F5F5;
}

.testimonials h2 {
    position: relative;
    z-index: 3;
    margin: 5px 0 50px;
    font-family: 'PassengerSansBlack', sans-serif;
}

.testimonials p.lead {
    position: relative;
    z-index: 3;
    margin: 20px 0 10px 0;
    font-family: 'PassengerSansSemibold', sans-serif;
    font-size: 12px;
    color: #52525B;
}

.owl-dots {
    margin-top: 70px !important;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
}

.owl-carousel .testimonial-item {
    padding: 5px;
}

.card {
    border: none;
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card-body {
    padding: 0;
    text-align: left;
}

.rating {
    text-align: left;
}

.testimonials .card h5 {
    font-family: 'PassengerSansBlack', sans-serif;
    color: #17171A;
    font-size: 15px;
    margin-top: 15px;
}

.testimonials .card p {
    font-family: 'PassengerSansMedium', sans-serif;
    color: #17171A;
    font-size: 14px;
    margin: 30px 0 40px 0;
}

.testimonials .card small {
    color: #515159;
    font-family: 'PassengerSansMedium', sans-serif;
}

.rating {
    display: flex;
    justify-content: flex-start;
}

.rating img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px;
}

.user-img {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #fff;
    margin: 13px 10px 0 0;
}

button.owl-dot span {
    background-color: #DEDEDE !important;
    padding: 10px !important;
}

button.owl-dot.active span {
    background-color: #1089C3 !important;
    padding: 10px !important;
}

.pricing-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.pricing-section h2 {
    font-family: 'PassengerSansBlack', sans-serif;
    font-size: 2.5rem;
    color: #171717;
}

.pricing-section h2 .highlight {
    color: #5898E6;
}

.pricing-section h2 span.highlight-color-dark {
    color: #4375DC !important;
}

.pricing-section p {
    font-family: 'PassengerSansMedium', sans-serif;
    color: #191D23;
    font-size: 1.1rem;
    margin: 50px 0 40px 0;
}

.pricing-toggle {
    font-family: 'PassengerSansMedium', sans-serif;
    font-size: 0.95rem;
}

.pricing-toggle .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 10px;
}

.pricing-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
}

.pricing-toggle .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.pricing-toggle input:checked + .slider {
    background-color: #1089C3;
}

.pricing-toggle input:checked + .slider:before {
    transform: translateX(20px);
}

.save-text {
    color: #22A5E3;
    font-size: 0.9rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    top: 10px;
}

.pricing-card {
    border-radius: 10px;
    padding: 30px 20px;
    background-color: white;
    transition: all 0.3s ease;
}

.pricing-card h3 {
    font-size: 3rem;
    font-family: 'PassengerSansBold', sans-serif;
    margin: 20px 0;
    color: #191D23;
}

.pricing-card h3 span {
    font-size: 1.1rem;
    font-family: 'PassengerSansRegular', sans-serif;
    color: #4B5768;
}

.pricing-card h5 {
    font-family: 'PassengerSansBlack', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.pricing-card p {
    font-family: 'PassengerSansMedium', sans-serif;
    color: #64748B;
    font-size: 0.95rem;
}

.pricing-card ul {
    margin-top: 20px;
}

.pricing-card ul li {
    font-family: 'PassengerSansRegular', sans-serif;
    font-size: 0.95rem;
    color: #191D23;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pricing-card ul li img {
    width: 30px;
    margin-right: 10px;
}

.btn {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1rem;
}

.highlighted {
    background-color: #1089C3;
    color: white;
    box-shadow: 0 10px 15px rgb(14 137 195 / 34%), 0 4px 6px rgb(14 137 195 / 15%);
}

.highlighted h3 {
    color: white;
}

.highlighted p {
    color: white;
}

.highlighted ul li {
    color: white;
}

.save-arrow {
    position: relative;
    width: 50px;
    transform: rotate(10deg);
    top: -3px;
    left: 10px;
}

.plan-button {
    border-radius: 3px;
    width: 100%;
    border-color: #1D4ED8;
    color: #1D4ED8;
    font-family: 'PassengerSansBold', sans-serif;
}

.plan-button:hover {
    color: #1D4ED8;
    border-color: #1D4ED8;
}

span.highlighted-span {
    color: white !important;
}

button.btn.btn-primary.plan-button-outline {
    border: 1px solid #1089C3;
    background-color: white;
    color: #1089C3;
    border-radius: 2px;
    width: 100%;
    font-family: 'PassengerSansBold', sans-serif;
}

button.btn.btn-primary.plan-button-outline:hover {
    height: 46px;
}

.partner-section {
    background-color: #fff;
}

.partner-section h1 {
    font-family: 'PassengerSansBlack', sans-serif;
    font-size: 2.5rem;
    color: #171717;
}

.partner-section h1 .highlight {
    color: #1089C3;
}

.partner-section p {
    font-family: 'PassengerSansMedium', sans-serif;
    color: #191D23;
    font-size: 0.8rem;
    margin-bottom: 30px;
}

.partner-section ul li {
    font-family: 'PassengerSansRegular', sans-serif;
    color: #191D23;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.partner-section ul li img {
    width: 20px;
    margin-right: 10px;
}

button.btn.btn-primary.mt-4.partner-button {
    background-color: #1089C3;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.rounded-image {
    border-radius: 10px;
    max-width: 100%;
}

.footer-section {
    background-color: #1089C3;
    color: #FFFFFF;
}

.footer-logo {
    width: 150px;
}

.footer-section h5 {
    font-family: 'PassengerSansBold', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #D1D5DB;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'PassengerSansLight', sans-serif;
}

.footer-section ul li a:hover {
    color: #FFFFFF;
}

.social-media-icons a {
    margin-right: 10px;
}

.social-media-icons img {
    width: 25px;
}

hr {
    border-top: 1px solid #E5E7EB;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-section p {
    margin: 0;
    font-family: 'PassengerSansLight', sans-serif;
    font-size: 13px;
    color: #DDDDDD;
}

.footer-social-media h5 {
    padding: 0 10px 0 0;
}

.custom-fluid {
    max-width: 80% !important;
}

.footer-social-media-title {
    text-align: right;
    margin-right: 70px;
    display: inline-block;
}

.video-section-container {
    position: relative;
    height: 60vh;
    margin-top: -25vh;
    background-color: #f5f5f5;
}

.video-half-overlay {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: auto;
    max-height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.video-section-btn {
    align-items: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: hsla(0, 0%, 100%, .28);
    border: 4px solid hsla(0, 0%, 100%, .14);
    border-radius: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: box-shadow .3s ease;
    width: 80px;
    z-index: 1;
    cursor: pointer;
}

.modal-content.main-section-video-modal {
    border: 15px solid #5898E6;
    border-radius: 15px;
}

iframe#youtubeIframe {
    border: none;
}

.close-button-container {
    position: absolute;
    top: -10px;
    right: -70px;
    z-index: 1;
    background-color: #5898e6;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: white;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

/* Responsive */

@media (min-width: 992px) {
    .custom-fluid {
        max-width: 80% !important;
    }
}

/* New Css */


@media (max-width: 768px) {
    .main-section h1 {
        font-size: 1.8em !important;
        text-align: center;
    }
    .header-lead{
        padding: 0px 25px 0px 25px !important;
        text-align: center;
    }
    /* Smaller images for avatars and stars on mobile */
    .avatar-img {
    width: 30px !important;; /* Adjust as needed */
    }
    .star-img {
        width: 15px !important; /* Adjust as needed */
    }
    .trusted-class{
        font-size: 0.7em !important;
    }
    .owl-dots{
        margin: 0px !important;
    }
    .owl-theme .owl-dots .owl-dot span{
        padding: 0px !important;
        margin : 4px !important
    }
    .pricing-section p{
         margin: 0px !important;
    }
    .pricing-toggle{
        margin: 10px 0px 0px 0px !important;
    }
    .social-media-icons img{
        width: 20px;
    }
    .footer-social-media-title{
        padding: 0px !important;
    }
    .footer-section h5 {
        font-size:12px !important;
    }
    .testimonial-bg-wrapper{
        padding: 10px;
        background-size:cover ;
        margin-bottom:0px !important
    }
    .testimonial-bg-wrapper .owl-carousel .owl-dots{
        margin: 15px !important;
    } 
    .container-testimonial-wrapper{
        padding: 0px !important;
    }
    .video-section-container {
        height: 25vh !important;
        /* margin-top: -25% !important; */
    }
    .feedo-text-color-job {
        font-size: 1.9rem !important;
        line-height: 1.1;
      }

}

.avatar-img {
    width: 40px; /* Adjust as needed */
}
.star-img {
    width: 20px; /* Adjust as needed */
}


.filter-btn {
    margin-bottom: 20px;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
}
.filter-btn.active {
    background-color: #000;
    color: #fff;
}
.category {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6c757d; 
}
.date {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6c757d; 
}

.filter-item .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin-top: 0.5rem;
}
.filter-item .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filter-item .card-img-top {
    height: 150px; 
    object-fit: cover;
}

.filter-item .card-body {
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between; 
}
a {
    text-decoration: none;
}

.author-info img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 0.9rem;
  }

  .main-sections {
    background-color: #F5F5F5;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    min-height: 110vh;
}
.main-sections h1 {
font-family: 'PassengerSansSemibold', sans-serif;
font-size: 3.5rem;
line-height: 1.5;
color: #141313;
}
.main-sections p {
font-family: 'PassengerSansLight', sans-serif;
color: #858585;
padding: 40px 50px 25px 0;
font-size: 15px;
}
  
.section-wrapper-job {
    background-color: #1089C3; /* Blue background */
    color: white;
    padding: 40px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }

  .section-content {
    z-index: 1;
    position: relative;
  }

  .section-content h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }

  .section-content p {
    margin-top: 10px;
    font-size: 1rem;
  }

  .btn-install {
    background-color: white;
    color: #007bff;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px;
    border: none;
  }

  .btn-install:hover {
    background-color: #0056b3;
    color: white;
  }

  .image-wrapper img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .feedo-text-color-job{
      color: white;
      font-size: 2.9rem;
  }
  .extension-font{
      font-size: 1.3rem !important;
      font-weight: 200;
  }
  .testimonial-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
  .testimonial-card {
    background-color: #eaf5ff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .testimonial-card p {
    font-size: 1.1rem;
    color: #333;
  }
  .success-feedo{
      font-size: 1.4rem !important;
  }
  .success-text{
      font-size: 1.1rem !important;

  }
  .quote-icon-right {
  -webkit-transform: scaleX(-1); /* For Safari */
  -ms-transform: scaleX(-1); /* For older IE */
  transform: scaleX(-1); /* Standard */
}
.testimonials h1{
  
  font-family: 'PassengerSansBlack', sans-serif;
  font-size: 2.5rem;
}
.testimonials h1 .highlight {
  color: #5898E6;
}
