body {
    font-family: "Inter", Sans-serif;
}


    .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
        .service-item {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: center;
        }
        .service-image img {
            max-width: 100%;
            height: auto;
        }
        .service-excerpt p {
            margin: 10px 0;
        }
        .service-link {
            display: inline-block;
            margin-top: 10px;
            color: #0073aa;
            text-decoration: none;
        }
        .load-more-wrapper {
            text-align: center;
            margin-top: 20px;
        }
        #load-more-services {
            padding: 10px 20px;
            background-color: #0073aa;
            color: #fff;
            border: none;
            cursor: pointer;
        }
        #load-more-services:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
#load-more-services {

  display: inline-flex;

  align-items: center;

  gap: 8px; /* space between text and icon */

  color: #fff;

  cursor: pointer;

  padding:12px

}
 
.load-more-icon {

  width: 16px;

  height: 16px;

  transition: transform 0.3s ease;

  /* No need for position or float */

}
 
.load-more-icon.spin {

  animation: spin 1s linear infinite;

}
 
@keyframes spin {

  from { transform: rotate(0deg); }

  to { transform: rotate(360deg); }

}

 

        /* Events slider css */
 
.single-post-item img {
    width: 100%;
    height: auto;
}
 
.vertical-post-slider {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
 
.swiper {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
 
.swiper-slide {
    display: flex;
    flex-direction: column;
}
 
.single-post-item {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}
 
.post-thumbnail {
    width: 30%;
    margin-right: 30px;
}
 
.post-content {
    width: 70%;
}
 
.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}
 
.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    width: auto;
    height: auto;
    color: #000;
    cursor: pointer;
}
 
.swiper-pagination {
    display: flex;
    justify-content: center;
    flex: none;
}
 
.swiper-button-prev {
    padding-right: 30px;
}
 
.swiper-button-next {
    padding-left: 30px;
}
 #load-more-services {
    padding: 10px 20px;
    background-color: #903737;
    color: #fff;
    border: none;
    cursor: pointer;
	 border-radius:20px;
	 margin-top:30px;
}
.p-cls p{
	margin:0;
}
/* span.ast-icon.icon-arrow svg {
    fill: #fff;
} */
/* On smaller screens, reduce the minimum width to ensure 3 columns */
@media (max-width: 800px) {
    .services-grid {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}

 @media (min-width: 1025px){
  .two_col_menu>.sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 15px 30px;
    padding: 15px 20px;
    width: 700px !important;
    max-width: none !important;
    min-width: 300px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

 }


 
  @media (min-width: 425px) {
  .newsletter_p {
    display: flex !important;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
  }
}
 
#mc4wp-form-1{
  justify-items: center !important;
}
 
@media (max-width: 425px) {
  .newsletter_email_submit{
    margin-top: 5px ;
  }
}
 
.newsletter_email_input {
  min-width: 222.73px !important;
  border-radius: 6.78px !important;
  border: 0.93px solid #D9D9D9 !important;
  padding: 11.14px 14.85px !important;
  background-color: #FFFFFF !important;
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14.85px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: #1E1E1E !important;
  flex-shrink: 1;
}
 
.newsletter_email_submit {
  background-color: #2C2C2C !important;
  border: 0.93px solid #2C2C2C !important;
  border-radius: 6.78px !important;
  color: #F5F5F5 !important;
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14.85px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  padding: 11.14px 14.85px !important;
  white-space: nowrap;
  cursor: pointer;
}

.mc4wp-response{
    color: #ffffff;
}

