﻿@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --brilliant: #1a3954;
    --red: #fb7066;
    --blue: #87d7e2;
}

/* Common CSS Start */

/*@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');
@font-face {font-family: "Bauhaus"; src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot"); src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.svg#Bauhaus Lt BT") format("svg"); }
@font-face {
    font-family: 'Hind Vadodara', sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap");
}*/





body,
html {
    height: 100%;
    background-color: #fff;
    font-family: 'Hind Vadodara', sans-serif;

    scroll-behavior: smooth;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;
    height: 100%;
}

.common-icon {
    width: 31px;
    height: 31px;
}

a:focus {
    text-decoration: none;
}

/* Common End */

/* aside bullet nav Us Start */
.aside {
    position: fixed;
    width: 49px;
    /* background: #f9f9f9; */
    height: 100vh;
    z-index: 9;
    margin-left: 6%;
}

aside {
    position: fixed;
    top: 44%;
    transform: translate(-50%, -50%);
}

    aside ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style-type: none;
        margin: 0;
    }

        aside ul li .indicator {
            cursor: pointer;
            margin-top: 5rem;
            display: block;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            /* background-color: var(--blue); */
            border: 1px solid gray;
        }

        aside ul li .active {
            transform: scale(1);
            transition: transform 200ms ease-in-out;
            background-color: var(--red);
            border: none;
        }

/* For Section */
/* section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(odd) {
  background-color: #ffcc33;
}
section:nth-child(even) {
  background-color: #ffb347;
}
section h1 {
  margin: 0;
  font-family: sans-serif;
  font-size: 4rem;
  color: white;
} */

/* aside Us end */

/* navigation us start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: var(--brilliant);
    overflow-x: hidden;
    transition: 0.2s;
    /* padding: 40px; */
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: var(--red);
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 48px;
        margin-left: -21px;
    }

.side-logo img {
    max-width: 118px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.sidenav p {
    text-align: center;
    padding-top: 4rem;
    color: var(--red);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6rem;
    font-weight: lighter;
}

.sidenav ul {
    display: flex;
}

.sidenav li img {
    width: 50px;
}

.side-item {
    margin-top: 3rem;
    color: var(--white);
}

    .side-item h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: rgba(91, 192, 223, 0.781);
        padding-bottom: 1rem;
        padding-top: 5rem;
    }

    .side-item img {
        width: 16px;
        margin-right: 1rem;

    }


    .side-item ul {
        list-style: none;
        margin-left: -4rem;
    }

    .side-item li img {
        width: 25px;
        height: 25px;
        /* border: 1px solid var(--red); */
    }

    .side-item.downloads-btn li img {
        width: 110px;
        height: 40px;
        border: none;
    }

.sidenav address {
    font-size: 12px;
    font-weight: lighter;
    line-height: 2.3;
}


/* navigation us end */

/* Contact Us Start */
.contactus {
    width: 210px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--brilliant);
    padding: 5px 0 5px 0;
}

    .contactus img {
        width: 25px;
        height: 17px;
        margin-right: 1rem;
    }

    .contactus h3 {
        color: var(--white);
        font-size: 20px;
    }
/* .navbar-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
} */

/* Contact us end */

/* Menu Bar Stysl*/
.navbar > .container-fluid .navbar-brand {
    margin-left: -47px;
}

.logo {
    height: 140px;
    display: block;
    width: 140px;
    position: absolute;
    z-index: 999;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    margin-top: 3rem;
    margin-left: 14rem;
    height: 50px;
}

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 14px;
        margin-right: 40px;
        font-weight: bold;
        color: var(--brilliant);
    }

        .navbar-nav > li > a:hover {
            text-decoration: none;
        }

    .navbar-nav > li {
        text-decoration: none;
        list-style: none;
    }

.navbar-toggler {
    padding: 0.2rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
}

.nav-link {
    color: var(--black) !important;
}

/* .wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000;
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
  transition: 1s all;
} */

.navbar-brand {
    color: #fff;
    /* font-family: 'Allerta Stencil', sans-serif; */
    margin-bottom: 4px;
    font-size: 27px;
}

.navbar-red:hover .wrapper {
    /* clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%); */
}

.navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-red {
    background-color: var(--white);
    color: var(--black);
}

.all-show {
    z-index: 10;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    border-radius: inherit;
    backdrop-filter: blur(25px);
    animation: slideDown 0.45s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

    .sticky + .content {
        padding-top: 60px;
    }



/*RESPONSIVE NAVBAR MENU STARTS*/

/* CHECKBOX HACK */

input[type="checkbox"] {
    display: none;
}

/*HAMBURGER MENU*/

.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
}

