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

/* Add your custom styles here */

html, body{
    background-color:#000000;
    overflow-x: hidden;
}
.main-heading-wrapper h1 span , .sub-heading-wrapper h3 span ,  .sub-heading-wrapper h2 span , .sub-heading-wrapper h4 span {
color: var(--e-global-color-primary);
}

/* //////button animation////// */
.animated-button-wrapper .elementor-button-content-wrapper , .animated-button-wrapper-2 .elementor-button-content-wrapper , .animated-button-wrapper-header .elementor-button-content-wrapper {
  perspective: 1000px;
}

.animated-button-wrapper .elementor-button-text , .animated-button-wrapper-2 .elementor-button-text , .animated-button-wrapper-header .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}

/* Flip on hover */
.animated-button-wrapper .elementor-button:hover .elementor-button-text , .animated-button-wrapper-2 .elementor-button:hover .elementor-button-text , .animated-button-wrapper-header .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}

/* Front face */
.animated-button-wrapper .elementor-button-text::before , .animated-button-wrapper-2 .elementor-button-text::before , .animated-button-wrapper-header .elementor-button-text::before{
  content: "Request Demo";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper-header .elementor-button-text::before {
        content: "Watch Demo" !important;
}
/* Back face */
.animated-button-wrapper .elementor-button-text::after  , .animated-button-wrapper-2 .elementor-button-text::after , .animated-button-wrapper-header .elementor-button-text::after {
  content: "Request Demo";
  position: absolute;
  inset: 0;
  color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper-header .elementor-button-text::after {
    content: "Watch Demo" !important;
}
.animated-button-wrapper-2 .elementor-button-text::after {
  content: "Request Demo";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}

.inner-image-shadow-wrapper img {
    /*position: relative;
    right: -180px;*/
}

.footer-cpy p{
    margin:0;
}
.newsletter-footer .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    margin-left: -40px;
}

/* Dev CSS */

/* Start FAQ'S Page  CSS */
.list-spacer ul li {
    margin-bottom: 25px;
}
/* Circle CSS */
.acircle1:after {
    content: '';
    background: url("https://talentfrequency.com/wp-content/uploads/2025/07/Ellipse-1-1.png") no-repeat;
    width: 900px;
    height: 1480px;
    position: absolute;
    right: -250px;
    top: 275px !important;
    background-size: cover;
    background-position: center center;
}
/* End FAQ'S Page  CSS */

/* Start Webinars Page CSS */
.img-scale .elementor-element-850fd51, .img-scale .elementor-element-1b04be8 {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
/* End Webinars Page CSS */

/* Start Case Studies Detail Page CSS */
.cutom-faqs details[open] .e-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px;
}
.cutom-faqs details[open] summary.e-n-accordion-item-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* End Case Studies Detail Page CSS */

/* Button3 CSS */
.animated-button-wrapper3 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper3 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper3 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper3 .elementor-button-text::before {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}

span.elementor-form-spinner {
    display: none !important;
}

/* Back face */
.animated-button-wrapper3 .elementor-button-text::after {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper3 .elementor-button-text::after {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button4 CSS */
.animated-button-wrapper4 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper4 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper4 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper4 .elementor-button-text::before {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper4 .elementor-button-text::after {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper4 .elementor-button-text::after {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button5 CSS */
.animated-button-wrapper5 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper5 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper5 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper5 .elementor-button-text::before {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper5 .elementor-button-text::after {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper5 .elementor-button-text::after {
  content: "Search Jobs";
  position: absolute;
  inset: 0;
  color: #0A0A0A;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button6 CSS */
.animated-button-wrapper6 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper6 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper6 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper6 .elementor-button-text::before {
  content: "View All";
  position: absolute;
  inset: 0;
  color: #0a0a0a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper6 .elementor-button-text::after {
  content: "View All";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper6 .elementor-button-text::after {
  content: "View All";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button7 CSS */
.animated-button-wrapper7 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper7 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper7 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper7 .elementor-button-text::before {
  content: "Read Full Case Study";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper7 .elementor-button-text::after {
  content: "Read Full Case Study";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper7 .elementor-button-text::after {
  content: "Read Full Case Study";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button8 CSS */
.animated-button-wrapper8 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper8 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper8 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper8 .elementor-button-text::before {
  content: "Read More";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper8 .elementor-button-text::after {
  content: "Read More";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper8 .elementor-button-text::after {
  content: "Read More";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button9 CSS */
.animated-button-wrapper9 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper9 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper9 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper9 .elementor-button-text::before {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper9 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper9 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button10 CSS */
.animated-button-wrapper10 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper10 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper10 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper10 .elementor-button-text::before {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper10 .elementor-button-text::after {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper10 .elementor-button-text::after {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button11 CSS */
.animated-button-wrapper11 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper11 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper11 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper11 .elementor-button-text::before {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper11 .elementor-button-text::after {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper11 .elementor-button-text::after {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button12 CSS */
.animated-button-wrapper12 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper12 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper12 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper12 .elementor-button-text::before {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper12 .elementor-button-text::after {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper12 .elementor-button-text::after {
  content: "Book Free Call";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button13 CSS */
.animated-button-wrapper13 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper13 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper13 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper13 .elementor-button-text::before {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper13 .elementor-button-text::after {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #000000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper13 .elementor-button-text::after {
  content: "Submit Ticket";
  position: absolute;
  inset: 0;
  color: #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button14 CSS */
.animated-button-wrapper14 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper14 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper14 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper14 .elementor-button-text::before {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper14 .elementor-button-text::after {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper14 .elementor-button-text::after {
  content: "Register Here";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button15 CSS */
.animated-button-wrapper15 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper15 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper15 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper15 .elementor-button-text::before {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper15 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper15 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button16 CSS */
.animated-button-wrapper16 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper16 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper16 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper16 .elementor-button-text::before {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper16 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper16 .elementor-button-text::after {
  content: "Schedule Demo";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Button17 CSS */
.animated-button-wrapper17 .elementor-button-content-wrapper {
  perspective: 1000px;
}
.animated-button-wrapper17 .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.animated-button-wrapper17 .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.animated-button-wrapper17 .elementor-button-text::before {
  content: "Back To Home";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.animated-button-wrapper17 .elementor-button-text::after {
  content: "Back To Home";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.animated-button-wrapper17 .elementor-button-text::after {
  content: "Back To Home";
  position: absolute;
  inset: 0;
  color: #0D0D0D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
p {
    margin-bottom: 0px !important;
}
.elementor-error span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: none;
}
.elementor-error input {
    border: 1px solid red !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    width: 100% !important;
}
.blogs-posts span.page-numbers.current {
    background-color: #127F89;
    border-radius: 100px;
    padding: 8px 17px;
}
nav.elementor-pagination a.page-numbers {
    background-color: #0D0D0D;
    border-radius: 100px;
    padding: 7px 19px;
}

/***** Start Newsletter Post Filter With Ajax Pagination Code CSS *****/
#newsletter-wrapper {
    padding: 20px;
    color: #fff;
    font-family: 'Aeonik', sans-serif;
}
.newsletter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.newsletter-count {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.newsletter-sort select {
    background-color: #0D0D0D;
    border: 1px solid #127F89;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 30px 5px 10px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23127F89" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.newsletter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.newsletter-card {
    /*padding: 20px;
    background: transparent !important;*/
}
.newsletter-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.newsletter-date {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.newsletter-title {
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
}
.newsletter-excerpt {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 25px;
    color: #127F89;
    text-decoration: none;
    transition: color 0.3s;
}
.read-more:hover {
    color: #fff;
}

/* Pagination */
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-number, .pagination-prev, .pagination-next {
    background-color: #0D0D0D;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-weight: 500;
}
.pagination-number.active {
    background-color: #127F89;
}
.pagination-prev img,
.pagination-next img {
    width: 16px;
    height: 16px;
}
.calendar-icon {
            fill: white;
        }
.pagination-dots {
    color: #fff;
    padding: 0 5px;
    font-size: 16px;
    line-height: 36px;
}
.tf-v1-widget iframe {
	height:500px !important;
}
/***** End Newsletter Post Filter With Ajax Pagination Code CSS  *****/

/***** Start Post Filter With Ajax Pagination Code CSS *****/
#defaultpost-wrapper {
    padding: 20px;
    color: #fff;
    font-family: 'Aeonik', sans-serif;
}
.defaultpost-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.defaultpost-count {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.defaultpost-sort select {
    background-color: #0D0D0D;
    border: 0px solid #127F89;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 30px 5px 10px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23127F89" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.defaultpost-grid , .videopost-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.defaultpost-card {}
.videopost-card{
	margin-bottom: 30px;
}
.defaultpost-thumb img , .videopost-card video {
    width: 100%;
    display: block;
    border-radius: 20px;
	height: 350px !important;
    object-fit: cover !important;
}
.videopost-card video ,.videopost-card video {
	max-height: 270px !important;
}
}
.defaultpost-date , .videopost-date {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.defaultpost-title , .videopost-title{
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
}
.defaultpost-excerpt , .videopost-excerpt {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 25px;
    color: #127F89;
    text-decoration: none;
    transition: color 0.3s;
}
.read-more:hover {
    color: #fff;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-number, .pagination-prev, .pagination-next {
    background-color: #0D0D0D;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-weight: 500;
}
.pagination-number.active {
    background-color: #127F89;
}
.pagination-prev img,
.pagination-next img {
    width: 16px;
    height: 16px;
}
.calendar-icon {
    fill: white;
}
/***** End Post Filter With Ajax Pagination Code CSS *****/

.list-spacer ul li::marker {
    color: #127F89;
}
p {
    margin-bottom: 0px !important;
}
.elementor-error span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: none;
}
.elementor-error input {
    border: 1px solid red !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    width: 100% !important;
}
.blogs-posts span.page-numbers.current {
    background-color: #127F89;
    border-radius: 100px;
    padding: 8px 17px;
}
nav.elementor-pagination a.page-numbers {
    background-color: #0D0D0D;
    border-radius: 100px;
    padding: 7px 19px;
}
.list-spacer ul li::marker {
    color: #127F89;
}

/***** Form Button CSS *****/
.form-btn .elementor-field-type-submit .elementor-button:hover {
    background-color: #0D0D0D !important;
}
.form-btn .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper {
  perspective: 1000px;
}
.form-btn .elementor-field-type-submit .elementor-button-text {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  color: transparent; /* Hide actual text */
}
/* Flip on hover */
.form-btn .elementor-field-type-submit .elementor-button:hover .elementor-button-text {
  transform: rotateX(180deg);
}
/* Front face */
.form-btn .elementor-field-type-submit .elementor-button-text::before {
  content: "Send Message";
  position: absolute;
  inset: 0;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg) translateZ(20px);
  backface-visibility: hidden;
}
/* Back face */
.form-btn .elementor-field-type-submit .elementor-button-text::after {
  content: "Send Message";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.form-btn .elementor-field-type-submit .elementor-button-text::after {
  content: "Send Message";
  position: absolute;
  inset: 0;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg) translateZ(20px);
  backface-visibility: hidden;
}
.header-menu li:last-child {
    display: none;
}
span.hr {
	display: none;
}

/***** Start Video Post Filter With Ajax Pagination Code CSS *****/
#videopost-wrapper {
    padding: 20px;
    color: #fff;
    font-family: 'Aeonik', sans-serif;
}
.videopost-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.videopost-count {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.videopost-sort select {
    background-color: #0D0D0D;
    border: 0px solid #127F89;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 30px 5px 10px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23127F89" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.videopost-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.videopost-card {}
.videopost-thumb img, 
.videopost-thumb video, 
.videopost-thumb iframe {
    width: 100%;
    display: block;
    border-radius: 20px;
    height: 350px !important;
    object-fit: cover !important;
	border: 2px solid #fff;
	
}
.videopost-date {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.videopost-title {
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
}
.videopost-excerpt {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 25px;
    color: #127F89;
    text-decoration: none;
    transition: color 0.3s;
}
.read-more:hover {
    color: #fff;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-number, .pagination-prev, .pagination-next {
    background-color: #0D0D0D;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-weight: 500;
}
.pagination-number.active {
    background-color: #127F89;
}
.pagination-prev img,
.pagination-next img {
    width: 16px;
    height: 16px;
}
.calendar-icon {
    fill: white;
}
/***** End Video Post Filter With Ajax Pagination Code CSS *****/


@media only screen and (max-width:1600px) {
    .inner-image-shadow-wrapper img {
        /*position: relative;
        right: -100px;*/
    }
    .elementor-field-type-submit {
        width: 33% !important;
    }
    .blogs-posts span.page-numbers.current {
        background-color: #127F89;
        border-radius: 100px;
        padding: 9px 19px !important;
    }
    nav.elementor-pagination a.page-numbers {
        background-color: #0D0D0D;
        border-radius: 100px;
        padding: 6px 19px !important;
    }
	.tf-v1-widget iframe {
    height: 400px !important;
}
}

@media (max-width: 1440px) {
    .newsletter-title, .defaultpost-title {
        font-size: 20px !important;
                line-height: 26px !important;
    }
    .newsletter-excerpt, .read-more, .defaultpost-excerpt {
        font-size: 16px !important;
                line-height: 22px !important;
    }
	.tf-v1-widget iframe {
    height: 400px !important;
}
}

@media (min-width: 821px) and (max-width: 1024px) {
	h1 {
		font-size: 45px !important;
		line-height: 45px !important;
	}
	h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
	.elementor-field-type-submit {
        width: 39% !important;
    }
	.newsletter-footer .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    	margin-left: -47px !important;
	}
	    .tf-v1-widget iframe {
        height: 470px !important;
    }
}

@media (max-width: 820px) {
	br {
		display: none;
	}
	#newsletter-wrapper {
    	padding: 10px !important;
    }
	/* Contact Form CSS */
	.elementor-field-type-submit {
        width: 48% !important;
    }
	.contact-form .elementor-field-group {
		margin-bottom: 15px !important;
	}
	.contact-form .elementor-field-textual.elementor-size-lg {
		min-height: 40px !important;
	}
	.newsletter-footer .elementor-field-type-submit {
    	margin-left: -25px !important;
    	width: 30% !important;
    	padding-left: 0px !important;
	}
	.elementor-element-4c4d597 h2, .elementor-element-5e79c8e h2 {
        font-size: 34px;
        line-height: 45px;
    }
	.elementor-message.elementor-message-danger {
    	position: relative;
    	top: 20px;
	}
	.elementor-element-24e7cd8 h5.elementor-heading-title {
    	font-size: 18px !important;
	}
	body.page-id-4713 p {
    	padding-bottom: 12px;
	}
}

/* iPad Pro, iPad, iPad Mini – 2 Columns */
@media (max-width: 1024px) {
    .newsletter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.defaultpost-grid , .videopost-grid {
        grid-template-columns: repeat(2, 1fr); /* iPad */
    }
}

@media (max-width: 599px) {
    .newsletter-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .newsletter-excerpt, .newsletter-date, .read-more {
        font-size: 14px;
        line-height: 20px;
    }
    .newsletter-sort select {
        font-size: 16px;
        padding: 5px 25px 5px 10px;
        background-size: 14px;
    }
    .pagination-wrap {
        gap: 6px;
    }
    .pagination-number, .pagination-prev, .pagination-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
	.small-img-width img {
    	width: 45%;
	}
	.newsletter-footer .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    	margin-left: 15px !important;
		margin-top: 8px;
	}
	/* Contact Form CSS */
	.elementor-field-type-submit {
        width: 55% !important;
    }
	.defaultpost-grid , .videopost-grid{
        grid-template-columns: repeat(1, 1fr); /* Mobile */
    }
	.header-menu li:last-child {
    	display: block !important;
	}
	span.hr {
		display: inline-block !important;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	.elementor-element-4c4d597 h2, .elementor-element-5e79c8e h2 {
    	font-size: 30px;
        line-height: 42px;
    }
	.elementor-element-31f74ca {
    	background-color: #000 !important;
	}
	body.page-id-4713 p {
    	padding-bottom: 12px;
	}
}

@media (max-width: 375px) {
	h1 {
		font-size: 32px !important;
	}
}