@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);
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: #f7ec57;
}

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 #f7ec57;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f7ec57;
}

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

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

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

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  background: #f7ec57;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #f19213;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #f7ec57;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #f7ec57;
  background: #f7ec57;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f7ec57;
}

.btn-transparent:hover {
  background: transparent;
  color: #f7ec57;
}

.btn-large {
  padding: 20px 45px;
}

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

.btn-small {
  padding: 10px 25px;
  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: #f7ec57;
}

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

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

.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: #f7ec57;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

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

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog: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: #f7ec57;
}

.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;
}

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

a:focus, a:hover {
  color: #f7ec57;
  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 {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: #222328;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #f7ec57;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #fff;
}

.header-top {
  background: #222328;
  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 a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}

.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-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #f7ec57;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

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

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f7ec57;
  color: #fff;
}

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

.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/hero.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}

.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: #f7ec57;
}

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

.color-three {
  color: #f19213;
}

.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.841);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

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

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(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: .4;
}

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

.cta-block {
  background: url("../images/bg.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: #ffffff;
  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: #f7ec57;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .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 .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: #f7ec57;
  opacity: 0;
  transition: all .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;
}

.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #f7ec57 !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: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f7ec57;
  position: absolute;
  top: 25px;
  left: 0;
}

.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);
}

.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: #f7ec57;
  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: #f7ec57;
  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: #f7ec57;
}

.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: #f7ec57;
}

.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: #f7ec57;
}

.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: #f7ec57;
}

.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: #f7ec57;
  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 #f7ec57;
}

.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: #f7ec57;
  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: #f7ec57;
  border: 1px solid #f7ec57;
}

.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: #f7ec57;
}

.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;
}

@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .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;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .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;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

.testimonial-image {
  width: 100px; 
  height: 100px;
  border-radius: 50%; 
  margin-bottom: 10px; 

}
#cookie_learnmore_link {
  display: none;
}

                            .service-item {
                                transition: transform 0.3s, box-shadow 0.3s;
                                border: 1px solid #ddd;
                                border-radius: 8px;
                                overflow: hidden;
                                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                            }

                            .service-item:hover {
                                transform: translateY(-5px);
                                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                            }

                            .service-item img {
                                border-radius: 8px 8px 0 0;
                                transition: transform 0.3s;
                            }

                            .service-item:hover img {
                                transform: scale(1.03);
                            }

                            .btn-primary {
                                background-color: #009c05;
                                border: none;
                                font-weight: bold;
                            }

                            .btn-primary:hover {
                                background-color: #00b345;
                            }

                            .btn-primary i {
                                margin-right: 8px;
                            }

                            .btn-primary span {
                                vertical-align: middle;
                            }

                            .btn-block {
                                display: block;
                                width: 100%;
                            }
                        
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    font-family: "Rajdhani", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(23, 22, 22) 0%, rgb(18, 18, 18) 50%, rgb(25, 24, 24) 100%) !important;
    color: #ffffff;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(211, 87, 247, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 215, 71, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(146, 98, 255, 0.06) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Orbitron", monospace;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(247, 244, 87, 0.3);
}

h1, .h1 {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(45deg, #ffffff, #e6f1ff, #f19213);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

h2, .h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f7ec57;
    margin-bottom: 1.5rem;
}

h3, .h3 {
    font-size: 1.8rem;
    color: #00d747;
}

#navbar {
    background: rgba(23, 22, 22, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(247, 244, 87, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

#navbar.scrolled {
    background: rgba(18, 18, 18, 0.98);
    box-shadow: 0 4px 30px rgba(211, 87, 247, 0.2);
}

#navbar .nav-link {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding: 15px 20px;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
    color: #f7ec57;
    text-shadow: 0 0 10px rgba(238, 255, 89, 0.5);
}

#navbar .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, #f7ec57, #f19213);
    transition: all 0.3s ease;
}

#navbar .nav-link:hover::after {
    width: 100%;
    left: 0;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn-main,
.btn-transparent,
.btn-small {
    background: linear-gradient(45deg, #f7ec57, #f19213);
    color: #fff;
    box-shadow: 0 4px 15px rgba(234, 247, 87, 0.4);
    position: relative;
}

.btn-main::before,
.btn-transparent::before,
.btn-small::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f19213, #a100d7);
    transition: all 0.3s ease;
    z-index: -1;
}

.btn-main:hover::before,
.btn-transparent:hover::before,
.btn-small:hover::before {
    left: 0;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(226, 247, 87, 0.6);
}

