/**
 * 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.
 */


.visit-clinic a.elementor-icon {
    margin-top: 15px;
}


 .count-box::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      transition: 1s ease;
      z-index: 9;
	  right: -40px;
      bottom: 0px;
      border-bottom-left-radius: 40px;
      box-shadow: -8px 7px 0 6px #FFFFFF;
  }
.count-box:before {
    content: "" !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -35px !important;
    border-bottom-left-radius: 40px !important;
    box-shadow: -4px 12px 0px 6px #fff;
    left: 0 !important;
}
  
 .count-box-2::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      transition: 1s ease;
      z-index: 9;
	  right: -40px;
      bottom: 10px;
      border-bottom-left-radius: 40px;
      box-shadow: -8px 7px 0 6px #FFFFFF;
  }
.count-box-2:before {
    content: "" !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -35px !important;
    border-bottom-left-radius: 40px !important;
    box-shadow: -4px 12px 0px 6px #fff;
    left: 10px !important;
}
 

.all-button a:hover span.elementor-button-icon {
    transform: rotate(
320deg);
    font-size: 20px;
    transition: 0.5s;
}

.sevices-corner-box:after {
    content: "" !important;
    width: 42px !important;
    height: 35px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -35px !important;
    border-bottom-right-radius: 40px !important;
    box-shadow: 8px 6px 0px 6px #07112f;
    right: 0 !important;
}
.sevices-corner-box:before {
    content: "" !important;
    width: 42px !important;
    height: 35px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: 40px !important;
    border-bottom-right-radius: 40px !important;
    box-shadow: 8px 6px 0px 6px #07112f;
    left: -42px !important;
}

.sevices-corner-box-2:before {
    content: "" !important;
    width: 42px !important;
    height: 41px !important;
    position: absolute !important;
    z-index: 9 !important;
    top: -40px !important;
    box-shadow: -12px 10px 0px 6px #07112f;
    left: 0 !important;
    border-radius: 0 0 0 40px !important;
}
.sevices-corner-box-2:after {
    content: "" !important;
    width: 42px !important;
    height: 42px !important;
    position: absolute !important;
    z-index: 9 !important;
    bottom: 0px !important;
    box-shadow: 30px 10px 0px 6px #07112f;
    right: 0 !important;
    border-radius: 0 0 0 40px !important;
}

@media only screen and (max-width: 425px){
	.count-box-2:before {
    left: 0px !important;
}
	.sevices-corner-box-2:before {
    box-shadow: -12px 10px 0px 2px #07112f;
}
	.sevices-corner-box:before {
    box-shadow: none;
}
	.count-box-2::after {
    bottom: 50px;
}
}
.testibox {
    text-align: center;
    background: #fff;
    border-radius: 32px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 13px;
    padding: 18px 20px 25px 30px;
}

.testibox .testi-image {
    position: absolute;
    top: 0;
    left: 32px;
    padding: 10px;
    padding-top: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    background: #031B4E;
    z-index: 1;
}

.testi-image-inner {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.testibox .content {
    margin-left: 23px;
    padding-left: 91px;
}

 .discription {
    margin-top: 24px;
}

.service-grid-main-box .main-container-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.7s ease;
}

/* animated bottom border */
.service-grid-main-box .main-container-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-bottom: 2px solid #FF6B00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s ease;
}



/* hover */
.service-grid-main-box .main-container-card:hover::after {
  transform: scaleX(1);
}

.service-grid-main-box .main-container-card:hover::before {
  opacity: 1;
}

.service-grid-main-box .bolg-image{
position: relative;
    border-radius: 20px;
    border-top-left-radius: 10px;
    overflow: hidden !important;
    margin-bottom: 1.5rem !important;
}

.service-grid-main-box .number {
    position: absolute;
    width: 75px;
    top: 0;
    left: 0;
    padding: 10px 15px 15px 0;
    border-bottom-right-radius: 20px;
    background: #fff !important;
    z-index: 1;
}

.testi-image:after {
    content: "";
    height: 20px;
    width: 35px;
    position: absolute;
    box-shadow: 17px -6px 0px 6px #031b4e;
    border-radius: 0 40px 0 0px !important;
    left: -34px;
    top: 0px;
}
.testi-image::before {
    content: "" !important;
    height: 25px !important;
    width: 25px !important;
    position: absolute !important;
    box-shadow: -8px -8px 0px 5px #031b4e;
    border-radius: 40px 0 0 0px !important;
    top: 0px !important;
    left: 95px !important;
}

