/* Master Stylesheet — BDIoT Futuristic Theme */
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/owl.carousel.min.css);
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;800&family=Poppins:wght@300;400;500;600&display=swap');

/* :: Point 4 — Layout toujours 2 colonnes */
.row.justify-content-center > .col-12.col-xl-8 {
  flex: 0 0 66.6667% !important;
  max-width: 66.6667% !important;
}
.col-12.col-md-6.col-lg-5.col-xl-4 {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
  display: block !important;
}

/* :: CSS Variables */
:root {
  --neon:    #00d4ff;
  --neon2:   #7b2fff;
  --neon3:   #00ffb3;
  --dark:    #050a14;
  --dark2:   #0a1628;
  --dark3:   #0f1e38;
  --glass:   rgba(10, 22, 40, 0.75);
  --border:  rgba(0, 212, 255, 0.18);
  --text:    #c8d8f0;
  --text2:   #7a9abf;
  --white:   #ffffff;
  --shadow:  0 0 30px rgba(0,212,255,0.12);
}

/* :: 3.0 Base CSS */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  background-color: var(--dark);
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(0,212,255,0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(123,47,255,0.05) 0%, transparent 60%);
  color: var(--text);
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Orbitron", "Poppins", sans-serif;
  color: var(--white);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.5px;
}

p {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  font-size: 13.5px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}

a, a:hover, a:focus {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: var(--neon);
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
a:hover { color: var(--neon3); }

ul, ol { margin: 0; }
ul li, ol li { list-style: none; }

img { height: auto; max-width: 100%; }

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--neon), transparent);
  opacity: 0.35;
  margin: 8px 0;
}

table {
  width: 90%;
  background: var(--dark3);
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

td {
  margin: 5px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  line-height: 1.8;
  color: var(--text);
}

thead {
  background: linear-gradient(90deg, var(--dark2), var(--dark3));
  border-bottom: 1px solid var(--neon);
  line-height: 40px;
  color: var(--neon);
}

thead th {
  padding: 12px 14px;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--neon);
}

.active {
  border-bottom: 2px solid var(--neon);
}

.container { margin-top: 0; margin-bottom: 0; }

/* Glassmorphism card base */
.bg-white {
  background: var(--glass) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border) !important;
  color: var(--text);
}

/*Paragraph Custom*/
.parph-custom {
  margin: 20px;
  font-size: 13.5px !important;
  color: var(--text);
  line-height: 1.9;
}
.important-Dates { color: var(--text2); }
/* :: 3.1.0 Spacing */
.mt-15 {
 margin-top: 15px !important; }

.mt-30 {
 margin-top: 30px !important; }

.mt-50 {
 margin-top: 50px !important; }

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

.mt-100 {
 margin-top: 100px !important; }

.mb-15 {
 margin-bottom: 15px !important; }

.mb-30 {
 margin-bottom: 30px !important; }

.mb-50 {
 margin-bottom: 50px !important; }

.mb-70 {
 margin-bottom: 70px !important; }

.mb-100 {
 margin-bottom: 100px !important; }

.ml-15 {
 margin-left: 15px !important; }

.ml-30 {
 margin-left: 30px !important; }

.ml-50 {
 margin-left: 50px !important; }

.mr-15 {
 margin-right: 15px !important; }

.mr-30 {
 margin-right: 30px !important; }

.mr-50 {
 margin-right: 50px !important; }

.p-15 {
 padding: 15px !important; }

.p-30 {
 padding: 30px !important; }

.p-50 {
 padding: 50px !important; }

.pb-70 {
 padding-bottom: 70px !important; }

.px-15 {
 padding-left: 15px !important;
}

.pt-30 {
 padding-top: 30px; }

/* :: 3.2.0 Height */
.height-400 {
 height: 400px !important; }

.height-500 {
 height: 500px !important; }

.height-600 {
 height: 600px !important; }

.height-700 {
 height: 700px !important; }

.height-800 {
 height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
 padding-top: 100px;
 padding-bottom: 100px; }

.section-padding-100-0 {
 padding-top: 100px;
 padding-bottom: 0; }

.section-padding-0-100 {
 padding-top: 0;
 padding-bottom: 100px; }

.section-padding-100-70 {
 padding-top: 100px;
 padding-bottom: 70px; }
 .no-padding{
	 padding:0px;
 }

