/**
* Template Name: Kelly - v4.10.0
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Manrope", sans-serif;
  color: #444444;
  background: #f5f8fc;
  padding-top: 116px;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #0531f7;
  text-decoration: none;
}

a:hover {
  color: #51cdbe;
  text-decoration: none;
}

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



@media (max-width: 767px) {
  #main {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  #main {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 108px;
  }
}

#header .header-top-strip {
  min-height: 34px;
  padding: 6px 0;
  background: linear-gradient(90deg, #12344f, #1c5b6a 55%, #1f6c57);
  border-bottom: 1px solid rgba(186, 217, 235, 0.3);
}

#header .header-top-strip a {
  color: #e7f3ff;
  font-size: 12px;
  font-weight: 600;
}

#header .header-top-strip a i {
  margin-right: 4px;
}

#header .header-top-emails,
#header .header-top-phones {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eco-theme-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(87, 176, 136, 0.16), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(66, 148, 207, 0.12), transparent 30%),
    radial-gradient(circle at 32% 82%, rgba(124, 198, 122, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,251,247,0.92));
}

.eco-theme-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%232a7b5a' stroke-width='1.5' stroke-opacity='0.45'%3E%3Cpath d='M30 182c20-42 58-63 108-62'/%3E%3Cpath d='M56 152c17-26 37-42 70-50'/%3E%3Cpath d='M146 42l18 20-18 20-3-7h-16V49h16z'/%3E%3Ccircle cx='178' cy='154' r='16'/%3E%3Cpath d='M178 136v36M160 154h36'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 240px 240px;
  animation: ecoPatternDrift 26s linear infinite;
}

.eco-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  animation: ecoFloat 14s ease-in-out infinite;
}

.eco-orb-a {
  width: 240px;
  height: 240px;
  left: -60px;
  top: 24%;
  background: radial-gradient(circle at 30% 30%, rgba(52, 191, 120, 0.35), rgba(52, 191, 120, 0.02));
}

.eco-orb-b {
  width: 220px;
  height: 220px;
  right: -50px;
  top: 58%;
  animation-delay: -5s;
  background: radial-gradient(circle at 40% 30%, rgba(62, 143, 221, 0.28), rgba(62, 143, 221, 0.02));
}

.eco-orb-c {
  width: 180px;
  height: 180px;
  left: 62%;
  top: -40px;
  animation-delay: -9s;
  background: radial-gradient(circle at 40% 30%, rgba(130, 198, 92, 0.24), rgba(130, 198, 92, 0.01));
}

@keyframes ecoPatternDrift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-20px, -14px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes ecoFloat {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -18px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

#main,
#footer,
.back-to-top,
#preloader {
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #34b7a7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #49cbbb;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(184, 201, 224, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(23, 45, 76, 0.08);
  z-index: 3000;
  padding: 0;
}

#header .header-main {
  min-height: 72px;
  gap: 14px;
}

#header .logo {
  margin: 0;
  padding: 0 8px 0 0;
  line-height: 1.2;
  flex-shrink: 0;
}

#header .brand-name {
  display: inline-block;
  color: #11233c;
  letter-spacing: 0.35px;
  text-transform: none;
}

#header .brand-name span {
  color: #1564d6;
}

#header .brand-meta {
  color: #526887;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 5px;
}

#header .logo a {
  color: #11233c;
}

#header .logo img {
  max-height: 40px;
}

@media screen and (min-width: 501px) {
  #header .logo {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  #header .logo {
    font-size: 19px;
  }

  #header .brand-meta {
    display: none;
  }
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 21px;
    min-width: 0;
    max-width: calc(100% - 72px);
  }

  #header .header-main {
    min-height: 74px;
  }

  #header .brand-meta {
    display: none;
  }

  #header .header-top-strip {
    padding: 5px 0;
  }

  #header .header-top-strip a {
    font-size: 11px;
  }

  #header .header-top-emails,
  #header .header-top-phones {
    gap: 10px;
  }
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

.header-social-links a {
  color: #38506f;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c5d3e6;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  background: #f8fbff;
}

.header-social-links a:hover {
  color: #fff;
  background: #1564d6;
  border-color: #1564d6;
}

@media (max-width: 1199px) {
  .header-social-links {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  flex: 1;
  justify-content: center;
}

.navbar ul {
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  list-style: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(197, 214, 236, 0.9);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(23, 45, 76, 0.12);
}

.navbar li {
  position: relative;
  padding: 6px 4px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2f4666;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1564d6;
  visibility: hidden;
  transition: all 0.25s ease;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 18px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #122841;
  background: rgba(255, 255, 255, 0.8);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  margin: 0;
  padding: 8px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(32, 58, 92, 0.2);
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #dbe4f0;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: 0;
}

.navbar .dropdown ul a {
  padding: 9px 16px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1564d6;
  background: #f1f6ff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #143054;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.35s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  #header .header-main {
    gap: 8px;
  }

  .navbar {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(180, 200, 226, 0.9);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(20, 48, 84, 0.15);
    z-index: 1001;
  }

  .navbar ul {
    display: none;
  }
}

@media (max-width: 575px) {
  #header .logo {
    font-size: 17px;
    max-width: calc(100% - 66px);
  }

  .mobile-nav-toggle {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
}

.navbar-mobile {
  position: fixed !important;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background: rgba(11, 26, 45, 0.48);
  transition: 0.3s;
  z-index: 3002;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(17, 38, 64, 0.72);
  box-shadow: 0 8px 20px rgba(4, 12, 22, 0.4);
  z-index: 3004;
}

.navbar-mobile > ul {
  display: block;
  position: absolute;
  top: 62px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 12px;
  border-radius: 14px;
  background-color: rgba(247, 251, 255, 0.74);
  border: 1px solid rgba(205, 220, 240, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  transition: 0.3s;
  z-index: 3003;
}

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

@media (max-width: 991px) {
  body.mobile-nav-active #header {
    overflow: visible;
  }

  body.mobile-nav-active #navbar {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    z-index: 3002 !important;
    background: rgba(11, 26, 45, 0.48) !important;
  }

  body.mobile-nav-active #navbar > ul {
    display: block !important;
    position: absolute !important;
    top: 62px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
    z-index: 3003 !important;
    background-color: rgba(247, 251, 255, 0.74) !important;
    border: 1px solid rgba(205, 220, 240, 0.72) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
  }

  #header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.95);
  }
}

.navbar-mobile a,
.navbar-mobile a:focus {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
  padding: 10px 14px;
  color: #173150;
  border-radius: 10px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0e2a49;
  background: #e6f0ff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 8px 8px 10px 14px;
  padding: 8px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 8px 18px rgba(36, 58, 90, 0.14);
  border-radius: 10px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #34b7a7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../img/hero-bg.jpg") top right;
  background-size: cover;*/
}

