/* START: Service CSS */
.tj-service-section {
  background-color: var(--tj-color-common-white);
  padding-top: 120px;
  padding-bottom: 90px;
  overflow: hidden;
}
.tj-service-section .sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tj-service-section .sec-heading .sec-title {
  margin-bottom: 0;
  line-height: 1;
}
.tj-service-section .sec-heading .service-rating {
  text-align: end;
}
.tj-service-section .sec-heading .service-rating .star-fill {
  display: inline-block;
  background-color: var(--tj-color-theme-primary);
  border-radius: 32px;
  padding: 2px 7px 3px 12px;
  margin-bottom: 16px;
}
.tj-service-section .sec-heading .service-rating .review {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  line-height: 1;
}
.tj-service-section .sec-heading .service-rating .review strong {
  color: var(--tj-color-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-service-section .sec-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-section .sec-heading .service-rating {
    text-align: start;
  }
}

.tj-service-section-two {
  background-color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-service-section-two .sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tj-service-section-two .sec-heading .sec-text {
  max-width: 85%;
  width: 100%;
}
.tj-service-section-two .sec-heading .sec-text .sec-title {
  margin-bottom: 0;
}

.tj-service-section-three {
  background: var(--tj-color-theme-bg);
}
.tj-service-section-three .sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-section-three .sec-heading {
    row-gap: 30px;
  }
}
.tj-service-section-three .sec-heading .sec-text {
  max-width: 520px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-section-three .sec-heading .sec-text {
    max-width: 490px;
  }
}
.tj-service-section-three .sec-heading .sec-text .sec-title {
  margin-bottom: 0;
  letter-spacing: -0.025em;
}
.tj-service-section-three .sec-heading .service-rating {
  text-align: end;
}
.tj-service-section-three .sec-heading .service-rating .star-fill {
  display: inline-block;
  background-color: var(--tj-color-theme-primary);
  border-radius: 32px;
  padding: 2px 7px 3px 12px;
  margin-bottom: 16px;
}
.tj-service-section-three .sec-heading .service-rating .review {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  line-height: 1;
}
.tj-service-section-three .sec-heading .service-rating .review strong {
  color: var(--tj-color-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-section-three .sec-heading .service-rating {
    text-align: start;
  }
}

.service-wrapper-two .service-style-3:last-child {
  border-bottom: none;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #121212;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
  align-items: center;
}
.service-item .service-images {
  max-width: 645px;
  width: 100%;
  height: 100%;
}
.service-item .service-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-item .service-images {
    max-width: 550px;
  }
  .service-item .service-content .service-text .desc {
    font-size: 14px !important;
    color: #dcd3d3;
    font-weight: var(--tj-fw-regular);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-images {
    max-width: 471px;
  }

  .service-item .service-content .service-text .desc {
    font-size: 13px !important;
    color: #dcd3d3;
    font-weight: var(--tj-fw-regular);
  }

  .tj-primary-btn .btn_inner {
    position: relative;
    z-index: 1;
    padding: 7px 14px 7px 40px;
    width: 100%;
    text-align: center;
  }

  .tj-primary-btn .btn_inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    inset-inline-start: 0;
    width: 30px;
    height: 100%;
    background-color: #ee3537;
    border-radius: 50px;
    -webkit-transition: all 0.3s 
    ease-in-out 0s;
        transition: all 0.3s 
    ease-in-out 0s;
  }

  .tj-primary-btn .btn_inner .btn_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    min-width: 30px;
    height: 100%;
    z-index: 2;
    font-size: 1.6em;
    line-height: 1;
    color: var(--tj-color-common-white);
  }

  .service-item .service-content .service-text {
    max-width: 420px !important;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item .service-images {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service-images {
    height: 610px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item .service-images {
    height: 190px;
  }
}
@media (max-width: 575px) {
  .service-item .service-images {
    height: 190px;
  }
}
.service-item .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 15px 40px 40px;
}
.service-item .service-content .service-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.service-item .service-content .service-number span {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
}
.service-item .service-content .service-number span.active {
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.service-item .service-content .service-text {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
}
.service-item .service-content .service-text .service-icons {
  max-width: 56px;
  width: 100%;
  margin-bottom: 35px;
}
.service-item .service-content .service-text .service-icons img {
  width: 100%;
}
.service-item .service-content .service-text .title {
  margin-bottom: 20px;
}
.service-item .service-content .service-text .title a span{
  color: #a8cc46;
}

.service-item .service-content .service-text .desc {
  font-size: 16px;
  color: #dcd3d3;
  font-weight: var(--tj-fw-regular);
}
.service-item .service-content .service-text .desc p:last-child {
  margin-bottom: 0;
}
.service-item .service-content .service-btn {
  margin-top: 40px;
  background-color: var(--tj-color-common-white);
}
.service-item .service-content .service-btn .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}
.service-item .service-content .service-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}
.service-item:hover .service-icons {
  -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
          animation: wobble-horizontal-hover 1s ease-in-out 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-content {
    padding: 40px 15px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item .service-content {
    padding: 35px 30px 45px;
  }
  .service-item .service-content .service-text {
    max-width: 100%;
  }
  .service-item .service-content .service-text .service-icons {
    margin-bottom: 25px;
  }
  .service-item .service-content .service-btn {
    margin-top: 25px;
  }
}

.service-style-2 {
  border: 1px solid var(--tj-color-border-2);
  padding: 40px 30px 45px;
  position: relative;
  z-index: 2;
}
.service-style-2 .thumb {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-style-2 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-style-2 .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background: rgba(5, 18, 41, 0.65);
  z-index: 1;
}
.service-style-2 .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 1;
  font-size: 70px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg);
  border-radius: 50%;
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}
.service-style-2 .service-content {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}
.service-style-2 .service-content .number {
  display: block;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white-2);
  margin-bottom: 15px;
  line-height: 1;
}
.service-style-2 .service-content .title {
  margin-bottom: 15px;
}
.service-style-2 .service-content .title:hover {
  letter-spacing: 0.025em;
}
.service-style-2 .service-content .desc p:last-child {
  margin-bottom: 0;
}
.service-style-2 .service-button {
  margin-top: 25px;
  color: var(--tj-color-heading-primary);
}
.service-style-2 .service-button i {
  color: var(--tj-color-heading-primary);
}
.service-style-2:hover .thumb {
  opacity: 1;
  visibility: visible;
}
.service-style-2:hover .service-icon {
  background-color: var(--tj-color-common-white);
}
.service-style-2:hover .service-icon i {
  -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
          animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.service-style-2:hover .service-content .title a {
  color: var(--tj-color-common-white);
}
.service-style-2:hover .service-content .desc {
  color: var(--tj-color-common-white-2);
}
.service-style-2:hover .service-button {
  color: var(--tj-color-common-white);
}
.service-style-2:hover .service-button i {
  color: var(--tj-color-common-white);
}
.service-style-2:hover .service-button::before {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-2 {
    padding: 30px 15px 35px;
  }
  .service-style-2 .service-icon {
    width: 85px;
    height: 85px;
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .service-style-2 {
    padding: 30px 15px 35px;
  }
  .service-style-2 .service-icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
    margin-bottom: 30px;
  }
  .service-style-2 .service-button {
    margin-top: 20px;
  }
}

.service-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--tj-color-common-white);
  padding: 54px 30px;
  border-bottom: 1px solid var(--tj-color-border-2);
  position: relative;
  min-height: 185px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-3 {
    row-gap: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-style-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    row-gap: 20px;
    padding: 35px 30px;
  }
}
.service-style-3 .service-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-style-3 .service-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  background: rgba(5, 18, 41, 0.2);
  z-index: -1;
}
.service-style-3:hover {
  min-height: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-style-3:hover {
    min-height: auto;
  }
}
.service-style-3:hover .service-image {
  opacity: 1;
  visibility: visible;
}
.service-style-3:hover .service-button a i,
.service-style-3:hover .service-button a,
.service-style-3:hover p,
.service-style-3:hover .title a {
  color: var(--tj-color-common-white);
}
.service-style-3 .service-title {
  max-width: 285px;
  width: 100%;
}
.service-style-3 .service-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 0;
  letter-spacing: -0.025em;
}
.service-style-3 .service-title .title span {
  color: var(--tj-color-common-white-2);
  position: relative;
  top: 3px;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}
