@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  font-size: 14px;
  background-color: #eff2f1;
}

@media (max-width: 991.98px) {

  html,
  body {
    overflow-x: hidden !important;
  }
}

.product-item img:hover,
.masonry-item img:hover,
.post-thumbnail img:hover,
.team-img img:hover {
  transform: scale(1.05) translateY(-3px);
  filter: brightness(1.1) contrast(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}

.custom-navbar {
  background: #202A44 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-navbar .navbar-brand {
  font-size: 28px;
  font-weight: 600;
}

.custom-navbar .navbar-brand>span {
  opacity: .4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: .5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #ffffff;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.hero {
  background: #eff2f1;
  padding: calc(2rem - 30px) 0 0rem 0;
}

@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}

@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 10px) 0 2rem 0;
  }
}

.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}

.hero h1 {
  font-weight: 700;
  color: #080808;
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}

.hero p {
  color: #000;
  margin-bottom: 30px;
}

.hero-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-img-wrap {
  position: relative;
}

.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}

@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}

@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    position: relative;
    right: -50px;
  }
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    right: -100px;
  }
}

.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: -0px;
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
}

#cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s step-end infinite;
  color: #333;
  font-weight: 600;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* make sure hero images fit nicely on all screens */
.hero-img-wrap img {
  height: 380px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.text-highlight {
  color: #357EC7;
}


/* typing effect on our service  */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #202A44;
  border-color: #202A44;
  margin-bottom: 1rem;
}

.btn:hover {
  color: #ffffff;
  background: #357EC7;
  border-color: #357EC7;
}

.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #202A44;
  border-color: #202A44;
}

.btn.btn-primary:hover {
  background: #357EC7;
  border-color: #357EC7;
}

.btn.btn-secondary {
  color: #fffefe;
  background: #202A44;
  border-color: #202A44;
}

.btn.btn-secondary:hover {
  background: #357EC7;
  border-color: #202A44;
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #2f2f2f;
}

.product-section {
  padding: 5rem 0 3rem 0;
}

.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}

.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}

.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}

.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}

.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-section .product-item:hover:before {
  height: 70%;
}

.expertise-section {
  background: #eff2f1;
  padding: 40px 0;
  margin-bottom: 6rem;
}

.expertise-item {
  padding: 25px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expertise-item img {
  width: 80px;
  height: 70px;
  margin-bottom: 12px;
  filter: grayscale(100%);
}

.expertise-item h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.expertise-item:hover {
  transform: translateY(-6px);
  color: #2b6bf6;
}

.expertise-item:hover img {
  filter: none;
}

/* ===== Our Expertise: 5 Column Professional Grid ===== */
@media (min-width: 1200px) {
  .col-lg-expertise {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


.why-choose-section {
  padding: 5rem 0;
}

.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/icons/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}

.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}

.feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}

.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}

/* Services page stylesheet */

.why-choose-section-services .feature {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  height: auto;
}

.why-choose-section-services .feature .icon img {
  width: 48px;
  height: 48px;
}


/* Why-choose box hover effect */
.why-choose-section-services .feature {
  transition: transform .18s ease, box-shadow .18s ease, border-top-color .18s ease;
  border-top: 4px solid transparent;
}

.why-choose-section-services .feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06);
  border-top-color: rgba(43, 107, 246, 0.12);
  /* subtle brand accent line */
}

.why-choose-section-services .feature .icon img {
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
  filter: grayscale(0.2) brightness(1);
}

.why-choose-section-services .feature:hover .icon img {
  transform: translateY(-6px) scale(1.05);
  filter: none;
  opacity: 1;
}


/* Enhanced Services Grid styling */
.services-grid .service-link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border: 1px solid transparent;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  border-color: rgba(44, 120, 255, 0.08);
  /* subtle accent border on hover */
}

.service-head {
  min-height: 56px;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f5;
  color: #222;
  font-size: 20px;
  transition: background .18s ease, transform .18s ease, color .18s ease;
  flex-shrink: 0;
}

.service-card:hover .service-icon {
  background: #eaf2ff;
  /* light accent on hover */
  transform: translateY(-4px) rotate(-2deg);
  color: #2b6bf6;
  /* accent icon color on hover */
}