.btn-solid-border {
    border: 2px solid #f7ec57;
    background: transparent;
    color: #f7ec57;
    position: relative;
    overflow: hidden;
}

.btn-solid-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f7ec57, #f19213);
    transition: all 0.3s ease;
    z-index: -1;
}

.btn-solid-border:hover::before {
    left: 0;
}

.btn-solid-border:hover {
    color: #ffffff;
    border-color: transparent;
}

.slider {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../images/hero.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0 300px 0;
    position: relative;
    overflow: hidden;
}

.slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(211, 87, 247, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 215, 71, 0.2) 0%, transparent 50%);
    animation: backgroundPulse 8s ease-in-out infinite;
}

@keyframes backgroundPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

.slider .block {
    position: relative;
    z-index: 2;
}

.slider .block h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 30px;
    animation: slideInUp 1s ease-out;
}

.slider .block p {
    margin-bottom: 40px;
    color: #e0e0e0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    animation: slideInUp 1s ease-out 0.3s both;
}

.slider .block span {
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    color: #f7ec57;
    text-transform: uppercase;
    animation: slideInUp 1s ease-out 0.1s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section.about-2 {
    background: rgba(23, 22, 22, 0.95);
    position: relative;
    padding: 120px 0;
}

.section.about-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgba(211, 87, 247, 0.1) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgba(0, 215, 71, 0.05) 50%, transparent 51%);
    background-size: 60px 60px;
    opacity: 0.3;
}

.card {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(211, 87, 247, 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(228, 247, 87, 0.1), rgba(237, 255, 98, 0.1));
    opacity: 0;
    transition: all 0.4s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(247, 244, 87, 0.3);
    border-color: rgba(238, 255, 89, 0.5);
}

.card:hover::before {
    opacity: 1;
}

.card img {
    transition: all 0.4s ease;
    filter: grayscale(20%);
}

.card:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.card-body {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.card-body h3 {
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.card-body h3 a:hover {
    color: #f7ec57;
}

.footer {
    background: linear-gradient(135deg, rgb(13, 13, 13) 0%, rgb(18, 18, 18) 100%);
    border-top: 2px solid rgba(247, 244, 87, 0.3);
    position: relative;
    padding: 80px 0 20px;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f7ec57, transparent);
}

.footer .widget h4 {
    color: #f7ec57;
    font-family: "Orbitron", monospace;
    margin-bottom: 25px;
}

.footer ul li a {
    color: #cccccc;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
}

.footer ul li a:hover {
    color: #f7ec57;
    text-decoration: none;
    padding-left: 10px;
}

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 30px;
}

.copyright {
    color: #999999;
}

.text-color {
    color: #f7ec57 !important;
}

.navbar-brand img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(211, 87, 247, 0.5));
}

.navbar-brand:hover img {
    animation: glitch 0.5s;
}

@keyframes glitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f7ec57, #f19213, #00d747);
    z-index: 9999;
    animation: loading 2s ease-in-out;
}

@keyframes loading {
    0% { width: 0%; }
    100% { width: 100%; opacity: 0; }
}

@media (max-width: 768px) {
    .slider .block h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .slider {
        padding: 150px 0 200px 0;
    }
    
    #navbar .nav-link {
        padding: 10px 15px;
    }
    
    .section {
        padding: 80px 0;
    }
}

@media (max-width: 480px) {
    .slider .block h1 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 12px;
    }
    
    .card-body {
        padding: 20px;
    }
}

.gaming-accent {
    position: relative;
}

.gaming-accent::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #f7ec57, #00d747, #f19213, #f7ec57);
    background-size: 300% 300%;
    border-radius: inherit;
    z-index: -1;
    animation: borderGlow 3s linear infinite;
}

@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.neon-text {
    color: #f7ec57;
    text-shadow: 
        0 0 5px #f7ec57,
        0 0 10px #f7ec57,
        0 0 15px #f7ec57;
    animation: neonFlicker 2s infinite alternate;
}

@keyframes neonFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(23, 22, 22, 0.95);
    backdrop-filter: blur(10px);
    border-top: 2px solid rgba(247, 244, 87, 0.3);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
}

.cookie-banner p {
    margin: 0;
    line-height: 1.6;
}

.cookie-banner a {
    color: #f7ec57;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cookie-banner a:hover {
    color: #f19213;
    text-decoration: underline;
}

