.elementor-2729 .elementor-element.elementor-element-2194c06{--display:flex;}.elementor-2729 .elementor-element.elementor-element-fd40995{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-5e2d11f *//*
Theme Name: Abhinav's theme 
Theme URI: http://example.com/
Author: Abhinav Gupta
Author URI: http://example.com/
Description: A simple starter theme.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: #fff;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  flex: 0 0 auto;
}

.logo a {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  color: #fff;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #00ffd5;
}

.cta-button {
  background: #00ffd5;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
  margin-left: 20px;
  white-space: nowrap;
}

.cta-button:hover {
  background: #00c7a0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.glass-container {
  margin-top: 40px;
  padding: 80px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  text-align: center;
  animation: fadeInUp 1s ease forwards;
}

.center-text {
  text-align: center;
}

.center-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.stroke-animate {
  font-size: 2.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  animation: strokeIn 1.5s ease forwards;
}

.stroke-animate-delay {
  opacity: 0;
  animation: fadeInUp 1s ease forwards 0.8s;
}

.stroke-animate-delay-2 {
  opacity: 0;
  animation: fadeInUp 1s ease forwards 1.2s;
}

@keyframes strokeIn {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Services Section */
.services-section {
  background: rgba(255, 255, 255, 0.05);
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.service-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.service-item .icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #00ffd5;
}

.service-item h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 0.95rem;
  color: #e0e0e0;
}

/* Strategic Marketing Section */
.strategic-marketing {
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 100px 20px;
}

.strategic-marketing .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.strategic-marketing .content {
  max-width: 600px;
  text-align: center;
}

.strategic-marketing h2 {
  font-size: 2.5rem;
  color: #00ffd5;
}

.strategic-marketing p {
  margin-top: 10px;
  color: #e0e0e0;
  font-size: 1rem;
}

