.myheading {
    font-family: "Jost", sans-serif !important;
    text-transform: uppercase; 
    font-size: 40px !important;
  }
  .mybreadcrum{
    position: absolute;
    right: 50px;
    bottom: -80px;
  }
  .mybreadcrum-title {
    font-size: 300px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    /* text-transform: uppercase; */
    letter-spacing: -12px;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
    overflow-y: hidden;
}
@media (max-width: 991px) {
  .mybreadcrum-title {
    display: none !important;
  }
}

.tp-feature-2-item {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #ff1d1d3a;
}
.tp-feature-2-item:hover, .tp-feature-2-item.active {
  background:#ED4541;
}
.tp-feature-2-item:hover .tp-feature-2-item-title, .tp-feature-2-item.active .tp-feature-2-item-title {
  color: white;
}
.tp-feature-2-item:hover .tp-feature-2-item-heading, .tp-feature-2-item.active .tp-feature-2-item-heading {
  border-bottom: 1px solid #ED4541;
}
.tp-feature-2-item:hover .tp-feature-2-item-heading span, .tp-feature-2-item.active .tp-feature-2-item-heading span {
  color: white;
  transform: rotate(-45deg);
}
.tp-feature-2-item:hover .tp-feature-2-item-date, .tp-feature-2-item.active .tp-feature-2-item-date {
  color: white;
}
.tp-feature-2-item:hover .tp-feature-2-item-date::after, .tp-feature-2-item.active .tp-feature-2-item-date::after {
  border-color: #7a2c2c3a;
  background-color: #892a2a;
}
.tp-feature-2-item-heading {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 30px 30px 30px;
  border-bottom: 1px solid #ffffff3d;
}
.tp-feature-2-item-heading span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: white;
}
.tp-feature-2-item-title {
  font-size: 24px;
  font-weight: 700;
}
.tp-feature-2-item-content {
  padding: 0 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2-item-content {
    flex-wrap: wrap;
  }
}.tp-feature-2-item-date {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  height: 93px;
  width: 88px;
  z-index: 1;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 14px 12px;
  border: 1px solid #ff3d3d33;
  color:white;
}
 .tp-feature-2-item-content img{
   width: 200px;
    height: 123px;
    object-fit: cover;
    background-size:cover;
 }
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .tp-feature-2-item-date {
    padding: 14px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2-item-date {
    margin-bottom: 30px;
  }
}
.tp-feature-2-item-date i {
  display: block;
  font-style: normal;
}
.tp-feature-2-item-date::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -11px;
  width: 110px;
  height: 120px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #fc0b0b2b;
}
.tp-about-point-item {
  position: relative;
  width: 600px;
  padding: 41px 60px;
}
.tp-about-point-item:nth-child(odd) {
  border-right: 1px solid #4C4F55;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-point-item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #4C4F55;
  }
}
.tp-about-point-item:nth-child(1) {
  border-bottom: 1px solid #4C4F55;
}
.tp-about-point-item:nth-child(2) {
  border-bottom: 1px solid #4C4F55;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-point-item {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-point-item {
    width: 460px;
    padding: 40px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-point-item {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-point-item {
    padding: 35px 15px;
  }
}
.tp-about-point-item-icon {
  margin-right: 20px;
}
.tp-about-point-item-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  background: rgb(255 29 29 / 69%);
}
.tp-about-point-item-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  color:red;
}
.tp-about-point-item-content p {
  color: #80858F;
  line-height: 26px;
}
.fixed-contact-icons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  text-decoration: none !important;
}

.fixed-contact-icons .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;
}

.fixed-contact-icons .icon:hover {
  transform: scale(1.2);
}

.fixed-contact-icons .whatsapp {
  background-color: #25d366;
  animation-delay: 0s;
}

.fixed-contact-icons .call {
  background-color: #ff1919;
  animation-delay: 0.5s;
}

/* Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 180px;
  border:none !important;
}

.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #f32323;
  white-space: nowrap;
  letter-spacing: 1px !important;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
    color: red;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.submenu {
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 180px;
  transition: max-height 0.3s ease-out;
  display: flex;
  flex-direction: column;
  max-height: 0; /* collapsed by default */
}

