
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background: #F4FEFF;

}
.navbar{
  padding: 10px 50px;
  background-color: #fff;
}
.navbar.sticky-top {
  z-index: 1050; /* Ensure it stays above other elements */
}

.navbar .nav-link{
  color: #272361;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.navbar-nav .nav-link.active{
  color: #00A99D !important;

}
.navbar li{
  padding: 0px 5px;
}

.hero-section {
  position: relative;
  z-index: 1;
  background: #E1FFFF;
  height: 720px; /* Default height */
  overflow: hidden;
}
.hero-section .image-right{
  margin-top: -20px;
  width: 285px;
  height: 270px;
}
}
.hero-section .hero-title {
  color: #2F2F33;
  margin-top: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 62px!important;
  font-weight: 600;
  width: 816px;
  height: 222px;
  text-align: initial;
}
.hero-section .lead{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  margin-top: 30px;
  text-align: initial;
  line-height: 54px;
}
.hero-section .btn {
  padding: 0.8rem 1.5rem;
}
.image-position{
  position: relative;
}
.image-position .left-image{
  margin-left: 430px !important;
  margin-top: 45px;
}
.rotate {
  animation: rotate-animation 15s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 65%;
  margin-top: 152px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  4.17% {
    transform: rotate(-90deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  29.17% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  54.17% {
    transform: rotate(-270deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  79.17% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media (max-width: 412px) and (min-width: 320px){
  .navbar {
    width: 100%!important;
    padding: 0px;
  }
  .navbar .navmob{
    margin-bottom: 20px!important;
  }
  .container{
    max-width: 100%!important;
  }
  .hero-section {
    height: 585px !important;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
  }
  .hero-section .image-right{
    margin-left: 150px;
    margin-top: -35px;
  }
  .hero-section .hero-title {
    color: #2F2F33;
    margin-top: 20px!important;
    font-family: 'Poppins', sans-serif;
    font-size: 36px!important;
    font-weight: 600;
    width: 100% !important;
    height: auto!important;
    text-align: center;
  }

  .hero-section .lead {
    font-size: 20px!important;
    margin-top: 20px;
    font-family: 'Mulish', sans-serif;
  }

  .hero-section .btn {
    margin-top: 20px;
    font-size: 0.85rem;
    padding: 10px 20px;
  }

  .hero-section .d-flex {
    gap: 10px;
    margin-left: 0px !important;
  }

  .hero-section .image-position{
    width: 100%;
    position: relative;
    margin-left: -787px !important;
    margin-top: 390px !important;
  }
  .rotate {
    position: relative;
    margin: 20px auto 0 !important;
    margin-left: 160px !important;
    display: none;
    max-width: 100% !important;
    animation: rotate-animation 15s ease-in-out infinite;
  }

  .features .title {
    justify-content: center;
  }
  .features .subtitle {
    text-align: center!important;
  }
  .features .icon{
    text-align: -moz-center;
  }
  .step-container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .step{
    text-align: center;
    padding: 0px!important;
  }
  .step-content{
    justify-content: center ;
  }

  .step-number{
    display: none!important;
  }
  .step-number-1{
    display: none!important;
  }
  .step-header{
    margin-bottom: 15px!important;
  }

  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
  .dotted-line-vertical-1,
  .dotted-line-vertical-2,
  .dotted-line-vertical-3 {
    display: none;
  }
  .step-image {
    width: 100%; /* Ensure images don't overflow */
    margin-bottom: 10px;
  }

  .step-description {
    font-size: 14px;
  }

  .action-button button {
    width: 100%; /* Make button full-width on small screens */
    padding: 15px;
  }

  .dotted-line-horizontal-1,
  .dotted-line-horizontal-2,
  .dotted-line-horizontal-3,
  .dotted-line-horizontal-4,
  .dotted-line-horizontal-5,
  .dotted-line-horizontal-6 {
    display: none;
  }
  .services h5{
    margin: 0px!important;
  }
  .services .card{
    border: 2px solid #00A99D;
    border-image-slice: 1;
    border-radius: 15px!important;
  }
  .estimation .container{
    padding: 10px 30px !important;
  }
  .package-container{
    width: 100% !important;
  }
  .clients{
    justify-content: center;
  }
  .contact_us .text-start{
    text-align: center !important;
  }
  .contact_us .content{
    margin: 0px 30px;
  }
  .contact_us iframe{
    width: 100%;
  }
  #whats-chat{
    display: block!important;
    padding: 5.5px!important;
  }
}
/* Mobile Styles */
@media (max-width: 767px) {
  .hero-section {
    height: 612px;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
  }

  .hero-section .image-right{
    display: none;
  }
  .hero-section .right-image{
    display: none;
  }
  .hero-section .hero-title {
    color: #2F2F33;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 600;
    width: 500px;
    height: 222px;
    text-align: initial;
  }

  .hero-section p {
    font-size: 16px;
  }
  .hero-section .image-position{
    width: 100%;
    position: relative;
    margin-left: -948px;
    margin-top: 390px;
  }
  .rotate {
    position: relative;
    margin: 20px auto 0;
    display: none;
    max-width: 80%;
    animation: rotate-animation 15s ease-in-out infinite;
  }

  .hero-section .btn {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 10px;
  }
  .features .icon{
    text-align: -moz-center;
  }
  .step-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .step-content{
    justify-content: center;
  }
  .step-number{
    display: none!important;
  }
  .step-number-1{
    display: none!important;
  }
  .step-header{
    margin-bottom: 15px!important;
  }
  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
  .step-image {
    width: 50% !important;
    margin-bottom: 10px;
    margin-right: 30px!important;
  }

  .step-description {
    font-size: 14px;
  }

  .action-button button {
    width: 100%;
    padding: 15px;
  }

  .dotted-line-horizontal-1,
  .dotted-line-horizontal-2,
  .dotted-line-horizontal-3,
  .dotted-line-horizontal-4,
  .dotted-line-horizontal-5,
  .dotted-line-horizontal-6 {
    display: none;
  }
  .dotted-line-vertical-1,
  .dotted-line-vertical-2,
  .dotted-line-vertical-3 {
    display: none;
  }
  .services h5{
    margin: 0px!important;
  }
  .estimation .container{
    padding: 10px 30px !important;
  }
  .package-container{
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .clients{
    justify-content: center;
  }
  .contact_us .text-start{
    text-align: center !important;
  }
  .contact_us .content{
    margin: 0px 30px;
  }
  .contact_us iframe{
    width: 100%;
  }
  #whats-chat{
    display: block!important;
    padding: 10px !important;
  }
}

/* Tablet Styles (767px to 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .hero-section {
    height: 800px;
  }

  .hero-section h1 {
    font-size: 48px;
    width: 90%!important;
  }
  .hero-section .lead{
    margin-top: 90px;
  }
  .hero-section .image-position{
    width: 100%;
    margin-left: -570px;
    margin-top: 325px;
  }
  .rotate {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -60px;
    transform: translateX(-50%) scale(0.8);
  }

  .hero-section .btn {
    font-size: 16px;
    padding: 0.7rem 1.4rem;
  }
  .features .frame{
    margin-top: -155px;
    margin-left: 382px;
  }
  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
  .services .card{
    border: 2px solid #00A99D;
    border-image-slice: 1;
    border-radius: 15px!important;
  }
  .services h5{
    margin: 0px!important;
  }
  .estimation .container{
    padding: 10px 30px !important;
  }
  .package-container{
    width: 100% !important;
  }
  .contact_us .text-start{
    text-align: center !important;
  }
  .contact_us .content{
    margin: 0px 30px;
  }
  .contact_us iframe{
    width: 100%;
  }
  #whats-chat{
    display: block!important;
    padding: 5.5px!important;
  }
}


/* Features Section */
.features {
  z-index: 2;
  background: #F4FEFF;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-radius: 20px 20px 0 0;
}
.features .frame{
  margin-top: -155px;
  margin-left: 307px;
}
.features h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.features .icon {
  font-size: 2rem;
  color: #28a745;
}

.features .title {
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.features .subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.features .button{
  background: #00A99D;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}
/*Service*/
.services .card{
  border: 2px solid #00A99D;
  border-image-slice: 1;
  border-radius: 27px;
}
.services h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.services .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}
.services .icon {
  font-size: 2rem;
  color: #28a745;
}

.services h5 {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: initial;
}
.services p {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #4D4D4D;
  text-align: left;
}
.services .button{
  background: #00A99D;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}
/*Our Works*/
.works h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.works .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}
.works img {
  width: 85%;
  height: 200px;
  border-radius: 10px;
}
.works .card{
  border: transparent; 
  background: transparent;
  display: contents;
}
.works h5 {
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: flex;
  margin-left: 20px;
}
.works .card-text {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4D4D4D;
  text-align: left;
  display: flex;
  margin-left: 20px;
}
.works .button{
  background: #00A99D;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}

/*Steppers*/

.steppers h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.steppers .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}

.step-container {
  padding: 40px 0;
  position: relative;
}
.step {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.step-content {
  display: flex;
  align-items: center;
}
.step-number {
  background-color: white;
  border: 2px solid #00A99D;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  z-index: 2;
  opacity: 50%;
}
.step-number-1 {
  background-color: white;
  border: 2px solid #00A99D;
  color: #00A99D;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 115px;
  z-index: 2;
}
.step-header {  
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.step-description {
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 30px;
}
.step-image {
  width: 161px;
  height: 129px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-top: 20px;
}
.dotted-line-horizontal-1 {
  position: absolute;
  top: 12.1%;
  left: 175px;
  width: 66%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}
.dotted-line-horizontal-2 {
  position: absolute;
  top: 11%;
  left: 360px;
  width: 25%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}
.dotted-line-horizontal-3 {
  position: absolute;
  top: 11%;
  left: 195px;
  width: 52%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}

.dotted-line-horizontal-4 {
  position: absolute;
  top: 80%;
  left: 55px;
  width: 95%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}
.dotted-line-horizontal-5 {
  position: absolute;
  top: 9.5%;
  left: 368px;
  width: 8%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}
.dotted-line-horizontal-6 {
  position: absolute;
  top: 9.5%;
  left: 56%;
  width: 21%;
  height: 0;
  border-top: 3px dashed #00A99D;
  z-index: 1;
}
.dotted-line-vertical-1 {
  position: absolute;
  left: 100%;
  top: 45px;
  width: 2px;
  height: 90%;
  background: repeating-linear-gradient( 180deg, #00A99D, #00A99D 4px, transparent 4px, transparent 8px );
  z-index: 1;
}
.dotted-line-vertical-2 {
  position: absolute;
  left: 36px;
  top: 42.1%;
  width: 2px;
  height: 98px;
  background: repeating-linear-gradient( 180deg, #00A99D, #00A99D 4px, transparent 4px, transparent 8px );
  z-index: 1;
}
.dotted-line-vertical-3 {
  position: absolute;
  left: 36%;
  top: 40px;
  width: 2px;
  height: 90px;
  background: repeating-linear-gradient(
    180deg,
    #00A99D,
    #00A99D 4px,
    transparent 4px,
    transparent 8px
  );
  z-index: 1;
}
.step-row {
  position: relative;
  padding-bottom: 60px;
}
.action-button {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 24px;
}
.action-button button {
  background-color: #00A99D;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}
.action-button button:hover {
  background-color: #008d82;
}
/*Estimation Cost*/
.estimation{
  background: #F4FEFF;
}
.estimation h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.estimation .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}
.estimation label{
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.estimation .container {
  background: #F4FEFF;
  border-radius: 10px;
  padding: 50px 80px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
}

.package-container {
  display: flex;
  width: 75%;
  justify-content: center;
  align-items: center;
  height: 220px;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  font-family: 'Mulish', sans-serif;
  background-color: #00897B;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.package-container p{
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  display: flex;
  margin-top: 10px;
}
.package-slide {
  display: none;
}

.package-slide.active {
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00897B;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.arrow.left {
  left: 20px;
}

.arrow.right {
  right: 20px;
}

.action-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
}

.action-container .see-more {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  background: #00A99D !important;
  font-weight: 600;
}

.action-container .next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00897B;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  margin-top: -10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.action-container .next-btn:hover {
  background-color: #00897B;
}

.arrow-symbol {
  font-size: 20px;
  font-weight: bold;
}
.estimation .button{
  background: #00A99D;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}

/*Our Clients*/
.our-clients h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.our-clients .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}

.card-content {
  font-size: 20px;
  color: #6c757d;
  padding: 20px;
}
.client-name {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.client-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.client-feedback {
  font-family: 'Mulish', sans-serif;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  border: transparent;
  height: 100%;
  width: 100%;
}
.our-clients .button{
  background: #00A99D;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}
/*Contact US*/
.contact_us h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.contact_us .subtitle{
  font-family: 'Mulish', sans-serif;
  font-size: 22px; 
  font-weight: 400;
  margin-left: 0px;
  text-align: center;
}
.contact_us .text-start{
  font-family: 'Poppins', sans-serif; 
  font-size: 24px; 
  font-weight: 600;
}
.contact_us i{
  margin-right: 8px; 
  font-size: 20px; 
  font-weight: 600;
}
.contact_us span{
  font-family: 'Poppins', sans-serif; 
  font-size: 16px; 
  font-weight: 700;
}
.contact_us.container {
  margin-top: 30px;
}
.contact_us .form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.contact_us .form-control {
  border-radius: 6px;
}
.contact_us .card-contact {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.contact_us .input-group select {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.contact_us .input-group input {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contact_us .exploreButton {
  display: flex;
  justify-content: center;
}
.contact_us .exploreButton button {
  background: #00A99D;
  padding: 12px 25px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: #00A99D;
}
/* Footer */
footer {
  background: #fff;
  color: #000;
}
.footerImage {
  max-width: 100%;
}
.footers .pad{
  padding: 0px 25px;
}
.text-gray-footer {
  color: #6c757d;
}
.footers .image{
  text-align: initial;
}
.footers .tags{
  font-family: 'Mulish', sans-serif;
  text-align: initial;
  font-size: 16px;
  font-weight: 400;
}
.footers p{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: initial;

}
.text-blue1 a{
  text-decoration: none;
  color: #00A99D;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.text-black-text {
  color: #000; /* Black color */
}

.font-normal {
  font-weight: normal;
}

.font-semibold {
  font-weight: 600;
}

.w-48 {
  width: 48%;
}

.exploreButton button {
  padding: 10px 20px;
  background-color: #00A99D; 
  border: none;
  color: white;
}

/*Architectural design*/
.architectural-section {
  background-image: url('../images/about.png');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  height: 600px;
}
.architectural-section1 {
  background-image: none;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  height: 600px;
}
.architectural-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
}

.architectural-content {
  position: relative;
  z-index: 2;
}

.search-bar {
  max-width: 600px;
  margin: auto;
}
.architectural .card-body{
  background:#000;
  color: #fff;
}
.architectural .card-title, .card-text{
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .architectural-section {
    padding: 60px 0;
  }
  .architectural-title {
    font-size: 50px!important;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/* Blogs */
.blog-section {
  color: #000;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-content {
  position: relative;
  z-index: 2;
}


.blogs .card{
  background: transparent;
  border: none;
}
.blogs .blog-image{
  width: 100%;
  height: 100%;
}
.blogs .blog-tag{
  font-size: 14px;
  font-weight: 600;
  color: #00A99D;
}
.blogs .blog-title{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
}
.blogs .blog-description{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  line-height: 24px;
  color: #475467;
}
.blogs .meta-name{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.blogs .meta-date{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Mulish', sans-serif;
  color: #475467;
}



.blog .card{
  background: transparent;
  border: none;
}
.blog .blog-image{
  width: 100%;
  height: 100%;
}
.blog .blog-tag{
  font-size: 14px;
  font-weight: 600;
  color: #00A99D;
}
.blog .blog-title{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
}
.blog .blog-description{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
  line-height: 24px;
  color: #475467;
}
.blog .meta-name{
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.blog .meta-date{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Mulish', sans-serif;
  color: #475467;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .blog-section .text-1{        
    color: #000 !important;
    text-align: initial;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
  }
  .text-2{
    font-size: 20px;
    font-weight: 400;
    text-align: initial;
    padding: 0px;
  }
  .blogs .card{
    background: transparent;
    border: none;
  }
  .blogs .blog-image{
    width: 320px;
    height: 200px;
    align-items: center;
    margin-left: 20px;
  }
  .blogs .blog-tag{
    font-size: 14px;
    font-weight: 600;
    color: #00A99D;
    margin-top: 20px;
  }
  .blog .card{
    background: transparent;
    border: none;
  }
  .blog .blog-image{
    width: 320px;
    height: 200px;
    align-items: center;
    margin-left: 20px;
  }
  .blog .blog-tag{
    font-size: 14px;
    font-weight: 600;
    color: #00A99D;
    margin-top: 20px;
  }
}