@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'MicroExtendFLF';
    src: url('./images/fonts/MicroExtendFLF.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MicroExtendFLF';
    src: url('./images/fonts/MicroExtendFLF-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MicroExtendFLF';
    src: url('./images/fonts/MicroExtendFLF-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'MicroExtendFLF';
    src: url('./images/fonts/MicroExtendFLF-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

:root{
    /* --primary-color: #C21536; */
    --primary-color: #60C1EE;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #202020;
    cursor: pointer;
    border-radius: 0.15625rem;
}

body{
    font-family: 'WorkSans','NotoSans',Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
}

.row{
    margin: 0;
}

.navbar{
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
}

.navbar-light .navbar-nav .nav-link.active{
    color: var(--primary-color);
}

.partners-nav img{
    margin: 0 1rem;
}

#swotBotToggle .btn{
    margin-left: 2rem;
}

#swotBotToggle .dropdown-menu{
    border-top: 3px solid var(--primary-color);
    border-radius: 0;
}
#swotBotToggle .dropdown-item.active{
    background-color:  var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
    background-color:  var(--primary-color);
}

.btn,
.btn:hover{
    border-radius: 0.2rem;
    color: #000000;
    background-color: #ffffff;
    min-width: 150px;
}

.btn:hover{
    transform: scale(1.025);
}

.btn-transparent-bg,
.btn-transparent-bg:hover{
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    min-width: 152px;
    max-width: 152px;
}

.btn:focus{
    box-shadow: none;
}

.body-section{
    margin: 0 3rem;
}

.banner-carousel{
    background-color: #000000;
    color: #ffffff;
}

.banner-carousel-inner .carousel-item{
    background-color: #000000;
    color: #ffffff;
    padding: 3rem 6rem;
}
.banner-carousel-inner .carousel-item p{
    margin-bottom: 0;
}

.carousel-main-heading{
    font-size: 2.75rem;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    line-height: 120%;
}

.carousel-sub-section{
    margin: 2.5rem 0;
}

.carousel-sub-section .com-logo{
    border-right: 0.12rem solid grey;
    padding-right: 1rem;
    margin-right: 1rem;
}

.btn-brand-color{
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn-brand-color:hover{
    background-color: var(--primary-color);
    color: #ffffff;
}

.horizontal-line{
    border-right: 0.12rem solid grey;
    padding-right: 2rem;
    margin-right: 2rem;
}

.refresh-home-hero-carousel__cta .btn{
    width: 152px;
    min-width: 152px;
    max-width: 152px;
}

/*.carousel-img-section img{*/
/*    transform: translateY(76px) scale(1);*/
/*}*/


.patent-section{
    position: relative;
    top: -8vh;
    padding: 3rem;
    /* background: linear-gradient(to top, #FFE0E0 0%, #FFE0E0 50%, #000 50%, #000 100%); */
    background: linear-gradient(to top, #CBEBF8 0%, #CBEBF8 50%, #000 50%, #000 100%);
}

.patents-card{
    height: 200px;
    padding: 1rem;
    display: flex;
}

.patents-card p:first-child{
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem!important;
}

.patents-card p{
    text-align: center;
    margin-bottom: 0;
}

.patents-card:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border:2px solid var(--primary-color);
}

.business-section{
    padding-bottom: 3rem;
}

.business-section ul{
    padding: 0;
}

.business-section li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.business-section li:not(:last-child){
    margin-bottom: 1rem;
}
.business-section .block{
    height: 15px;
    width: 15px;
    background: var(--primary-color);
}

.business-video{
    position: relative;
}

.play-btn{
    background: var(--primary-color);
    position: absolute;
    bottom: 2rem;
    left: -1rem;
}

.play-btn:hover{
    background: var(--primary-color);
}

/*testimonial section*/

.testimonial-section .nav-pills .nav-link{
    filter: saturate(0%);
    opacity: 0.25;
}

.testimonial-section .nav-pills .nav-link.active{
    background: transparent;
    filter: unset;
    opacity: 1;
    border-bottom: 3px solid var(--primary-color);
    border-radius: unset;
}

.testimonial-section-ul{
    display: flex;
    justify-content: end;
}

.testimonial-section-ul ul{
    width: 50vw;
}


/*footer section*/

footer{
    background-color: #000000;
    padding: 3rem 8rem;
    font-family: "Noto Sans", sans-serif;
}

footer p{
    font-size: 0.9rem;
}

.footer-schedule-btn{
    background-color: #111111;
    text-align: center;
    padding: 2.5rem;
}

.subscription-section{
    padding: 2rem 0;
}

.subscription-section .red-sec{
    padding: 2rem;
    background-color:  var(--primary-color);
    color: #ffffff;
    border-radius: 6px;
}

.subscription-section .black-sec{
    background-color: #000000;
    padding: 2rem;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
}

.subscription-section .red-sec p{
    text-align: center;
}

.subscription-section-p1{
    font-size: 0.9rem;
}

.subscription-section-p2{
    font-weight: 600;
}

.subscription-section-p3 p{
    border-right: 1px solid #ffffff;
    padding-right: 1rem;
    margin-right: 1rem;
}

.subscription-section-p3 p:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.partner-section{
    padding: 3rem 0 1rem 0;
}

.partner-info{
    padding: 0 5rem;
}
.partner-section img{
    padding-right: 5rem;
}

.partner-info p{
    text-align: left;
}

.partner-info h6{
    width: 100%;
    margin-bottom: 1.5rem;
}

.partner-info .TechnicalPartners,
.partner-info .BusinessPartners{
    display:flex;
    flex-wrap: wrap;
    text-align: center;
}

.partner-info .TechnicalPartners button,
.partner-info .BusinessPartners button{
    align-self: flex-end;
}

.presence-section{
    padding: 3rem 0 1rem 0;
}

.presence-section-ul .nav-pills .nav-link{
    filter: saturate(0%);
    opacity: 0.25;
    width: 150px;
    border-radius: 6px;
}

.presence-section-ul .nav-pills .nav-link.active{
    background: var(--primary-color);
    filter: unset;
    opacity: 1;
    /* border-bottom: 3px solid var(--primary-color); */
    color: #ffffff;
}

.ai-agents{
    background-color: #000000;
    padding: 3rem;
    color: #ffffff;
    cursor: url('images/cursor.png'),auto;
}

.testimonial-section{
    padding-bottom: 3rem;
}

.testimonial-stats .parts{
    border: 1px solid;
    border-radius: 6px;
    padding: 1rem;
    width: 33.33%;
    margin-right: 1rem;
}

.testimonial-stats .parts:last-child{
    margin-right: 0;
}

.client-testimonial{
    padding-left: 4rem;
}

.client-testimonial .client-info{
    padding: 1.5rem 0;
}
.client-testimonial .client-name{
    padding-left: 2rem;
    border-left: 1px solid #c9cbc6;
    margin: auto 0 auto 2rem;
}

.client-testimonial .client-info img{
    width:60px;
    border-radius: 50%;
}
.client-testimonial .client-name p,
.client-testimonial .client-name h6{
    font-size: 0.8rem;
    margin-bottom: 0;
}

/*faq's css*/
.faq-banner{
    padding: 3rem 5rem;
    /* background-color: #FFF0F3; */
    background-color: #CBEBF8;
}
.pvcy-banner {
    padding: 1rem 3rem;
    background-color: var(--primary-color);
}
.pvcy-banner-tc {
    padding: 2rem 16rem;
    background-color: #FEEFF2;
}

.pvcyAcpt {
    border: 1px solid #000000;
    padding: 14px 43px;
}

.pvcyCls {
    margin-top: 3px; 
    margin-bottom: 3px;
}

table {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  /* tr:nth-child(even) {
    background-color: #dddddd;
  } */

.faq-banner h5{
    margin: 2rem 0;
    font-weight: 800;
}

.faq-section h4{
    font-weight: 800;
}

.faq-section .accordion-item{
    margin-bottom: 1rem;
    background-color: #E9E9E9;
    border: none;
}

.faq-section .accordion-button{
    background-color: #E9E9E9;
    font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed){
    color: var(--primary-color);
}

.faq-section .accordion-button:focus{
    box-shadow: none;
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.faq-section .accordion-button::after {
    transition: all 0.5s;
}

#businessSectionModal .modal-dialog{
    max-width: 800px;
    margin: 30px auto;
}

#businessSectionModal .modal-content{
    background-color: transparent;
    border: none;
}

#businessSectionModal .btn-close{
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 5px;*/
    background-color: var(--primary-color);
    padding: 0.5rem;
}

/*partners logos*/

.partners-logos {
    overflow: hidden;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.partners-logos .slider-1{
    position: relative;
    overflow: hidden;
}

.partners-logos .constant-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
}

.partners-logos .slider {
    display: flex;
    animation: slide 60s linear infinite;
}

.partners-logos .slider img{
    margin: 0 1rem;
}

.partners-logos .logo {
    width: 120px;
    height: auto;
    margin-right: 20px;
}
/* terms&Condition-section */
.termsCondition-section{
    margin: 0 3rem;
}
.termsCondition-section li:not(:last-child){
    margin-bottom: 1rem;
}
/*IP-Policy logos*/
.policy-section {
    margin: 0 3rem;
}
.policyContentInfo{
    padding: 1rem 0;
}
.policy-heading{
    margin: 1rem 0;
}
.policy-section p {
    font-size: 1rem;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*//Service and Capabilities*/

.anchorTag,
.anchorTag:hover{
    color: var(--primary-color);
    text-decoration: none;
    padding-left: 2rem;
    margin: auto 0;
}

.anchorTag:hover{
    text-decoration: underline;
}

.solutionsBanner{
    padding: 3rem;
    background-color: #FFF0F3;
}

.solutionsBanner p:first-child{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}

.solutionsBanner h4{
    font-weight: 800;
    line-height: 1.6;
}
.solutionsBanner-firstPart{
    position: relative;
}

.solutionsBanner-firstPart .carousel-btn{
    position: absolute;
    bottom: 0;
}

.Services-Capabilities-sec{
    padding: 3rem 0;
}

.Services-Capabilities-sec h4{
    font-weight: 700;
}

.solutions-card{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.solutions-card .cards{
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solutions-card h6{
    font-weight: 800;
}

.solutions-card p{
    font-size: 0.85rem;
}

.service-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
}

.service-view-btn{
    display: flex;
}

.service-view-btn .btn{
    background-color: #202020;
}

.service-view-btn .btn:hover{
    background-color: var(--primary-color);
}

.service-view-btn:hover  hr{
    background: var(--primary-color)!important;
}

.service-view-btn hr{
    height: 2px;
    width: 100%;
}

.Services-Capabilities-sec .row .col-*{
    display: flex;
    flex-wrap: wrap;
}

.about-us{
    padding: 3rem 0 0 0;
}

.about-us-keyValues{
    padding: 3rem 0;
}

.about-key{
    padding: 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
}

.about-us h4{
    color: var(--primary-color);
    font-weight: 700;
}



.about-key-card{
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.about-key-card .key-title{
    text-align: center;
    font-weight: 700;
}


/*//Service css*/
.service-info{
    position: relative;
}
.service-info img{
    width: 100% ;
}

.info-section{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 5rem);
    padding: 3rem;
    border-radius: 12px;
    color: #ffffff;
}

.info-section ul {
    margin-bottom: 0;
    list-style-image: url('images/service/charm_square-tick.png');
}

.info-section ul li,
.info-section h6{
    padding-bottom: 1rem;
}

.info-section h4{
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-size: 1.25rem;
}

.info-section h5{
    color: var(--primary-color);
    padding: 1rem 0;
}

.info-section h6{
    padding-top: 1rem;
}

.social-media-section{
    background-color: #111111;
    padding: 1rem;
}

.social-media-section p{
    color: #6F6F6F;
    font-size: 14px;
    margin: auto 0;
}

.social-media-section a{
    padding: 0 0.25rem;
}

.social-media-section img{
    width: 24px;
}

.twitter{
    width: 18px!important;
    filter: brightness(0) invert(1);
}

.legalNotes a{
    text-decoration: none;
    color: #6F6F6F;
    font-size: 14px;
}


/* Changes CSS */
.btn-underline-black {
    border: none;
    border-bottom: 4px solid black !important;
}


.swotLogo{
    width: 100%;
    height: 36px !important;
}

footer>div>div:nth-child(1){
    align-content: center;
}
footer>div>div:nth-child(2){
    align-content: end;
}

/* #pills-Guthries-tab img{
    width: 60px;
    height: 30px;
} */

.social-icon a:nth-child(1) {
  display: none;
}

.social-icon a:nth-child(even) {
  display: none;
}

.slider{
    display: flex;
    align-items: center;
}

/* .navbar .btn-underline-black{
    font-size: 0.99rem;
}

.service-view-btn>a{
    font-size: 0.88rem;
} */

/* .realTimeInfoList h3{
    padding-right: 47px;
}

.patentTechInfo p{
    padding-right: 30%;
}

.propertyCloudInfo .m-0{
    padding-right: 1%;
} */

/* .footer-schedule-btn a{
    font-size: 0.775rem;
} */


/*media queries*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .navbar-toggler{
        border-color: transparent!important;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #swotBotToggle .btn{
        margin-left: 0;
    }
    .btn{
        width: 100%;
    }

    .partners-nav img{
        margin: 1rem;
    }


    .col-sm-12{
        margin-bottom: 1rem;
    }

    .body-section {
        margin: 0 1rem;
    }

    .banner-carousel-inner .carousel-item{
        padding: 1rem;
    }

    .subscription-section,
    .partner-section,
    .subscription-section .col-sm-12:first-child{
        padding: 0;
    }

    .subscription-section .red-sec{
        text-align: center;
    }

    .subscription-section-p3{
        display: none!important;
    }

    .partner-info{
        padding: 0;
    }

    .partner-info h6{
        text-align: left;
    }

    .market-btn{
        display: block!important;
    }

    .market-btn .btn:not(:last-child){
        margin-bottom: 1rem;
    }

    .testimonial-section-ul ul{
        width: 100vw;
    }

    .testimonial-section .nav-pills .nav-link{
        width: 90px;
        padding: 0 4px 5px 4px;
    }

    .client-testimonial{
        padding-left: 0;
    }

    .testimonial-stats{
        flex-direction: column;
    }

    .testimonial-stats .parts{
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .testimonial-stats .parts:last-child{
        margin-bottom: 0;
    }

    .client-testimonial-img{
        display: none;
    }

    .presence-section-ul .nav-pills .nav-link{
        width: auto;
    }

    .about-key {
        padding: 0 0 1rem 0;
    }


    .faq-banner{
        padding: 1rem;
    }

    .faq-banner h5{
        text-align: center;
    }

    footer{
        padding: 2rem 1rem;
    }

    .info-section{
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 5rem);
        padding: 1rem;
    }

    .social-media-section{
        display: block!important;
        text-align: center;
    }

    .social-media-section .social-icon{
        margin-top: 0.5rem;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .col-md-12{
        margin-bottom: 1rem;
    }

    .testimonial-section-ul ul{
        width: 100vw;
    }

    .client-testimonial-img{
        text-align: center;
    }

    .testimonial-stats{
        flex-direction: column;
    }

    .testimonial-stats .parts{
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .testimonial-stats .parts:last-child{
        margin-bottom: 0;
    }

    .client-testimonial{
        padding-left: 0;
    }

    .banner-carousel-inner .carousel-item{
        padding: 3rem;
    }

    .partner-section{
        padding: 1rem;
    }
}
