﻿/*CHAT stop CSS Start Here*/
.main-banner.chat-banner {
    height: auto;
    padding: 100px 0 0 0;
    position: relative;
    background-color: #000;
}
.main-banner.chat-banner .container {
    position: relative;
    z-index: 5;
}
.main-banner.chat-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(242, 205, 28, 0.66);
    border: 1px solid #F2CD1B;
    filter: blur(327px);
    pointer-events: none;
}
.main-banner .shape.topshape {
    background: url(../../assets/images/astrik-chat-top-shape.png);
}

.main-banner.chat-banner h1 {
    font-weight: 600;
}

.main-banner.chat-banner label {
    color: #F9A822;
    font-weight: 500;
    text-transform: none;
}
.chat-banner .bann-lg-img {
    width: 100%;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 100px 50px;
    background-size: cover;
    background-position: top center;
    margin-top: 30px;
    min-height: 475px;
}
.bann-content {
    background-color: #FFFFFF;
    border-radius: 17px;
    border: 0;
    text-align: center;
    max-width: 440px;
    margin-left: auto;
    min-height:230px;
    display:block;
    align-items:center;
    justify-content:center;
    padding:30px;
}
    .bann-content span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0 10px;
        color: #226DF9;
        font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
    }
.bann-content span img{
    margin-right:8px;
}
.bann-content p{
    color:#3A4B69;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
   
  
}
@media(max-width:991px) {
    .chat-banner .bann-lg-img {
        padding: 50px;
    }
}
@media(max-width:575px) {
    .chat-banner .bann-lg-img {
        padding: 25px;
    }
}

.chattabs .listing {
    margin-bottom: 65px;
}

.chattabs .listing .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
}

.chattabs .nav-tabs .nav-link {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    border-radius: 35px;
    color: #505155;
    border: solid 1px #F9A822;
    transition: all ease-in-out 0.3s;
}
.chattabs .nav-tabs .nav-link:hover, .chattabs .nav-tabs .nav-link.active {
    background-color: #F9A822 !important;
    color: #000;
}

.chattabs .tab-content {
    padding: 0;
    border: 0;
}

/*.tagline {
    padding: 8px 22px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(246, 173, 52, 0.15) 0%, rgba(144, 102, 31, 0.15) 100%);
    border: 1px solid rgba(249, 168, 34, 0.21);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F9A822;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
}*/
.tagline {
    padding: 8px 22px;
    box-sizing: border-box;
    background: linear-gradient(
        90deg,
        rgba(246, 173, 52, 0.15) 0%,
        rgba(144, 102, 31, 0.15) 100%
    );
    border: 1px solid rgba(249, 168, 34, 0.21);
    border-radius: 50px;

    display: inline-flex; 
    align-items: center;
    gap: 8px;

    color: #F9A822;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));

    width: fit-content; 
    max-width: 100%;
}

.ylw-btn-arrow {
    display: flex;
    align-items: center;
    border: 0;
    background-color: #F2CD1C;
    border-radius: 100px;
    padding: 8px 20px 8px 10px;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #2D2222;
    max-width: max-content;
    width: 100%;
    cursor: pointer;
    transition: 
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}
.ylw-btn-arrow span {
    background-color: #fff;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ylw-btn-arrow span svg {
    transform: rotate(-30deg);
    transition: transform 0.3s ease;
}

.ylw-btn-arrow:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color:#fff;
}

