/* headings font family */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/* normal text font family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* common headings style and fonts for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
}

/* common text style and fonts for text */
p,
button,
ul,
li,
a,
span {
    /* font-size: 1.1rem; */
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

/* universal selector */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    padding-top: 150px;
} */

:root {
    --green-color: #48bc00;
    --white-color: #fff;
    --black-color: #000;
}

.small-top-header {
    /* background-color: #37a514; */
}

.call-container span {
    color: #039FC9;
}

.call-container span a {
    color: #039FC9;
}

.small-logo {
    width: 70%;
}

.phone-icon {
    width: 24px;
}


.Scroll-Navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
}

/* Navbar styles */
.navbar {
    background-color: #039FC9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: all 0.2s ease;
}

.navbar-brand {
    width: 70%;
    transition: all 0.4s ease;
}

.navbar-toggler {
    border: none;
    background-color: white;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: -1px 1px 14px 0rem !important;
    color: #039FC9 !important;
}

.navbar-toggler-icon {
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.5 12.5A.5.5 0 0 1 2 12h12a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5zm0-5A.5.5 0 0 1 2 7h12a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5zm0-5A.5.5 0 0 1 2 2h12a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5z"/%3E%3C/svg%3E'); */
    background-size: contain;
}

.nav-link {
    position: relative;
    color: var(--white-color);
    font-size: 1rem;
    margin-left: 20px;
    transition: color 0.3s ease-in-out;
    text-align: center;
}

.nav-link:hover {
    color: #039FC9;
    background: white;
}


.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.dropdown-menu {
    transition: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu {
    margin-top: 0;
    transition: none !important;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #039FC9 !important;
    color: white;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #039FC9 !important;
}

.navbar-brand img {
    height: 80px;
    width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-brand:hover {
    cursor: pointer;
    color: var(--white-color);
}

/* Custom styles for navbar at 1400px breakpoint */
@media (max-width: 1400px) {

    .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-link {
        position: relative;
        color: var(--white-color);
        font-size: 13px;
        margin-left: 10px;
        transition: color 0.3s ease-in-out;
        text-align: center;
    }

    .dropdown-menu {
        position: static;
        float: none;
    }

    .feature-item {
        height: 230px !important;
    }
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .navbar {
        padding: 10px 20px;
    }

    .nav-link {
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

.banner {
    padding: 3% 0;
}

.banner-left {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.banner-left p {
    padding: 0;
    font-size: 1.1rem;
    font-family: Lato, Sans-serif;
    font-weight: 400;
    line-height: 1.7em;
}

.banner-right {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.button {
    line-height: 1;
    margin-top: 2%;
    text-decoration: none;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    color: #039FC9;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    border: 2px solid #039FC9;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--white-color);
    background-color: #039FC9;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #ffffff;
}

.button:hover .button__icon-wrapper {
    color: #000;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

/* @media screen and (max-width:787px) {
    .banner {
        flex-direction: column-reverse;
    }
} */



/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/


.feature-wrapper {
    padding: 3% 0;
}

.feature-wrapper-head {
    border-bottom: 1px solid #039FC9;
}

.feature-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 40px 40px 40px;
    border-radius: 10px;
    height: 200px;
    transition: ease-in-out 0.3s;
}

.feature-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-item i {
    font-size: 40px;
    color: #039FC9;
}

.pricing-item ul {
    padding-left: 0;
}

.pricing-item li {
    list-style-type: none;
    padding-top: 12px;
}

.pricing-item img {
    border-radius: 30px;
}


#pricing-wrapper {
    padding: 3% 0;
}

#pricing-wrapper strong {
    font-size: 1.5rem;
    font-style: normal;
    color: #039FC9;
}




.pricingTable {
    text-align: center;
    background: #fff;
    /* margin: 0 -15px; */
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #039FC9
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #039FC9;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #039FC9;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa;
    padding: 0 1rem;
    justify-content: center;
}

.pricing-section li {
    list-style: none;
    display: flex;
}

.pricing-section li i {
    color: #039FC9;
    padding: 0 1rem 0 0;
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}


.detail-section li {
    list-style: none;
    display: flex;
}

.detail-section li i {
    color: #039FC9;
    padding: 0 1rem 0 0;
}

.detail-section a {
    color: #039FC9;
}



.card2 {
    background: linear-gradient(to right, #039FC9, #ffffff) !important;
    color: #035e77;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card2-info {
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006a86;
    color: #fff;
    padding: 15px;
    transform: translateY(0%);
    backface-visibility: hidden;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.card2-info a {
    color: #fff;
}

.Slide-up:hover .card2-info {
    /* opacity: .6; */
    transform: translateY(100%);
    transition: opacity 0.1s, -webkit-transform 0.4s;
}

.Slide-up:hover h5,
.Slide-up:hover .card-defination i {
    visibility: hidden;
}



.link-btn {
    background: #039FC9;
    width: auto;
    color: white !important;
    padding: 1rem;
    border-radius: 16px;
    margin: 10px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: var(--white-color);
    background-color: #039FC9;
    font-size: 14px;
    position: relative;
}

.footer a {
    text-decoration: none;
}

.footer .footer-about .logo {
    width: 58%;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    margin-right: 4px;
    font-size: 12px;
}

.footer .footer-links ul li {
    padding: 8px 0;
}

/* Footer Links Hover Effect */
.footer .footer-links ul li a {
    color: var(--white-color);
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.footer .footer-links ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--white-color);
    transition: width 0.3s ease;
}

.footer .footer-links ul li a:hover::after {
    width: 100%;
}


.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding: 30px 0;
    border-top: 1px solid;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer-contact span {
    font-size: 1rem;
}