/*  
	Project: MobiSec
	Author: </Anurag>
	Created_at: 18/10/2023
*/

@import url('https://fonts.cdnfonts.com/css/gill-sans-std');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */

:root {
    --custom-black: '#221638';
    --secondary-color: #03A9FC;
    --primary-lite: #ECF9FF;
    --primary-color: #0285C7;
    --orange: #F37020;
    --yellow: #FFDE59;
    --white: #ffffff;
    --black: #212121;
    --red: #F44236;
    --green: #00A81A;
    --primary-neon: #0dddf0;
    --bg-gray-lite: #d3d3d373;
    --bg-white: #ffffff;
    --input-bg: #f6f6f6;

    --text-lite-gray: #f6f6f6;
    --text-gray: #737373;

    --header-shadow: 0px 3px 6px rgba(31, 31, 31, 0.12);
    --card-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    --input-shadow: 0px 2.02768px 2.02768px rgba(0, 0, 0, 0.12);
    --button-shadow: 0px 2.57044px 2.57044px rgba(0, 0, 0, 0.2);
    --image-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);

    --default-font: 'Poppins', sans-serif;
    ;

    --card-radius: 1.2rem;
    --common-radius: 1rem;
    --button-radius: 0.5rem;
    --input-radius: 14px;
}