@media (max-width: 767px) {
  #hero .container {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  #hero .container {
    padding-top: 80px;
    position: relative;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
}

#hero h2 {
  color: #6f6f6f;
  margin: 0 0 0 0;
  font-size: 22px;
}

#hero .btn-about {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 5px;
  color: #fff;
  background: #34b7a7;
}

#hero .btn-about:hover {
  background: #3dc8b7;
}

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

@media (max-width: 767px) {
  #hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.section-bg {
  background-color: #e7f8f6;
}

@media (max-width: 767px) {
  .section-title {
    text-align: center;
    padding-bottom: 10px;
  }

  .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .section-title {
    text-align: center;
    padding-bottom: 20px;
  }

  .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
  }
}


.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #34b7a7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/bg-1.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

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

.cta p {
  color: #fff;
}

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

.cta .cta-btn:hover {
  background: #34b7a7;
  border: 2px solid #34b7a7;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #555555;
}

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

.about .content ul li {
  padding-bottom: 5px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #34b7a7;
}

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

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f3f3f3;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #34b7a7;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
  font-size: 48px;
  display: block;
  color: #34b7a7;
}

.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

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

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

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

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

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c8efea;
  font-size: 26px;
}

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

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

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

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

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #34b7a7;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #34b7a7;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #222222;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #34b7a7;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1d685f;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #effbf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #34b7a7;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #34b7a7;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

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

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

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #78d9cd;
}

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

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

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

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

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #34b7a7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #34b7a7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

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

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

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

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

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

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

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

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

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

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

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

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #34b7a7;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #34b7a7;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3dc8b7;
}

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

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

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

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

/*--------------------------------------------------------------
# Home Page Modern
--------------------------------------------------------------*/
.homepage section {
  position: relative;
}

.homepage .modern-title h2 {
  font-size: 34px;
  color: #10233d;
  margin-bottom: 8px;
}

.homepage .modern-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #50627d;
}

.hero-home {
  min-height: clamp(520px, 72vh, 760px);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  margin-bottom: 28px;
}

.hero-home .carousel,
.hero-home .carousel-inner,
.hero-home .carousel-item {
  height: clamp(520px, 72vh, 760px);
}

.hero-home .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(112%) contrast(104%);
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(10, 24, 44, 0.86), rgba(10, 24, 44, 0.46));
  pointer-events: none;
}

.hero-home .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}

.hero-home .hero-overlay .container {
  padding-top: clamp(150px, 24vh, 240px);
}

.hero-home .hero-panel {
  max-width: 660px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  transform: none;
}

.hero-home .hero-kicker {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #b9d6ff;
  margin-bottom: 12px;
}

.hero-home h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.hero-home .hero-subtitle {
  color: #e5eefc;
  font-size: 15px;
  margin-bottom: 16px;
}

.hero-home .hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero-home .hero-actions .btn {
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
}

.hero-home .hero-actions .btn-primary {
  background: #1f6fe5;
  border-color: #1f6fe5;
}

.hero-home .hero-actions .btn-outline-light:hover {
  color: #0f1f37;
}

.hero-home .hero-actions .btn-project-mini {
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-width: 1px;
}

.hero-home .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-home .hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 6px 10px;
  font-size: 12px;
}

.about-modern,
.facts-modern,
.resume-modern,
.testimonials-modern {
  padding-top: 70px;
  padding-bottom: 70px;
}

.profile-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe4f1;
  box-shadow: 0 10px 26px rgba(16, 35, 61, 0.1);
  height: 520px;
  background: linear-gradient(160deg, #ffffff, #f2f7ff);
  transform-style: preserve-3d;
  transform: perspective(1100px) rotateX(0deg) rotateY(0deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}

.profile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.profile-card:hover {
  transform: perspective(1100px) rotateX(4deg) rotateY(-4deg) translateY(-4px);
  border-color: #c8d9ee;
  box-shadow: 0 24px 42px rgba(16, 35, 61, 0.2), 0 10px 20px rgba(16, 35, 61, 0.12);
}

.profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(20px);
}

.about-modern .about-card {
  background: #fff;
  border: 1px solid #dce5f2;
  border-radius: 16px;
  padding: 22px;
  height: 520px;
  overflow: auto;
  box-shadow: 0 8px 24px rgba(16, 35, 61, 0.08);
}

.about-modern .about-card h3 {
  font-size: 28px;
  color: #10233d;
}

.about-modern .role-line {
  color: #1d5fc6;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-modern .about-meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.about-modern .about-meta li {
  padding: 8px 0;
  border-bottom: 1px dashed #d4dfef;
  color: #3c4e69;
}

