/**
* Template Name: Gp - v2.2.1
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Base Red:#011B65
Sec Blue: #2f3091
Footer: #222222 */
/* #2f3091  --> #333 */

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

a {
  color:#011B65;
  text-decoration: none;
}

a:hover {
  color: #2f3091;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background:#011B65;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fff;
  color:#011B65;
}

/*--------------------------------------------------------------
# Preloader before
--------------------------------------------------------------*/
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #f5f5f5;
}

#preloader:before {
  content: "";
  position: fixed;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 150px; 
  height: 125px;
  background: url('../img/new_logo.jpeg') no-repeat center center;
  background-size: contain;
  animation: animate-preloader 3s ease-in-out infinite;
}

@keyframes pulse-image {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}


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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */


/* Preloader after */

#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 125px;
  background: url('../img/new_logo-removebg-preview.png') no-repeat center center;
  background-size: contain;

  animation: logoZoom 1.5s ease-in-out infinite;
}

@keyframes logoZoom {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    filter: drop-shadow(0 0 0px rgba(26, 35, 126, 0.3));
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    filter: drop-shadow(0 0 20px rgba(26, 35, 126, 0.6));
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
    filter: drop-shadow(0 0 0px rgba(26, 35, 126, 0.3));
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader:before {
    content: "";
    width: 60px;
    height: 60px;
    border: 6px solid #ddd;
    border-top: 6px solid#011B65;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
} */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  /* background: rgb(255, 255, 255, 0.80); 50% transparent */
  background: white;
}

#header.header-scrolled, #header.header-inner-pages {
  background:#fff;
}

#header .logo {
  
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color:#011B65;
}

#header .logo a span {
  color:#011B65;
}

#header .logo img {
  height: 60px;
  width: 200px;
}

/*--------------------------------------------------------------
# Header Other Pages
--------------------------------------------------------------*/
#header1 {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #fff; /* 50% transparent */
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header1 .logo {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header1 .logo a {
  color:#011B65;
}

#header1 .logo a span {
  color:#011B65;
}

#header1 .logo img {
  height: 60px;
  width: 200px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;

  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 5px 0 5px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  /* color:#011B65; */
  color: #011B65;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 550;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #151515;
}

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

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

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

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background:#011B65;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

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

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

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

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid#011B65;
}

.get-started-btn:hover {
  background:#011B65;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  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 {
  color: #333;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

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

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #151515;
  text-decoration: none;
  background:#011B65;
}

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

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

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 2s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
  z-index: 2; /* To stay above the background */
}

.hero-slide {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0; /* sit behind overlay + text */
}

#hero img.hero-slide.active {
  opacity: 1;
}

.hero-heading {
  position: absolute;
  bottom: 50px; /* just above dots */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}


.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3; /* above overlay */
}

.hero-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s ease;
}

.hero-dots .dot.active {
  background:#011B65; /* your theme yellow */
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color:#011B65;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color:#011B65;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color:#011B65;
}

#hero .icon-box:hover {
  border-color:#011B65;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background:#011B65;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.display-4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #444444;
}

.img-about {
  max-height: 150px; /* Adjust height as needed */
  object-fit: contain;
}
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color:#011B65;
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients {
  padding-top: 20px;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  filter: none;
  opacity: 1;
}

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

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

.clients .owl-dot.active {
  background-color:#011B65 !important;
} */

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  /* margin: 5px 0 10px 60px; */
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color:#011B65;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding-left:20px;
  padding-right:20px;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background:#011B65;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color:#011B65;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/p-20.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background:#011B65;
  border-color:#011B65;
  color: #151515;  
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* .portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background:#011B65;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color:#011B65;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
} */

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color:#011B65;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* .testimonials {
  padding: 80px 0;
  background: url("../img/h-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

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

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

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

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

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

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

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

.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: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color:#011B65 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* .team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color:#011B65;
}

