/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");

body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.65;
}

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

.no-padding {
  padding: 0 !important;
}

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

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

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #28ABE3;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

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

.mt-40 {
  margin-top: 40px;
}

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

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #28ABE3;
  }

  50%,
  100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }

  50%,
  100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding-bottom: 50px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #000000;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28ABE3;
}

.bg-gray {
  background: #f7f6f6;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: 0.3s all;
}

.navigation .logo-white {
  color: #fff;
  font-size: 20px;
}

.navigation .logo-default {
  display: none;
  font-size: 20px;
}

.navigation .dropdown-toggle::before,
.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 0px;
  vertical-align: 2px;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item2 .nav-link2 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 15px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #0573a2;
}

.navigation .navbar-light .navbar-nav .nav-item2 .nav-link2:hover,
.navigation .navbar-light .navbar-nav .nav-item2 .nav-link2:active,
.navigation .navbar-light .navbar-nav .nav-item2 .nav-link2:focus {
  background: none;
  color: #0573a2;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #1c0081;
}

.navigation .navbar-light .navbar-nav .nav-item2.active .nav-link2 {
  color: #1c0081;
}

@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }

  .navigation .nav-link2 {
    padding: 6px !important;
  }

  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}

.navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  background-color: #000000;
}

@media (min-width: 992px) {
  .navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -5px;
  }

  .navigation .dropleft .dropdown-menu {
    left: 85px;
    right: 100%;
    margin: 0;
    top: -5px;
  }

  .navigation .dropdown-submenu .dropdown-menu {
    background-color: #000000;
  }
}

.navigation .dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 70%;
  left: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #000000;
  transition: 0.3s ease;
}

.navigation .dropdown-menu li:first-child {
  margin-top: 12px;
}

.navigation .dropdown-menu li:last-child {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    /* text-align: center; */
    transition: 0s;
  }
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }

  .navigation .dropdown-menu {
    float: left;
    width: 100%;
  }
}

.navigation .dropdown-item {
  color: rgba(245, 245, 245, 0.8);
  transition: 0.2s ease;
  padding: 8px 22px;
  font-size: 18px;
}

.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }

  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    border-bottom: 1px solid rgb(200, 199, 199);
  }

  .navigation .navbar-light .navbar-nav .nav-item2 .nav-link2 {
    color: #ffffff;
    text-decoration: underline;
  }

  .navigation .logo-white {
    display: none;
  }

  .navigation .logo-default {
    display: block;
  }

  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-item2 .nav-link2 {
  color: #ffffff;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}


.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

@media (max-width: 768px) {

  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none !important;
  }
}

.hero-slider:hover .prevArrow {
  left: 20px;
}

.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}

.about .btn-about {
  background: #28ABE3;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}

.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/* ====================== CONTACT SECTION ====================== */

.contact-section {
  width: 100%;
  padding: 80px 20px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
}

.contact-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ====================== INFO GRID ====================== */

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.info-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-card i {
  font-size: 28px;
  color: #2563eb;
  margin-bottom: 12px;
}

.info-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #111827;
}

.info-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

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

.info-card a:hover {
  color: #2563eb;
}

/* ====================== MAP ====================== */

.map-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.map-box iframe {
  width: 100%;
  height: 320px;
  border: none;
  border-radius: 16px;
}

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

