body{
    font-family: "Poppins" !important;
}

a{
    text-decoration: none;
}

p{
    font-size:16px;
    color:#1C1919;
}

.top_call img{
    width: 20px;
}

.top_call p{
    margin-bottom: 0px;
    color: #1C1919;
}

.top_call{
    display: flex;
    align-items: center;
    gap: 5px;
}

.top_call_flx{
    display: flex;
    align-items: center;
    gap: 30px;
}

.fb_img img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fb_img{
    color: transparent;
}

.right_content{
    display: flex;
    gap: 20px;
}

.topbar_flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar_section{
    padding: 10px 0px;
    border-bottom: 1px solid #dddddd;
}

.firs_call{
    position: relative;
}

.firs_call::before{
    content: "";
    width: 2px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: -15px;
    background: #D8D8D8;
}

.navbar-brand {
    margin:0px;
}


.navbar-brand img{
    max-width: 110px;
}


.header_section .navbar-nav .nav-item a{
    color:#1C1919 !important;
    font-size:16px;
    margin-left: 20px;
}

.header_section .navbar-nav .nav-item a:hover{
    color:#f66458 !important;
}


.download_btn{
    border: none;
    background: #4285F4;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-left: 15px;
}

.header_section .navbar-nav .nav-item{
    display:flex;
    align-items:center;
}


.banner_section{
    background-image: url('../../assets/homeimages/main_banner.jpg');
    padding-top:190px;
    padding-bottom:190px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_contents h6{
    font-size: 18px;
    color: #34A853;
}

.banner_contents h2{
    font-size: 28px;
    color: black;
    max-width: 450px;
    line-height: 42px;
    font-weight: 550;
    margin-top: 25px;
    margin-bottom: 25px;
}

.banner_btn button{
    border: none;
    background: #34A853;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
}

.banner_btn button:hover{
    background:#f66458;
}

.about_section{
    padding-top:50px;
    padding-bottom:70px;
}

.about_img{
    text-align:center;
}

.about_img img{
    width: 90%;
}

.team_bg{
    background: #4285F4;
    height: 55px;
    width: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_bg img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}


.team_text h6{
    color:#1C1919;
    font-size:18px;
    font-weight:550;
    margin-bottom: 10px;
}

.team_bg_flx{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.team_text p{
    margin-bottom:0px;
}


.team_bg_flx:last-child{
    margin-bottom: 0px !important;
}

.about_content h6{
    font-size: 18px;
    color: #4285F4;
}

.about_content h4{
    font-size: 30px;
    font-weight: 550;
    color: #1C1919;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 35px;    
}

.team_text h6{
    color:#1C1919;
}

.about_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section_title h6{
    color:#EA4335;
    font-size:18px;
    margin-bottom: 15px;
}

.section_title{
    text-align: center;
    margin-bottom: 50px;
}

.section_title h4{
    color:#1C1919;
    font-size: 28px;
    font-weight: 550;
}


.service_section{
    background:#FFF8F8;
    padding-top:60px;
    padding-bottom:30px;
}

.hardware_img img{
    height:40px;
    width:40px;
    object-fit:contain;
}

.hardware_img{
   background: #F66458;
    height: 55px;
    width: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.hardware_img_flx h5{
    color:#1C1919;
    font-size:22px;
    margin-bottom:0px;
    font-weight: 550;
}

.hardware_img_flx{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.hardware_bg p{
    color:#1C1919;
    margin-bottom:0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hardware_bg{
    background: white;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    height:100%;
}

.why_choose_section{
    padding-top: 70px;
    padding-bottom: 40px;
}

.choose_img img{
    width:80%;
}

.choose_img {
    text-align:center;
}

.choose_contents h6{
    color: #F2771A;
    font-size: 18px;
}

.choose_contents h3{
    font-size: 30px;
    font-weight: 550;
    color: #1C1919;
    line-height: 42px;
    margin-bottom: 35px;
}


.choose_btn button{
    background: transparent;
    border: 1px solid #F2771A;
    color: #F2771A;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.choose_btn button:hover{
    background:#F2771A;
    color:white;
}


.choose_contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.download_app_section{
    padding-top:40px;
    padding-bottom:20px;
}

.app_contents h4{
    color:#1C1919;
    font-size: 28px;
    font-weight: 500;
}


.app_contents p{
    color:#1C1919;
    margin-top:20px;
    margin-bottom:20px;
}

.store_flx img{
    width:130px;
}

.store_flx a{
    text-decoration: none;
}

.store_flx{
    display: flex;
    gap: 10px;
}

.app_img img{
    width: 85%;
}

.app_img{
    text-align:center;
}


.app_contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.footer_content img{
    max-width:120px;
}

.footer_content p{
    color: #1C1919;
    margin-bottom: 0px;
    margin-top: 15px;
}


.footer_links h5{
   color: #1C1919;
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 20px;

}

.footer_content{
    max-width: 400px;
}



.footer_links ul li a{
    font-size: 16px;
    color:#1C1919;
    text-decoration: none;
}

.footer_links ul li{
    margin-bottom:10px;
}


.mail-img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.mail-img p {
    color: #1C1919;
    font-size: 16px;
}

.mail-img {
    display: flex;
}

.copy_p p{
    color:#1C1919;
    margin-bottom:0px;
}

.copy_right{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #A5BDE5;
    padding-top: 20px;
}


.footer_section{
    background: #ECF3FF;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 30px
}

.breadcrumb-area .breadcrumb-inner {
    padding: 115px 0 115px 0;
    text-align: center;
}



.breadcrumb-area .page-title {
    font-size: 36px;
    line-height: 58px;
    font-weight: 550;
    color: #000 !important;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.policy_page{
    padding-top:40px;
    padding-bottom:40px;
}

.privacy_contents h3{
    color: #1C1919;
    font-size: 24px;
    font-weight: 550;
    margin-bottom: 20px;
}

.content {
      width: 100%;
      height: auto;
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
    .more-content {
      display: none;
    }
    .show-more {
      color: #007bff;
      cursor: pointer;
      font-weight: bold;
      text-decoration: underline;
    }
  


.privacy_contents h5{
    color: black;
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 15px;
}

.privacy_contents h6{
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}

.navbar-nav .nav-item .nav-link.active {
    color: red !important; /* Red color for active link */
}