/* 09/06/2025 */
.sub-menu a.menu-link{
	font-size:20px;
	font-weight:600;
}
.main-header-menu .sub-menu .menu-link{
	  padding: 0.4em 1em;
}
.submenu-description{
	font-size:15px;
	font-weight:400;
}
.service-item{
	border:none;
}
.service-image img{
	width:100%;
}
.service-item h3{
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
	color:#000;
}
.service-excerpt p{
	text-align:left;
	color:#000;
}
a.service-link{
	background-color:#903737;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-decoration:none !important;
	padding:10px 30px;
	border-radius:30px;
}
.service-item{
	text-align:left;
}
.swiper .single-post-item .post-thumbnail img{
	height:100%;
}
.swiper .single-post-item .post-thumbnail{
	width:35%;
}
.swiper .single-post-item{
	padding:20px 23px;
}
.swiper .single-post-item h4{
	margin-bottom:8px;
}
.swiper .single-post-item a{
	background-color:#903737;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-decoration:none !important;
	padding:10px 30px;
	border-radius:30px;
	margin-bottom:20px;
	display:inline-block;
}
p.event-date{
	margin:0;
}
.swiper-controls{
	background:#fff;
	width:30%;
	margin:auto;
	position:relative;
	height:75px;
	justify-content: space-around;
	border-radius:50px;
	align-items:center;
	margin-top:40px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
	width:fit-content;
	margin:auto;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	align-items:center;
}
.swiper-button-next:after{
	font-size:20px !important;
	background:#903737;
	color:#fff;
	padding:10px 15px;
	border-radius:30px;
	position:absolute;
	top:17px;
	align-items:center;
	right: 30px;
}
.swiper-button-prev:after{
	font-size:20px !important;
	background:#903737;
	color:#fff;
	padding:10px 15px;
	border-radius:30px;
	align-items:center;
	position:absolute;
	top:17px;
	align-items:center;
	left: 30px;
}
span.swiper-pagination-bullet{
	width:15px;
	height:15px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#C73232;
}
.submenu-item-title{
	position:relative;
}
.submenu-item-title::before{
	position:absolute;
	content:'';
	width:12px;
	height:12px;
	background-image:url('https://staging.sonnyacres.com/wp-content/uploads/2025/06/Vector-4-1.svg');
	left:-20px;
	top:10px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
ul.sub-menu{
	border:none !important;
}
#menu-item-15 .submenu-item-title::before{
	left:0px;
	top:16px;
}
.main-header-menu .sub-menu{
	width:350px;
	padding:30px;
	border-radius:20px;
	background:#F2F2F2;
}
#menu-item-18 ul.sub-menu{
	left: 50%;
  transform: translateX(-50%);
}


.swiper{
	max-width:100%;
}
.menu-item-20 .submenu-item-title::before{
	left:0px;
	top:16px;
}
li.menu-item-type-custom::hover .ast-arrow-svg{
	transform: rotate(190deg);
}
.menu-item:hover > .menu-link .ast-arrow-svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
	fill:#903737;
}

.menu-link .ast-arrow-svg {
  transition: transform 0.3s ease; /* Needed for smooth animation */
}
.single-post-item p{
	color:#757575;
}
.top_weather{
	position:absolute;
	left:50%;
	background:#fff;
	padding:7px 20px;
	border-radius:50px;
	z-index:9999;
	top:45px;
	display:flex;
	gap:10px;
	align-items:center;
}
ul.sub-menu{
	transition: opacity 0.3s, visibility 0.3s;
}
/*  remove transitions from all dropdowns */
.sub-menu,
.sub-menu * {
  transition: none !important;
  animation: none !important;
}
.span.ast-icon.icon-arrow svg {
    fill: #767676;
   width:12px;
}
.ast-scroll-top-icon svg{
        fill:#fff !important;
}
.elementor-social-icon{
	justify-content:flex-start;
}
a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-5d51df0{
	justify-content:flex-start;
}
a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-48c906a{
	justify-content:flex-start;
}
a.elementor-icon.elementor-social-icon.elementor-social-icon-.elementor-repeater-item-3f3e9c5{
	justify-content:flex-start;
}
.ast-menu-toggle:focus {
    outline: none;
}
.ast-builder-grid-row>.site-header-section{
	padding-bottom:20px;
}
.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section{
	align-items:end;
}
.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left{
	padding-bottom:0 !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 50px;
}
.location_btn{
	display:none !important;
}
.site-header-above-section-right.site-header-section.ast-flex.ast-grid-right-section{
	padding-bottom:0;
}
.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center{
    padding-bottom:0;
}
.top_weather{
	position:absolute;
	left:50%;
	background:#fff;
	padding:7px 20px;
	border-radius:50px;
	z-index:9999;
	top:47px;
	display:flex;
	gap:10px;
	align-items:center;
	transform: translateX(-50%);
}
.ast-header-break-point .ast-nav-menu .sub-menu{
    line-height:2;
}
.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center{
	align-items:end;
}
.ast-above-header-bar .site-above-header-wrap{
	min-height:30px;
}
.ast-header-social-1-wrap .ast-builder-social-element svg{
	width:15px;
	height:15px;
}
.header-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled{
	padding-bottom:3px;
}
#ast-hf-menu-1 a.menu-link{
	font-size:20px;
}

  .desktop-slider { 
			display: block; 
		}
    .mobile-slider { 
			display: none; 
		} 
.weather-box{
    display:flex;
    align-items:center;
}
.weather-day{
    display:flex;
    align-items:center;
    gap:7px;
    padding:0px 10px;
}
.weather-box > .weather-day:not(:last-child) {
    /* Your styles here */
    border-right:2px solid #903737;
}
@media (max-width:1490px){
		#ast-hf-menu-1 a.menu-link{
	font-size:18px;
			
}
	.ast-custom-button{
		font-size:14px;
	}
	  .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button{
        font-size:15px;
        padding:15px 20px;
    }
	
}
@media (max-width:1300px){
        #ast-hf-menu-1 a.menu-link {
        font-size: 17px;
    }
}
@media (max-width:1250px){
		#ast-hf-menu-1 a.menu-link{
			font-size:16px;}
	img.custom-logo{
		width:100px !important;
	}
	.top_weather{
		top:9px;
	}
	.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
		line-height:40px;
	}
	.swiper-controls{
		width:40%;
	}
	#menu-item-26 .menu-link{
	    margin-bottom:10px;
	}
