@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil:opsz,wght@10..72,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
:root {
  /* Light theme variables */
  --bg-primary: #f5f8fd;
  --bg-secondary: #fff;
  --text-primary: #272829;
  --text-secondary: #45505b;
  --accent-color: #149ddd;
  --border-color: #ddd;
  --section-bg: #f5f8fd;
  --card-bg: #fff;
}

[data-theme="dark"] {
  /* Dark theme variables */
  --bg-primary: #0a192f;
  --bg-secondary: #112240;
  --text-primary: #ccd6f6;
  --text-secondary: #8892b0;
  --accent-color: #64ffda;
  --border-color: #233554;
  --section-bg: #112240;
  --card-bg: rgba(2, 12, 27, 0.7);
}

body {
  font-family: "Montserrat", sans-serif; /* Best portfolio font */
  color: #272829;
  user-select: none;
  background-color: var(--bg-primary);
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
  font-family: "Roboto Mono", monospace;
}

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

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

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 100px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

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

#header .profile .social-links a:hover {
  /* background: #149ddd; */
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* .sidenav {
  background-color: rgb(215, 215, 54);
  width: 15vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;

}

.content {
  margin-left: 15vw;
}

nav {
  float: left;
  position: relative;
  top: 40px;
  left: 0px;
  background: transparent;
}

nav ul {
  text-align: center;
}

ul {
  list-style: none;
  padding-left: 0rem;
}

ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

nav ul li {
  position: relative;
  width: 100px;
  padding: 10px;
  cursor: pointer;
  background: #b80909;
  text-transform: uppercase;
  transition: all .4s ease-out;
}

nav ul li>div {
  display: block;
  padding: 25px 0;
  background: transparent;
}

nav ul li:after {
  position: absolute;
  background: crimson;
  color: #fff;
  top: 0;
  left: 100px;
  width: 100px;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  font-weight: 500;
  height: 100%;
  opacity: .5;
  transform: perspective(500px) rotateY(90deg);
  transform-origin: 0 100%;
  transition: all .4s ease-out;
}

nav ul li:nth-child(1):after {
  content: "Home";
}

nav ul li:nth-child(2):after {
  content: "About";
}

nav ul li:nth-child(3):after {
  content: "Contact";
  
}

nav ul li:nth-child(4):after {
  content: "Connect";
}

nav ul li:nth-child(5):after {
  content: "Setting";
}

nav ul li:hover {
  transform: translateX(-100px);
}

nav ul li:hover:after {
  opacity: 1;
  transform: perspective(500px) rotateY(0deg) scale(1);
} */

/* Desktop Navigation */
.nav-menu {
  padding: 8px 0 0 0;
}

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

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/beautiful_flat-style_logo_desi.jfif") top center;
  background-blend-mode: screen;
  background-size: cover;

  position: relative;
  overflow: hidden;
}

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

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

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

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background-color: var(--bg-primary);
}

.section-bg {
  background-color: var(--section-bg);
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: var(--text-secondary);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 60px 0;
}

.about .about-img {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.about .about-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.about .about-img:hover img {
  transform: translateY(-5px);
}

.about .social-links {
  margin-top: 20px;
}

.about .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #149ddd;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  transition: 0.3s;
}

.about .social-links a:hover {
  background: #173b6c;
  transform: translateY(-3px);
}

.about h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
  margin-bottom: 20px;
}

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

.about .about-info {
  margin-bottom: 30px;
}

.about .info-item {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 2px solid var(--accent-color);
}

.about .info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.about .info-item i {
  font-size: 24px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 15px;
}

.about .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.about .info-item p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #173b6c;
}

.about .skills-overview {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.about .highlight-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .highlight-item i {
  font-size: 20px;
  color: #149ddd;
  margin-right: 10px;
}

.about .highlight-item span {
  font-size: 15px;
  color: #343a40;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #149ddd;
  float: left;
  line-height: 0;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #122f57;
}

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

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# skills
--------------------------------------------------------------*/
.skills {
  background: #0a192f;
  padding: 60px 0;
  color: #8892b0;
}

.skills .section-title h2 {
  color: #ccd6f6;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.skills .skill-subtitle {
  text-align: center;
  color: #8892b0;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.skills .skill-category {
  margin-bottom: 30px;
}

.skills .skill-box {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  min-height: 320px;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
}

.skills .skill-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(2, 12, 27, 0.5);
  border-color: #64ffda;
}

.skills .skill-icon {
  font-size: 3rem;
  color: #64ffda;
  margin-bottom: 1.5rem;
  text-align: center;
}

