* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,p{
   margin: 0 !important;
padding: 0 !important; 

}
.info-box-inner-wrapper a {
    color: #2f80ed;

}
.info-box-inner-wrapper a:hover {
    color: #438cef;

}
body, h1, h2, h3, h4, h5, h6,p, a, span, div, li, button {
 font-family: "DM Sans", sans-serif !important;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.nav-links_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-links_wrapper ul#navLinks {
    margin-bottom: 0;
}
.logo img {
height: 40px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.nav-links {
display: flex;
align-items: center;
gap: 30px;
list-style: none;
}
a.login-btn:hover {
    color: #fff !important;
    background : #438cef;
}
.btn-primary:hover {
    color: #fff;
    background-color: #438cef !important;
    border-color: #438cef !important;
}
.nav-links a, .nav-links .dropdown-toggle {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
}

.nav-links a:hover {
color: #4A90E2;
}

.dropdown {
position: relative;
}

.dropdown-toggle {
background: none;
border: none;
color: #333;
font-weight: 500;
font-size: 16px;
cursor: pointer;
display: flex;
align-items: center;
gap: 5px;
transition: color 0.3s;
}

.dropdown-toggle:hover {
color: #4A90E2;
}

.dropdown-toggle svg {
width: 16px;
height: 16px;
transition: transform 0.3s;
}

.dropdown.active .dropdown-toggle svg {
transform: rotate(180deg);
}

body .dropdown-menu {
position: absolute;
top: 100%;
right: 0;
margin-top: 10px;
background: white;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
min-width: 180px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s;
z-index: 1000;
}

body .dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

body .dropdown-menu a {
display: block;
padding: 12px 20px;
color: #333;
text-decoration: none;
font-size: 14px;
transition: background 0.2s;
}

.dropdown-menu a:first-child {
border-radius: 8px 8px 0 0;
}

.dropdown-menu a:last-child {
border-radius: 0 0 8px 8px;
}

.dropdown-menu a:hover {
background: #f5f5f5;
}

body .login-btn {
    background: #3B82F6;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    opacity: 1;
}

.login-btn:hover {
background: #357ABD;
}

.mobile-menu-btn {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 5px;
}

.mobile-menu-btn svg {
width: 28px;
height: 28px;
color: #333;
}
section.header-wrapper .header_outer {
    padding: 22px 0;
}
.nav-links .dropdown-toggle::after{
    content: none;
}
.banner_wrapper {
    padding: 101px;
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 11px 2px -20px;
}
section.banner-section {
    position: relative;
    padding-bottom: 100px;
}

section.banner-section:before {
    content: "";
    background-image: url(../image/bannerbr.png);
    /* background-size: cover; */
    background-position: bottom;
    width: 100%;
    position: absolute;
    bottom: -40%;
    height: auto;
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
}
.banner_wrapper {
    position: relative;
        background: #fff;
}

.banner_wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(253.24deg, #3B82F6 -19.05%, #FFFFFF 18.17%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}
.banner-image {
    text-align: center;
}

.banner-image img {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.banner-image {
    text-align: center;
}


span.sub-heading {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5cfeb;
}
.banner-inner-content {
    display: inline-flex;
    flex-direction: column;
}
.banner-button a {
    width: 163px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B82F6;
}
.banner-content {
width: 100%;
    display: inline-flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    z-index: 1;
}

.banner-content p.mini {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #4848488c;
}


.banner-content h1 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 65px;
    line-height: 67px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.banner-button {
    display: flex;
    margin-top: 20px;
    width: 100%;
}
.banner-button svg {
    width: 17px;
}

.banner-list-item svg {
    width: 17px;
    color: #3B82F6;
    height: 17px;
}

.banner-list-item svg path {
    stroke: #3B82F6;
}
.banner-list-wrapper.row {
    row-gap: 20px;
}
.banner-list-item h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #484848b8;
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-content h1 span.highlight {
    background: transparent;
    color: #3B82F6;
}

.why-section {
    padding: 0 0 60px;
    text-align: center;
}

.why-section-header {
    max-width: 45rem;
    margin: auto;
    margin-bottom: 40px;
}

.why-section-header .title {
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0;
    text-align: center;
}
.sub-title {
font-weight: 300;
font-size: 24px;
line-height: 34px;
letter-spacing: 0;
text-align: center;
}

.why-container {
    max-width: 1100px;
    margin: auto;
}

.why-section .tabs {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    position: relative;
}
.why-container {
    max-width: 80rem;
    margin: auto;
}
.why-section .tab {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #888;
    transition: 0.3s;
    overflow: hidden;
}
.wc-number span {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #CBD5F4;
}

.why-section .tab.active .wc-number {
    color: #000;
}

.why-section .tab.active .wc-content {
    border-left: 2px solid #3B82F6;
}

.why-section .tab.active .wc-number span {
    color: #000;
}
.why-section .tab .wc-number {
    width: calc(15% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-section .tab .wc-content {
 width: calc(85% - 10px);
}
.why-section .content-box {
     background: linear-gradient(180deg, #ffffff 0%, #dfe9ff 100%);
    padding: 65px;
    border-radius: 20px;
    background-image: url(../image/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.why-section .content {
    display: none;
    animation: fade 0.3s;
}

.why-section .content.active {
    display: block;
}

.why-section .content img {
    width: 100%;
    border-radius: 15px;
}

@keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}
.why-section .wc-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.why-section .wc-icon img {
    max-width: 100%;
}
.why-section .wc-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-left: 40px;
    margin-left: 17px;
    border-left: 2px solid transparent;
}
.why-section .tab.active .wc-content h3 {
    color: #3B82F6;
}
.why-section .tabs:after {
    content: "";
    border-bottom: 2px solid #CBD5F4;
    width: 1.5px;
    position: absolute;
    writing-mode: vertical-rl;
    height: 100%;
    transform: rotate(180deg);
    background: #cbd5f459;
    left: 100px;
}   
.wc-content h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
}

.wc-content p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
}

section.info-section-wrapper .container {
    max-width: 80rem;
    margin: auto;
}

.info-section-outer-wrapper {
    width: 100%;
    display: block;
}

.info-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.info-card .icon {
    width: 50px;
    height: 50px;
    background: #3B82F6;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    min-width: 50px;
}

.info-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #333;
}
.info-card p {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0;
}
.info-card-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
section.info-section-wrapper {
    padding: 60px 0;
}
.info-card-contents h4 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #484848b0;
}
.info-card:hover .icon {
    background: #000;
}
.info-card .icon svg {
    width: 30px;
    height: 30px;
}
.info-card-contents span img {
    width: 26px;
    height: 26px;
}

.info-card p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
        flex-wrap: wrap;
}
.info-card .icon svg {
    fill: #fff;
}

.info-card .icon svg path {fill: #fff;}
.highlight {
    background: #377DFF;
    color: #fff;
    border-color: #377DFF;
}

.highlight h4, 
.highlight p {
    color: #fff;
}

.info-card:hover {
    background: #377DFF;
    border-color: #377DFF;
}

.info-card:hover h4,
.info-card:hover p {
    color: #fff;
}
/* section.testimonials .container {
    max-width: 80rem;
    margin: auto;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 30px;
    padding: 66px;
}
 */

.testimonials {
    background: #ffffff;
    padding: 60px 0px;
}

.testimonials .section-tag {
    display: inline-block;
    padding: 6px 18px;
    background: #f2f4f7;
        margin-bottom: 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
    border: 1px solid #C5CFEB;
}

.testimonials .section-title {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0;
    text-align: center;
}

.testimonials-outer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.testimonial-box {
    flex: 1;
    text-align: left;
}
.user-info-image-item {
    width: 44px;
    height: 44px;
    min-width: 44px;
    overflow: hidden;
    border-radius: 100px;
}
.testimonials .logo {

    margin-bottom: 15px;
}

.testimonials .testimonial-box .text {
    color: #333;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
}

.testimonials .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
}

.testimonials .user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.testimonials .user-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.testimonials .user-info span {
    font-size: 14px;
    color: #555;
}

/* Center Vertical Divider */
.testimonials.divider {
    width: 1px;
    background: #e4e7eb;
    height: 260px;
}


section.testimonials .testimonials-wrapper-inner {
    max-width: 80rem;
    margin: auto;
    background: #FFFFFF;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 30px;
    padding: 66px;
}

.testimonials-header {
    text-align: center;
    max-width: 50rem;
    margin: auto;
    margin-bottom: 40px;
}
.faq-section {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
}

/* LEFT SIDE */
.faq-left .faq-badge {
    color: white;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 12px;
    display: inline-block;
}

.faq-left h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
}