/* Mobile phones */
@media (max-width: 480px) {
  .contact-section {
    padding: 45px 15px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .info-card {
    padding: 22px 18px;
  }

  .info-card h4 {
    font-size: 16px;
  }

  .info-card p {
    font-size: 14px;
  }

  .map-box iframe {
    height: 240px;
  }
}

/* Small devices */
@media (min-width: 481px) and (max-width: 767px) {
  .info-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* Small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .info-grid {
    gap: 28px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .info-grid {
    gap: 30px;
  }
}




/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item>div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 30px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title>h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}

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

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

/*=================================================================
  Capability page enterprise and it section
==================================================================*/
.enterprise-card .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.enterprise-card .card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.enterprise-card .card p {
  font-size: 0.95rem;
  color: #333;
}

.enterprise-card .arrow {
  color: #0073e6;
  /* Blue arrow color like in your screenshot */
  font-weight: bold;
  margin-left: 5px;
}

.enterprise-card .featured-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.enterprise-card .featured-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.enterprise-card .featured-title .arrow {
  color: #2a5df7;
  /* blue arrow */
  font-size: 44px;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .enterprise-card .sectors-grid {
    grid-template-columns: 1fr;
  }
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28ABE3;
}

.development-steps .step-2 h4,
.development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4,
.development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4,
.development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding: 100px 0;
  padding-bottom: 70px;
  /* background: #F6F6F6; */
}

.team .team-member {
  background: #F6F6F6;
  margin-bottom: 30px;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #000000;
  margin-top: 10px;
  padding: 0 15px;
}

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

.team .member-photo:hover img {
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 145px;
  background-color: rgb(255, 255, 255);
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #F6F6F6;
}

.posts {
  padding-bottom: 40px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}

.post-content-share li a:hover {
  background: #28ABE3;
  border-color: #28ABE3;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}

.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.comment-list-item:last-child {
  border: 0;
}

.comment-list-item-image {
  margin-right: 20px;
}

.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}

.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}

.comment-list-item-content p {
  margin-bottom: 5px;
}

.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}

.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}

.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}

.comment-form textarea.form-control {
  height: 200px !important;
}

.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28ABE3;
}

.post-meta>span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta>span:last-child {
  border-right: 0;
}

.post-meta>span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28ABE3;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

/* ================= FOOTER ================= */
/* ================= FOOTER ================= */
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28ABE3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}


.footer-block {
  margin-bottom: 40px; /* SAME GAP BETWEEN SECTIONS */
}

.footer-block h4 {
  margin-bottom: 18px;
  font-size: 20px;
  color: #ffffff;
}

.footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.footer-block ul li a {
  color: #1e90ff;
  text-decoration: none;
  font-size: 15px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {

  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }

  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }

  .mask ul {
    top: 85px;
  }

  .mask ul li {
    margin: 0 5px;
  }

  .team-mate>h4 {
    margin-bottom: 10px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  .member-info ul li {
    margin-right: 10px;
  }

  /* testimonial */
  .client-info {
    width: 55%;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }

  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }

  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }

  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }

  .about-content {
    margin: 0 auto;
    width: 60%;
  }

  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }

  .counters-item {
    margin-bottom: 30px;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }

  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }

  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }

  .skill-chart>h3 {
    margin: 15px 0;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }

  /* testimonial */
  .client-info {
    width: 75%;
  }

  /* latest posts */
  .note {
    margin-bottom: 30px;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }

  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }

  .clients-logo-slider {
    text-align: center;
  }

  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }

  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }

  .feature-desc a {
    margin: 5px 5px 5px 0;
  }

  

  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }

  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }

  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }

  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }

  .client-info {
    width: 100%;
  }

  /* latest posts */
  .note {
    margin-bottom: 30px;
  }

  .note .excerpt {
    padding: 0 20px 20px;
  }

  .all-post {
    margin: 20px 0 30px;
  }

  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }

  #map-canvas {
    height: 250px;
  }

  /* footer */
  .social-icon ul li,
  .social-icon ul li:first-child {
    margin: 15px;
  }

  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }

  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }

  .blog-title h1 {
    font-size: 28px;
  }

  /* blog page */
  #blog-page {
    margin: 0;
  }

  #blog-posts {
    margin: 0 0 40px;
  }

  .post-excerpt h3 {
    font-size: 20px;
  }

  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }

  .tab-post-nav li a {
    padding: 8px 5px;
  }

  /* single blog page */
  .author-social {
    margin-left: 0;
  }

  .author-avatar {
    margin-right: 10px;
  }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }

  .counter .counter-title h2 {
    font-size: 35px;
  }

  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  /* portfolio */
  .og-grid li {
    width: 245px;
  }

  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }

  /* testimonials */
  .client-info {
    width: 74%;
  }

  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }

  /* contact */
  .contact-info {
    width: 100%;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}



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



