/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Global css  */

body {
  padding: 20px;
}
input[type="email"] {
  text-transform: lowercase;
}

/* Header and footer css */
.header-call-btn svg {
  font-size: 44px;
}

.header-call-btn .elementor-button:hover svg path,
.header-call-btn .elementor-button:focus svg path {
  fill: #fff;
}

.header-call-btn .elementor-button:hover svg circle,
.header-call-btn .elementor-button:focus svg circle {
  fill: #0089d0;
}

.header-call-btn .elementor-button-content-wrapper {
  align-items: center;
}
.nav-menu {
  margin-right: auto;
}
.nav-menu .e--pointer-underline .elementor-item:after {
  width: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.footerservices-menu ul {
  column-count: 2;
}
.home .footersec {
  padding-top: 150px;
}
/* Home page css  */

.dual-color-heading span {
  color: #00a8ff;
}
.floting-icon-box {
  backdrop-filter: blur(24px);
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.floting-icon-box::after {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff0a;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
}
.services-loop .elementor-flip-box__layer__overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 69.35%,
    #000000 100%
  ) !important;
}
.services-loop .elementor-flip-box__layer__title {
  margin: 0;
}
.services-loop .elementor-flip-box__button {
  width: 186px;
}
.verticle-slider .small-box::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #0354a8;
  top: 3px;
  left: -45px;
}
.verticle-slider-wrapper {
  height: 550px !important;
}
.verticle-slider {
  will-change: transform;
  animation: testimonialScroll 40s linear infinite;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@keyframes testimonialScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.reviewSlider .slider-content {
  text-align: center;
}
.reviewSlider .slider-for {
  margin-top: 20px;
}
.reviewSlider .slider-for .slider-items {
  text-align: center;
}
.reviewSlider .review-content p {
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 500;
  font-style: Italic;
  font-size: 24px;
  line-height: 37px;
}
.reviewSlider h3 {
  margin: 20px 0 10px;
  color: #121212;
}
.reviewSlider .deg {
  margin: 0;
  color: #0354a8;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.reviewSlider .slider-nav {
  max-width: 580px;
  margin: 0 auto;
}
.reviewSlider .slider-nav .slider-items {
  padding: 20px 0;
  text-align: center;
}
.reviewSlider .slider-nav img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  transition: all 0.35s ease;
  transform: scale(0.5);
  filter: grayscale(1);
  opacity: 0.6;
}
.reviewSlider .slick-current img {
  transform: scale(1.2) !important;
  filter: none !important;
  opacity: 1 !important;
}
.reviewSlider .slick-slide.sl-prev img,
.reviewSlider .slick-slide.sl-next img {
  transform: scale(0.85) !important;
  filter: grayscale(1);
  opacity: 0.85;
}
.reviewSlider .slick-arrow {
  display: none !important;
}
.services-slider .elementor-swiper-button:hover svg path {
  fill: #fff;
}

/* Grow Your Practice page css  */