ul.sub-menu li#menu-item-28 > a.menu-link {
    margin-bottom: 10px;
    display: inline-block; /* ensures margin works correctly */
}

}
@media(min-width:1024px) and (max-width:1195px){
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button{
        font-size:14px;
        padding:15px 10px;
    }
	#ast-hf-menu-1 a.menu-link{
	 padding: 0px 5px;
     font-size: 15px;
	}
	.menu-item-20 .submenu-item-title::before {
    left: -11px;
    top: 6px;
    }
    #menu-item-15 .submenu-item-title::before {
    left: -10px;
    top: 4px;
    }
    .menu-item-20 .submenu-item-title::before {
    left: -7px;
    top: 8px;
}
}
@media(max-width:1024px){
	.ast-mobile-header-wrap .ast-above-header-bar{
		min-height:30px;
	}
	.top_weather{
		top:25px;
	}
	.location_btn{
	display:inline-block !important;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{
		 display:none;
	 }
	.submenu-item-title::before{
		top:22px;
	}
	.sub-menu a.menu-link{
		font-size:14px;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{
		padding-left:10px;
	}
	.submenu-item-title::before{
		width:10px;
		height:10px;
		top:15px;
		left:-10px;
	}
	.main-header-menu .sub-menu{
		padding:0px 20px;
	}
	.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{
		display:none !important;
	}
	
		.menu-item-16 .submenu-item-title::before{
		left:-15px;
		top:9px;
	}
		.menu-item-18 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-28 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-29 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-30 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.swiper-controls{
		width:45%;
	}
	.ast-header-break-point .ast-nav-menu .sub-menu .submenu-description{
		line-height:1;
	}
	.submenu-item-wrapper{
		margin-bottom:15px;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link{
		color:#903737; 
	}
}
@media (max-width: 992px) {
    .weather-day{
        border:none !important;
    }
    .weather-day:nth-child(2),
.weather-day:nth-child(3) {
  display: none;
}

.menu-item-20 .submenu-item-title::before {
    left: -7px;
    top: 8px;
}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{
		 display:none;
	 }
	.submenu-item-title::before{
		top:22px;
	}
	.sub-menu a.menu-link{
		font-size:14px;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{
		padding-left:10px;
	}
	.submenu-item-title::before{
		width:10px;
		height:10px;
		top:9px;
		left:-10px;
	}
	.main-header-menu .sub-menu{
		padding:0px 20px;
	}
	.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{
		display:none !important;
	}

	.menu-item-16 .submenu-item-title::before{
		left:-15px;
		top:9px;
	}
		.menu-item-18 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-28 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-29 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.menu-item-30 .submenu-item-title::before{
		left:-15px;
				top:9px;

	}
	.swiper-controls{
		width:45%;
	}
	.ast-header-break-point .ast-nav-menu .sub-menu .submenu-description{
		line-height:1;
	}
	.submenu-item-wrapper{
		margin-bottom:15px;
	}
}
 @media (max-width: 768px) {
	 .post-content {
    width: 100%;
}
	 .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{
		 display:none;
	 }
	 .services-grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
	 .single-post-item{
		 flex-direction:column;
		 gap:30px;
	 }
	 .swiper .single-post-item .post-thumbnail{
		 width:100%;
	 }
  .home_slider_heading {
    font-size: 12px !important;
  }
 
  .home_slider_para {
    font-size: 14px !important;
  }
   .desktop-slider { 
				display: none; 
			}
            .mobile-slider { 
				display: block; 
			}
}
@media (max-width:576px){
	.ast-mobile-header-wrap .ast-above-header-bar{
		min-height:30px;
	}
	.top_weather{
		display:none;
	}
	.services-grid {
        grid-template-columns: repeat(1, minmax(150px, 1fr));
    }
	img.menu-item-image{
		display:none;
	}
	.swiper-controls{
		width:100%;
	}
}


/* footer - follow links */
.follow_us_links{
	display: inline;
	padding : 5px;
}
@media (max-width:350px){
    .swiper-button-next:after{
        right:10px;
    }
     .swiper-button-prev:after{
        left:10px;
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        left:40%;
    }
}
/* newsletter */
@media (min-width: 1025px) {
	.mc4wp-response{
		width:70% !important;
	}
}
