/** Shopify CDN: Minification failed

Line 810:72 Unexpected "{"

**/
/* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.oxi-container {
    /* max-width: 1140px; */
    margin: 0 auto;
    padding: 20px 70px;
}

.oxi-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
  text-align:center;
}



/* Header Styles */
.oxi-header {
    /* display: flex;
    flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.oxi-header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}
.oxi-header-content .oxi-logo {
    font-size: 24px;
    font-weight: bold;
    color: #2288A5;
    width: 25%;
}


.oxi-logo a {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}
.oxi-header-content .oxi-nav {
    width: 60%;
}
.icon-box-what-img {
    margin-right: 15px;
}

.oxi-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    float: right;
}

.oxi-nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.oxi-header-content .oxi-nav_call_action {
    width: 15%;
    float: right;
}

.oxi-nav ul li a:hover {
    color: #007bff;
}
.oxi-header-content .oxi-btn-primary {
    background-color:#246f82;
    color: #fff;
    float: right;
}


/* Hero Section Styles */
.oxi-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  z-index:1;
}
/* .oxi-hero {
    padding-top: 75px;
} */
.oxi-hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.oxi-hero-text {
    width: 50%;
  
}

.oxi-hero-text h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Times New Roman;
}

.oxi-hero-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.oxi-hero-image img {
    max-width: 100%;
    border-radius: 5px;
}
.oxi-about-text .what-is-sect {
    margin-bottom: 20px;
    border-bottom: 1px solid #D9DDDB;
}


/* about section */
.oxi-about {
    /* background-color: #f8f8f8; */
    padding: 50px 0;
}
.bg-color-container {
    background: #f8f8f8;
      margin: 0 auto;
    padding: 20px 0px;
}

.oxi-about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.oxi-about-image img {
    max-width: 100%;
    border-radius: 10px;
}

.oxi-about-image-benefits img {
    max-width: 100%;
    border-radius: 10px;
    padding: 100px 0px 0px 0px;
    
}

.oxi-about-text {
    max-width: 50%;
}
.oxi-section-title {
    margin: 20px;
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.oxi-users h2 {
    margin: 0px;
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left !important;
}


.oxi-hero-image {
  width: 50%;
  text-align:center;
}

.oxi-about-text h2 {
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left;
}


.oxi-about-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    width: 80%;
    margin-left: 30px;
    font-weight: 500;
}
.oxi-key-benefits {
    display: flex;
      justify-content: center;
}
.icon-box-what-isoxi {
    display: flex;
    margin-bottom: 25px;
}
/* How It Works Section Styles */
.oxi-how-it-works {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}


.oxi-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* justify-content: center; */
    gap: 50px;
}

.oxi-step {
    max-width: 200px;
}
.icons-arrow img {
    width: 60px;
    height: 60px;
}
.icons-arrow {
    margin: auto 0;
}

.oxi-step img {
    width: 200px;
    margin-bottom: 10px;
    height: 150px;
    object-fit: contain;
}

.oxi-step h3 {
   font-size: 28px;
    font-weight: 400;
    margin-bottom: 8px;
}

.oxi-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* benefits */
.oxi-key-benefits {
    /* background-color: #f9f9f9; */
    padding: 20px 0;
}


.oxi-benefit {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 200px;
    max-width: 600px;
    margin: auto;
    padding: 50px;
}

.oxi-benefit img {
    width: 110px;
}

.oxi-benefit-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.oxi-benefit-text p {
    font-size: 16px;
    color: #555;
}
.oxi-benefit-reverse {
    flex-direction: row;
}
.no-reverse {
    background-color: #f9f9f9;
}
/* who use oxi */
.oxi-users {
    /* background-color: #f9f9f9; */
    padding: 50px 0;
    text-align: center;
}

.oxi-user-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    /* max-width: 1000px; */
    margin: auto;
}

.oxi-user-item {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
}

.oxi-user-item img {
    width: 100%;
    /* border-radius: 8px; */
    display: block;
}