.submenu.-is-active {
  max-height: 500px; /* adjust as needed */
}

.submenu a {
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
.display-quote{
  font-size: 27px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.values-section {
  background: #fff;
  padding: 60px 20px;
  font-family: "Jost", sans-serif !important;
}


.container {
  max-width: 1200px;
  margin: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.value-box {
  background: #fff;
  padding: 60px 40px;
  /* border-radius: 12px; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  min-height: 280px;
}

.value-box:hover {
  transform: translateY(-5px);
}

.value-box .icon {
  font-size: 36px;
  color: #555;
  margin-bottom: 12px;
}

.value-box h3 {
  font-size: 18px;
  color: #111;
  margin: 0;
}

.value-box .line {
  width: 40px;
  height: 3px;
  background: #e60000;
  /* red line */
  margin: 12px auto 0;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  min-height: 280px;
}

.equal-box-section {
  min-height: 100%;
}

.boxColumn {
  min-height: 280px;
}

.image-box {
  overflow: hidden;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Rounded top corners on mobile */
}
.box {
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.icon-img {
  width: 50px;
  height: 50px;
}

.text {
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

.underline {
  width: 50px;
  height: 3px;
  background-color: rgb(241, 25, 25);
  margin-top: 10px;
}
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
} */

/* Section Title */
/* .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 600;
  color: #222;
} */

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Blog Content */
.blog-content {
  padding: 20px;
}

.blog-date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 19px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.read-more {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more:hover {
  /* text-decoration: underline; */
  color: #df0000;
  background-color:white;
  border:1px solid red;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
  flex-wrap: wrap;
  color:red;
}

.page-link {
  display: inline-block;
  padding: 7px 13px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333 !important;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.page-link:hover {
  background-color: rgb(255, 0, 0) !important;
  color: #fff !important;
  border-color: rgb(255, 0, 0) !important;
}

.page-link.active {
  background-color: rgb(255, 0, 0) !important;
  color: #fff !important;
  border-color: rgb(255, 0, 0) !important;
  font-weight: 600;
}
.custom-carousel {
  position: relative;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.carousel-img {
  min-width: 100%;
  height: auto;
  object-fit: cover;
  display: none;
}

.carousel-img.active {
  display: block;
}

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dots .dot.active {
  background-color: rgb(210, 55, 55);
}

.mycontainer {
  max-width: 1200px;
  margin: auto;
}

.project {
  position: relative;
}

.year {
  position: relative;
  top: 0;
  left: -50px;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #000;
  padding-left: 20px;
}

.project.reverse .year {
  left: auto;
  right: -50px;
  border-left: none;
  border-right: 2px solid #000;
  padding-left: 0;
  padding-right: 20px;
}
.glimpse-title {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.glimpse-carousel-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.glimpse-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.glimpse-slide {
  flex: 0 0 80%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.glimpse-slide.small {
  flex: 0 0 30%;
}

.glimpse-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glimpse-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 6px;
  max-width: 90%;
}

.glimpse-caption h3 {
  font-size: 20px;
  margin: 0 0 5px;
}

.glimpse-caption p {
  font-size: 14px;
  margin: 0;
}

.glimpse-nav {
  text-align: center;
  margin-top: 15px;
}

.glimpse-nav button {
  background: none;
  border: 2px solid #ccc;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.glimpse-nav button:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
  .glimpse-slide {
      flex: 0 0 100%;
      height: 350px;
  }

  /* .glimpse-slide.small {
      display: none;
  } */
}

.video-thumbnail {
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.active {
  background-color: rgb(167, 40, 40) !important;
  color: white !important;
}

.video-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-box {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-thumbnail {
  position: relative;
  flex: 1;
  height: 100%;
  min-height: 500px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:771px) {
  .video-thumbnail {
      flex: none;
      min-height: auto;
  }

  .video-box {
      min-height: auto;
  }
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toTopBtn {
      position: fixed;
      bottom: 20px;
      left: 30px;
      z-index: 19999;
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 50px;
      cursor: pointer;
      display: none;
      font-size: 16px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#toTopBtn:hover {
      background-color: #45a049;
}

.text-justify, .slide-content p, .card p, p {text-align: justify;}