.faq-left p {
    color: #484848;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    width: 100%;
}

/* RIGHT SIDE ACCORDION */
.faq-right {
    flex: 1;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 12px;
    padding: 18px 20px;
    transition: .25s;
    cursor: pointer;
}

.faq-item.active {
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.icon {
    font-size: 24px;
    line-height: 0;
    transition: .25s;
}
.contact-item a {
    color: #484848;
}
a:hover {
    text-decoration: none !important;
}
.faq-item.active .icon {
    transform: rotate(180deg);
}
.contact-item span.icon svg {
    width: 17px;
    height: 17px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
}



.footer {
    background: #ffffff !important;
    padding: 50px 0 20px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
}

.footer-logo {
    width: 110px;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 14px;
    line-height: 22px;
    color: #555;
}

/* Title */
.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px !important;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
}

.footer-links a:hover {
    color: #000;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

.icon {
    font-size: 16px;
    margin-right: 8px;
}

/* Line */
.footer-line {
    margin: 40px auto 20px;

    border: 0;
    border-top: 1px solid #ddd;
}
section.faq-section {
    background-image: url(../image/Maskgroup.png);
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: auto;
    padding: 0 60px 40px;
    overflow: hidden;
    border-radius: 30px;
}
/* Copyright */
.footer-copy {
    text-align: center;
    font-size: 12px;
    color: #777;
}
.faq-item.active .icon-wrapper span.icon {
    display: none;
}

.faq-item.active .icon-wrapper  span.icon.close {
    display: block;
}

.faq-item .icon-wrapper span.icon.close {
    display: none;
}
.icon-wrapper .icon svg {
    width: 17px;
    height: 17px;
}
footer.footer {
    margin: 0;
    padding: 50px 0 20px !important;
    background-color: #404040;
    color: #eee;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 6px;
}

.slick-slider {
    margin:0 -15px;
}
.slick-slide {
    margin-right:15px;
    margin-left:15px;
}

.testimonials-outer-wrapper.slick-initialized.slick-slider {
    opacity: 1;
}

.testimonials-outer-wrapper {
    opacity: 0;
}


/*  */


.about-section {
    padding: 70px 0px;
    background: #F8F9FC;
}
.about-header {
    max-width: 65rem;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    margin-bottom: 70px;
}
.about-heading {
    font-weight: 500;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
}
.about-container {
    text-align: center;
}

.about-text {
    color: #555;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
}
.about-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.about-card .icon img {
    width: 40px;
    margin-bottom: 15px;
}
.about-card h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 18px !important;
}
.about-card p {
    color: #666;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}
/*  */

.contact-section {
    padding: 70px 0;
    background: #f5f6fa;
}

.contact-info h2 {
    font-weight: 500;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
}

.contact-section .desc {
    color: #484848;
    max-width: 500px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 10px !important;
}
.contact-section .info-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-section .icon-box {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.08);
}
.contact-section .icon-box img {
    width: 30px;
}

