/* =====================================================
   FONTS
===================================================== */

/* Rochefort */
@font-face {
  font-family: 'Rochefort';
  src: url('../fonts/Rochefort.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Freight Sans Pro – Book */
@font-face {
  font-family: 'Freight Sans Pro';
  src: url('../fonts/freight-sans-pro/freight-sans-pro-book-regular.woff2') format('woff2'),
       url('../fonts/freight-sans-pro/freight-sans-pro-book-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =====================================================
   GLOBAL / BASE
===================================================== */

body {
  font-family: 'Freight Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #222;
}

section.contact-page
 {
    background-image: url(https://digitalbulbs.com/web/development/new-nlhome/wp-content/uploads/2026/01/slide3.jpeg);
    background-size: cover;
    background-color: #0000004f;
    background-blend-mode: multiply; margin-top:60px;
}
.container-xl {
  max-width: 1240px;
}

.social-ico {
    gap: 10px;
}
section {
  padding: 80px 0 0;
}

@media (max-width: 991px) {
  section { padding: 70px 0; }
}

@media (max-width: 575px) {
  section { padding: 50px 0; }
}

/* =====================================================
   TYPOGRAPHY
===================================================== */

h1, h2, h3, h4 {
  font-family: 'Rochefort', serif;
  letter-spacing: 0.08em;
}

h1 { font-size: 70px; }
h2 { font-size: 55px; }

.services img.img-fluid {
    min-height: 427px;

        max-height: 427px; width:100%;

}
p {
  font-family: 'Freight Sans Pro', sans-serif;
  font-size: 19px;
  color: #000;
}

.cap { text-transform: uppercase; }
.fr-font { font-family: 'Freight Sans Pro', sans-serif; }
.f27 { font-size: 27px; }

/* =====================================================
   HEADER
===================================================== */

.site-header {
  padding: 10px 0 11px;
}

/* =====================================================
   NAVBAR / MENU
===================================================== */

.navbar-brand img {
  max-height: 84px;
  width: auto;
}



/* ================= CONTACT PAGE ================= */
/* ================= CONTACT MAP ================= */

.contact-form-wrapper h2 {
    font-weight: bold;
    font-size: 40px;
}
.contact-details-wrapper h2 {
    font-weight: bold;
    font-size: 40px;
}


.contact-map-section {
    position: relative;
    width: 100%;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

/* Google Map */
.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    
}

/* Overlay Card */
.map-overlay {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 40px 45px;
    max-width: 360px;
    z-index: 5;
}

.map-overlay h3 {
    font-family: 'Rochefort', serif;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}

.map-overlay p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #e5e5e5;
}

/* Button inside map */
.map-overlay .btn-primary-outline {
    color: #fff;
    border-color: #fff;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .map-wrapper {
        height: 420px;
    }

    .map-overlay {
        left: 20px;
        right: 20px;
        max-width: 100%;
        padding: 30px;
    }
}

.contact-page {
    padding: 80px 0;
}

.contact-form-wrapper,
.contact-details-wrapper {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.contact-form .form-control {
    border-radius: 0;
    padding: 14px 16px;
    font-size: 16px;
}

.contact-form textarea {
    resize: none;
}section.cta.text-center {
    padding-bottom: 80px;
}

.contact-info-box .icon {
    width: 48px;
    height: 48px;
    background: #dcac29;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    font-size: 20px;
}

.contact-info-box h5 {
    margin-bottom: 5px;
    font-family: 'Rochefort', serif;
    letter-spacing: 0.05em; font-weight:bold
}

.contact-info-box p,
.contact-info-box a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.contact-map iframe {
    display: block;
}



.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}
section.project-section {
    padding-bottom: 80px;
}

.aol h2 {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
}


.project-block-one .content-box {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 0;
    right: 0;
}
.project-block-one .content-box p a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}
.project-block-one .inner-box .image-box .image {
    position: relative; margin-bottom:30px
}
.page-title .content-box {
    padding: 88px 0px;
}
.project-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}
.page-template-portfolio-php .project-block-one .inner-box .image-box img {
    max-height: 260px;
    min-height: 260px;
}


.project-block-one .inner-box .image-box .overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%) scaleY(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}