.service-style-3 .service-title .title:hover {
  letter-spacing: 0;
}
.service-style-3 .desc {
  max-width: 340px;
  width: 100%;
}
.service-style-3 .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-style-3 .desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-3 .desc {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
.service-style-3 .service-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}
.service-style-3 .service-button a i {
  color: var(--tj-color-heading-primary);
}
.service-style-3 .service-button a.text-btn::before {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-3 .service-button {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-btn {
    margin-top: 40px;
  }
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-common-white);
}
.star-ratings .fill-ratings {
  color: var(--tj-color-common-white);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  inset-inline-start: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  position: relative;
  padding: 0;
  display: block;
  z-index: 1;
  color: var(--tj-color-common-white);
}

/* !END: Service CSS */
/* START: Service details CSS */
.service-check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--tj-color-border-2);
  border-bottom: 0;
}
@media (max-width: 575px) {
  .service-check-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-check-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 30px;
  border-bottom: 1px solid var(--tj-color-border-2);
}
.service-check-list ul li:not(:nth-child(even)) {
  -webkit-border-end: 1px solid var(--tj-color-border-2);
          border-inline-end: 1px solid var(--tj-color-border-2);
}
@media (max-width: 575px) {
  .service-check-list ul li:not(:nth-child(even)) {
    -webkit-border-end: 0;
            border-inline-end: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-check-list ul li {
    padding: 15px;
  }
}
.service-check-list ul li span {
  font-family: var(--tj-ff-heading);
  font-weight: 600;
  color: var(--tj-color-heading-primary);
}
.service-check-list ul li i {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  margin-top: 3px;
}

.tj-feature {
  padding: 35px 30px;
  background: var(--tj-color-theme-bg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature {
    padding: 25px 22px;
  }
}
.tj-feature-icon {
  font-size: 52px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 20px;
}
.tj-feature-title {
  margin-bottom: 20px;
}
.tj-feature p {
  margin-bottom: 0;
}
.tj-feature:hover .tj-feature-icon {
  -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
          animation: wobble-horizontal-hover 1s ease-in-out 1;
}

.service-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-category ul li {
  margin-bottom: 20px;
}
.service-category ul li:last-child {
  margin-bottom: 0;
}
.service-category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  padding: 17.5px 30px;
  background: var(--tj-color-theme-bg);
}
.service-category ul li a i {
  font-weight: 700;
  color: var(--tj-color-heading-primary);
}
.service-category ul li a.active, .service-category ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.service-category ul li a.active i, .service-category ul li a:hover i {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-category ul li a {
    padding: 17px 15px;
  }
}

/* !END: Service details CSS */




#leaf-layer {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none; /* anchors will work */
  overflow: hidden;
}

