:root {
  --default-font: "Mulish", Helvetica;
}
p{
  font-size: 15px;
  line-height: 25px;
}
.main-sec p a{
    color:#fff!important;
}
     .breadcrumb-link {
    color: white!important;
    text-decoration: none!important;
  }

:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections.  */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;

  /* Accent Color - This is the main accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out. */
  /* --accent-color: #feb900; */

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none !important;
}
body{
     overflow-x: clip!important;
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  scroll-margin-top: 92px;
 
}
.header{
  position: relative;
}
.hero section{
  position: absolute;
  top: 10px;
}


@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  --default-color: #ffffff;
  --background-color: #FFF;
  --heading-color: #ffffff;
  width: 100%;
  min-height: 84vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
}

@media (max-width: 768px),
(max-height: 480px) {
  .hero .info {
    padding: 100px 50px 60px 50px;
  }
}

.hero .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
}

.hero .info .btn-get-started {
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--accent-color);
}

.hero .info .btn-get-started:hover {
  background: var(--accent-color);
}

.hero .carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.50s;
}

.hero .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item .scroll-down {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
#shareButton, #copyButton {
  display: block!important;
  position: relative!important;
  z-index: 1!important;

}

.hero .scroll-down-caption {
    position: absolute;
    width: 7%;
    height: 7%;
    bottom: 53px;
    left: 90%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
}

.hero .scroll-down-caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.hero .scroll-down-name {
  position: absolute;
  width: 7%;
  height: 20%;
  bottom: 75px;
  left: 90%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  overflow: hidden;
}

.hero .scroll-down-name .rotated-text {
  color: #fff;
  font-family: var(--default-font);
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  z-index: 10;

  transform: rotate(-90deg);
  white-space: nowrap;
  height: auto;
  width: max-content;
  display: inline-block;

}



.vector-5 {
  position: absolute;
  height: 31% !important;
  width: 100%;
  top: 0;
  left: 0;
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

}

.hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background-color: black;
  color: white;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: 40%;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}


/* Adjustments for screens 640px and up */
@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }

  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

/* Adjustments for screens smaller than 640px */
@media (max-width: 639px) {

  .hero .carousel-control-next-icon,
  .hero .carousel-control-prev-icon {
    font-size: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 30%;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    padding: 10px;
  }
}

/* Adjustments for screens smaller than 480px */
@media (max-width: 479px) {

  .hero .carousel-control-next-icon,
  .hero .carousel-control-prev-icon {
    font-size: 16px;
    width: 50px;
    height: 50px;
    margin-bottom: 20%;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    padding: 5px;
  }
}

/*--------------------------------------------------------------
# Get Started Section
/*--------------------------------------------------------------*/
.get-started .RED-link-2 {
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.get-started .text-wrapper-11 {
  left: 61px;
  font-family: var(--default-font);
  font-weight: bold;
  color: #2F82C3;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  padding-bottom: 10px;
}

.get-started .we-are-a-team-of {
  margin-top: 5px;
  width: 378px;
  /* height: 117px; */
  flex-shrink: 0;
  font-family: var(--default-font);
  color: #383838;
  font-size: 15px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px!important;
}

#get-started .container .row {
  height: 43rem;
  width: 100%;
  max-width: 100vw;
}

.about-acme-imgs {
  position: relative;
  max-width: 100%;
  height: auto;
}

.get-started .layer-2 {
  position: absolute;
}

.img-1 {
  width: 40% !important;
  top: 2rem;
  left: 17%;
}

.img-2 {
  width: 16% !important;
  top: 8rem;  
  left: 57%;
}

.img-3 {
  width: 28% !important;
  top: 15rem;
  left: 57%;
}

.img-4 {
  width: 16% !important;
  top: 28rem;
  left: 44%;
}

.img-5 {
  width: 30% !important;
  top: 24rem;
  left: 13%;
}

@media (max-width : 1050px) {
  #get-started .container .row {
    height: 41rem;
  }
}

@media (max-width: 992px) {

  #get-started .container .row {
    height: 30rem;
  }

  .img-1 {
    width: 55% !important;
    top: 0;
    left: 28%;
  }

  .img-2 {
    width: 21% !important;
    top: 14%;
    left: 82%;
  }

  .img-3 {
    width: 43% !important;
    top: 29%;
    left: 83%;
  }

  .img-4 {
    width: 21% !important;
    top: 61%;
    left: 61%;
  }

  .img-5 {
    width: 45% !important;
    top: 52%;
    left: 14%;
  }

  .get-started .RED-link-2 {
    margin-bottom: 30px;
  }
}


@media (max-width: 885px) {

  #get-started .container .row {
    height: 30rem;
  }

  .img-1 {
    width: 50% !important;
    top: 0;
    left: 17%;
  }

  .img-2 {
    width: 18% !important;
    top: 15%;
    left: 69%;
  }

  .img-3 {
    width: 38% !important;
    top: 29%;
    left: 70%;
  }

  .img-4 {
    width: 18% !important;
    top: 59%;
    left: 57%;
  }

  .img-5 {
    width: 40% !important;
    top: 52%;
    left: 14%;
  }

  .get-started .RED-link-2 {
    margin-bottom: 30px;
  }
}

/* For Mobile View  */

.get-started .layer-env {
  display: none !important;
}

