@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&family=Roboto+Condensed&display=swap");
:root {
  --color2: #52b09f;
  --color3: #b05263;
  --color1: #ffd700;
  --color4: #f9f6f1;
  --color5: #60cf56;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

li {
  list-style-type: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
}
body,
p,
a,
li {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

a.btn {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.heading1 {
  font-size: 2.5rem;
}

.heading2 {
  font-size: 2rem;
}

.heading3 {
  font-size: 1.75rem;
}

.heading4 {
  font-size: 1.5rem;
}

.heading5 {
  font-size: 1.25rem;
}

.heading6 {
  font-size: 1rem;
}

.pad {
  padding: 90px 0;
}

.wrdbrk {
  white-space: pre;
}

.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}

.w0 {
  width: 0%;
}

.fixed {
  position: fixed;
  z-index: 2;
}

.priceicn {
  width: 50px;
}

.priceicn2 {
  width: 120px;
}

.point {
  bottom: 10px;
  left: 10px;
}

.point1 {
  bottom: 70px;
  left: 10px;
}

.point2 {
  bottom: 15px;
  right: 10px;
}

.blink {
  animation: blink 1s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.oopslogo {
  width: 350px;
}

.notfound h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.notfound p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}

.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 4px 15px -5px #0046d5;
}

.time-of-year {
  margin: 100px 75px 10px 75px;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
  background: #db2a1b;
  border-radius: 3px;
  bottom: -49px;
  font-size: 20px;
  display: block;
  left: -67px;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 320px;
  height: 100px;
  transform: translateY(10px);
  transition: all 0.7s ease-out;
}

.time-of-year .tooltip::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db2a1b;
  bottom: 58px;
  content: " ";
  position: absolute;
  left: 0%;
  margin-left: -13px;
  transform: rotate(92deg);
}

.time-of-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.navbar-light {
  opacity: 1;
  transform: translateY(0); /* Start with navbar in its normal position */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transitions for opacity and slide */
}

#myNavbar .dropdown-menu > .dropdown-item:hover {
  background-color: var(--color2);
}

.navbar-light .navbar-toggler {
  border-color: var(--color2) !important;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: var(--color2);
  border-bottom: 3px solid var(--color2);
}

.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
  font-weight: bold;
}

.navbar-light .navbar-nav :hover.nav-link {
  color: var(--color2) !important;
  transition: 1s;
  border-bottom: 3px solid var(--color2) !important;
}

.navbar {
  transition: background-color 1s ease, box-shadow 1s ease;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-sticky {
  background-color: var(--main-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: translateY(0); /* It stays in place when sticky */
}

.navbar-brand {
  transition: color 1s ease;
  font-weight: bold;
  width: 220px;
}

#carouselExampleSlidesOnly .index-image-container {
  background-image: url("../images/index-banner2.webp");
}
#carouselExampleSlidesOnly .index-image-container-two {
  background-image: url("../images/index-banner1.webp");
}
#carouselExampleSlidesOnly .index-image-container,
#carouselExampleSlidesOnly .index-image-container-two,
#carouselExampleSlidesOnly .index-image-container-three {
  background-color: rgba(0, 0, 0, 0.5647058824);
  background-blend-mode: overlay;
  height: 30em;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#carouselExampleSlidesOnly .index-image-container .text-container,
