/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.swiper-button-next:after, .swiper-button-prev:after
{
        font-size: 25px !important;
        color: #ffffffc7;
}
.title-wrap p
{
        font-size: 17px !important;
        font-weight: 700;
        text-transform: uppercase;
        color: #0161a5 !important;
}
.tv-faq-section {
    position: relative;
    background-image: url(../images/form-bg.jpg);
    background-size: cover;
    background-position: center right;
}

.tv-testimonial-section {
    background-image: url(../images/testimonial-bg.jpg);
    background-size: cover;
}

.testimonial-title-bx
{
}
.testimonial-title-bx h2
{
    color: #FFF;
    font-size: 28px;
}
.testimonial-title-bx p
{
    color: #FFF;
}
.testimonial-title-bx img
{
    width: 120px;
}
.testimonial-title-bx .box-content
{
    
}
.testimonial-title-bx .box-content .stars
{
    
}
.testimonial-title-bx .box-content .stars i
{
    color: #ff9d10;
}
.feature-item
{
    padding-right:30px;
}
:root {
    --title-font: "Mulish", sans-serif;
    --body-font: "Mulish", sans-serif;
}
.main-menu a {
    font-weight: 600;
}
.tv-about-section .about-right p {
    font-size: 16px;
}


.footer-widget ul li a {
    font-size: 15px;
}
.form-s2
{
    
}
.form-s2 select, .form-s2 .single-select, .form-s2 .form-control, .form-s2 .form-select, .form-s2 textarea, .form-s2 input
{
    background-color: transparent;
    border-bottom: 1px solid #ffffff40;
    border-radius: 0;
}
.flag-textbox {
    position: relative;
}

.flag-textbox input {
    padding-left: 40px; /* space for the flag */
}

/* Flag icon inside textbox */
.flag-textbox::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url("../images/flag.svg") no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.flag-textbox.type2::before {
    left: 25px;
}
.social-icons {
    border: 0px;
    justify-content: flex-start;
    gap: 0px;
    display: flex;
    margin: 9px 0 0;
}
.social-icons a {
    align-items: center;
    padding: 10px;
    color: #fff;
}
.social-icons a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    width: auto;
}
.social-icons a img {
    padding-right: 10px;
    width: 36px !important;
}
img.shadow-sm {
    transition: 0.3s ease;
}
img.shadow-sm:hover {
    transform: scale(1.03);
}
.blue-icon {
    filter: brightness(0) saturate(100%) invert(25%) sepia(88%) saturate(2083%) hue-rotate(182deg) brightness(90%) contrast(98%);
}

.tv-service-single-box-s2
{
    border: 1px solid #FFF;
    border-radius: 25px;
    padding: 30px;
    position: relative;
    color: #FFF;
}
.inner-box-s2
{
    
}
.inner-box-s2 .icon
{
    position: absolute;
    left: 27px;
    top: -40px;
    border: 6px solid #1e65b8;
    background: #03438e;
    width: 70px;
    he':';
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-box-s2 .icon.c1
{
    border: 6px solid #9f7c28;
    background: #c6a24d;
}
.inner-box-s2 .icon.c2
{
    border: 6px solid #aa41b3;
    background: #bf56c8;
}
.inner-box-s2 .icon.c3
{
    border: 6px solid #096834;
    background: #038e42;
}
.inner-box-s2 .icon.c4
{
    border: 6px solid #067877;
    background: #05a3a1;
}
.inner-box-s2 .icon.c5
{
    border: 6px solid #be6a2d;
    background: #e58946;
}
.inner-box-s2 .icon.c6
{
    border: 6px solid #5c1ea6;
    background: #6726b5;
}
.inner-box-s2 .icon img
{
    width: 40px;
    height: 40px;
}
.inner-box-s2 .title
{
    color: #FFF;
    
}.inner-box-s2 p
{
    color: #FFF;
    
}
.inner-box-s2 .theme-btn{
    background-color: transparent;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    color: #81bfff;
    padding: 0;
}
.inner-box-s2 .theme-btn::before
{
    display:none;
}

/* Elegant Audit Page Styling */

.audit-section {
    padding: 60px 0;
}

.main-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.lead-text {
    font-size: 17px;
    color: #555;
    width: 80%;
    margin: auto;
    line-height: 1.8;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    min-height: 300px;
    position: relative;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    border-color: #d4d4d4;
}

.service-card h3 {
    font-size: 23px;
    font-weight: 700;
    color: #003b7a;
    margin-bottom: 14px;
}

.service-card p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.read-btn {
    margin-top: 15px;
    color: #003b7a;
    font-weight: 600;
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
}

.whatsapp-btn:hover {
    background: #1aa853;
}


/* Read More Button */
.read-btn {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 22px;
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-btn:hover {
    background: #0056b3;
    color: #fff;
}

.custom-list {
    counter-reset: count;
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #444;
}

.custom-list li::before {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #103b72;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}


.whatsapp-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    background: #25D366;
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(37, 211, 102, 0.4);
}
.tv-cta-section .cta-inner
{
    background: #103b72;
    margin: 0 0 30px;
    border-radius: 30px !important;
}

.tv-cta-section p
{
    
    color: #FFF;
}
.whatsapp-button
{
    background: #4dc247 !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    padding: 9px 24px 11px 25px;
    gap: 6px;
}
.whatsapp-button-icon
{
    
}
.whatsapp-button-icon i
{
    font-size: 23px;
    color: #ffffff;
}
.box-s1
{
    text-align: center;
    background: #e8edfa;
    margin: 0 0 10px;
    padding: 20px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.hr-s1
{
    border-top: 1px solid #CCC;
}
.service-box-s2
{
    border: 1px solid #d7d7d7;
    margin: 0 0 30px;
    padding: 30px;
    border-radius: 10px;
}
@media (max-width:992px)
{
    .testimonial-title-bx {
        margin-bottom:30px;
}
.tv-testi-single-box {
        padding: 30px 15px 15px 15px;
    }
    
.tv-faq-section::before {
    content:'';
    background:#002b58cf;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
}