/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

/*** Remove Page Title ***/
main#content .page-header {
    display: none;
}

/*** General CSS ***/
.button-cta a {
    text-decoration: none !important;
}

.page-content a {
    text-decoration: none !important;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 1530px !important;
    padding: 0 20px !important;
}

[type=button], [type=submit], button {
    background-color: #0071BC !important;
    border: none !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: .5rem 2rem !important;
    font-family: "Varela Round", sans-serif !important;
}

[type=button]:hover, 
[type=submit]:hover, 
button:hover {
    background-color: #3EC2D7 !important;
}

#gform_wrapper_3,
#gform_wrapper_3 *,
#gform_wrapper_6,
#gform_wrapper_6 *,
#varela-round,
#varela-round *,
#gform_wrapper_3 h1, #gform_wrapper_3 h2, #gform_wrapper_3 h3,
#gform_wrapper_3 h4, #gform_wrapper_3 h5, #gform_wrapper_3 h6,
#gform_wrapper_6 h1, #gform_wrapper_6 h2, #gform_wrapper_6 h3,
#gform_wrapper_6 h4, #gform_wrapper_6 h5, #gform_wrapper_6 h6,
#varela-round h1, #varela-round h2, #varela-round h3,
#varela-round h4, #varela-round h5, #varela-round h6 {
    font-family: "Varela Round", sans-serif !important;
}

/*** Header Nav Custom CSS ***/
ul#menu-1-3f26507 li#menu-item-50 {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #FAAC1C;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul#menu-1-3f26507 li#menu-item-50 a {
    color: #ffffff !important;
    padding: 15px;
}

ul#menu-1-3f26507 li#menu-item-49 {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #0071BC;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul#menu-1-3f26507 li#menu-item-49 a {
    color: #ffffff !important;
    padding: 15px;
}

ul#menu-1-3f26507 li#menu-item-48 {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #3EC2D7;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul#menu-1-3f26507 li#menu-item-48 a {
    color: #ffffff !important;
    padding: 15px;
}

ul#menu-1-3f26507 li#menu-item-50:hover,
ul#menu-1-3f26507 li#menu-item-49:hover,
ul#menu-1-3f26507 li#menu-item-48:hover {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}

.hfe-flyout-trigger .hfe-nav-menu-icon {
    padding: 5px 5px 2px 5px !important;
}

@media (max-width: 1195px) {
    ul#menu-1-3f26507 li a {
        font-size: 16px;
    }
}

@media (max-width: 1110px) {
    body:not(.rtl) .elementor-31 .elementor-element.elementor-element-3f26507 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
    margin-right: 10px;
    }
}

/*** Banner Text Slider CSS ***/
.text-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  text-align: center;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  font-family: 'Fredoka One', sans-serif;
  text-transform: uppercase;
}

.slider-prefix {
  white-space: nowrap;
}

.text-slider {
  position: relative;
  width: 365px;
  height: auto;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 5px solid white;
}

.text-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 👈 Ensure it spans the full box */
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  white-space: nowrap;
  color: #ffffff;
  padding: 10px 20px;
}

.text-slider .slide.active {
  opacity: 1;
  position: relative;
}

@media (max-width: 767px) {
.cstm-footer-menu a.hfe-menu-item {
    text-align: center;
}
    .text-slider-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .text-slider {
        width: 240px;
    }
}

/*** Review Section CSS ***/
 .ti-widget.ti-goog .ti-col-5 .ti-review-item {
    -ms-flex: 0 0 25% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
}

/*** Flags Section CSS ***/
.flags {
    position: relative !important;
}
.elementor-widget-image-box .elementor-image-box-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 100px;
    bottom: 15px;
}

/*** Footer CSS ***/
.location a {
    color: #FFFFFF;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.location a:hover {
    color: #FFFFFF99;
}

.copyright {
    color: #ffffff;
    font-size: 16px;
}