.oxi-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3EA1B6;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 4px; */
}



/* our story */
.oxi-timeline {
    background-color: #fff;
    padding: 0px 35PX;
    text-align: center;
}

.oxi-subtitle {
    font-size: 16px;
    /* max-width: 700px; */
    margin: 15px auto 40px;
    color: #666;
    text-align: left;
}

.oxi-timeline-wrapper {
    position: relative;
    /* max-width: 900px; */
    margin: auto;
}

.oxi-timeline-wrapper::before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #2d7d99;
    top: 130px;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.oxi-timeline-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
}

.oxi-timeline-item::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #2d7d99;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.oxi-timeline-content {
    width: 45%;
    text-align: left;
}

.oxi-timeline-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.oxi-timeline h2.oxi-section-title {
    text-align: left;
    margin: 0;
}
.oxi-timeline-image {
    width: 45%;
}

.oxi-timeline-image img {
    width: 100%;
    border-radius: 8px;
}

.oxi-reverse {
    flex-direction: row-reverse;
    text-align: right;
}
.oxi-testimonials .oxi-subtitle {
    text-align: center;
    margin: 0;
}

/************************************ Responsive *******************************************************/
@media (max-width: 768px) {
    .oxi-timeline-wrapper::before {
        left: -10px;
    }

    .oxi-timeline-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .oxi-timeline-item::before {
        left: -10px;
    }

    .oxi-timeline-content, .oxi-timeline-image {
        width: 100%;
    }
 .oxi-hero-content {
    flex-direction:column-reverse;
}
  .oxi-hero-text {
    width: 100% ;
    margin-bottom: 20px;

  }
  .oxi-hero-image {
    width: 100%;
    text-align: center;
}
  .oxi-about-image {
    width: 100%;
    text-align: center;
    padding: 0;
}

  .oxi-about-image-benefits {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
 .oxi-about-text {
    max-width: 50%;
} 
  .oxi-steps.icons-arrow {
    display: none;
}
  .oxi-steps {
     gap: 10px;
     justify-content: center;
  }
  .oxi-key-benefits {
    display: block ;
}
    .oxi-user-grid {
        grid-template-columns: auto auto;
    }
  .oxi-about-image img {
    max-width: 100%;
    border-radius: 10px;
}
  .oxi-about-image-benefits img {
    max-width: 100%;
    border-radius: 10px;
}
  .oxi-cta-text {
    width: 100% !important;
}
}
/* testimonial */
.oxi-testimonials {
    text-align: center;
    padding: 50px 0;
    background-color: #f8f8f8;
}
.slick-list.draggable {
    padding: 50px 0px;
}
/* .oxi-section-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    /* width: 1000px; 
    margin: 20px;
} */

.oxi-testimonial-slider {
    max-width: 1140px;
    margin: auto;
}

.oxi-testimonial {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.oxi-testimonial blockquote {
  border-left:0px;
}
.oxi-quote-icon {
     font-size: 200px;
    color: #2d7d99;
    position: absolute;
    top: -116px;
}
.slick-dots li.slick-active button:before {
    color: #2E7D32 !important;
    font-size: 20px !important;
}
.slick-dots button:before{
    font-size: 15px !important;
}
.oxi-stars {
    color: #28a745;
    font-size: 18px;
    margin: 10px 0;
}

.oxi-testimonial-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.oxi-avatar {
    width: 50px;
    height: 50px;
  display:block !important;
    background-color: #cce5ff;
    border-radius: 50%;
    margin-right: 10px;
}
.oxi-testimonial-info h4, .oxi-testimonial-info p {
  margin:0px;
}
/* Slick Custom Styles */
.slick-prev, .slick-next {
    font-size: 24px;
    z-index: 100;
    color: #2d7d99;
}

.slick-dots li button:before {
    color: #2d7d99;
}

.slick-dots li.slick-active button:before {
    color: #28a745;
}




 /* FAQ Section */
 

 .oxitab-faqs-section{  
    padding: 50px 0;
    text-align: center;
}
.oxi-faqs {
    background: none !important;
    display: flex;
    flex-wrap: wrap;
    /* width: 1140px; */
    margin: auto;
}

 .oxitab-faqs__title {
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
 }

 .oxitab-faqs__content {
    width: 50%;
    /* max-width: 600px; */
    text-align: left;
 }

 .oxitab-faqs__item {
     border-bottom: 1px solid #ddd;
     padding: 15px 0;
 }

 .oxitab-faqs__question {
     font-size: 18px;
     font-weight: bold;
     display: contents;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     cursor: pointer;
     padding: 10px 0;
     transition: color 0.3s ease-in-out;
 }

 .oxitab-faqs__question:hover {
     color: #0073e6;
 }

 .oxitab-faqs__icon {
     font-size: 20px;
     font-weight: bold;
     float: right;
 }

 .oxitab-faqs__answer {
     font-size: 16px;
     color: #555;
     display: none;
     padding-top: 10px;
 }

 /* Show first answer */
 .oxitab-faqs__item:first-child .oxitab-faqs__answer {
     display: block;
 }

.oxi-cta-text h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 15px;
    /* font-family: Times New Roman; */
}
.oxi-cta-text {
    width: 50%;
  padding-left:25px;
}


/* CTA */
.oxi-cta {
    background-color: #2e7d32;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.oxi-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.oxi-cta h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
  color:white;
}

.oxi-cta p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.oxi-cta-button {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.oxi-cta-button:hover {
    background-color: #fff;
    color: #2e7d32;
}

/* Footer */
/* .oxi-footer {
    background-color: #fff;
    text-align: center;
    padding: 0px 0;
    color: #000;
}

.oxi-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 40px 20px;
}

.oxi-logo {
    font-size: 34px;
    font-weight: bold;
    color: #2288A5;
}

.oxi-footer-nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.oxi-footer-nav a:hover {
    text-decoration: underline;
}

.oxi-social-icons a {
    margin: 0 5px;
    font-size: 12px;
    color: #246f82;
    text-decoration: none;
    border: 1px solid #246f82;
    border-radius: 50%;
    padding: 10px;
}   
 */
/* .oxi-social-icons a:hover {
    color: #fff;
} */

.oxi-footer-bottom {
    color: #fff;
    font-size: 14px;
    /* background: #2D7D99; */
    padding: 5px;
}
button.oxi-slick-prev.slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    /* right: -19px; */
}
button.oxi-slick-next.slick-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
}
.slick-slide {
    height: auto !important;
}

