@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-size: 14px;
  font-family: Karla, sans-serif;
  line-height: 24px;
  color: #6e707e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  /* user-select: none; */
  /* letter-spacing: 0.2px; */
}
/* all heading h1  */
.h1-heading {
  font-size: 3.2rem;
  color: #032d60;
  line-height: 3.7rem;
  font-weight: 600;
  margin-bottom: 70px;
  max-width: 63rem;
  letter-spacing: -0.152rem;
}
@media only screen and (max-width: 600px) {
  .h1-heading {
    font-size: 2.2rem;
    color: #032d60;
    line-height: 2.7rem;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 63rem;
    letter-spacing: -0.102rem;
  }
}
/* padding for all section  */
.p-for-all {
  padding: 100px 18px 100px 18px;
}
.p-for-blogs {
  padding: 70px 18px 70px 18px;
}
/* all heading for paragraph-p1  */
.p1-heading {
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 30px 10x;
  line-height: 2.125rem;
  margin-bottom: 50px;
  max-width: 63rem;
  color: #747474;
  letter-spacing: -0.066rem;
}
/* .cta-frame style  */
.cta-frame {
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#my-form input[type="email"] {
  border: none;
  padding: 13px 30px;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 0px;
  /* background-color: #0176d3; */
}

@media only screen and (max-width: 992px) {
  .h1-heading,
  .our-service-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: -0.102rem;
  }
  .p1-heading {
    font-size: 1.371rem;
    margin-top: 20px;
    padding: 30px 10x;
    line-height: 1.825rem;
    margin-bottom: 50px;
    max-width: 63rem;
    color: #747474;
    letter-spacing: -0.053rem;
  }
  .p-for-all {
    padding: 50px 18px 50px 18px;
  }
  .p-for-blogs {
    padding: 70px 18px 70px 18px;
  }
  .vertical-line {
    width: 2px;
    height: 40px;
    background-color: #969595;
    margin: 0 10px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .cta-btn-inner {
    width: 100%;
    margin-top: 1rem;
  }
  .h1-heading,
  .our-service-heading {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .our-service-h3 {
    font-size: 1.7rem;
  }
  .p1-heading {
    font-size: 1.271rem;
    margin-top: 20px;
    padding: 30px 10x;
    line-height: 1.725rem;
    margin-bottom: 50px;
    max-width: 63rem;
    color: #747474;
  }
  .p-for-all {
    padding: 50px 18px 50px 18px;
  }
  .p-for-blogs {
    padding: 70px 18px 70px 18px;
  }
  .vertical-line {
    width: 2px;
    height: 40px;
    background-color: #969595;
    margin: 0 10px;
    margin-right: -20px;
  }
}
/* custom btn style  */
.custom-btn {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.034rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.913rem 2.5rem;
  color: #fff;
  /* background-color: #0d9dda; */
  background-color: #0176d3;
  transition: all 0.3s ease;
  outline: none;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* margin-left: 1.5rem; */
}

.sedin-salesforce-logo {
  display: flex;
  align-items: center;
  justify-content: start;
}
.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.vertical-line {
  width: 2px;
  height: 40px;
  background-color: #969595;
  margin: 0 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 300px) and (max-width: 375px) {
  .vertical-line {
    width: 2px;
    height: 40px;
    background-color: #969595;
    /* margin: 0 -35px; */
    margin-right: -20px;
  }
  .sedin-salesforce-logo {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
@media only screen and (max-width: 600px) {
  .vertical-line {
    width: 2px;
    height: 40px;
    background-color: #969595;
    /* margin: 0 -35px; */
    /* margin-right: -25px; */
  }
}
header .custom-btn {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.034rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.813rem 2rem;
  color: #fff;
  background-color: #0d9dda;
  transition: all 0.3s ease;
  outline: none;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .custom-btn:hover {
  background-color: #0d9dda;
  color: #fff;
}
/* navbar section style  */
.salesforce-header {
  /* box-shadow: 2px 0 4px rgba(0, 0, 0, 0.18); */
  background: #ffffff;
}
a.nav-link {
  font-size: 17px;
  color: #afafaf;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-nav .active > .nav-link {
  color: grey;
}
@media only screen and (min-width: 300px) and (max-width: 990px) {
  .navbar-collapse {
    margin-top: 30px;
  }
}
.indust_menu .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 100000;
  float: left;
  min-width: 240px;
  border-radius: 10px;
  padding: 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.indust_menu .sub-menu > li {
  display: block;
  position: relative;
}
.indust_menu .sub-menu > li > a {
  font-size: 15px;
  color: #afafaf;
  font-weight: 400;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 30px;
  padding-right: 25px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.indust_menu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.indust_menu .sub-menu li:hover > a {
  background: #0176d3 !important;
  color: #fff !important;
  position: relative !important;
  border-radius: 10px;
  text-decoration: none !important;
}
.contact-btn {
  border: 2px solid #0176d3;
  color: #0176d3 !important;
  border-radius: 5px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-btn {
    margin-left: 0px;
  }
}
/* hero section style  */
.hero-banner {
  padding: 50px 20px 80px 20px;
}

.hero-content h1 {
  font-size: 3.2rem;
  margin-bottom: 80px;
  color: #032d60;
  font-weight: 500;
  line-height: 3.7rem;
  letter-spacing: -0.152rem;
}
.hero-content h3 {
  font-size: 2.3rem;
  margin-bottom: 80px;
  color: #747474;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: -0.072rem;
}
.hero-content p {
  font-size: 1.5rem;
  margin-top: -20px;
  padding: 30px 10x;
  line-height: 1.8rem;
  color: #747474;
  letter-spacing: -0.066rem;
}
.last-child {
  padding-bottom: 50px;
}
.hero-content ul {
  font-size: 1.4rem;
  padding: 15px 40px;
}

.hero-content ul li {
  margin-bottom: 10px; /* Adjust the margin as needed */
}
@media only screen and (max-width: 600px) {
  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 80px;
    color: #032d60;
    font-weight: 500;
    line-height: 2.7rem;
  }
  .hero-content p {
    font-size: 1.4rem;
    margin-top: -20px;
    padding: 30px 10x;
    line-height: 1.8rem;
    color: #747474;
  }
}
#my-form {
  border: 1.917px solid #e0e3e4;
  padding: 10px 2px;
}
/* #my-form .row {
  border-bottom: 2px solid skyblue;
  align-items: center;
} */
#my-form .form-control {
  border: none;
  padding: 12px 2px;
}
#my-form input {
  margin-left: 10px;
  border: none;
}
#my-form .custom-btn {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.034rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.913rem 1.2rem;
  color: #fff;
  background-color: #0176d3;
  transition: all 0.3s ease;
  outline: none;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* margin-left: 1.5rem; */
}
/* .cta-frame input{
    
} */
.client-heading {
  margin-top: 30px;
  font-size: 1.5rem;
  padding: 30px 10x;
  line-height: 1.8rem;
}
.clients-logos .img-fluid {
  padding: 1rem;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .client-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
/* our service style  */
.our-service {
  padding: 50px 10px 50px 10px;
}
/* .our-service-heading {
  font-size: 3.2rem;
  color: #032d60;
  line-height: 3.7rem;
  font-weight: 600;
  margin-bottom: 70px;
  max-width: 63rem;
} */
.our-service-h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #242424;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
  letter-spacing: -0.07rem;
}
.our-service-p {
  font-size: 1.275rem;
  line-height: 2.063rem;
  letter-spacing: -0.022rem;
  margin-bottom: -0.3rem;
  color: #747474;
}
.icon-with-content {
  padding: 10px 10px 30px 10px;
}
.service-span-box {
  display: inline-block;
  /* border: 1px solid #0d9dda; */
  border: none;
  /* background-color: #16a0e7; */
  background-color: #0176d3;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.111rem;
  /* color: #444; */
  color: #fff;
  position: relative;
}
.service-span-box span::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  left: 0;
  top: 50%;
  border-radius: 20px;
}
.service-span-box span {
  display: inline-block;
  /* color: #0d9dda; */
  color: #fff;
}
.service-hero-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-with-name {
  padding: 30px 30px;
  border: 0.5px solid rgb(158, 158, 158);
  border-radius: 10px;
}
.logo-with-name:hover {
  border-top: 2px solid #0d9dda;
}
.logo-with-name-mainbox {
  padding: 20px;
}
.p-logo {
  font-size: 1.285rem;
  line-height: 2.063rem;
  letter-spacing: -0.025rem;
  color: #18181a;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 500;
}
.our-product-btn {
  margin-top: 40px;
  text-align: center;
}