.contact-section .info-box span {
    color: #555;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
}
svg.svg_btn {
    margin-left: 20px;
}
.contact-section .info-box h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
}
.info-box-inner-wrapper {
    margin-top: 33px;
}
/* FORM SIDE */
.contact-form-box {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 18px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.06);
}

.contact-form-box label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.input-wrap {
    position: relative;
}

.input-wrap input {
    padding-right: 38px;
}

.input-wrap .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.input-wrap .icon img {
    width: 16px;
}

/* BUTTON */
.send-btn {
    width: 100%;
    padding: 14px;
    background: #2f80ed;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.2s;
}

.send-btn:hover {
    opacity: 0.9;
}
.row.contact-section-row {
    align-items: center;
}

.contact-section-wrapper {
    max-width: 85rem;
    margin: auto;
}

/*  */


/* Mobile Styles */
@media (min-width: 768px) {
.testimonials-item.slick-slide.slick-current.slick-active .testimonial-box {
    border-right: 1px solid #BFBFC3;
}
}

@media (max-width: 1440px) {
.banner_wrapper {
    padding: 50px;
}
.banner-content h1 {
    font-size: 40px;
    line-height: 48px;
}
.banner-list-item h3 {
    gap: 10px;
}
section.testimonials .testimonials-wrapper-inner {
    padding: 40px;
}
section.faq-section {
    padding: 0 20px 30px;
}
.faq-left h2 {
    font-size: 50px;
    line-height: 55px;
}
.why-section .wc-content {
    padding-left: 24px;
    margin-left: 17px;
}
}