.facts-modern .metric-card {
  background: #fff;
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 22px rgba(16, 35, 61, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.facts-modern .metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 28px rgba(16, 35, 61, 0.12);
}

.facts-modern .metric-card span {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #135ec7;
  line-height: 1;
  margin-bottom: 8px;
}

.facts-modern .metric-card p {
  margin: 0;
  color: #4a5c76;
  font-size: 14px;
}

.resume-modern .resume-panel {
  background: #fff;
  border: 1px solid #dae5f3;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(16, 35, 61, 0.08);
}

.resume-modern .resume-panel h4 {
  margin-top: 18px;
  font-size: 18px;
  color: #23456e;
}

.resume-modern .resume-panel ul {
  padding-left: 20px;
}

.resume-modern .resume-panel li {
  margin-bottom: 10px;
  color: #3d4f6a;
}

.testimonials-modern .testimonial-item {
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  border: 1px solid #d8e4f3;
  border-radius: 18px;
  box-shadow: 0 24px 40px rgba(16, 35, 61, 0.18), 0 8px 18px rgba(16, 35, 61, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform-style: preserve-3d;
  transform: perspective(1100px) rotateX(0deg) rotateY(0deg) translateY(0);
  will-change: transform;
  position: relative;
  overflow: hidden;
}

.testimonials-modern .testimonials-intro {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 18px 10px 18px 8px;
  color: #eaf2ff;
}

.testimonials-modern .testimonials-intro .intro-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #9dc8ff;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonials-modern .testimonials-intro h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 12px;
}

.testimonials-modern .testimonials-intro p {
  color: #e4edfb;
  margin-bottom: 0;
}

.testimonials-modern .testimonials-shell {
  border-radius: 24px;
  padding: 16px 18px;
  background: linear-gradient(145deg, rgba(15, 37, 64, 0.78), rgba(35, 67, 108, 0.68));
  border: 1px solid rgba(177, 204, 236, 0.38);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 56px rgba(13, 28, 49, 0.28);
}

.testimonials-modern .testimonials-right {
  position: relative;
  z-index: 3;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.testimonials-modern .testimonials-slider {
  width: 100%;
}

.testimonials-modern .swiper-pagination {
  margin-top: 8px;
  position: relative;
}

.testimonials-modern .testimonial-item {
  display: flex;
  gap: 16px;
  align-items: stretch;
  padding: 14px 16px;
  min-height: 250px;
  background: rgba(255, 255, 255, 0.92);
}

.testimonials-modern .testimonial-media {
  width: 40%;
  flex: 0 0 40%;
  height: auto;
  display: flex;
}

.testimonials-modern .testimonial-item::before {
  content: "";
  position: absolute;
  inset: -60% auto auto -35%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(139, 190, 255, 0.42), rgba(139, 190, 255, 0));
  pointer-events: none;
  transform: translateZ(24px);
}

.testimonials-modern .testimonial-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.testimonials-modern .testimonial-item:hover {
  transform: perspective(1100px) rotateX(4deg) rotateY(-5deg) translateY(-7px);
  border-color: #c2d5f1;
  box-shadow: 0 34px 54px rgba(16, 35, 61, 0.24), 0 14px 26px rgba(16, 35, 61, 0.14);
}

.testimonials-modern .testimonial-item .testimonial-img {
  width: 280px;
  max-width: 100%;
  height: 280px;
  min-height: 280px;
  object-fit: cover;
  border-radius: 50%;
  transform: translateZ(34px);
  box-shadow: 0 12px 24px rgba(18, 46, 84, 0.2);
  margin: auto;
  border: 4px solid rgba(255, 255, 255, 0.9);
}

.testimonials-modern .testimonial-content {
  width: 60%;
  flex: 0 0 60%;
  transform: translateZ(20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-modern .testimonial-item h3,
.testimonials-modern .testimonial-item h4,
.testimonials-modern .testimonial-item p,
.testimonials-modern .testimonial-content {
  transform: translateZ(20px);
}

.testimonials-modern .testimonial-item h3 {
  margin-top: 8px;
}

.testimonials-modern .swiper-slide {
  padding: 8px 4px 8px;
  width: 100%;
}

@media (max-width: 991px) {
  .testimonials-modern .testimonials-shell {
    padding: 18px;
  }

  .testimonials-modern .testimonials-right {
    margin-top: 0;
  }

  .testimonials-modern .testimonials-intro h3 {
    font-size: 26px;
  }

  .testimonials-modern .testimonial-item {
    min-height: auto;
    padding: 18px;
  }

  .testimonials-modern .testimonial-media,
  .testimonials-modern .testimonial-content {
    width: 50%;
    flex: 0 0 50%;
  }

  .testimonials-modern .testimonial-item .testimonial-img {
    min-height: 220px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .testimonials-modern .testimonial-item,
  .testimonials-modern .testimonial-item:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .testimonials-modern .testimonials-intro {
    padding: 8px 4px 12px;
  }

  .testimonials-modern .testimonial-item {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonials-modern .testimonial-media,
  .testimonials-modern .testimonial-content {
    width: 100%;
    flex: 0 0 100%;
  }

  .testimonials-modern .testimonial-item .testimonial-img {
    min-height: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .hero-home,
  .hero-home .carousel,
  .hero-home .carousel-inner,
  .hero-home .carousel-item {
    height: clamp(460px, 66vh, 620px);
  }

  .hero-home h1 {
    font-size: 38px;
  }

  .hero-home .hero-panel {
    padding: 14px 16px;
    transform: none;
  }

  .hero-home .hero-overlay .container {
    padding-top: clamp(120px, 20vh, 190px);
  }

  .about-modern,
  .facts-modern,
  .resume-modern,
  .testimonials-modern {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .profile-card,
  .about-modern .about-card {
    height: auto;
  }

  .about-modern .about-card {
    overflow: visible;
  }

  .profile-card,
  .profile-card:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .hero-home,
  .hero-home .carousel,
  .hero-home .carousel-inner,
  .hero-home .carousel-item {
    height: clamp(420px, 62vh, 560px);
  }

  .hero-home h1 {
    font-size: 30px;
  }

  .hero-home .hero-subtitle {
    font-size: 15px;
  }

  .hero-home .hero-panel {
    padding: 16px;
    transform: none;
  }

  .hero-home .hero-overlay .container {
    padding-top: clamp(90px, 16vh, 130px);
  }

  .homepage .modern-title h2 {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
# Teaching Modern
--------------------------------------------------------------*/
.teaching-page {
  padding-bottom: 26px;
}

.teaching-hero {
  padding: 42px 0 20px;
}

.teaching-hero-panel {
  border-radius: 20px;
  padding: 34px;
  background: linear-gradient(145deg, #102744, #1a426f);
  border: 1px solid rgba(157, 194, 239, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
  color: #ebf3ff;
}

.teaching-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #9ec7ff;
}

.teaching-hero-panel h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 12px;
}

.teaching-hero-panel p {
  color: #dce8f9;
  max-width: 880px;
  margin: 0;
}

.teaching-nav-wrap {
  padding: 10px 0 14px;
}

.teaching-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d6e2f3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.teaching-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #ceddf1;
  background: #f9fbff;
  color: #1a3558;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.teaching-nav a:hover {
  color: #fff;
  background: #1b64d8;
  border-color: #1b64d8;
}

.teaching-courses {
  padding: 14px 0 50px;
}

.teaching-card {
  height: 100%;
  border-radius: 18px;
  padding: 16px 18px;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  border: 1px solid #d9e5f4;
  box-shadow: 0 12px 28px rgba(16, 35, 61, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teaching-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(16, 35, 61, 0.14);
}

.teaching-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.teaching-index {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d66da;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.teaching-card h3 {
  margin: 0;
  color: #10233d;
  font-size: 24px;
}

.teaching-summary {
  color: #425571;
  margin-bottom: 14px;
}

.teaching-card h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #1c4f95;
  margin-bottom: 10px;
}

.teaching-outcomes {
  margin: 0;
  padding-left: 20px;
}

.teaching-outcomes li {
  color: #415571;
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .teaching-hero-panel h1 {
    font-size: 28px;
  }

  .teaching-card {
    padding: 14px 16px;
  }
}

@media (max-width: 767px) {
  .teaching-hero {
    padding-top: 30px;
  }

  .teaching-hero-panel {
    padding: 22px;
  }

  .teaching-hero-panel h1 {
    font-size: 28px;
  }

  .teaching-nav {
    padding: 12px;
    gap: 8px;
  }

  .teaching-nav a {
    font-size: 12px;
    padding: 7px 12px;
  }
}

/*--------------------------------------------------------------
# Research Modern
--------------------------------------------------------------*/
.research-page {
  padding-bottom: 24px;
}

.research-modern {
  padding: 34px 0 54px;
}

.research-hero {
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
  text-align: left;
}

.research-modern .research-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.research-modern .research-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.research-modern .research-intro {
  color: #deebfd;
  margin-bottom: 14px;
}

.research-modern .research-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.research-modern .research-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #edf4ff;
  font-size: 13px;
}

.research-modern .research-nav {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d7e4f4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.research-modern .research-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #cfddf2;
  border-radius: 999px;
  color: #1a3558;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: #f8fbff;
  transition: all 0.25s ease;
}

.research-modern .research-nav a:hover {
  background: #1c67dc;
  border-color: #1c67dc;
  color: #fff;
}

.research-modern .research-list {
  gap: 14px;
}

.research-modern .research-card {
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
}

.research-modern .research-card .card-body {
  padding: 22px 22px 18px;
}

.research-modern .research-title {
  color: #10233d;
  font-size: 24px;
  margin-bottom: 14px;
}

.research-modern .research-card ul {
  margin: 0;
  padding-left: 20px;
}

.research-modern .research-card li {
  color: #3f5370;
  margin-bottom: 10px;
  line-height: 1.55;
}

.research-modern .research-card a {
  word-break: break-word;
}

@media (max-width: 991px) {
  .research-modern {
    padding-top: 24px;
  }

  .research-hero {
    padding: 24px 20px;
  }

  .research-modern .research-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .research-modern .research-highlights span {
    font-size: 12px;
  }

  .research-modern .research-nav {
    gap: 8px;
    padding: 12px;
  }

  .research-modern .research-nav a {
    font-size: 12px;
    padding: 7px 12px;
  }

  .research-modern .research-card .card-body {
    padding: 18px 16px 14px;
  }
}

/*--------------------------------------------------------------
# Publications Modern
--------------------------------------------------------------*/
.publications-page {
  padding-bottom: 24px;
}

.publications-modern {
  padding: 34px 0 54px;
}

.publications-modern .publications-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.publications-modern .publications-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.publications-modern .publications-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.publications-modern .publications-intro {
  color: #deebfd;
  margin-bottom: 14px;
  max-width: 900px;
}

.publications-modern .publications-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.publications-modern .publications-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #ebf3ff;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.publications-modern .publications-nav a:hover {
  background: #1d67dc;
  border-color: #1d67dc;
  color: #fff;
}

.publications-modern .publication-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.publications-modern .publication-card {
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
}

.publications-modern .publication-card .card-body {
  padding: 22px 22px 18px;
}

.publications-modern .publication-title {
  color: #10233d;
  font-size: 24px;
  margin-bottom: 14px;
}

.publications-modern .publication-ordered,
.publications-modern .publication-bullets {
  margin: 0;
  padding-left: 22px;
}

.publications-modern .publication-ordered li,
.publications-modern .publication-bullets li {
  color: #3f5370;
  margin-bottom: 10px;
  line-height: 1.55;
}

.publications-modern .publication-card a {
  word-break: break-word;
}

.publications-modern .badge {
  font-size: 12px;
  padding: 6px 10px;
}

@media (max-width: 991px) {
  .publications-modern {
    padding-top: 24px;
  }

  .publications-modern .publications-hero {
    padding: 24px 20px;
  }

  .publications-modern .publication-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .publications-modern .publications-nav a {
    font-size: 12px;
    padding: 7px 12px;
  }

  .publications-modern .publication-card .card-body {
    padding: 18px 16px 14px;
  }
}

/*--------------------------------------------------------------
# Contact Modern
--------------------------------------------------------------*/
.contact-page {
  padding-bottom: 24px;
}

.contact-modern {
  padding: 34px 0 54px;
}

.contact-modern .contact-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.contact-modern .contact-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-modern .contact-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-modern .contact-intro {
  color: #deebfd;
  margin-bottom: 14px;
  max-width: 900px;
}

.contact-modern .contact-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-modern .contact-quick a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #ebf3ff;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.contact-modern .contact-quick a:hover {
  background: #1d67dc;
  border-color: #1d67dc;
  color: #fff;
}

.contact-modern .contact-map-wrap {
  margin-top: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8e5f4;
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
}

.contact-modern .contact-map-wrap iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

.contact-modern .contact-info-panel {
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
  padding: 18px;
}

.contact-modern .contact-info-panel .info-card {
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.contact-modern .contact-info-panel .info-card+.info-card {
  margin-top: 12px;
}

.contact-modern .contact-info-panel .info-card i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9f2ff;
  color: #1a63d8;
  font-size: 18px;
}

.contact-modern .contact-info-panel h4 {
  margin: 10px 0 6px;
  font-size: 18px;
  color: #10233d;
}

.contact-modern .contact-info-panel p {
  margin: 0;
  color: #3f5370;
}

.contact-modern .contact-form-panel {
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
  padding: 16px 18px;
}

.contact-modern .contact-map-bottom {
  margin-top: 18px;
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
  padding: 18px;
}

.contact-modern .contact-map-bottom h3 {
  margin: 0 0 12px;
  color: #10233d;
}

.contact-modern #leafletMap {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  border: 1px solid #d9e4f3;
}

.contact-modern .contact-form-panel h3 {
  margin: 0 0 6px;
  color: #10233d;
}

.contact-modern .contact-form-panel>p {
  color: #48607f;
  margin-bottom: 16px;
}

.contact-modern .php-email-form {
  background: transparent;
}

.contact-modern .php-email-form input,
.contact-modern .php-email-form textarea {
  border: 1px solid #cddcf1;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px 12px;
}

.contact-modern .php-email-form input:focus,
.contact-modern .php-email-form textarea:focus {
  border-color: #1d67dc;
  box-shadow: 0 0 0 0.2rem rgba(29, 103, 220, 0.12);
}

.contact-modern .php-email-form button[type=submit] {
  border-radius: 999px;
  padding: 10px 22px;
  background: #1d67dc;
}

.contact-modern .php-email-form button[type=submit]:hover {
  background: #1654b3;
}

@media (max-width: 991px) {
  .contact-modern {
    padding-top: 24px;
  }

  .contact-modern .contact-hero {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .contact-modern .contact-quick a {
    font-size: 12px;
    padding: 7px 12px;
  }

  .contact-modern .contact-map-wrap iframe {
    height: 250px;
  }

  .contact-modern #leafletMap {
    height: 260px;
  }

  .contact-modern .contact-form-panel {
    padding: 18px 16px;
  }
}

/*--------------------------------------------------------------
# Projects Modern
--------------------------------------------------------------*/
.projects-page {
  padding-bottom: 24px;
}

.projects-modern {
  padding: 34px 0 54px;
}

.projects-modern .projects-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.projects-modern .projects-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.projects-modern .projects-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.projects-modern .projects-intro {
  color: #deebfd;
  margin-bottom: 12px;
  max-width: 940px;
}

.projects-modern .projects-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.projects-modern .projects-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #edf4ff;
  font-size: 13px;
}

.projects-modern .project-showcase {
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d8e5f4;
  box-shadow: 0 14px 32px rgba(16, 35, 61, 0.12);
}

.projects-modern .project-grid {
  margin-top: 16px;
}

.projects-modern .project-card-modern {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.projects-modern .project-card-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(16, 35, 61, 0.14);
}

.projects-modern .project-card-layout {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 360px;
}

.projects-modern .project-card-media {
  position: relative;
  background: #dbe8fb;
}

.projects-modern .project-media-carousel,
.projects-modern .project-media-carousel .carousel-inner,
.projects-modern .project-media-carousel .carousel-item {
  height: 100%;
  min-height: 360px;
}

.projects-modern .project-media-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 24, 44, 0.28), rgba(10, 24, 44, 0.08));
}

.projects-modern .project-media-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-modern .project-null-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #5b7292;
  background: repeating-linear-gradient(
    -45deg,
    #eaf2ff,
    #eaf2ff 16px,
    #dce9fb 16px,
    #dce9fb 32px
  );
  position: relative;
}