.service-title {
  margin: 0;
  font-size: 17px;
  color: #111;
}

.service-desc {
  color: #6b6b6b;
  margin-bottom: 12px;
  line-height: 1.6;
}

.service-list {
  padding-left: 0;
  margin-bottom: 8px;
  list-style: none;
  color: #6b6b6b;
}

.service-list li {
  padding: 6px 0;
  position: relative;
  padding-left: 18px;
}

.service-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfcfcf;
}

.service-cta {
  margin-top: 8px;
}

/* small responsive tweaks */
@media (max-width:575.98px) {
  .service-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .service-card {
    padding: 16px !important;
  }
}

.faq-section .accordion-button {
  font-weight: 600;
}

.faq-section .accordion-body {
  line-height: 1.7;
  color: #444;
}

/* Work Process - Premium Layout */
.process-wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.process-step {
  display: flex;
  gap: 24px;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-number {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  min-width: 60px;
}

.step-content h4 {
  margin-bottom: 8px;
  font-weight: 600;
}

.step-content p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}


.we-help-section {
  padding: 7rem 0;
}

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

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/icons/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

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

.we-help-section .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;
}

.we-help-section .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;
}

.we-help-section .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;
}

.custom-list {
  width: 100%;
}

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3b5d50;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 0 0 7rem 0;
}

.popular-product .product-item-sm h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
}

.popular-product .product-item-sm a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.popular-product .product-item-sm a:hover {
  color: rgba(47, 47, 47, 0.5);
}

.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
}

.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
}

.popular-product .product-item-sm .thumbnail:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: #dce5e4;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}

.testimonial-slider-wrap #testimonial-nav>span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  /* background: rgba(59, 93, 80, 0.1); */
  background: #202A44;
  color: #ffffff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
  background: #357EC7;
  color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #3b5d50;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}


.object-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* make filter buttons stack on smaller screens */
#portfolio-filters {
  gap: 8px;
}

.text-muted {
  color: #080808 !important;
}

@media (max-width: 576px) {
  #portfolio-filters {
    flex-direction: column;
    align-items: stretch;
  }

  #portfolio-filters .btn {
    width: 100%;
    text-align: left;
  }
}


/* Gallery Section  */

/* ===== Masonry Gallery (CSS Columns – Stable) ===== */

.masonry-gallery {
  column-count: 5;
  column-gap: 8px;
}

@media (min-width: 992px) {
  .masonry-item img {
    max-height: 480px;
  }
}

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

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

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

.masonry-item {
  break-inside: avoid;
  margin-bottom: 18px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.masonry-item img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  transition: transform .45s ease;
}

.masonry-item:hover img {
  transform: scale(1.06);
}

/* Hover overlay */
.masonry-item::after {
  content: "View Project";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.masonry-item:hover::after {
  opacity: 1;
}

/* ===== Lightbox ===== */

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 14px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/* ===== Lightbox Navigation ===== */

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  opacity: 0.8;
  transition: opacity .25s ease, transform .25s ease;
}

.lightbox-nav:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-nav.prev {
  left: 30px;
}

.lightbox-nav.next {
  right: 30px;
}

/* Mobile adjust */
@media (max-width: 576px) {
  .lightbox-nav {
    font-size: 32px;
  }
}

/* card text truncation for tidy mobile layout */
.card-title {
  font-size: 1rem;
}

.card-text {
  font-size: .9rem;
}

.card-body .small {
  font-size: .8rem;
}

/* subtle responsive spacing */
@media (max-width: 767.98px) {
  .card-body {
    padding: 14px;
  }

  .ratio-4x3 {
    min-height: 180px;
  }
}

/* Universal hover for portfolio cards */
.portfolio-item .card {
  transition: all 0.35s ease;
  transform: translateY(0);
  border-radius: 12px;
}

.portfolio-item .card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(59, 93, 80, 0.15);
}

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

/* Default inactive state (green outline) */
#portfolio-filters .btn-outline-secondary {
  border-color: #202A44;
  /* green border */
  background-color: #202A44;
  /* green border */
  color: #fff;
  /* green text */
}