@media (max-width: 767px) {
  .get-started .about-acme-imgs img {
    display: none !important;
  }

  #get-started .container .row {
    height: auto;
  }

  .get-started .layer-env {
    display: block !important;
    position: relative;
  }

  .get-started .layer-env .layer {
    display: block;
    margin-left: 15px;
    width: 100%;
    height: auto !important;
  }
}


.get-started .overlap-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 84%;
}


/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  position: relative;
  border-radius: 0;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  position: relative;
}

.constructions .card-item .card-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.constructions .card-item .card-body {
  padding: 30px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.constructions .card-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/


.services .position-relative {
  position: relative;
}

.services .service-item {
  position: absolute;
  /* background-color: #00000080; */
  /* padding: 20px; */
  border-left: 1px solid white;
  z-index: 1;
  /* Ensure content is above the gradient line */
}

/* .services .service-item h3,
.services .service-item p {
  color: white;
} */

.services .service-item .card-content {
  text-align: left;
}

.services .card1 {
  top: 78%;
  left: 7%;
}


.services .card2 {
  top: 78%;
  left: 35%;
}

.services .card3 {
  top: 78%;
  left: 70%;
  color: #FFF;
}

.services .service-item .text-light {
  color: #ffffff !important;
}

.services img {
  max-width: 100%;
  height: auto;
  position: relative;
  /* Add this line */
  z-index: 0;
  /* Add this line */
}

.services .card1,
.services .card2,
.services .card3 {
  width: calc(33.33% + 20px);
  /* Adjust the width to fit three cards in a row including padding */
  height: 16%;
  /* Set a fixed height for all cards */
}

.services .service-item h3 {
  color: #FFF;
  font-family: var(--default-font) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.services .service-item p {
  font-size: 0.8rem;
}

@media (max-width: 1025px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 71%;
  }

  .services .card1 {
    left: 9%;
  }

  .services .service-item h3 {
    font-size: 0.8rem !important;
  }

  .services .service-item p {
    font-size: 0.5rem !important;
  }
}

@media (max-width: 1025px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 71%;
  }

  .services .card1 {
    left: 9%;
  }

  .services .service-item h3 {
    font-size: 0.8rem !important;
  }

  .services .service-item p {
    font-size: 0.5rem !important;
  }
}

@media (max-width: 1115px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 78.5%;
  }

  .services .card1,
  .services .card2,
  .services .card3 {

    height: 13%;
  }

  .services .card1 {
    left: 10%;
  }
}

@media (max-width: 768px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    width: 70%;
    height: 10.5%;
    top: 80%;
  }

  .services .card1 {
    left: 11%;
  }


  .services .service-item h3 {
    font-size: .6rem !important;
  }

  .services .service-item p {
    font-size: 0.4rem !important;
  }

}

@media (max-width: 766px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    display: none;
  }
}

@media (max-width: 721px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 76%;
  }

  .services .card1 {
    left: 11%;
  }

}

@media (max-width: 640px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 72%;
  }

  .services .card1 {
    left: 13%;
  }

}

@media (max-width: 576px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    width: 26%;
    height: 62px;
    top: 69%;
  }

  .services .card1 {
    left: 14%;
  }

  .services .service-item h3 {
    font-size: 0.2rem;
  }

  .services .service-item p {
    font-size: 0.2rem;
  }
}

@media (max-width: 476px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    display: none;
  }
}

@media (min-width: 2000px) {

  .services .card1,
  .services .card2,
  .services .card3 {
    top: 85%;
    color: #FFF;
  }

  .services .card1 {
    left: 4% !important;
  }

  .services .card1,
  .services .card2,
  .services .card3 {
    height: 11.5%;
  }
}

.gradient-line-wrapper {
  border: 1px solid black;
}

.services .gradient-line,
.services .gradient-line-1 {
  height: 9px;
  position: absolute;
  bottom: 9%;
  left: 5%;
  right: 0;
  z-index: 1;
}

.services .gradient-line {
  background: #fff;
  width: 83%;
}

.services .gradient-line-1 {
  width: 60%;
  background: linear-gradient(to right, #fa7a03, #227a2d);
}



.services .video-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 25px;
}

.services .video-container {
  position: relative;
  width: 100%;

}

.services video {
  border-radius: 25px;
  width: 100%;
  height: auto;
}

.services .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 28px;
  width: 100%;
  padding: 0px 14px;
  color: white;
}

.services .progress-container {
  flex: 1;
  height: 5px;
  background: #ddd;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 5px;
  position: relative;
}

.services .progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, #ff7f00, #00ff00);
  border-radius: 5px;
}

.services .play-pause-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.services .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.services .next {
  right: 0;
  border-radius: 0 3px 3px 0;
}

.services .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.services .mute-unmute-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .mute-unmute-button svg {
  background: none;
  border: none;
}

/*--------------------------------------------------------------
# Our Businesses Section Start
--------------------------------------------------------------*/
.h2-ourbusinesses {
  color: #2f82c3 !important;
  font-family: var(--default-font);
  font-size: 40px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 100% */
}

.our-business {
  position: relative;
  width: 1082px;
  height: 610px;
}

.overlap-15 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100px;
  left: 0;
}

