/* Parallax Carousel Intro
#intro .parallax-bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

#intro .carousel-item {
  padding: 0;
  min-height: 350px;
}

#intro .carousel-inner {
  border-radius: 1.5rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #intro .parallax-bg {
    height: 38vh;
    min-height: 180px;
    background-attachment: scroll;
  }
  #intro .carousel-inner {
    border-radius: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  #intro .parallax-bg {
    height: 22vh;
    min-height: 100px;
  }
} */
/* Carousel Intro Responsive */
/* #intro .carousel-inner {
  width: 100%;
  min-height: 400px;
}

#intro .carousel-item {
  min-height: 400px;
  display: flex;
  align-items: center;
  background: transparent;
}

#intro .carousel-item img {
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

@media (max-width: 991.98px) {
  #intro {
    padding: 60px 0 40px 0;
    min-height: 60vh;
  }
  #intro .carousel-item img {
    height: 220px;
  }
  #intro h1 {
    font-size: 2.2rem;
  }
  #intro h2 {
    font-size: 1.1rem;
  }
  .intro-buttons {
    gap: 0.7rem;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 575.98px) {
  #intro .carousel-item img {
    height: 140px;
    border-radius: 0.7rem;
  }
  #intro {
    padding: 30px 0 20px 0;
  }
} */
/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
} 

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* logo */
.djim_logo {
  position: relative;
  width: auto;
  height: auto;
  zoom: 6;
  top: -17px;
}

/* social top */
.social-media{
 position: relative;
 float: right;
 top: -13px;
 right: 5px;
}

/* media querry */

@media only screen and (max-width: 720px) {

  body {
    background-color: lightblue;
  }
  .djim_logo{
    zoom: 7;
    top: -10px;
  }
}

/* Back to top button */



.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}


.social-toggle {
  position: fixed;
  bottom: 65px;
  right: 15px;
  background-color: #0d6efd;
  color: white;
  width: 44px;
  height:44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-toggle:hover {
  transform: scale(1.1);
}

.social-float-right {
  position: fixed;
  bottom: 115px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.social-float-right.hidden {
  opacity: 0;
  pointer-events: none;
}

.social-icon {
  width: 44px;
  height: 44px;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.3s;
}

.social-icon:hover {
  transform: scale(1.15);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.instagram  { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.facebook   { background-color: #3b5998; }
.youtube    { background-color: #ff0000; }
.linkedin   { background-color: #0077b5; }
.googleplus { background-color: #db4a39; }
.whatsapp   { background-color: #25D366; }

.social-toggle {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-toggle.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}



.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 50%, #003d82 100%);
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

/* Intro Section Styling */
#intro {
  width: 100%;
  top: -50px;
  position: relative;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 50%, #003d82 100%);
  background-size: cover;
  padding: 120px 0;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#intro h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#intro h1 span {
  color: #FFD633;
}

#intro h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}

#intro p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.85;
}

#intro .btn-get-started,
#intro .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
}

/* Intro Buttons Premium Styling */
.intro-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  align-items: center;
}

.intro-buttons .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.intro-buttons .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.35s ease;
  z-index: 1;
}

.intro-buttons .btn:hover::before {
  left: 100%;
}

.intro-buttons .btn > * {
  position: relative;
  z-index: 2;
}

/* Primary Button */
.intro-buttons .btn-primary {
  background: linear-gradient(135deg, #e9c602 0%, #e7b305c7 100%);
  color: white;
}

.intro-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(245, 241, 4, 0.4);
  background: linear-gradient(135deg,  #e6ff01 0%, #e9c602 100%);
}

.intro-buttons .btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 241, 4, 0.3);
}

/* Outline Light Button */
.intro-buttons .btn-outline-light {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.intro-buttons .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
  color: white;
}

.intro-buttons .btn-outline-light:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* Success Button */
.intro-buttons .btn-success {
  background: linear-gradient(135deg, #083aa7 0%, #0756bd 100%);
  color: white;
}

.intro-buttons .btn-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(67, 14, 212, 0.4);
  background: linear-gradient(135deg, #083aa7 0%, #0756bd 100%);
  color: white;
}

.intro-buttons .btn-success:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 55, 201, 0.3);
}

/* Button Icons */
.intro-buttons .btn i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.intro-buttons .btn:hover i {
  transform: translateX(2px);
}

/* Medium Screen */
@media (max-width: 768px) {
  .intro-buttons {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .intro-buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 28px;
    font-size: 0.95rem;
  }
}

/* Small Screen */
@media (max-width: 576px) {
  .intro-buttons {
    gap: 0.75rem;
  }

  .intro-buttons .btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .intro-buttons .btn i {
    font-size: 0.9rem;
  }

  .intro-buttons .btn .me-2 {
    margin-right: 0.5rem !important;
  }
}


#intro .btn-get-started {
  background: linear-gradient(135deg, #FFD633, #FF9800);
  color: #000;
  box-shadow: 0 4px 15px rgba(255, 214, 51, 0.3);
}

#intro .btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 214, 51, 0.4);
  color: #000;
}

#intro .btn-services {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
}