#carouselExampleSlidesOnly .index-image-container-two .text-container,
#carouselExampleSlidesOnly .index-image-container-three .text-container {
  top: 8em;
  left: 36%;
}
#carouselExampleSlidesOnly .index-image-container .text-container h1,
#carouselExampleSlidesOnly .index-image-container-two .text-container h1,
#carouselExampleSlidesOnly .index-image-container-three .text-container h1 {
  font-size: 5rem;
}
#carouselExampleSlidesOnly .index-image-container .text-container h2,
#carouselExampleSlidesOnly .index-image-container-two .text-container h2,
#carouselExampleSlidesOnly .index-image-container-three .text-container h2 {
  font-size: 5rem;
}
#carouselExampleSlidesOnly .index-image-container .text-container p,
#carouselExampleSlidesOnly .index-image-container-two .text-container p,
#carouselExampleSlidesOnly .index-image-container-three .text-container p {
  font-size: 2rem;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  #carouselExampleSlidesOnly .index-image-container .text-container h2,
  #carouselExampleSlidesOnly .index-image-container-two .text-container h1 {
    font-size: 3rem;
  }
}
section.index-one .container h2.small-heading {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  padding-left: 28px;
}
section.index-one .container h2.small-heading::before {
  position: absolute;
  content: "\f137";
  font-family: "bootstrap-icons";
  font-size: 18px;
  left: 0px;
  top: -1px;
}
section.index-one .container .three-card-container .card-one {
  position: relative;
  display: block;
  border: 1px dashed #d8d2d0;
  border-radius: 25px;
  padding: 132px 30px 31px 40px;
  overflow: hidden;
  width: 100%;
}
section.index-one
  .container
  .three-card-container
  .card-one:hover
  .overlay-shape {
  opacity: 1;
}
section.index-one .container .three-card-container .card-one .overlay-shape {
  background-image: url("../images/shape-36.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
section.index-one .container .three-card-container .card-one .link-btn {
  position: absolute;
  left: 0px;
  top: 39px;
  background: #fff;
  width: 94px;
  height: 60px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px 30px 0px;
}
section.index-one .container .three-card-container .card-one .link-btn a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  background: #faf1ef;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  top: 5px;
  right: 5px;
  color: var(--color2);
}
section.index-one .container .three-card-container .card-one .link-btn a:hover {
  color: #fff;
  background-color: orangered;
}
section.index-one .container .three-card-container .card-one .icon-box {
  position: absolute;
  display: inline-block;
  top: 55px;
  right: 58px;
  width: 60px;
  height: 60px;
  line-height: 68px;
  background: #fff;
  font-size: 30px;
  color: #fd6145;
  text-align: center;
  border-radius: 50%;
}
section.index-one .container .three-card-container .card-one .icon-box .shape {
  background-image: url("../images/shape-4.png");
  position: absolute;
  left: -20px;
  top: -15px;
  width: 101px;
  height: 91px;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoom-fade 6s infinite linear;
}
section.index-one .container .three-card-container .card-one .icon-box .icon {
  line-height: 68px;
  background: #fff;
  font-size: 30px;
  color: #fd6145;
  text-align: center;
  visibility: visible;
}
section.index-one .container .three-card-container .card-one h4.small-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fd6145;
}
section.index-one .container .three-card-container .card-one h5:hover {
  color: #fd6145;
}
section.index-one .container .three-card-container .card-one p.card-text {
  color: var(--color3);
}