.projects-modern .project-null-image::after {
  content: "Image coming soon";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #6b81a0;
  text-transform: uppercase;
}

.projects-modern .project-media-carousel .carousel-control-prev,
.projects-modern .project-media-carousel .carousel-control-next {
  width: 14%;
}

.projects-modern .project-media-carousel .carousel-indicators {
  margin-bottom: 8px;
}

.projects-modern .project-media-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.projects-modern .project-card-content {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects-modern .project-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.projects-modern .project-card-top h4 {
  margin: 0;
  font-size: 20px;
  color: #10233d;
}

.projects-modern .project-card-content p {
  margin-bottom: 10px;
  color: #425571;
  font-size: 14px;
}

.projects-modern .project-card-content ul {
  margin: 0;
  padding-left: 18px;
}

.projects-modern .project-card-content li {
  color: #3f5370;
  margin-bottom: 6px;
  font-size: 14px;
}

.projects-modern .project-card-content .badge {
  font-size: 11px;
}

.projects-modern .project-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.projects-modern .project-fact-item {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(185, 200, 220, 0.55);
  background: rgba(255, 255, 255, 0.76);
}

.projects-modern .project-fact-item span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #6783a5;
  margin-bottom: 4px;
}

.projects-modern .project-fact-item strong {
  color: #1c3554;
  font-size: 14px;
}