.skills .skill-icon i {
  filter: drop-shadow(0 0 8px rgba(100, 255, 218, 0.3));
}

.skills .skill-box h3 {
  font-size: 1.5rem;
  color: #ccd6f6;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
}

.skills .skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills .skill-list li {
  color: #8892b0;
  padding: 8px 0;
  font-size: 1.1rem;
  text-align: center;
  transition: all 0.3s ease;
}

.skills .skill-list li:hover {
  color: #64ffda;
  transform: translateX(5px);
}

/* Responsive design */
@media (max-width: 768px) {
  .skills .skill-box {
    min-height: auto;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid var(--accent-color);
  position: relative;
}

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

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

.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 #1f5297;
}

/*--------------------------------------------------------------
# Certificates
--------------------------------------------------------------*/
.certificate {
  padding: 60px 0;
  background: #f8f9fa;
}

#certificate-filters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

#certificate-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  background: #fff;
  margin: 0 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#certificate-filters li:hover,
#certificate-filters li.filter-active {
  background: #149ddd;
  color: #fff;
}

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

.certificate .certificate-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.certificate .certificate-wrap::before {
  content: "";
  background: rgba(20, 157, 221, 0.95);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  backdrop-filter: blur(5px);
}

.certificate .certificate-wrap img {
  transition: all 0.5s ease;
  height: 270px;
  width: 100%;
  object-fit: cover;
}

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

.certificate .certificate-wrap .certificate-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.certificate .certificate-wrap .certificate-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 5px 0;
}

.certificate .certificate-wrap .certificate-info p i {
  margin-right: 5px;
}

.certificate .certificate-wrap .certificate-info .skills {
  margin: 15px 0;
}

.certificate .certificate-wrap .certificate-info .skills span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  margin: 3px;
}

.certificate .certificate-wrap .certificate-info .certificate-links {
  margin-top: 15px;
}

.certificate .certificate-wrap .certificate-info .certificate-links a {
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.certificate .certificate-wrap .certificate-info .certificate-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

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

.certificate .certificate-wrap:hover img {
  transform: scale(1.1);
}

.certificate .certificate-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

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

/*--------------------------------------------------------------
# projects
--------------------------------------------------------------*/
.projects .icon-box {
  margin-bottom: 20px;
}

.projects .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
}

.projects .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.projects .icon-box:hover .icon {
  background: #fff;
}

.projects .icon-box:hover .icon i {
  color: #149ddd;
}

.projects .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.projects .title a {
  color: #343a40;
}

.projects .title a:hover {
  color: #149ddd;
}

.projects .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.projects .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

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

.projects .card-img-top {
  height: 200px;
  object-fit: fit;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.projects .card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.projects .card-title a {
  color: #173b6c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.projects .card-title a:hover {
  color: #149ddd;
}

.projects .tech-stack {
  margin-top: 1rem;
}

.projects .tech-stack .badge {
  margin-right: 0.5rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.projects .card-footer {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.projects .btn {
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.projects .btn:hover {
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  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 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.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 #149ddd;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  position: relative;
  padding: 60px 0;
  background: url("../img/contactjfif.jfif") center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.contact .contact-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  z-index: 1;
}

.contact .container {
  position: relative;
  z-index: 2;
}

.contact .info {
  width: 100%;
  background: var(--card-bg);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

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

.contact .info h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .social-links {
  padding-left: 60px;
}

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

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
  transform: translateY(-3px);
}

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

.contact .php-email-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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

.contact .php-email-form label {
  padding-bottom: 8px;
  color: #173b6c;
  font-weight: 600;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #149ddd;
  box-shadow: 0 0 5px rgba(20, 157, 221, 0.2);
}

.contact .php-email-form button[type="submit"] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  border-radius: 8px;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #37b3ed;
  transform: translateY(-2px);
}

.contact .section-title h2,
.contact .section-title p {
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 5px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

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

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}

img.rounded-circle {
  animation: pulse 1s infinite;
  border-radius: 50%;
}

@keyframes pulse {
  from {
    box-shadow: 0 0 0 0 rgb(16, 160, 233);
  }

  to {
    box-shadow: 0 0 100px 0 rgb(15, 113, 162);
  }
}

/*--------------------------------------------------------------
# Theme Styles
--------------------------------------------------------------*/
#theme-toggle {
  padding: 8px;
  font-size: 1.2rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#theme-toggle:hover {
  background: var(--accent-color);
  color: var(--bg-primary);
  border-color: var(--accent-color);
}