.green-molecules {
  background-color: #177A1E;
  border-radius: 0px 60px 0px 0px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 15px 33px #00000012, 0px 59px 59px #0000000f, 0px 134px 80px #0000000a, 0px 238px 95px #00000003, 0px 371px 104px transparent;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 30px;
}
.green-electrons {
  background-color: #104A13;
  border-radius: 0px 60px 0px 0px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 15px 33px #00000012, 0px 59px 59px #0000000f, 0px 134px 80px #0000000a, 0px 238px 95px #00000003, 0px 371px 104px transparent;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 30px;
}

.green-food
 {
  background-color: #177A1E;
  border-radius: 0px 60px 0px 0px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 15px 33px #00000012, 0px 59px 59px #0000000f, 0px 134px 80px #0000000a, 0px 238px 95px #00000003, 0px 371px 104px transparent;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 30px;
}


.green-electrons {
  margin-top: 30%;
}
.green-steel {
  margin-top: 30%;
}
.main-link{
  margin-top: 20px!important;
    padding-bottom: 13%!important;
}

/* .green-electrons,
.green-molecules,
.green-food
.green-steel {
  margin-right: 6%;
} */
.green-steel{
  background-color: #104A13;
  border-radius: 0px 60px 0px 0px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 15px 33px #00000012, 0px 59px 59px #0000000f, 0px 134px 80px #0000000a, 0px 238px 95px #00000003, 0px 371px 104px transparent;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 30px;
}
.vector-img {
  opacity: 1;
  width: 100% !important;
  height: 15rem !important;
}