/* :: 3.4.0 Preloader */
.preloader {
  background: var(--dark);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
}
.spinner .double-bounce1,
.spinner .double-bounce2 {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--neon);
  opacity: 0.5;
  position: absolute;
  top: 0; left: 0;
  box-shadow: 0 0 20px var(--neon);
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  background: var(--neon2);
  box-shadow: 0 0 20px var(--neon2);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% { transform: scale(0); }
  50%       { transform: scale(1); }
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0); }
  50%       { -webkit-transform: scale(1); }
}
/* :: 3.5.0 Miscellaneous */
.sidebar-area {
  position: relative;
  z-index: 1;
  background: var(--glass) !important;
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.section-heading {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,212,255,0.08) 0%, transparent 100%);
  padding: 10px 20px;
  border-left: 3px solid var(--neon);
  margin-bottom: 0;
}
.section-heading h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  margin-top: 6px;
  color: var(--neon);
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .section-heading h5 { font-size: 11px; }
}

.catagory-widgets { position: relative; z-index: 1; }
.catagory-widgets li {
  padding: 7px 10px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  transition: background 0.3s;
}
.catagory-widgets li:hover { background: rgba(0,212,255,0.06); }
.catagory-widgets li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 13px;
  color: var(--text);
}
.catagory-widgets li a:hover,
.catagory-widgets li a:focus { color: var(--neon); }
.catagory-widgets li:last-child a { margin-bottom: 0; }


.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-dark  { background-color: var(--dark2) !important; }
.bg-transparent { background-color: transparent !important; }
.bg-gray  { background-color: var(--dark3); }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.bg-overlay::after {
  background: linear-gradient(135deg, rgba(5,10,20,0.78) 0%, rgba(0,212,255,0.08) 100%);
  position: absolute;
  z-index: -1;
  top: 0; left: 0;
  width: 100%; height: 100%;
  content: "";
}

.bg-fixed { background-attachment: fixed !important; }

input:focus { outline-style: none; box-shadow: none; border-color: transparent; }

.box-shadow {
  box-shadow: 0 4px 24px rgba(0,212,255,0.08), 0 1px 3px rgba(0,0,0,0.4);
  padding: 10px;
}

.simple-header { color: var(--neon); margin-top: 16px; }
.special-links  { color: var(--neon); }
.special-links:hover { color: var(--neon3); text-shadow: 0 0 8px var(--neon3); }

.topic { list-style-type: square; color: var(--text); }
/* :: 3.7.0 mag Button */
.mag-btn {
  background: linear-gradient(90deg, var(--neon), var(--neon2));
  transition-duration: 400ms;
  position: relative; z-index: 1;
  display: inline-block;
  min-width: 160px; height: 48px;
  color: var(--dark); border-radius: 4px;
  padding: 0 30px; font-size: 14px;
  line-height: 48px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px;
  box-shadow: 0 0 16px rgba(0,212,255,0.35);
}
.mag-btn:hover, .mag-btn:focus {
  background: linear-gradient(90deg, var(--neon3), var(--neon));
  color: var(--dark);
  box-shadow: 0 0 24px rgba(0,255,179,0.45);
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative; z-index: 1000; width: 100%;
}
.header-area .mag-main-menu {
  position: relative; width: 100%; height: 70px;
  background: var(--glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .classy-navbar { padding-left: 15px; height: 60px; }
}
.classynav { margin-right: 212px; }
.header-area .mag-main-menu .classy-navbar .classynav ul li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: var(--text);
  padding: 0 14px;
  transition: color 0.3s;
}
.header-area .mag-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .mag-main-menu .classy-navbar .classynav ul li.active a {
  color: var(--neon);
  text-shadow: 0 0 10px var(--neon);
}
.nav-brand { max-width: 60px; }
@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .classy-navbar .nav-brand { margin-right: 15px; max-width: 60px; }
}
.header-area .is-sticky .mag-main-menu {
  z-index: 9999;
  box-shadow: 0 4px 30px rgba(0,212,255,0.15);
}
.breakpoint-on .classynav { padding-top: 70px; padding-bottom: 70px; }

/* :: 5.0 Hero Area CSS */
.hero-blog-post {
  position: relative; z-index: 1;
  width: 100%; height: 380px;
}
@media only screen and (max-width: 767px) {
  .hero-blog-post { height: 250px; }
}
.hero-blog-post .post-content .post-title {
  font-family: "Orbitron", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 55px; margin-right: 55px;
  text-shadow: 0 0 30px var(--neon), 0 0 60px rgba(0,212,255,0.3);
  line-height: 1.4;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .hero-blog-post .post-content .post-title { font-size: 18px; }
}
.hero-blog-post .post-content .post-title:hover,
.hero-blog-post .post-content .post-title:focus { color: var(--neon3); }