@media (max-width: 1200px) {
.why-section .tabs:after {
    left: 17%;
}
}
@media (max-width: 850px) {
    .testimonials-wrapper {
        flex-direction: column;
    }

    .divider {
        display: none;
    }
body.menu-open {
    overflow: hidden;
}
}

@media (max-width: 768px) {

.menuIcon_open,
.close_btn {
    transition: 0.2s;
}
.menuIcon_open.active {
    display: block;
}
.close_btn.active {
    display: block !important;
}

body.menu-open svg#menuIcon {
    display: none;
}

body.menu-open {
    overflow: hidden;
}

#navLinks.active {
    transform: translateX(0); 
}
.nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.nav-links.active {
    transform: translateX(0);
}

.nav-links li {
    width: 100%;
}

.nav-links a,
.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 12px 0;
}

.dropdown-menu {
    position: static;
    box-shadow: none;
    margin-top: 0;
    margin-left: 20px;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
}

.dropdown.active .dropdown-menu {
    display: block;
}

.login-btn {
    width: 100%;
    margin-top: 10px;
}

.mobile-menu-btn {
    display: block;
    position: relative;
    z-index: 999999;
}
.nav-links_wrapper .nav-links {
    z-index: 99999;
    height: 100vh;
    align-items: flex-start;
    text-align: left;
    width: auto;
    top: 0;
}
.nav-links a, .nav-links .dropdown-toggle {
    text-align: left;
}
.nav-links_wrapper ul#navLinks {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 70px;
}
.logo {
    position: relative;
    z-index: 999999;
}
}
/* MOBILE FIXES */
@media (max-width: 768px) {
    .desc { max-width: 100%; }
    .contact-form-box { margin-top: 40px; }
}


@media (max-width: 767px) {
.banner_wrapper {
    padding: 20px;
}
span.sub-heading {
    font-size: 20px;
    line-height: 29px;
}
.banner-content h1 {
    font-size: 28px;
    line-height: 34px;
}
.banner-content {
    row-gap: 10px;
}
.banner_wrapper .row {
    flex-direction: column-reverse;
    row-gap: 40px;
}
.banner-list-wrapper.row {
    row-gap: 10px;
}
section.banner-section {
    padding-bottom: 30px;
}
.why-section-header .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px !important;
}
.info-section.row {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.info-section.row .info-card-item {
    flex: 0 0 auto;
}
section.info-section-wrapper {
    padding: 30px 0;
}
.info-card p {
    font-size: 16px;
    line-height: 22px;
}
.testimonials {
    padding: 30px 0px;
}
.info-card-contents {
    row-gap: 10px;
}

.info-card {
    padding: 10px;
}

.info-card-contents h4 {
    font-size: 16px;
    line-height: 25px;
}
.sub-title {
    font-size: 18px;
    line-height: 26px;
}
.wc-content p {
    font-size: 18px;
    line-height: 25px;
}
.wc-content h3 {
    font-size: 25px;
    line-height: 32px;
}
.why-section .tabs {
    row-gap: 28px;
}
.why-section .content-box {
    padding: 15px;
    border-radius: 15px;
}
.why-section {
    padding: 0 0 40px;
}
section.testimonials .testimonials-wrapper-inner {
    padding: 30px;
}
.testimonials .section-title {

    font-size: 30px;
    line-height: 37px;
}
section.faq-section {
    padding: 0;
}
.faq-left h2 {
    font-size: 40px;
    line-height: 50px;
}
.faq-left {
    margin-bottom: 40px;
}
.testimonials-header {
    margin-bottom: 20px;
}
.why-container .row {
    row-gap: 40px;
}
.why-section .tabs:after {
    content: "";
    border-bottom: 2px solid #CBD5F4;
    width: 1.5px;
    position: absolute;
    writing-mode: vertical-rl;
    height: 100%;
    transform: rotate(180deg);
    background: #cbd5f459;
    left: 16.5%;
}
.about-text {
    font-size: 16px;
    line-height: 25px;
}
.about-cards.row {
    row-gap: 30px;
}
.contact-info h2 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
}
.contact-section .desc {
    font-size: 16px;
    line-height: 25px;

}
.contact-section .info-box h5 {
    font-size: 18px;
    line-height: 28px;
}
.contact-section .info-box span {
    font-size: 18px;
    line-height: 25px;
}
.contact-section .icon-box {
    width: 50px;
    height: 50px;
}
.contact-section .icon-box img {
    width: 20px;
}
}


