/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2026 | 04:51:16 */
#comments{
display:none ;}


/* Parent wrapper */
.btn-hover-1 {
    position: relative;
}

/* Elementor button inside btn-hover-1 */
.btn-hover-1 .elementor-button.elementor-button-link.elementor-size-sm {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Background layer */
.btn-hover-1 .elementor-button.elementor-button-link.elementor-size-sm::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #000000; /* hover bg */
    z-index: -1;
    transition: height 0.4s ease;
}

/* Hover effect */
.btn-hover-1 .elementor-button.elementor-button-link.elementor-size-sm:hover::before {
    height: 100%;
}

/* Text stays visible */
.btn-hover-1 .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Text color change */
.btn-hover-1 .elementor-button:hover {
    color: #ffffff;
}


 .demo-1 {
    
    margin-top:20px;
  }

.bg-color-1{
	background: linear-gradient(
  90deg,
  #FFF6E5 0%,
  #FFF1CC 60%,
  #FFE9B8 100%
);


	
}








/*  form section */

/* Two columns: Side by side */
.two-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

/* Each field column */
.two-columns .column {
  flex: 1;
}

/* Stack on small screens */
@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }
}

/* Label style */
.wpcf7 label {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
}

/* Field styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
select[name="appointment-date"],
.wpcf7 textarea {
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  margin-bottom: 0; /* no extra bottom margin needed inside two-columns */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* Submit Button */
.wpcf7-submit {
  width: 50%;
  height: 50px;
  margin-top: 10px;
  background-color: #FFC738;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.wpcf7-submit:hover{
	color:white;
	background-color:black ;
}
@media (max-width: 768px) {
  .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
    gap: 0;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 select,
  .wpcf7 textarea,
  select[name="appointment-date"] {
    height: 42px;
    font-size: 14px;
    
    padding: 8px 10px;
  }

  .wpcf7 label {
    font-size: 13px;
   
  }

  .wpcf7-submit {
    width: 100%;
    height: 45px;
    font-size: 15px;
    margin-top: 8px;
  }
}


/*book an appointment*/

.main-container:hover .icon-cont,
.main-container:hover .button-cont {
  color: #2490EB;
}



.sticky{
	position:sticky !important;
	top:5rem !important;
}





.time-split{
  display:flex;
  gap:10px;
}

.time-left{
  flex:70%;
}

.time-right{
  flex:30%;
}

.time-left input,
.time-right select{
  width:100%;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.time-split {
    display: flex;
    gap: 10px;
    margin-top: -12px;
}






.sticky-form {
  position: sticky;
  top: 40px;   
}






/* For large desktops */
@media (min-width: 1200px) {
    body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .site-main,
    body.single-post .site-main {
        max-width: 1450px !important;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

/* For tablets/desktops */
@media (min-width: 992px) {
    body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .site-main,
    body.single-post .site-main {
        max-width: 1450px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }
}

/* For mobile */
@media (max-width: 768px) {
    .custom-container,
    body.single-post .site-main {
        padding: 0 !important;
    }
}



body:not(.page-id-13):not(.page-id-15):not(.page-id-18):not(.page-id-19):not(.page-id-23) img {
    width: 100%;
    height: auto;
    display: block;
}

#appointment-date{
	margin-top: -6px;
}








body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h2 {
    font-size: 26px;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h4 {
    font-size: 20px;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container p {
    font-size: 18px;
    color: black !important;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container span {
    font-size: 18px;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container ul,
body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container ol {
    font-size: 18px;
    color: black !important;
    padding-left: 20px;
    margin-bottom: 16px;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container li {
    font-size: 18px;
    color: black !important;
    margin-bottom: 8px;
    line-height: 1.6;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container span {
    font-size: 18px;
}

body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h2 span,
body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h3 span,
body.page:not(.page-id-13):not(.page-id-15):not(.page-id-19):not(.page-id-18):not(.page-id-23) .custom-container h4 span {
    font-size: inherit !important;
}

.entry-title{
    margin-left: 20px !important;
}