.copyright a {
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.copyright a:hover {
    color: #ffffff99;
}

@media (max-width: 1024px) {
    .copyright {
        text-align: center;
    }
}

/*** Specialty Page ***/
.services-list ol {
    list-style: none;          /* Remove default numbers */
    counter-reset: list-counter; /* Initialize counter */
    padding-left: 0;
}

.services-list ol li {
    counter-increment: list-counter; /* Increment counter */
    position: relative;
    padding-left: 40px; /* Space for custom number */
    margin-bottom: 10px;
}

.services-list ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: -10px;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #202d4b;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
}

/*** Accordion CSS ***/
.accordion-header .e-n-accordion-item-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*** Information CTA CSS ***/
.spec-cta span.elementor-button-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.spec-cta span.elementor-button-icon {
    color: #ffffff !important;
    background-color: #00b5e2;
    padding: 7px;
    border-radius: 50%;
}

.spec-cta a .elementor-button span {
    text-decoration: none !important;
}

.elementor-11 .elementor-element.elementor-element-4c3334a .elementor-button,
.elementor-11 .elementor-element.elementor-element-a1f4750 .elementor-button,
.elementor-11 .elementor-element.elementor-element-def0e02 .elementor-button,
.elementor-11 .elementor-element.elementor-element-b8848b2 .elementor-button {
    fill: #ffffff !important;
}

/*** BlogPost Archive CSS ***/
.archive-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(475px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

@media (max-width: 575px) {
    .archive-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

.archive-grid .post-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	border: 1px solid #eee;
	padding: 1.5rem;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	-o-transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.archive-grid .post-card:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.archive-grid .post-thumbnail-wrapper {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.archive-grid .post-thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
	display: block;
}

.archive-grid .post-meta {
	font-size: 14px;
	color: #434242;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.archive-grid .post-category {
    display: inline-block;
    background-color: #0033a0;
    color: #fff;
    padding: 4px 8px;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.archive-grid .post-meta span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.25rem;
}

.archive-grid .post-meta img {
	border-radius: 50%;
}

.archive-grid .entry-title {
	font-size: 25px;
    font-family: "Varela Round", sans-serif;
    line-height: 1.25;
	margin: 0.5rem 0;
}

.archive-grid .entry-title a {
	text-decoration: none;
	color: #333;
}

.archive-grid .entry-excerpt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 15px;
    font-family: inherit;
	color: #434242;
	margin-bottom: 1rem;
    line-height: 2;
}

.archive-grid .read-more-button {
	display: inline-block;
	background-color: #0071BC;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 5px;
    text-align: center;
	text-decoration: none;
	font-size: 0.9rem;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.archive-grid .read-more-button:hover {
    color: #ffffff;
	background-color: #3EC2D7;
}

.archive-grid .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 3rem 0 1rem;
}

.nav-previous a,
.nav-next a {
	text-decoration: none;
	color: #0071BC;
}

.nav-previous a:hover,
.nav-next a:hover {
	color: #3EC2D7;
}

/*** Single Page Layout ***/
.post-banner-container {
	max-width: 1530px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    background-color: #f5f7f9;
	padding: 40px 20px;
	margin-bottom: 40px;
    border-radius: 5px;
}
.post-banner-container .banner-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 70%;
	        flex: 1 1 70%;
}
.post-banner-container .post-category {
	display: inline-block;
	background-color: #0033a0;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
    font-family: "Varela Round", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.post-banner-container .entry-title {
	font-size: 36px;
	margin: 10px 0;
}
.post-banner-container .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #555;
    font-size: 14px;
    font-family: "Varela Round", sans-serif;
    margin: 0;
    gap: 5px;
}
.post-banner-container p.post-date {
    font-weight: 600;
    margin-top: 3px !important;
}
.post-banner-container .banner-author {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 25%;
	        flex: 1 1 25%;
	text-align: center;
}
.post-banner-container .banner-author img {
    border-radius: 50%;
}
.post-banner-container .banner-author .author-name {
	margin-top: 5px;
	font-size: 14px;
	color: #333;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
}
.single-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	max-width: 1530px;
	margin: 0 auto;
    padding-bottom: 50px;
}
.single-content-wrapper div#content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 70%;
	        flex: 1 1 70%;
}
.single-post .post-thumbnail {
	margin-bottom: 20px;
}
.single-post .post-thumbnail img {
    max-height: 600px !important;
    -o-object-position: top center;
       object-position: top center;
}
.single-post h1.entry-title {
    font-size: clamp(1.875rem, 1.7149rem + 0.9146vw, 2.8125rem);
    font-family: "Varela Round", sans-serif;
}
.single-post .page-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #434242;
    font-style: normal;
}
.single-post .page-content p a {
    color: #434242;
}
.single-post .page-content p a:hover {
    color: #0071BC;
}
.single-post h2.wp-block-heading {
    font-size: clamp(1.5625rem, 1.4558rem + 0.6098vw, 2.1875rem);
    font-family: "Varela Round", sans-serif;
    font-weight: 500 !important;
    margin-top: 25px;
}
.single-post h2.wp-block-heading strong {
    font-size: clamp(1.5625rem, 1.4558rem + 0.6098vw, 2.1875rem);
    font-family: "Varela Round", sans-serif;
    font-weight: 500 !important;
    margin-top: 25px;
}
.single-post .page-content li {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #434242;
    font-style: normal;
}

