/********** Template CSS **********/
/*** Spinner ***/

@font-face {
    font-family: amaranth-bold;
    src: url('/fonts/Amaranth-Bold.ttf');
  }


  @font-face {
    font-family: amaranth-regular;
    src: url('/fonts/Amaranth-Regular.ttf');
  }

  @font-face {
    font-family: canvasans-bold;
    src: url('/fonts/CanvaSans-Bold.woff2');
  }

  @font-face {
    font-family: canvasans-medium;
    src: url('/fonts/CanvaSans-Medium.woff2');
  }


  body{
    color:#19326e;
    font-family: canvasans-medium;
  }


  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: amaranth-regular;
    color: #ff3131;
}


.headingtext {
    font-size: 2.5rem;
    /* font-weight: bold; */
    color: #19326e;
    font-family: amaranth-bold;
}

.mono-heading{
    font-family: canvasans-medium;
    text-align: center;
}

.includetext .mono-heading {
    color: #00bf63;
}

.classification_cover {
    width: 19%;
    text-align: center;
}

.d-neuropathy {
    display: flex;
    justify-content: space-between;
}

.axonal-cover img {
    max-width: 100%;
}

.axonalcover {
    height: 100%;
}

.diabeticneuro {
    color: #ff3131;
    text-align: center;
}


.custom-box {
    border: 2px solid #1e2a50;
    padding: 20px;
    border-radius: 0 10px 0 0;
    position: relative;
    background-color: #fff;
    box-shadow: 6px 9px 0px #dcdcdc;
    height:100%;
}
  
  .icon-box {
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1rem;
  }
  
  .do-list li {
    color: #8cc34b;
    font-size: 20px;
    margin-bottom: 8px;
}
  
.dont-list li {
    color: #ff5c5d;
    font-size: 20px;
    margin-bottom: 8px;
}

.faq-about .accordion-item {
    border: none;
    margin: 10px 0;
}


.faq-about  .accordion-item:last-of-type .accordion-button.collapsed {
    /* border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; */
    border-radius: 20px;
}


/* 
.faq-about .accordion-button::after {
    flex-shrink: 0;
    position: absolute;
    right: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23656565'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */


.faq-about .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: #ff3131;
    border-radius: 20px;
    border: none;
}

p.parafooter {
    color: #ff3131;
}

.faq-about .mono-heading {
    color: #fff;
}
  
  .headingtext {
    font-size: 1.8rem;
    color: #063970;
    font-weight: 600;
  }
  
  .text-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  
  .text-content ul li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  
  .note {
    color: #0b7285;
    font-style: italic;
    font-size: 0.95rem;
  }
  
  .diet-image {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
  

  .includetext 

.cardcover {
    padding: 10px;
    border-radius: 20px;
    background: #f2f0f7;
    height: 100%;
}

section {
    padding: 60px 0;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.axonalcover {
    height: 100%;
    background: #f2f0f7;
    padding: 10px;
    border-radius: 20px;
}

.img_manage_cover {
    border: 2px solid #ff3131;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.img_manage_cover:hover{
    background: #ffcaca;

}

.img_manage_cover:hover .mono-heading{
    color:#fff;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }


    section {
        padding: 30px 0;
    }


    .classification_cover {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.dietary-management-section {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2rem;
    color: #2c3e50;
    letter-spacing: 0.5px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.avoid-card .card-header {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.include-card .card-header {
    background: linear-gradient(135deg, #28a745, #218838);
}

.food-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.food-img:hover {
    transform: scale(1.1);
}

.logotext {
    color: #6a2e6e;
}


.brborder {
    border-right: 1px solid #d9d9d9;
}

.healthtext{
    color:#ff3131;
}

.initiative-text {
    margin-right: 5px;
}

.language-selector-container {
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    border-radius: 8px;
    background: white;
  }
  
  .language-header h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.2rem;
  }
  
  .language-grid {
    display: flex;
    gap: 20px;
  }
  
  .language-column {
    flex: 1;
    text-align: center;
    /* display: flex; */
}

.btnlanguage {
    position: absolute;
    right: 0;
    border: 2px solid #063970;
    top: 10px;
    color: #063970;
}
  
.language-option {
    padding: 8px 15px;
    margin: 5px;
    background-color: #9ebad9;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    min-width: 80px;
    color: #fff;
}

  button.language-option {
    width: 120px;
    margin: 5px;
    display: inline-block;
}
  
.language-option:hover {
    background: #063970;
    border-color: #063970;
}
  
  .language-option.active {
    background: #063970;
    color: white;
    border-color: #063970;
  }
  
  .language-search {
    margin-top: 20px;
    display: flex;
  }
  
  .language-search input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
  }
  
  .language-search button {
    padding: 8px 15px;
    background: #4285f4;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }

.container-fluid.sticky-top.bg-primary.shadow-sm {
    background-color: #fff!important;
}

.footer {
    z-index: 9999;
}


@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.75rem;
    }

    .food-img {
        width: 60px;
        height: 60px;
    }

    .card {
        margin-bottom: 1.5rem;
    }

    .initiative-text {
        margin-right: 5px;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .food-img {
        width: 50px;
        height: 50px;
    }
    
}