.project-block-one .inner-box .content-box .text-box p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
}

.page-template-portfolio-php .project-block-one .inner-box .content-box .text-box p {
    color: #000000;
    background: #ffffff;
    width: fit-content;
    margin: 0px auto;
    padding: 3px 26px 5px;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 0px 4px 9px 0px #000000a1;
}




.project-block-one .inner-box .image-box .overlay-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}
.project-block-one .inner-box .image-box .overlay-image:before {
    background: #ebba31;
}
.project-block-one .inner-box .image-box img {
    width: 100%;
}


.project-block-one,
.project-block-one .inner-box {
    height: 100%;
}

.project-block-one .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-one .image-box img {
    width: 100%;
    height: 320px;       /* 🔑 forces equal height */
    object-fit: cover;
    display: block;
}




.masonry-gallery {
  column-count: 2;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .masonry-gallery {
    column-count: 1;
  }
}

.project-block {
  break-inside: avoid;
  position: relative;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

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

.zoom-icon {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .zoom-icon {
  opacity: 1;
}
/* Masonry Gallery */
.masonry-gallery {
  column-count: 3;
  column-gap: 24px;
}

.masonry-gallery .project-block {
  break-inside: avoid;
  margin-bottom: 24px;
}

.masonry-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .masonry-gallery {
    column-count: 2;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .masonry-gallery {
    column-count: 1;
  }
}

footer.site-footer.text-center
 {
    background: #f2f2f2;
}
section.project-section.portfolio-single {
    padding-bottom: 80px;
}


.navbar-nav {
  gap: 26px;
}
.service-table td {
    border: 1px solid #e0e0e0;
    padding: 22px 18px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.6;
    color: #1d2a28;
    font-weight: 500;
}.service-table td:hover {
    background: #fff6f0;
    transition: background 0.3s ease;
}
.service-check-table li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #d4af37;
    font-weight: 700;
}
.navbar-nav .nav-link {
  font-family: 'Freight Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 8px 0;
  color: #000;
}

/* Social icons spacing fix */
.navbar-nav .social-ico a.nav-link {
  padding: 0;
}

/* Remove caret on desktop */
@media (min-width: 992px) {
  .navbar .dropdown-toggle::after {
    display: none;
  }
}

/* =====================================================
   DROPDOWN MENU (DESKTOP HOVER)
===================================================== */
/* ================= DROPDOWN MENU ================= */

.dropdown-menu {
  background: #111;
  border: none;
  padding: 8px 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border-radius: 6px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Bootstrap-controlled open state (CLICK / MOBILE) */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.dropdown-item {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 8px 18px;
}

/* ================= DESKTOP HOVER DROPDOWN ================= */
@media (min-width: 992px) {

  /* Disable Bootstrap click behavior */
  .navbar .dropdown-toggle {
    pointer-events: none;
  }

  /* Enable hover */
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
  }

  /* Base state */
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    display: block;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}
@media (max-width: 991px) {
  .navbar .dropdown-toggle {
    pointer-events: auto;
  }

  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }
}

/* =====================================================
   HERO / SLIDER
===================================================== */

section.hero-slider {
  padding: 0;
}

.hero-slider img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-slider img {
    height: auto;
  }
}

/* Smooth fade */
.carousel-fade .carousel-item {
  transition: opacity 1.2s ease-in-out;
}

/* Custom arrows */
.custom-arrow {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #000;
  border-radius: 2px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6%;
}

/* =====================================================
   INTRO SECTION
===================================================== */

.intro h1 {
  margin-bottom: 20px;
}

/* =====================================================
   ABOUT SECTION
===================================================== */

section.about {
  padding-bottom: 100px;
}

/* =====================================================
   BUTTONS
===================================================== */

