/**
* Template Name: Living Smiles
* Template URL: https://wa.me/+256788172868
* Updated: Apr 21 2026 with Bootstrap v5.3.6
* Author: MULONDO PATRICK
*/

:root {
  /**** FONTS ****/
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito Sans",  sans-serif;
  --nav-font: "Raleway",  sans-serif;

/**** COLORS ****/
  --background-color:#F8F5FC;
  --primary-color:#CDB4DB;
  --primary-rgb:205, 180, 219;
  --hover-color:#A06CD5;
  --hover-rgb:160, 108, 213;
  --contrast-color:#FFFFFF;
  --text-color:#4B3F72;
  --text-rgb:75, 63, 114;
  /* Smooth scroll */
  scroll-behavior: smooth;
}

.light-background {
  --background-color: #CDB4DB;
  --surface-color: #16262f;
}

.dark-background {
  --background-color: #060606;
  --default-color: var(--contrast-color)fff;
  --surface-color: var(--contrast-color)fff;
  --surface-color: #252525;
  --contrast-color: var(--contrast-color)fff;
}

@media (max-width: 574px) {
  .container{
    width: 95% !important;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #040404;
  color: var(--primary-color);
  position: relative;
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  background: var(--primary-color); url("../img/bg.jpg") top right no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}

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

a {
  color: var(--contrast-color);
  text-decoration: none;
}

a:hover {
  color: var(--hover-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: var(--text-color);
}
p,ul{
  color: var(--text-color);
  font-size: 25px;
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* makes video behave like background-size: cover */
  z-index: -1;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5); /* adjust darkness */
  z-index: -1;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  transition: ease-in-out 0.3s;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 997;
  /*overflow-y: auto;*/
  overflow: visible !important;
}

#header * {
  transition: ease-in-out 0.3s;
}

#header h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header h1 a,
#header h1 a:hover {
  color: var(--contrast-color);
  line-height: 1;
  display: inline-block;
}

#header h2 {
  font-size: 24px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}

#header h2 span {
  color: var(--contrast-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 6px;
}

#header img {
  padding: 0;
  margin: auto;
  margin-bottom: 20px;
  animation: floatBadge 3s ease-in-out infinite;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
}

#header .social-links {
  margin-top: 40px;
  display: flex;
}

#header .social-links a {
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--contrast-color);
  line-height: 1;
  margin-right: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

#header .social-links a:hover {
  background: var(--hover-color);
}

@media (max-width: 992px) {
  #header h1 {
    font-size: 36px;
  }

  #header h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #header .social-links {
    margin-top: 15px;
  }

  #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Header Top */
#header.header-top {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}


@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

#header.header-top {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background: var(--primary-color);
  color: var(--default-color);
  border-radius: 50px;
  padding: 5px 25px 5px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 10px;
}
li.dropdown > ul{
  z-index: 9999999;
}

#header.header-top .social-links, 
#header.header-top .hidden, 
#header.header-top h1 span.hidden, 
#header.header-top .cta-buttons,
#header.header-top h2 {
  display: none !important;
}

#header.header-top h1 {
  margin-right: auto;
  font-size: 36px;
}

#header.header-top img {
  max-height: 60px;
  margin-right: 20px !important;
}

#header.header-top .container-fluid {
  display: flex;
  align-items: center;
}

#header.header-top .navbar {
  margin: 0;
}