.leaf {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/leaf.png") no-repeat center/contain;
  animation: floatLeaf 2.5s linear forwards;
  pointer-events: none;
}

@keyframes floatLeaf {
  from {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: translate(-30px, -80px) rotate(360deg);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .leaf {
    width: 26px;
    height: 26px;
  }
}


/* SECTION */
.tree-section.enhanced {
    padding: 120px 20px;
    /* background: radial-gradient(circle at center, #050505 0%, #2f2929 70%); */
    /* background: radial-gradient(circle at top, #ded5e2, #b9b1b0); */
    background: radial-gradient(circle at top, #d9d9d9, #707070);
    position: relative;
    overflow: hidden;
}

/* CONTAINER */
.tree-container {
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  position: relative;
}

/* SIDES */
.side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* INFO BOX – GLASS CARD */
.info-box {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  padding: 20px 20px;
  border-radius: 18px;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.6);
  transition: all 0.45s ease;
  position: relative;
  
    border-radius: 58px 5px;
}

/* HOVER MAGIC */
.info-box:hover {
  transform: translateY(-10px) scale(1.02);
      box-shadow: 0 35px 70px rgb(0 0 0 / 61%);
    background-color: #d24425;
}
.info-box:hover h4, .info-box:hover p {
  color: #fff;
}
/* HEADINGS */
.info-box h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #8b2f23;
    position: relative;
    margin-left: 26px;
}

/*.info-box h4::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #e07a5f;
  display: block;
  margin-top: 6px;
  border-radius: 2px;
}*/

/* TEXT */
.info-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* CONNECTING LINES (Animated) */
.left .info-box::after,
.right .info-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 55px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d9b2a9);
  animation: pulseLine 2s infinite;
}

.left .info-box::after {
  right: -55px;
}

.right .info-box::after {
  left: -55px;
  transform: rotate(180deg);
}
.info-box {
  position: relative;
  margin-bottom: 30px;
}

/* Hide content smoothly */
.toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* Open state */
.info-box.active .toggle-content {
  max-height: 300px; /* adjust if content is longer */
}

/* TREE */
.center {
  flex: 0 0 300px;
  text-align: center;
  position: relative;
}

.tree-img {
  width: 100%;
  max-width: 600px;
  z-index: 2;
  position: relative;
  animation: floatTree 5s ease-in-out infinite;

}

/* TREE GLOW */
.tree-glow::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle, rgb(246 246 246 / 79%), transparent 70%);
  filter: blur(35px);
  z-index: 1;
}