#intro .btn-services:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

#intro img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

#intro img:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  #intro {
    padding: 100px 0;
    text-align: center;
  }

  #intro h1 {
    font-size: 2.5rem;
  }

  #intro h2 {
    font-size: 1.4rem;
  }

  #intro p {
    font-size: 1rem;
  }

  #intro .d-flex {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Intro Carousel Section
--------------------------------------------------------------*/



/* Custom Slider Styles */
   
    #intro .carousel-item {
      min-height: 600px;
      display: flex;
      align-items: center;
    }
    #intro .carousel-indicators [data-bs-target] {
      background-color: #007bff;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 5px;
    }
    #intro .carousel-control-prev-icon,
    #intro .carousel-control-next-icon {
      background-color:#FFD633;
      border-radius: 50%;
      padding: 20px;
      background-size: 50%;
    }
    
   #intro .carousel-item img {
      max-width: 100%;
      height: auto;
      max-height: 550px;
      object-fit: contain;
      transition: transform 0.5s ease;
    }
    #intro .carousel-item img:hover {
      transform: scale(1.05);
    }
    #intro .animated {
      animation: fadeInUp 1s both;
    }
    
    .intro-buttons .btn {
      margin-right: 10px;
      margin-bottom: 10px;
      border-radius: 50px;
      padding: 12px 30px;
      font-weight: 600;
      transition: 0.3s;
    }
    @media (max-width: 991px) {
      #intro .carousel-item {
        text-align: center;
        padding-top: 40px;
      }
      #intro .col-lg-6 {
        margin-bottom: 30px;
      }
    }