.cookie-banner .btn {
    background: linear-gradient(45deg, #f7ec57, #f19213);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.cookie-banner .btn:hover {
    background: linear-gradient(45deg, #f19213, #a100d7);
    box-shadow: 0 8px 25px rgba(226, 247, 87, 0.6);
    transform: translateY(-2px);
}

.service-item {
    position: relative;
    padding: 2.5rem 2rem;
    background: rgba(30, 30, 30, 0.95);
    border: 2px solid rgba(211, 87, 247, 0.2);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    text-align: center;
    height: 100%;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f7ec57, #00d747, #f19213);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-item:hover::before {
    opacity: 1;
}

.service-item:hover {
    transform: translateY(-10px);
    border-color: #f7ec57;
    box-shadow: 0 20px 50px rgba(234, 247, 87, 0.4);
}

.service-item .overflow-hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f7ec57, #f19213);
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    position: relative;
    box-shadow: 0 8px 25px rgba(234, 247, 87, 0.4);
    transition: all 0.3s ease;
    animation: float 6s ease-in-out infinite;
}

.service-item:nth-child(2) .overflow-hidden {
    background: linear-gradient(135deg, #00d747, #088ed3);
    box-shadow: 0 8px 25px rgba(0, 215, 71, 0.4);
    animation-delay: -2s;
}

.service-item:nth-child(3) .overflow-hidden {
    background: linear-gradient(135deg, #f19213, #088ed3);
    box-shadow: 0 8px 25px rgba(146, 98, 255, 0.4);
    animation-delay: -4s;
}

.service-item i {
    position: static !important;
    font-size: 2.5rem !important;
    color: white;
    opacity: 1 !important;
    left: auto !important;
    top: auto !important;
    transition: transform 0.3s ease;
}

.service-item:hover .overflow-hidden {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(226, 247, 87, 0.6);
}

.service-item:hover i {
    transform: rotate(5deg) scale(1.1);
}

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

.service-item h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f7ec57, #f7c257);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.service-item .btn-solid-border {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #ffffff !important;
    padding: 12px 24px;
    border: 2px solid #f7ec57;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-item .btn-solid-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f7ec57, #f19213);
    transition: left 0.3s ease;
    z-index: -1;
}

.service-item .btn-solid-border:hover::before {
    left: 0;
}

.service-item .btn-solid-border:hover {
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(238, 255, 89, 0.5);
}

.service-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(211, 87, 247, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-item:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .service-item {
        padding: 2rem 1.5rem;
        margin-top: 10px !important;
    }
    
    .service-item .overflow-hidden {
        width: 80px;
        height: 80px;
    }
    
    .service-item i {
        font-size: 2rem !important;
    }
    
    .service-item h4 {
        font-size: 1.3rem;
    }
}

.service .container-xxl .container {
    position: relative;
}

.service .container-xxl .container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(211, 87, 247, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.section.faq {
    background: linear-gradient(135deg, rgba(23, 22, 22, 0.95) 0%, rgba(18, 18, 18, 0.98) 100%);
    position: relative;
    padding: 120px 0;
}

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

.faq-wrapper {
    position: relative;
    z-index: 2;
}

.accordion {
    border: none;
}

.faq-item {
    background: rgba(30, 30, 30, 0.9);
    border: 2px solid rgba(211, 87, 247, 0.2);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.faq-item:hover {
    border-color: #f7ec57;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(247, 244, 87, 0.3);
}

.faq-question {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.faq-question:not(.collapsed) {
    color: #f7ec57 !important;
}

.faq-question:hover {
    color: #f7ec57 !important;
}

.faq-question i {
    color: #f7ec57;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.faq-question:not(.collapsed) i {
    transform: rotate(360deg);
    color: #f7ec57;
}

.faq-question::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    transition: all 0.3s ease;
    color: #f7ec57;
}

.faq-question:not(.collapsed)::after {
    content: '\f068';
    transform: rotate(180deg);
    color: #f7ec57;
}

.faq-answer {
    background: rgba(20, 20, 20, 0.7);
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(211, 87, 247, 0.2);
}

.faq-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.faq-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(0.8) contrast(1.1);
    transition: all 0.3s ease;
}

.faq-image-container:hover .faq-main-image {
    transform: scale(1.05);
    filter: brightness(0.9) contrast(1.2);
}

.faq-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f7ec57, #f19213);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 30px rgba(238, 255, 89, 0.5);
    animation: float 6s ease-in-out infinite;
}

.floating-icon-1 {
    top: 10%;
    right: -10px;
    background: linear-gradient(135deg, #f7ec57, #f19213);
    animation-delay: 0s;
}

.floating-icon-2 {
    top: 50%;
    left: -15px;
    background: linear-gradient(135deg, #00d747, #088ed3);
    animation-delay: -2s;
}

.floating-icon-3 {
    bottom: 20%;
    right: 10px;
    background: linear-gradient(135deg, #f19213, #088ed3);
    animation-delay: -4s;
}

.faq-stats-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(30, 30, 30, 0.95);
    border: 2px solid #f7ec57;
    border-radius: 15px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    text-align: center;
    min-width: 150px;
}

.faq-stats-box h3 {
    color: #f7ec57;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-family: "Orbitron", monospace;
}

.faq-stats-box p {
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0;
}

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

@media (max-width: 992px) {
    .faq-image-wrapper {
        margin-top: 3rem;
    }
    
    .faq-image-container {
        height: 400px;
    }
    
    .floating-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
    
    .faq-answer {
        padding: 1rem 1.5rem;
    }
    
    .faq-image-container {
        height: 300px;
    }
    
    .floating-icon {
        display: none;
    }
    
    .section.faq {
        padding: 80px 0;
    }
}#new-blog {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/home-5.jpg");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

#new-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(211, 87, 247, 0.15) 0%, transparent 50%);
    opacity: 0.5;
    z-index: 0;
}

#new-blog .container {
    position: relative;
    z-index: 1;
}

#new-blog .section-title {
    margin-bottom: 60px;
}

#new-blog .section-title span {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #f7ec57;
}

