/* Breakpoints for various devices
/*
/* mobile (portrait)         - up to 480px
/* mobile (landscape)        - 481px to 600px
/* tablet (portrait)         - 601px to 768px
/* tablet (landscape)        - 769px to 1024px
/* laptop (landscape)        - 1025px to 1280px
/* desktop (landscape)       - 1281px to 1440px
/* large desktop (landscape) - 1441px and up
*/


@media only screen and (min-width: 1651px) {
    .carousel-header {
        font-size: 20px;
    }

    .carousel-text {
        font-size: 16px;
    }

    .strapline-text {
        font-size: 30px;
    }
    
    .owl-slide {
        height: 700px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}




/* large desktop */
@media only screen and (min-width: 1441px) and (max-width: 1650px) {
    .carousel-header {
        font-size: 20px;
    }

    .carousel-text {
        font-size: 16px;
    }

    .strapline-text {
        font-size: 30px;
    }
    
    .owl-slide {
        height: 600px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}



/* desktop */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .carousel-header {
        font-size: 18px;
    }

    .carousel-text {
        font-size: 16px;
    }

    .strapline-text {
        font-size: 30px;
    }
    
    .owl-slide {
        height: 600px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}



/* laptop (landscape) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .carousel-header {
        font-size: 18px;
    }

    .carousel-text {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        
    }

    .strapline-text {
        font-size: 24px;
        
    }
    
    .owl-slide {
        height: 500px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}



/* tablet (landscape) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .carousel-header {
        font-size: 16px;
    }

    .carousel-text {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .services-menu {
        visibility:hidden;
        display: none;
    }
    
    .strapline-text {
        font-size: 22px;
    }
    
    .owl-slide {
        height: 500px;
    }

    .pricing-text {
        font-size: 28px;
    }
    .pricing-amount {
        font-size: 44px;
    }
}



/* tablet (portrait) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .carousel-header {
        font-size: 14px;
    }

    .carousel-text {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        
    }

    .services-menu {
        visibility:hidden;
        display: none;
    }

    .strapline-text {
        font-size: 18px;
    }
    
    .owl-slide {
        max-height: 500px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}



/* mobile (landscape) */
@media only screen and (min-width: 481px) and (max-width: 600px) {
    .carousel-header {
        font-size: 18px;
    }

    .carousel-text {
        visibility:hidden;
        display: none;
        font-size: 12px;
    }
    
    .services-menu {
        visibility:hidden;
        display: none;
    }

    .strapline-text {
        font-size: 14px;
    }

    .owl-slide {
        height: 450px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}



/* mobile (portrait) */
@media only screen and (max-width: 480px) {
    .carousel-header {
        font-size: 16px;
    }

    .carousel-text {
        visibility:hidden;
        display: none;
        font-size: 12px;
    }

    .services-menu {
        visibility:hidden;
        display: none;
    }

    .strapline-text {
        font-size: 16px;
    }

    .owl-slide {
        max-height: 400px;
    }

    .pricing-text {
        font-size: 32px;
    }
    .pricing-amount {
        font-size: 48px;
    }
}


.whatsapp-brand {
    color: #25d366;
}

.whatsapp-brand:hover {
    background: #25d366;
    background-color: #25d366;
    color: black;

}


#cookie-banner {
  position: fixed;
  bottom: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
}

/*
#accept-cookies {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
*/

#accept-cookies {
  margin-right: 10px;
  margin-bottom: 15px;
}

#accept-cookies:hover {
    background: #0d8f3d;
}

#decline-cookies {
  margin-left: 10px;
  margin-bottom: 15px;
}

#decline-cookies:hover {
    background: #726b6b;
}








.cy-template .cy-table {
  overflow-x: auto;
  border: 1px solid var(--Blue-CY-Primary_Bg-1, #d1e0f8);
  border-radius: 8px;
  margin: 40px 0;
}

.cy-template figure.wp-block-table {
  margin: 0 !important;
}

.cy-template .cy-table table {
  width: 100%;
  min-width: 500px;
}

.cy-template .cy-table table thead,
.cy-template .cy-table table tr:last-child td {
  border: none !important;
}

.cy-template .cy-table table th,
.cy-template .cy-table table td {
  padding-left: 24px;
  padding-right: 24px;
  border: none;
  border-bottom: 1px solid var(--Blue-CY-Primary_Bg-1, #d1e0f8);
}

.cy-template .cy-table table th {
  background-color: #d1e0f8;
  color: var(--greyscale-cy-shade-title, #27283c);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cy-template .cy-table table td {
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  padding-top: 16px;
  padding-bottom: 16px;
}

.cy-template .cy-table table tr:nth-child(even) {
  background-color: #f1f6fd;
}






.review-card {

    border-radius: 36px;


}
