/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: rgb(247, 87, 87);
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid rgb(247, 87, 87);
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid rgb(247, 87, 87);
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small, .btn-transparent {
  background: rgb(247, 87, 87);
  color: #fff;
  transition: all 0.2s ease;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #f52626;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid rgb(247, 87, 87);
  background: transparent;
  color: #242424;
}
.btn-solid-border:hover {
  border: 2px solid rgb(247, 87, 87);
  background: rgb(247, 87, 87);
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: rgb(247, 87, 87);
}
.btn-transparent:hover {
  background: transparent;
  color: rgb(247, 87, 87);
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: rgb(247, 87, 87);
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: rgb(247, 87, 87);
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
.overly:before, .hero-img:before, .cta:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .latest-blog:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: rgb(247, 87, 87);
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: rgb(247, 87, 87);
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: rgb(34, 35, 40);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar li {
  padding-left: 15px;
}
@media (max-width: 992px) {
  #navbar li {
    padding-left: 0;
  }
}
#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
#navbar .nav-link:hover, #navbar .nav-link:focus,
#navbar .active .nav-link {
  color: rgb(247, 87, 87);
}
#navbar .btn {
  padding: 0.7rem 1.5rem 0.5rem;
  color: #fff;
}
@media (max-width: 992px) {
  #navbar .btn {
    margin: 15px 0 10px;
  }
}

.header-top {
  background: rgb(34, 35, 40);
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}
.header-top .header-top-socials {
  margin-left: -8px;
}
.header-top .header-top-socials a {
  color: #919194;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 8px;
}
.header-top .header-top-socials a:hover {
  color: rgb(247, 87, 87);
}
.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-brand span {
  color: rgb(247, 87, 87);
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 5px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem 0.55rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem 0.35rem;
  }
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: rgb(247, 87, 87);
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 15px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}
.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.slider {
  background: url("../images/bg/home-1.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 768px) {
  .slider {
    padding: 150px 0;
  }
}
.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: rgb(247, 87, 87);
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}
.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color: rgb(247, 87, 87);
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}
.portflio-item:hover:before {
  opacity: 1;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: rgb(247, 87, 87);
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}
.blog-item-content h3 a {
  transition: all 0.4s ease 0s;
}
.blog-item-content h3 a:hover {
  color: rgb(247, 87, 87) !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background: rgb(247, 87, 87);
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: rgb(247, 87, 87);
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: rgb(247, 87, 87);
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: rgb(247, 87, 87);
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: rgb(247, 87, 87);
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: rgb(247, 87, 87);
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: rgb(247, 87, 87);
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: rgb(247, 87, 87);
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid rgb(247, 87, 87);
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color: rgb(247, 87, 87);
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background: rgb(247, 87, 87);
  border: 1px solid rgb(247, 87, 87);
}

.footer {
  padding-bottom: 10px;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}
.logo span {
  color: rgb(247, 87, 87);
}