* {
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

body {
    font-family: var(--default-font);
    background: var(--bg-gray-lite);
    line-height: 1.5;
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 400 !important;
}

i {
    line-height: 0;
}

a {
    text-decoration: none;
}

/* Utility Classes */
.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-primary-lite {
    background-color: var(--primary-lite) !important;
}

.bg-gray {
    background-color: var(--bg-gray) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.bg-primary-gradient {
    background: linear-gradient(180deg, #03A9FC 0%, #0285C7 100%) !important;
}

.txt_white {
    color: var(--white);
}

.underLine {
    color: var(--custom-black);

}

.txt-primary {
    font-weight: 600;
    font-size: 1.2em !important;
    color: var(--primary-color) !important;
}

.content_row>p {
    font-size: 0.9rem;
    /* font-weight: 300; */
    word-spacing: 1px;
    color: var(--custom-black);
}


.collapse {
    visibility: visible !important;
}

.txt-gray {
    color: #86868B !important;
}

.txt-white {
    color: var(--white) !important;
}

.txt-black {
    color: var(--black) !important;
}

.txt-yellow {
    color: var(--yellow) !important;
}

/* TagStyle */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font);
    text-align: center;
}

/* TagStyle end */

/* Navigation */
.navbar {
    box-shadow: var(--header-shadow);
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar .navbar-brand img {
    width: 172px;
}

.navbar .nav-link {
    font-weight: 600;
    color: var(--custom-black);
}

.navbar .nav-link:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 0.15rem;
    text-underline-offset: 0.6em;
    text-decoration-color: var(--primary-color);
}

.navbar .navbar-nav .dropdown-item {
    padding: 12px 16px;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    border-radius: 12px;
}

.navbar .navbar-toggler {
    padding: 8px 8px;
    border-radius: 36px;
    border-width: 2px;
}

.navbar .navbar-toggler:focus {
    box-shadow: 0px 1.5px 8.5px rgba(7, 156, 254, 0.23);
}

.btn {
    border-radius: var(--button-radius);
    box-shadow: var(--button-shadow);
    color: var(--white);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    padding: .32rem 2rem;
}

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

.btn-white {
    padding: 8px 32px;
    border-radius: var(--button-radius);
    background: var(--white);
    box-shadow: var(--button-shadow);
    color: var(--white);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.btn-blue {
    padding: 8px 32px;
    border-radius: var(--button-radius);
    background: var(--blue);
    box-shadow: var(--button-shadow);
    color: var(--blue);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.btn-hero {
    font-size: 18px;
}

.card {
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    color: var(--white);
    font-weight: 500;
    display: inline-flex;
    overflow: hidden;
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    /* background-color: #ffb959; */
    background-color: #ffb959;
    border-color: transparent;
    color: var(--black);
}

.primary-button {
    background-color: var(--primary-color);
    padding: 10px 32px;

    border-radius: var(--button-radius);
    box-shadow: var(--button-shadow);
    border: none;
    color: var(--white);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary-button:hover {
    background-color: #ffb959;
    color: var(--black);
    box-shadow: 0px 2.5px 2.5px rgba(0, 0, 0, 0.2);
}

/* Page Head */
.page-head img {
    width: 240px;

}

/* Main Section / Hero Section */
.left-section-hero {
    /* background: linear-gradient(180deg, #03A9FC 0%, #0285C7 100%); */
}

.left-text {
    letter-spacing: -0.792px;
    font-size: 1em;
    font-weight: 600;
    font-family: var(--default-font);
}

.left-section-hero {
    /* background: linear-gradient(180deg, #03A9FC 0%, #0285C7 100%); */
}

.left-section-hero img {
    width: 240px;
}

.price {
    margin: 0px;
}

/* price section */

.price .card-header h1 {
    color: var(--primary-color);
    font-size: 0.6em;
}

.price .card-title {
    color: var(--custom-black);
    text-align: center;
    letter-spacing: -0.494px;
}

.price .custom-list {
    list-style: none;
    /* margin: 0; */
    /* padding: 0; */
}

.price .card .price-card-tax {
    font-size: 14px;
    color: var(--text-gray);
}

.price .card-header h2 {
    color: var(--primary-color);
    font-size: 1.8em;
}

.price .card-header h6 {
    font-weight: 300;
}


.price .custom-list {
    /* list-style: inside url("../img/Frame.svg"); */
    background: url('../img/Frame.svg') no-repeat left center;
    /* Add your image URL here */
    padding-left: 28px;
    /* Adjust the left padding to position the image */
    background-size: 16px;
    /* Adjust the size of the image */
    margin-bottom: 5px;
}

/* Resource Section */
/* Resources */
.prperties {
    background-image: url("file_name");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: calc(2rem + 1.5vw);

    max-width: 512px;
    max-height: 512px;
    object-fit: cover;
    object-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
}

/* Accordion */
.faq1 .accordion-item {
    border: 1px solid #ebeef4;
}

.faq1 .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.faq1 .accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.faq1 .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.faq1 .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.faq1 .accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

.resources {}

.resources .nav {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    border-bottom: 2px solid #E4E4E4;
    background: #FFF;
}

.resources .nav .nav-link {
    color: var(--black);
}

.resources .nav .active {
    border-radius: 16px;
    background: var(--Primary, #0285C7);
    color: var(--white);
}


/* Section */
section .head {
    text-align: center;
    background-color: #ffff;
    color: var(--primary-color) !important;
}

section .head_Feature {
    text-align: center;
    /* background-color: #ffff; */
    color: var(--primary-color) !important;
}

section .head_Feature h2 {
    display: inline;
    /* color: var(--text-lite-gray); */
    font-size: 1.7rem;
    font-family: var(--default-font);
}

section .head h2 {
    display: inline;
    /* color: var(--text-lite-gray); */
    font-size: 1.7rem;
    font-family: var(--default-font);
}

section .head h2::before {}

.section .head h2::after {
    width: 100px;
    height: 5px;
    background-color: gray;
}

/* Homepage */
.testimonials .avatar {
    max-width: 100%;
    width: 260px;
    border-radius: 8rem;
}

.testimonials .review {
    font-size: 1rem;
    color: var(--black);
    line-height: 1.8;
}

.testimonials .customer-name {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 17px;
}

.testimonials .customer-company {
    color: var(--text-gray);
}

.testimonials .previous,
.testimonials .next {
    padding: 6px 6px 2px 6px;
    border-radius: 1rem;
    background-color: #a3a3a3;
}

/* Contact Us Page */
.contact {}

.contact .info-head {
    display: inline-block;
    border-bottom: 4px solid rgb(187, 187, 187);
}

/* Footer  */
footer ul {
    padding-inline-start: 4px;
}

footer ul li {
    margin-bottom: .5rem;
}

footer ul li a:hover {
    color: var(--primary-color) !important;
}

footer .social-links ul {
    display: flex;
    justify-content: center;
}

footer .social-links ul li {
    display: inline;
    margin-left: .5rem;
    margin-right: .5rem;
}

footer .social-links ul li a {
    font-size: 1rem;
    color: white;
}

footer .social-links ul li a:hover {
    color: var(--primary-color) !important;
}

footer hr {
    height: 4px;
}

/* Login Page Style */
.login .card-header {
    color: var(--Primary, #0285C7);
    text-align: center;
    letter-spacing: -0.494px;
    background: none;
}

.login .login-card-tax {
    font-size: 14px;
    color: var(--text-gray);
}

.login_body {
    background: #F6F6F6;
}

.login-container .login-section {
    border-radius: var(--common-radius);
    box-shadow: var(--card-shadow);
}

.login-spacer {
    width: 6px;
    height: 75% !important;
    background-color: var(--bg-gray-lite);
}

.login-right h6 {
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: .25rem solid var(--primary-color);
    padding-bottom: 4px;
}

.login-right p {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.btn-login {
    color: var(--black);
    padding: 6px;
    border: 2px solid var(--primary-color);
    width: 90%;
}

.btn-login img {
    width: 36px;
    margin-right: 16px;
}

/* CustomStyleNov23 */
.row_card {
    color: var(--custom-black);
}

/* Parent class of Features card */
.row_card_box {
    border: 8px solid #dfdfdf;
    background-color: #ffff;
    border-radius: 1rem;
    height: 300px;
}

.row_card_box:hover {
    transform: translateY(-8px);
    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-color: var(--primary-color);

}

.remove-padding {
    padding: 0% !important;
    margin-top: 5%;
    color: var(--primary-color);
}

.custom-link-color {
    color: rgba(var(--primary-color));
}

/* Media Queries */
@media only screen and (max-width: 767px) {
    .btn-hero {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
    }

    .login-spacer {
        width: 90% !Important;
        height: 6px !important;
        /* margin: 16px; */
        background-color: var(--bg-gray-lite);
        border-radius: 1rem;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 960px) {}

@media screen and (max-width: 991px) {}

/* responsive fluid Font */

@media (min-width: 48em) {
    :root {
        font-size: calc(1rem + ((1vw - 0.48em) * 0.6944));
        min-height: 0vw;
    }
}

@media (min-width: 120em) {
    :root {
        font-size: 1.5em;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 70px;
    height: 70px;
    padding: 1.5rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid green;
    border-radius: 70px;
}

.whatsIcon {
    font-size: 2rem;
    color: green;
}

/* NewBanneHome */

.carousel-control-next, .carousel-control-prev {
    opacity: 0.5 !important;
  }

.btn-link {
    background: none;
    border: none;
    color: #007bff;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.login_with_email .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
  }

  .book_demo{
    background: var(--primary-neon);
  }
/* End */
/* Responsive fluid Font end */ 