/*** Sidebar CSS ***/
.single-content-wrapper .sidebar {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 25%;
	        flex: 1 1 25%;
}
.single-content-wrapper .sidebar {
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
.single-content-wrapper .sidebar h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-family: "Varela Round", sans-serif;
    font-weight: 600;
}
.single-content-wrapper .latest-posts-list {
	list-style: none;
	padding: 0 0 25px 0;
	margin: 0;
}
.single-content-wrapper .latest-posts-list li {
	margin-bottom: 10px;
}
.single-content-wrapper .latest-posts-list a {
    font-size: 16px;
	text-decoration: none;
	color: #434242;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.single-content-wrapper .latest-posts-list a:hover {
	color: #0071BC;
    text-decoration: none !important;
}
.single-content-wrapper .latest-posts-list a:hover {
	text-decoration: underline;
}
.sidebar .contact-section {
      max-width: 600px;
      margin-top: 50px;
}
.contact-section h3 span {
    color: #0073e6;
}
.contact-section .contact-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-section .contact-item i {
    font-size: 20px;
    color: #00c48d;
    margin-right: 10px;
}
.contact-section .contact-item.email i {
    color: #2ecc71;
}
.contact-section .contact-item.address i {
    color: #2cbb6b;
}
.contact-section a {
    color: #434242;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contact-section a:hover {
    color: #0071BC;
}
.contact-section .map {
    margin-top: 20px;
}
.contact-section iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

/*** Connect Page CSS ***/
.connect .light-blue {
    color: #3EC2D7;
}

/*** Gravity Form CSS ***/
p.gform_required_legend {
    display: none;
}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
.gform_footer input[type=submit] {
    padding: 5px 30px;
    background-color: #4081e5 !important;
    border: 0;
    color: #fff !important;
    font-family: "Varela Round", sans-serif;
    font-weight: 600 !important;
    -webkit-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.gform_footer input[type=submit]:hover {
    background-color: #3EC2D7 !important;
}

/*** Class Registration Form ***/
div#gform_fields_3 h3.gsection_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

div#gform_fields_3 label {
    font-size: 16.5px;
    font-weight: 600;
}

div#gform_fields_3 .gfield_description {
    font-size: 15px;
}

div#gform_fields_3 input#input_3_36 {
    color: #0071BC;
    font-size: 25px;
    font-weight: 600;
}

/*** Order Here CSS ***/
div#gform_fields_6 label {
    font-size: 16.5px;
    font-weight: 600;
}
.order-here-content h4 {
    font-size: clamp(1.375rem, 1.3537rem + 0.122vw, 1.5rem);
    font-weight: 600;
    font-family: "Varela Round", sans-serif !important;
    margin-top: 25px;
}

div#gform_fields_6 input#input_6_10 {
    color: #0071BC;
    font-size: 25px;
    font-weight: 600;
}

.order-here-content a {
    color: #0071BC !important;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.order-here-content a:hover {
    color: #3EC2D7 !important;
}