@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --blackColor : #000;
  --whiteColor: #fff;
  --weight: bold;
  --primaryColor: #D3EFF8;
  --secondColor : #FF0062;
  --fontSize: 14px;
}

html{
    overflow-x: hidden;
}

body{
    font-family: "Poppins", sans-serif;
    color: var(--blackColor);
    overflow-x: hidden;
}

p, a{
    font-size: var(--fontSize);
    font-weight: 300;
}

.bold{
    font-weight: 600;
}

.header_595{
    background-image: url(../images/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: var(--whiteColor);
}

.f-18 {
    font-size: 18px;
}
.f-16{
    font-size: 16px;
}
.f-14{
    font-size: 14px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.mx-lg-6{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.p-lg-10{
    padding: 7rem !important;
}
.header_595 .logo_595{
    height: 40px;
}
.header_595 .nav-595 .nav-item .nav-link{
    color: var(--whiteColor);
}
.header_595 .nav-595{
    gap: 20px;
}
.header_595 h1{
    font-weight: 300;
    font-size: 40px;
}
.header_595 h1 span{
    font-weight: 500;
    color: var(--primaryColor);
}
.header_595 h1 span.dot{
    font-weight: 800;
    color: var(--secondColor);
}
.header_595 .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-image: url("../images/hamburger.svg");
}

button.button_595 {
    padding: 10px 100px;
    border: 0px;
    box-shadow: 0px 0px transparent;
}
button.button_595.color-s{
    background-color: var(--whiteColor);
    color: #563C80;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 3px;
}
.Wellness-595 h3{
    color: #245286;
    font-weight: 500;
}
.line-hr{
    width: 5%;
    height: 3px !important;
    border-radius: 100px;
    background-color: #245286;
}
.w-lg-75{
    width: 75%;
}
.Wellness-595 p span{
    color: #245286;
    font-weight: 400;
}
button.button_595.color-p{
    background-color: #245286;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 15px 60px;
}
.Wellness-595 img.border-d{
    box-shadow: 8px 8px 22px #0000004d;
    border-radius: 20px;
}

/* Works CSS */

.works-595 .row-dflex {
    display: flex;
    justify-content: space-around;
}
.works-595 .row-dflex .purple{
    border-radius: 14px;
    border: 2px solid #9E4187;
    box-shadow: 0px 4px 12px #00000014;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works-595 .row-dflex .purple p.pur{
    color: #9E4187;
}
.works-595 .row-dflex p.purple-25{
    width: 25%;
    height: fit-content;
}
.works-595 .row-dflex p.purple-75{
    width: 75%;
}

.works-595 .row-dflex .dark-purple{
    border-radius: 14px;
    border: 2px solid #624493;
    box-shadow: 0px 4px 12px #00000014;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works-595 .row-dflex .dark-purple p.pur{
    color: #624493;
}

.works-595 .row-dflex .blue{
    border-radius: 14px;
    border: 2px solid #2C64A3;
    box-shadow: 0px 4px 12px #00000014;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works-595 .row-dflex .blue p.pur{
    color: #2C64A3;
}

.works-595 .row-dflex .dark-green{
    border-radius: 14px;
    border: 2px solid #4086A9;
    box-shadow: 0px 4px 12px #00000014;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works-595 .row-dflex .dark-green p.pur{
    color: #4086A9;
}

.works-595 .row-dflex .green{
    border-radius: 14px;
    border: 2px solid #489DA6;
    box-shadow: 0px 4px 12px #00000014;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.works-595 .row-dflex .green p.pur{
    color: #489DA6;
}

/* gain css */

.gain-595{
    background-image: url(../images/gain-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: var(--whiteColor);
    margin-top: -65px;
}

.gain-595 ul li{
    font-weight: 300;
}

.systum-595 .system-1 p span{
    font-weight: 500;
}
.systum-595 .system-1 {
    box-shadow: 0px 4px 12px #0000000f;
    border-radius: 15px;
}

/* reset css */

.reset-595 h3{
    color: #4086A9;
}
.reset-595 button.button_595.color-p{
    background-color: #4086A9;
}
.reset-595 hr{
    width: 14%;
    margin: 0px;
    background-color: #4086A9;
    height: 2px;
}

.testimonial-card {
    background: #4b3c78;
    color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  
  .testimonial-card .quote-icon {
    font-family: none;
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
  }
  
  .testimonial-card .profile {
    margin-bottom: 20px;
  }
  
  .testimonial-card .profile img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .testimonial-card .quote-text {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 200;
    padding: 0px 14px;
  }
  
  .testimonial-card .name {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .testimonial-card .designation {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .testimonial-card.first{
    background: #354D81;
  }
  .testimonial-card.second{
    background: #2C6187;
  }

  .faq-595 .accordion-item {
    border: 0;
    border-bottom: 0px solid #E3E3E3;
}
.faq-595 .accordion-button {
    color: #000 !important;
    background-color: #fff0 !important;
    box-shadow: none !important;
    font-weight: 500;
}
.faq-595 .accordion-button::before {
    content: "";
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #323232;
    font-size: 35px;
    display: flex;
    align-items: center;
    margin-left: unset;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%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-595 .accordion-button::after{
    display: none;
}
.faq-595 .accordion-body {
    color: #737376;
}

.footer-595{
    color: #fff;
    background-image: url(../images/footer-bg.png);
}
.footer-595 button.button_595.color-p{
    color: #4086A9;
    background-color: #fff;
}
.footer-595 hr{
    width: 14%;
    margin: 0px;
    background-color: #fff;
    opacity: 0.7;
    height: 2px;
}
.d-web-none{
    display: none;
}

@media screen and (max-width: 992px) {
    .d-web-none{
        display: block;
    }
    .d-mob-none{
        display: none;
    }
    h3 {
        font-size: 18px;
    }
    .header_595 h1 {
        font-size: 23px;
    }
    .header_595 p{
        font-size: 14px;
    }
    button.button_595 {
        padding: 10px 20px !important;
        width: 100%;
    }
    .line-hr{
        display: none;
    }
    p{
        font-size: 13px !important;
    }
    .Wellness-595 p span{
        color: #000;
        font-weight: 200;
        font-size: 13px;
    }
    .w-lg-75 {
        width: 100%;
    }
    .Wellness-595 img.border-d{
        margin-top: 20px;
    }
    .Wellness-595.my-5{
        margin-bottom: .5rem !important;
    }
    section.works-595 h3{
        margin-bottom: 2rem;
    }
    .works-595 .row-dflex .dark-purple p.pur {
        white-space: nowrap;
    }
    .works-595 .row-dflex p.purple-25 {
        width: 35%;
    }
    .works-595 .row-dflex p.purple-75 {
        width: 65%;
    }
    .mx-lg-6{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .p-lg-10 {
        padding: 0rem !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .gain-595 ul li {
        font-weight: 300;
        font-size: 13px;
    }
    .gain-595 ul{
        width: 90%;
    }
    .reset-595 hr {
        display: none;
    }
    .faq-595 .accordion-body {
        padding-right: 1rem !important;
    }
    .footer-595 hr {
        display: none;
    }
    .gain-595.p-lg-10{
        padding-bottom: 2rem !important;
        background-position: center;
    }
    section.gain-595.p-lg-10 ul {
        list-style: none;
        padding: 0;
        text-align: center;
      }
    section.gain-595.p-lg-10 li{
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
    }
    section.gain-595.p-lg-10 li::before {
        content: "• ";
        font-size: 30px;
    }
    .testimonial-card .profile img {
        margin: auto;
        width: 90px !important;
    }
    .feedback-595 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #676767 !important;
    }
    .feedback-595 .owl-theme .owl-dots .owl-dot span{
        width: 7px;
        height: 7px;
        margin: 5px 4px;
    }
}