.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: rgb(247, 87, 87);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .bg-about {
    display: none;
  }
  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */


 :root {
            --primary-red: #f75757;
            --dark-red: #F52626;
            --dark-gray: #242424;
        }

        .new-timeline-section {
            background: linear-gradient(135deg, var(--dark-gray) 0%, #1a1a1a 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .new-timeline-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 30%, rgba(247, 87, 87, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 70%, rgba(245, 38, 38, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .new-timeline-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .new-timeline-header {
            text-align: center;
            margin-bottom: 60px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease-out 0.3s forwards;
        }

        .new-timeline-title {
            color: var(--primary-red);
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .new-timeline-subtitle {
            color: #ffffff;
            font-size: 1.2rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }

        .new-timeline-wrapper {
            position: relative;
        }

        .new-timeline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, var(--primary-red), var(--dark-red));
            transform: translateX(-50%);
            box-shadow: 0 0 20px rgba(247, 87, 87, 0.5);
        }

        .new-timeline-item {
            display: flex;
            margin-bottom: 50px;
            opacity: 0;
            transform: translateX(-50px);
            animation: slideInLeft 0.8s ease-out forwards;
        }

        .new-timeline-item:nth-child(even) {
            flex-direction: row-reverse;
            transform: translateX(50px);
            animation: slideInRight 0.8s ease-out forwards;
        }

        .new-timeline-item:nth-child(1) { animation-delay: 0.5s; }
        .new-timeline-item:nth-child(2) { animation-delay: 0.7s; }
        .new-timeline-item:nth-child(3) { animation-delay: 0.9s; }
        .new-timeline-item:nth-child(4) { animation-delay: 1.1s; }
        .new-timeline-item:nth-child(5) { animation-delay: 1.3s; }
        .new-timeline-item:nth-child(6) { animation-delay: 1.5s; }

        .new-timeline-content {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(247, 87, 87, 0.2);
            border-radius: 20px;
            padding: 30px;
            width: calc(50% - 40px);
            position: relative;
            transition: all 0.4s ease;
        }

        .new-timeline-content:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(247, 87, 87, 0.3);
            border-color: var(--primary-red);
        }

        .new-timeline-content::before {
            content: '';
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border: 15px solid transparent;
            transform: translateY(-50%);
        }

        .new-timeline-item:nth-child(odd) .new-timeline-content::before {
            right: -30px;
            border-left-color: rgba(247, 87, 87, 0.2);
        }

        .new-timeline-item:nth-child(even) .new-timeline-content::before {
            left: -30px;
            border-right-color: rgba(247, 87, 87, 0.2);
        }

        .new-timeline-date {
            display: inline-block;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
            box-shadow: 0 4px 15px rgba(247, 87, 87, 0.3);
        }

        .new-timeline-event-title {
            color: var(--primary-red);
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .new-timeline-location {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .new-timeline-description {
            color: #cccccc;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .new-timeline-prize {
            background: linear-gradient(45deg, #ffd700, #ffed4a);
            color: var(--dark-gray);
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
            font-size: 0.9rem;
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        .new-timeline-icon {
            position: absolute;
            left: 50%;
            top: 30px;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            box-shadow: 0 0 30px rgba(247, 87, 87, 0.6);
            z-index: 2;
            animation: pulse 2s infinite;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 0 30px rgba(247, 87, 87, 0.6);
            }
            50% {
                box-shadow: 0 0 50px rgba(247, 87, 87, 0.8);
            }
        }

        @media (max-width: 768px) {
            .new-timeline-title {
                font-size: 2rem;
            }
            
            .new-timeline-line {
                left: 30px;
            }
            
            .new-timeline-item {
                flex-direction: column !important;
                margin-left: 60px;
                transform: translateX(-30px) !important;
                animation: slideInLeft 0.8s ease-out forwards !important;
            }
            
            .new-timeline-content {
                width: 100%;
            }
            
            .new-timeline-content::before {
                display: none;
            }
            
            .new-timeline-icon {
                left: 30px;
            }
        }

        @media (max-width: 480px) {
            .new-timeline-section {
                padding: 50px 0;
            }
            
            .new-timeline-content {
                padding: 20px;
            }
            
            .new-timeline-title {
                font-size: 1.8rem;
            }
        }



        .solution-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .solution-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 15% 20%, rgba(247, 87, 87, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 85% 80%, rgba(245, 38, 38, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .solution-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .solution-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease-out 0.2s forwards;
        }

        .solution-title {
            color: var(--dark-gray);
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
        }

        .solution-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            border-radius: 2px;
        }

        .solution-description {
            color: #666;
            font-size: 1.2rem;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto;
        }

        .solution-workflow-title {
            text-align: center;
            color: #4a90a4;
            font-size: 2rem;
            font-weight: 600;
            margin: 60px 0 50px;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 1s ease-out 0.8s forwards;
        }

        .solution-workflow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 60px;
            flex-wrap: wrap;
            gap: 30px;
        }

        .solution-step {
            flex: 1;
            min-width: 200px;
            text-align: center;
            position: relative;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 0.8s ease-out forwards;
        }

        .solution-step:nth-child(1) { animation-delay: 1s; }
        .solution-step:nth-child(2) { animation-delay: 1.2s; }
        .solution-step:nth-child(3) { animation-delay: 1.4s; }
        .solution-step:nth-child(4) { animation-delay: 1.6s; }

        .solution-step-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, rgba(247, 87, 87, 0.1), rgba(245, 38, 38, 0.1));
            border: 3px solid rgba(247, 87, 87, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: var(--primary-red);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .solution-step-icon i {
            font-size: 3rem;
            color: var(--primary-red);
        }

        .solution-step-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.6s ease;
        }

        .solution-step:hover .solution-step-icon {
            transform: translateY(-10px) scale(1.05);
            border-color: var(--primary-red);
            box-shadow: 0 15px 35px rgba(247, 87, 87, 0.3);
        }

        .solution-step:hover .solution-step-icon::before {
            left: 100%;
        }

        .solution-step-number {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 35px;
            height: 35px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(247, 87, 87, 0.4);
        }

        .solution-step-title {
            color: var(--dark-gray);
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .solution-step-description {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
        }

        .solution-arrow {
            color: var(--primary-red);
            font-size: 2rem;
            margin: 0 15px;
            opacity: 0.7;
            animation: pulse 2s infinite;
        }

        .solution-empower-section {
            background: linear-gradient(135deg, rgba(247, 87, 87, 0.05), rgba(245, 38, 38, 0.05));
            border-radius: 25px;
            padding: 50px;
            text-align: center;
            margin-top: 50px;
            border: 2px solid rgba(247, 87, 87, 0.1);
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease-out 1.8s forwards;
        }

        .solution-empower-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.5rem;
            box-shadow: 0 10px 30px rgba(247, 87, 87, 0.4);
            animation: float 3s ease-in-out infinite;
        }

        .solution-empower-icon i {
            font-size: 2.5rem;
            color: white;
        }

        .solution-empower-title {
            color: var(--dark-gray);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .solution-empower-description {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 0.7;
            }
            50% {
                opacity: 1;
                transform: scale(1.1);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .solution-title {
                font-size: 2.2rem;
            }
            
            .solution-workflow {
                flex-direction: column;
                align-items: center;
            }
            
            .solution-step {
                margin-bottom: 40px;
            }
            
            .solution-arrow {
                transform: rotate(90deg);
                margin: 20px 0;
            }
            
            .solution-empower-section {
                padding: 30px 20px;
                margin: 30px 10px 0;
            }
            
            .solution-workflow-title {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
            .solution-section {
                padding: 60px 0;
            }
            
            .solution-title {
                font-size: 1.8rem;
            }
            
            .solution-description {
                font-size: 1rem;
                padding: 0 15px;
            }
            
            .solution-step-icon {
                width: 100px;
                height: 100px;
                font-size: 2.5rem;
            }
        }


         .why-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
            color: var(--dark-gray);
        }

        .why-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 25% 25%, rgba(247, 87, 87, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 75% 75%, rgba(245, 38, 38, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .why-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .why-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease-out 0.2s forwards;
        }

        .why-title {
            color: var(--primary-red);
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .why-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }

        .why-feature-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(247, 87, 87, 0.2);
            border-radius: 20px;
            padding: 30px;
            transition: all 0.4s ease;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 0.8s ease-out forwards;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .why-feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .why-feature-card:hover::before {
            left: 100%;
        }

        .why-feature-card:nth-child(1) { animation-delay: 0.4s; }
        .why-feature-card:nth-child(2) { animation-delay: 0.6s; }
        .why-feature-card:nth-child(3) { animation-delay: 0.8s; }
        .why-feature-card:nth-child(4) { animation-delay: 1.0s; }
        .why-feature-card:nth-child(5) { animation-delay: 1.2s; }

        .why-feature-card:hover {
            transform: translateY(-15px);
            border-color: var(--primary-red);
            box-shadow: 0 25px 50px rgba(247, 87, 87, 0.3);
        }

        .why-feature-icon {
            font-size: 2.5rem;
            color: var(--primary-red);
            margin-bottom: 20px;
            display: block;
        }

        .why-feature-title {
            color: var(--dark-gray);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .why-feature-description {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
        }

        .why-impact-section {
            background: rgba(247, 87, 87, 0.05);
            border-radius: 25px;
            padding: 60px 40px;
            margin: 80px 0;
            border: 2px solid rgba(247, 87, 87, 0.1);
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1s ease-out 1.5s forwards;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .why-impact-title {
            color: var(--primary-red);
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 50px;
        }

        .why-impact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .why-impact-item {
            text-align: center;
            padding: 20px;
            transition: all 0.3s ease;
        }

        .why-impact-item:hover {
            transform: scale(1.05);
        }

        .why-impact-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            display: block;
        }

        .why-impact-text {
            color: var(--dark-gray);
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .why-impact-description {
            color: #666;
            font-size: 1rem;
        }

        .why-cta-section {
            text-align: center;
            padding: 60px 40px;
            background: rgba(247, 87, 87, 0.05);
            border-radius: 25px;
            border: 2px solid rgba(247, 87, 87, 0.1);
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1s ease-out 2s forwards;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .why-cta-title {
            color: var(--dark-gray);
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .why-cta-description {
            color: #666;
            font-size: 1.2rem;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .why-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .why-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 30px;
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.4s ease;
            box-shadow: 0 8px 25px rgba(247, 87, 87, 0.4);
            position: relative;
            overflow: hidden;
        }

        .why-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s ease;
        }

        .why-cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(247, 87, 87, 0.6);
            color: white;
            text-decoration: none;
        }

        .why-cta-button:hover::before {
            left: 100%;
        }

        .why-cta-button.secondary {
            background: transparent;
            border: 2px solid var(--primary-red);
        }

        .why-cta-button.secondary:hover {
            background: linear-gradient(45deg, var(--primary-red), var(--dark-red));
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .why-title {
                font-size: 2.5rem;
            }
            
            .why-features-grid {
                grid-template-columns: 1fr;
            }
            
            .why-impact-grid {
                grid-template-columns: 1fr;
            }
            
            .why-cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .why-impact-section,
            .why-cta-section {
                padding: 40px 20px;
                margin: 50px 10px;
            }
        }

        @media (max-width: 480px) {
            .why-section {
                padding: 60px 0;
            }
            
            .why-title {
                font-size: 2rem;
            }
            
            .why-feature-card {
                padding: 25px 20px;
            }
            
            .why-cta-button {
                padding: 12px 25px;
                font-size: 1rem;
            }
        }

        /* Section Base */
.infographic-section {
  background: #F5F8F9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222328;
}

.infographic-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

/* Left Content */
.infographic-text {
  flex: 1;
  min-width: 300px;
}

.infographic-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222328;
}

.infographic-block {
  margin-bottom: 25px;
}

.infographic-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222328;
}

.infographic-subtitle.highlight {
  color: #F75757;
}

.infographic-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #222328;
}

/* Right Graphic */
.infographic-graphic {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infographic-head {
  width: 200px;
  height: 200px;
  background: #222328;
  border-radius: 50% 50% 40% 40%;
  position: relative;
}

.infographic-head::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -40px;
  width: 100px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #F75757;
  animation: infographic-pulse 2s infinite;
}

/* Brain Circles */
.infographic-brain {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 6px solid #F75757;
  box-sizing: border-box;
  background: repeating-radial-gradient(
    circle,
    transparent 0,
    transparent 8px,
    #F75757 8px,
    #F75757 12px
  );
}

/* Animation */
@keyframes infographic-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
  .infographic-container {
    flex-direction: column;
    text-align: center;
  }
  .infographic-head {
    margin-top: 20px;
  }
}

/* Base Section */
.how-it-works-section {
  background: #F5F8F9;
  padding: 70px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222328;
}

.how-it-works-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Header */
.how-it-works-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222328;
  margin-bottom: 10px;
}