/* Menu Styles */

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    /*background-image: url("../images/Welcome/hero.jpg");*/
    background-image: url("../images/Welcome/PBX home banner imgae.png");
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 500px;
    /*background-image: linear-gradient(to bottom, rgba(0, 59, 114, 0.7) 0%, rgba(0, 14, 28, 0.8) 100%);*/
}
/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: linear-gradient(to bottom, rgba(0, 59, 114, 0.7) 0%, rgba(0, 14, 28, 0.8) 100%);
    z-index: 2;
}*/
.hero-content {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 14rem;
    margin-top: 15rem;
}

    .hero-content h2 {
        font-size: 5rem;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        margin-top: 1rem;
    }

.buy-now {
    height: 39px;
    display: flex;
    align-items: center;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
    border: 3px solid var(--white);
    justify-content: space-around;
}

    .buy-now h4 {
        font-size: 2rem;
        font-weight: bold;
        color: var(--white);
        font-weight: bold;
        margin-left: 5px;
        text-transform: uppercase;
    }

    .buy-now img {
        width: 32px;
        height: 33px;
        background: var(--white);
        margin-right: -6px;
    }

img.img-show {
    display: block;
}

img.img-hide {
    display: none;
}

.buy-now:hover {
    background-color: var(--red);
    text-decoration: none;
    border: 2px solid var(--red);
}

    .buy-now:hover > img {
        background-color: var(--red);
    }

/* .buy-now .icon {
  transform: rotate(-25deg);
  font-size: 3rem;
  color: red;
  background: white;
  display: block;
} */

/* Hero end */

/* Featurn start */
.fetures {
    margin-top: 2rem;
    background-color: var(--blue);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        background-color: var(--white);
        width: 360px;
        margin: 10px;
        text-align: center;
        padding: 2rem;
    }

    .flex-container .feature-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-transform: uppercase;
        font-weight: bold;
        background-color: var(--blue);
    }

        .flex-container .feature-item h2 {
            color: var(--red);
        }

        .flex-container .feature-item h3 {
            font-weight: bold;
            font-size: 22px;
            margin-top: 1rem;
            text-align: left;
            color: var(--brilliant);
        }

.fetures > .flex-container .item > span > img {
    width: 65px;
    height: 55px;
    margin-bottom: 2rem;
    display: block;
    margin: auto;
}

.fetures > .flex-container .item > h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 3.5rem 0rem 1.5rem 0rem;
    color: var(--brilliant);
}

.fetures > .flex-container .item > p {
    font-size: 1.5rem;
    color: gray;
}
/* Featurn end */

/* pbx featrue start */
.pbx-feature {
    padding: 7rem;
    background-color: #e6e6e6;
    margin-top: 3rem;
    margin-bottom: 3rem;
    /* padding-bottom: 5rem; */
    /* margin: 2rem 0rem 2rem 0rem; */
}

    .pbx-feature h3 {
        font-size: 3.5rem;
        color: #1a3a54;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .pbx-feature h2 {
        font-size: 4rem;
        color: var(--brilliant);
        text-transform: uppercase;
        font-weight: bold;
    }

    .pbx-feature p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.5;
        padding-top: 2rem;
    }

    .pbx-feature .image-container {
         width: 100%; 
         height: 600px; 
    }
.image-container2 {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .image-container2 img{
        height: 450px;
    }
    /* pbx featrue end */
    /* Footer start */
    footer {
        background-color: var(--brilliant);
        padding-top: 4rem;
        /* padding-bottom: 4rem; */
        /* display: block; */
    }

    footer .image-container {
        width: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* position: relative; */
        /* margin-left: 2rem; */
    }

    footer p {
        color: var(--blue);
        text-transform: capitalize;
        text-align: justify;
        margin-left: 2rem;
        padding-top: 1rem;
        font-size: 10px;
    }

    footer .image-container img {
        margin-left: 2rem;
    }

    footer h5 {
        color: var(--red);
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    footer ul li a {
        font-size: 12px;
        color: var(--white);
        text-transform: capitalize;
    }

    footer address {
        color: var(--white);
    }

    footer .copyright {
        margin-top: 4rem;
        display: block;
        background-color: var(--black);
        color: var(--red);
        padding: 1rem;
    }

/* Footer end */

/* Scroll to top start */
.scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
    display: none; /* Hidden by default */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    border-radius: 10px; /* Rounded corners */
}

    .scroll-to-top:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

/* scroll to top end */

/* PopCSS  start*/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.custom-model-main1 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    /*width: 600px;*/
    margin: 30px auto;
    max-width: 97%;
}
.custom-model-inner1 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, 0%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    /*width: 600px;*/
    margin: 50px auto;
    max-width: 97%;
    background-color: white;
}

