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

:root {
    --navy: #05142a;
    --blue: #0a73e8;
    --teal: #14e3b0;
    --sky: #5eb3f7;
    --cloud: #eef0f9;
    --navy80: rgba(5,20,42,0.80);
    --white: #ffffff;
    --primary: #0a73e8;
    --secondary: #5eb3f7;
    --black: #000;
    --light-black: #1f1f1f;
    --gray: #616368;
    --light-gray: #f6f6f6;
    --white: #fff;
    --error: #ff0000;
    --success: #4caf50;
    --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
  margin: 0 0 1rem;
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--navy);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -5% !important;
  z-index: 9;
}

ul.slick-dots li {
  background: #bc8f8f;
  border-radius: 5px !important;
  width: 1rem;
  height: 5px;
  opacity: 0.2;
}

ul.slick-dots li.slick-active {
  background: var(--primary);
  width: 4rem !important;
  opacity: 1;
}

ul.slick-dots button {
  display: none;
}
@media (max-width: 767px) {
  p#breadcrumbs {
    font-size: 14px !important;
  }
}
.post-containter ul,
.post-containter ol {
  margin: 20px 0;
}
.post-containter img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.post-containter a {
  color: var(--secondary);
  text-decoration: underline;
}
.post-containter a:hover {
  color: var(--primary);
}
.post-containter h2,
.post-containter h3,
.post-containter h4,
.post-containter h5,
.post-containter h6 {
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
  position: relative;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.swiper-pagination {
  display: none;
  margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 5px !important;
  transition: var(--transition);
  border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
  width: 4rem !important;
  border-radius: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #bc8f8f;
}
@media (max-width: 767px) {
  .elementor-swiper-button {
    display: none !important;
  }
  .swiper-pagination {
    display: block;
  }
}

.elementor-heading-title span {
  color: var(--primary);
}

.primary-btn a {
  background: var(--secondary) !important;
  padding: 20px 52px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  text-transform: uppercase;
}
.primary-btn a:hover {
  background: var(--primary) !important;
}

@media (max-width: 767px) {
  .primary-btn a {
    padding: 16px 33px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
    .hide-desktop {
        display: none !important;
    }
}
@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HOME STYLES START  
==================================*/


/* Bridge SVG */
.bridge-wrap {
  width: min(520px, 88vw);
  position: relative;
}

.bridge-wrap svg { width: 100%; height: auto; display: block; }

/* Animated dash on the arc */
@keyframes dash-flow {
  from { stroke-dashoffset: 600; }
  to   { stroke-dashoffset: 0; }
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; r: 5; }
  50%       { opacity: 0.5; r: 3; }
}
.bridge-arc-animated {
  stroke-dasharray: 8 6;
  animation: dash-flow 8s linear infinite;
}
.bridge-dot { animation: pulse-dot 2s ease-in-out infinite; }
.bridge-dot:nth-child(2) { animation-delay: 0.6s; }
.bridge-dot:nth-child(3) { animation-delay: 1.2s; }

@media (prefers-reduced-motion: reduce) {
  .bridge-arc-animated, .bridge-dot { animation: none; }
}


.c-scrolldown {
  width: 1px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, var(--teal) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}


@keyframes scrolldown {
  0% {
    background-position: 0 -40px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40px;
  }
}
.hero::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(10,115,232,0.13) 0%, transparent 70%);
    pointer-events: none;
}

.chanllenge-card {
    position: relative;
    overflow: hidden;
}
.chanllenge-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal));
}
.home-counter span.elementor-counter-number {
    background: linear-gradient(135deg, var(--sky), var(--teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-counter .elementor-counter-title {
    text-align: center;
}

.home-counter.infinity span.elementor-counter-number {
    display: none;
}
/* ===============================
	HOME STYLES END  
==================================*/