.team .member .social a:hover {
  color: #fff;
  background:#011B65;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
} */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background:#011B65;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color:#011B65;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}
/* 
.contact .php-email-form button[type="submit"] {
  background:#011B65;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
} */

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/* .portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color:#011B65 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
} */

/*--------------------------------------------------------------
# footer before
--------------------------------------------------------------*/
/* .bott-full {
  background: #222;
  color: #fff;
  padding: 40px 0;
  font-family: 'Segoe UI', sans-serif;
}


.bt-hd {
  font-size: 18px;
  font-weight: bolder;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.bt-ang {
  font-style: italic;
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.7;
  color: #ccc;
}

.bt-txt {
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  margin-top: 10px;
}


.bt-c2 span, .bt-b2 span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #fff;
}

.bt-c2 a, .bt-b2 a {
  color: #fff;
  text-decoration: none;
}

.bt-c2 img, .bt-b2 img {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}


#photo_rotate a i {
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
}

#photo_rotate a i:hover {
  color: #f39c12;
}


.footer-bottom hr {
  border-top: 1px solid #444;
}

.copyright, .credits {
  font-size: 13px;
  color: #aaa;
  margin: 5px 0;
}

.credits a {
  color: #ccc;
  text-decoration: none;
}

.credits a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bott-full .col-sm-4,
  .bott-full .col-sm-3,
  .bott-full .col-lg-offset-1 {
    margin-bottom: 30px;
  }
} */



/* Footer after */

.bott-full {
  background: #011B65;
  color: #fff;
  padding: 40px 0 20px;
  font-family: 'Segoe UI', sans-serif;
}
.bt-hd {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a9fff;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.bt-ang {
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.85;
  color: #c5d4ff;
  margin: 0;
}
.bt-c2 .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 13px;
  color: #c5d4ff;
}
.bt-c2 .contact-row i {
  font-size: 15px;
  color: #7a9fff;
  margin-top: 2px;
  flex-shrink: 0;
}
.bt-c2 .contact-row strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 2px;
}
.bt-c2 a { color: #c5d4ff; text-decoration: none; }
#photo_rotate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  margin-right: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
#photo_rotate a i { font-size: 16px; color: #fff; }
#photo_rotate a:hover { background: rgba(122,159,255,0.25); }
.footer-divider-v {
  display: block;
  width: 1px;
  background: rgba(255,255,255,0.12);
  align-self: stretch;
}
.copyright, .credits { font-size: 12px; color: rgba(255,255,255,0.4); }
.credits a { color: rgba(255,255,255,0.55); text-decoration: none; }
.credits a:hover { text-decoration: underline; }

/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/
.slideshow {
  padding: 60px 0;
}

.slideshow .owl-carousel img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# members
--------------------------------------------------------------*/

/* .members #members-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

  .members #members-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
  }

  .members #members-flters li:hover, .members #members-flters li.filter-active {
    color: #151515;
    background:#011B65;
  }

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

  .members-btn{
    background-color:#ed1c23 ;
  }
  .custom-btn {
    border: 2px solid #151515; 
    background: transparent;
    color: #151515;
    padding: 8px 20px;
    margin: 5px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
  }

  .custom-btn:hover {
    background:#011B65;
      color: #151515;
  }

  .custom-btn.active {
    background:#011B65;
    color: #151515;
  }

  .custom-btn-3 {
    background: #151515;
    color: #fff;
    padding: 8px 20px;
    margin: 5px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
  }

  .custom-btn-3:hover {
    background:#011B65;
    color: #fff;
    border: none;
  }

  .custom-btn-3.active {
    background:#011B65;
    color: #fff;
    border: none;
  }
  .members .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
  }
  .members .card2 {
    height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
  }
  .featured-member .card {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  

  .members .card:hover {
    transform: translateY(-5px);
  }

  .members .card-img-top {
    width: 100%;
    height: 250px; 
    object-fit: contain; 
  }

  .members .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .members .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .members .card-text {
    font-size: 14px;
    color: #555;
  }

  .heading1 {
    color:#011B65;
    font-weight: 700;
    font-size: 42px;
    background-color: rgba(0, 0, 0, 0.2) ;
  } */

/*--------------------------------------------------------------
# library
--------------------------------------------------------------*/

.image-container {
  width: 100%;
  padding: 10px 0;
}

.image-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* 3 per row responsive */
  gap: 10px;
}