@media (max-width: 768px) {
  #header.header-top {
    height: 60px;
  }

  #header.header-top h1 {
    font-size: 26px;
  }
}
.header .header-container {
  border-radius: 50px;
  padding: 5px 25px 5px 30px;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--primary-color);
  font-size: 20px;
  font-weight: 800;
  padding: 8px 20px;
  margin: 0 0 0 0px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--hover-color), transparent 15%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--contrast-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--text-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--hover-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 100%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

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

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--contrast-color);
  }

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

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--text-color);
  }

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

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

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

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 1600;
    line-height: 0;
    cursor: pointer;
    transition: color 0.3s;
    position: absolute;
    top: 5px;
    right: 15px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--primary-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--default-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--primary-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--primary-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--primary-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 19000 !important;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--hover-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(var(--hover-rgb), 0.93);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: var(--contrast-color);
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
@keyframes floatBadge {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes floatLeafLeft {
  0%   { transform: translateY(-50%) rotate(0deg); }
  50%  { transform: translateY(-55%) rotate(-3deg); }
  100% { transform: translateY(-50%) rotate(0deg); }
}

@keyframes floatLeafRight {
  0%   { transform: translateY(-50%) scaleX(-1) rotate(0deg); }
  50%  { transform: translateY(-55%) scaleX(-1) rotate(3deg); }
  100% { transform: translateY(-50%) scaleX(-1) rotate(0deg); }
}

@keyframes sway {
  0%, 100% { margin-left: 0; }
  50% { margin-left: 4px; }
}
section {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 140px;
  bottom: 100%;
  opacity: 0;
  transition: ease-in-out 0.4s;
  z-index: 2;
}

section.section-show {
  top: 100px;
  bottom: auto;
  opacity: 1;
  padding-bottom: 45px;
}

section .container {
  background: rgba(var(--primary-rgb) , 0.9);
  padding: 30px;
  margin-top: 20px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  section {
    top: 120px;
  }

  section.section-show {
    top: 80px;
  }
}

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

.title-inner {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
}

.title-inner::before,
.title-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  /*background: url("../img/header-img.png") no-repeat center/contain;*/
  transform: translateY(-50%);
}

.title-inner::before {
  left: -65px;
  animation: floatLeafLeft 4s ease-in-out infinite, sway 4s ease-in-out infinite;
}

.title-inner::after {
  right: -65px;
  animation: floatLeafRight 4s ease-in-out infinite reverse, sway 4s ease-in-out infinite reverse;
}
.section-title .title-inner h2 {
  font-weight: 800;
  font-size: 2.7rem;
  animation: floatBadge 3s ease-in-out infinite;
  color: var(--text-color);
}

.section-title .title-inner p {
  font-size: 1.5rem;
  color: var(--text-color);
}

.section-title .title-inner span {
  background: linear-gradient(45deg, var(--hover-color), #4B0082,#000);
    background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
}

/**************************************************************
 * ABOUT
 * ************************************************************/
 .h-design:before {
     content: "";
     position: absolute;
     left: 5px;
     top: 23px;
     width: 5px;
     height: 20px;
     background-color: var(--text-color);
     border-radius: 3px;
 }

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

 .about .about-steps .steps-wrapper:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 19px;
   width: 2px;
   background-color: color-mix(in srgb, var(--contrast-color), transparent 80%);
   z-index: 0;
 }

 .about .about-steps .step-item {
   display: flex;
   margin-bottom: 2rem;
   position: relative;
 }

 .about .about-steps .step-item:last-child {
   margin-bottom: 0;
 }

 .about .about-steps .step-item .step-number {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: var(--contrast-color);
   color: var(--text-color);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   margin-right: 1.5rem;
   position: relative;
   flex-shrink: 0;
   z-index: 1;
 }

 .about .about-steps .step-item .step-content {
   padding-top: 0.25rem;
 }
 .about-img {
   position: relative;
   border-radius: 12px;
   overflow: hidden;
   height: 400px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   /*margin-bottom: 40px;*/
   transition: transform 0.5s;
 }

 .about-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .about-img .banner-content {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 80px 40px 40px;
   background: linear-gradient(to top,rgba(0, 0, 0, 0.85),transparent);
 }

 .about-img .banner-content h2 {
   color: var(--contrast-color);
   font-size: 2.5rem;
   margin-bottom: 15px;
   font-weight: 700;
 }

 .about-img .banner-content p {
   font-size: 1.1rem;
   max-width: 600px;
   margin-bottom: 0;
   opacity: 0.9;
 }

 @media (max-width: 768px) {
   .about-img {
     height: 350px;
   }

   .about-img .banner-content {
     padding: 60px 25px 25px;
   }

   .about-img .banner-content h2 {
     font-size: 1.8rem;
   }

   .about-img .banner-content p {
     font-size: 1rem;
   }
 }
 @media (max-width: 768px) {
   .about-img {
     margin-bottom: 30px;
   }
 }

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  position: relative;
  background-color: var(--contrast-color);
  border: 1px solid color-mix(in srgb, var(--text-color), transparent 90%);
  border-radius: 8px;
  transition: 0.3s;
}