.how-it-works-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #F75757;
  margin-bottom: 20px;
}

.how-it-works-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  max-width: 800px;
  margin: 0 auto 50px;
}

/* Features Grid */
.how-it-works-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.how-it-works-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px 25px;
  flex: 1 1 300px;
  max-width: 360px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Card Content */
.how-it-works-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #F75757;
}

.how-it-works-card-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222328;
}

.how-it-works-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .how-it-works-features {
    flex-direction: column;
    align-items: center;
  }
}


/* Section Base */
.interactive-section {
  background: #FFFFFF;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222328;
  text-align: center;
}

.interactive-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.interactive-header {
  margin-bottom: 50px;
}

.interactive-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222328;
}

.interactive-subtitle {
  font-size: 1rem;
  color: #F75757;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Steps Layout */
.interactive-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Card */
.interactive-card {
  background: #F5F8F9;
  border-radius: 15px;
  padding: 30px 25px;
  flex: 1 1 300px;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.interactive-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Icon Wrap */
.interactive-icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.interactive-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #F75757;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.interactive-icon {
  font-size: 3rem;
  color: #222328;
}

/* Card Text */
.interactive-card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222328;
}

.interactive-card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .interactive-steps {
    flex-direction: column;
    align-items: center;
  }
}

.glasses-section {
  background: #111; /* Dark background */
  color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.glasses-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.glasses-text {
  flex: 1;
  min-width: 300px;
  animation: glasses-fadeInLeft 1.2s ease;
}

.glasses-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F75757;
}