.pop-up-content-image {
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /*padding: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    /* background-image: url('./asset/image/map_esim.png'); */
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100% 100%;
}
.custom-model-wrap1 {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 50px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    /* background-image: url('./asset/image/map_esim.png'); */
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100% 100%;
}

@media only screen and (max-width: 600px) {
    .custom-model-wrap {
        background-color: white !important;
        /* background-image: url('./asset/image/map-esim.png'); */
        background-repeat: no-repeat;
        z-index: 99;
        background-size: 100% 100%;
    }
    .custom-model-wrap1 {
        background-color: white !important;
        /* background-image: url('./asset/image/map-esim.png'); */
        background-repeat: no-repeat;
        z-index: 99;
        background-size: 100% 100%;
    }
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
/*.model-open .bg-overlay1 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}*/

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
/*.bg-overlay1 {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}*/

/*.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}*/
.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
    font-size: 27px;
    color: #fff;
    background-color: #f37067;
    border-radius: 50%;
    padding: 0px 10px;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

/* PopCSS  end*/




/* Mega Menu CSS Start */
.mega {
    height: 100vh;
    /* width: 100vw; */
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    /* background-color: rgba(0,0,0, 0.9); */
    background-color: var(--brilliant);
    overflow-x: hidden;
    transition: 0.5s;
    background-image: url('../images/Welcome/megamenubg.png');
    background-repeat: no-repeat;
}

.mega-logo {
    width: 350px;
    margin: 0px auto;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 10rem;
}

.mega-item h3 {
    font-size: 20px;
    color: red;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-weight: 500;
}

.mega-item ul {
    padding: 0;
}

.mega a {
    padding: 7px;
    text-decoration: none;
    font-size: 14px;
    color: var(--white);
    display: block;
    transition: 0.3s;
    font-weight: 300;
}

    .mega a:hover, .mega a:focus {
        color: #c0c0c0;
    }

.closebtnmega {
    color: var(--red) !important;
}

.mega .closebtnmega {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mega-flex {
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 27rem;
}


@media screen and (max-height: 450px) {

    .mega a {
        font-size: 20px
    }

    .mega .closebtnmega {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


@media screen and (max-width: 450px) {
    .mega-flex {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
    }

    .mega-logo {
        width: 250px;
        margin: 0px auto;
        position: relative;
        margin-top: 10rem;
    }

    .mega-item h3 {
        margin-bottom: 1rem;
    }

    .hamburger-mega {
        text-align: center;
        position: fixed;
        right: 46%;
        z-index: 99999;
        display: inline-table;
        top: 0;
    }
}



.mega-humber {
    float: right;
    margin-top: -75px;
    font-size: 3rem;
}

.mega-toogle {
    display: none;
    width: 0vw;
}

.hamburger-mega {
    display: inline-block;
    text-align: right;
    margin-top: 3.3rem;
}
/*.hybrid{
    width: 50%;
}
.insta{
    width: 50%;
}
.hybrid-img{
    background: url("'../../assets/images/Welcome/Hybrid- PBX.png'")
}
.insta-img {
    background: url("../../assets/images/Welcome/Insta-PBX.png")
}*/

/*.container {
    display: flex;
    width: 100%;*/
    /*height: 300px;*/ /* adjust as needed */
/*}

.box {
    flex: 1;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

/* Background images */
/*.hybrid {
    background-image: url("../../assets/images/Welcome/Hybrid-PBX.png");
    height: 100%;
}

.insta {
    background-image: url("../../assets/images/Welcome/Insta-PBX.png");
}*/

/* Optional: dark overlay for better text readability */
/*.box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}*/

/* Keep text above overlay */
/*.box h2,
.box p {
    position: relative;
    z-index: 1;
}*/

.plans {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px;
}

.card {
    /*width: 45%;*/
    height: 100%;
    /*background: #fff;*/
    border-radius: 6px;
    overflow: hidden;
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.08);*/
    text-align: center;
    /*background-image: url("../../assets/images/Welcome/Hybrid-PBX.png");*/
}
/*.card {
    width: 320px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
}*/
.card {
    background-size: cover;
    background-position: center;
}

    /*.card.insta {
        background-image: url("../images/Welcome/Insta-PBX.png");
    }

    .card.hybrid {
        background-image: url("../images/Welcome/Hybrid- PBX.png");
    }*/
.card-header {
    background: #1a3a54;
    color: #fff;
    padding: 15px;
    /*margin-top: 15px;*/
    position: relative;
    height: 200px;
}

    /*.card-header::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 40px;
        background: #6ec1c6;
        clip-path: ellipse(70% 100% at 50% 0%);
    }*/

    .card-header h2 {
        margin: 0;
        color: #f37067;
    }

    .card-header p {
        font-size: 13px;
        opacity: 0.9;
        margin-top: 10px;
    }

.card-body {
    /*padding: 25px 40px;*/
}

    .card-body ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .card-body li {
        padding: 12px 0;
        /*border-bottom: 1px dashed #f37067;*/
        font-size: 16px;
        color: #1a3a54;
        font-weight: 500;
        text-align: left;
    }

        
        .card-body li:nth-child(odd) {
            background-color: #e6e6e6;
        }
        .moreItems li:nth-child(even) {
            background-color: #e6e6e6;
        }
        .moreItems li:nth-child(odd) {
            background-color: white;
        }
        .card-body li:last-child {
            border-bottom: none;
            /*background-color: white;*/
        }
            .card-body li:first-child{
                margin-top: 10px;
            }
            .card-footer {
                padding: 15px;
            }

.btn {
    background: #f37067;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .btn:hover {
        background: #e0484d;
    }


#readMoreBtn {
    background: #f37067;
    color: #fff;
    font-size: 22px;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.registerBtn {
    background: #f37067;
    color: #fff;
    font-size: 22px;
    width: 50%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sendQueryBtn {
    background: #f37067;
    color: #fff;
    font-size: 22px;
    width: 50%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sendQueryBtn:hover, .registerBtn:hover{
    box-shadow: 0 0 5px 2px #bcbcbc;
}
.btnLeft {
    background-color: #1a3a54;
}
.btnRight {
    background-color: #1a3a54;
}
.custom-model-wrap {
    position: relative;
    max-height: 80vh; /* optional, limits modal height */
    overflow-y: auto; /* enables vertical scrolling */
}

.pop-up-content-wrap {
    overflow: visible; /* make sure inner wrapper allows content */
}
.hidden {
    display: none;
}
.cards {
    display: flex;
    justify-content: center;
}
.cardHeaderTitle{
    font-size: 22px;
}
.cardTitle1 {
    font-size: 40px;
    color: #1a3a54;
}
.cardTitle2 {
    font-size: 50px;
    color: #1a3a54;
    font-weight: 600;
}
.cardHeader {
    text-align: center;
    padding: 5rem;
}
.readMoreBtnBody {
    margin: 30px 0px 40px;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    margin-left: 0px;
}
.details {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 20px;
    color: #1a3a54;
    margin-right: 0px;
    padding: 10px 0px;
    background-color: white;
    text-align: left;
}
@media screen and (max-width: 950px) {
    .pbx-feature h3 {
        font-size: 15px;
    }
    .pbx-feature h2 {
        font-size: 20px;
    }
    .pbx-feature {
        padding: 2rem;
    }
    .switch-wrapper {
        position: relative;
        min-height: 750px;
    }
    .pbx-feature .image-container {
        width: 50%;
        height: 100%;
    }
    .image-container2{
        width: 100%;
        height: 100%;
    }
    .switch-buttons{
        bottom: -15px !important;
    }
    .flex-container .feature-item h2{
        font-size: 20px;
    }
    .flex-container > div{
        width: 100%;
        padding: 1rem;

    }
    .fetures > .flex-container .item > span > img{
        width: 50px;
        height: 50px;
    }
    .fetures > .flex-container .item > h2 {
        padding: 1.5rem 0rem 1.5rem 0rem;
        font-size: 17px;
    }
    .fetures > .flex-container .item > p{
        font-size: 14px;
    }
    .card{
        margin-bottom: 2rem;
    }
    .cards {
        display: block;
    }
    .card-header h2{
        font-size: 20px;
    }
    .cardHeaderTitle{
        font-size: 15px;
    }
    .card-header{
        height: 150px;
    }
    .cardTitle1{
        font-size: 18px;
    }
    .cardTitle2 {
        font-size: 25px;
    }
    .cardHeader{
        padding: 2rem;
    }
    .hero-content{
        margin-top: 5rem;
    }
    .card-body li{
        font-size: 14px;
        display: flex;
        width: 100%;
    }
    .card-body li span{
        width: 100%;
    }
    #readMoreBtn {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 3px;
    }
    .btnLeft, .btnRight {
        width: 33%;
    }
    .readMoreBtnBody {
        margin: 10px 0px 30px;
    }
    .registerBtn, .sendQueryBtn {
        font-size: 15px;
        padding: 6px;
        border-radius: 5px;
    }
}