/* meet our team style  */
.team-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.063rem;
  letter-spacing: -0.025rem;
  color: #000;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.our-team--grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* gap: 3rem; */
}
.our-team--grid__item span {
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-departmentname {
  font-size: 1.117rem;
  color: #6e707e;
}
.p-phone {
  font-size: 1rem;
  margin-bottom: 0px;
  margin-left: 5px;
}
.our-team--grid__item a {
  color: #747474;
  text-decoration: none;
  font-size: 18px;
  /* padding-top: 5px; */
}
.our-team--grid__item {
  margin-bottom: 3rem;
}
/* .our-team--grid__item span a:hover img {
  fill: #0d9dda;
  color: #0d9dda;
} */
.our-team--grid__item a img {
  transition: filter 0.3s ease;
}
.our-team--grid__item a:hover img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(97%) saturate(5000%)
    hue-rotate(180deg) brightness(90%) contrast(110%);
}
/* unlock full potential section style  */
.unlock-full {
  background-color: #0176d3;
  margin-top: 6.25rem;
  margin-bottom: 8.25rem;
  padding: 50px 0px 50px;
}
.unlock-heading {
  color: #fff;
  font-size: 3.7rem;
  line-height: 3.9rem;
  margin-top: 15px;
  padding-bottom: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .unlock-heading {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-top: 15px;
    padding-bottom: 30px;
    font-weight: 600;
  }
  .unlock-full {
    background-color: #0176d3;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    padding: 50px 0px 50px;
  }
}
.unlock .custom-btn {
  background-color: #fff;
  color: #0176d3;
  padding: 12px 25px !important;
}
.certificate-grid {
  padding: 20px 50px 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-grid:nth-child(1) img {
  height: 143px;
  width: 90px;
}
.certificate-grid {
  padding: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-grid__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding: 20px 10px; */
}
.certificate-grid__item img {
  /* height: 120px; */
  /* width: 120px; */
  text-align: center;
  margin: 1.5rem 0.5rem;
}
.certificate-text {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .certificate-grid__item img {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
/* testimonial style  */
/* .testimonial-sec {
  background: url("/assets/images/testimonials-bg.png");
  background-position: center bottom 150px;
  background-repeat: no-repeat;
} */
/* .testimonial-main {
  padding: 50px 0px 50px 0px;
} */
.main-testimonials {
  padding: 40px 40px 40px 40px;
  background-color: #ffffff;
  border-radius: 20px;
  background-image: url("/assets/images/testimonials-bg-2.png");
  background-position: top left;
  background-position-x: 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.testimonial-grid {
  display: flex; /* Use flexbox layout */
  align-items: center; /* Align items vertically in the center */
  justify-content: space-between;
}

/* .testimonial-content {
  flex: 70%;
  margin-right: 20px;
} */

.img-fluid img {
  max-width: 100%; /* Ensure the image does not exceed its container width */
}
/* .right-side-testi {
  background-color: #ffffff;
} */
.testimonial-content .p1-heading {
  color: #012755;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
@media only screen and (max-width: 600px) {
  .testimonial-content .p1-heading {
    color: #012755;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 1.371rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.715rem;
    margin-top: 3rem;
  }
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  font-size: 2rem;
  color: #0000ff;
  /* background-color: #fff; */
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  left: 10px;
  top: 0px;
  height: 15px;
}

.carousel-control-next {
  top: 0px;
  left: 70px;
  height: 15px;
  width: 50px;
}
.carousel-inner {
  position: relative;
}
.carousel-inner img {
  border-radius: 50%;
  margin-left: 75px;
}
.carousel-inner .p1-heading {
  max-width: 50rem;
}
.carousel-control-next-icon {
  /* background-image: url("/assets/images/salesforce/arrow-forward.svg"); */
  display: none;
}
.carousel-control-prev-icon {
  /* background-image: url("/assets/images/salesforce/arrow-back.svg"); */
  display: none;
}
.testi-footer p:first-child {
  color: #032d60;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .main-testimonials {
    padding: 20px 50px;
  }
  .carousel-inner img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-testimonials {
    padding: 20px 30px;
  }
  .carousel-inner img {
    display: none;
  }
}
/* ready to move  */
.ready-to-move {
  background-color: #f8f9fa;
  padding: 50px 10px;
  margin: 50px 0px;
}
.ready-to-move_heading h3 {
  color: #032d60;
  text-align: center;
  padding: 30px 10px;
  font-size: 2.5rem;
  letter-spacing: -0.142rem;
  font-weight: 600;
}
.ready-to-move_heading p {
  text-align: center;
  font-size: 1.327rem;
  padding: 15px 10px;
  letter-spacing: -0.066rem;
}
.cta-sec {
  padding: 20px 30px;
}
.input-with-button {
  border: 1px solid #e0e3e4;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.input-with-button input {
  padding: 10px 30px;
  margin-top: 20px;
  border: none;
  background-color: #f8f9fa;
}
.cta-sec .custom-btn {
  margin-top: 20px;
}

/* footer style  */
.footer {
  margin-top: 5rem;
  background-color: #000;
  padding: 5rem 1rem 0rem 1rem;
}
.footer-container {
  border-bottom: 1px solid gray;
  padding-bottom: 3rem;
  /* background: #000 url("/assets/images/salesforce/salesforce-bg-footer.png")
    right 53% center/cover no-repeat; */
  background: #000 right 53% center/cover no-repeat;
  background-size: 63%;
  background-position: right bottom;
  background-color: #000;
}
.first-services {
  margin-bottom: 20px;
}
.footer-wrapper .footer-h3-heading {
  font-size: 1.75rem;
  color: #ffffff;
  letter-spacing: -0.07rem;
  font-weight: 600;
  /* margin-left: 35px; */
}
.footer-wrapper ul {
  font-size: 1.34rem;
  padding-left: 0rem !important;
  margin-left: -5px;
}
.footer-wrapper li {
  color: #0d9dda;
  list-style: none;
  padding: 15px 5px;
  /* cursor: pointer; */
}
.footer-wrapper ul a {
  font-size: 1.34rem;
  margin-left: -5px;
  color: #0d9dda;
  list-style: none;
  padding: 15px 5px;
  cursor: pointer;
  letter-spacing: -0.045rem;
  font-weight: 500;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  padding-top: 5rem;
}
.social-media a img {
  width: 50px;
}
.sedin-logo {
  padding: 1rem 1.5rem 1.5rem 0rem;
  /* width: 150px; */
  /* padding-left: 2rem; */
}
.sedin-logo img {
  width: 180px !important;
}
.partner-logo {
  gap: 1rem;
}
.partner-logo img {
  padding: 0.5rem;
  width: 100px;
  /* margin-left: 0.4rem; */
}
.footer-sedin-inc {
  color: #fff;
}
.copyright {
  font-size: 14px;
  color: #fff;
  font-size: 1.1rem;
  padding-top: 15px;
}
.footer-web {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}
.foot {
  text-align: right;
}
.footer-links li {
  display: inline-block;
  padding: 15px 5px;
  color: #fff;
  list-style: none;
  /* margin-left: 0px; */
}
.footer-links {
  /* margin-left: -2rem; */
  padding-left: 0px;
}
li a {
  color: #e0e3e4;
  text-decoration: none;
  font-size: 1rem;
}
.foot li:last-child {
  padding-right: 0;
}

/* form-model style  */
.model-content {
  padding: 20px 15px;
}
.model-body-inner {
  padding: 1.5rem 2rem;
}
.model-heading {
  font-size: 34px !important;
  line-height: 2.5rem;
  margin-bottom: 50px;
}
.model-p1-heading {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.text-expect {
  margin-bottom: 1.5rem;
  color: #032d60;
}
.model-content ul {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.strong-text {
  color: #0d9dda;
}
.form-section {
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-heading {
  /* padding: 20px 10px; */
  padding-bottom: 1.2rem;
  color: #032d60;
}
.landing-form {
  padding: 1rem;
}
.form-group input {
  padding: 15px 10px;
  margin-bottom: 1.2rem;
  background-color: #f8f9fa;
  font-family: Karla, sans-serif;
  /* outline: none; */
  /* border: none; */
}
.form-group select {
  padding: 15px 10px;
  margin-bottom: 1.2rem;
  background-color: #f8f9fa;
  font-family: Karla, sans-serif;
  font-size: 1.3rem;
  color: #747474;
}
.form-group input[type="submit"] {
  background-color: #0176d3;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.form-group input::placeholder {
  font-size: 1.2rem;
  font-stretch: extra-expanded;
  /* letter-spacing: 0.1rem; */
}

.form-group textarea {
  font-family: Karla, sans-serif;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #747474;
}
.modal-header {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.modal-header .btn-close {
  margin-top: 20px;
  margin-right: 10px;
}

/* services pages style  */
/* 1. hero section  */
.hero-section-services .hero-section-services_text {
  padding: 150px 10px 120px 10px;
  max-width: 63rem;
}
.hero-section-services_text h1 {
  color: #032d60;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.152rem;
}
.hero-section-services_text h2 {
  /* color: #032d60; */
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.132rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-section-services_text h1 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    padding-bottom: 0.5rem;
  }
  .hero-section-services_text h2 {
    font-size: 1.8rem;
  }
  .hero-section-services_text h5 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-services .hero-section-services_text {
    padding: 80px 10px 80px 10px;
  }
  .hero-section-services_text h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .hero-section-services_text h2 {
    font-size: 1.6rem;
  }
  .hero-section-services_text h5 {
    font-size: 3rem;
  }
  .hero-section-services_text .p1-heading {
    margin-bottom: 20px;
  }
}
/* .statistics-services .grid-item {
  margin-bottom: 3rem;
} */
.statistics-services .grid-item .grid-item-value {
  font-size: 6rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
  color: #444;
  font-weight: 500;
}
.statistics-services .grid-item .grid-item-name {
  letter-spacing: -0.039rem;
  line-height: 2.063rem;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.2px;
  /* color: #747474; */
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .statistics-services .grid-item {
    margin-bottom: 1rem;
  }
  .statistics-services .grid-item .grid-item-value {
    font-size: 3.7rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #444;
    font-weight: 500;
    /* padding: 1.5rem !important; */
  }
  .statistics-services .grid-item .grid-item-name {
    letter-spacing: -0.039rem;
    line-height: 2.063rem;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
    /* color: #747474; */
  }
}
@media only screen and (min-width: 300px) and (max-width: 576px) {
  .statistics-services .grid-item {
    margin-bottom: 1rem;
  }
  .statistics-services .grid-item .grid-item-value {
    font-size: 3.5rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #444;
    font-weight: 500;
    /* padding: 1.5rem !important; */
  }
  .statistics-services .grid-item .grid-item-name {
    letter-spacing: -0.039rem;
    line-height: 2.063rem;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
    /* color: #747474; */
  }
}
.process-looks .process-looks-content {
  max-width: 100%;
}
.partner-for-success {
  /* padding: 80px 0; */
  padding: 20px 0;
}
.our-client-text p {
  color: #032d60;
}
.partner-for-success-left-text {
  padding-right: 30px;
}

.partner-for-success-right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-stats {
  display: flex;
  flex-wrap: wrap;
}

.success-stat {
  width: 50%;
  padding: 20px;
  text-align: center;
}

.percentage-circle {
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.percentage-circle span {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
@media only screen and (min-width: 300px) and (max-width: 576px) {
  .percentage-circle {
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .percentage-circle span {
    font-size: 26px;
    font-weight: bold;
    color: #333;
  }
}
/* about us page style  */
.about-us-hero .about-us-hero-about-text {
  padding: 150px 10px 40px 10px;
  /* max-width: 80rem; */
}
.about-us-hero .about-us-hero-text {
  padding: 50px 10px 100px 10px;
  /* max-width: 80rem; */
}
.about-us-statistics h1,
p {
  color: #444;
}
.about-us-statistics .statistics-count {
  font-size: 6rem;
}
.about-us-content {
  color: #6e707e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  /* letter-spacing: -0.48px; */
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .about-us-hero .about-us-hero-about-text {
    padding: 50px 10px 0px 10px;
    /* max-width: 80rem; */
  }
}
.going-beyond-sec {
  background-color: #f8f9fa;
}
.owl-nav {
  display: none;
}
.owl-dots {
  display: none;
}
.contact-us-hero {
  padding: 100px 20px;
}
.contact-us-hero .p-phone {
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-top: 0px !important;
}
.contact-us-hero .p-phone a {
  text-decoration: none;
  color: #6e707e;
}
.contact-us-hero .landing-form {
  padding: 0rem;
}
.get-in-touch .company-address {
  max-width: 35rem;
}
.company-address a {
  text-decoration: none;
  color: #6e707e;
  font-size: 1.2rem;
}
.company-address .contact-email {
  color: #0d9dda;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: none; */
  width: 100%;
  padding-right: 2.5rem;
}
.custom-dropdown::after {
  /* content: "\25BC"; */
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  /* color: #555; */
  font-size: 1rem;
}

/* blogs style  */
.blog-hero {
  position: relative;
  padding-top: 100px;
}

.page-title-area {
  /* height: 700px; */
  /* background-color: #000; */
  position: relative;
}
.page-title-area13 {
  /* height: 530px; */
  /* background-image: url(/assets/images/blog-bg-image.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-title-area13:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-title-area .page-title-item {
  padding-top: 70px;
}
.page-title-area .blog-content-page {
  padding-top: 160px !important;
}
.page-title-item-blog {
  padding-top: 70px;
  text-align: center;
}
.page-title-item-blog .title {
  font-size: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .page-title-item-blog .title {
    font-size: 40px;
  }
  .page-title-area .page-title-item {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .page-title-item-blog .title {
    font-size: 36px;
  }
  .page-title-area .page-title-item {
    padding-top: 30px;
  }
  .page-title-area .blog-content-page {
    padding-top: 60px !important;
  }
}

.page-title-area .page-title-item .title {
  font-size: 50px;
  padding-bottom: 14px;
  color: #000;
  text-align: center;
  padding-top: 70px;
  letter-spacing: -0.152rem;
}
@media (max-width: 768px) {
  .page-title-area .page-title-item .title {
    font-size: 38px;
    letter-spacing: -0.052rem;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .title {
    font-size: 40px;
  }
} */
.page-title-area .page-title-item nav {
  display: inline-block;
}
.page-title-area .page-title-item nav .breadcrumb {
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
}
.page-title-area .page-title-item nav .breadcrumb li {
  color: #0176d3;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-title-area .page-title-item nav .breadcrumb li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item nav .breadcrumb li {
    font-size: 14px;
  }
}
.page-title-area .page-title-item nav .breadcrumb li a {
  color: #0176d3;
  font-size: 18px;
}
.page-title-area
  .page-title-item
  nav
  .breadcrumb
  li.breadcrumb-item.active::before {
  content: "/";
  color: #ddd;
}
.single-banner {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner {
    margin-top: 127px;
  }
}
@media (max-width: 767px) {
  .single-banner {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-banner {
    margin-top: 127px;
  }
}
.mt-bnr-inr-entry {
  vertical-align: bottom;
  text-align: left;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  padding-top: 220px;
  padding-bottom: 120px;
}
.mt-bnr-inr-entry .banner-title-outer .banner-title-name {
  padding: 20px 20px;
  color: #fff;
}
.mt-bnr-inr-entry .banner-title-outer .banner-title-name h2 {
  line-height: 60px;
  font-size: 40px;
}
.blog-post {
  position: relative;
  margin-bottom: 30px;
}
.mt-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mt-img-effect.zoom-slow img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.mt-img-effect.zoom-slow:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mt-img-effect.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mt-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: 270px;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.site-button {
  background-color: #0176d3;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  font-size: 13px;
  outline: 0;
  cursor: pointer;
  outline: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: 7px;
  text-decoration: none !important;
}
.site-button:hover {
  background-color: #000;
  color: #fff;
}
.btn-effect {
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
}
.btn-effect:after,
.btn-effect:before {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.btn-effect:before {
  /* border-color: #c47135; */
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect:after {
  border-bottom-width: 2px;
  /* border-color: #c47135; */
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:hover:after,
.btn-effect:hover:before {
  height: 100%;
  width: 100%;
}
.site-button-secondry.btn-effect:after,
.site-button-secondry.btn-effect:before {
  border-color: #222;
}
.site-button.btn-effect:after,
.site-button.btn-effect:before {
  border-color: #0176d3;
}
.site-button:hover.btn-effect:after,
.site-button:hover.btn-effect:before {
  border-color: #222;
}
.ban-bx {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eaeaea;
  text-align: left;
}
.mt-post-title {
  margin-bottom: 20px;
}
.mt-post-title .post-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.mt-post-title .unplanned-blog {
  font-size: 24px;
}
.mt-post-meta {
  margin-bottom: 20px;
}
.mt-post-title h4 a {
  color: #1a1a1a;
  text-decoration: none;
}
.mt-post-title h4 a:hover {
  color: #16a0e7;
  text-decoration: dashed;
}
.post-title {
  font-size: 16px;
}
.recent-posts-entry .mt-post-media {
  float: left;
  width: 90px;
}
.widget .widget-post img {
  width: 100%;
  border-radius: 5px;
  height: 80px;
}
.recent-posts-entry .mt-post-info {
  margin-left: 105px;
}
.mt-post-header a {
  color: #969595;
  text-decoration: none;
}
.mt-post-header a:hover {
  color: #0176d3;
}
.mt-post-meta {
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 600;
  /* color: #16a0e7; */
}
.mt-post-meta .time,
.author-name {
  color: #0176d3 !important;
}
.mt-post-meta .time {
  margin-left: 15px;
}
.mt-post-text {
  margin-bottom: 20px;
  color: #747474;
}
.mt-post-text p {
  font-weight: 400;
  display: inline-block;
  color: #747474;
  font-size: 1.25rem;
  letter-spacing: -0.039rem;
  line-height: 1.9rem;
}
.mt-boxul li {
  color: #747474;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.039rem;
  line-height: 1.9rem;
  list-style: disc !important;
}
.mt-boxul .fscBlog-img {
  border: 0.5px solid #747474;
}
.mt-boxul-ol li {
  color: #747474;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.039rem;
  line-height: 1.9rem;
  /* list-style: disc !important; */
}
.mt-boxul-ol a {
  color: #0d6efd;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
}
.mt-boxul a {
  color: #0d6efd;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
}
.entry-content .blog-heading {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #032d60;
  font-weight: 600;
  letter-spacing: -0.07rem;
}
.entry-content h4 {
  font-size: 1.4rem;
  color: #747474;
  font-weight: 600;
}
.mt-post-header .post-title h5 {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mt-post-header .post-title {
    font-size: 14px;
    color: #969595;
    text-decoration: none;
  }
  .post-title h5 {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }
  .mt-post-meta {
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 400;
  }
  .entry-content .blog-heading {
    font-size: 1.837rem;
    margin-bottom: 15px;
    color: #032d60;
  }
  .mt-post-text p {
    font-weight: 400;
    display: inline-block;
    color: #747474;
    font-size: 1.167rem;
    letter-spacing: -0.039rem;
    line-height: 1.9rem;
  }
  .mt-boxul li {
    color: #747474;
    font-size: 1.167rem;
    font-weight: 400;
    letter-spacing: -0.039rem;
    line-height: 1.9rem;
    list-style: disc !important;
  }
  .mt-boxul-ol li {
    color: #747474;
    font-size: 1.167rem;
    font-weight: 400;
    letter-spacing: -0.039rem;
    line-height: 1.9rem;
    /* list-style: disc !important; */
  }
  .entry-content h4 {
    color: #747474;
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .masonry-item .mt-post-info {
    padding-bottom: 0;
  }
  .masonry-item .mt-post-title h2.post-title {
    line-height: 14px;
  }
  .masonry-item .mt-post-title h2.post-title a {
    font-size: 14px;
    line-height: none;
  }
  .news-grid .mt-post-text {
    display: none;
  }
  .mt-post-header .post-title {
    font-size: 14px;
    color: #969595;
    text-decoration: none;
  }
  .post-title h5 {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }
  .mt-post-meta {
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 400;
  }
  .entry-content h4 {
    color: #747474;
    font-size: 16px;
  }
}

.bgff {
  background-color: #f8f9fa;
}
.blog-autor {
  padding: 20px;
  border-radius: 10px;
}
.blog-autor h4 {
  color: #747474;
}
.blog-autor a {
  color: #0176d3;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  max-width: 18rem;
  margin-bottom: 10px;
}

/* new blogs main page style  */
.blog-entry {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-image img {
  width: 100%;
  /* height: 350px; */
  border-radius: 10px;
  height: auto;
  /* object-fit: cover; */
}

.blog-content {
  padding: 0px 0px 0px 5px;
}

.blog-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-title a {
  text-decoration: none;
  color: #000;
}

.blog-title a:hover {
  color: #0176d3;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-content {
    padding: 10px 15px;
  }
  .blog-content .blog-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content {
    padding: 10px;
  }
  .blog-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-content {
    padding: 5px 5px;
  }
  .blog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .blog-image img {
    margin-bottom: 15px;
    height: auto;
  }
}

.post-author {
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
}

.post-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.site-button {
  font-size: 14px;
  color: white;
  background-color: #0176d3;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.site-button:hover {
  background-color: #005bb5;
}
.tags {
  display: flex;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tag-filter {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 30px;
}
.tag-filter.active {
  background-color: #007bff;
  color: white;
}

/* hero-section-carousel style  */
.custom-fluid {
  padding: 0px;
  margin: 0px;
}
.custom-slider .carousel-inner img {
  border-radius: 0px;
  margin-left: 0px;
  width: 100%;
}

/* General styling for hero section */
.hero-section-slider {
  height: 100vh;
  overflow: hidden;
}
.custom-fluid {
  padding: 0;
  margin: 0;
}
.custom-slider .carousel-inner img {
  width: 100%;
  height: 100vh;
}

.custom-slider .carousel-item.active img {
  opacity: 1;
  transform: scale(1);
}
.carousel-caption {
  position: absolute;
  top: 35%;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 1.5s ease-out, transform 1.8s ease-out;
}

.carousel-caption h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px;
}

.carousel-caption p {
  color: #dbdbdb;
  text-align: center;
  font-family: Karla;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.42px;
  margin-bottom: 40px;
}

/* Ensure the first slide animates on initial load */
.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Custom animation for all other captions */
.carousel-item .carousel-caption {
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 1.5s ease-out, transform 1.8s ease-out;
}

/* Larger screens (desktops/laptops) */
@media only screen and (min-width: 1025px) {
  .custom-slider .carousel-inner img {
    /* height: 90vh; */
    height: 100vh;
  }
  .carousel-caption {
    top: 35%;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  .carousel-caption h1 {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: -0.112rem;
  }
  .carousel-caption p {
    color: #dbdbdb;
    text-align: center;
    font-family: Karla;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.42px;
    margin-bottom: 50px;
  }
  .carousel-caption button {
    padding: 16px 32px;
    font-size: 20px;
  }
}

/* Laptops (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  .custom-slider .carousel-inner img {
    height: 80vh;
  }
  .carousel-caption {
    top: 40%;
    left: 5%;
    right: 5%;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  .carousel-caption h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }
  .carousel-caption p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .carousel-caption button {
    padding: 14px 28px;
    font-size: 18px;
  }
}

/* Tablets (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .custom-slider .carousel-inner img {
    height: 70vh;
  }
  .carousel-caption {
    top: 35%;
    left: 5%;
    right: 5%;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  .carousel-caption h1 {
    font-size: 28px;
    line-height: 30px;
    width: 100%;
  }
  .carousel-caption p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .carousel-caption button {
    padding: 12px 24px;
    font-size: 16px;
  }
}

/* Mobile phones (max-width: 576px) */
@media only screen and (max-width: 576px) {
  .custom-slider .carousel-inner img {
    height: 80vh;
  }
  .carousel-caption {
    top: 40%;
    left: 0%;
    right: 0%;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  .carousel-caption h1 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 15px;
  }
  .carousel-caption p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .carousel-caption button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .carousel-caption {
    top: 25%;
    left: 0%;
    right: 0%;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}

/* thank you page style  */

.thank-you {
  padding: 150px 15px 40px 15px;
}
.thank-you-header {
  font-size: 3.2rem;
  font-weight: bold;
  color: #007bff;
}
.thank-you-message {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #6c757d;
  max-width: 53rem;
  line-height: 2.1rem;
}

/* Initial navbar styles */
.navbar-for-home {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  background: transparent; /* Transparent background initially */
  transition: all 0.3s ease-in-out;
}

/* Navbar styles when scrolled */
.navbar-for-home.scrolled {
  position: fixed;
  background: #fff; /* Change background color on scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
}

/* Slider container */
.hero-section-slider .carousel-inner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Slide styles */
.hero-section-slider .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.hero-section-slider .carousel-item.active {
  opacity: 1;
  z-index: 6;
}

/* Default styles for logo and navbar items */
.navbar-for-home .nav-link,
.navbar-for-home .contact-btn,
.navbar-for-home .navbar-toggler,
.sedin-salesforce-logo img.one-homepage {
  color: #fff; /* Default color for text (off-white) */
  filter: brightness(0) invert(1); /* White color for the logo */
  transition: all 0.3s ease-in-out;
}

/* When navbar is scrolled */
/* .navbar-for-home.scrolled .nav-link, */
.navbar-for-home.scrolled .contact-btn,
.navbar-for-home.scrolled .navbar-toggler,
.navbar-for-home.scrolled .sedin-salesforce-logo img.one-homepage {
  color: initial; /* Use the original color */
  filter: none; /* Revert to the original color for the logo */
}
.navbar-for-home.scrolled .nav-link {
  color: #afafaf;
  filter: none;
}
/* Custom CSS for sliding in from the right */
.custom-slider .carousel-item {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: transform 1s ease-in-out;
  backface-visibility: hidden;
  z-index: 1;
}

.custom-slider .carousel-item.active {
  left: 0;
  transform: translateX(0);
}

.custom-slider .carousel-item-next {
  /* left: 0; */
  transform: translateX(100%);
}

.custom-slider .carousel-item-prev {
  /* left: 0; */
  transform: translateX(-100%);
}

/* Override the Bootstrap transition */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
.carousel-item-next,
.carousel-item-prev {
  display: block; /* Ensure the items are visible during the transition */
  z-index: 1; /* Lower z-index for non-active items */
}

/* Common blog and faq style  */
.card .common-blog-image-hover {
  overflow: hidden;
  border-radius: 0.25rem;
}
.common-blog-image-hover img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.common-blog-image-hover img:hover {
  transform: scale(1.05);
}