.ylw-btn-arrow:hover span {
    transform: translateX(4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        background-color: #F2CD1C;
    
}

.ylw-btn-arrow:hover span svg {
    transform: rotate(0deg);
}

.see-sec{
    position:relative;
}
.see-sec::before{
    content:"";
    background-image:url('/assets/images/overlay-blur-left.png');
    background-repeat:no-repeat;
    background-size:contain;
    width:384px;
    height:384px;
    position:absolute;
    left:0;
    bottom:20px;
}
.see-sec::before{
    content:"";
    background-image:url('/assets/images/overlay-blur-right.png');
    background-repeat:no-repeat;
    background-size:contain;
    width:384px;
    height:384px;
    position:absolute;
    right:0;
    bottom:20px;
}
    /*.see-sec h3{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
}*/
.see-video video {
    background: #061B33;
    border: 10px solid #000;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    max-width: 1000px;
    margin: 0 auto;
    width:100%;
}

.clients-sec {
    position:relative;
    background: linear-gradient(180deg, #020617 0%, #00040C 50%, #020617 100%);
}
.clients-sec::before {
    content: "";
    background-image: url('/assets/images/overlay-center.png');
    background-repeat: no-repeat;
    background-size: contain;
  width: 384px;
  height: 384px;
  position: absolute;
  left: 320px;
  top: 248px;

}
.clients-sec::after {
    content: "";
    background-image: url('/assets/images/overlay-center.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 384px;
    height: 384px;
    position: absolute;
    right: 420px;
    top: 348px;
    z-index:0;

}
.logos-slider-c {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    padding-bottom:50px;
    z-index:9;
}
.logos-slider-c .slick-current .logo-s-item{
    outline: 1px solid #F2CD1C;
    outline-offset: 2px; 
    border-radius: 16px;
}
.logo-s-item {
    background-color: #fff;
    border-radius: 16px;
    max-width: 90px;
    width: 90px;
    height: 90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin:10px;
    position: relative;
}

.logos-slider-c .slick-current .logo-s-item::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #F2CD1C;
    border-radius: 16px; /* slightly bigger than parent */
    pointer-events: none;
}

.clients-slider-holder {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.clients-slider {
    max-width: 880px;
    margin: 0 auto;
}

.clients-slider
.client-box {
    box-sizing: border-box;
    background: rgba(34, 33, 14, 0.8);
    border: 1px solid rgba(34, 33, 14, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 24px;
    padding:40px 35px;
}

.client-box img {
    margin:10px;
}
.client-box p {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #fff;

}
.client-box-top {
    min-height: 150px;
}
.client-box-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #334155;
}
.client-box-btm .stars {
    display:flex;
    align-items:center;
}
.client-box-btm .stars i,
.client-box-btm .stars svg{
    filter: brightness(0) saturate(100%) invert(90%) sepia(49%) saturate(6006%) hue-rotate(340deg) brightness(100%) contrast(96%);
    font-size:15px;
    margin:0 2px;
}

.c-profile-box {
    display: flex;
    align-items: center;
}
    .c-profile-box
    .c-profile-box-icon {
        background-color: #F2CD1C;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        margin-right: 20px;
        border: 0;
        border-radius: 50%;
        flex-shrink: 0;
    }

.c-profile-box
.c-profile-box-text span{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #fff;
}
    .c-profile-box
    .c-profile-box-text p {
        font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: #94A3B8;
        margin:0;
    }
.clients-slider-btns{
    position:relative;
}
.clients-slider-btns .client-btn{
    box-sizing: border-box;
    background: #1E293B;
    border: 1px solid #334155;
    border-radius: 50%;
    width:50px;
    height:50px;

}
.clients-slider-btns #nextc{
    position:absolute;
    top:140px;
    right:0;
    z-index:9;
}
.clients-slider-btns #prevc{
    position:absolute;
    top:140px;
    left:0;
    z-index:9;
}
.clients-slider
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position:relative;
    top:30px;
}
    .clients-slider
    .slick-dots li {
        margin: 0;
        margin: 0 0px;
    }
.clients-slider
 .slick-dots button {
	 display: block;
	 width: 10px;
	 height: 10px;
	 padding: 0;
	 border: none;
	 border-radius: 50%;
	 background-color:#475569;
	
     
     
}
.clients-slider
 .slick-dots li.slick-active{
     margin: 0 15px 0 10px;
}
.clients-slider
 .slick-dots li.slick-active button {
	 background-color: #F2CD1C;
     width:32px;
     height:10px;
     border-radius: 15px;
  
}
.counter-cl{
    position:relative;
    text-align:center;
}
.counter-cl span{
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
   color:#F2CD1C;
}
.counter-cl p{
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight:400;
   color:#94A3B8;
}
.chatfaq-sec {
    background-color: #FFFCF0;
}
.chatfaq-sec 
.accordion-item{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    margin-bottom:20px;
    overflow:hidden;

}
.chatfaq-sec 
.accordion-button::after{
       background-color:#F3F4F6; 
       width:40px;
       height:40px;
       display:flex;
       align-items:center;
       justify-content:center;
       border:0;
       border-radius:50%;
       background-position:center;
}
.chatfaq-sec 
.accordion-button:not(.collapsed){
    box-shadow:none;
    background-color:#FFF;
    outline:0;
}
    .chatfaq-sec
    .accordion-button {
        font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: #505155;
    }
