/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* post template - base desktop styles (above 1340px) */

.single-post p,
.single-post ul li,
.single-post ol li,
.single-post td,
.single-post th,
.single-post a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;         /* same on every screen */
    line-height: 30px;       /* approx 1.875 for readability */
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    color: #1a1b1f;
}

/* Base heading sizes & line-heights (large desktop) */
.single-post h1 {
    font-size: 36px;
    line-height: 44px;
}

.single-post h2 {
    font-size: 30px;
    line-height: 38px;
}

.single-post h3 {
    font-size: 25px;
    line-height: 32px;
}

.single-post h4 {
    font-size: 22px;
    line-height: 30px;
}

.single-post h5 {
    font-size: 20px;
    line-height: 28px;
}

.single-post h6 {
    font-size: 18px;
    line-height: 26px;
}

/* ============================
   Max Width: 1340px
===============================*/
@media (max-width: 1340px) {

    /* Paragraph font-size stays 16px, just slightly tighter line-height */
    .single-post p,
    .single-post ul li,
    .single-post ol li,
    .single-post td,
    .single-post th,
    .single-post a {
        line-height: 28px;
    }

    .single-post h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .single-post h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .single-post h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .single-post h5 {
        font-size: 19px;
        line-height: 26px;
    }

    .single-post h6 {
        font-size: 17px;
        line-height: 24px;
    }
}

/* ============================
   Max Width: 1240px
===============================*/
@media (max-width: 1240px) {

    .single-post p,
    .single-post ul li,
    .single-post ol li {
        line-height: 28px;
    }

    .single-post h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .single-post h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .single-post h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .single-post h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .single-post h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .single-post h6 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ============================
   Max Width: 1140px
===============================*/
@media (max-width: 1140px) {

    .single-post p {
        line-height: 27px;
    }

    .single-post h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .single-post h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-post h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .single-post h4 {
        font-size: 19px;
        line-height: 26px;
    }

    .single-post h5 {
        font-size: 17px;
        line-height: 23px;
    }

    .single-post h6 {
        font-size: 15px;
        line-height: 21px;
    }
}

/* ============================
   Tablet (max-width: 1024px)
===============================*/
@media (max-width: 1024px) {

    .single-post p {
        line-height: 26px;
    }

    .single-post h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-post h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .single-post h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .single-post h5,
    .single-post h6 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ============================
   Mobile (max-width: 767px)
===============================*/
@media (max-width: 767px) {

    .single-post p,
    .single-post li {
        line-height: 24px;
    }

    .single-post h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .single-post h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .single-post h3 {
        font-size: 19px;
        line-height: 26px;
    }

    .single-post h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .single-post h5,
    .single-post h6 {
        font-size: 15px;
        line-height: 21px;
    }
}


/* Blog Page Style */

/* Post Read More button */
.page-id-288 .elementor-post__read-more {
    display: flex !important;
    justify-content: center;
    align-items: center;
	background-color: #3878FB;
    border-radius: 30px;
    width: 160px;
    height: 50px;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1) !important;
    margin-top: 25px;
}

.page-id-288 .elementor-post__read-more:hover {
	background-color: #67B733;
}
 
@media (max-width: 480px){
	.page-id-288 .elementor-post__read-more{
		padding: 10px 20px !important;
		font-size: 16px !important;
	}
}

/* Header */

#nav_btn .elementor-icon-wrapper {
    display: flex;
}

#home_request_appointment, #request_appointment_form {
   scroll-margin-top: 140px; 
}

#newcastle_desktop_nav.elementor-sticky--active, #newcastle_responsive_nav.elementor-sticky--active {
    background: #fff;
}

#nav_btn .elementor-button-content-wrapper {
	align-items: center;
}

@media (min-width: 1441px) {
    .nav_request_form_btn .elementor-button-icon {
        display: none;
    }
}

@media (max-width: 1440px) {
	#nav_btn .elementor-button-icon svg {
		margin: 0px;
	}

	#nav_btn .elementor-button-text {
		display: none;
	}


	#nav_btn {
		width: 50px;
	}
} 

#newcastle_desktop_nav .elementor-nav-menu svg, 
#newcastle_responsive_nav .elementor-nav-menu svg {
    fill: blue;
}

#newcastle_responsive_nav .elementor-nav-menu a:hover .sub-arrow svg,
#newcastle_responsive_nav .elementor-nav-menu li:hover > a .sub-arrow svg {
    fill: #fff !important;
}

/* mobile header style */

#humburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    gap: 7px;
}

#humburger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 0;
	transition: 0.3s ease;
}

@media (max-width: 380px) {
	#nav_btn {
        width: 40px;
        height: 40px !important;
    }
	
	#newcastle_responsive_nav .mobile_btn_wrapper {
		width: 130px;
	}
	
	#humburger {
	 	gap: 6px;
	}
} 

@media (max-width: 360px) {
	.logo_wrapper {
		width: 150px;
	}
}

/* Header Common Style */
a.elementor-button {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 50px !important;
}


/* .elementor-button .e-font-icon-svg {
	height: 20px !important;
    width: 20px !important;
    margin-right: 5px;
} */

/* Common Style */

a {
	text-decoration: none !important;
}

/* common gravity form style */
.gform_required_legend {
  display: none !important;
}

body .gform_wrapper {
  font-family: "Open Sans", sans-serif !important;
}

