/*** Navbar ***/

/* .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
} */

.dropdown-menu .nav-item {
    margin-top: 0;
    padding: 0 1rem;
}

.dropdown-menu .nav-link {
    margin-left: 0;
    padding: 1rem 1rem;
    text-wrap: nowrap;
    color: #000;
}

.ltn__main-menu > ul > li > a {
    padding-right: 16px;
    font-weight: 600;
}

.ltn__top-bar-menu > ul > li {
    font-weight: 500;
}

.menu-icon > a::before {
    content: "\f078"; /* Font Awesome chevron-down */
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(-90deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: color 0.3s ease, transform 0.3s ease;
}

.menu-icon:hover > a::before {
    color: var(--ltn__secondary-color);
    transform: translateY(-50%) rotate(0deg);
}

.nav-link:hover,
.nav-link:focus {
    color: var(--ltn__secondary-color) !important;
}

.ltn__utilize-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltn__utilize-toggle:hover,
.ltn__utilize-toggle:focus {
    color: var(--ltn__secondary-color);
}

.ltn__utilize-toggle i {
    font-size: 24px;
}

.site-logo a img {
    max-height: 100px;
}

.list-inline-item {
    font-size: 1rem;
}

@media screen and (max-width: 860px) {
    .site-logo a img {
        max-height: 70px;
    }

    .list-inline-item {
        font-size: 1.2rem;
    }
}

.ltn__header-4 .site-logo-wrap,
.ltn__header-5 .site-logo-wrap {
    margin: 10px 0 10px;
}

.header-menu-end {
    gap: 1.5rem;
}

@media screen and (max-width: 500px) {
    .header-menu-end {
        gap: 0.5rem;
    }

    .header-menu-end .theme-btn-1 {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .ltn__header-inner {
        flex-direction: row;
        padding-bottom: 5px;
    }

    .ltn__top-bar-menu > ul {
        align-items: center;
        justify-content: center;
    }
}

.ltn__header-4 .ltn__header-middle-area.sticky-active .site-logo a img,
.ltn__header-5 .ltn__header-middle-area.sticky-active .site-logo a img {
    max-height: 70px;
}

.ltn__header-middle-area .btn {
    padding: 12px 20px;
    margin: 0;
}

/* Mobile Menu */
.ltn__utilize-menu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    width: 100%;
    border: none;
    font-size: 18px;
}

/*** Page Header ***/
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.page-header .container {
    position: relative;
    z-index: 2;
}

.btn.theme-btn-1,
.btn.theme-btn-1:hover,
.btn.theme-btn-1:focus {
    color: #fff !important;
}

/*** Home Hero ***/
.ltn__slider-area {
    height: 100vh;
    overflow: hidden;
}

/*** Projects Slider  ***/
.ltn__img-slide-item-3 .ltn__img-slide-img-wrapper {
    height: 350px;
    overflow: hidden;
}

.ltn__img-slide-item-3 .ltn__img-slide-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltn__img-slide-item-3 .ltn__img-slide-info {
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
}

/*** Services Section ***/
.service-card {
    overflow: hidden;
}

.service-card .ltn__feature-item {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.service-card .grid-accent {
    bottom: -40px;
    right: -50px;
}

.service-card img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

.service-card .ltn__feature-info h3:after {
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background: var(--ltn__secondary-color);
    border-radius: 2px;
    margin-top: 12px;
}

.service-card .ltn__feature-info h5 {
    font-size: 1rem;
    color: var(--ltn__primary-color);
}

.service-card .ltn__feature-info {
    margin-top: 235px;
}

.service-card .line-grid {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .slick-current .ltn__img-slide-item-3 .ltn__img-slide-info {
        bottom: -180px;
    }
    .ltn__img-slide-item-3 .ltn__img-slide-info {
        width: calc(100% - 80px);
    }
    .ltn__img-slide-item-3 {
        margin-bottom: 230px;
    }
}

@media screen and (max-width: 500px) {
    .ltn__img-slide-item-3 .ltn__img-slide-info {
        width: calc(100% - 30px);
    }
}

/*** Testimonials ***/
.slick-slide.slick-active .ltn__testimonial-item-7 {
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
}
.slick-arrow-custom {
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 58px;
    background-color: var(--white);
    border: 1px solid var(--border-color-1);
    text-align: center;
    font-size: 20px;
    color: var(--ltn__primary-color) !important;
    z-index: 1;
}
.slick-arrow-custom:hover {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white) !important;
}
.ltn__testimoni-author-ratting {
    gap: 1.5rem;
}

@media screen and (max-width: 991px) {
    .product-ratting li {
        font-size: 18px;
    }
}

/*** Blog ***/
.ltn__blog-slider-one-active .slick-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.ltn__blog-item.ltn__blog-item-3 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ltn__blog-item-3 .ltn__blog-brief {
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
}

.ltn__blog-header-img {
    height: 450px;
}

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

/*** Footer ***/
.footer-menu ul li:hover,
.footer-menu ul li:focus,
.footer-menu ul li:hover a,
.footer-menu ul li:focus a,
.footer-menu ul li:hover i,
.footer-menu ul li:focus i {
    color: var(--ltn__secondary-color);
}

.footer-menu ul li:not(:has(i)) a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
    color: var(--ltn__secondary-color);
}

