/* Customize the styles as needed */
.location-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    margin-top: 20px;
}

.location-card {
    width: 300px;
    margin: 20px;
    padding: 15px;
    color: #ffffff;
    background-color: #2D313E;
    border: 1px solid #ddd;
    text-align: center;
}
.location-card img{
    width: 100%;
  
    border: 1px solid #ddd;
    text-align: center;
}

/* .location-container .location-card h1,h2,h3,h4,h5,h6 {
    color: #ffffff;
} */

/* Add flexbox for horizontal layout */
.package-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.package-card {
    width: calc(25% - 20px); /* Distribute cards in four columns */
    margin: 10px;
    padding: 20px;
    background-color: #2D313E;
    color: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.package-name {
    text-align: left;
}
/* Add styles for service cards */
.service-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.service-card {
    width: calc(33.33% - 20px); 
    /* Distribute cards in three columns */
    margin: 10px;
    padding: 15px;
    background-color: #2D313E;
    color: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 700px){
.service-card {
    width: calc(99% - 20px); 
    margin: 10px;
}
}

.service-card h3 {
    margin-top: 0;
    color: #ffffff;
}

.service-card img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.service-card ul {
    list-style-type: none;
    padding: 0;
    color: #ffffff;
}

.service-card ul li {
    margin-bottom: 5px;
    color: #ffffff;

}

/* Additional styling as needed */
.pricingTable,
.pricingTable .pricingTable-header {
    position: relative
}

a {
    text-decoration: none;
}

.demo {
    background: #D5DBE1;
    padding: 30px 0
}

.pricingTable {
    padding-bottom: 25px;
    margin: 0 20px;
    background: #fff;
    border-radius: 20px;
    border-bottom: 5px solid #CEB5EE;
    text-align: center;
    z-index: 1
}

.pricingTable .pricingTable-header:after,
.pricingTable .pricingTable-header:before {
    content: "";
    border-top: 10px solid #48434a;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px
}

.pricingTable .pricingTable-header:after {
    border-left: none;
    border-right: 10px solid transparent;
    left: auto;
    right: -10px
}

.pricingTable .title {
    padding: 25px 5px;
    margin: 0;
    background: #030004;
    background: linear-gradient(to top, #030004, #314047);
    border-radius: 20px 20px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative
}

.pricingTable .title:after,
.pricingTable .title:before {
    content: "";
    border-left: 10px solid #D5DBE1;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    bottom: -114px;
    left: -30px
}

.pricingTable .title:after {
    border-left: none;
    border-right: 10px solid #D5DBE1;
    left: auto;
    right: -30px
}

.pricingTable .price-value {
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    background: #CEB5EE;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative
}
.pricingTable .price-value-mail {
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    background: #CEB5EE;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative
}

.pricingTable .price-value:after,
.pricingTable .price-value:before {
    content: "";
    width: 30px;
    height: 90%;
    background: #917DB2;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1
}

.pricingTable .price-value:after {
    left: auto;
    right: -20px
}

.pricingTable .month {
    font-size: 15px;
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: -12px
}
.pricingTable .month-mail{
    font-size: 13px;
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: -12px;
    text-decoration: underline;
    color: rgb(18, 18, 19);
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 15px 0;
    margin: 0
}

.pricingTable .pricing-content li {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 700;
    color: #b2bbc0;
    line-height: 30px;
    border-bottom: 2px dashed #e3e3e3;
    position: relative
}

.pricingTable .pricing-content li:last-child {
    border-bottom: none
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #CEB5EE;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup:hover {
    color: #CEB5EE
}

.pricingTable .pricingTable-signup:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #CEB5EE;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup:hover:before {
    transform: rotateY(90deg)
}

.pricingTable.orange {
    border-bottom-color: #fb8c00
}

.pricingTable.orange .price-value,
.pricingTable.orange .pricingTable-signup:before {
    background: #fb8c00
}

.pricingTable.orange .price-value:after,
.pricingTable.orange .price-value:before {
    background: #cd4410
}

.pricingTable.orange .pricingTable-signup {
    border-color: #fb8c00
}

.pricingTable.orange .pricingTable-signup:hover {
    color: #fb8c00
}

.pricingTable.pink {
    border-bottom-color: #d81a60
}

.pricingTable.pink .price-value,
.pricingTable.pink .pricingTable-signup:before {
    background: #d81a60
}

.pricingTable.pink .price-value:after,
.pricingTable.pink .price-value:before {
    background: #a91a58
}

.pricingTable.pink .pricingTable-signup {
    border-color: #d81a60
}

.pricingTable.pink .pricingTable-signup:hover {
    color: #d81a60
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}