/*=================================================================
  Workshops Page
==================================================================*/
.about-shot-info ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-shot-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #848484;
}

.about-shot-info img {
  width: auto;
  height: 80%;
}

.why-our-workshops {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.why-our-workshops h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #212529;
}

.why-our-workshops img {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.why-our-workshops ul {
  padding-left: 20px;
  list-style-type: disc;
}

.why-our-workshops ul li {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}

.why-our-workshops ul li::before {
  content: "\2714";
  /* Unicode for ? */
  position: absolute;
  left: 0;
  color: #007BFF;
  font-weight: bold;
  font-size: larger;

}

.workshops-cards {
  padding: 60px 0;

}

.workshops-cards h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #212529;
}

.workshops-cards .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.workshops-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.workshops-cards .card-img-top {
  height: 200px;
  /* object-fit: cover; */
  background-size: contain;
  width: 100%;
}

.workshops-cards .card-body {
  padding: 20px;
}

.workshops-cards .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.workshops-cards .card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.workshop-schedule {
  padding: 60px 0;
  background-color: #ffffff;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.schedule-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.schedule-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f6f9;
  border-left: 4px solid #007bff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: background 0.3s ease;
  flex-wrap: wrap;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.schedule-list li:hover {
  background: #eaf2ff;
}

.schedule-date {
  font-size: 18px;
  font-weight: 700;
  color: #007bff;
  min-width: 100px;
}

.schedule-details {
  flex-grow: 1;
  padding: 0 20px;
}

.schedule-details h5 {
  margin: 0;
  font-size: 20px;
  color: #222;
}

.schedule-details p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #666;
}

.schedule-details i {
  margin-right: 8px;
  color: #007bff;
}

.btn-register {
  background-color: #007bff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-register:hover {
  background-color: #69acf5;
  color: rgb(243, 241, 241)
}

/* mobile responsive */
@media (max-width: 576px) {
  .schedule-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-details {
    padding: 10px 0;
  }

  .btn-register {
    margin-top: 10px;
  }
}


.faq-section {
  padding: 60px 0;
  background: #f9fafc;
}

.faq-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dbe2ea;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  background: #f1f5fb;
  color: #033b84;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.faq-question::after {
  content: "+";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: transform 0.3s ease;
  border: none;
}

.faq-question.active::after {
  transform: rotate(45deg);
  border: none;
}

.faq-answer {
  display: none;
  padding: 16px 20px;
  font-size: 16px;
  color: #444;
  background: #fff;
  border-top: 1px solid #dbe2ea;
}

/*=================================================================
  Tech-Talk Page
==================================================================*/
.about-tech-talk-info ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-tech-talk-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #848484;
}

.upcoming-talks {
  background: #fff;
  padding: 60px 0;
}

.talk-card {
  background: #f1f5fb;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.talk-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #033b84;
}

.talk-card p {
  margin: 4px 0;
  color: #555;
}

.btn-register {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background: #28abe3;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}


.speakers {
  padding: 60px 0;
  background-color: #f9fafc;
}

.speaker-card {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.speaker-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.speaker-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #033b84;
}

.speaker-card p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Competitions Page
==================================================================*/
.about-competitions-info ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-competitions-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #848484;
}

.about-competitions-info img {
  width: auto;
  height: 90%;
}

.competition-categories {
  padding: 60px 0;
  background-color: #eceaea;
}

.competition-categories h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #212529;
}

.competition-categories .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.competition-categories .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

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

.competition-categories .card-body {
  padding: 20px;
}