.projects-modern .project-fact-item-wide {
  grid-column: span 2;
}

.projects-modern .project-points {
  margin: 0;
  padding-left: 18px;
}

.projects-modern .project-points li {
  color: #3f5370;
  margin-bottom: 8px;
  font-size: 14px;
}

.projects-modern .project-entity-list {
  display: grid;
  gap: 10px;
}

.projects-modern .project-entity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(185, 200, 220, 0.55);
  background: rgba(255, 255, 255, 0.8);
  min-height: 92px;
}

.projects-modern .project-entity-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(180, 197, 218, 0.7);
  background: #f4f8ff;
  flex: 0 0 72px;
}

.projects-modern .project-entity-avatar {
  border-radius: 50%;
}

.projects-modern .project-entity-text {
  min-width: 0;
}

.projects-modern .project-entity-text strong {
  color: #183250;
}

.projects-modern .project-entity-logo-null {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #6f86a5;
}
.projects-modern .project-showcase.project-showcase-text {
  overflow: visible;
}

.projects-modern #projectHighlights,
.projects-modern #projectHighlights .carousel-inner,
.projects-modern #projectHighlights .carousel-item {
  height: 420px;
}

.projects-modern #projectHighlights .carousel-item {
  position: relative;
}

.projects-modern .project-showcase-text #projectHighlights .carousel-item::after {
  display: none;
}

.projects-modern #projectHighlights .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(8, 20, 38, 0.72), rgba(8, 20, 38, 0.36));
}

.projects-modern #projectHighlights img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-modern .project-slide-shell {
  height: 100%;
  border-radius: 18px;
  border: 1px solid #d7e3f2;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 16px 34px rgba(16, 35, 61, 0.12);
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 16px;
  padding: 18px;
}

.projects-modern .project-slide-visual {
  border-radius: 14px;
  border: 1px dashed #b6cbe7;
  background: repeating-linear-gradient(
    -45deg,
    #edf4ff,
    #edf4ff 14px,
    #e2edfb 14px,
    #e2edfb 28px
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5f7594;
  text-align: center;
  padding: 12px;
}

.projects-modern .project-slide-visual span {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.projects-modern .project-slide-visual small {
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.projects-modern .project-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects-modern .project-slide-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.projects-modern .project-slide-top h4 {
  margin: 0;
  font-size: 24px;
  color: #10233d;
}

.projects-modern .project-slide-content p {
  margin-bottom: 10px;
  color: #425571;
}

.projects-modern .project-slide-content ul {
  margin: 0;
  padding-left: 18px;
}

.projects-modern .project-slide-content li {
  color: #3f5370;
  margin-bottom: 6px;
}

.projects-modern #projectHighlights .carousel-caption {
  z-index: 2;
  left: 7%;
  right: 7%;
  bottom: 22px;
  text-align: left;
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.projects-modern #projectHighlights .carousel-caption h4 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 24px;
}

.projects-modern #projectHighlights .carousel-caption p {
  margin: 0;
  color: #e7f0ff;
  font-size: 14px;
}

.projects-modern #projectHighlights .carousel-control-prev,
.projects-modern #projectHighlights .carousel-control-next {
  width: 8%;
}