.innovation-services::after {
    content: "";
    height: 20px;
    width: 21px;
    position: absolute;
    box-shadow: -6px -6px 0px 6px #ffffff;
    border-radius: 40px 0px 0 0px !important;
    right: -20px;
    top: 0px;
}

.innovation-services::before {
    content: "" !important;
    height: 20px !important;
    width: 21px !important;
    position: absolute !important;
    box-shadow: -6px -6px 0px 6px #ffffff;
    border-radius: 40px 0px 0 0px !important;
    left: 0 !important;
    top: 54px !important;
}

@media screen and (min-width:380px) and (max-width:430px){
	.number-1{
  
    top: 103px!important;
}
		.number-2{
  
    top: 136px!important;
}
}




.program-box {
    position: relative;
    overflow: hidden; 
}


.program-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 2px; 
    background-color: #FF6B00;
    transition: width 0.4s ease-in-out; 
    z-index: 10;
}


.program-box:hover::before {
    width: 100%;
}
.service-section .elementor-widget-icon-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
   
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}


/***********/
/* Container styling */
.medusa-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 500px; /* Adjust based on your layout */
    margin: 0 auto;
}

/* Field styling */
.medusa-field {
    margin-bottom: 15px;
}

.medusa-field input[type="text"],
.medusa-field input[type="email"],
.medusa-field input[type="tel"],
.medusa-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    box-sizing: border-box; /* Ensures padding doesn't affect width */
}

/* Focus state */
.medusa-field input:focus, 
.medusa-field textarea:focus {
    outline: none;
    border-color: #3498db;
    background-color: #fff;
}

/* Submit Button */
.medusa-submit input[type="submit"] {
    width: 100%;
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.medusa-submit input[type="submit"]:hover {
    background-color: #2980b9;
}

/* Validation error styling */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff0000;
    margin-top: 5px;
}

/* Container with soft shadow and white background */
.minimal-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px; 
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08); 
    max-width: 550px;
    margin: 30px auto;
 
}

.form-row {
    margin-bottom: 15px;
}


.minimal-form-container input[type="text"],
.minimal-form-container input[type="email"],
.minimal-form-container input[type="tel"],
.minimal-form-container textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid transparent; 
    border-radius: 6px;
    background-color: #f7f8fa; 
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease;
}


.minimal-form-container ::-webkit-input-placeholder { color: #b0b5bc; font-weight: 400; }
.minimal-form-container ::-moz-placeholder { color: #b0b5bc; font-weight: 400; }
.minimal-form-container :-ms-input-placeholder { color: #b0b5bc; font-weight: 400; }
.minimal-form-container :-moz-placeholder { color: #b0b5bc; font-weight: 400; }


.minimal-form-container input:focus, 
.minimal-form-container textarea:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #3182ce;
}


.form-submit-row input[type="submit"] {
    width: 100%;
    background-color: #3182ce;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 30px; 
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.form-submit-row input[type="submit"]:hover {
    background-color: #2b6cb0;
}

/* Footer disclaimer text */
.captcha-disclaimer {
    font-size: 12px;
    color: #a0aec0;
    text-align: center;
    margin-top: 20px;
    line-height: 1.4;
}

.captcha-disclaimer {
    font-size: 15px;
    color: #777;
    line-height: 1.5;
    margin-top: 10px;
}

.captcha-disclaimer a {
    color: #777;
    text-decoration: underline;
}


.wpcf7-form-control-wrap {
    display: block;
}
/* Container Background & Card Style */
.video-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
    font-family: sans-serif;
}



/* Input Fields */
.video-form-wrapper input[type="text"],
.video-form-wrapper input[type="email"] {
    width: 100%;
    background-color: #f7f8fa; /* Light grey from image fields */
    border: none;
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    display: block;
}

/* Placeholder Styling */
.video-form-wrapper ::placeholder {
    color: #b0b8c1;
}

/* Submit Button styling */
.video-form-wrapper input[type="submit"] {
    width: 100%;
    background-color: #2684E5; /* Vibrant blue from image */
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 50px; /* Pill shape */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.video-form-wrapper input[type="submit"]:hover {
    background-color: #2b6cb0;
}
.video-form-wrapper input[type="text"]:focus,
.video-form-wrapper input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #3182ce;
    box-shadow: 0 0 0 1px #3182ce; 
}