/* ANIMATIONS */
@keyframes floatTree {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulseLine {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

/* ENTRY ANIMATIONS */
.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  animation: fadeLeft 1.1s forwards;
}

.fade-right {
  opacity: 0;
  transform: translateX(60px);
  animation: fadeRight 1.1s forwards;
}

.delay {
  animation-delay: 0.4s;
}

@keyframes fadeLeft {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
  to { opacity: 1; transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tree-container {
    flex-direction: column;
    gap: 50px;
  }

  .left .info-box::after,
  .right .info-box::after {
    display: none;
  }

  .center {
    order: -1;
  }
}


.call-to-action.video-bg {
  position: relative;

  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

/* VIDEO */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.65)
  );
  z-index: 2;
}

/* CONTENT */
.call-to-action .auto-container {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  text-align: center;
  padding: 40px 20px;
}

.call-to-action h2 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #ffffff;
}

.call-to-action .text {
  font-size: 17px;
  line-height: 1.9;
  display: block;
  color: #f1f1f1;
  max-width: 900px;
  margin: auto;
}

/* OPTIONAL ICON POSITION FIX */
.anim-icons {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .call-to-action {
    min-height: 80vh;
  }

  .call-to-action h2 {
    font-size: 30px;
  }

  .call-to-action .text {
    font-size: 15px;
  }
}


:root {
  --primary-red: #C62828;
  --accent-red: #E53935;
  --growth-green: #2E7D32;
  --dark-bg: #0F0F0F;
  --soft-white: #FAFAFA;
  --muted-text: #BDBDBD;
}

#home {
/*  background: linear-gradient(120deg, #000000, #ff3017, #c4371f);*/
  background-size: 300% 300%;
  animation: heroGradient 14s ease infinite;
}

@keyframes heroGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.home p {
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6;
  color: var(--soft-white);
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(.22,1,.36,1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}
.gallery-block img {
  border-radius: 14px;
  transition: transform .4s ease, box-shadow .4s ease;
}

.gallery-block:hover img {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}
.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    display: block;
}

/* Hover overlay */
.hover-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;

    /* 👇 IMPORTANT */
    pointer-events: none;
}

.image-box:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-content h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.hover-content p {
    font-size: 14px;
    opacity: 0.9;
}


.toggle-content {
    display: none;
    margin-top: 10px;
    animation: fadeIn 0.4s ease;
}

.info-box.active .toggle-content {
    display: block;
}

.toggle-title {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

/* Plus icon */
.toggle-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    transition: 0.3s;
}

/* Change to minus when active */
.info-box.active .toggle-title::after {
    content: "–";
}

/* Animation */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
}



.stat-box {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-red);
}

.stat-card:hover {
  transform: translateY(-8px);
}

.testimonial-block {
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

/* ===== CLEAN ABOUT STYLE ===== */
.about-clean {
  position: relative;
  padding-left: 30px;
}

.about-clean h3 {
  color: #E53935;
  margin-bottom: 20px;
}

.about-clean p {
  color: #BDBDBD;
  line-height: 1.75;
  font-size: 16px;
}

/* Animated accent line */
.about-accent {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, #C62828, #2E7D32);
  animation: growLine 1.2s ease forwards;
}

@keyframes growLine {
  to {
    height: 100%;
  }
}
/* ===== STATS SECTION ===== */
.stats-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #FAFAFA;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  text-align: center;
}

/* Card */
.stat-card {
  background: rgba(255,255,255,0.05);
  padding: 50px 30px;
  border-radius: 24px;
  transition: transform .4s ease, box-shadow .4s ease;
}
.stat-card i.fas {
    color: #fff;
}
.stat-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

/* Icon */
.counter-icon {
  font-size: 36px;
  color: #E53935;
  margin-bottom: 20px;
  animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); opacity: .8; }
  50% { transform: scale(1.1); opacity: 1; }
}

/* Numbers */
.stat-box {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 12px;
}

.stat-box span {
  color: #FAFAFA;
}

/* Label */
.stat-label {
  font-size: 15px;
  color: #BDBDBD;
  line-height: 1.5;
}

/* Scroll reveal */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all .9s cubic-bezier(.22,1,.36,1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}


.impact-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff, #f6faf6);
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #b21d08;
  margin-bottom: 60px;
}