section.index-two {
  background-color: transparent;
  background-image: linear-gradient(0deg, #eef9ec 0%, #faf1ef 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
section.index-two .container .content-box {
  position: relative;
  display: block;
  margin-right: 150px;
  background: #0c0c0c;
  border-radius: 25px;
  padding: 62px 50px 160px 50px;
}
section.index-two .container .content-box span.big-text {
  position: absolute;
  top: -5px;
  right: -125px;
  font-size: 110px;
  line-height: 100px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 3px 5px 5px #e4dcd8;
  writing-mode: vertical-lr;
}
section.index-two .container .content-box .light {
  position: relative;
  display: block;
  margin-bottom: 21px;
}
section.index-two .container .content-box .light h6.subtitle {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  padding-left: 28px;
  color: #fd6145;
}
section.index-two .container .content-box .light h2.title {
  color: #fff;
  position: relative;
  display: block;
  font-size: 43px;
  line-height: 58px;
  font-weight: 700;
  margin: 0px;
}
section.index-two .container .content-box .text-box p.text {
  color: #aca7a7;
  margin-bottom: 32px;
}
section.index-two .container .content-box .text-box a.theme-btn {
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
section.index-two .container .content-box .text-box a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
section.index-two .container .content-box .text-box a.theme-btn:hover::before {
  width: 100%;
}
section.index-two .container .three-box-container {
  padding: 0px 15px 0px 0px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
section.index-two
  .container
  .three-box-container
  .flex-one.two-cards
  .card-one {
  position: relative;
  display: block;
  text-align: center;
  border: 1px dashed #c9c8c3;
  border-radius: 25px;
  padding: 31px 20px 0px 20px;
}
section.index-two
  .container
  .three-box-container
  .flex-one.two-cards
  .card-one
  span.counter {
  color: #fd6145;
  font-weight: bold !important;
  font-size: 48px;
}
section.index-two
  .container
  .three-box-container
  .flex-one.two-cards
  .card-one
  span.symbol {
  color: #fd6145;
  font-weight: bold;
  position: relative;
  font-size: 30px;
  top: -16px;
}
section.index-two
  .container
  .three-box-container
  .flex-one.two-cards
  .card-one
  p.card-text {
  position: relative;
  display: block;
  margin-bottom: 2px;
  max-width: 12em;
  color: var(--color3);
}
section.index-two
  .container
  .three-box-container
  .flex-one.two-cards
  .card-one
  .bottom-iconbox {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  background: #fff;
  font-size: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: -15px;
  border-radius: 50%;
  color: #60cf56;
  bottom: -20px;
}

/** about-section **/
.about-section {
  position: relative;
  padding: 120px 0px;
}

.about-section .image-box {
  position: relative;
  display: block;
  padding: 239px 120px 0px 0px;
  margin-right: 20px;
}

.about-section .image-box img {
  width: 100%;
}

.about-section .image-box .image-1 {
  position: relative;
  border-radius: 25px;
}

.about-section .image-box .image-1 img,
.about-section .image-box .image-2 img {
  border-radius: 25px;
}

.about-section .image-box .image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 25px;
}

.about-section .image-box .image-3 {
  position: absolute;
  right: 0px;
  bottom: 57px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px dashed #dcd9e4;
}

.about-section .image-box .image-3 img {
  border-radius: 10px;
}

.about-section .image-box .image-4 {
  position: absolute;
  top: 75px;
  left: 0px;
}

.about-section .image-box .image-shape .shape {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #fc7f5a;
}

.about-section .image-box .image-shape .shape-1 {
  left: -103px;
  top: 0px;
  width: 440px;
  height: 440px;
}

.about-section .image-box .image-shape .shape-2 {
  left: -83px;
  top: 20px;
  width: 400px;
  height: 400px;
}

.about-section .image-box .image-shape .shape-3 {
  left: -63px;
  top: 40px;
  width: 360px;
  height: 360px;
}

.about-section {
  position: relative;
  display: block;
}

.about-section .sec-title {
  margin-bottom: 30px;
}
.about-section .sec-title h6.subtitle {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  padding-left: 28px;
  color: #fd6145;
}
.about-section .sec-title h6.subtitle::before {
  position: absolute;
  content: "\f137";
  font-family: "bootstrap-icons";
  font-size: 18px;
  left: 0px;
  top: -1px;
}
.about-section .sec-title a.theme-btn {
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
.about-section .sec-title a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
.about-section .sec-title a.theme-btn:hover::before {
  width: 100%;
}

.about-section .text-box {
  margin-bottom: 40px;
}

.about-section.text-box p {
  margin-bottom: 32px;
}

.highlights-list li {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 15px;
}

.highlights-list li:last-child {
  margin-bottom: 0px;
}

.highlights-list li i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 52px;
  height: 52px;
  line-height: 58px;
  background: #faf1ef;
  text-align: center;
  font-size: 24px;
  border-radius: 15px;
  text-align: center;
}

.highlights-list li:nth-child(2) i {
  color: #fb991a;
  background: #faeddc;
}

.highlights-list li:last-child i {
  color: #60cf56;
  background: #eef9ec;
}

.highlights-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #0c0c0c;
  font-weight: 800;
  padding: 12px 20px;
  border: 1px dashed #d8d2d0;
  border-radius: 15px;
  text-transform: uppercase;
}

.highlights-list li:nth-child(2) a:hover {
  border-color: #fb991a;
}

.highlights-list li:nth-child(1) a:hover {
  border-color: #ef0b0b;
}

.highlights-list li:nth-child(1) i {
  color: #ef0b0b;
  border-color: #ef0b0b;
  background: #faeddc;
}

.highlights-list li:last-child a:hover {
  border-color: #60cf56;
}

.highlights-list li a span {
  position: relative;
  transition: all 500ms ease;
}

.highlights-list li a:hover span:before {
  opacity: 1;
}

.highlights-list li:nth-child(1) a span:before {
  color: #ef0b0b;
  margin-left: 13.5em;
}

.highlights-list li:nth-child(2) a span:before {
  color: #fb991a;
  margin-left: 12em;
}

.highlights-list li:last-child a span:before {
  color: #60cf56;
  margin-left: 8em;
}

.categories-section {
  background: linear-gradient(135deg, var(--color-5) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

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

.categories-section .sec-title {
  margin-bottom: 3rem;
}

.categories-section .subtitle {
  color: var(--color-3);
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.categories-section .text-main {
  color: var(--color-1);
  margin-right: 0.5rem;
}

.categories-section .main-heading {
  color: var(--color-4);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  position: relative;
  z-index: 999;
}

.categories-section .lead {
  color: var(--color-4);
  opacity: 0.8;
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
}

.categories-section .categories-block {
  margin-bottom: 2rem;
  padding: 0 10px;
}

.categories-section .inner-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(82, 194, 193, 0.1);
}

.categories-section .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--color-3);
}

.categories-section .shape {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--color3), var(--color1));
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.categories-section .inner-box:hover .shape {
  opacity: 0.15;
  transform: scale(1.2);
}

.categories-section .overlay-shape {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: var(--color-2);
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.categories-section .inner-box:hover .overlay-shape {
  opacity: 0.2;
  transform: scale(1.3);
}

.categories-section .inner-box h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.categories-section .inner-box h3 a {
  color: var(--color-4);
  text-decoration: none;
  transition: all 0.3s ease;
}

.categories-section .inner-box:hover h3 a {
  color: var(--color-1);
}

.categories-section .ser-text {
  color: var(--color-4);
  opacity: 0.7;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 50px;
}

.categories-section .image-box {
  margin: 1.5rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.categories-section .image-box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.categories-section .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.categories-section .te-btn {
  background: linear-gradient(135deg, var(--color-1), var(--color-3));
  color: #ffffff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.categories-section .te-btn:hover {
  background: linear-gradient(135deg, var(--color-3), var(--color-1));
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.categories-section .theme-btn {
  background: var(--color2);
  color: var(--color-5);
  padding: 1rem 3rem;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 2rem;
}

.categories-section .theme-btn:hover {
  background: var(--color-1);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(16, 16, 16, 0.3);
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .categories-section .main-heading {
    font-size: 2rem;
  }
  .categories-section .inner-box {
    padding: 2rem 1.25rem;
  }
  .categories-section .image-box img {
    height: 160px;
  }
}
@media (min-width: 1px) and (max-width: 767.98px) {
  .categories-section .main-heading {
    font-size: 1.75rem;
  }
  .categories-section .lead {
    font-size: 1rem;
  }
  .categories-section .inner-box {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .categories-section .image-box img {
    height: 140px;
  }
  .categories-section .ser-text {
    min-height: auto;
    margin-bottom: 1rem;
  }
  .categories-section .theme-btn {
    padding: 0.875rem 2.5rem;
    font-size: 0.9rem;
  }
}
/** project-section **/
.project-section {
  position: relative;
  padding: 115px 0 90px 0;
}
.project-section a.theme-btn {
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font: 800 14px/26px "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
.project-section a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
.project-section a.theme-btn:hover::before {
  width: 100%;
}
.project-section .project-block-one .inner-box .link-btn a:hover {
  color: #fff;
  background-color: #fd6145;
}

.sec-title {
  margin-bottom: 42px;
}
.sec-title .btn-box {
  position: absolute;
  right: 0;
  bottom: 12px;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.project-block-one .inner-box:before {
  position: absolute;
  content: "";
  border: 1px dashed #d8d2d0;
  border-radius: 25px;
  width: calc(100% + 30px);
  height: calc(100% + 16px);
  left: -15px;
  bottom: -1px;
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover:before {
  opacity: 1;
}
.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
}
.project-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 25px;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.project-block-one .inner-box h6 {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: var(--color2);
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 15px 2px 15px;
  border-radius: 25px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover h6 {
  opacity: 1;
  left: 20px;
  top: 20px;
}
.project-block-one .inner-box h3 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 17px 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box h3 a {
  color: #0c0c0c;
}
.project-block-one .inner-box:hover h3 {
  bottom: 0;
  opacity: 1;
}
.project-block-one .inner-box .link-btn {
  position: absolute;
  right: 20px;
  bottom: 88px;
}
.project-block-one .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  font-size: 30px;
  color: #0c0c0c;
  border-radius: 50%;
  font-weight: 400;
  transform: scale(0);
  transition: transform 500ms ease;
}
.project-block-one .inner-box .link-btn a i {
  position: absolute;
  top: -3px;
  left: 0;
}
.project-block-one .inner-box .link-btn a:hover {
  color: #fff;
}
.project-block-one .inner-box:hover .link-btn a {
  transform: scale(1);
}
.project-block-one .inner-box .view-btn {
  position: absolute;
  right: 66px;
  bottom: 91px;
}
.project-block-one .inner-box .view-btn a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #0c0c0c;
  border-radius: 50%;
  font-weight: 400;
  transform: scale(0);
  transition: transform 500ms ease;
}
.project-block-one .inner-box .view-btn a:hover {
  color: #fff;
  background: #fd6145;
}
.project-block-one .inner-box:hover .view-btn a {
  transform: scale(1);
}

.bg-color-1 {
  background-color: #faeddd;
}

/** why-section **/
section.why-section {
  position: relative;
  padding: 75px 0px 75px 0px;
}
section.why-section .image-shape-middle {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 20em;
}

/* SERVICE SECTION BACKGROUND */
.service-section {
  background: #f5f6fa;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Main Container Structure */
.service-page-container {
  padding: 0;
  position: relative;
  width: 100%;
}

/* Row adjustments */
.service-page-container > .row {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

/* Sticky Sidebar Solution - Fixed */
.sticky-sidebar-col {
  position: sticky;
  top: 80px; /* Match your header height */
  height: calc(100vh - 80px);
  align-self: flex-start;
  z-index: 100;
  overflow-y: auto;
}

/* Content Area - Critical Fix */
.content-area-col {
  flex: 1;
  padding: 0;
  min-width: 0; /* Fixes flexbox overflow issues */
}

.content-area-inner {
  width: 100%;
  height: 100%;
}

/* Service Nav Wrapper Styles */
.service-nav-wrapper {
  background: linear-gradient(145deg, var(--color-5), #ffffff);
  border: 1px solid rgba(220, 53, 69, 0.1);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  margin: 1rem;
  min-height: calc(100vh - 160px);
}

.service-nav-title {
  color: var(--color-4);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}

.service-nav-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, var(--color-1), var(--color-3));
  margin: 10px auto 0;
  border-radius: 2px;
}

.service-nav-pills .nav-item {
  margin-bottom: 0.75rem;
}

.service-nav-pills .nav-link {
  color: var(--color-4);
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 5px;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, var(--color-1), var(--color-3));
  transition: width 0.3s ease;
  z-index: 1;
}

.service-nav-pills .nav-link i {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.service-nav-pills .nav-link:hover {
  color: red;
  border-color: var(--color1);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.service-nav-pills .nav-link:hover::before {
  width: 100%;
}

.service-nav-pills .nav-link.active {
  color: #d31010;
  border-color: var(--color-1);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
  transform: translateX(8px);
}

.service-nav-pills .nav-link.active::before {
  width: 100%;
}

/* Service Content Sections */
.service-section {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.service-section:nth-child(even) {
  background: var(--color-5);
}

.service-title {
  color: #dc3545;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.service-description {
  color: var(--color-4);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.service-features li {
  padding: 0.75rem 0;
  font-size: 1rem;
  color: var(--color-4);
  display: flex;
  align-items: center;
}

.service-features .text-main {
  color: var(--color-1);
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.service-image {
  position: relative;
  top: 65px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-image img {
  transition: transform 0.3s ease;
}

.service-image:hover img {
  transform: scale(1.05);
}

.btn-main {
  background: linear-gradient(135deg, var(--color1), var(--color3));
  color: #ffffff;
  padding: 0.875rem 2.5rem;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-main:hover {
  background: linear-gradient(135deg, var(--color3), var(--color1));
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(220, 53, 69, 0.4);
  color: #ffffff;
  text-decoration: none;
}

/* Your Original Media Queries - Unchanged */
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-page-container .service-sidebar {
    display: none;
  }
  .service-page-container .service-nav-wrapper {
    min-height: auto;
    margin: 0 1rem 2rem;
  }
  .service-page-container .service-nav-pills .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  .service-page-container .service-title {
    font-size: 2rem;
  }
}
@media (min-width: 1px) and (max-width: 767.98px) {
  .service-page-container .service-sidebar {
    position: relative;
    height: auto;
    margin-bottom: 1.5rem;
  }
  .service-page-container .service-nav-wrapper {
    margin: 0 0.5rem 1.5rem;
    padding: 1.5rem 1rem;
    min-height: auto;
  }
  .service-page-container .service-nav-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .service-page-container .service-nav-pills .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .service-page-container .service-nav-pills .nav-link i {
    margin-right: 0.5rem;
    font-size: 1rem;
  }
  .service-page-container .service-section {
    padding: 2.5rem 0;
  }
  .service-page-container .service-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .service-page-container .service-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .service-page-container .service-features {
    margin-bottom: 2rem;
  }
  .service-page-container .service-features li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  .service-page-container .cta-title {
    font-size: 1.75rem;
  }
  .service-page-container .cta-subtitle {
    font-size: 1rem;
  }
  .service-page-container .btn-light {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
/* Ensure the image container is positioned and hides overflow */
.guide-line-img-box {
  position: relative;
  overflow: hidden;
}

/* Create the shine effect pseudo-element */
.guide-line-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.5s ease-in-out;
}

/* Animate the pseudo-element across the container on hover */
.guide-line-img-box:hover::before {
  left: 125%;
}

/* For the downloadable design options (the bordered boxes) */
section.tab-section .row.text-center > [class*="col"] {
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  text-align: center;
}
section.tab-section .row.text-center > [class*="col"]:hover {
  background: #ff4328;
  color: #fff;
}
section.tab-section .row.text-center > [class*="col"]:hover i {
  color: #fff;
}

section.contact-section {
  overflow-x: hidden !important;
}
section.contact-section .image-container {
  background-image: url("../images/cta-bg-2-1.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 55vh;
}
section.contact-section .image-container h3 {
  max-width: 20em;
}
section.contact-section .image-container a.theme-btn {
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
section.contact-section .image-container a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
section.contact-section .image-container a.theme-btn:hover::before {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.contact-section .image-container {
    height: 30vh;
  }
}

section.infra-section .container-fluid {
  background-image: url("../images/infra-bg.webp");
  background-color: rgba(0, 0, 0, 0.5019607843);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  width: auto;
  position: relative;
}
section.infra-section .container-fluid .text-container h3 {
  color: #faf168 !important;
}
section.infra-section .container-fluid .text-container p {
  max-width: 85%;
}
section.infra-section .container-fluid .text-container a.theme-btn {
  position: relative;
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
section.infra-section .container-fluid .text-container a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
section.infra-section
  .container-fluid
  .text-container
  a.theme-btn:hover::before {
  width: 100%;
}

section.map-section {
  overflow-x: hidden !important;
}

.footer a {
  color: white;
}
.footer h4.footer-heading {
  color: var(--color1);
}

.arial {
  font-family: Arial, sans-serif;
}

.helvetica {
  font-family: Helvetica, sans-serif;
}

.serif {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.text-blu {
  color: var(--color1) !important;
}

.text-green {
  color: var(--color5) !important;
}

.text-main {
  color: var(--color2) !important;
}

.bg-main {
  background-color: var(--color2) !important;
}

.bg-yellow {
  background-color: var(--color1) !important;
}

.top-bg {
  background-color: var(--color2) !important;
  color: #1a1a1a;
  font-weight: bold;
  padding: 10px 0;
  transition: transform 1s ease-in-out;
}

.marquee {
  width: 100%;
  overflow: hidden !important;
  font-size: 16px;
  line-height: 25px;
}

.wow {
  visibility: visible !important;
}

.btn-ripple {
  animation: ripple 3s infinite alternate !important;
}

.btn-ripple {
  position: relative;
  overflow: hidden; /* Ensures the ripple doesn’t extend beyond the button */
}

.btn-ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 3s infinite;
}

a.theme-btn {
  background: linear-gradient(0deg, #fd6146, #fb7a43 50%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: black !important;
  z-index: 1;
  transition: all 500ms ease;
}
a.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #fb7a43, #fd6146 50%);
  z-index: -1;
  transition: all 500ms ease;
}
a.theme-btn:hover::before {
  width: 100%;
}

.open-sans-small-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.main-heading {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #212121 !important;
}

/* Position the progress bar wrap and button */
/* Position the progress wrap at the bottom-right */
.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 50%;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

/* Circular progress bar (SVG Background) */
.progress-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(#0d0e0b var(--scroll, 0%), rgb(250, 188, 2) 0%);
  border-radius: 50%;
  z-index: -1;
}

/* Go to top button */
.go-top {
  width: 50px;
  height: 50px;
  background-color: var(--color2);
  color: #000000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show the button when scrolling */
.go-top.show {
  opacity: 1;
}

/* Show the progress wrap after scrolling */
.progress-wrap.active-progress {
  visibility: visible;
}

.contact-main {
  position: relative;
  background: #fff;
}
.contact-main .title {
  margin-bottom: 30px;
}
.contact-main .title span {
  font-size: 18px;
  color: var(--color2);
  font-weight: bold;
}
.contact-main .title h2 {
  font-size: 28px;
  font-weight: 700;
}
.contact-main .contact-form {
  padding: 20px;
  background: #f5f6fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contact-main .contact-form .form-group {
  margin-bottom: 15px;
}
.contact-main .contact-form input,
.contact-main .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 15px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 20px;
  display: block;
  margin: auto;
}
.contact-main .contact-form button {
  width: 100%;
  padding: 10px;
  background: var(--color2);
  color: var(--color4);
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.contact-main .contact-form button:hover {
  background: var(--color4);
  color: var(--color2);
  transition: 2s;
}
.contact-main .contact_info {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact-main .contact_info .single-contact-info {
  margin-bottom: 15px;
}
.contact-main .contact_info .single-contact-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.contact-main .contact_info .single-contact-info p {
  font-size: 14px;
  color: #666;
}
.contact-main .contact_info .social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.contact-main .contact_info .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
  margin-top: 10px;
}
.contact-main .contact_info .social a:nth-child(1) {
  background: #fec931;
  color: aliceblue;
  box-shadow: 50px #000;
}
.contact-main .contact_info .social a:nth-child(2) {
  background: pink;
  color: white;
}
.contact-main .contact_info .social a:nth-child(3) {
  background: #17a2b8;
  color: white;
}
.contact-main .contact_info .social a:nth-child(4) {
  background: #dc3545;
  color: white;
}

@media only screen and (max-width: 768px) {
  .notfound .notfound-404 {
    height: 142px;
  }
  .pad {
    padding: 40px 0;
  }
  section.index-one .container h3.heading {
    font-size: 1.5rem;
  }
  section.index-two .container .content-box {
    margin-right: 0;
  }
  section.about-section {
    overflow-x: hidden;
  }
  section.about-section .highlights-list li a {
    font-size: 0.7rem;
  }
  .nav-tabs .nav-item {
    width: 100%;
    padding: 0;
  }
  .nav-tabs .nav-link {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pad {
    padding: 40px 0;
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* Custom animation keyframes with unique names to avoid animate.css conflicts */
@keyframes navbarSlideInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes navbarSlideOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.navbar-animated {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.navbarSlideInDown {
  animation-name: navbarSlideInDown;
}

.navbarSlideOutUp {
  animation-name: navbarSlideOutUp;
}

/* Ensure Owl Carousel items are visible during animations */
.owl-carousel .owl-item {
  opacity: 1 !important;
}

/* Fix for Animate.css and Owl Carousel */
.animated {
  animation-fill-mode: both;
}

/* Ensure animations don't break the layout */
.owl-stage {
  display: flex;
  align-items: center;
}
/* fireworks css */
/* parallax section */
/* ---------- desktop first (LG+) ---------- */
.section-dark-cta {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: var(--black);
}

.section-dark-cta .dark-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/index-parallax-bg.webp");
  background-size: cover;
  background-color: #1a1a2ed5;
  background-blend-mode: overlay;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.section-dark-cta .cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-dark-cta .cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.5rem;
  animation: glow-pulse 2s infinite;
}

.section-dark-cta .cta-title {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-dark-cta .cta-desc {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

/* multi-layer button */
.section-dark-cta .cta-btn {
  position: relative;
  display: inline-block;
  perspective: 800px;
  text-decoration: none;
}

.section-dark-cta .btn-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  backface-visibility: hidden;
}

.section-dark-cta .btn-layer-front {
  position: relative;
  background: linear-gradient(135deg, var(--purple), var(--red));
  color: var(--white);
  z-index: 3;
}

.section-dark-cta .btn-layer-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    var(--yellow) 0%,
    transparent 70%
  );
  opacity: 0;
  filter: blur(20px);
  z-index: 2;
  transform: scale(0.9);
}

.section-dark-cta .btn-layer-shadow {
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0.4;
  filter: blur(8px);
  z-index: 1;
  transform: translateY(6px) scale(0.9);
}

.section-dark-cta .cta-btn:hover .btn-layer-front {
  transform: translateY(-6px) rotateX(10deg);
  box-shadow: 0 15px 30px rgba(111, 66, 193, 0.5);
}
.section-dark-cta .cta-btn:hover .btn-layer-glow {
  opacity: 0.6;
  transform: scale(1.15);
}
.section-dark-cta .cta-btn:hover .btn-layer-shadow {
  opacity: 0.6;
  transform: translateY(8px) scale(1);
}

/* ---------- breakpoints ---------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-dark-cta .cta-title {
    font-size: 3rem;
  }
  .section-dark-cta .cta-desc {
    font-size: 1.1rem;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section-dark-cta {
    padding: 5rem 0;
  }
  .section-dark-cta .cta-title {
    font-size: 2.5rem;
  }
  .section-dark-cta .cta-desc {
    font-size: 1rem;
  }
  .section-dark-cta .btn-layer {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}

/* ---------- shared keyframes ---------- */
@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.9);
  }
}
span.infos {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	color: #d93025;
	font-weight: bold;
}