/* Responsive style */
@media (max-width: 525px) {
    .oxi-hero{
    padding: 0px ;
  }
   .oxi-hero-text {
     max-width:100%;
     margin: 20px 0px;
   }
  .oxi-hero-text h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
  .oxi-container, .bg-color-container {
    margin: 0 auto;
    padding: 10px 20px;
    display: block;
}
  .oxi-hero, .oxi-how-it-works, .oxi-key-benefits, oxitab-faqs-section, {
    padding:10px 0px;
  }
  .oxi-about-text {
    max-width: 100%;
}
  .oxi-cta-text {
    width: 100%;
}

  .oxi-about-text p {
    margin:0px;
  }
 .oxi-benefit {
   gap:20px;
   padding:20px
 }
  .oxi-timeline-item:before {
    display:none;
  }
  .oxi-section-title {
    font-size:24px;
  }
  .oxitab-faqs__content, .oxitab-faqs__title {
    width:100%;
  }
  .oxi-benefit {
    flex-wrap:wrap;
  }
  .oxi-about-text h2{
        font-size: 32px; 
  }
  .oxi-users h2{
    font-size:32px;
  }
.oxitab-faqs__title{
  font-size:32px;
  margin:0px;
}
  .oxi-cta-text h1{
    font-size:32px;
  }
}