body .gform_wrapper .gfield_label,
body .gform_wrapper .gfield_description,
body .gform_wrapper .instruction {
  font-family: "Open Sans", sans-serif !important;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  font-family: "Open Sans", sans-serif !important;
}

body .gform_wrapper input[type="submit"],
body .gform_wrapper button {
  font-family: "Open Sans", sans-serif !important;
}

body .gform_confirmation_message,
body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_error label {
  font-family: "Open Sans", sans-serif !important;
}

/* Request Appointment Form - Home */
#request_appointment_form .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

#request_appointment_form label, 
#request_appointment_form legend {
    color: #fff;
	font-size: 14px;
}

#request_appointment_form .gfield_checkbox label {
  font-style: italic;
}

#request_appointment_form textarea,
#request_appointment_form input:not([type="checkbox"]):not([type="radio"]),
#request_appointment_form select {
    border: none;
    border-radius: 0px;
}

#request_appointment_form input[type="checkbox"]:checked {
  background-color: #0075ff;
  border-color: #0075ff;
}

#request_appointment_form input[type="checkbox"]:checked::before {
	color: #fff;
}

#request_appointment_form .gfield_checkbox {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 7px !important;
    width: 90%;
    min-width: 300px;
    max-width: 450px;
}

#request_appointment_form .gform_button {
	font-family: "Open Sans", sans-serif !important;
    background: rgba(56, 120, 251, 1);
    width: 250px;
    border-radius: 30px !important;
    height: 42px;
	font-size: 16px;
}

#request_appointment_form .gform_button:hover {
	color: rgba(56, 120, 251, 1);
	background: #fff;
}

#request_appointment_form .highlight {
    color: #ff0000;
    font-weight: 700;
    font-size: 16px;
}
 
@media (max-width: 1024px) {
	#request_appointment_form .gfield_checkbox {
    grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .whiten_smile_col {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 1024px) {
  .aside_col .e-child {
    width: 100%;
  }
}

@media (max-width: 880px) and (min-width: 767px) {
  .rform_col {
    grid-column: 1 / span 2;
  }
}

/* Meet the team page */
.page-id-22 .e-n-accordion-item-title-text {
	width: 220px;
    display: flex;
    justify-content: center;
}

/* Slider style - In The Community */

.community .swiper-slide-contents {
    background: rgba(0, 0, 0, 0.60) !important;
    padding: 10px;
    width: 100%;
}

.community .elementor-slides .swiper-slide-inner .elementor-slide-description {
	margin-bottom: 0px;
}

@media (max-width: 1024px) {
	.community .elementor-swiper-button {
		display: none !important;
	}
	
}

/* Service article Template style */

#service_article .list ol {
    display: flex !important;
    flex-direction: column;
    gap: 23px;
	margin-bottom: 0px;
}

#service_article label {
	color: #fff;
}

#service_article a {
	color: #67B733;
}

#service_article a:hover {
	color: #3878FB;
}

#service_article ol,
#service_article ul {
	margin-bottom: 0px;
}

#service_article .gform_fields {
    row-gap: 25px !important;
}


#service_article .gform_wrapper input[type="text"],
#service_article .gform_wrapper input[type="email"],
#service_article .gform_wrapper input[type="tel"],
#service_article .gform_wrapper input[type="number"],
#service_article .gform_wrapper input[type="password"],
#service_article .gform_wrapper textarea,
#service_article .gform_wrapper select {
  border:none
}

#service_article #gform_submit_button_3 {
    width: 250px;
    padding: 18px 0px;
    background: #3878FB;
    font-size: 16px;
    border-radius: 30px;
}

#service_article .elementor-element-bcc8a88 .elementor-element-025e5ce {
    background-color: #67B733;
}


#service_article .elementor-element-bcc8a88 h2, 
#service_article .elementor-element-bcc8a88 ul li {
    color: #fff;
}


#service_article .elementor-element-bcc8a88 ul {
   margin-left: 20px;
}


/* footer style */

#location_icon .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    background: #67B733;
	border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Image brand carousel - Home Page */

/* mobile only: hide carousel arrows */
@media (max-width: 900px) {
  #home_brand_carousel .elementor-swiper-button {
    display: none;
  }
}



For FAQs in Elementor
 
/* =========================================
   FAQ Accordion
   ========================================= */
 
/* Accordion container */
.wp-block-details {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px !important;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
 
/* Remove default browser arrow */
.wp-block-details summary::-webkit-details-marker {
    display: none;
}
 
.wp-block-details summary {
    list-style: none;
	margin-bottom: 10px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 14px 50px 14px 18px;
    background-color: #66b633;
    position: relative;
    color: #111;
    transition: background-color 0.3s ease, color 0.3s ease;
}
 
/* + / - icon */
.wp-block-details summary::after {
    content: "+";
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a1b1f;
    transition: transform 0.25s ease;
}
 
/* Open state */
.wp-block-details[open] summary {
    background-color: #f9f9f9;
}
 
.wp-block-details[open] summary::after {
    content: "–";
}
 
/* FAQ content */
.wp-block-details p {
    font-family: "Lato", sans-serif;
    padding: 0 18px 16px 18px;
    margin: 0;
    color: #333;
    line-height: 1.6;
    font-size: 0.97rem;
}
 
/* Smooth fade animation */
details.wp-block-details[open] > *:not(summary) {
    animation: fadeIn 0.3s ease-in;
}
 
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 
/* Hover effect */
.wp-block-details summary:hover {
    background-color: #f9f9f9;
}