/*** Buttons ***/
.btn-outline-primary {
    border: 2px solid var(--ltn__primary-color);
    color: var(--ltn__primary-color);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--ltn__primary-color);
    border-color: var(--ltn__primary-color);
    color: #fff;
}

.btn-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.btn-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: width 0.3s;
    z-index: -1;
}

.btn-effect:hover::after {
    width: 100%;
}

/* Color Modifiers */
/* Primary to Secondary */
.btn-primary-to-secondary {
    background: var(--ltn__primary-color);
}
.btn-primary-to-secondary::after {
    background: var(--ltn__secondary-color);
}
/* Secondary to Primary */
.btn-secondary-to-primary {
    background: var(--ltn__secondary-color);
}
.btn-secondary-to-primary::after {
    background: var(--ltn__primary-color);
}
/* Primary to White */
.btn-primary-to-white {
    background: var(--ltn__primary-color);
}
.btn-primary-to-white::after {
    background: #fff;
}
/* Secondary to White */
.btn-secondary-to-white {
    background: var(--ltn__secondary-color);
}
.btn-secondary-to-white::after {
    background: #fff;
}
/* White to Primary */
.btn-white-to-primary {
    background: #fff;
}
.btn-white-to-primary::after {
    background: var(--ltn__primary-color);
}
/* White to Secondary */
.btn-white-to-secondary {
    background: #fff;
}
.btn-white-to-secondary::after {
    background: var(--ltn__secondary-color);
}

.btn-white-to-primary,
.btn-primary-to-white:hover,
.btn-primary-to-white:focus,
.btn-white-to-secondary,
.btn-secondary-to-white:hover,
.btn-secondary-to-white:focus {
    color: #000;
}

.btn-primary-to-white,
.btn-white-to-primary:hover,
.btn-white-to-primary:focus,
.btn-secondary-to-white,
.btn-white-to-secondary:hover,
.btn-white-to-secondary:focus {
    color: #fff;
}

/*** Decorations ***/
.grid-accent {
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #f97316 3px, transparent 3px);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: -5px -5px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 2;
    transform: translateY(15%) rotate(45deg);
    opacity: 0.5;
}

.decorated-image {
    --size: 11px;
    --length: 90%;
}
.decorated-image img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
}
.decorated-image::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--size));
    bottom: calc(-1 * var(--size));
    width: var(--size);
    height: var(--length);
    background: var(--ltn__secondary-color);
    z-index: 1;
    /* Flipped triangle at top-right corner */
    clip-path: polygon(
        var(--size) 0,
        0 var(--size),
        0 100%,
        var(--size) 100%,
        var(--size) var(--size)
    );
}
.decorated-image::after {
    content: "";
    position: absolute;
    left: calc(-1 * var(--size));
    bottom: calc(-1 * var(--size));
    width: var(--length);
    height: var(--size);
    background: var(--ltn__secondary-color);
    z-index: 1;
    /* Flipped triangle at bottom-right corner */
    clip-path: polygon(
        100% 0,
        calc(100% - var(--size)) var(--size),
        0 var(--size),
        0 0,
        calc(100% - var(--size)) 0
    );
}

/*** Misc ***/
.wow {
    visibility: hidden;
}

.section-subtitle {
    font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
    .ltn__section-title-2 {
        text-align: center;
    }
}

#about-title {
    width: 90%;
}
@media (max-width: 991px) {
    #about-title {
        width: 100% !important;
    }
}

/* Portfolio */
.ltn__gallery-item-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.ltn__gallery-item,
.ltn__gallery-item-inner,
.ltn__gallery-item-img,
.ltn__gallery-item-img a {
    position: relative;
    overflow: visible !important;
}

