.elementor-166101 .elementor-element.elementor-element-5e095e6{margin-top:0rem;margin-bottom:0rem;}.elementor-166101 .elementor-element.elementor-element-6e5c253 img{border-radius:10px 10px 10px 10px;}.elementor-166101 .elementor-element.elementor-element-f52dd2f{text-align:center;}.elementor-166101 .elementor-element.elementor-element-f52dd2f .elementor-heading-title{font-weight:700;}.elementor-166101 .elementor-element.elementor-element-f52dd2f > .elementor-widget-container{margin:1.5rem 0rem 0rem 0rem;}.elementor-166101 .elementor-element.elementor-element-81c004d{text-align:center;font-size:2rem;}.elementor-166101 .elementor-element.elementor-element-3c6a53f{text-align:center;}.elementor-166101 .elementor-element.elementor-element-3c6a53f .elementor-heading-title{font-weight:700;}.elementor-166101 .elementor-element.elementor-element-3c6a53f > .elementor-widget-container{margin:3rem 0rem 0rem 0rem;}.elementor-166101 .elementor-element.elementor-element-d118ace{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-166101 .elementor-element.elementor-element-6e5c253 > .elementor-widget-container{padding:1rem 1rem 0rem 1rem;}}/* Start custom CSS for section, class: .elementor-element-5e095e6 */div#cookie-law-info-bar {
    display: none!important;
    opacity: 0!important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2eb0b2a */.calendar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 80%;
  max-width: 800px;
  margin: auto
}

#tomorrow{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 1rem 3rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.day {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    margin-bottom: 1rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
}

.date span{
   font-size: 14px;
   color: #9b9b9b;
   margin-top: -3px;
   display: block;
}

a.link,a.link:hover,a.link:focus{
   text-decoration: none!important; 
}

.link {
  display:block;
  padding: 8px 12px;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: black;
  background-color: #fcd800;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none!important;
}

.link:hover, .link:focus {
  color: white!important;
  background-color: black;
   text-decoration: none!important;
}

a.download {
  display: inline-block;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
  font-size: 14px;
}

a.download:hover, a.download:focus{
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


@media(max-width:600px){
    #tomorrow{
        width:80%;
        padding:1rem
    }
    .calendar{
          grid-template-columns: repeat(1, 1fr);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6aa3a5 */.pricing-table {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    
}

.card.best-value {
    border: 2px solid black;
}

.card h3 {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.card .price {
    font-size: 2em;
    color: black;
    margin: 20px 0 0 0;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.card ul li {
    margin: 10px 0;
    font-size: 1em;
    color: #555;
}

.card .cta {
    display: inline-block;
    padding: 10px 20px;
    background: #fcd800;
    color: black;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
}

.card:first-child .cta{
     background: #fcd8009c
}

.card:last-child .cta{
    font-weight: bold;
}

.card .cta:hover {
    background: black;
    color: white;
}

.badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff7400;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

@media(max-width:600px){
    .pricing-table{
        flex-direction : column-reverse;
    }
    
    .card{
        margin: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0c0eb6 */.pricing-table {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    
}

.card.best-value {
    border: 2px solid black;
}

.card h3 {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.card .price {
    font-size: 2em;
    color: black;
    margin: 20px 0 0 0;
    font-weight: 600
}

.card .price span{
    font-size: 1em;
    margin-left: 0.5rem;
    position: relative;
    color: #ff9b00;
}

.card .price span::after {
	content: '';
	width: 105% !important;
	height: 2px;
	background-color: #e08b08c4;
	display: block;
	position: absolute;
	bottom: 1rem;
	right: -10px;
	transform: transform: rotateX(60deg);
	transform: rotate(-25deg);
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.card ul li {
    margin: 10px 0;
    font-size: 1em;
    color: #555;
}

.card .cta {
    display: inline-block;
    padding: 10px 20px;
    background: #fcd800!important;
    color: black;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
}

.card .cta:hover {
    background: black!important;
    color: white;
}

.badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}


@media(max-width:600px){
    .card{
        margin: auto;
    }
}/* End custom CSS */