/* Active filter button (yellow background + text) */
#portfolio-filters .btn-outline-secondary.active {
  background-color: #357EC7;
  /* yellow */
  border-color: #357EC7;
  /* color: #000; black text for contrast */
}

/* Hover effect for filters */
#portfolio-filters .btn-outline-secondary:hover {
  background-color: #357EC7;
  border-color: #357EC7;
  color: #fff;
}

/* ===== CARD BUTTON ===== */

/* Default (green outline) */
.card .btn-outline-secondary {
  border-color: #202A44;
  background-color: #202A44;
  color: #ffffff;
}

/* Hover effect (green filled) */
.card .btn-outline-secondary:hover {
  background-color: #357EC7;
  color: #fff;
}

/* Optional: if you ever want a specific yellow style for active cards */
.card .btn-outline-secondary.active {
  background-color: #f9bf29;
  border-color: #f9bf29;
  color: #000;
}



.blog-section {
  padding: 5rem 0 7rem 0;
}

.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}

.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: .7;
}

.footer-section {
  padding: 30px 0;
  background: #ffffff;
}

.footer-section .relative {
  position: relative;
}

.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.footer-section a:hover {
  color: #202A44;
}

.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3b5d50;
}

.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}

.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}

.footer-section .sofa-img img {
  max-width: 380px;
}

.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}

.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}

.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #202A44;
  color: #ffffff;
  border-radius: 50%;
}

.footer-section .custom-social li a:hover {
  background: #357EC7;
  color: #ffffff;
}

.footer-section .border-top {
  border-color: #dce5e4;
}

.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.nowrap {
  color: #357EC7;
  font-weight: 700;
}

.nowrap:hover {
  color: #2b6bf6;
}

.custom-social {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.custom-social a {
  transition: transform 0.3s ease;
}

.custom-social a:hover {
  transform: translateY(-3px);
}


/* Floating WhatsApp & Call Buttons */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fab {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: ring 2.2s ease-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes ring {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(.8);
  }

  100% {
    /* opacity: 0.7; */
  }
}

.fab:hover {
  transform: scale(1.1);
}

.fab.whatsapp {
  background: #25D366;
}

.fab.call {
  background: #202A44;
}

.fab.call:hover {
  background: #2b6bf6;
}

.untree_co-section {
  padding: 2rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.form-control::-moz-placeholder {
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
}

.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
}

.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #202A44;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table .btn {
  padding: 2px 10px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #3b5d50 !important;
}

.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}

.text-primary {
  color: #3b5d50 !important;
}

.thankyou-icon {
  position: relative;
  color: #3b5d50;
}

.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}


/* about image with badge  */

.aboutUsText {
  text-align: justify;
  font-size: 1rem;
  margin-top: 25px;
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.about-image-wrap img {
  border-radius: 20px;
  transition: transform .5s ease, box-shadow .4s ease;
}

.about-image-wrap:hover img {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(59, 93, 80, 0) 50%, rgba(59, 93, 80, 0.25) 100%);
  border-radius: 20px;
  pointer-events: none;
}

.about-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #357EC7;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform .3s ease;
}

.about-image-wrap:hover .about-badge {
  transform: translateY(-4px);
}



/* ===== Team Section Styling ===== */
.bg-light {
  background-color: #eff2f1 !important;
}

.team-card {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(16, 24, 40, 0.1);
}

.team-img {
  overflow: hidden;
  border-radius: 14px;
}

.team-img img {
  transition: transform .4s ease;
}

.team-card:hover .team-img img {
  transform: scale(1.08);
}

.team-card h4 {
  color: #202A44;
  font-weight: 600;
}

.team-role {
  display: inline-block;
  font-size: 14px;
  color: #202A44;
  font-weight: 600;
}

.team-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(280px, 2fr) minmax(200px, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}

/* Contact Item */
.contact-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 8px;
}


/* Icon Box */
.contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #1f2937;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Text */
.contact-text {
  display: flex;
  flex-direction: column;
}

.address-text {
  margin-top: 13px;
}