.video-style .elementor-custom-embed-play svg {
  opacity: 1;
  filter: none;
}
.video-style .elementor-custom-embed-play {
  width: 100px;
  height: 100px;
  background-color: #ffffff54;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(60px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.video-style .elementor-custom-embed-play:after {
  content: "";
  position: absolute;
  height: calc((100% + 40px));
  width: calc((100% + 40px));
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.practice-box:hover .elementor-heading-title {
  color: #fff !important;
}
.practice-box:hover .elementor-divider {
  filter: brightness(0) invert(1);
}
.practice-box:hover .elementor-widget-text-editor {
  color: #fff !important;
}

/* Contact Form css  */
.contact-box .elementor-icon-box-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.gform_required_legend,
.gform_validation_errors {
  display: none;
}
.gfield_validation_message {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 20px !important;
  color: #4c4c4c;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  border: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  text-transform: capitalize;
  color: #4c4c4c;
}
.contact-form .gfield_label {
  color: #4c4c4c;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: 500 !important;
  line-height: var(--e-global-typography-text-line-height);
}
.contact-form .gchoice label {
  color: #4c4c4c;
  font-size: 16px !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.contact-form .gchoice input {
  height: 19px;
  width: 19px;
  accent-color: #0089d0;
}
.contact-form .gfield_checkbox {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 20px !important;
  row-gap: 10px;
}
.contact-form input[type="submit"] {
  width: 197px;
}
.services-box h5.elementor-image-box-title {
  margin: 0;
  word-break: break-word;
}
.services-box .elementor-widget-image-box {
  display: flex;
}
/* Responsive css  */
@media (max-width: 1680px) and (min-width: 1601px) {
  .services-slider .elementor-swiper-button {
    padding: 10px !important;
  }
  .services-slider .elementor-swiper-button-prev {
    left: -60px !important;
  }
  .services-slider .elementor-swiper-button-next {
    right: -60px !important;
  }
}
@media (max-width: 1420px) and (min-width: 1367px) {
  .services-slider .elementor-swiper-button-prev {
    left: -68px !important;
  }
  .services-slider .elementor-swiper-button-next {
    right: -68px !important;
  }
}
@media (max-width: 1350px) and (min-width: 1025px) {
  .services-slider .elementor-swiper-button-prev {
    left: -20px !important;
  }
  .services-slider .elementor-swiper-button-next {
    right: -20px !important;
  }
}
@media (max-width: 1600px) {
  .home .footersec {
    padding-top: 120px;
  }
  .services-loop .elementor-flip-box__button {
    width: 155px;
  }
  .reviewSlider .review-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .reviewSlider .deg {
    font-size: 14px;
    line-height: 20px;
  }
  .cta-sec {
    max-width: 1400px !important;
  }
  .video-style .elementor-custom-embed-play {
    width: 80px;
    height: 80px;
  }
  .video-style .elementor-custom-embed-play:after {
    height: calc((100% + 30px));
    width: calc((100% + 30px));
  }
  .contact-form .gchoice label {
    font-size: 15px !important;
  }
  .contact-form .gchoice input {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 1366px) {
  body {
    padding: 10px;
  }
  .verticle-slider .small-box::after {
    height: 22px;
    width: 22px;
    border: 3px solid #0354a8;
    left: -42px;
  }
  .verticle-slider-wrapper {
    height: 450px !important;
  }
  .home .footersec {
    padding-top: 80px;
  }
  .reviewSlider .review-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .cta-sec {
    max-width: 1300px !important;
  }
  .contact-form .gchoice label {
    font-size: 14px !important;
  }
  .contact-form input[type="submit"] {
    width: 160px;
  }
  .contact-box .elementor-icon-box-content {
    gap: 5px;
  }
  .contact-form textarea {
    height: 150px !important;
  }
}
@media (max-width: 1024px) {
  body {
    padding: 0;
  }
  .verticle-slider-wrapper {
    height: 400px !important;
  }
  .home .footersec {
    padding-top: 60px;
  }
  .reviewSlider .review-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .reviewSlider .deg {
    font-size: 12px;
    line-height: 18px;
  }
  .video-style .elementor-custom-embed-play {
    width: 65px;
    height: 65px;
  }
  .video-style .elementor-custom-embed-play:after {
    height: calc((100% + 20px));
    width: calc((100% + 20px));
  }
  .contact-form .gchoice label {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 100px !important;
  }
  .services-loop .elementor-flip-box__button {
    width: 125px;
  }
  .header-call-btn .elementor-button-icon {
    display: none;
  }
  .verticle-slider .small-box::after {
    height: 20px;
    width: 20px;
    border: 2px solid #0354a8;
    left: -41px;
  }
  .footerservices-menu ul {
    column-count: 1;
  }
  .reviewSlider .slider-nav {
    max-width: 320px;
  }
  .reviewSlider .slider-nav img {
    width: 60px;
    height: 60px;
  }
  .home .footersec {
    padding-top: 70px;
  }
  .reviewSlider .review-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .floting-icon-box::after {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
  }
  .video-style .elementor-custom-embed-play {
    width: 40px;
    height: 40px;
  }
  .video-style .elementor-custom-embed-play:after {
    height: calc((100% + 15px));
    width: calc((100% + 15px));
  }
  .contact-form input[type="submit"] {
    width: 140px;
  }
  .contact-form input:not([type="submit"]),
  .contact-form textarea {
    padding: 10px 15px !important;
  }
  .services-box .elementor-widget-image-box {
    justify-content: center;
    align-items: center;
  }
}