.glasses-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #f5f5f5;
}

/* Image Styling */
.glasses-image-wrap {
  flex: 1;
  min-width: 300px;
  text-align: center;
  animation: glasses-fadeInRight 1.2s ease;
}

.glasses-image {
  max-width: 100%;
  width: 420px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.glasses-image:hover {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: 0 20px 50px rgba(247,87,87,0.4);
}

/* Animations */
@keyframes glasses-fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes glasses-fadeInRight {
  0% { opacity: 0; transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .glasses-container {
    flex-direction: column;
    text-align: center;
  }
  .glasses-text {
    animation: glasses-fadeInLeft 1.2s ease;
  }
  .glasses-image-wrap {
    animation: glasses-fadeInRight 1.2s ease;
  }
}



.featured-section {
  background: #F5F8F9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.featured-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222328;
  margin-bottom: 40px;
}

/* Carousel Container */
.featured-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.featured-track {
  display: flex;
  width: calc(250px * 20); /* 20 logos total with duplicates */
  animation: featured-scroll 30s linear infinite;
}

.featured-logo {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.featured-logo img {
  max-width: 180px;
  max-height: 60px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.featured-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Animation */
@keyframes featured-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .featured-logo {
    flex: 0 0 150px;
  }
  .featured-logo img {
    max-width: 120px;
    max-height: 40px;
  }
}