.hero-area .owl-prev, .hero-area .owl-next {
  position: absolute;
  background: rgba(0,212,255,0.15);
  border: 1px solid var(--neon);
  width: 46px; height: 46px;
  color: var(--neon);
  font-size: 18px; text-align: center; line-height: 46px;
  top: 50%; left: 3%; margin-top: -23px;
  transition-duration: 400ms;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .hero-area .owl-prev, .hero-area .owl-next { width: 30px; height: 30px; font-size: 16px; line-height: 30px; margin-top: -15px; }
}
.hero-area .owl-prev:hover, .hero-area .owl-prev:focus,
.hero-area .owl-next:hover, .hero-area .owl-next:focus {
  background: var(--neon); color: var(--dark);
  box-shadow: 0 0 16px var(--neon);
}
.hero-area .owl-next { left: auto; right: 3%; }
/*  END HERO AREA*/


.add-img {
 width: 100%; }
 .add-img img {
 width: 100%; }

.social-followers-info {
 position: relative;
 z-index: 1; }
 .social-followers-info a {
 display: block;
 width: 100%;
 height: 50px;
 font-size: 18px;
 color: #ffffff;
 background-color: #2189ff;
 margin-bottom: 10px;
 padding: 0 30px;
 font-weight: 600;
 line-height: 50px; }
 .social-followers-info a:last-child {
 margin-bottom: 0; }
 @media only screen and (max-width: 767px) {
 .social-followers-info a {
 font-size: 16px;
 padding: 0 20px; } }
 .social-followers-info a i {
 margin-right: 10px; }
 .social-followers-info a span {
 font-size: 14px; }
 .social-followers-info a.facebook-fans {
 background-color: #4b6cd0; }
 .social-followers-info a.facebook-fans:hover {
 background-color: rgba(75, 108, 208, 0.8); }
 .social-followers-info a.twitter-followers {
 background-color: #49a7f3; }
 .social-followers-info a.twitter-followers:hover {
 background-color: rgba(73, 167, 243, 0.8); }
 .social-followers-info a.youtube-subscribers {
 background-color: #db5c3a; }
 .social-followers-info a.youtube-subscribers:hover {
 background-color: rgba(219, 92, 58, 0.8); }
 .social-followers-info a.google-followers {
 background-color: #de3939; }
 .social-followers-info a.google-followers:hover {
 background-color: rgba(222, 57, 57, 0.8); }


/* :: 7.0 Footer Area CSS */
.footer-area {
  position: relative; z-index: 1;
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding-top: 0;
}
.footer-area .copywrite-area {
  padding: 18px 0;
  background: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text { font-size: 12px; }
}
.footer-area .copywrite-area .copywrite-text {
  color: var(--text2);
  font-size: 13px;
  line-height: 40px;
}
.footer-area .copywrite-area .copywrite-text a { color: var(--neon); font-size: 13px; font-weight: 400; }
.footer-area .copywrite-area .copywrite-text a:hover { color: var(--neon3); }

.footer-area .copywrite-area .footer-nav { position: relative; z-index: 1; }
.footer-area .copywrite-area .footer-nav ul {
  display: flex; justify-content: flex-end; flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-nav ul { margin-top: 5px; justify-content: flex-start; }
}
.footer-area .copywrite-area .footer-nav ul li a {
  display: inline-block;
  color: var(--text2);
  font-size: 12px; padding: 0 12px; font-weight: 400;
  letter-spacing: 1px; text-transform: uppercase;
  transition: color 0.3s;
}
.footer-area .copywrite-area .footer-nav ul li a:hover { color: var(--neon); }
.footer-area .copywrite-area .footer-nav ul li:last-child a { padding-right: 0; }


/* single widget */
.single-widget-area {
 position: relative;
 z-index: 1; }
 .single-widget-area form input {
 width: 100%;
 height: 56px;
 background-color: #f2f4f5;
 font-size: 12px;
 font-style: italic;
 padding: 0 30px;
 border: none;
 border-radius: 0;
 margin-bottom: 30px; }
 .single-widget-area form input:focus {
 box-shadow: none;
 background-color: #f2f4f5; }

.comment_area {
 border-bottom: 1px solid #ebebeb;
 padding-bottom: 50px; }
 .comment_area .comment-content .comment-author {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 70px;
 flex: 0 0 70px;
 min-width: 70px;
 margin-right: 20px;
 height: 70px;
 border-radius: 50%; }
 .comment_area .comment-content .comment-author img {
 border-radius: 50%; }
 @media only screen and (max-width: 767px) {
 .comment_area .comment-content .comment-author {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 40px;
 flex: 0 0 40px;
 min-width: 40px;
 margin-right: 10px;
 height: 40px; } }
 .comment_area .comment-content .comment-meta {
 margin-bottom: 30px; }
 .comment_area .comment-content .comment-meta .comment-date {
 font-size: 12px;
 color: #777777;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 10px; }
 .comment_area .comment-content .comment-meta h6 {
 margin-bottom: 10px; }
 .comment_area .comment-content .comment-meta p {
 margin-bottom: 10px;
 font-size: 14px;
 line-height: 2; }
 .comment_area .comment-content .comment-meta .like,
 .comment_area .comment-content .comment-meta .reply {
 font-size: 13px;
 font-weight: 400;
 text-transform: uppercase;
 height: 30px;
 padding: 0 20px;
 border: 2px solid #ebebeb;
 border-radius: 15px;
 line-height: 26px;
 text-align: center;
 margin-right: 15px; }
 .comment_area .comment-content .comment-meta .like:last-child,
 .comment_area .comment-content .comment-meta .reply:last-child {
 margin-right: 0; }
 .comment_area .comment-content .comment-meta .like:hover,
 .comment_area .comment-content .comment-meta .reply:hover {
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
 @media only screen and (max-width: 767px) {
 .comment_area .comment-content .comment-meta .like,
 .comment_area .comment-content .comment-meta .reply {
 margin-right: 5px; } }
 .comment_area .single_comment_area {
 margin-bottom: 30px; }
 .comment_area .single_comment_area:last-of-type {
 margin-bottom: 0; }
 .comment_area .children .single_comment_area {
 margin-left: 50px;
 margin-top: 30px; }
 @media only screen and (max-width: 767px) {
 .comment_area .children .single_comment_area {
 margin-left: 15px; } }


/*   breadcrumb **/
.breadcrumb-area {
  position: relative; z-index: 1;
  width: 100%; height: 260px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area { height: 140px; }
}
.breadcrumb-area .breadcrumb-content { text-align: center; }
.breadcrumb-area .breadcrumb-content h2 {
  color: #ffffff;
  line-height: 260px;
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  letter-spacing: 4px;
  text-shadow: 0 0 30px var(--neon), 0 2px 8px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content h2 { font-size: 18px; line-height: 140px; }
}

.mag-breadcrumb {
  background: rgba(5,10,20,0.6);
  border-bottom: 1px solid var(--border);
}
.mag-breadcrumb .breadcrumb {
  padding: 0; margin-bottom: 0;
  background-color: transparent; border-radius: 0;
}
.mag-breadcrumb .breadcrumb .breadcrumb-item a { color: var(--text2); }
.mag-breadcrumb .breadcrumb .breadcrumb-item a:hover,
.mag-breadcrumb .breadcrumb .breadcrumb-item a:focus { color: var(--neon); }
.mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: ">"; color: var(--border); }
.mag-breadcrumb .breadcrumb-item.active { color: var(--neon); }

.about-us-content {
  position: relative; z-index: 1;
}
.about-us-content ul li {
  color: var(--text);
  margin-bottom: 10px;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}
.about-us-content ul li i { margin-right: 5px; color: var(--neon); }

/* Team member */ 
.single-team-member {
 position: relative;
 z-index: 1;
 border: 1px solid #ebebeb;
 margin-bottom: 30px; }
 @media only screen and (max-width: 767px) {
 .single-team-member {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap; } }
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .single-team-member {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap; } }
 .single-team-member .team-member-thumbnail {
 position: relative;
 z-index: 1;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 160px;
 flex: 0 0 160px;
 max-width: 160px;
 width: 160px; }
 @media only screen and (max-width: 767px) {
 .single-team-member .team-member-thumbnail {
 margin: 15px; } }
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .single-team-member .team-member-thumbnail {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 120px;
 flex: 0 0 120px;
 max-width: 120px;
 width: 120px; } }
 .single-team-member .team-member-thumbnail::after {
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 top: 0;
 left: 0;
 z-index: 100;
 content: '';
 opacity: 0;
 visibility: hidden;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms; }
 .single-team-member .team-member-thumbnail img {
 width: 100%; }
 .single-team-member .team-member-thumbnail .social-btn {
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: distribute;
 justify-content: space-around;
 width: 80%;
 bottom: 20px;
 left: 10%;
 right: 10%;
 z-index: 300;
 -webkit-transition-duration: 500ms;
 -o-transition-duration: 500ms;
 transition-duration: 500ms;
 opacity: 0;
 visibility: hidden; }
 .single-team-member .team-member-thumbnail .social-btn a {
 color: #ffffff;
 font-size: 14px; }
 .single-team-member .team-member-thumbnail .social-btn a:hover, .single-team-member .team-member-thumbnail .social-btn a:focus {
 color: #2189ff; }
 .single-team-member .team-member-content {
 padding: 15px 30px; }
 @media only screen and (max-width: 767px) {
 .single-team-member .team-member-content {
 padding: 15px; } }
 .single-team-member .team-member-content h6 {
 margin-bottom: 5px; }
 .single-team-member .team-member-content span {
 color: #2189ff;
 font-size: 14px;
 display: block;
 margin-bottom: 5px; }
 .single-team-member .team-member-content p {
 margin-bottom: 0;
 line-height: 1.7;
 font-weight: 300;
 font-size: 14px; }
 .single-team-member:hover .team-member-thumbnail::after, .single-team-member:focus .team-member-thumbnail::after {
 opacity: 1;
 visibility: visible; }
 .single-team-member:hover .team-member-thumbnail .social-btn, .single-team-member:focus .team-member-thumbnail .social-btn {
 opacity: 1;
 visibility: visible; }
 .single-team-member:last-child {
 margin-bottom: 0; }
/*  end team membre */

/* :: 8.0 Contact Area CSS */
.single-contact-info {
  position: relative; margin-bottom: 24px;
  display: flex; align-items: center;
  gap: 14px;
}
.single-contact-info:last-child { margin-bottom: 0; }
.single-contact-info .icon {
  flex: 0 0 42px; max-width: 42px;
  width: 42px; height: 42px;
  text-align: center; line-height: 40px;
  border: 1px solid var(--neon);
  border-radius: 50%;
  color: var(--neon);
  background: rgba(0,212,255,0.06);
  font-size: 15px;
}
.single-contact-info p { font-size: 13px; margin-bottom: 3px; color: var(--text2); }
.single-contact-info h6 { margin-bottom: 0; color: var(--white); }
@media only screen and (max-width: 767px) { .single-contact-info h6 { font-size: 12px; } }

.form-control {
  position: relative; z-index: 2;
  height: 48px; width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 12px; margin-bottom: 15px;
  padding: 10px 20px; color: var(--text);
  transition-duration: 400ms;
}
.form-control:focus { box-shadow: none; border-color: var(--neon); background: rgba(0,212,255,0.04); }
select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea.form-control { height: 190px; }

.map-area { position: relative; z-index: 2; }
.map-area iframe {
  width: 100%; height: 400px; border: none;
  border-radius: 8px; margin-bottom: 0;
  filter: grayscale(60%) invert(90%) hue-rotate(180deg) brightness(0.85);
  border: 1px solid var(--border);
}
@media only screen and (max-width: 767px) { .map-area iframe { height: 250px; } }


/* ====== The End ====== */


/*  SPONSORS */
.img-spons {
  width: 90%; margin: 5px; padding: 5px;
  text-align: center;
  filter: grayscale(60%) brightness(0.8);
  transition: filter 0.4s;
}
.img-spons:hover { filter: grayscale(0%) brightness(1.1); }
.img-spons img { height: 90px; padding: 7px; }
@media only screen and (max-width: 767px) {
  .img-spons { width: 90%; text-align: center; }
  .img-spons img { height: 70px; }
}

/* ====== Extras futuristes ====== */

/* Catagory content (previous editions) */
.catagory-content li {
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
  color: var(--text2);
  transition: background 0.3s;
}
.catagory-content li:hover { background: rgba(0,212,255,0.05); }
.catagory-content li a { color: var(--neon); font-size: 13px; }
.catagory-content li a:hover { color: var(--neon3); }

/* Scan-line animation subtile sur le body */
body::before {
  content: '';
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 9998;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.025) 2px,
    rgba(0,0,0,0.025) 4px
  );
}

/* Glow line sous la navbar */
.header-area::after {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon), transparent);
  opacity: 0.5;
}

/* Neon pulse sur les titres de section */
@keyframes neon-pulse {
  0%, 100% { text-shadow: 0 0 6px var(--neon), 0 0 12px var(--neon); }
  50%       { text-shadow: 0 0 12px var(--neon), 0 0 30px var(--neon), 0 0 50px rgba(0,212,255,0.3); }
}
.section-heading h5 { animation: neon-pulse 3s ease-in-out infinite; }

/* single-sidebar-widget (sponsor area) */
.single-sidebar-widget {
  padding: 15px;
  background: var(--dark2);
  border-top: 1px solid var(--border);
}

/*# sourceMappingURL=style.css.map */
