:root {
    --primary-color: #162340;
    --secondary-color: #3d3d3d;
    --text-color: #333;
    --text-color-white: #fff;
    --light-bg: #f8f9fa;
}
h2 { font-weight:700;font-size:32px; }
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
}
footer.bg-dark.text-white.py-5 {
    background: #f3c026 !important;
}
footer.bg-dark.text-white.py-5 p, footer.bg-dark.text-white.py-5 h2, footer.bg-dark.text-white.py-5 h3, footer.bg-dark.text-white.py-5 h4, footer.bg-dark.text-white.py-5 h5, footer.bg-dark.text-white.py-5 a, footer.bg-dark.text-white.py-5 i { color:#000; }
 .footer-logo img { max-width:65%; }
  a.navbar-brand img {
        max-width: 220px;
    }
.counter-box {
    color: #f3c026;
}
h5.mb-3 {
    font-weight: 600;
}
footer.bg-dark.text-white.py-5 hr {.navbar.scrolled
    border-top: 1px solid #333;
}
.input-group input {
    border: none;
    border-radius: 0;
}
button.btn.btn-primary, button#button-addon2{
        background:var(--primary-color); 
        color: #f3c026;
        border-radius:0px;
        border: none;
}
.card-body { 
    background:var(--primary-color); 
    border-radius: 10px;
    position: 20px;
}
.card-body i { color: #f3c026 !important; font-size: 28px;}
.card-title {
      color:#fff;
}
p.card-text { color:#fff;font-size:14px;font-weight:300; }
.p-60 { padding:40px 0; }
.navbar {
    transition: background-color 0.3s, box-shadow 0.3s;
}
/*.navbar img { filter: brightness(0) invert(1);*/
/* }*/
.navbar.scrolled img { filter: brightness(1) invert(0);
  }

.navbar.scrolled {
    background-color: #232323 !important;
    /* Change background on scroll */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Add shadow */
}

.navbar-brand {
    font-weight: bold;
    color: var(--primary-color) !important;
}

.nav-link {
    color: var(--text-color-white) !important;
    transition: color 0.3s ease;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 200;
}
.navbar.scrolled .nav-link {
    color: var(--text-color) !important;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.swiper-slide-content {
    text-align: center;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: bold;
    color: var(--primary-color);
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 10px auto 0;
}
/* swiper slider*/
.fixed-top {
    /* background: #3333332b */;
    background: #232323;
}
a.rd-more {
    color: #f3c026;
    text-decoration: unset;
    font-weight: 500;
    font-size: 12px;
}
section#process ul li, section#process p {
    color: #fff;
}

/* Full Parallax Slider */
.creative-parallax--slider { height:100vh; overflow:hidden; }
.slider-wrap {
  background: #162340;
  height: 100vh;
}
.swiper-slide--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg {
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner {
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
  display: block;
  text-align: center;
  color: #fff;
  line-height: normal;
  text-shadow: rgb(11, 18, 54) 3px 3px 15px;
  padding: 0px 0px 23px;
  font-weight: 700;
  font-size: 52px;
  white-space: normal;
  text-transform: capitalize;
}
.from-left,
.from-right {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s;
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards;
  animation-delay: 1s;
}
.slide-main--subheading {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  filter: blur(4px);
}
.swiper-slide-active .slide-main--subheading {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInDown 1s ease forwards;
  animation-delay: 1.2s;
}

.slide-des {
  text-align: center;
  line-height: 25px;
  border-width: 0px;
  padding: 0px 0px 25px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 14px;
  white-space: normal;
  min-height: 0px;
  min-width: 347px;
  max-height: none;
  max-width: 347px;
  color: rgb(255, 255, 255);
  margin: auto;
  opacity: 0;
}
.swiper-slide-active .slide-des {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.4s;
}
.slide-cta .slide-btn {
  text-align: inherit;
  line-height: 27px;
  border-width: 1px;
  margin: 0px;
  padding: 18px 70px 18px 46px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    #f7693c,
    #c74e45,
    #7d3785,
    #582d9f,
    #3928af,
    #582d9f,
    #7d3785,
    #c74e45,
    #f7693c
  );
  background-size: 200% auto;
  color: #ffffff;
  display: inline-block;
  border: 2px solid transparent;
  width: auto;
  border-radius: 50px;
  position: relative;
  transition: 0.3s ease-in-out !important;
}
.slide-cta {
    text-align: center;
}
.swiper-slide-active .slide-cta .slide-btn {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp2 1s ease forwards;
  animation-delay: 1.4s;
}
.slide-cta .slide-btn:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  background-position: right center;
}
.slide-cta .slide-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  color: #3c2fc0;
}
.slide-badge {
  display: flex;
  flex-direction: column;
  width: 69px;
  height: 69px;
  background: #3c2fc0;
  line-height: normal;
  font-size: 9px;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: -184px;
  top: 0;
  transition: 0.3s ease-in-out !important;
  opacity: 0;
}
.swiper-slide-active .slide-badge {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp3 1s ease forwards;
  animation-delay: 1.5s;
}
.slide-badge .patch-check svg {
  height: 20px;
  width: 20px;
  margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

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

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.parallax-slider .slide-btns {
  width: 54px;
  height: 54px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}
.slide-btns.swiper-button-next:after,
.slide-btns.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.slide-btns:hover {
  border: 1px solid #fff;
  background: #fff;
}
.slide-btns:hover:after {
  color: #232323;
}
span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1;
  display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.autoplay-progress {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 10px;
}

.progress-fill {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  background-color: #00000026;
  width: var(--progress, 0%);
  transition: width 0.5s ease;
}
/* ======== Sticky Footer ========= */
.sticky-footer {
  position: fixed;
  width: 100%;
  background: #333;
  z-index: 999;
  bottom: 0;
}
.sticky-footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  padding-right: 15px;
}
.creditd a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.social ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0px;
  column-gap: 10px;
  align-items: center;
}
.social ul li a {
  display: flex;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.social ul li a img {
  max-width: 20px;
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
  .slider-wrap {
    height: 750px;
  }
  .slide--bg {
    min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
  }
  .slide--bg .slide-bg--inner {
    width: 590px;
    height: 590px;
  }
  .slide-badge {
    right: -116px;
  }
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
  .slider-wrap {
    height: 736px;
  }
  .slide--bg {
    min-height: 550px;
    min-width: 550px;
    max-height: 550px;
    max-width: 550px;
  }
  .slide--bg .slide-bg--inner {
    width: 450px;
    height: 450px;
  }
  .parallax-slider .slide-btns {
    display: none;
  }
  .slide-main--heading {
    font-size: 32px;
  }
  .swiper-pagination {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
  }
  span.swiper-pagination-bullet {
    display: block;
  }
}
/* swiper slide */
.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.testimonial {
    background-color: var(--light-bg);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.counter-box {
    text-align: center;
    padding: 20px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 10px;
}

.counter-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.counter {
    font-size: 30px;
    font-weight: bold;
}

.cta-section {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 60px 0;
}

footer {
    background-color: #333;
    color: white;
    padding: 60px 0 30px;
}

.social-links a {
    color: white;
    font-size: 24px;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--secondary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.contact-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/slide1.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 125px 0;
    text-align: center;
}

.map-container {
    height: 400px;
    width: 100%;
}

.contact-info i {
    font-size: 24px;
    margin-right: 10px;
    color: #f3c026;
}

.col-md-img img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color:#fff !important; }
.about-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/backgroundImage2.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 200px 0;
    text-align: center;
}
ul.dropdown-menu.show li {
    border-bottom: 1px solid #f7f7f7;
    font-size: 12px;
    padding: 5px 0;
}
ul.dropdown-menu.show {
    border-radius: 0px;
    border: navajowhite;
}
.attachment-fixed{
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/backgroundImage2.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 125px 0;
    text-align: center;
background-attachment: fixed;    
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline>li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e9ecef;
    border-right: 0 solid #e9ecef;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #f3c026;
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
    color: #3d3d3d;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

#success-msg{
    color: green;
    display: block;
}

#error-msg{
    color: red;
    display: block;
}


.slider-title {
  text-align: center;
  font-size: 2rem; /* Adjust font size */
  margin-bottom: 20px;
  font-weight: bold;
}
.software-img {
  width: 250px;
  height: 100px;
  animation: scroll 60s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider-software {
  margin-top: 40px;
  /*background-color: whitesmoke;*/
  /*padding: 3em 1em;*/
}

.certificate-image{
  width: 60%;
  height: 60%;
  object-position: center center;
  border-radius: 10px;
  margin-bottom: 20px;
}

.cert{
  text-align: center !important;
}

.place-card{
  display: none !important;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

.rating-stars {
  display: inline-block;
}

.star {
  font-size: 18px; /* Adjust size as needed */
  color: #ddd; /* Default star color (gray) */
  margin-right: 2px;
}

.star.gold {
  color: gold; /* Gold color for filled stars */
}

.blog-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-content {
  padding: 15px;
}
.read-more {
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}