.competition-categories .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.competition-categories .card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.competition-item {
  background: #f2f5f5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.competition-item h5 {
  color: #033b84;
  margin-bottom: 10px;
}

.completed-competitions .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.completed-competitions .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.completed-competitions .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.completed-competitions .card-content {
  padding: 16px;
}

.completed-competitions .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.completed-competitions .card-description {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 12px;
}

.completed-competitions .card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #888;
}

.completed-competitions .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/*=================================================================
 internship
==================================================================*/

.internship-section {
  background-color: #f2f7ff;
  padding: 3rem 1rem;
}

.internship-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.internship-text {
  flex: 1 1 50%;
}

.internship-text h2 {
  font-size: 2rem;
  color: #003f88;
  margin-bottom: 1rem;
}

.internship-text p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #444;
}

.btn-internship {
  display: inline-block;
  background-color: #003f88;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.btn-internship:hover {
  background-color: #002f6c;
}

.internship-image {
  flex: 1 1 45%;
  text-align: center;
}

.internship-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.internship-slider-section {
  background: #f0f8ff;
  padding: 3rem 1rem;
  text-align: center;
}

.internship-slider-section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #003f88;
}

/*=================================================================
 form_section
==================================================================*/
.enroll-form-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.enroll-form-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.enroll-form-section p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
}

.enroll-form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enroll-form input,
.enroll-form textarea {
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.enroll-btn {
  background-color: #140aa0;
  color: white;
  padding: 14px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enroll-btn:hover {
  background-color: #140aa0;
}

/*=================================================================
 call-to-action
==================================================================*/
.cta-section {
  background-image: url('images/call-to-action.jpg');
  /* Replace with your desired image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 20px;
  color: #003f88;
  text-align: center;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f0f8ff;
  /* Overlay effect */
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.cta-content h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #250179;
  color: white;
  padding: 14px 32px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #140363;
}


/*=================================================================
 slider
==================================================================*/


.slider-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.slide h3 {
  margin: 0.8rem 1rem 0.5rem;
  color: #0056b3;
}

.slide p {
  margin: 0 1rem 1rem;
  font-size: 0.95rem;
  color: #444;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #003f88;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 1;
  border-radius: 5px;
}

.slider-btn:hover {
  background: #001f4d;
}

.slider-btn.prev {
  left: 0.5rem;
}

.slider-btn.next {
  right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    min-width: 80%;
  }
}

/*=================================================================
 internship_section
==================================================================*/

.internship-info-section {
  background: #fff;
  padding: 60px 20px;
}

.internship-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.internship-video iframe {
  width: 500px;
  height: 280px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.internship-text {
  max-width: 500px;
}

.internship-text h2 {
  color: #003f88;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.internship-text p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.6;
}

.internship-text ul {
  list-style: none;
  padding: 0;
}

.internship-text li {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .internship-content {
    flex-direction: column;
    text-align: center;
  }

  .internship-video iframe {
    width: 100%;
    height: 220px;
  }

  .internship-text {
    padding: 0 10px;
  }
}

/*=================================================================
 internship_card_section
==================================================================*/
.internship-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 40px;
}

/* Base Card Style */
.internship-cards .card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  transition: 0.3s ease;
}

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

.internship-cards .card h3 {
  font-size: 1.1rem;
  color: #1f2937;
  margin-bottom: 14px;
}

.internship-cards .card p,
.internship-cards .card ul,
.internship-cards .card li {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 8px;
}

.internship-cards .card ul {
  padding-left: 18px;
  list-style-type: disc;
}

.internship-cards .card a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.internship-cards .card a:hover {
  text-decoration: underline;
}

/* Color Themes */

.internship-cards .card-white {
  background-color: #fbfcfd;
}

.internship-cards .card-blue {
  background-color: #eceff3;
}

/* Image Card Style */
.internship-cards .card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.internship-cards .card button {
  background: #1e40af;
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 0.9rem;
  border-radius: 8px;
  cursor: pointer;
  margin-top: auto;
}