.vector-2,
.vector-3 {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.capa-2 {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.text-wrapper-29 {
  font-family: var(--default-font);
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
.text-wrapper-42{
  font-size: 15px;
  line-height: 25px;
}
.fw-bold {
  font-weight: 800 !important;
}

.text-wrapper-30,
.fuelling-industries,
.text-wrapper-32 {
  font-family: var(--default-font);
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 25px;
}
.cultivating,
.text-wrapper-32 {
  font-family: var(--default-font);
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 23px;
}

.RED-link-wrapper,
.RED-link-3,
.RED-link-4 {
  margin-top: 20px;
  padding-bottom: 13%;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.d-flex {
  display: flex !important;
}
.more-btn{
  color: #fff!important;
}
.more-btn i {
  color: #fff!important;
}

.view-business {
  position: relative;
  width: fit-content;
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  color: #bf2a2d;
  cursor: pointer;
  text-transform: uppercase;
}
.card-green{
  text-align: left!important  ;
}

.view-business:hover {
  color: #2f82c3;
}

.view-business:hover .text-wrapper-12 {
  transform: translateX(4px);
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .our-business {
    width: 100%;
    height: auto;
  }

  .overlap-15 {
    width: 100%;
    height: auto;
  }

  .green-electrons {
    margin-top: 26%;
  }

  .resp_styl {
    height: 70px !important;
  }

  .text-wrapper-30,
  .fuelling-industries,
  .text-wrapper-32 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;

  }

  .view-business {
    font-size: 11px;
  }

  .green-electrons,
  .green-molecules,
  .green-food {
    margin-right: 0;
  }

  .RED-link-wrapper,
  .RED-link-3,
  .RED-link-4 {
    padding-bottom: 5%;
  }

  .text-wrapper-29 {
    font-size: 16px;
    line-height: 13px;
  }
}

@media (max-width: 992px) {

  .text-wrapper-30,
  .fuelling-industries,
  .text-wrapper-32 {
    font-size: 14px;
  }

  .resp_styl {
    height: 100px !important;
  }

  .green-electrons,
  .green-molecules,
  .green-food {
    margin-right: 6%;
  }

  .green-electrons {
    margin-top: 0;
  }
}


@media (max-width: 767px) {
  .h2-ourbusinesses {
    font-size: 32px;
    line-height: 1.2;
  }

  .text-wrapper-30,
  .fuelling-industries,
  .text-wrapper-32 {
    font-size: 0.875rem;
  }

  .green-electrons {
    margin-top: 0;
  }

  .green-electrons,
  .green-molecules,
  .green-food {
    margin-right: 0% !important;
    width: 49%;
    margin-left: 27%;
  }
}

@media (max-width: 500px) {

  .green-electrons,
  .green-molecules,
  .green-food {
    margin-right: 0% !important;
    width: 66%;
    margin-left: 17%;
    padding-top: 12%;
    padding-bottom: 12%;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .container {
  padding-top: 4%;
  padding-bottom: 0rem;
}

.features {
  position: relative;
  width: 100%;
  min-height: 700px;
}

.features .feature {
  margin-top: 10%;
}

.features .sustainability {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0%;
}

.features .overlap-10 {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-image: url(../img/empowring-section-bg.webp);
  background-size: cover;
  background-position: 50% 50%;
}

.features .rectangle-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #127BCD;
  mix-blend-mode: hue;
}

.features .rectangle-9-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #127BCD;
  mix-blend-mode: color;

}

.features .rectangle-9-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #127BCD;
  opacity: 0.1;

}

.features .card-custom {
  position: relative;
  width: 100%;
  height: 250px;
  border: 1px solid #ffffff;
  z-index: 2;
  cursor: pointer;
}

.features .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease-out;
}

.features .card-custom:hover img {
  transform: translateY(-5px);
}

.features .card-custom:hover {
  border-color: #8ED527 !important;
}


.features .card-custom,
.features .card-custom img {
  transition: transform 0.3s ease-out, border 0.3s ease-out;
}

.features .card-title {
  font-family: "Mulish" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: center !important;
}

.features .card-custom img {
  height: 65px;
  margin-bottom: 15px;

}

.features .view-business-3 {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-family: var(--default-font);
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  text-align: start;
  margin-left: 8%;
}

.features .view-business-2 {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-family: var(--default-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: normal;
  color: #ffffff;
  text-align: start;
  margin-left: 8%;
  cursor: pointer;
}

@media (max-width: 994px) {
  .features .view-business-3 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    font-family: var(--default-font);
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1.2px;
    line-height: normal;
    color: #ffffff;
    text-align: start;
    margin-left: 0%;

  }
}


.features .text-to-hover:hover+.text-wrapper-features {
  transform: translateX(4px);
  /* Moves the element to the right by 4px on hover */
}

.features .text-wrapper-features {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.3s ease;
  /* Adds transition effect */
}

.features .text-wrapper-features .fas {
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 767px) {
  .features .text-wrapper-17 {
    font-size: 18px;
  }

  .features .card-custom {
    width: 100%;
    margin-bottom: 20px;
  }

  .features .view-business-3 {
    font-size: 24px;
    margin-bottom: 40px;
  }


}

.mob_txt {
  display: none !important;
}
.initia{
  padding-top: 3rem ;
  padding-bottom: 3rem;
}
.ACME-launch .acme-header {
  margin-bottom: 0;
}
.acmebelieves{
  margin-top: 1.5rem !important;
}
/*--------------------------------------------------------------
# Responsive for Empowring
--------------------------------------------------------------*/

@media (max-width: 575px) {
  .features .view-business-3 {
    font-size: 22px !important;

  }
  .acmebelieves{
    margin-top: 0 !important;
  }
  .text-wrapper-32 {
    line-height: 23px!important;
}
.text-wrapper-32 {
  font-size: 16px!important;
}
  .text-wrapper-29 {
    font-size: 20px!important;
    line-height: 13px;
}
  .grpup-colm-sec .col-txt {
      /*padding: 15px 20px!important;*/
      /*padding: 58px 20px!important;*/
  }
  .grpup-colm-sec {
    /* margin-left: 47px; */
    z-index: 2;
    color: #fff;
    width: 100%!important;
  }
  .initia{
    padding-top: 0rem !important;
    padding-bottom: 3rem;
  }

  .features .card-custom {
    width: 50%;
    margin-left: 15%;
    padding: 34%;
    height: 90%;
  }
  .get-started .RED-link-2{
    margin-bottom: 0px!important;
  }
  .footer .footer-top {
    padding-top: 30px!important;
}
.mobile-nav-active .navmenu {
  position: fixed;
  overflow: hidden;
  inset: 0;
  background: #bf2a2d70!important;
  transition: 0.3s;
}
}

@media (max-width: 413px) {
  .features .view-business-3 {
    font-size: 19px !important;
  }

  .features .card-custom {
    width: 100% !important;
    margin-left: 0% !important;
  }
}


@media (max-width: 1399px) {
  .projects .text-wrapper-39 {
    font-size: 38px;
  }

  .projects .text-wrapper-37,
  .fw-bold {
    font-size: 16px;
  }

  .text-wrapper-42 {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .projects .text-wrapper-39 {
    font-size: 30px !important;
    margin-bottom: 26px;
  }

  .life_sty {
    font-size: 14px !important;
  }

  .text-wrapper-42 {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) {
  .projects .text-wrapper-39 {
    font-size: 30px !important;
    /* margin-bottom: 0px !important; */
  }

  .life_sty {
    font-size: 14px !important;
  }

  .text-wrapper-42 {
    font-size:15px !important;
  }

  .mob_txt {
    display: block !important;
    margin-bottom: 4% !important;
  }

  .desk_txt {
    display: none !important;
  }

  .projects .projects-sec-2 {
    padding-top: 1px !important;
  }
}


/*--------------------------------------------------------------
# Projects Life At ACME Section
--------------------------------------------------------------*/

.projects .text-wrapper-37,
.fw-bold {
  font-size: 18px;
  font-weight: 800;
  color: #383838;
  font-family: var(--default-font);

}

.projects .RED-link-5 .explore-more-btn {
  font-weight: 700;
  font-size: 12px;
  color: #BF2A2D;
  border: none;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.RED-link-5 .explore-more-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.RED-link-5 .explore-more-btn:hover i {
  transform: translateX(5px);
}

.projects .text-wrapper-39 {
  font-size: 40px;
  font-weight: 800;
  color: var(--Blue, #2F82C3);
  margin-bottom: 30px;
  font-family: var(--default-font);
}

.projects .post-item {
  margin: 0 auto;
  box-shadow: -16px 16px #2F82C3;
  transition: 0.3s;
  margin-left: 16px;
}

.projects .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
}

.projects .post-item .post-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.projects .post-item .post-content {
  padding: 30px;
  background: #005292;
}

.projects .post-item .post-title {
  color: #FFF;
  background: #005292;
  font-family: var(--default-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.projects .post-item .meta span {
  color: #FFF;
  font-family: var(--default-font);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.projects .projects-sec-2 {
  padding: 48px;
}

@media only screen and (max-width: 767px) {
  .projects .post-item {
    margin-left: 3%;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#testimonials {
  /* margin-top: 5rem; */
  background: var(--Blue-Gredient, linear-gradient(105deg, #35AE03 14.67%, #028D3A 51.84%, #35AE03 85.33%));

}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

.slick-track * {
  outline: none;
}

.property-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem !important;
  /* padding: 50px 0 75px; */
}


.property-wrapper h1 {
  color: var(--Blue, #ffffff);
  text-align: center;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}


.property-slide {
  margin: 0 -7px;
  position: relative;
}


.property-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4);

  padding: 0 10px;
}

.property-item a {
  display: block;
  position: relative;
}

.property-slide {
  padding: 38px 0 0;
}

.property-slide button.slick-arrow {
  display: inline-block;
  background-color: #00000067;
  /* opacity: 0.8; */
  width: 50px;
  height: 50px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  z-index: 3;
  margin: 2%;
  outline: none;
  position: absolute;
}

.property-slide button:before {
  font-family: inherit !important;
  color: #fff !important;
  font-size: 30px;
}

.property-slide button.slick-prev {
  left: 0px;

}

.property-slide button.slick-next {
  right: 0px;
}

.property-item .property-img:before {
  content: "";
  width: 380px;
  height: 380px;
  top: 0;
  left: 0;
  border-radius: 10px;
  position: absolute;
  background: rgba(153, 126, 67, 0.3);
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.property-item .property-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 380px;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.property-img {
  position: relative;
}

.property-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.property-img .social-icon {
  position: absolute;
  top: 0%;
  left: 10%;
  border-radius: 0px 0px 10px 10px;
  width: 40px;
  height: 40px;
  padding: 7px;
}

.property-item .property-img .border-10px {
  border-radius: 10px;
}

.property-img .linkedin {
  background: #0077B5;
}

.property-img .facebook {
  background: #1877F2;
}


.slick-prev:hover,
.slick-next:hover {
  opacity: 0.9;
  background-color: #000000 !important;
}

.social {
  font-size: 20px !important;
}

@media (max-width: 1200px) {
  .property-slide button.slick-arrow {
    width: 47px;
    height: 47px;
  }

  .social {
    font-size: 21px !important;
  }
}

@media (max-width: 992px) {
  .property-slide button.slick-arrow {
    width: 50px;
    height: 50px;
  }

  .social {
    font-size: 24px !important;
  }
}
.header-sec{
  position: relative;
}
.hearo-section{
  position: absolute;
  top: 10px;
}
.inovotive-para {
  color: #000!important;
}

/*--------------------------------------------------------------
# ACME-launchpad  Section
--------------------------------------------------------------*/
.ACME-launch .card {
  background-color: #BF2A2D;
  color: white;
  border-radius: 0px !important;
}

.ACME-launch .custom-card {
  border-radius: 0;
}

.ACME-launch .acme-header {
  display: flex;
  align-items: center;
  font-family: var(--default-font);
  font-weight: 700;
  font-size: 32px;
}

.ACME-launch .group-image {
  height: 1em;
  margin-left: 10px;
}

.ACME-launch .card-title {
  color: #FFF;
  font-family: var(--default-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.ACME-launch .card-text {
  color: #FFF;
  font-family: var(--default-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* margin-top: 2rem !important; */
}

.ACME-launch .card-text-sub {
  color: #FFF;
  font-family: var(--default-font);
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
}

.card-text-sub .arrow-icon {
  transition: transform 0.3s ease;
}

.card-text-sub:hover .arrow-icon {
  transform: translateX(4px);
}

/* media */
@media (min-width: 1440px) {
  .col-custom-10 {
    width: 83% !important;
  }
}

/* @media (max-width: 1024px) {
  .ACME-launch .acme-header {
   font-size: 32px;
  }
  .ACME-launch .card-title{
    font-size: 22px;
    }
} */



/*--------------------------------------------------------------
# media-centre Section
--------------------------------------------------------------*/

.sd {
  margin-top: -4px !important;
  /*margin-bottom: 3rem !important;*/
  width: 235px;
  height: 75px;
  margin-left: 15px;
  line-height: 25px;
  font-size: 15px;
  color:#000!important;
}
.date{
  font-size: 10px;
  color: #B4B4B4!important;
  margin-left: 14px;
}
.img-fluid1 {
  background-color: #F5F5F5;
  width: 40% !important;
  height: auto !important;
}

.media{
  margin-top: 48px;
  margin-left: 92px;
}
.grpup-colm-sec {
  /* margin-left: 47px; */
  z-index: 2;
  color: #fff;
  width:75%;
}
.vector-sec img {
  width: 74%;
  margin-left: 237px;
}
.vector-sec {
  position: absolute;
  top: 120px;
}
.col-txt{
  padding: 20px;
  background: #005292;
  text-align: left;
}
.media-centre .text-wrapper-39 {
  font-size: 40px;
  font-weight: 800;
  line-height: 22px !important; /* You may want to adjust this for better alignment */
  color: var(--Blue, #2F82C3);
  font-family: var(--default-font);
  white-space: nowrap; 
margin-left: 95px;
}


.media-centre .press-article {
  margin-top: 30px;
}
.media img {
    width: 100%;
    /*height:120px!important;*/
}

.media-centre .press-article,
.press-article-2,
.press-article-3 {
  cursor: pointer;
  margin-bottom: 35px;
}

.media-centre .rectangle-18 {
  position: relative;
  aspect-ratio: 240 / 135;
  flex-shrink: 0;
  z-index: 1;
  overflow: hidden;
}


.media-centre .frame-11 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.media-centre .text-wrapper-40 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  color: var(--contrast-color);
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 8px;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
  font-family: var(--default-font);
  font-style: normal;
  z-index: 10;
}

@media (max-width: 1026px) {
  .media-centre .text-wrapper-40 {
    font-size: 6px;
    padding: 6px;
  }
}

@media (max-width: 1000px) {
  .media-centre .text-wrapper-40 {
    font-size: 12px !important;
    padding: 8px !important;
  }
}

.media-centre .text-wrapper-41 {
  font-size: 11px;
  color: #B4B4B4;
}


.media-centre .text-wrapper-42 {
  color: #383838;
  font-family: var(--default-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.media-centre .text-wrapper-42:hover {
  color: red;
}

.media-centre .annual-report-img .frame-18 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  width: 500px;
  height: 272px;
  background: #005292;
}

.media-centre .text-wrapper-43 {
  font-size: 14px;
  color: #6c757d;
}

.media-centre .text-wrapper-44 {
  font-size: 16px;
  color: #343a40;
}

.media-centre hr {
  margin-left: 10%;
  width: 80%;
  height: 1px;
  color: #c9c4c4;
}

@media (max-width: 767px) {
  .media-centre .text-wrapper-39 {
    font-size: 24px;
  }

  .media-centre .text-wrapper-41,
  .text-wrapper-42,
  .text-wrapper-43,
  .text-wrapper-44 {
    font-size: 14px;
  }

  .media-centre .rectangle-18 {
    width: 100%;
    height: 80%;
    flex-shrink: 0;
  }

  .media-centre .frame-11,
  .frame-18 {
    padding: 3px 5px;
  }

  .media-centre hr {
    display: none;
  }
}

@media (max-width: 576px) {

  .media-centre .press-article,
  .press-article-2,
  .press-article-3 {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;

  }


  .media-centre .text-wrapper-42 {
    font-size: 12px;
  }

  .media-centre .text-wrapper-41 {
    font-size: 10px;
  }

  .media-centre .rectangle-18 {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
}


/*--------------------------------------------------------------
#media section Recent Blog Post Section
--------------------------------------------------------------*/
.recent-blog-post .post-item {
  margin: 0 auto;
  box-shadow: -16px 16px #2F82C3;
  transition: 0.3s;
  cursor: pointer;
  margin: 0px 30px;
}

.recent-blog-post .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
  height: 281px;
  border-radius: 0px 60px 0px 0px;
}

.recent-blog-post .post-item .post-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  color: var(--contrast-color);
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 8px;
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background-color: color-mix(in srgb, #000000, transparent 20%);
}

.recent-blog-post .post-item .post-content {
  padding: 30px;
  background: #005292;
}

.recent-blog-post .post-item .post-title {
  color: #FFF;
  background: #005292;
  font-family: var(--default-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.recent-blog-post .post-item .meta span {
  color: #FFF;
  font-family: var(--default-font);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.50rem;
}

/* @media */
@media (max-width: 1024px) {
  .recent-blog-post .post-item .post-title {
    text-align: justify;
    font-size: 0.9em;
  }

  .media-centre .text-wrapper-39 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/* @media (max-width: 992px) {
  .media-centre{
    padding-top: 0 !important;
  }
} */

@media (max-width: 600px) {
  .recent-blog-post {
    margin-bottom: 48px;
  }

  .recent-blog-post .post-item {
    margin-left: 5%;
  }

  .recent-blog-post .post-item .post-title {
    text-align: justify;
    font-size: 0.9em;
  }
}

@media (max-width: 375px) {
  .recent-blog-post .post-item {
    margin-left: 4%;
  }

  .recent-blog-post .post-item .post-title {
    text-align: justify;
    font-size: 0.9em;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about .inner-title {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.about .our-story h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: var(--accent-color);
}

.about .watch-video i {
  font-size: 2rem;
  transition: 0.3s;
  color: var(--accent-color);
}

.about .watch-video a {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--accent-color);
}

.about .about-img {
  min-height: 400px;
  position: relative;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 600px;
  }
}

.about .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 92%);
  padding: 30px;
}

.stats-counter .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats-counter .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Alt Services 2 Section
--------------------------------------------------------------*/
.alt-services {
  background: linear-gradient(180deg, #FFF 28.68%, #F5FFEF 99.96%);
}

.alt-services-2 .features-image {
  position: relative;
  min-height: 400px;
}

.alt-services-2 .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.alt-services-2 h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.alt-services-2 .icon-box {
  margin-top: 30px;
}

.alt-services-2 .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.alt-services-2 .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services-2 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--accent-color);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Features Cards Section
--------------------------------------------------------------*/
.features-cards h3 {
  font-size: 20px;
  font-weight: 700;
}

.features-cards p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.features-cards ul li i {
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Project Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .swiper-wrapper {
  height: auto;
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.project-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.project-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  box-shadow: 0px 2px 20px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: 0.3s;
}

.blog-posts .post-img img {
  transition: 0.5s;
}

.blog-posts .post-date {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog-posts .post-content {
  padding: 30px;
}

.blog-posts .post-title {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog-posts .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.blog-posts .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts p {
  margin-top: 20px;
}

.blog-posts hr {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-bottom: 15px;
}

.blog-posts .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.blog-posts .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
  color: var(--accent-color);
}

.blog-posts article:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Pagination 2 Section
--------------------------------------------------------------*/
.pagination-2 {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pagination-2 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination-2 li {
  margin: 0 5px;
  transition: 0.3s;
}

.pagination-2 li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-2 li.active,
.pagination-2 li:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pagination-2 li.active a,
.pagination-2 li:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  padding: 30px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  padding: 20px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding-top: 10px;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog-comments .reply-form p {
  font-size: 14px;
}

.blog-comments .reply-form input {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-comments .reply-form textarea {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.blog-comments .reply-form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .info-item i {
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--default-color), transparent 90%);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

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

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

.hero .carousel-caption {
  /* position: absolute; */
  bottom: 0;
  left: 40%;
  right: 25%;
  transform: translateX(-40%);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 0px 30px;
  border-radius: 0px 70px 0px 0px;
  text-align: center;
  z-index: 3;
  height: 220px;
  width: 630px;
}



/* Media query for screens smaller than 768px (e.g., tablets, mobile phones) */
@media (max-width: 968px) {
  .hero .carousel-caption {
    left: 50%;
    right: -15%;
    transform: translateX(-50%);
    padding: 0px 20px;
    border-radius: 0px 50px 0px 0px;
    height: 150px;
    width: 460px;
  }

  .hero .carousel-caption h1 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .hero .carousel-caption p {
    font-size: 15px !important;
  }

  .hero {
    min-height: 80vh !important;
  }

  .hero .scroll-down-name .rotated-text {
    font-size: 12px;
    margin-top: 45%;
  }
}


/* Media query for screens smaller than 480px (e.g., small mobile phones) */
@media (max-width: 750px) {
  .hero .carousel-caption {
    height: 150px;
    width: 360px;
  }

  .hero .carousel-caption h1 {
    font-size: 22px !important;
    line-height: 24px !important;
  }

  .hero .carousel-caption p {
    font-size: 13px !important;
  }

  .hero {
    min-height: 70vh !important;
  }
}

/* Media query for screens smaller than 480px (e.g., small mobile phones) */
@media (max-width: 480px) {
  .hero .carousel-caption {
    left: 50%;
    right: -52%;
    transform: translateX(-50%);
    padding: 0px 10px;
    border-radius: 0px 30px 0px 0px;
    height: 155px !important;
    width: 280px;
  }

  .hero .carousel-caption h1 {
    font-size: 18px !important;
    line-height: 21px !important;
  }

  .hero .carousel-caption p {
    font-size: 14px !important;
  }

  .scroll-down-name {
    display: none !important;
  }

  .scroll-down-caption {
    display: none !important;
  }

  .hero {
    min-height: 70vh !important;
  }

}

.hero .carousel-caption h1 {
  margin-top: 20px;
  font-family: var(--default-font);
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  font-family: Mulish;
  line-height: 54px;
}

.hero .carousel-caption p {
  color: #FFF;
  font-family: var(--default-font);
  padding: 0px 0px 40px 0px;
  margin-top: 2 0px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero .carousel-caption .sliders {
  position: relative;
  bottom: 35px;
  /* Adjust the bottom position to fit within the caption */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  /* Adjust spacing between the rectangles */
}

.hero .carousel-caption .rectangle {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  cursor: pointer;
}

.hero .carousel-caption .rectangle-2 {
  width: 30px;
  height: 3px;
  background-color: #ffffff66;
  cursor: pointer;
}

.hero .carousel-caption .rectangle-3 {
  width: 30px;
  height: 3px;
  background-color: #ffffff66;
  cursor: pointer;
}

.hero .carousel-caption .rectangle-4 {
  width: 30px;
  height: 3px;
  background-color: #ffffff66;
  cursor: pointer;
}


/* Arrow Scale on Hover */

.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: var(--red);
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.3s ease;
  /* Adds transition effect */
}

.text-wrapper-12 .fas {
  color: #bf2a2d;
  font-size: 12px;
}



.vector {
  position: absolute;
  width: 2142px;
  height: 312px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, white, transparent 19%);
}




.back-to-news {
  color: white;
  font-family: var(--default-font);
  font-weight: 600;
  margin: 1rem 0rem;
  padding: 1.5rem;
  background-color: #2f82c3;
  font-size: 14px;
}

.back-to-news span {
  padding-left: 9.5rem;
}

.news-article {
  font-size: 14px;
  font-family: var(--default-font);
  margin: 3rem 10rem;
}

.date {
  color: black;
  font-size: 10px;
}

.news-article h1 {
  font-size: 32px;
  font-family: var(--default-font);
  font-weight: 800 !important;
  color: #383838 !important;
}

.img-div {
  margin: 3rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-article h6 {
  margin-top: 3rem;
  color: #2f82c3;
}

.email-para {
  margin: 2rem 0rem 6rem 0rem;
}

a {
  text-decoration: none;
  transition: 0.3s;
} 
.col-txt p{
  color: #fff!important;
}

.links {
  color: #2f82c3;
  right: 3%;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.links i {
  font-size: larger;
}


/*--------------------------------------------------------------
# recent-blog-posts Section
--------------------------------------------------------------*/
.container {
  padding-top: 1%;
  padding-bottom: 1%;
}

.cust_styl {
  max-width: 970px;
}


.slick-next.fa-solid.fa-arrow-right.slick-arrow {
  font-size: 12px;
  /* Adjust font size as needed */
  padding: 0;
  /* Remove any padding */
  margin: 0;
  /* Remove any margin */
  line-height: 1;
  /* Ensure line height is normal */
}


.social {
  color: white;
  font-size: 26px;
  align-items: center;

}

/* @media (max-width: 2560px) {
  .hero .carousel-caption {
    height: 250px;
    width: 800px;
  }
} */

@media (max-width: 576px) {

  .get-started .we-are-a-team-of {
    width: auto !important;
    height: auto !important;
  }

  .get-started .text-wrapper-11 {
    font-size: 28px;
    padding-top: 3em;
  }
  .h2-ourbusinesses {
    font-size: 28px !important;
}
.green-steel {
  margin-top: 0%!important;
}

}

.line-hr {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  /*#F5F5F5*/
}

.grpup-colm-sec .col-txt{padding: 36px 20px;}
.grpup-colm-sec .col-txt p{
  line-height: 30px;
  font-size:18px ;
}
.grpup-colm-sec{box-shadow: -16px 16px #2F82C3;}
.projects .container{padding-top: 4%!important;}
.ACME-launch .container{padding-top: 0%!important;}
.media-centre .container{padding-top: 2%!important;padding-bottom: 2%!important}
.redbtn{color: #fff;
    border-radius: 60px;
    border: none;
    font-size: 18px;
    margin-top: 40px;
    background: #BF2A2D;
    padding: 14px 24px;
}
.media-images{margin-top: 5rem!important;}
.milestones{position: relative;}
.waveimg{position: absolute; top: 0;}


/* sameer css */
.mob_txt {
  display: none !important;
}
.press{
  position: relative;
  margin-bottom:20px;
}
.bluepine{
     margin-bottom:20px;
}
.highlights{
     margin-bottom:20px;
}
.press small{
  position: absolute;
  top: 0;
  background: #000000;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.bluepine{
  position: relative;
}
.bluepine small{
  position: absolute;
  top: 0;
  background: #000000;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.highlights{
  position: relative;
}
.highlights small{
  position: absolute;
  top: 0;
  background: #000000;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.press1{
  position: relative;
}
.press1 small{
  position: absolute;
  top: 0;
  background: #000000;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  left: 0;
}
/* .acmehub-txt{
  color: rgba(47, 130, 195, 1)!important;

} */
.grpup-colm-sec .col-txt .date{
  margin-left: 0px;
  font-size: 10px;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .features .view-business-3 {
    font-size: 22px !important;

  }

  .features .card-custom {
    width: 100%;
    margin-left: 0%;
    padding: 24%;
    height: 90%;
  }
.bx-mar{
  margin-bottom: 0 !important;
}
.features .view-business-2 {
  display: flex;
  justify-content: center;
  align-items: center!important;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-family: var(--default-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  margin-left: 0%!important;
  cursor: pointer;
}
.initia-txt{
  padding-top: 0rem!important;
  padding-bottom: 3rem;
}
.projects .text-wrapper-39 {
  font-size: 28px!important;
  text-align: center;
}
.projects .projects-sec-2 {
  padding: 15px!important;
}
.launchpad{
  margin-top: 0!important;
  font-size: 22px !important;
  font-weight: bold !important;
}
.ACME-launch .card-text {
  font-size: 16px!important;
}
.property-wrapper h1 {
  font-size: 28px!important;
}
.blogmob{
  display: flex!important;
  flex-direction: column!important;
}
.sd {
    margin-top: -4px !important;
    /* margin-bottom: 3rem !important; */
    width: 235px;
    height: 75px;
    margin-left: 15px;
    line-height: 25px;
    font-size: 15px;
    color: #000 !important;
    margin-bottom: 8px;
}
.date {
  color: #B4B4B4 !important;
  margin-left: 0px;
  margin-top: 12px!important;
}
.media .date{
  margin-left: 0px!important;
}
.footer-about{
  display: flex;
  align-items: baseline;
}
.footer-contact-mob{
  padding-left: 20px;
}
.footer-contact-mob p{
  margin-bottom: 0;
  line-height: 18px;
}
.social-links{
  align-items: flex-end!important;
  justify-content: space-evenly!important;
}
.footer .social-links a {
  display: flex;
  width: auto!important;
  height: 40px;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
  justify-content: center!important;
}
.social-links{
  border-top: 1px solid #ccc!important;
}
#black-line{
  display: none;
}
}
.launchpad{
  margin-top: 1.5rem;
}
.initia-txt{
  padding-top: 3rem ;
  padding-bottom: 3rem;
}

@media (max-width: 413px) {
  .features .view-business-3 {
    font-size: 28px !important;
    padding-top: 20px!important;
  }

  /* .features .card-custom {
    width: 54% !important;
    margin-left: 15% !important;
  } */
}