.team .team-member:hover {
  border-color: color-mix(in srgb, var(--primary-color), transparent 70%);
}

.team .team-member .member-img {
  flex: 0 0 200px;
  overflow: hidden;
}

.team .team-member .member-img img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.team .team-member .member-info {
  padding: 25px;
  text-align: left;
}

.team .team-member .member-info h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: var(--text-color);
}

.team .team-member .member-info span {
  font-size: 1rem;
  font-weight: 400;
  color: color-mix(in srgb, var(--text-color), transparent 30%);
  display: block;
  margin-bottom: 15px;
}

.team .team-member .member-info p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: color-mix(in srgb, var(--text-color), transparent 20%);
}

.team .team-member .member-info .social {
  display: flex;
  gap: 10px;
}

.team .team-member .member-info .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  color: var(--text-color);
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--text-color), transparent 90%);
}

.team .team-member .member-info .social a:hover {
  color: var(--text-color);
  border-color: var(--text-color);
  background: color-mix(in srgb, var(--text-color), transparent 95%);
}

@media (max-width: 767px) {
  .team .team-member {
    flex-direction: column;
  }

  .team .team-member .member-img {
    flex: auto;
  }

  .team .team-member .member-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .team .team-member .member-info {
    text-align: center;
  }

  .team .team-member .member-info .social {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.12);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: var(--contrast-color);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--text-color);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--text-rgb), 0.85);
  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 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--text-color);
}

/*--------------------------------------------------------------
# partners Section
--------------------------------------------------------------*/
.partners .partners-wrap {
  border-top: 1px solid color-mix(in srgb, var(--text-color), transparent 85%);
  border-left: 1px solid color-mix(in srgb, var(--text-color), transparent 85%);
}

.partners .partner-logo {
  background-color: var(--contrast-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid color-mix(in srgb, var(--text-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--text-color), transparent 85%);
  overflow: hidden;
}

.partners .partner-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .partners .partner-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.partners .partner-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ls-box {
  margin: 5px; 
  background: var(--contrast-color);
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.nav-tabs .nav-link {
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
}
.nav-tabs .nav-link.active {
  border-bottom: 10px solid var(--primary-color) ;
}
.tab-content {
  margin-top: 5px;
}

.imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[27];
  grid-template-columns: repeat(27, 1fr);
  position: relative; 
}

.imgs-grid .grid {
  position: relative; 
}

.imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%; 
}

.imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27; 
}

.imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px; 
}

.imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px; 
}

.service-card {
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

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

.service-card:hover .icon-container {
  background-color: var(--primary-color);
}

.service-card:hover .icon-container i {
  color: var(--contrast-color);
}

.service-card .icon-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--primary-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.service-card .icon-container i {
  font-size: 30px;
  color: var(--text-color);
  transition: all 0.3s ease;
}

.service-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--text-color);
}

.service-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.9);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: var(--hover-color);
  color: var(--contrast-color);
}

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

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

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

.portfolio .portfolio-wrap .portfolio-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;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid var(--contrast-color);
  border-left: 3px solid var(--contrast-color);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid var(--contrast-color);
  border-right: 3px solid var(--contrast-color);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: var(--contrast-color);
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: var(--contrast-color);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

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

.portfolio .portfolio-wrap .portfolio-links a {
  color: var(--contrast-color);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: var(--primary-color);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.portfolio-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.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-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

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

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/************************************************************* 
      CONTACT US
**************************************************************/
#ls-contact .contact-info-box {
  background-color: var(--contrast-color);
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#ls-contact .contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

#ls-contact .contact-info-box .icon-box {
  background-color: color-mix(in srgb, var(--primary-rgb), transparent 90%);
  color: var(--text-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ls-contact .contact-info-box .icon-box i {
  font-size: 24px;
}

#ls-contact .contact-info-box .info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#ls-contact .contact-info-box .info-content p {
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--text-color), transparent 20%);
  font-size: 20px;
  line-height: 1.5;
}

#ls-contact .contact-info-box .info-content p:last-child {
  margin-bottom: 0;
}