a.btn-outline {
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  padding: 10px 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.btn-primary-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 34px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.about_why a.btn-primary-outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
}
.btn-dark-solid {
  background: #000;
  color: #fff;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* =====================================================
   WHY CHOOSE US SECTION
===================================================== */

.why {
  background: #1d1d1d;
  color: #fff;
  padding-bottom: 100px;
}

.why h4 {
  font-size: 21px;
  font-family: 'Freight Sans Pro', sans-serif;
  text-align: center;
  color: #fff;
}

.why p {
  font-size: 19px;
  text-align: center;
  color: #fff;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  padding: 60px 0;
  font-size: 14px;
}

/* ================= ABOUT PAGE ================= */

.about-intro {
  padding: 80px 0 80px;
}

.about-copy {
  max-width: 820px;
}



.about-split {
  background: #1d1d1d;
  color: #fff; padding-bottom:80px
}
.pb-0{padding-bottom:0px !important}

.about-split-text {
  padding: 100px 80px;
}

.about-split h2 {
  margin-bottom: 30px;
}

.about-split p {
  color: #d5d5d5;
  font-size: 18px;
}

.w100{width:100%}

.about-split p.small {
  font-size: 15px;
}

.meet-lori{padding-bottom:85px}



.lori-image img {
  max-width: 720px;
}

.lori-copy {
  max-width: 780px;
}


/* Mobile */
@media (max-width: 991px) {
  .about-split-text {
    padding: 60px 40px;
  }
}



.breadcrum .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.2;
    background: #000;
}
.flaticon-chevron:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
}

.breadcrum .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.breadcrum .content-box h1 {
	padding: 0px 49px;
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border: 3px solid #ffffff;
    width: fit-content;
    margin: 0px auto;
}
.breadcrum .content-box .bread-crumb {
    position: relative;
    display: flex;
    align-items: center;
}
.breadcrum .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
    margin-right: 11px;
}
.breadcrum .content-box .bread-crumb li:before {
    position: absolute;
    content: '/';
    top: 0px;
    right: 0px;
}
.breadcrum .content-box .bread-crumb li a {
    display: inline-block;
    color: #fff;
}
.breadcrum .content-box .bread-crumb li a {
    display: inline-block;
    color: #fff;
}
.breadcrum {
    position: relative;
}
section.page-title.p_relative {
    padding: 10px 0px;
}



/*Services single page*/


.sidebar-page-container {
    padding-bottom: 80px;
}

.sticky-top {
    top: 125px;
    z-index: 1;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}
.sidebar-widget .sidebar-title h3 {
    text-align: center;
    letter-spacing: 2px;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 20px 0px gainsboro;
    font-size: 24px;
    padding: 9px 5px;
    color: #1d2a28;
    outline-offset: -10px; font-weight: bold;
    outline: 2px solid #ffffff;
}

.category-list {
    position: relative;    padding-left: 0px;
    z-index: 1;
}
.category-list li {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;list-style-type: none;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    z-index: 1;
    font-weight: 600;
    border-radius: 4px;
    padding: 13px 14px;
    box-shadow: 0px 0px 10px #d6d1d1;
    color: #1d2a28;
    background-color: #ffffff;
    text-decoration: none;
}


.category-list li i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 49px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #ebba31;
}

.flaticon-chevron:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
}

.service-details-help {
   background-color: #f1f2eb;
    display: block;
    margin-top: 30px;
    border: 4px solid #ffffff;
    overflow: hidden;
    padding: 31px 39px 17px;
    position: relative;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px gainsboro;
}
.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}
.help-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 21px;font-size: 24px;
}
.help-icon {
    height: 73px;
    width: 73px;
    background-color: #000000;
    color: #fff;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.help-contact {
    display: block;
    margin-top: 21px;
    position: relative;
}
.help-contact p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    opacity: 0.7;
}

.help-contact a {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-detail_image {
    position: relative;
    margin-bottom: 25px;
}

.service-detail_image img {
    position: relative;
    outline-offset: -17px;
    outline: 2px solid #ffffff;
    display: block;
}

.service-detail_content {
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #d6d1d1;
    color: #000000;
    background: #ffffff;
}

.service-detail_content h3 {
    margin-bottom: 20px;
}
.service-detail_content p {
    color: #000000; font-size:17px;
}

.service-detail_content p strong {
    padding: 4px 6px;
    background: #ebba31;
}
/*Services single page*/