.projects-modern #projectHighlights .carousel-indicators {
  margin-bottom: 8px;
}

.projects-modern #projectHighlights .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
}

@media (max-width: 991px) {
  .projects-modern .projects-hero {
    padding: 24px 20px;
  }

  .projects-modern .project-card-layout {
    grid-template-columns: 1fr;
  }

  .projects-modern .project-media-carousel,
  .projects-modern .project-media-carousel .carousel-inner,
  .projects-modern .project-media-carousel .carousel-item {
    min-height: 260px;
  }

  .projects-modern .project-null-image {
    min-height: 260px;
  }

  .projects-modern #projectHighlights,
  .projects-modern #projectHighlights .carousel-inner,
  .projects-modern #projectHighlights .carousel-item {
    height: 360px;
  }

  .projects-modern .project-slide-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .projects-modern .project-slide-visual {
    min-height: 110px;
  }
}

@media (max-width: 767px) {
  .projects-modern .projects-highlights span {
    font-size: 12px;
  }

  .projects-modern .project-card-top {
    flex-direction: column;
  }

  .projects-modern .project-card-top h4 {
    font-size: 18px;
  }

  .projects-modern #projectHighlights,
  .projects-modern #projectHighlights .carousel-inner,
  .projects-modern #projectHighlights .carousel-item {
    height: 300px;
  }

  .projects-modern #projectHighlights .carousel-caption {
    left: 5%;
    right: 5%;
    bottom: 12px;
    padding: 12px;
  }

  .projects-modern #projectHighlights .carousel-caption h4 {
    font-size: 18px;
  }

  .projects-modern .project-null-image {
    min-height: 220px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
  }

  .projects-modern .project-slide-top {
    flex-direction: column;
  }

  .projects-modern .project-slide-top h4 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Scholars Modern
--------------------------------------------------------------*/
.scholars-page {
  padding-bottom: 24px;
}

.scholars-modern {
  padding: 34px 0 54px;
}

.scholars-modern .scholars-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.scholars-modern .scholars-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.scholars-modern .scholars-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.scholars-modern .scholars-intro {
  color: #deebfd;
  margin-bottom: 0;
  max-width: 900px;
}

.scholars-modern .scholars-grid {
  margin-top: 16px;
}

.scholars-modern .scholars-sections {
  margin-top: 16px;
}

.scholars-modern .scholar-section-block + .scholar-section-block {
  margin-top: 20px;
}

.scholars-modern .scholar-section-title {
  margin: 0 0 12px;
  color: #10233d;
  font-size: 26px;
}

.scholars-modern .scholar-tabs .nav {
  gap: 10px;
  margin-bottom: 16px;
}

.scholars-modern .scholar-tabs .nav-link {
  border-radius: 999px;
  border: 1px solid #c8d9ee;
  background: #f6faff;
  color: #24466e;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  transition: all 0.25s ease;
}

.scholars-modern .scholar-tabs .nav-link.active {
  color: #fff;
  background: #1d67dc;
  border-color: #1d67dc;
}

.scholars-modern .scholar-tabs .tab-content {
  padding-top: 4px;
}

.scholars-modern .scholar-card {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  padding: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.scholars-modern .scholar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(16, 35, 61, 0.14);
}

.scholars-modern .scholar-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.scholars-modern .scholar-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d7e5f8;
  box-shadow: 0 8px 18px rgba(16, 35, 61, 0.15);
  flex-shrink: 0;
}

.scholars-modern .scholar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scholars-modern .scholar-avatar.scholar-avatar-null {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
    -45deg,
    #eaf2ff,
    #eaf2ff 10px,
    #dce9fb 10px,
    #dce9fb 20px
  );
  color: #5d7698;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.scholars-modern .scholar-head h3 {
  margin: 0 0 2px;
  color: #10233d;
  font-size: 22px;
}

.scholars-modern .scholar-role {
  margin: 0;
  color: #3f5f90;
  font-weight: 600;
  font-size: 14px;
}

.scholars-modern .scholar-bio {
  color: #415571;
  margin-bottom: 14px;
  line-height: 1.65;
}

.scholars-modern .scholar-card h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #1f54a0;
  margin-bottom: 8px;
}

.scholars-modern .scholar-interest {
  color: #2c4464;
  margin-bottom: 14px;
}

.scholars-modern .scholar-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.scholars-modern .scholar-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6d6ec;
  background: #f8fbff;
  color: #2d4e7a;
  transition: all 0.25s ease;
}

.scholars-modern .scholar-links a:hover {
  color: #fff;
  background: #1d67dc;
  border-color: #1d67dc;
}

.scholar-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #1d67dc;
  color: #1d67dc;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.scholar-readmore:hover {
  color: #fff;
  background: #1d67dc;
  border-color: #1d67dc;
}

.testimonial-readmore {
  margin-top: 8px;
}

.scholars-modern .scholar-empty {
  border-radius: 16px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.08);
  padding: 26px;
}

.scholars-modern .scholar-empty h4 {
  margin-bottom: 6px;
  color: #10233d;
}

.scholars-modern .scholar-empty p {
  margin: 0;
  color: #4e617d;
}

@media (max-width: 991px) {
  .scholars-modern .scholars-hero {
    padding: 24px 20px;
  }

  .scholars-modern .scholar-head h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .scholars-modern .scholar-card {
    padding: 18px 16px;
  }

  .scholars-modern .scholar-head {
    align-items: flex-start;
  }
}

/*--------------------------------------------------------------
# Scholar Profile
--------------------------------------------------------------*/
.scholar-profile-page {
  padding-bottom: 24px;
}

.scholar-profile-modern {
  padding: 34px 0 54px;
}

.scholar-profile-modern .scholar-profile-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d8e5f4;
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  background: #fff;
}

.scholar-profile-modern .scholar-profile-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.scholar-profile-modern .scholar-profile-card {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  padding: 16px 18px;
}

.scholar-profile-modern .scholar-profile-kicker {
  margin: 0 0 8px;
  color: #3f5f90;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.scholar-profile-modern h1 {
  margin-bottom: 10px;
  color: #10233d;
}