.internship-cards .image-card button:hover {
  background: #1a368a;
}

.internship-cards .image-caption {
  text-align: center;
  margin-top: 10px;
}

.internship-cards .image-caption p {
  font-weight: 500;
  margin-bottom: 5px;
  color: #374151;
}

.internship-cards .image-caption a {
  font-size: 0.9rem;
  color: #2563eb;
  text-decoration: underline;
}

/*=================================================================
 jobs_image_section with overlay container
==================================================================*/

/* Image section with overlay container */
.image-section {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.banner-image {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Button row overlay */
.overlay-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

/* Dropdown styles */
.dropdown {
  position: relative;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 18px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.dropdown-content a {
  color: black;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #007BFF;
}

/*=================================================================
 jobs_image_section Search bar positioning
==================================================================*/

/*  */
.search-container {
  position: absolute;
  top: 250px;
  right: 40%;
  transform: translateX(90%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.search-input {
  padding: 10px;
  width: 250px;
  border: black;
  border-radius: 5px;
  font-size: 16px;
}

.search-button {
  padding: 10px 16px;
  background-color: #007BFF;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.search-button:hover {
  background-color: #0056b3;
}


/*=================================================================
 jobs_box_section 
==================================================================*/


.job-section {
  max-width: 800px;
  margin: 0 auto;
}

.job-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.job-box {
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 5px solid #4CAF50;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.job-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 15px;
  border-radius: 6px;
  background: #f1f1f1;
}

.job-content {
  flex: 1;
}

.job-box h3 {
  margin: 0;
  color: #333;
}

.job-box p {
  margin: 5px 0;
  color: #555;
}

/*=================================================================
 jobs_category_apply_section
==================================================================*/
.apply-btn {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.apply-btn:hover {
  background-color: #45a049;
}

.job-category-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.category-card {
  width: 220px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.category-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

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



/*=================================================================
 About call to action
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

.courses-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.course-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

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

.course-card h2 {
  color: #0056b3;
  font-size: 1.5rem;
  margin: 1rem 1rem 0.5rem;
}

.course-card p {
  font-size: 1rem;
  margin: 0 1rem 1rem;
  flex-grow: 1;
}

.btn {
  display: inline-block;
  background-color: #0056b3;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  margin: 1rem;
  text-align: center;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #003f88;
}

/*=================================================================
 open-dev page opensource-intro section
==================================================================*/
.opensource-intro {
  background: #f9fafc;
  padding: 70px 0;
}

.opensource-intro h2 {
  font-size: 34px;
  font-weight: 700;
  color: #033b84;
  margin-bottom: 20px;
}

.opensource-intro .lead {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto;
  color: #555;
}

/*=================================================================
 open-dev page benefit-card section
==================================================================*/
.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

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

.benefit-card h4 {
  color: #033b84;
  margin-bottom: 15px;
}

/*=================================================================
 open-dev page focus-card section
==================================================================*/
.focus-card {
  background: #f1f5fb;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.focus-card:hover {
  background: #04479e;
  color: #fff;
}

/*=================================================================
 open-dev page projects section
==================================================================*/
.opensource-projects {
  padding: 80px 0;
  background: #f9fafc;
}

.project-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.project-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.project-content {
  padding: 20px;
}

.project-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #033b84;
  margin-bottom: 10px;
}

.project-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}

.project-tag {
  display: inline-block;
  padding: 4px 10px;
  background: #e8f0ff;
  color: #033b84;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.project-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #033b84;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-link:hover {
  color: #021f52;
}

/*=================================================================
 open-dev page get involved section
==================================================================*/
.opensource-steps {
  padding: 80px 0;
}

.step-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #033b84;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.step-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #033b84;
  margin-bottom: 10px;
}

.btn-register {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background: #033b84;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-register:hover {
  background: #011f47;
}

/*=================================================================
 open-dev page community voices section
==================================================================*/
.opensource-community {
  background: #f9fafc;
  padding: 80px 0;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
  font-size: 16px;
  color: #444;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.7;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author h6 {
  margin: 0;
  font-weight: 600;
  color: #033b84;
}

.testimonial-author small {
  color: #777;
}

/*=================================================================
 wrp page wrp-skill cards section
==================================================================*/
.wrp-skills {
  padding: 80px 0;
}

.skill-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.skill-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #033b84;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(3, 59, 132, 0.4);
}

.skill-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #033b84;
  margin-bottom: 12px;
}

.skill-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/*=================================================================
 wrp page wrp-heighlights section
==================================================================*/
.wrp-highlights {
  padding: 80px 0;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #033b84;
  transform: translateX(-50%);
}

.timeline-step {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.timeline-step:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.timeline-icon {
  background: #033b84;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(3, 59, 132, 0.4);
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 45%;
}

.timeline-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #033b84;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/*=================================================================
 wrp page testimonials section
==================================================================*/
.wrp-testimonials {
  padding: 80px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #033b84;
}

.testimonial-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 18px;
}

.testimonial-content h5 {
  font-size: 17px;
  font-weight: 600;
  color: #033b84;
  margin-bottom: 4px;
}

.testimonial-content span {
  font-size: 14px;
  color: #777;
}

/*=================================================================
 business strategy page
==================================================================*/

.feature-icon {
  font-size: 2.5rem;
  color: #0d6efd;
}

.business-feature .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.detail-section {
  scroll-margin-top: 100px;
}

/*=================================================================
 Technology Consulting Page
==================================================================*/
.technology-intro-section {
  max-width: 900px;
  margin: 0 auto;
}

.technology-service-card {
  background: #f8f9fa;
  border: none;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.technology-service-card i {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

.technology-service-card:hover {
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

.process-step {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.technology-process-step i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.technology-process-step:hover {
  background: #62a1ff;
  color: white;
  border-color: #0d6efd;
}

.technology-process-step:hover i {
  color: white;
}

.technology-benefit-card {
  background: #f1f5ff;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}

.technology-benefit-card:hover {
  background: #62a1ff;
  color: white;
}

.technology-benefit-card i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.technology-benefit-card:hover i {
  color: white;
}

/*=================================================================
 Digital Marketing & Growth Page
==================================================================*/
/* Feature Cards */
.digimarketing-feature-card {
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}

.digimarketing-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.digimarketing-feature-card i {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* Process Section */
.digimarketing-process-step {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.digimarketing-process-step:hover {
  background: #62a1ff;
  color: white;
}

.digimarketing-process-step i {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* Why Choose Us */
.digimarketing-why-choose {
  background: #f0f2f5;
  padding: 60px 0;
}

.digimarketing-why-choose h3 {
  font-weight: 600;
}

.digimarketing-why-choose li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.digimarketing-why-choose i {
  color: #0d6efd;
  margin-right: 8px;
}

/*=================================================================
 Startup Mentoring Page
==================================================================*/
/* Feature Cards */
.startup-feature-card {
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}

.startup-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.startup-feature-card i {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* Process Steps */
.startup-process-step {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.startup-process-step:hover {
  background: #62a1ff;
  color: white;
}

.startup-process-step i {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* Why Choose Us */
.startup-why-choose {
  background: #f0f2f5;
  padding: 60px 0;
}

.startup-why-choose h3 {
  font-weight: 600;
}

.startup-why-choose li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.startup-why-choose i {
  color: #0d6efd;
  margin-right: 8px;
}

/*=================================================================
 AI & Automation Consulting page
==================================================================*/
.aiauto-service-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

.aiauto-feature-card {
  background: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aiauto-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/*=================================================================
 Industries page
==================================================================*/
.sector-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.sector-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sector-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

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

/*=================================================================
 Case Studies page
==================================================================*/
/* Case Study Cards */
.case-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

.metrics {
  font-size: 0.95rem;
  margin-top: 10px;
}

.metrics span {
  font-weight: 600;
  color: #0d6efd;
}

/* Testimonials */
.case-testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

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

.case-testimonial-card i {
  color: #0d6efd;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Downloads Section */
.case-download-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.case-download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.case-download-card i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

/*=================================================================
 Blog page
==================================================================*/
/* Filters */
.blog-filter-bar {
  margin-bottom: 30px;
}

.blog-filter-bar select {
  min-width: 150px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

.blog-card .card-body h5 {
  font-weight: 600;
}

.blog-card .card-body p {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Webinar / Whitepaper Cards */
.resource-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: center;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.resource-card i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

/*=================================================================
 Event page
==================================================================*/
/* Event Card */
.event-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

.event-register-btn {
  background: #0d6efd;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.event-register-btn:hover {
  background: #0b5ed7;
  color: #fff;
}

/* Calendar Grid */
.event-calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.event-calendar-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.event-calendar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Past Events Gallery */
.event-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.event-gallery img:hover {
  transform: scale(1.05);
}


/*=================================================================
 Home page - About section
==================================================================*/


.featured-insight {
  padding: 30px 0;
  display: flex;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.featured-insight .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.insight-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.insight-title .arrow {
  color: #2a5df7;
  /* Blue arrow color */
  font-size: 44px;
  vertical-align: middle;
  margin-left: 8px;
}

.insight-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  max-width: 600px;
  text-align: left !important;
}

.insight-img img {
  border-radius: 4px;
  width: 100%;
  height: 350px;
  /* height: auto; */
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .featured-insight {
    flex-direction: column;
  }

  .insight-title {
    font-size: 32px;
  }

  .insight-text {
    font-size: 16px;
  }

  .section-tag {
    text-align: center;
  }

  .insight-content {
    text-align: center;
    margin-top: 30px;
    order: -1;
  }

  .insight-img {
    order: 0;
  }
}

/*=================================================================
 Home page - Capabilities section
==================================================================*/



/* General Section Styling */
.featured-section {
  padding: 70px 0;
  display: flex;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Image Styling */
.featured-img img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Content Styling */
.featured-content {
  padding-left: 40px;
}

.featured-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.featured-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.featured-title .arrow {
  color: #2a5df7;
  /* blue arrow */
  font-size: 44px;
  vertical-align: middle;
  margin-left: 8px;
}

.featured-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
}

/* Button Styling */
.featured-btn {
  display: inline-block;
  background-color: #2a5df7;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.featured-btn:hover {
  background-color: #1746c7;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .featured-section {
    flex-direction: column;
  }

  .featured-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
    order: 1;
  }

  .featured-img {
    order: 2;
  }

  .featured-title {
    font-size: 32px;
  }

  .featured-text {
    font-size: 16px;
  }
}

/* Blog Page */

.blog-card {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card__content {
  padding: 20px;
}

.blog-card__meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 10px;
}

.blog-card__meta span {
  margin-right: 15px;
}

.blog-card__meta .category {
  text-transform: uppercase;
  font-weight: bold;
  color: #e60023;
  /* change this colour if needed */
}

.blog-card__title {
  font-size: 1.8rem;
  color: #222;
  margin: 8px 0 12px;
}

.blog-card__byline {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 16px;
}

.blog-card__body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin: 0 0 12px;
}

/* Mobile responsive tweaks */
@media screen and (max-width: 600px) {
  .blog-card {
    margin: 10px;
    border-radius: 0;
    box-shadow: none;
  }

  .blog-card__title {
    font-size: 1.4rem;
  }

  .blog-card__body p {
    font-size: 0.95rem;
  }
}

@media (max-width: 410px) {
  .workshops-cards .card-img-top {
    /* object-fit: cover; */
    background-size: contain;
  }

}