/* INNER */
.leaf-inner {
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.leaf-inner i {
  font-size: 30px;
  color: #b23a2b;
  margin-bottom: 15px;
}

/* NUMBER */
.count {
  font-size: 38px;
  font-weight: 700;
  color: #8b2f23;
  margin-bottom: 30px;
}
.work-card:hover .count {
  font-size: 38px;
  font-weight: 700;
  /*color: #ffffff;*/
  margin-bottom: 30px;
  
}

.suffix {
    font-size: 38px;
}

/* LABEL */
.leaf-inner p {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  max-width: 200px;
}

/* BREATH EFFECT */


/* SECTION */
.stats-section {
  padding: 100px 0;
  background: #f6f8f5;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
}

/* LEAF CARD */
.leaf-card {
  background: linear-gradient(145deg, #ffffff, #f1f4f1);
  padding: 42px 30px;
  text-align: center;
  position: relative;

  border-radius: 60% 40% 65% 35% / 55% 60% 40% 45%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* leaf stem */
.leaf-card::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 8px;
  height: 24px;
  background: #2e7d32;
  border-radius: 6px;
  transform: translateX(-50%);
}

/* ICON */
.counter-icon i {
  font-size: 32px;
  color: #2e7d32;
  background: rgba(46,125,50,0.15);
  padding: 18px;
  border-radius: 50%;
  margin-bottom: 18px;
}

/* COUNTER */
.stat-box {
  font-size: 36px;
  font-weight: 700;
  color: #2b2b2b;
}

.stat-label {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
}

/* FADE IN / OUT */
.fade-box {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 0.9s ease;
}

.fade-box.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* SOFT LEAF SWAY */
.fade-box.show.leaf-card {
  animation: leafSway 7s ease-in-out infinite;
}

@keyframes leafSway {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.2deg); }
}






.customflex {
       border: 2px solid #ed3219;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}


/* MAIN CARD (TOP CARD) */
.work-card {
  position: relative;
  b/*ackground: #ffffff;*/
  /*padding: 45px 30px;*/
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.45s cubic-bezier(.4,0,.2,1),
              box-shadow 0.45s cubic-bezier(.4,0,.2,1);
  z-index: 2;
  isolation: isolate;
  cursor: pointer;
      border-radius: 58px 0px;
}

/* LEAF SHAPED BACK CARD */
.rotated-card {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2b0f18, #b23a2b);
  border-radius: 30px;
  opacity: 0;
  transform: translate(10px, 10px) rotate(-8deg); /* smaller offset */
  transition: transform 0.8s ease, opacity 0.8s ease;
  z-index: 1;
      border-radius: 58px 0px;
}
/* Front card */
.impact-leaf {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers children horizontally */
  justify-content: flex-start;
  text-align: center;

  position: relative;
  z-index: 2;
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  transition: transform 0.8s ease, background 0.8s ease;
  transform-style: preserve-3d;
      border-radius: 58px 0px;
}


/* ICON */
.icon-wrap {
  width: 100px;
  height: 100px;
  background: linear-gradient(40deg, #ab1313f7, #ff3017, #c4371f);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  transition: all 0.45s ease;
}

.icon-wrap i {
  font-size: 34px;
  color: #b23a2b;
  transition: transform 0.7s ease, color 0.4s ease;
}

/* TEXT */
.work-card h4 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #222;
  transition: color 0.4s ease;
}

.work-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  transition: color 0.4s ease;
}

/* HOVER + FOCUS (DESKTOP & MOBILE) */
.work-card:hover,
.work-card:focus-within,
.work-card:active {
  transform: translateY(-12px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}

/* ROTATED LEAF CARD */
.work-card:hover .rotated-card,
.work-card:focus-within .rotated-card,
.work-card:active .rotated-card {
  opacity: 1;
  transform: rotate(-8deg) scale(1);
}

/* ICON ANIMATION (KEPT) */
.work-card:hover .icon-wrap i,
.work-card:focus-within .icon-wrap i,
.work-card:active .icon-wrap i {
  transform: rotate(360deg) scale(1.15);
  /*color: #ffffff;*/
}

/* TEXT COLOR ON HOVER */
.work-card:hover h4,
.work-card:hover p,
.work-card:focus-within h4,
.work-card:focus-within p,
.work-card:active h4,
.work-card:active p {
  /*color: #ffffff;*/
}

/* ACCESSIBILITY */
.work-card:focus-within {
  outline: 2px solid rgba(76,154,106,0.6);
  outline-offset: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .work-card {
    padding: 35px 22px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 0%);
  }
  .testimonials-three__img {
    
    display: none !important;
  
}
.testimonials-three {
    position: relative;
    display: block;
   /* padding: 38px 11px 120px !important;
    margin: 60px 0px 120px !important;*/
    border-radius: 0px !important;
    overflow: hidden;
    z-index: 1;
}
.testimonials-three__content .sec-title {
     padding-bottom: 0px !important; 
}
}