.scholar-profile-modern h3 {
  margin: 14px 0 8px;
  color: #1f54a0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.scholar-profile-modern p {
  color: #425571;
  line-height: 1.65;
}

.scholar-profile-modern .scholar-profile-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scholar-profile-modern .scholar-profile-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #c6d6ec;
  background: #f8fbff;
  color: #2d4e7a;
  padding: 8px 12px;
  font-weight: 600;
}

.scholar-profile-modern .scholar-profile-links a:hover {
  color: #fff;
  background: #1d67dc;
  border-color: #1d67dc;
}

@media (max-width: 991px) {
  .scholar-profile-modern .scholar-profile-media img {
    min-height: 280px;
  }
}

/*--------------------------------------------------------------
# Facilities Modern
--------------------------------------------------------------*/
.facilities-page {
  padding-bottom: 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(144, 188, 246, 0.26), rgba(144, 188, 246, 0) 40%),
    radial-gradient(circle at 92% 24%, rgba(129, 163, 225, 0.24), rgba(129, 163, 225, 0) 34%),
    linear-gradient(180deg, #eef4fd 0%, #f8fbff 100%);
}

.facilities-modern {
  padding: 34px 0 54px;
}

.facilities-modern .facilities-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.facilities-modern .facilities-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.facilities-modern .facilities-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.facilities-modern .facilities-intro {
  color: #deebfd;
  margin-bottom: 0;
  max-width: 940px;
}

.facilities-modern .facility-section {
  margin-top: 18px;
}

.facilities-modern .facility-shell {
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(194, 214, 239, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.12);
}

.facilities-modern .facility-section-title {
  margin: 0 0 12px;
  color: #10233d;
  font-size: 26px;
}

.facilities-modern .facility-card {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(243, 249, 255, 0.85));
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.facilities-modern .facility-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(16, 35, 61, 0.14);
}

.facilities-modern .facility-media-null {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d7698;
  background: repeating-linear-gradient(
    -45deg,
    rgba(234, 242, 255, 0.92),
    rgba(234, 242, 255, 0.92) 12px,
    rgba(220, 233, 251, 0.86) 12px,
    rgba(220, 233, 251, 0.86) 24px
  );
}

.facilities-modern .facility-image {
  width: 100%;
  min-height: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #d8e5f4;
}

.facilities-modern .facility-content {
  padding: 16px 16px 18px;
}

.facilities-modern .facility-content h4 {
  margin: 0 0 8px;
  color: #10233d;
  font-size: 21px;
}

.facilities-modern .facility-content p {
  margin: 0;
  color: #425571;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .facilities-modern .facilities-hero {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .facilities-modern .facility-shell {
    padding: 14px;
  }

  .facilities-modern .facility-section-title {
    font-size: 22px;
  }

  .facilities-modern .facility-media-null {
    min-height: 150px;
    font-size: 18px;
  }

  .facilities-modern .facility-image {
    min-height: 150px;
    height: 150px;
  }

  .facilities-modern .facility-content h4 {
    font-size: 19px;
  }
}

/*--------------------------------------------------------------
# Blog Modern
--------------------------------------------------------------*/
.blog-page {
  padding-bottom: 24px;
}

.blog-modern {
  padding: 34px 0 54px;
}

.blog-modern .blog-hero {
  text-align: left;
  border-radius: 20px;
  padding: 30px 28px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  border: 1px solid rgba(160, 197, 240, 0.45);
  box-shadow: 0 24px 48px rgba(16, 35, 61, 0.2);
}

.blog-modern .blog-kicker {
  margin: 0 0 8px;
  color: #9ec7ff;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 800;
}

.blog-modern .blog-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}

.blog-modern .blog-intro {
  color: #deebfd;
  margin-bottom: 0;
  max-width: 900px;
}

.blog-modern .blog-grid {
  margin-top: 16px;
}

.blog-modern .blog-split {
  margin-top: 16px;
  align-items: stretch;
}

.blog-modern .blog-card {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-modern .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(16, 35, 61, 0.14);
}

.blog-modern .blog-card-media {
  height: 200px;
}

.blog-modern .blog-latest-card .blog-card-media {
  height: 320px;
}

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

.blog-modern .blog-null-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d7698;
  background: repeating-linear-gradient(
    -45deg,
    #eaf2ff,
    #eaf2ff 12px,
    #dce9fb 12px,
    #dce9fb 24px
  );
}

.blog-modern .blog-card-content {
  padding: 16px;
}

.blog-modern .blog-meta {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #516887;
  font-size: 12px;
  font-weight: 600;
}

.blog-modern .blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-modern .blog-card h3 {
  color: #10233d;
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-modern .blog-recent-wrap {
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-modern .blog-recent-wrap h3 {
  margin: 0 0 12px;
  color: #10233d;
  font-size: 22px;
}

.blog-modern .recent-post-item {
  display: block;
  border: 1px solid #dce7f5;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  height: 100%;
}

.blog-modern .recent-post-item + .recent-post-item {
  margin-top: 10px;
}

.blog-modern .blog-recent-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  flex: 1;
  min-height: 0;
}

.blog-modern .recent-post-content h4 {
  color: #1a3558;
  font-size: 16px;
  margin: 2px 0 6px;
}

.blog-modern .recent-post-content p {
  color: #4a5f7c;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 8px;
}

.blog-modern .recent-post-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-modern .recent-post-content .blog-readmore {
  margin-top: auto;
}

.blog-modern .blog-card p {
  color: #415571;
  margin-bottom: 12px;
  line-height: 1.65;
}

.blog-modern .blog-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #1d67dc;
  color: #1d67dc;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  transition: all 0.25s ease;
}

.blog-modern .blog-readmore:hover {
  color: #fff;
  background: #1d67dc;
}

.blog-modern .blog-post-wrap {
  margin-top: 0;
  border-radius: 18px;
  border: 1px solid #d8e5f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.1);
  padding: 22px;
}

.blog-modern .blog-meta-post {
  margin-bottom: 10px;
}

.blog-modern .blog-post-wrap h1,
.blog-modern .blog-post-wrap h2 {
  color: #10233d;
  margin-bottom: 12px;
}

.blog-modern .blog-post-image {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d7e3f2;
  margin-bottom: 14px;
}

.blog-modern .blog-post-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.blog-modern .blog-null-image.blog-null-image-post {
  min-height: 360px;
}

.blog-modern .blog-post-body p {
  color: #415571;
  line-height: 1.75;
  margin-bottom: 14px;
}