#new-blog .section-title h2 {
    font-family: "Orbitron", monospace;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(247, 244, 87, 0.3);
}

#new-blog .card {
    background: rgba(30, 30, 30, 0.85) !important;
    border: 1px solid rgba(247, 244, 87, 0.3);
    border-radius: 15px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

#new-blog .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(234, 247, 87, 0.4);
    border-color: rgba(226, 247, 87, 0.6);
}

#new-blog .card img {
    border-radius: 15px 15px 0 0;
    filter: grayscale(20%);
    transition: all 0.4s ease;
}

#new-blog .card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

#new-blog .card-body {
    padding: 25px;
}

#new-blog .card-body p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#new-blog .card-body h3 a {
    color: #ffffff;
    transition: all 0.3s ease;
}

#new-blog .card-body h3 a:hover {
    color: #f7ec57;
    text-shadow: 0 0 10px rgba(238, 255, 89, 0.5);
}

#new-blog .row:last-child {
    margin-top: 40px;
    text-align: center;
}



/* ========================================
   FOOTER RESPONSIBLE GAMING SECTION
   ======================================== */

.responsible-gaming-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    padding: 20px 0;
}

.rg-logo {
    height: 65px;
    width: auto;
    transition: all 0.3s ease;
    filter: brightness(0.9);
    opacity: 0.85;
}

.rg-logo:hover {
    filter: brightness(1.1);
    opacity: 1;
    transform: translateY(-3px);
}

.helpline-age-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.helpline-badge {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    padding: 12px 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
}

.helpline-badge i {
    font-size: 16px;
}


.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.age-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255, 0, 0, 0.8);
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

.footer-disclaimer {
    padding: 20px;
    background: rgba(181, 55, 242, 0.08);
    border: 1px solid rgba(181, 55, 242, 0.2);
    border-radius: 12px;
    margin-top: 30px;
}

.footer-disclaimer p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Copyright */
.copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(181, 55, 242, 0.15);
}