.accordion-item
.accordion-body {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #505155;
}
    .contac-acc{
    display:flex;
    align-items:center;
    justify-content:center;
}
.contac-acc a{
      font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
    color:#F2CD1C;
    text-decoration:none;
    padding:8px 20px;
    border:0;
    border-radius:10px;
    transition:.5s ease-in;
}
.contac-acc a:hover{
    background-color:#000;
}
    .contac-acc a svg {
        filter: brightness(0) saturate(100%) invert(90%) sepia(49%) saturate(6006%) hue-rotate(340deg) brightness(100%) contrast(96%);
        font-size: 12px;
    }

.chattabs {
    padding: 50px 0;
}
.chattabs .accordion-button {
    border-radius: 0 !important;
    background-color: transparent;
    border: 0;
 border-bottom: 1px dashed #C8AEE9;
    outline: none;
    box-shadow: none;
        font-size: 21px;
    font-weight: 700;
    color: #141F39;
        font-family: "Space Grotesk", sans-serif;
    padding: 20px 0;
}

.chattabs .accordion-item{
    border: 0;
       
}
.chattabs .accordion-body{
    color: #4F4F4F;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.chattabs .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #F26B01;
}

.chattabs .card-header{
    position:relative;
    transition:.4s all ease-in;
}
    /*.chattabs .card-header::before {
        content: "\f105";
        font-family: 'Fontawesome';
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        background: #F3F4F6;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate( -90deg);
    }*/
    .chattabs button {
        display: flex;
        align-items: center;
        padding: 13px 20px!important;
        font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 500;
        color: #000;

    }
        .chattabs .card button span {
            position: absolute;
            right: 15px;
            top: 13px;
            transform: rotate( -90deg);
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.8rem;
            background: #F3F4F6;
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
 /*   .chattabs .collapsed .card-header button span {
        transform: rotate(90deg);
    }*/
        .chattabs .card button[aria-expanded="true"] span {
            transform: rotate(90deg);
            transition: transform 0.3s ease;
        }

        /* Optional: transition for smooth rotation */
        .chattabs .card button span {
           /* display: inline-block;*/
            transition: transform 0.3s ease;
        }
.chattabs .card-body {
    color: #505155;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
}
@media (max-width: 1199px) {
    .chattabs .nav-tabs .nav-link {
            font-size: 12px;
            font-weight: 500;
        }

    .chattabs {
        padding: 20px 0;
    }

    }

    @media (max-width: 1199px) {
        .chattabs .listing .nav-tabs {
            justify-content: center;
        }

        .chattabs .nav-tabs .nav-link {
            margin: 8px 5px;
        }
    }
@media(max-width:991px) {
    .logos-slider-c {
        padding-bottom: 30px;
    }
    .chat-bn{
        height: auto !important;
    }
    .md-none {
        display: none !important;
    }
    .client-box {
        padding: 20px 20px !important;
    }
    .client-box-btm {
    display:grid;
    justify-content:center;
    }
    .cta-sec{
        padding:60px 0;
    }
    .client-box-btm .stars{
        display:none;
    }
    .clients-slider-btns{
        display:none;
    }
    .workTop-sec{
        padding-top:40px;
    }
}
@media(max-width:767px) {
}

@media(max-width:575px){
    .chattabs {
        padding: 10px 0;
    }

    .chattabs .listing {
        margin-bottom: 30px;
    }

    .space-p-b {
        padding-bottom: 30px;
    }
}