section.what-we-do {
    padding: 100px 0 85px;
    z-index: -1;
}

.faq-accordion .accordion-item{
  position: relative;
  background: var(--white-color);
    border: 1px solid #c40101;
  border-radius: 20px;
  margin-bottom: 30px;
    padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.work-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-direction: row;
    background: linear-gradient(120deg, #ab1313f7, #ff3017, #c4371f);;
    padding: 20px;
    border-radius: 13px;
}

.faq-accordion .accordion-item:last-child{
  margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  background: transparent;
  color: var(--primary-color);
  padding: 26px 50px 26px 30px;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed){
  color:#000;
    border-bottom: 1px solid #ffffff;
    background: #fff;
}

.faq-accordion .accordion-header .accordion-button.collapsed{
      color: #fff5f5;
    background: linear-gradient(120deg, #ab1313f7, #ff3017, #c4371f);
}



.faq-accordion .accordion-button:not(.collapsed)::after{
  color: var(--white-color);
    transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .accordion-body{
  position: relative;
  padding: 15px 50px 30px 30px;
  z-index: 1;
  background: #fff;

}
.faq-accordion .accordion-body ul li {
    margin: 10px;
}
.faq-accordion .accordion-body p{
    color: #fff;

  margin: 0;
}


.work-tabs { margin-bottom: 20px; }
.work-tabs .tab { padding: 8px 16px; margin-right: 5px; cursor: pointer; }
.work-tabs .tab.active {
    border: 1px solid #ffffff;
    border-radius: 20px 0px;
    background-color: #ffffff;
    color: #000000;
}
.image-group { display: flex; gap: 10px; flex-wrap: wrap; }
.cols-1 .item { flex: 1 1 100%; }
.cols-2 .item { flex: 1 1 48%; }
.cols-3 .item { flex: 1 1 30%; }
.item img { width: 100%; height: auto; display: block; border-radius: 8px; }

.our-works {
  padding: 100px 0px;
  background: #fff;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;

}

/* Tabs */
.work-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.work-tabs .tab {
    flex: 1;
    /* max-width: 220px; */
    /* padding: 14px 20px; */
    /* border-radius: 30px; */
    /* new changes */
    /* border-bottom: 1px solid #100f0f; */
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}



/* Tab Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #000;
}

/* Masonry Grid */
.masonry {
  column-count: 3;
  column-gap: 20px;
}
.masonrywork {
  column-count: 4;
  column-gap: 10px;
}

.masonry .item {
  break-inside: avoid;
  margin-bottom: 20px;
  border: 3px solid #0a2a3a;
  padding: 12px;
}

.masonry img {
  width: 100%;
  border-radius: 6px;
}

.masonry p {
  margin-top: 10px;
  font-size: 15px;
}

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

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


.team-one--two__shape1 {
    position: absolute;
    left: 0px;
    bottom: 140px;
    z-index: -1;
}
/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}



@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

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

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.cause-two--three__shape2 {
    position: absolute;
    right: 50px;
    bottom: 0px;
}
.cause-two--three__shape1 {
    position: absolute;
    left: 0;
    bottom: 85px;
}
.team-one--two__shape2 {
    position: absolute;
    top: 118px;
    right: 84px;
    z-index: -1;
}

#about .shape4 {
    position: absolute;
    top: 90px;
    left: 150px;
  
    z-index: -1;
}

.contact-section {
  position: relative;
  /* background: radial-gradient(circle at center, #050505 0%, #2f2929 70%);
   */
    /* background: radial-gradient(circle at top, #ded5e2, #686463); */
    background: radial-gradient(circle at top, #d9d9d9, #707070);
  padding: 100px 0;
}

.contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(253 246 246);
}

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


.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin: 40px auto 0;
}

.form-group label {
  font-weight: 600;
  margin: 8px 0px;
  display: block;
  color: #333;
}

.input-outer {
  position: relative;
}

.input-outer input,
.contact-form textarea {
  width: 100%;
  padding: 14px 45px 14px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.input-outer input:focus,
.contact-form textarea:focus {
  border-color: #e1341b;
  box-shadow: 0 0 0 2px rgba(44, 123, 229, 0.1);
  outline: none;
}

.input-outer .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ef3219;
}

.contact-form textarea {
  min-height: 130px;
  resize: none;
}