/* Responsive Design */
@media (max-width: 1200px) {
  .intro-title {
    font-size: 3rem;
  }
  .intro-slide .row {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .intro-slide .row {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .intro-content {
    order: 2;
  }
  .intro-image {
    order: 1;
  }
  .intro-title {
    font-size: 2.5rem;
  }
  .intro-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .intro-carousel-section {
    height: auto;
    min-height: 100vh;
  }
  .intro-slide {
    height: auto;
    min-height: 100vh;
    padding: 120px 0;
  }
  .intro-title {
    font-size: 2rem;
  }
  .intro-subtitle {
    font-size: 1.1rem;
  }
  .intro-description {
    font-size: 1rem;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

@media (max-width: 576px) {
  .intro-slide {
    padding: 100px 0;
  }
  .intro-title {
    font-size: 1.8rem;
  }
  .intro-buttons .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  .intro-buttons {
    gap: 0.5rem;
  }
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h3{
font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

#intro .intro-info h2 span {
  color: #fcc509;
  text-decoration: none;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services,
#intro .intro-info .btn-get-popup {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background:  #FCC509;
  border: 2px solid #Fcc509;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background:  #007bff;
  border-color: #007bff;
  color: #fff;
}
#intro .intro-info a{
  text-decoration: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

 /* .main-nav {
  /* Drop Down */
  /* Deep Drop Down }  */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #FCC509;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/
/* blog */
.blog-section {
  background: linear-gradient(135deg, #FCC509 0%, #FFD633 100%);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.blog-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.ref-blog {
  position: relative;
  z-index: 1;
}

.ref-blog-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.ref-blog-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.ref-blog-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  position: relative;
}

.ref-blog-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ref-blog-img {
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ref-blog-card:hover .ref-blog-img {
  transform: scale(1.08);
}

.ref-blog-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  position: relative;
}

.ref-blog-badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: fit-content;
  letter-spacing: 0.5px;
}

.ref-blog-card:nth-child(1) .ref-blog-badge {
  background: linear-gradient(135deg, #ff689b 0%, #ff5a7d 100%);
}

.ref-blog-card:nth-child(2) .ref-blog-badge {
  background: linear-gradient(135deg, #41cf2e 0%, #2db025 100%);
}

.ref-blog-card:nth-child(3) .ref-blog-badge {
  background: linear-gradient(135deg, #3fcdc7 0%, #2ba9a5 100%);
}

.ref-blog-card:nth-child(4) .ref-blog-badge {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.ref-blog-card:nth-child(5) .ref-blog-badge {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

.ref-blog-card-title {
  font-weight: 700;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.4;
  flex-grow: 0;
}

.ref-blog-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}

.btn-ref-blog {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff !important;
  border: none;
  border-radius: 25px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
}

.ref-blog-card:nth-child(1) .btn-ref-blog {
  background: linear-gradient(135deg, #ff689b 0%, #ff5a7d 100%);
}

.ref-blog-card:nth-child(2) .btn-ref-blog {
  background: linear-gradient(135deg, #41cf2e 0%, #2db025 100%);
}

.ref-blog-card:nth-child(3) .btn-ref-blog {
  background: linear-gradient(135deg, #3fcdc7 0%, #2ba9a5 100%);
}

.ref-blog-card:nth-child(4) .btn-ref-blog {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #333 !important;
}

.ref-blog-card:nth-child(5) .btn-ref-blog {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

.btn-ref-blog:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff !important;
}

.blog-section .card.blog-post {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section .card.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.blog-section .card-title {
  font-weight: 600;
}

.blog-section .comments-list p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  border-left: 3px solid #0d6efd;
  background-color: #e9ecef;
  padding: 0.5rem;
  border-radius: 5px;
}

.blog-section .comment-form input,
.blog-section .comment-form textarea {
  font-size: 0.9rem;
}




#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
  text-decoration: none;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

.appear-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.appear {
  opacity: 1;
  transform: translateY(0);
}
.presentation{
  background-color: #4900DA;
  border-radius: 20px;
  padding: 10px;
}
.presentation h3{
  color: #fff;
}
/* media querry */

@media only screen and (max-width: 386px) {

  .section-header h3 {
    font-size: 30px;
  }
}
/* formation */


.formations-section {
  background-color: #3983cc;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.formations-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.formations-section .intro-text {
  font-size: 1.05rem;
  color: #6c757d;
}
.text-center p{
  color: #fff;
}

.formations-section .card1 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  border: none;
}

.formations-section .card1:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.formations-section .card-title {
  font-size: 1.25rem;
  margin-top: 10px;
  font-weight: 600;
}

.formations-section .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #eef7ff;
}

.formations-section .btn {
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.formations-section .btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.formations-section .btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

.formations-section .btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

 

.formations-section .animate-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.formations-section .animate-card.visible {
  animation: fadeInUp 0.8s ease-out forwards;
}
/* pop up */
.overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1000;
    }
    .overlay.active {
      visibility: visible;
      opacity: 1;
    }

    /* Popup box */
    .popup {
      background: #fff;
      padding: 20px;
      max-width: 400px;
      width: 90%;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 8px 30px rgba(0,0,0,0.2);
      animation: scaleIn 0.3s ease;
    }
    @keyframes scaleIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    .popup h2 {
      margin-bottom: 10px;
      font-size: 1.5rem;
      color: #1e293b;
    }
    .popup p {
      font-size: 1rem;
      color: #475569;
      margin-bottom: 20px;
    }

    /* Bouton lien */
    .popup a {
      display: inline-block;
      padding: 12px 20px;
      background: #1F66FF;
      color: #fff;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }
    .popup a:hover {
      background: #112770;
    }
    .popup img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    /* Bouton fermer */
    .close-btn {
      display: inline-block;
      margin: 30px;
      font-size: 0.9rem;
      color: #64748b;
      cursor: pointer;
    }
    .close-btn:hover {
      color: #0f172a;
    }
/* --- SECTION TEMOIGNAGES --- */
.temoignages {
  padding: 30px;
  margin: 20px 0px 20px 0px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef2ff, #1F66FF);
  text-align: center;
  font-family: Arial, sans-serif;
}

.temoignages .titre h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 10px;
}

.temoignages .titre p {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 40px;
}

/* --- GRILLE RESPONSIVE --- */
.temoignages .grille {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* --- CARTES --- */
.temoignages .carte {
  background: #fff;
  border-radius: 20px;
  margin: 10px 0 10px 0;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.temoignages .carte:hover {
  transform: translateY(-6px);
}
.carte .image-1 img{
  width: 300px;
  height: auto;
  border-radius:20px;
}
.carte .video-1 video{
  width: 250px;
  height: 350px;
  border-radius: 20px;
}
.carte .image-2 img{
  width: 300px;
  height: auto;
  border-radius: 20px;
}
/* .temoignages img,
.temoignages video {
  width: 250px;
  height: 400px;
  object-fit: cover;
} */

.temoignages .contenu {
  padding: 15px;
}

.temoignages .contenu p {
  font-style: italic;
  color: #334155;
  margin-bottom: 10px;
}

.temoignages .contenu span {
  font-weight: bold;
  color: #1e293b;
}

/* ==== SECTION RÉCAP ==== */
.recap-section {
  position: relative;
  background: linear-gradient(135deg, #1877f2, #0d47a1);
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  margin: 20px 0px 20px 0px;
}

/* ==== LOGOS FLOTTANTS ==== */
.floating-icons {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.icone {
  position: absolute;
  width: 40px;
  opacity: 0.12;
  animation: floatRandom 20s infinite ease-in-out;
}

.icone:nth-child(1){ top:10%; left:5%; animation-delay:0s; }
.icone:nth-child(2){ top:60%; left:20%; animation-delay:4s; }
.icone:nth-child(3){ top:30%; left:80%; animation-delay:8s; }
.icone:nth-child(4){ top:80%; left:70%; animation-delay:12s; }
.icone:nth-child(5){ top:20%; left:50%; animation-delay:2s; }

@keyframes floatRandom {
  0%{ transform:translate(0,0) rotate(0deg); }
  25%{ transform:translate(40px,-30px) rotate(20deg); }
  50%{ transform:translate(-30px,40px) rotate(60deg); }
  75%{ transform:translate(20px,20px) rotate(100deg); }
  100%{ transform:translate(0,0) rotate(180deg); }
}

/* ==== CONTENU ==== */
.recap-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: auto;
}

.recap-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.recap-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* ==== GALERIE ==== */
.media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}

.media-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.media-item img, .media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255,255,255,0.3);
}

/* ==== BOUTON ==== */
.recap-btn {
  background: #fff;
  color: #1877f2;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.recap-btn:hover {
  background-color: #e3f0ff;
  transform: translateY(-4px);
}

/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
  .recap-section {
    padding: 70px 15px;
  }
  .recap-title {
    font-size: 1.8rem;
  }
  .recap-text {
    font-size: 1rem;
  }
}
/* pop up 2 */

/* ==== MODAL OVERLAY ==== */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ==== MODAL BOX ==== */
.modal-box {
  background: #fff;
  border-radius: 18px;
  max-width: 450px;
  width: 90%;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
  animation: slideUp 0.4s ease forwards;
}

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

/* ==== CONTENU ==== */
.modal-box h3 {
  color: #1877f2;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-box p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* ==== BOUTON ==== */
.modal-box .action-btn {
  background: #1877f2;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modal-box .action-btn:hover {
  background: #145dbf;
  transform: translateY(-3px);
}

/* ==== CLOSE BTN ==== */
.close-btn1 {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 22px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn1:hover {
  color: #1877f2;
} 
 
.about, .blog-section, .formations-section, .temoignages, .recap-section {
  max-width: 1200px;
  margin: 20px auto 20px; 
  box-sizing: border-box;
}


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
  text-decoration: none;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Referencement Section
--------------------------------*/

#referencement {
  padding: 60px 0 40px 0;
  background: linear-gradient(135deg, #feffec 0%, #d1e7ff 100%);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#referencement .box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.15);
  transition: all 0.4s ease-in-out;
  border: 1px solid #e9ecef;
}

#referencement .box:hover {
  -webkit-transform: translateY(-10px) scale(1.05);
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px 0 rgba(68, 88, 144, 0.2);
}

#referencement .icon {
  text-align: center;
  margin-bottom: 10px;
}

#referencement .icon i {
  font-size: 48px;
  color: #007bff;
  transition: 0.3s;
}

#referencement .box:hover .icon i {
  color: #ff689b;
  transform: rotate(10deg);
}

#referencement h5 {
  font-weight: 600;
  color: #333;
  text-align: center;
}

#referencement h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
}
#referencement p {
  text-align: center;
  font-size: 14px;
  color: #666;
}

#referencement .flyer-container {
  text-align: center;
  padding: 20px;
}

#referencement .flyer-container img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

#referencement .flyer-container img:hover {
  transform: scale(1.05);
}

#referencement .btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#referencement .btn-primary:hover {
  background: linear-gradient(135deg, #ecfd02 0%, #fcce02 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,123,255,0.4);
  color: black;
}

#why-us {
  padding: 60px 0;
  background: #606cac;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #4900DA;
  border-color: #4900DA;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #1F66FF;
  border-color: #1F66FF;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #042a53 solid 2px;
  text-decoration: none;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/* partenaire */

.partner-card {
  transition: transform 0.3s ease;
}
.partner-card:hover {
  transform: translateY(-5px);
}
.nos-partenaires{
  background: #f9d923;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.nos-partenaires h2{
  color: #fff;
}
.nos-partenaires p{
  color: #fff;
  font-size: 20px;
}
/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}


#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/* pop-up */

.modal-body .product-item {
        margin-bottom: 20px;
        text-align: center;
    }
    .modal-body .product-item img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    #intro .intro-info .btn-get-popup {
  background:  #1f66ff;
  border: 2px solid #1F66FF;
  color: #fff;
}

#intro .intro-info .btn-get-popup:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
.modal-footer a{
  text-decoration: none;
}
.modal-body a{
  background: #1f66ff;
  border-radius: 20px;
  border: 2px solid #1F66FF;
  font-family :"Montserrat", sans-serif;
}
.modal-body a:hover{
  background: #Fcc509;
  border: 2px solid #Fcc509;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }

}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  .djim_logo{
    top: -17px;
    zoom: 6;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
    
    padding: 0px 15px 0px 15px;
  }
  .about-container p{
    padding: auto;
    align-items: center;
    justify-content: center;
  }
  .about-extra h4{
    padding: 15px;
    align-items: center;
    justify-content: center;
  }
  .about-extra p{
    padding: 20px;
    align-items: center;
    text-align: justify;
  }
  #about .about-container .icon-box .title a{
    padding: auto;
    align-items: center;
    justify-content: center;
  }
  #intro .intro-info h3{
    font-size: 25px;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }

}