.video-container {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

/* eye catching design */

.Eye-catchy {
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 100px 20px;
}

.Eye-catchy .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.Eye-catchy .content {
  max-width: 600px;
  text-align: center;
}

.Eye-catchy h2 {
  font-size: 2.5rem;
  color: #00ffd5;
}

.Eye-catchy p {
  margin-top: 10px;
  color: #e0e0e0;
  font-size: 1rem;
}

.video-container {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

/* social media  */

.Social {
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 100px 20px;
}

.Social .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.Social .content {
  max-width: 600px;
  text-align: center;
}

.Social h2 {
  font-size: 2.5rem;
  color: #00ffd5;
}

.Social p {
  margin-top: 10px;
  color: #e0e0e0;
  font-size: 1rem;
}

.video-container {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

/* Automation  */

.Automation {
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 100px 20px;
}

.Automation .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.Automation.content {
  max-width: 600px;
  text-align: center;
}

.Automation h2 {
  font-size: 2.5rem;
  color: #00ffd5;
}

.Automation p {
  margin-top: 10px;
  color: #e0e0e0;
  font-size: 1rem;
}

.video-container {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

/* how it starts */

.how-it-starts {
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 100px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2.8rem;
  color: #00ffd5;
  margin-bottom: 50px;
  text-align: center;
}

.how-it-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

.step h3 {
  font-size: 1.5rem;
  color: #00ffd5;
  margin-bottom: 10px;
}

.step p {
  font-size: 1rem;
  color: #e0e0e0;
}

.img-wrap {
  text-align: center;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 255, 213, 0.15);
}

/* Responsive */
@media (min-width: 768px) {
  .how-it-grid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .steps {
    width: 50%;
  }

  .img-wrap {
    width: 45%;
  }
}

/* what make us unique */

.comparison-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
}

.comparison-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.comparison-table {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.comparison-table .row {
  display: table-row;
}

.comparison-table .cell {
  display: table-cell;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.comparison-table .header .cell {
  background: #333;
  color: white;
  font-weight: bold;
}

.comparison-table .cell i {
  font-size: 1.2rem;
}

.comparison-table .cell .fa-check {
  color: #4caf50;
}

.comparison-table .cell .fa-times {
  color: #f44336;
}

/* Hear from them */

.testimonials-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  text-align: center;
}

.testimonials-section h2 {
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial {
  max-width: 600px;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial p {
  font-size: 1.2rem;
  color: #00ffd5;
}

.testimonial h4 {
  margin-top: 15px;
  font-size: 1.5rem;
  color: #00ffd5;
}

.testimonial span {
  font-size: 1rem;
  color: #00ffd5;
}

.testimonials-section:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 255, 213, 0.2);
}

/* Add this to your CSS */

.logo-slider {
  overflow: hidden;
  background: linear-gradient(to right, #13232f, #1c3b52, #203a43);
  padding: 2rem 0;
}

.logo-track {
  display: flex;
  width: fit-content;
  animation: scrollLogos 30s linear infinite;
}

.logo-track img {
  height: 80px;
  margin: 0 40px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-track img:hover {
  filter: grayscale(0%);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Add this to your CSS */

/* Need Help Section */
.need-help-section {
  background-color: #13232f;
  padding: 80px 20px;
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

/* FAQ Box Style */
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.faq-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: slideIn 1s forwards;
}

/* FAQ hover effect*/

.faq-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgb(5, 249, 208);
}

.faq-box h3 {
  font-size: 1.2rem;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.faq-box p {
  font-size: 1rem;
  color: #555;
}

/* Floating Avatar Style */
.floating-avatar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.floating-avatar:hover {
  transform: scale(1.1);
}

.floating-avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*footer*/

/* Footer */
.footer {
  background-color: #0e101a;
  padding: 40px 20px;
  color: #fff;
  animation: fadeInUp 1s ease-in-out;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  height: 50px;
  animation: slideInLeft 1s ease-out;
}

.social-icons {
  display: flex;
  gap: 20px;
  animation: slideInRight 1s ease-out;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: #00f5d4;
  transform: scale(1.2);
}

/* Animations */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer-bottom {
  text-align: center;

  font-size: 0.9rem;
  color: #ffffff;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    padding: 20px 15px;
  }

  .glass-container {
    padding: 60px 15px;
  }
}

@media (max-width: 992px) {
  nav {
    padding: 15px 5%;
    position: relative;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strategic-marketing .container,
  .Eye-catchy .container,
  .Social .container,
  .Automation .container {
    flex-direction: column;
    text-align: center;
  }

  .video-container {
    margin-top: 30px;
  }

  .how-it-grid {
    flex-direction: column;
  }

  .steps {
    width: 100%;
    margin-bottom: 30px;
  }

  .img-wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }

  .stroke-animate {
    font-size: 2rem;
  }

  .service-item {
    padding: 20px;
  }

  .comparison-table {
    display: block;
  }

  .comparison-table .row {
    display: block;
    margin-bottom: 10px;
  }

  .comparison-table .cell {
    display: block;
    padding: 10px;
    text-align: left;
  }

  .comparison-table .header .cell {
    background: #333;
    color: white;
    font-weight: bold;
  }

  .testimonials {
    flex-direction: column;
  }

  .testimonial {
    margin-bottom: 20px;
  }

  .logo-track img {
    height: 60px;
    margin: 0 20px;
  }
}

@media (max-width: 576px) {
  .cta-button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  .stroke-animate {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .service-item h3 {
    font-size: 1.2rem;
  }

  .service-item p {
    font-size: 0.9rem;
  }

  .step h3 {
    font-size: 1.3rem;
  }

  .step p {
    font-size: 0.9rem;
  }

  .logo-track img {
    height: 40px;
    margin: 0 15px;
  }
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

/* Mobile Navigation */
@media (max-width: 992px) {
  nav {
    padding: 15px 5%;
    position: relative;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }
}

/* Final Responsive Optimizations */
@media (max-width: 992px) {
  .mobile-menu-btn {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    display: none;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .nav-links li {
    text-align: center;
  }

  .cta-button {
    margin: 10px auto;
    display: block;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .video-container {
    margin: 20px 0;
  }

  .faq-box {
    margin: 15px 0;
  }

  .floating-avatar {
    width: 50px;
    height: 50px;
  }

  .floating-avatar img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .logo-slider {
    padding: 1rem 0;
  }

  .logo-track img {
    height: 30px;
    margin: 0 10px;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
  }

  .social-icons {
    justify-content: center;
  }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Touch Device Optimizations */
@media (hover: none) {
  .service-item:hover,
  .step:hover,
  .faq-box:hover {
    transform: none;
  }

  .cta-button:hover {
    background: #00ffd5;
  }
}/* End custom CSS */