﻿
*, *::before, *::after {
    box-sizing: border-box;
}
.faq-section .new-sec h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 5px;
    color: #222;
    padding-top: 41px;
    font-family: 'Jost-Regular', sans-serif;
}
.faq-section .new-sec h6 {
    color: #666;
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-family: 'Jost-Regular', sans-serif;
    font-weight: 600;
    line-height: 20px;
    padding-top: 10px;
}
.accordion-flush .accordion-item {
    background: #e7e9ee;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 .accordion-flush .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  }
.accordion-button {
    background-color: transparent;
    color: #111;
    font-weight: 600;
    font-size: 17px;
    padding: 20px;
    border-radius: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
 background-color: #e7e9ee;
 color: #0d6efd;
 }
.accordion-button::after {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5L8 12l6.5-6.5L13.5 4l-5.5 5.5L2.5 4z'/%3E%3C/svg%3E");
 transform: rotate(0deg);
 transition: transform 0.3s ease-in-out;
 }
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.accordion-body {
padding: 18px 20px 20px;
font-size: 15.5px;
line-height: 1.65;
color: #444;
background-color: transparent;
border-top: 1px solid #eaeaea;
}
.accordion-body ol {
 padding-left: 20px;
 margin: 0;
}
@media (min-width: 768px) {
 .faq-section .col-md-6 {
  padding: 0 10px;
 }
}


.clt_sec {
    font-family: FS Elliot Pro;
    font-weight: bold;
    font-size: 22px;
}

/*first_swiper_sec_st*/
.card-slider-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    }
    .card-slider-section .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    }
    .card-slider-section .pattern-box {
    position: relative;
    background-image: url("../images/first_pattern.jpg");
    background-repeat: repeat;
    background-size: 300px;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    background-color: white;
    }
    .card-slider-section .swiper-slide {
    height: auto;
    }
    .card-slider-section .custom-arrows {
    text-align: end;
    margin-top: 20px;
    }
    .card-slider-section .custom-arrow {
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 12px;
    color: #444;
    display: inline-block;
    }
    .card-slider-section .custom-arrow:hover {
    color: #6c63ff;
    }
    .card-slider-section .section-title {
    border-left: 4px solid #007bff;
    padding-left: 15px;
    margin-bottom: 10px;
    }
    .card-slider-section .swiper {
    padding-bottom: 20px;
    }
    
    .fr_img{
      padding-top: 20px;
    }

    /*end*/

    .sldtp_ptp img {

        height: auto!important;
    
    }
     
    /*faq sec_start*/
.inner_content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.fqfont {
    font-family: 'Poppins', sans-serif;
    font-size:16px;
}
.fqfirst {
    font-weight: 600;
}
.fqsecond{
 font-size: 20px;
}
ul.inner_list li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.newfont {
    font-family: 'Poppins', sans-serif;
}
.txt_aligncenter {
    font-family: 'Poppins', sans-serif;
}
/*end*/