/* Label */
.contact-text .label {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.contact-text p {
  white-space: normal;
}

.contact-email a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}


/* Content */
.contact-text p,
.contact-text a {
  font-size: 15px;
  line-height: 1.6;
  color: #111827;
  text-decoration: none;
}

.contact-text a:hover {
  color: #2563eb;
}


/* Tablet */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .contact-email {
    grid-column: span 2;
    /* email full row */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-text p,
  .contact-text a {
    white-space: normal;
  }
}

/* ===== Announcement / Running Notification Bar ===== */

.announcement-bar {
  background: #fff;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.announcement-track {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.announcement-content {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-left: 100%;
  animation: scroll-announcement 22s linear infinite;
  font-size: 14px;
  font-weight: 500;
}

.announcement-content span {
  opacity: 0.95;
}

.announcement-content a {
  color: #357EC7;
  font-weight: 600;
  text-decoration: none;
}

/* ===== Superscript NEW Badge ===== */

.badge-new {
  background: #fc0303;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 6px;
  margin-left: 4px;
  vertical-align: super;
  line-height: 1;
}


/* Pause on hover (desktop UX win) */
.announcement-bar:hover .announcement-content {
  animation-play-state: paused;
}

/* ===== Attention-Catchy Blink + Pulse ===== */

.badge-new {
  animation-duration: 1.8s;
  animation: premiumBlink 1.1s infinite ease-in-out;
}

@keyframes premiumBlink {
  0% {
    opacity: 1;
    transform: scale(1);

  }

  40% {
    opacity: 0.1;
    transform: scale(1.05);

  }

  70% {
    opacity: 1;
    transform: scale(1);

  }

  100% {
    opacity: 1;
    transform: scale(1);

  }
}

/* Animation */
@keyframes scroll-announcement {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ===== Mobile Optimisation ===== */
@media (max-width: 575.98px) {
  .announcement-bar {
    height: 36px;
  }

  .announcement-content {
    font-size: 13px;
    animation-duration: 28s;
  }
}


/* ===== Navbar Brand (Logo + Stacked Text) ===== */

.brand-stack {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1.1;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

/* Main brand */
.brand-main {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f9f9f9 !important;
}

/* Subtitle */
.brand-sub {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 0.8px;
}

/* Logo image */
.navlogostruct {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.custom-navbar .navbar-brand span,
.custom-navbar .navbar-brand .brand-main,
.custom-navbar .navbar-brand .brand-sub {
  color: #ffffff !important;
  opacity: 1 !important;
}


/* Hover polish */
.brand-stack:hover .navlogostruct {
  transform: scale(1.05);
}

/* ===== Mobile adjustments ===== */
@media (max-width: 576px) {
  .brand-main {
    font-size: 24px;
  }

  .brand-sub {
    font-size: 11px;
  }

  .navlogostruct {
    height: 40px;
  }
}

/* Legal Pages (Privacy & Terms) */
.legal-section h1 {
  font-weight: 700;
}

.legal-list {
  padding-left: 1rem;
}

.legal-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #444;
}


.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.language-switch a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 500;
}

.language-switch a:hover {
  color: #fff;
  text-decoration: underline;
}

.language-switch span {
  color: rgba(255, 255, 255, 0.4);
}

.services-grid-section .service-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-grid-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-head {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #202A44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

.service-icon:hover {
  color: #ffffff;
  background: #2b6bf6 !important;
}

.service-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.service-sub {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.service-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.service-card ul {
  padding-left: 18px;
  margin-bottom: 14px;
}

.service-card ul li {
  font-size: 13.5px;
  color: #555;
  margin-bottom: 6px;
}

.service-link {
  font-size: 13.5px;
  font-weight: 600;
  color: #202A44;
  text-decoration: none;
}

/* Overlay */
.toast-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.toast-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Toast Box */
.toast-box {
  background: #ffffff;
  min-width: 320px;
  max-width: 420px;
  padding: 26px 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.25s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Spinner */
.spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #2563eb;
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Message */
#toastMessage {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
}

/* States */
.toast-box.success #toastMessage {
  color: #065f46;
}

.toast-box.error #toastMessage {
  color: #991b1b;
}