.ltn__gallery-item {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.ltn__gallery-item-info {
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    z-index: 2;
    max-width: none;
    width: 70%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 28px 32px;
    font-size: 15px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ltn__gallery-item-info h6 {
    color: #eb8e20;
}

.js-hidden {
    display: none !important;
}

.ltn__service-area .row .col-lg-4 {
    display: flex;
}

.ltn__service-area .ltn__service-item-1 {
    width: 100%;
}

.ltn__feature-icon span {
    color: #eb8e20;
}

/* Featured Blog Post Styling */
.ltn__blog-item-featured {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.ltn__blog-item-featured:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.ltn__blog-item-featured .ltn__blog-img img {
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.ltn__blog-item-featured .ltn__blog-brief {
    padding-left: 30px;
}

.ltn__blog-item-featured .ltn__blog-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.ltn__blog-item-featured .ltn__blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ltn__blog-item-featured .ltn__blog-title a:hover {
    color: var(--ltn__secondary-color);
}

.ltn__blog-item-featured .badge {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ltn__blog-item-featured .btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .ltn__blog-item-featured .ltn__blog-brief {
        padding-left: 0;
        margin-top: 20px;
    }

    .ltn__blog-item-featured .ltn__blog-title {
        font-size: 24px;
    }
}

/* Gallery overlay styles */
.ltn__gallery-item-img {
    position: relative;
}

.ltn__gallery-item-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.ltn__gallery-details-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.ltn__gallery-details-icon:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
}

.ltn__team-details-member-info-details p {
  margin-bottom: 0.75rem; /* smaller gap */
}
.ltn__team-details-member-info-details p strong {
  display: block;
  margin-bottom: 0.25rem; /* tighter spacing under bold headers */
}

.team-details-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.team-details-img::before {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  background-color: #eb8e20;
  z-index: -1;
}

.team-details-img.img-left::before {
  left: -5%;
  right: 5%;
}

.team-details-img.img-right::before {
  left: 5%;
  right: -5%;
}

.team-details-img img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.ltn__team-details-member-info-details p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
  }
  .ltn__team-details-member-info-details p strong {
    display: block;
    margin-bottom: 0.25rem;
  }

    .ltn__team-details-area h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .ltn__team-details-area h6 {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-prev { left: 15px; }
.custom-next { right: 15px; }

.ltn__img-slider-main:hover .custom-prev,
.ltn__img-slider-main:hover .custom-next {
    opacity: 1;
}

.ltn__img-slider-main,
.ltn__img-slider-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltn__img-slider-thumbs {
    margin-top: 6px !important;
}

.ltn__img-slider-thumbs .slick-slide {
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltn__img-slider-thumbs img {
    max-height: 80px;
    display: block;
}

.ltn__img-slider-thumbs .slick-slide img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.ltn__img-slider-thumbs .slick-current img {
    opacity: 1;
}

/* Lightbox cleanup */
.lb-outerContainer {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
/* caused lightbox images once clicked to move right on the page and not center */
/*.lb-container { padding: 0 !important; }
.lb-image {
  border: none !important;
  box-shadow: none !important;
  max-width: 90vw !important;
  max-height: 85vh !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}*/

/* Hover overlay */
.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.image-wrapper:hover img { filter: brightness(70%); }
.hover-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  padding: 6px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.image-wrapper:hover .hover-indicator { opacity: 1; }

/* Lightbox arrows */
.lb-prev, .lb-next { background: none !important; }
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 11000;
  text-align: center;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
}
.lb-nav a.lb-prev { left: 20px !important; }
.lb-nav a.lb-next { right: 20px !important; }
.lb-nav a.lb-prev::before,
.lb-nav a.lb-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  display: inline-block;
}
.lb-nav a.lb-prev::before { content: "\f104"; }
.lb-nav a.lb-next::before { content: "\f105"; }
.lb-nav a.lb-prev:hover::before,
.lb-nav a.lb-next:hover::before { color: #eb8e20; }

/* Slick fixes */
.recent-work-slide { display: inline-block; vertical-align: top; }
.recent-work-slide a { display: block; line-height: 0; margin: 0; padding: 0; }
.multiple-items .slick-track { display: flex !important; align-items: flex-start !important; }
.multiple-items .slick-slide { height: auto !important; pointer-events: none; }
.multiple-items .slick-slide > div { height: auto !important; }
.multiple-items .slick-slide a,
.multiple-items .slick-slide img,
.multiple-items .slick-slide .image-wrapper { pointer-events: auto; }
.recent-work-area .multiple-items { margin-bottom: 0; }
.recent-work-area .slick-dots { display: none !important; }

/* Custom Slick arrows */
.slick-prev-custom, .slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  border: none;
  padding: 10px;
  transition: all 0.3s ease;
}
.slick-prev-custom { left: -40px; }
.slick-next-custom { right: -40px; }
.slick-prev-custom:hover, 
.slick-next-custom:hover { color: #eb8e20; }

.ltn__img-slider-main .portfolio-prev,
.ltn__img-slider-main .portfolio-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  color: var(--ltn__primary-color);
  font-size: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  opacity: 0;
  transition: all 0.3s ease;
}

.ltn__img-slider-main .portfolio-prev { left: 15px; }
.ltn__img-slider-main .portfolio-next { right: 15px; }

.ltn__img-slider-main:hover .portfolio-prev,
.ltn__img-slider-main:hover .portfolio-next {
  opacity: 1;
}

.ltn__img-slider-main .portfolio-prev:hover,
.ltn__img-slider-main .portfolio-next:hover {
  background: var(--ltn__secondary-color);
  color: #fff;
  border-color: var(--ltn__secondary-color);
}

.ltn__testimonial-slider-6-active.slick-arrow-1 .slick-prev::before,
.ltn__testimonial-slider-6-active.slick-arrow-1 .slick-next::before {
    font-size: 0px;
    line-height: 0;
}

.ltn__image-slider-3-active.slick-arrow-1 .slick-prev::before,
.ltn__image-slider-3-active.slick-arrow-1 .slick-next::before {
    font-size: 0;
    line-height: 0;
}

@media (max-width: 768px) {
  .ltn__gallery-item.col-sm-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.overlay-bg {
  position: relative;
}

.overlay-bg .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* Adjust darkness */
  z-index: 1;
}

.overlay-bg .container {
  position: relative;
  z-index: 2; /* keeps text above overlay */
}