.image-item {
  height: 300px;
  overflow: hidden;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-item img:hover {
  transform: scale(1.05);
  cursor: pointer ;
}

/* Below Button Removed */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 16px;
  z-index: 1;
  border-radius: 4px;
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}


/*--------------------------------------------------------------
# Library Image model
--------------------------------------------------------------*/

.image-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 8px;
  /* box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2); */
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal-prev, .modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 1001;
  border-radius: 4px;
  transition: background 0.2s;
}
.modal-prev:hover, .modal-next:hover {
  background: rgba(255,255,255,0.4);
}
.modal-prev { left: 20px; }
.modal-next { right: 20px; }

/*--------------------------------------------------------------
# News Card model
--------------------------------------------------------------*/
/* 
.news-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.discussion-card{
  border-radius: 10px;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card .content {
  padding: 15px;
  flex-grow: 1;
} */

.custom-page-btn {
  background: none;
  color: #000;
  border: 2px solid#011B65;
  padding: 5px 15px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50px;
}

.custom-page-btn:hover {
  background-color:#011B65;
}

.btn-close {
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.top-black-box {
  background-color: black;
  height: 130px;
  width: 100%;
}

/* Card styling reused from previous sections */
/* .discussion-card {
  border-radius: 10px;
  background-color: #ffffff;
} */

/* Textarea styling (if you want a little visual distinction) */
/* .challenge-textarea {
  resize: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}
.technical-text{
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(90deg, #05C7F2, #F2059F, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.technical-text-1{
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
  text-align: center;
  color: black;
} */

/* Custom button styling (reused if defined elsewhere) */
.custom-btn2 {
  background-color: #151515;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-btn2:hover {
  background-color:#011B65;
  color: #fff;
}


/* Bold and larget text */


.highlighter{
    font-weight: 700;
    color: #011B65;
    font-size: large;
}

.highlighter2{
    
    
    border-radius: 8px;
    padding: 3px 5px;
    background: rgba(26, 35, 126, 0.08);
    color:#011B65;
    font-weight: 700;
    font-size: large;
  
}

/*--------------------------------------------------------------
# Core Values
--------------------------------------------------------------*/

/* .container-dotted{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  background-image: radial-gradient(lightgray 1px, transparent 1px);
  background-size: 10px 10px;

}

.card-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-container::before {
  content: "";
  position: absolute;
  top: calc(50% + 15px); 
  left: 0;
  right: 0;
  height: 2px;
  background-color: black;
  z-index: 0;
}

.outer-circle {
  border: 1px solid black;
  border-radius: 50%;
  padding: 15px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.outer-circle::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% + 60px); 
  width: 2px;
  background-color: black;
  z-index: -1;
}

.inner-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #595959;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.inner-circle i {
  font-size: 36px;
  margin-bottom: 8px;
  font-weight: 700;
}

.inner-circle p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.icon1 {
  color: #F2059F; 
}
.icon2 {
  color: #05C7F2; 
}
.icon3 {
  color:#011B65; 
}
.icon4 {
  color: #A4CC5A; 
}

.core-values-section {
  text-align: center;
  padding: 20px;
}

.core-title {
  font-size: 36px;
  font-weight: 700;
  color: #05C7F2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.core-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  max-width: 600px;
  line-height: 1.5;
} */


/*--------------------------------------------------------------
# top bannner
--------------------------------------------------------------*/

/* Multicolor heading effect */

.about-full-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Optional for better section balance */
#clients .row {
    align-items: stretch !important;
}
.colorful-heading {
  font-weight: bold;
  font-size: 2.0rem;
  background: linear-gradient(90deg,#011B65, #151515);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Multicolor heading effect */
.colorful-heading-reverse {
  font-weight: bold;
  font-size: 1.2rem;
  background: linear-gradient(90deg, #151515,#011B65 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* For text justification if browser supports */
.text-justify {
  text-align: justify;
}
/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating-logo {
  animation: float 3s ease-in-out infinite;
  max-width: 80%;
  
}

/*--------------------------------------------------------------
# Events and activities
--------------------------------------------------------------*/
/* Events section background */
/* .events-section {
  background-color: #f9f9f9;
} */

/* Heading with gradient text */
/* .section-heading {
  font-weight: bold;
  font-size: 2rem;
  background: linear-gradient(90deg, #F2059F, #05C7F2,#011B65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/* Event card styles */
/* .event-card {
  background-color: #fff;
  border-left: 5px solid #F2059F;
  border-radius: 10px;
  transition: transform 0.3s ease;
} */

/* .event-card:hover {
  transform: translateY(-5px);
} */

/* Title and labels */
/* .event-title {
  color: #151515;
  font-size: 1.5rem;
  font-weight: 600;
}

.event-subtitle {
  color: #05C7F2;
  font-weight: 500;
}

.event-label {
  color: #F2059F;
  font-weight: 600;
}

.link1{
  text-decoration: none;
  color: #05C7F2;
}
.link1:hover{
  color: #006eff;
  font-weight: bold;
}

.section-heading2 {
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-size: 2rem;
  background: linear-gradient(90deg, #F2059F, #05C7F2,#011B65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */


/* Event Card */

/* .events-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.events-section .card {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.events-section .card:hover {
    transform: translateY(-5px);
}

.events-section .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #011B65;
}

.events-section .btn-primary {
    background: #011B65;
    border: none;
}

.events-section .btn-primary:hover {
    background: #0230b5;
} */





/* Row-style event card */
.event-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.event-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.event-card-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.event-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.event-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.event-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2px 0;
}

.event-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.event-info-label {
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-info-label i {
    font-size: 14px;
}

.event-info-value {
    font-weight: 500;
    color: #111827;
}

.event-total {
    font-weight: 600;
    font-size: 14px;
    color: #011B65;
}

.event-card-footer {
    padding: 0 16px 16px;
}

.btn-register {
    display: block;
    text-align: center;
    background: #011B65;
    color: #fff;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
}

.btn-register:hover {
    background: #085041;
    color: #fff;
}


/*--------------------------------------------------------------
# Achievements
--------------------------------------------------------------*/
/* 
.achievement-card {
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

.achievement-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 1px;
}


.achievement-caption {
  color: #151515;
  font-weight: 500;
  text-align: center;
  min-height: 48px; 
  margin-top: 6px;
  line-height: 1.2;
  font-size: 1rem;
} */

/* BANNER CONTAINER */
.banner-container {
  margin-top:105px ;
  position: relative;
  width: 100%;
  height: 611px;
  overflow: hidden;
  background-image: url('../img/banner/b2_.png'); 
  background-size: cover;
  background-position: center;
}

/* BANNER CONTAINER */
.banner-container-2 {
  margin-top:50px ;
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  background-image: url('../img/banner/banner.png'); 
  background-size: cover;
  background-position: center;
}
.workshop-banner{
  margin-top:100px ;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-image: url('../img/banner/workbanner.png'); 
  background-size: cover;
  background-position: center;

}




.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for contrast */
  backdrop-filter: blur(2px); /* Slight blur effect */
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #151515;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
 
/*--------------------------------------------------------------
# About Page New
--------------------------------------------------------------*/

 .about-section{
    background: #fff;
  }

  .about-wrapper{
    background: #fff;
  }

  .about-image-wrapper{
    position: relative;
  }

  .about-image{
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  }

  .about-floating-card{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(21,21,21,0.92);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 18px;
    max-width: 280px;
  }

  .about-floating-card h4{
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .about-floating-card p{
    color: rgba(255,255,255,0.75);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .about-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(26, 35, 126, 0.08);
    color:#011B65;
    font-weight: 600;
    font-size: 0.92rem;
  }

  .about-title{
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #151515;
    margin-bottom: 28px;
  }

  .about-content p,
  .about-full-content p{
    color: #666;
    line-height: 1.95;
    font-size: 1rem;
    margin-bottom: 22px;
  }

  .about-highlight{
    background: rgba(26, 35, 126, 0.08);
    border-left: 4px solid#011B65;
    padding: 24px 28px;
    border-radius: 16px;
    color: #151515;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .about-feature-card{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  }

  .about-feature-card:hover{
    transform: translateY(-4px);
    border-color: rgba(26, 35, 126, 0.08);
    box-shadow: 0 18px 40px rgba(26, 35, 126, 0.08);
  }

  .about-feature-card i{
    font-size: 2rem;
    color:#011B65;
    margin-bottom: 18px;
    display: inline-block;
  }

  .about-feature-card h5{
    font-weight: 700;
    color: #151515;
    margin-bottom: 12px;
  }

  .about-feature-card p{
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .about-program-box{
    background: #011B65;
    border-radius: 26px;
    padding: 45px;
  }

  .about-program-box h3{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .about-program-box p{
    color: rgba(255,255,255,0.75);
    margin-bottom: 18px;
  }

  .about-book-box{
    background: #fff;
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  }

  .about-book-box h3{
    font-size: 2rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: 22px;
  }

  .about-quote{
    margin-top: 30px;
    color:#011B65;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.9;
  }
 
  .mission-box{
    background: rgba(26, 35, 126, 0.08);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(237, 28, 35, 0.1);
  }

  .mission-box h4{
    color: #151515;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .mission-box p{
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    font-style: italic;
  }

  .mission-box span{
    color:#011B65;
    font-weight: 700;
    font-size: 0.92rem;
  }

  @media (max-width: 992px){

    .about-title{
      font-size: 2rem;
    }

    .about-program-box,
    .about-book-box{
      padding: 32px 24px;
    }

    .about-program-box h3,
    .about-book-box h3{
      font-size: 1.6rem;
    }

    .about-floating-card{
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      max-width: 100%;
    }
  }

  @media (max-width: 768px){

    .about-title{
      font-size: 1.7rem;
    }

    .about-content p,
    .about-full-content p{
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .about-highlight{
      font-size: 1.05rem;
      padding: 22px;
    }
  }


/* Registration Form Styling */
/* .registration-form {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}

.registration-form .form-label {
  font-weight: 500;
  color: #151515;
}

.registration-form input,
.registration-form select,
.registration-form textarea {
  border-radius: 6px;
}

.registration-form button {
  background-color: #151515;
  border: none;
  font-weight: 600;
}

.registration-form button:hover {
  background-color: #1d1e70;
}
/* CAPTCHA styles */
/* .captcha-wrap {
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  padding: 8px 12px;
  background: #f8f9fa;
}
.captcha-code {
  font-family: monospace, Consolas, 'Courier New', monospace;
  font-size: 20px;
  letter-spacing: 4px;
  user-select: none;
  white-space: nowrap;
}
#captchaError { color: #dc3545; } */ */

/*--------------------------------------------------------------
# MODERN START CARD
--------------------------------------------------------------*/

.modern-stat-card{
  background: #ffffff;
  border: 1px solid rgba(26, 35, 126, 0.18);
  border-radius: 16px;
  padding: 18px 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  height: 100%;
}

    .modern-stat-card:hover{
      transform: translateY(-4px);
      box-shadow: 0 10px 24px rgba(26, 35, 126, 0.18);
      border-color:rgba(26, 35, 126, 0.25);
    }

.modern-stat-card h2{
  color:#011B65;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1;
}

.modern-stat-card p{
  color: #151515;
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.2px;
}

@media (max-width: 768px){
  .modern-stat-card{
    padding: 16px 10px;
  }

  .modern-stat-card h2{
    font-size: 1.7rem;
  }

  .modern-stat-card p{
    font-size: 0.85rem;
  }
}

/*--------------------------------------------------------------
# Problems
--------------------------------------------------------------*/
  .problem-section {
    background-color: #f9f9f9;
  }
 .problem-card{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
  }

  .problem-card:hover{
    transform: translateY(-4px);
    border-color:rgba(26, 35, 126, 0.4);
    box-shadow: 0 14px 32px rgba(26, 35, 126, 0.18);
  }

  .problem-icon{
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(26, 35, 126, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }

  .problem-icon i{
    font-size: 1.7rem;
    color:#011B65;
  }

  .problem-card h4{
    font-size: 1.15rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: 14px;
  }

  .problem-card p{
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 768px){

    .problem-card{
      padding: 24px 20px;
      border-radius: 18px;
    }

    .problem-icon{
      width: 54px;
      height: 54px;
      margin-bottom: 18px;
    }

    .problem-icon i{
      font-size: 1.5rem;
    }

    .problem-card h4{
      font-size: 1.05rem;
    }

    .problem-card p{
      font-size: 0.9rem;
      line-height: 1.6;
    }
  }

/*--------------------------------------------------------------
# Working
--------------------------------------------------------------*/

  .working-section{
    background: #fff;
  }

  .working-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 38px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    height: 100%;
  }

  .working-card:hover{
    transform: translateY(-4px);
    border-color: rgba(26, 35, 126, 0.18);
    box-shadow: 0 18px 40px rgba(26, 35, 126, 0.08);
  }

  .dark-card{
    /* background: linear-gradient(135deg, #151515, #1f1f1f); */
    background-color: #011B65;
    border: 1px solid rgba(255,255,255,0.05);
  }

  .working-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(26, 35, 126, 0.08);
    color:#011B65;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 0.92rem;
  }

  .dark-badge{
    background: rgba(255,255,255,0.08);
    color: #fff;
  }

  .working-title{
    font-size: 2rem;
    font-weight: 700;
    color: #151515;
    line-height: 1.3;
    margin-bottom: 22px;
  }

  .working-text{
    color: #666;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 0;
  }

  .working-highlight{
    margin-top: 28px;
    padding: 18px 22px;
    border-left: 4px solid#011B65;
    background: rgba(26, 35, 126, 0.08);
    border-radius: 12px;
    color: #151515;
    font-weight: 700;
    font-size: 1.05rem;
  }

 
  .dark-highlight{
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-left-color:#fff;
  }

  .guarantee-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .guarantee-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    
    padding: 16px;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .guarantee-item i{
    color:#fff;
    margin-top: 2px;
    font-size: 1rem;
  }

  .einstein-quote{
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
  }

  .einstein-quote span{
    display: block;
    margin-top: 10px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
  }

  @media (max-width: 992px){

    .working-card{
      padding: 30px 24px;
    }

    .working-title{
      font-size: 1.7rem;
    }

    .guarantee-grid{
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px){

    .working-title{
      font-size: 1.5rem;
    }

    .working-text{
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .working-highlight{
      font-size: 1rem;
    }
  }

/*--------------------------------------------------------------
# Implementation Check
--------------------------------------------------------------*/

  .implementation-section{
    background-color: #f9f9f9;
    overflow: hidden;
  }

  .implementation-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(26, 35, 126, 0.08);
    color:#011B65;
    font-weight: 600;
    font-size: 0.92rem;
  }

  .implementation-title{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #151515;
    margin-bottom: 0;
  }

  .implementation-text{
    color: #666;
    font-size: 1rem;
    line-height: 1.9;
    max-width: 95%;
  }

  .implementation-phase{
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .phase-card{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-left: 4px solid#011B65;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  }

  .phase-card h5{
    font-size: 1.1rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: 10px;
  }

  .phase-card p{
    margin: 0;
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
  }

  .implementation-points{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .point-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #151515;
    font-weight: 500;
    line-height: 1.6;
  }

  .point-item i{
    color:#011B65;
    font-size: 1rem;
    margin-top: 3px;
  }

  .implementation-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 14px;
    /* background:#011B65; */
    /* background:#011B65; */
    background: #011B65;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 24px rgba(26, 35, 126, 0.18);
  }

  /* Implementation btn before */

  .implementation-btn:hover{
    /* background: #151515; */
    color: #fff;
    transform: translateY(-3px);
  }

  .implementation-image-wrapper{
    position: relative;
  }

  .implementation-image{
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  }

  .floating-result-card{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(21,21,21,0.92);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 20px 24px;
    max-width: 320px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  }

  .floating-result-card h4{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .floating-result-card p{
    margin: 0;
    color: rgba(255,255,255,0.75);
    font-size: 0.92rem;
    line-height: 1.6;
  }

  @media (max-width: 992px){

    .implementation-title{
      font-size: 2rem;
    }

    .implementation-text{
      max-width: 100%;
    }

    .floating-result-card{
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      max-width: 100%;
    }
  }

  @media (max-width: 768px){

    .implementation-title{
      font-size: 1.7rem;
    }

    .implementation-text{
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .phase-card{
      padding: 18px;
    }

    .implementation-btn{
      width: 100%;
    }
  }

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

.testimonials-section{
  /* background: linear-gradient(
    135deg,
    #f8f9ff 0%,
    #eef2ff 100%
  ); */
  position: relative;
  overflow: hidden;
}

.testimonials-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(1, 27, 101, 0.08);
  color: #011B65;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.testimonials-title{
  font-size: 1.5rem;
  font-weight: 800;
  color: #011B65;
  line-height: 1.25;
  margin-bottom: 18px;
}

.testimonials-subtitle{
  color: #666;
  font-size: 1rem;
  line-height: 1.9;
  max-width: 700px;
}

.testimonial-card{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}

.testimonial-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(1,27,101,0.12);
}

.testimonial-video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.testimonial-video iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial-content{
  padding: 30px;
}

.testimonial-content h3{
  font-size: 1.35rem;
  font-weight: 700;
  color: #151515;
  margin-bottom: 14px;
}

.testimonial-content p{
  color: #666;
  line-height: 1.9;
  margin-bottom: 0;
  font-size: 0.96rem;
}

.testimonial-quote{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(1, 27, 101, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonial-quote i{
  color: #011B65;
  font-size: 1.4rem;
}

@media(max-width: 992px){

  .testimonials-title{
    font-size: 2rem;
  }

}

@media(max-width: 768px){

  .testimonials-title{
    font-size: 1.7rem;
  }

  .testimonial-content{
    padding: 24px;
  }

}

/*--------------------------------------------------------------
# Horizontal Scroll Testimonials
--------------------------------------------------------------*/

.testimonials-scroll-row{
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  padding-bottom: 10px;
}

.testimonials-scroll-row::-webkit-scrollbar{
  height: 8px;
}

.testimonials-scroll-row::-webkit-scrollbar-thumb{
  background: rgba(1, 27, 101, 0.3);
  border-radius: 50px;
}

.testimonials-scroll-row > div{
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

@media(max-width: 992px){

  .testimonials-scroll-row > div{
    flex: 0 0 70%;
    max-width: 70%;
  }

}

@media(max-width: 768px){

  .testimonials-scroll-row > div{
    flex: 0 0 90%;
    max-width: 90%;
  }

}