.theme-btn {
  background: linear-gradient(135deg, #bf2d15, #1a090f);
  border: none;
  padding: 14px 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-btn:hover {
  /* background: linear-gradient(135deg, #00b4d8, #2c7be5); */
  transform: translateY(-2px);
}

.aboutusvideo::before {
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 45px;
    right: 120px;
    border: 5px solid #ac2316;
    border-radius: 30px;
    z-index: -1;
    content: "";
}
video#about-video {
    border-radius: 25px;
}
/* Base animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Subtitle animation */
.sec-title .sub-title {
  display: inline-block;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

/* Main heading animation */
.sec-title .title {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.4s;
}


.philosophy-section {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
  background: url('assets/images/philosophy-bg.jpg') center/cover no-repeat;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background:#fff;
  z-index: 1;
}

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

.tagline {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    /* margin-bottom: 12px; */
    border: 2px solid #e2331b;
    padding: 10px;
    border-radius: 20px 0px;
}

.philosophy-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

.philosophy-content h2 span {
  color: #000;
}

.philosophy-content p{
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}
.philosophy-card  p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}

.philosophy-card {
    background: linear-gradient(120deg, #ab1313f7, #ff3017, #c4371f);
    backdrop-filter: blur(12px);
    border-radius: 16px 0;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.philosophy-card h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #e2331b;
}

.philosophy-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.philosophy-card ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
  color: #f1f1f1;
}

.philosophy-card ul li span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: #f4c430;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 15px;
}
.icon-wrap img {
    width: 63px;
}
.philosophy-card .quote {
  font-style: italic;
  font-size: 15px;
  color: #fff;
  border-left: 3px solid #2d101a;
  padding-left: 15px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {
  .philosophy-content h2 {
    font-size: 32px;
  }

  .philosophy-section {
    padding: 70px 0;
  }
}


.gallery-custom .gallery-filter{
    display: flex;
    flex-direction: column;
}
.work-block {
  margin-bottom: 50px;
}

.work-block h3 {
    font-size: 15px;
    margin-bottom: 28px;
    color: #000;
    /* new changes */
    border-bottom: 1px solid #ed3219;
    line-height: 26px;
}
@media (max-width: 576px) {
    .work-tabs {
        padding: 16px;
        gap: 12px;
        border-radius: 10px;
        flex-direction: column;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .work-tabs {
        padding: 18px 24px;
        gap: 14px;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .work-tabs {
        flex-direction: row;
        padding: 20px 30px;
        gap: 20px;
    }
}

/* Image Grid */
.image-group {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.image-group.cols-1 {
  grid-template-columns: 1fr;
}

.image-group.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-group.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.image-group .item img {
  width: 100%;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .image-group.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .image-group {
    grid-template-columns: 1fr !important;
  }
}
/* THEME MATCHED IMPACT UI */
.impact-theme{
  /* background: radial-gradient(circle at top, #300046, #140021); */
    /* background: radial-gradient(circle at top, #ded5e2, #686463); */
    background: radial-gradient(circle at top, #d9d9d9, #707070);

  padding: 80px 6%;
}

.impact-theme__row{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}

.impact-theme__box{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 32px;
  /* background: rgba(255,255,255,0.12); */
  /* background: rgb(252 48 23); */
      background: linear-gradient(120deg, #ab1313f7, #ff3017, #c4371f);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 50px rgba(0,0,0,0.4);
  transition: 0.3s ease;
/* new changes */
justify-content: center;
}

/* .impact-theme__box:hover{
  transform: translateY(-8px);
  background: rgba(255,255,255,0.18);
  box-shadow: 0 0 60px rgba(209,44,44,0.6);
} */
 .impact-theme__box:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 0 60px rgba(209, 44, 44, 0.6);
}

/* TEXT BLACK ON HOVER */
.impact-theme__box:hover .impact-theme__text h3,
.impact-theme__box:hover .impact-theme__text p {
  color: #000000;
}

/* ICON ADJUST ON HOVER */
.impact-theme__box:hover .impact-theme__icon {
  background: #000;
  color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}


.impact-theme__icon{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  /* background: #d12c2c; */
  background: white;
  color:#e6321a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 18px rgba(209,44,44,0.7);
}

.impact-theme__text h3{
  font-size: 35px;
  margin:0;
  color: #fff;
}

.impact-theme__text h3 span{
  font-size:16px;
  opacity:0.8;
}

.impact-theme__text p{
  margin:4px 0 0;
  font-size:16px;
  color:#ddd;
}

/* Responsive */
@media(max-width:992px){
  .impact-theme__row{
    grid-template-columns:1fr;
  }
}
/* .text-black{
    color: black!important;
} */

 /* new testimonials 
  */
  .testimonials-attractive{
  padding:90px 0;
  background: linear-gradient(135deg,#f4f6f8,#eef1f4);
  overflow:hidden;
}

.testi-title{
  text-align:center;
  font-size:40px;
  margin-bottom:60px;
  font-size: 36px;
    line-height: 48px;
    color: #b21d08;
    font-weight: 700;
    /* background-position: right bottom; */
    /* text-shadow: 1px 2px 3px #c3bdbd; */
}

.testi-wrapper{
  position:relative;
  /* max-width:1200px; */
  max-width: 1177px;

  margin:auto;
  overflow: hidden !important;;
}

.testi-track{
  display:flex;
  transition:transform .7s ease;
}

.testi-card{
  min-width:48%;
  margin:0 12px;
  padding:45px 40px;
  background:#fff;
  border-radius:22px;
  border: 1px solid #b91d04;
  /* box-shadow:0 25px 60px rgba(0,0,0,.08); */
  position:relative;
}

/* .testi-card .quote{
  position:absolute;
  top:20px;
  right:30px;
  font-size:120px;
  color:#f2f2f2;
  line-height:1;
} */

.testi-card .quote{
  font-size: 50px;
  color: #9b8686;
  line-height: 0;        
  vertical-align: middle; 
}

.testi-card p{
  position: relative;  
  font-size:17px;
  line-height:1.7;
  color:#444;
  margin-bottom:25px;
}

.stars{
  color:#ff9800;
  font-size:18px;
  margin-bottom:15px;
}

.testi-card h4{
  margin:0;
  font-size:18px;
  color:#b91d04;
}

.testi-card .role{
  font-size:14px;
  color:#777;
}

/* arrows */
.testi-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:none;
  background:#fff;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.2);
  z-index:10;
}

.testi-arrow.left{ left:0px; }
.testi-arrow.right{ right:0px; }

/* mobile */
@media(max-width:768px){
  .testi-card{ min-width:97.5%; 
padding: 29px 71px 18px;}
}



/* New Changes of form */
/* .contact-wrapper {
   margin-top: 40px;
   align-items: stretch;
} */

.contact-form-box {
   background: #fff;
   padding: 40px;
   border-radius: 20px;
   box-shadow: 0 20px 50px rgba(0,0,0,0.08);
   height: 100%;
}

/* Map inside with its own radius */
.map-box{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;              /* ✅ set the map height you want */
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
   overflow: hidden;     
}

/* iframe fill only map-box */
.map-box iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}



.contact-form-box input,
.contact-form-box textarea {
   width: 100%;
   background: #fff;
   border: 1px solid #e3e8ef;
   border-radius: 12px;
   padding: 14px 18px;
   font-size: 15px;
   color: #333;
   transition: all 0.3s ease;
   outline: none;
}


.contact-form-box textarea {
   min-height: 130px;
   resize: none;
}


.contact-form-box input:focus,
.contact-form-box textarea:focus {
   border-color: #c62828;
   background: #ffffff;
   box-shadow: 0 0 0 3px rgba(13,107,169,0.08);
}


.contact-form-box label {
   font-weight: 600;
   margin-bottom: 8px;
   display: block;
   color: #222;
}


.form-group {
   margin-bottom: 20px;
}



@media (max-width: 991px) {

   .contact-wrapper {
      row-gap: 30px; 
      border: none;  
   }

   .contact-form-box {
      margin-bottom: 25px;

      border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
   }

   .map-box {
      margin-top: 10px;
      min-height: 350px;  
   }

   .map-box iframe {
      min-height: 350px;
   }
}





/* 1) Stick form & map together (remove gutter) */
.contact-wrapper {
  --bs-gutter-x: 0; /* bootstrap gutter remove */
  align-items: stretch;
  border: 1px solid #c1b2b2;
    border-radius: 20px;
}

/* 2) Keep both cards same height */
.contact-form-box,
.map-box {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

/* Optional: make them look like one combined card */
.contact-form-box {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f9f3f3;
}
/* .map-box {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */



/* This spacer = height of first row (Name + Email block) */
.map-top-space {
  /* height: 120px; */
  background: transparent;
}







/* Right side spacing */
.map-col{
  display: flex;
  padding: 40px;              /* top/bottom gap + left/right gap */
  background: #fff;           /* match form bg */
  border-radius: 0 20px 20px 0;
  align-items: center;
  justify-content: center;
}