.copyright p {
    color: var(--text-muted);
    font-size: 13px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991px) {
    .responsible-gaming-logos {
        gap: 20px;
    }

    .rg-logo {
        height: 50px;
    }

    .helpline-age-container {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .responsible-gaming-logos {
        gap: 15px;
    }

    .rg-logo {
        height: 40px;
    }

    .helpline-badge {
        font-size: 12px;
        padding: 10px 14px;
    }

    .age-icon {
        width: 50px;
        height: 50px;
    }

    .footer-disclaimer p {
        font-size: 12px;
    }

    .helpline-age-container {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .responsible-gaming-logos {
        gap: 10px;
    }

    .rg-logo {
        height: 35px;
    }
}


/* ========================================
   TOP CASINOS SECTION
   ======================================== */

#top {
    background: var(--dark);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

#top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(181, 55, 242, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(106, 13, 173, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

#top .container {
    position: relative;
    z-index: 1;
}

/* Section Title - як у блозі */
.blog-subtitle {
    color: #FFD700;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.services-title {
    color: var(--text-light);
    font-weight: 700;
    margin-bottom: 50px;
}

/* Casino Item Card */
.casino-item {
    background: var(--card-dark);
    border: 2px solid rgba(181, 55, 242, 0.2);
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.casino-item:hover {
    border-color: #FFD700;
    box-shadow: 0 15px 45px rgba(255, 215, 0, 0.3);
    transform: translateY(-5px);
}

/* Casino Badge - жовта підсвітка */
.casino-badge {
    position: absolute;
    top: -2px;
    left: 25px;
    padding: 10px 22px;
    border-radius: 0 0 12px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0a0a0a;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.casino-badge i {
    margin-right: 6px;
    font-size: 12px;
    color: #0a0a0a;
}

.editor-choice {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.most-popular {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF4757 100%);
}

.hot-trending {
    background: linear-gradient(135deg, #FF8C00 0%, #FF6347 100%);
}

.fast-payouts {
    background: linear-gradient(135deg, #00D4FF 0%, #0099FF 100%);
}

/* Casino Rank - жовтий градієнт */
.casino-rank {
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #0a0a0a;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.6);
    border: 3px solid #1a1f2e;
    z-index: 10;
}

/* Casino Logo Column */
.casino-logo-col {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: center;
}

.casino-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 215, 0, 0.1);
}

.casino-item:hover .casino-logo {
    border-color: #FFD700;
    background: rgba(255, 215, 0, 0.05);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
}

/* Casino Offer Column */
.casino-offer-col {
    margin-bottom: 20px;
    padding-left: 20px;
}

.casino-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FFD700;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.casino-offer-title {
    font-size: 26px;
    font-weight: 700;
    color: #e5e7eb;
    margin-bottom: 8px;
    line-height: 1.2;
}

.casino-offer-desc {
    font-size: 18px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 10px;
    line-height: 1.4;
}

.casino-terms {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.casino-terms a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.casino-terms a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Casino Rating Column */
.casino-rating-col {
    margin-bottom: 20px;
    text-align: center;
}

.casino-stars {
    margin-bottom: 8px;
}

.casino-stars i {
    color: #FFD700;
    font-size: 18px;
    margin: 0 2px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.casino-rating-count {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

/* Casino Score Column */
.casino-score-col {
    margin-bottom: 20px;
    text-align: center;
}

.casino-score {
    font-size: 48px;
    font-weight: 700;
    color: #FFD700;
    line-height: 1;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 5px;
    display: block;
}

.casino-score-label {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
}

/* Casino CTA Column - жовта кнопка як у блозі */
.casino-cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.btn-casino-primary {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #0a0a0a;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
    border: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-casino-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-casino-primary:hover::before {
    left: 100%;
}

.btn-casino-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6);
    color: #0a0a0a;
    text-decoration: none;
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.casino-visit-link {
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 500;
}

.casino-visit-link:hover {
    color: #FFD700;
    text-decoration: none;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991px) {
    .casino-item {
        padding: 25px 20px;
    }

    .casino-rank {
        width: 45px;
        height: 45px;
        font-size: 20px;
        left: -10px;
    }

    .casino-logo {
        max-width: 160px;
    }

    .casino-offer-title {
        font-size: 24px;
    }

    .casino-offer-desc {
        font-size: 16px;
    }

    .casino-score {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #top {
        padding: 60px 0;
    }

    .casino-item {
        padding: 30px 15px;
        margin-bottom: 25px;
    }

    .casino-badge {
        left: 15px;
        padding: 8px 16px;
        font-size: 10px;
    }

    .casino-rank {
        position: static;
        transform: none;
        margin: 0 auto 15px;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .casino-logo-col {
        padding-left: 15px;
        padding-top: 10px;
    }

    .casino-logo {
        max-width: 140px;
    }

    .casino-offer-col {
        padding-left: 15px;
        text-align: center;
    }

    .casino-offer-title {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .casino-offer-desc {
        font-size: 15px;
    }

    .casino-terms {
        font-size: 10px;
    }

    .casino-stars i {
        font-size: 16px;
    }

    .casino-score {
        font-size: 38px;
    }

    .casino-rating-col,
    .casino-score-col {
        margin-bottom: 18px;
    }

    .btn-casino-primary {
        padding: 14px 35px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .casino-item {
        padding: 25px 12px;
        margin-bottom: 20px;
    }

    .casino-rank {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }

    .casino-logo {
        max-width: 130px;
    }

    .casino-offer-title {
        font-size: 20px;
    }

    .casino-offer-desc {
        font-size: 14px;
    }

    .casino-score {
        font-size: 34px;
    }

    .btn-casino-primary {
        padding: 12px 30px;
        font-size: 14px;
        width: 90%;
    }
}