.blog-modern .blog-recent-wrap-post {
  margin-top: 0;
}

@media (max-width: 991px) {
  .blog-modern .blog-hero {
    padding: 24px 20px;
  }

  .blog-modern .blog-latest-card .blog-card-media {
    height: 260px;
  }

  .blog-modern .blog-null-image {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .blog-modern .blog-recent-list {
    grid-template-rows: none;
  }

  .blog-modern .recent-post-item {
    height: auto;
  }

  .blog-modern .blog-card h3 {
    font-size: 20px;
  }

  .blog-modern .blog-post-wrap {
    padding: 18px 16px;
  }

  .blog-modern .blog-post-image img {
    height: 240px;
  }

  .blog-modern .blog-null-image.blog-null-image-post {
    min-height: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#main.login-page {
  padding-bottom: 36px;
}

.login-modern {
  padding: 34px 0 16px;
}

.login-modern .login-shell {
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(145deg, #0f2745, #1b436f);
  box-shadow: 0 18px 40px rgba(12, 32, 56, 0.24);
}

.login-modern .login-intro {
  border-radius: 18px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
}

.login-modern .login-kicker {
  margin-bottom: 10px;
  color: #9ec5ff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.login-modern .login-intro h1 {
  margin-bottom: 12px;
  color: #fff;
}

.login-modern .login-intro p {
  margin-bottom: 0;
  color: #dce9fb;
  line-height: 1.7;
}

.login-modern .login-card {
  border-radius: 18px;
  padding: 16px 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(243, 249, 255, 0.92));
  border: 1px solid rgba(206, 220, 240, 0.95);
  box-shadow: 0 14px 34px rgba(14, 34, 61, 0.14);
}

.login-modern .login-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a3657;
  margin-bottom: 7px;
  font-family: "Sora", sans-serif;
}

.login-modern .login-form .login-input {
  width: 100%;
  border: 1px solid #cddcf0;
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 14px;
  color: #1f3958;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.login-modern .login-form .login-input:focus {
  border-color: #1d67dc;
  box-shadow: 0 0 0 3px rgba(29, 103, 220, 0.14);
  outline: none;
}

.login-modern .login-meta {
  margin-top: 2px;
}

.login-modern .remember-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.login-modern .remember-wrap input {
  width: 16px;
  height: 16px;
}

.login-modern .remember-wrap span {
  color: #3d5675;
  font-size: 14px;
  font-weight: 500;
}

.login-modern .login-link {
  color: #1d67dc;
  font-size: 14px;
  font-weight: 600;
}

.login-modern .btn-login {
  border: 1px solid #1d67dc;
  background: #1d67dc;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  padding: 10px 14px;
  transition: all 0.2s ease;
}

.login-modern .btn-login:hover {
  background: #1654b3;
  border-color: #1654b3;
  color: #fff;
}

@media (max-width: 991px) {
  .login-modern .login-shell {
    padding: 16px;
  }

  .login-modern .login-intro,
  .login-modern .login-card {
    padding: 14px 16px;
  }
}

@media (max-width: 575px) {
  .login-modern .login-shell {
    border-radius: 16px;
  }

  .login-modern .login-intro,
  .login-modern .login-card {
    padding: 16px;
    border-radius: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(140deg, #172539, #1f3552 50%, #23456d);
  padding: 48px 0 18px;
  color: #e9eef6;
  font-size: 14px;
}

#footer .footer-title {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
}

#footer .footer-text {
  color: #ccd9ec;
  margin-bottom: 18px;
  max-width: 560px;
}

#footer .footer-heading {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 14px;
}

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

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

#footer .footer-links a {
  color: #dce7f8;
  transition: color 0.3s;
}

#footer .footer-links a:hover {
  color: #8fd8ff;
}

#footer .footer-social-links a {
  display: inline-block;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: all 0.3s ease;
}

#footer .footer-social-links a:hover {
  background: #41b6ff;
  color: #fff;
}

#footer .footer-contact i {
  margin-right: 6px;
  color: #8fd8ff;
}

#footer .footer-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  gap: 10px;
}

#footer .copyright {
  color: #dde7f7;
}

#footer .copyright strong span {
  color: #ffffff;
}

#footer .credits {
  font-size: 13px;
  color: #bdd0ea;
}

#footer .credits a {
  color: #8fd8ff;
}

@media (max-width: 767px) {
  #footer {
    padding-top: 36px;
  }

  #footer .footer-bottom {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Admin Panel
--------------------------------------------------------------*/
.admin-panel-page {
  padding: 18px 0 26px;
}

.admin-panel-wrap .container-fluid {
  padding-left: 14px;
  padding-right: 14px;
}

.admin-sidebar {
  border: 1px solid #d5e3f3;
  border-radius: 16px;
  background: linear-gradient(165deg, #0f2745, #1c446f);
  box-shadow: 0 16px 30px rgba(15, 39, 69, 0.2);
  overflow: hidden;
}

.admin-sidebar-head {
  padding: 18px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.admin-sidebar-head p {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #9ec5ff;
  font-weight: 700;
}

.admin-sidebar-head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  color: #fff;
}

.admin-sidebar-nav {
  padding: 10px;
  display: grid;
  gap: 8px;
}

.admin-sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e5eefc;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 600;
}

.admin-sidebar-nav a:hover,
.admin-sidebar-nav a.active {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.28);
}

.admin-sidebar-nav a.danger {
  color: #ffd4d4;
}

.admin-content-wrap .card {
  border-radius: 14px;
  border: 1px solid #d8e4f4;
  box-shadow: 0 12px 24px rgba(17, 44, 74, 0.08);
}

.admin-counter-card {
  border-radius: 14px;
  padding: 18px 16px;
  border: 1px solid #d8e4f4;
  background: linear-gradient(160deg, #ffffff, #f4f8ff);
  box-shadow: 0 12px 24px rgba(17, 44, 74, 0.08);
}

.admin-counter-card .label {
  color: #4f6788;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.admin-counter-card .value {
  color: #10233d;
  font-family: "Sora", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin: 6px 0 0;
}

@media (max-width: 991px) {
  .admin-panel-page {
    padding-top: 8px;
  }
}


@media (max-width: 767px) {
  .projects-modern .project-fact-grid {
    grid-template-columns: 1fr;
  }

  .projects-modern .project-fact-item-wide {
    grid-column: span 1;
  }

  .projects-modern .project-entity-logo {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
  }
}