.contact-layout {
  display: flex;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}

.social-bar {
  width: 80px;
  background: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.social-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-bar li {
  margin: 20px 0;
  font-size: 22px;
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s ease;
}

.social-bar li:hover {
  color: var(--hover-color);
}

.contact-panel {
  background: var(--primary-color);
  color: #ddd;
  padding: 50px 40px;
  width: 420px;
  position: relative;
  z-index: 5;
}

.contact-panel::before,
.contact-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 88%;
  height: 40px;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.06);
  filter: blur(18px);
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}

.contact-panel::before {
  top: 20px;
}

.contact-panel::after {
  bottom: -20px;
}

.panel-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  animation: floatBadge 3s ease-in-out infinite;
}

.panel-subtitle {
  font-size: 20px;
  opacity: 0.7;
}

.input-group-custom {
  margin-bottom: 22px;
}

.input-group-custom label {
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 4px;
}

.form-control-custom {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--text-color);
  padding: 8px 0;
  color: var(--text-color);
  outline: none;
  transition: 0.25s;
}

.form-control-custom:focus {
  border-bottom-color: #ddd;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background: var(--text-color);
  border: none;
  color: var(--contrast-color);
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background: linear-gradient(45deg, var(--hover-color), var(--text-color));
  color: var(--contrast-color);
}

.map-panel {
  flex: 1;
  position: relative;
  min-height: 420px;
  background: #ddd;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(1) brightness(1.1);
}

.map-overlay {
  position: absolute;
  top: 25%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.map-badge {
  background: rgba(var(--text-rgb),.7);
  color: white;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 13px;
  width: max-content;
  box-shadow: 0 4px 14px rgba(var(--text-rgb),0.25);
}

@media (max-width: 992px) {
  .contact-layout {
    flex-direction: column;
  }

  .social-bar {
    flex-direction: row;
    width: 100%;
    padding: 15px 0;
    justify-content: center;
  }

  .social-bar li {
    margin: 0 15px;
  }

  .contact-panel {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/
/* Container to help center and space it */
.subscription-wrapper {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* The Main Capsule */
.glass-subscribe-group {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50px !important; /* Makes it a pill shape */
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(var(--text-rgb) 0.15);
}

/* Individual Floating Input Styling */
.glass-subscribe-group .form-floating {
    flex: 1;
}

.glass-subscribe-group .form-control {
    background: transparent !important;
    border: none !important;
    color: var(--text-color) !important;
    box-shadow: none !important;
    padding-left: 15px;
}

/* Floating Label styling */
.glass-subscribe-group label {
    color: rgba(var(--text-rgb), 0.8) !important;
    padding-left: 15px;
}

.form-floating>label {
  width: 100% !important;
}

/* Gold Gradient Button */
.btn-subscribe {
    background: var(--text-color);
    color: white !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 0 35px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(var(--text-rgb), 0.3);
}

.btn-subscribe:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(var(--text-rgb), 0.8);
    background: var(--hover-color);
}

/* Vertical Divider between inputs */
.glass-subscribe-group .form-floating:first-child {
    border-right: 1px solid rgba(var(--text-rgb), 0.8);
}

/* Focus State Glow */
.glass-subscribe-group:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 20px rgba(var(--primary-rgb), 0.8);
}

/* Input Placeholder Color */
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .glass-subscribe-group {
        flex-direction: column;
        border-radius: 20px !important;
        padding: 15px;
    }
    .glass-subscribe-group .form-floating:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
        width: 100%;
    }
    .btn-subscribe {
        margin-top: 10px;
        padding: 15px !important;
    }
}
.subscription-wrapper > .glass-subscribe-group>.form-floating>.form-control:focus~label::after, .subscription-wrapper >.glass-subscribe-group>.form-floating>.form-control:not(:placeholder-shown)~label::after{
  background: rgba(0, 0, 0, 0);
}

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

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: right;
  font-size: 13px;
  color: var(--contrast-color);
  z-index: 999999;
}

@media (max-width: 992px) {
  .credits {
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
}

.credits a {
  color: var(--primary-color);
  transition: 0.3s;
}

.credits a:hover {
  color: var(--contrast-color);
}