@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap");
body {
  font-family: "Urbanist", sans-serif !important;
}

.my-swal-button {
  background-color: #ff5a1f !important;
  color: white !important;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

/* Modal background */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dial {
  max-width: 900px;
}

/* Modal content box */
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .modal-content {
    width: 800px;
  }
}
@media (max-width: 998px) {
  .modal-content {
    width: 700px;
  }
}
@media (max-width: 778px) {
  .modal-content {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .modal-content {
    width: 300px;
  }
}
.modal-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #ff5a00;
  text-align: center;
  /* padding-left: 52px; */
  padding-bottom: 17px;
  padding-top: 33px;
  /* padding: 20px 0px; */
  /* padding: 10px 10px 4px 0px; */
  border-bottom: 1px solid rgb(216, 216, 216);
}
@media (max-width: 450px) {
  .modal-content h2 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.modal-content .enquiry .enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 39px;
}
@media (max-width: 1650px) {
  .modal-content .enquiry .enquiry-form {
    gap: 25px;
    padding: 30px 39px;
  }
}
@media (max-width: 1550px) {
  .modal-content .enquiry .enquiry-form {
    padding: 22px 20px;
  }
}
@media (max-width: 1450px) {
  .modal-content .enquiry .enquiry-form {
    padding: 21px 39px;
  }
}
@media (max-width: 1200px) {
  .modal-content .enquiry .enquiry-form {
    padding: 21px 22px;
  }
}
@media (max-width: 1100px) {
  .modal-content .enquiry .enquiry-form {
    padding: 20px 21px;
  }
}
@media (max-width: 500px) {
  .modal-content .enquiry .enquiry-form {
    padding: 10px 13px;
  }
}
@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form {
    padding: 10px 13px;
    gap: 10px;
  }
}
.modal-content .enquiry .enquiry-form .error-message {
  color: rgb(255, 0, 0);
  font-size: 13px;
  text-align: center;
  padding-left: 20px;
}
.modal-content .enquiry .enquiry-form .forminput {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 25px;
}
@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .forminput {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .forminput {
    gap: 10px;
  }
}
.modal-content .enquiry .enquiry-form .forminput input {
  padding: 20px 15px;
  width: 100%;
  border-radius: 29px;
  border: 1px solid #ff5c06;
  background: transparent;
  text-align: center;
  outline: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
  color: #9A9393;
}
@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .forminput input {
    padding: 15px 15px;
  }
}
@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .forminput input {
    padding: 13px 15px;
  }
}
.modal-content .enquiry .enquiry-form .buttoninput {
  text-align: center;
}
.modal-content .enquiry .enquiry-form .buttoninput button {
  padding: 20px 80px;
  /* width: 100%; */
  border-radius: 29px;
  border: none;
  background-color: #ff5c06;
  color: #ffffff;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
}
@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .buttoninput button {
    padding: 15px 80px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .buttoninput button {
    padding: 13px 45px;
  }
}

.close-btn {
  position: absolute;
  top: 42px;
  right: 70px;
  font-size: 34px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .close-btn {
    top: 25px;
    right: 36px;
    font-size: 28px;
  }
}

.home-section {
  padding: 2% 3%;
  position: relative;
}
.home-section .header {
  display: flex;
  justify-content: end;
  padding: 26px;
  padding-right: 10%;
  gap: 10%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1700px) {
  .home-section .header {
    padding: 20px;
    padding-right: 4%;
    gap: 5%;
  }
}
@media (max-width: 1300px) {
  .home-section .header {
    padding-right: 0%;
    gap: 3%;
  }
}
@media (max-width: 1200px) {
  .home-section .header {
    gap: 2%;
  }
}
@media (max-width: 998px) {
  .home-section .header {
    display: none;
  }
}
.home-section .header .navbar {
  display: flex;
  gap: 5rem;
  font-weight: 500;
  font-size: 17.4684px;
  color: #767676;
}
@media (max-width: 1500px) {
  .home-section .header .navbar {
    gap: 3rem;
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .home-section .header .navbar {
    gap: 2rem;
  }
}
.home-section .header .navbar .active {
  border-bottom: 3px solid #FF7D39;
  padding: 8px 28px;
  font-style: normal;
  font-weight: 500;
  font-size: 17.4684px;
  line-height: 15px;
  color: #FF7D39;
}
.home-section .menu-toggle {
  position: absolute;
  top: 11%;
  right: 5%;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
  border: none;
  background: none;
}
@media (max-width: 998px) {
  .home-section .menu-toggle {
    display: block;
    top: 5%;
  }
}
.home-section .menu-toggle span {
  background: black;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.home-section .menu-toggle span:nth-of-type(3) {
  top: 22px;
}
.home-section .menu-toggle span:nth-of-type(2) {
  top: 11px;
}
.home-section .side-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  transition: width 0.3s ease;
}
.home-section .side-menu-overlay .side-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #f86d1d;
  width: 250px;
  height: 100%;
  padding: 57px 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.home-section .side-menu-overlay .side-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 190px;
  align-self: flex-start;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.home-section .side-menu-overlay .side-menu .nav-link {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
.home-section .side-menu-overlay.open {
  width: 100%;
}
.home-section .side-menu-overlay.open .side-menu {
  transform: translateX(0);
}
.home-section .booking-enquiry {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 2%;
  margin-top: -4%;
  align-items: center;
}
@media (max-width: 998px) {
  .home-section .booking-enquiry {
    padding: 5% 0%;
    margin-top: 0%;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .home-section .booking-enquiry {
    padding: 0% 0%;
  }
}
.home-section .booking-enquiry .hand-img {
  position: absolute;
  z-index: 5;
  left: 28%;
  top: 69%;
  transform: translate(-50%, -50%);
}
.home-section .booking-enquiry .booking-section {
  background-image: url("../images/Union.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 3% 4%;
  position: relative;
  /* justify-content: space-evenly; */
  /* padding: 0% 0%; */
  /* padding-top: 9%; */
}
@media (max-width: 998px) {
  .home-section .booking-enquiry .booking-section {
    background-size: contain;
  }
}
@media (max-width: 500px) {
  .home-section .booking-enquiry .booking-section {
    margin: 0 0px;
    margin-top: 3rem;
  }
}
.home-section .booking-enquiry .booking-section .button-demo {
  background: none;
  border: none;
  background-image: url("../images/democrm.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 140px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 1550px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 24px 100px;
  }
}
@media (max-width: 1300px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 18px 80px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 19px 79px;
  }
}
@media (max-width: 1100px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 13px 57px;
    font-size: 19.5px;
  }
}
@media (max-width: 650px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .home-section .booking-enquiry .booking-section .button-demo {
    padding: 6px 23px;
    font-size: 15.5px;
  }
}
.home-section .booking-enquiry .booking-section .lap-img {
  display: flex;
  justify-content: center;
  padding-top: 9%;
}
@media (max-width: 1700px) {
  .home-section .booking-enquiry .booking-section .lap-img {
    padding-top: 5%;
  }
}
@media (max-width: 1560px) {
  .home-section .booking-enquiry .booking-section .lap-img {
    width: 90%;
  }
}
@media (max-width: 1360px) {
  .home-section .booking-enquiry .booking-section .lap-img {
    padding-top: 2%;
  }
  .home-section .booking-enquiry .booking-section .lap-img img {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .booking-section .lap-img img {
    width: 61%;
  }
}
@media (max-width: 998px) {
  .home-section .booking-enquiry .booking-section .lap-img {
    padding-top: 4%;
  }
}
@media (max-width: 870px) {
  .home-section .booking-enquiry .booking-section .lap-img {
    padding-top: 2%;
  }
}
.home-section .booking-enquiry .booking-section .book-text {
  text-align: right;
  padding-bottom: 18%;
  padding-right: 8%;
  padding-top: 5%;
}
@media (max-width: 1800px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-top: 0%;
  }
}
@media (max-width: 1400px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-top: 0%;
    padding-right: 1%;
  }
}
@media (max-width: 1349px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-top: 0%;
  }
}
@media (max-width: 998px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-top: 0%;
    padding-right: 1%;
  }
}
@media (max-width: 766px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-bottom: 15%;
  }
}
@media (max-width: 500px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-top: 0%;
    padding-bottom: 9%;
    margin-bottom: 0%;
  }
}
@media (max-width: 466px) {
  .home-section .booking-enquiry .booking-section .book-text {
    padding-bottom: 12%;
  }
}
.home-section .booking-enquiry .booking-section .book-text h2 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 34.8581px;
  line-height: 41px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 32.8581px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 30.8581px;
  }
}
@media (max-width: 767px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 30.8581px;
  }
}
@media (max-width: 650px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 26.8581px;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 19.8581px;
    line-height: 27px;
  }
}
@media (max-width: 400px) {
  .home-section .booking-enquiry .booking-section .book-text h2 {
    font-size: 16.8581px;
    line-height: 20px;
  }
}
.home-section .booking-enquiry .booking-section .book-text h3 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 28.7592px;
  line-height: 41px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 25.7592px;
    line-height: 29px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 22.7592px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 23.7592px;
    line-height: 23px;
  }
}
@media (max-width: 650px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 20.7592px;
    line-height: 21px;
  }
}
@media (max-width: 550px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 15.7592px;
    line-height: 17px;
  }
}
@media (max-width: 475px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 14.7592px;
    line-height: 13px;
  }
}
@media (max-width: 400px) {
  .home-section .booking-enquiry .booking-section .book-text h3 {
    font-size: 13.7592px;
    line-height: 7px;
  }
}
.home-section .booking-enquiry .enquiry-section {
  padding: 20px 30px;
  /* width: 100%; */
  /* max-width: 400px;
  margin: auto; */
  background-image: url("../images/formbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
}
@media (max-width: 1750px) {
  .home-section .booking-enquiry .enquiry-section {
    padding: 16px 30px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .enquiry-section {
    padding: 2px 20px;
  }
}
@media (max-width: 1100px) {
  .home-section .booking-enquiry .enquiry-section {
    padding: 2px 20px;
  }
}
@media (max-width: 998px) {
  .home-section .booking-enquiry .enquiry-section {
    margin: 0 34px;
    background-size: cover;
    height: 100%;
    padding: 6% 30px;
    border-radius: 60px;
  }
}
.home-section .booking-enquiry .enquiry-section .enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 39px;
}
@media (max-width: 1650px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    gap: 15px;
    padding: 30px 39px;
  }
}
@media (max-width: 1550px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    padding: 22px 20px;
  }
}
@media (max-width: 1450px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    gap: 10px;
    padding: 21px 39px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    padding: 21px 22px;
  }
}
@media (max-width: 1100px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    padding: 20px 21px;
  }
}
@media (max-width: 500px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form {
    padding: 10px 2px;
  }
}
.home-section .booking-enquiry .enquiry-section .enquiry-form .error-message {
  color: rgb(255, 0, 0);
  font-size: 13px;
  text-align: center;
}
.home-section .booking-enquiry .enquiry-section .enquiry-form .my-swal-button {
  background-color: #ff5a1f !important;
  color: white !important;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}
.home-section .booking-enquiry .enquiry-section .enquiry-form input {
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  background: transparent;
  text-align: center;
  outline: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
  color: #9A9393;
}
@media (max-width: 1650px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form input {
    padding: 20px 20px;
  }
}
@media (max-width: 1550px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form input {
    padding: 20px 20px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form input {
    padding: 17px 20px;
  }
}
@media (max-width: 1100px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form input {
    padding: 13px 2px;
    font-size: 16.2683px;
  }
}
.home-section .booking-enquiry .enquiry-section .enquiry-form button {
  padding: 25px 20px;
  border-radius: 40px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
}
@media (max-width: 1650px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form button {
    padding: 20px 20px;
  }
}
@media (max-width: 1550px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form button {
    padding: 20px 20px;
  }
}
@media (max-width: 1200px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form button {
    padding: 17px 20px;
  }
}
@media (max-width: 1100px) {
  .home-section .booking-enquiry .enquiry-section .enquiry-form button {
    padding: 13px 2px;
  }
}

.crm-hero {
  padding: 2% 5%;
}
@media (max-width: 500px) {
  .crm-hero {
    padding-top: 9%;
  }
}
.crm-hero .hero-div {
  padding: 0px 0px;
}
.crm-hero .hero-div .hero-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1200px) {
  .crm-hero .hero-div .hero-text {
    grid-template-columns: repeat(1, 1fr);
  }
}
.crm-hero .hero-div .hero-text .left-text .tagline {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20.01px;
  color: #363636;
}
@media (max-width: 1500px) {
  .crm-hero .hero-div .hero-text .left-text .tagline {
    font-size: 19.4px;
  }
}
.crm-hero .hero-div .hero-text .left-text .main-heading {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 58.646px;
  line-height: 72px;
  color: #000000;
}
@media (max-width: 1500px) {
  .crm-hero .hero-div .hero-text .left-text .main-heading {
    font-size: 52.646px;
    line-height: 65px;
  }
  .crm-hero .hero-div .hero-text .left-text .main-heading br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .crm-hero .hero-div .hero-text .left-text .main-heading {
    font-size: 48.646px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .crm-hero .hero-div .hero-text .left-text .main-heading {
    font-size: 45.646px;
    line-height: 55px;
  }
}
@media (max-width: 567px) {
  .crm-hero .hero-div .hero-text .left-text .main-heading {
    font-size: 36.646px;
    line-height: 46px;
  }
}
.crm-hero .hero-div .hero-text .right-text {
  padding: 0% 0%;
}
.crm-hero .hero-div .hero-text .right-text .description {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20.4px;
  color: rgba(0, 0, 0, 0.63);
}
@media (max-width: 1500px) {
  .crm-hero .hero-div .hero-text .right-text .description {
    font-size: 19.4px;
  }
}
@media (max-width: 767px) {
  .crm-hero .hero-div .hero-text .right-text .description {
    font-size: 18.4px;
  }
}
@media (max-width: 567px) {
  .crm-hero .hero-div .hero-text .right-text .description {
    font-size: 17.4px;
  }
}
.crm-hero .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-top: 53px;
}
@media (max-width: 1200px) {
  .crm-hero .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.crm-hero .content .left-content {
  display: flex;
  /* justify-content: space-between; */
  position: relative;
  width: 100%;
  gap: 10px;
}
@media (max-width: 778px) {
  .crm-hero .content .left-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.crm-hero .content .left-content .image-content {
  width: 100%;
}
.crm-hero .content .left-content .image-content .image-link {
  padding: 44px 46px;
  position: absolute;
  /* width: 484px; */
  /* height: 211px; */
  left: 59%;
  top: 60%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3.46842px 52.0263px rgba(0, 0, 0, 0.03);
  border-radius: 26.0132px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1650px) {
  .crm-hero .content .left-content .image-content .image-link {
    padding: 21px 30px;
  }
  .crm-hero .content .left-content .image-content .image-link br {
    display: none;
  }
}
@media (max-width: 1360px) {
  .crm-hero .content .left-content .image-content .image-link {
    display: none;
  }
}
.crm-hero .content .left-content .image-content .image-link h2 {
  font-weight: 400;
  font-size: 21.2114px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.63);
}
.crm-hero .content .left-content .image-content .image-link .crm-link {
  color: #FF5C06;
  text-decoration: none;
  font-size: 26px;
}
.crm-hero .content .left-content .info-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.crm-hero .content .left-content .info-card .info-title {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20.8105px;
  line-height: 31px;
  padding: 41px 92px;
  color: #000000;
  margin-bottom: 0px !important;
}
@media (max-width: 1560px) {
  .crm-hero .content .left-content .info-card .info-title {
    padding: 0px 33px;
  }
  .crm-hero .content .left-content .info-card .info-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .crm-hero .content .left-content .info-card .info-title {
    padding: 0px 12px;
  }
}
.crm-hero .content .left-content .info-card .image-link {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3.46842px 52.0263px rgba(0, 0, 0, 0.03);
  border-radius: 26.0132px;
  padding: 39px 46px;
}
@media (max-width: 1360px) {
  .crm-hero .content .left-content .info-card .image-link {
    display: block;
  }
}
.crm-hero .content .left-content .info-card .image-link p {
  font-weight: 400;
  font-size: 19.2114px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.63);
}
.crm-hero .content .left-content .info-card .image-link .crm-link {
  color: #FF5C06;
  text-decoration: none;
  font-size: 22px;
}
.crm-hero .content .right {
  margin-top: -13%;
}
@media (max-width: 1200px) {
  .crm-hero .content .right {
    margin-top: 0%;
  }
}
.crm-hero .content .right .features-box {
  background: #ff5a00;
  color: white;
  border-radius: 25px;
  padding: 45px 25px;
  margin-bottom: 20px;
}
.crm-hero .content .right .features-box ul {
  /* list-style: none; */
}
.crm-hero .content .right .features-box ul li {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 18.63px;
  line-height: 33px;
  color: #FFFFFF;
}
.crm-hero .content .right .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
  align-items: flex-end;
}
.crm-hero .content .right .buttonall {
  padding: 6px 18px;
  border: 1px solid #0c0c0c;
  border-radius: 25px;
  background: none;
  cursor: pointer;
  font-size: 14px;
}
.crm-hero .content .right .btn-a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.crm-hero .content .right .arrow-btn {
  border: 1px solid #0c0c0c;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  padding: 10px;
  margin-left: 20px;
}

.roles-section {
  background-position: center 55%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/bg-crm.png);
}
.roles-section .desktop {
  text-align: center;
  padding: 3%;
}
.roles-section .collaborate {
  padding: 50px 44px 10px;
  position: relative;
}
.roles-section .collaborate .collab-right {
  position: absolute;
  left: 89%;
  top: 22%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .roles-section .collaborate .collab-right {
    left: 88%;
    top: 27%;
  }
}
@media (max-width: 998px) {
  .roles-section .collaborate .collab-right {
    display: none;
  }
}
@media (max-width: 500px) {
  .roles-section .collaborate .collab-right {
    padding: 20px 10px 10px;
  }
}
.roles-section .collaborate .collab-right .collab-text {
  display: flex;
  justify-content: space-between;
  gap: 51px;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 1300px) {
  .roles-section .collaborate .collab-right .collab-text {
    gap: 16px;
    padding-bottom: 8px;
  }
}
.roles-section .collaborate .collab-right .collab-text h2 {
  font-weight: 400;
  font-size: 20.5263px;
  line-height: 26px;
  color: #055156;
}
@media (max-width: 1300px) {
  .roles-section .collaborate .collab-right .collab-text h2 {
    font-size: 18.5263px;
  }
}
.roles-section .collaborate .collab-right .collab-text h3 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 65.2842px;
  line-height: 26px;
  color: #055156;
}
@media (max-width: 1300px) {
  .roles-section .collaborate .collab-right .collab-text h3 {
    font-size: 60.2842px;
  }
}
.roles-section .collaborate .collab-right p {
  font-weight: 400;
  font-size: 15.8211px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.63);
}
@media (max-width: 1300px) {
  .roles-section .collaborate .collab-right p {
    font-size: 14.8211px;
    line-height: 24px;
  }
}
.roles-section .collaborate .collab-left {
  position: absolute;
  left: 14%;
  top: 87%;
  transform: translate(-50%, -50%);
  background-color: #ff5a00;
  border-radius: 21.3px;
  padding: 38px 36px;
  display: flex;
  gap: 46px;
}
@media (max-width: 1600px) {
  .roles-section .collaborate .collab-left {
    padding: 25px 17px;
    gap: 25px;
  }
}
@media (max-width: 1500px) {
  .roles-section .collaborate .collab-left {
    position: absolute;
    left: 15%;
    top: 86%;
    transform: translate(-50%, -50%);
    background-color: #ff5a00;
    border-radius: 21.3px;
    padding: 20px 17px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }
}
@media (max-width: 1200px) {
  .roles-section .collaborate .collab-left {
    gap: 11px;
    padding: 15px 9px;
  }
}
@media (max-width: 998px) {
  .roles-section .collaborate .collab-left {
    display: none;
  }
}
.roles-section .collaborate .collab-left .collab-lefttext h2 {
  font-weight: 400;
  font-size: 18.8211px;
  padding-bottom: 13px;
  color: #FFFFFF;
}
@media (max-width: 1500px) {
  .roles-section .collaborate .collab-left .collab-lefttext h2 {
    font-weight: 400;
    font-size: 16.8211px;
    padding-bottom: 0px;
    color: #FFFFFF;
  }
}
@media (max-width: 1200px) {
  .roles-section .collaborate .collab-left .collab-lefttext h2 {
    font-size: 15px;
  }
}
.roles-section .collaborate .collab-left p {
  font-weight: 400;
  font-size: 18.8211px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 1500px) {
  .roles-section .collaborate .collab-left p {
    font-weight: 400;
    font-size: 14.8211px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.63);
  }
}
@media (max-width: 1200px) {
  .roles-section .collaborate .collab-left p {
    font-size: 13px;
  }
}

.collab-both {
  display: none;
}
@media (max-width: 998px) {
  .collab-both {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 44px;
    padding-top: 20px;
    gap: 25px;
  }
}
@media (max-width: 998px) and (max-width: 767px) {
  .collab-both {
    flex-direction: column;
    gap: 35px;
  }
}
.collab-both .collab-rightb .collab-text {
  display: flex;
  gap: 25px;
  padding-bottom: 8px;
  align-items: center;
}
@media (max-width: 100px) {
  .collab-both .collab-rightb .collab-text {
    gap: 16px;
    padding-bottom: 8px;
  }
}
.collab-both .collab-rightb .collab-text h2 {
  font-weight: 400;
  font-size: 18.5263px;
  line-height: 26px;
  color: #055156;
}
@media (max-width: 100px) {
  .collab-both .collab-rightb .collab-text h2 {
    font-size: 18.5263px;
  }
}
.collab-both .collab-rightb h3 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 60.2842px;
  line-height: 26px;
  color: #055156;
}
@media (max-width: 100px) {
  .collab-both .collab-rightb h3 {
    font-size: 60.2842px;
  }
}
.collab-both p {
  font-weight: 400;
  font-size: 14.8211px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.63);
}
@media (max-width: 768px) {
  .collab-both p {
    font-size: 14.8211px;
    line-height: 24px;
  }
}
.collab-both .collab-leftb {
  background-color: #ff5a00;
  border-radius: 21.3px;
  padding: 20px 17px;
  display: flex;
  gap: 25px;
}
.collab-both .collab-leftb .collab-lefttext h2 {
  font-weight: 400;
  font-size: 18.8211px;
  padding-bottom: 13px;
  color: #FFFFFF;
}
.collab-both .collab-leftb .collab-lefttext p {
  font-weight: 400;
  font-size: 17.8211px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.63);
}

.workspace-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 3%;
  padding-left: 2%;
}
@media (max-width: 1200px) {
  .workspace-section {
    padding-left: 4%;
  }
}
@media (max-width: 998px) {
  .workspace-section {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 5%;
  }
}
@media (max-width: 778px) {
  .workspace-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 778px) {
  .workspace-section .workspace-left {
    text-align: center;
  }
}
.workspace-section .workspace-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 1200px) {
  .workspace-section .workspace-center {
    padding-top: 0px;
  }
}
@media (max-width: 778px) {
  .workspace-section .workspace-center {
    padding-top: 20px;
  }
}
.workspace-section .workspace-center .progress-content-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .workspace-section .workspace-center .progress-content-wrapper {
    gap: 20px;
  }
}
.workspace-section .workspace-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.workspace-section .workspace-center ul li {
  font-size: 25px;
  padding-bottom: 39px;
}
.workspace-section .workspace-center .head {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 15.9192px;
  line-height: 26px;
  color: #464646;
}
.workspace-section .workspace-center .para {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 15.9192px;
  line-height: 26px;
  color: #464646;
}
.workspace-section .workspace-center .vertical-progress {
  position: relative;
  width: 20px;
  height: 300px;
  margin-top: 6px;
}
.workspace-section .workspace-center .vertical-progress .progress-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #444 0%, #888 40%, #eee 100%);
}
.workspace-section .workspace-center .vertical-progress .progress-dot {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  transform: translateX(-50%);
}
.workspace-section .workspace-center .vertical-progress .dot-top {
  top: 0;
}
.workspace-section .workspace-center .vertical-progress .dot-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.workspace-section .workspace-center .vertical-progress .dot-bottom {
  bottom: 0;
}
.workspace-section .workspace-right {
  display: flex;
  justify-content: end;
}
@media (max-width: 778px) {
  .workspace-section .workspace-right {
    justify-content: center;
  }
}

.features-section {
  padding: 0% 10%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .features-section {
    padding: 0% 6%;
  }
}
.features-section .features-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 992px) {
  .features-section .features-left {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .features-section .features-left {
    gap: 10px;
  }
}
.features-section .features-left .badge {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1e1e2f;
  padding: 11px 16px;
  border-radius: 9999px;
}
.features-section .features-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  text-align: justify;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
.features-section .features-left h2 {
  font-weight: 500;
  font-size: 52px;
  line-height: 130%;
  padding-top: 20px;
  color: #233037;
}
@media (max-width: 1300px) {
  .features-section .features-left h2 br {
    display: none;
  }
}
@media (max-width: 1300px) and (max-width: 500px) {
  .features-section .features-left h2 {
    font-size: 40px;
  }
}
.features-section .features-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .features-section .features-list {
    flex-direction: column;
  }
}
.features-section .features-list .feature-items {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media (max-width: 992px) {
  .features-section .features-list .feature-items {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .features-section .features-list .feature-items {
    gap: 15px;
  }
}
.features-section .features-list .feature-item {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.features-section .features-list .text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FF5C06;
}
@media (max-width: 767px) {
  .features-section .features-list .text h3 {
    font-size: 28px !important;
  }
}
.features-section .features-list .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}

.benefits-section {
  text-align: center;
  padding: 42px 20px 20px;
}
.benefits-section .section-header .label {
  display: inline-block;
  background-color: #ff5a00;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.benefits-section .section-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.benefits-section .section-header p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

.benefits-img-div {
  background-image: url("../images/xperience-bg.png");
  /* background-size: cover; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 10%;
  position: relative;
  text-align: center;
}
@media (max-width: 992px) {
  .benefits-img-div {
    padding: 0px 40px;
    background: none;
  }
}
.benefits-img-div .benifit-card {
  display: flex;
  gap: 5px;
  justify-content: space-around;
  padding-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 784px) {
  .benefits-img-div .benifit-card {
    gap: 20px;
  }
}
.benefits-img-div #card-left {
  position: absolute;
  right: 68%;
  top: 26%;
}
@media (max-width: 1200px) {
  .benefits-img-div #card-left {
    position: unset;
  }
}
.benefits-img-div #card-right {
  position: absolute;
  left: 69%;
  top: 27%;
}
@media (max-width: 1200px) {
  .benefits-img-div #card-right {
    position: unset;
  }
}
.benefits-img-div .sales-card {
  background-color: #055156;
  padding: 20px 30px;
  border-radius: 22.7px;
  text-align: center;
  max-width: 350px;
}
.benefits-img-div .sales-card h4 {
  font-size: 16.65px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
}
.benefits-img-div .sales-card p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23.2px;
  color: white;
  margin: 0px;
}

.kpi-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* text-align: center; */
  padding: 65px 60px;
}
@media (max-width: 998px) {
  .kpi-section {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding-bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .kpi-section {
    column-gap: 20px;
  }
}
.kpi-section .kpi-item h2 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  color: #000000;
}
@media (max-width: 500px) {
  .kpi-section .kpi-item h2 {
    font-size: 30px;
  }
}
.kpi-section .kpi-item p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}
@media (max-width: 768px) {
  .kpi-section {
    flex-direction: column;
  }
  .kpi-section .kpi-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

.crm-benefits-section {
  padding: 60px 80px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .crm-benefits-section {
    padding: 36px 49px;
  }
}
@media (max-width: 698px) {
  .crm-benefits-section {
    padding: 36px 34px;
  }
}
.crm-benefits-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .crm-benefits-section .section-header {
    margin-bottom: 0px;
  }
}
.crm-benefits-section .section-header h2 {
  font-weight: 300;
  font-size: 49.47px;
  line-height: 59px;
  color: #000000;
}
@media (max-width: 868px) {
  .crm-benefits-section .section-header h2 {
    font-size: 40.47px;
    line-height: 48px;
  }
  .crm-benefits-section .section-header h2 br {
    display: none;
  }
}
.crm-benefits-section .section-header .subtext {
  max-width: 438px;
  font-weight: 300;
  font-size: 18.3766px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.63);
}
.crm-benefits-section .card-container {
  padding: 25px 0px;
}
.crm-benefits-section .card-container .row {
  gap: 20px;
}
@media (max-width: 1400px) {
  .crm-benefits-section .card-container .row {
    gap: 0px;
  }
}
@media (max-width: 1200px) {
  .crm-benefits-section .card-container .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
}
@media (max-width: 880px) {
  .crm-benefits-section .card-container .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 7rem;
  }
}
@media (max-width: 767px) {
  .crm-benefits-section .card-container .row {
    margin: 0 5rem;
  }
}
@media (max-width: 667px) {
  .crm-benefits-section .card-container .row {
    margin: 0 2rem;
  }
}
@media (max-width: 550px) {
  .crm-benefits-section .card-container .row {
    margin: 0 0rem;
  }
}
.crm-benefits-section .card-container .benefit-card {
  padding: 61px 72px;
  text-align: center;
}
@media (max-width: 1700px) {
  .crm-benefits-section .card-container .benefit-card {
    padding: 61px 30px;
  }
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .benefit-card {
    padding: 15px 7px;
  }
}
.crm-benefits-section .card-container .benefit-card.orange {
  background-image: url("../images/Background-orange.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  height: 100%;
}
.crm-benefits-section .card-container .benefit-card.dark {
  background-image: url("../images/Background-dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  height: 100%;
}
@media (max-width: 880px) {
  .crm-benefits-section .card-container .benefit-card #dark-para {
    padding: 23px 43px;
  }
}
.crm-benefits-section .card-container .benefit-card .icon-box {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .benefit-card {
    margin-bottom: 7px;
  }
}
.crm-benefits-section .card-container .benefit-card h3 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 17.2368px;
  color: #FFFFFF;
  padding: 25px 0px;
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .benefit-card h3 {
    padding: 8px 0px;
  }
}
.crm-benefits-section .card-container .benefit-card p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 16.79px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  padding: 3px 43px;
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .benefit-card p {
    font-size: 14.79px;
    line-height: 34px;
    padding: 23px 43px;
  }
}
.crm-benefits-section .card-container .benefit-card .bottom-row {
  margin-top: 25%;
}
@media (max-width: 1300px) {
  .crm-benefits-section .card-container .benefit-card .bottom-row {
    margin-top: 18%;
  }
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .benefit-card .bottom-row {
    margin-top: 13%;
    padding-left: 22%;
  }
}
.crm-benefits-section .card-container .benefit-card .bottom-row .learn-link {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.crm-benefits-section .card-container .orange-card {
  position: relative;
}
.crm-benefits-section .card-container .orange-card .position-angleButton,
.crm-benefits-section .card-container .orange-card .position-angleButtondark {
  position: absolute;
  border: none;
  padding: 36px 36px;
  border-radius: 17.24px;
  left: 12px;
  bottom: 1px;
}
.crm-benefits-section .card-container .orange-card .position-angleButton img,
.crm-benefits-section .card-container .orange-card .position-angleButtondark img {
  width: 27px;
}
@media (max-width: 1300px) {
  .crm-benefits-section .card-container .orange-card .position-angleButton,
  .crm-benefits-section .card-container .orange-card .position-angleButtondark {
    padding: 33px 33px;
  }
}
@media (max-width: 450px) {
  .crm-benefits-section .card-container .orange-card .position-angleButton,
  .crm-benefits-section .card-container .orange-card .position-angleButtondark {
    padding: 22px 22px;
  }
}
.crm-benefits-section .card-container .orange-card .position-angleButton {
  background-color: #ff5a1f;
}
.crm-benefits-section .card-container .orange-card .position-angleButtondark {
  background-color: #1e2a36;
}

.testimonial-section {
  display: flex;
  flex-direction: column;
  background-color: #1e2a30;
  padding: 80px 127px;
}
@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 60px;
  }
}
.testimonial-section .testimonial-top .badge {
  background-color: #FF5C06;
  padding: 10px 16px;
  border-radius: 105.14px;
  /* display: inline-block; */
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16.8222px;
  text-align: center;
  border: none;
  text-transform: capitalize;
  color: #FFFFFF;
}
.testimonial-section .testimonial-top h2 {
  font-weight: 500;
  font-size: 54.6721px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FF5C06;
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-top h2 {
    font-size: 43.6721px;
  }
}
.testimonial-section .testimonial-top .subheading {
  font-weight: 200;
  font-size: 18.925px;
  line-height: 170%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
.testimonial-section .testimonial-line {
  display: flex;
  justify-content: center;
}
.testimonial-section .testimonial-block {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 60px;
  justify-content: space-between;
  /* max-width: 103%; */
  padding-top: 59px;
  gap: 20px;
}
@media (max-width: 998px) {
  .testimonial-section .testimonial-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonial-section .testimonial-block .stat {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.testimonial-section .testimonial-block .stat .sixfive {
  margin-bottom: -2px;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 84.111px;
  line-height: 120%;
  /* identical to box height, or 101px */
  letter-spacing: -0.02em;
  text-transform: capitalize;
  background: linear-gradient(92.57deg, #FFFFFF 23.83%, #DDC3A5 107.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.testimonial-section .testimonial-block .stat p {
  font-weight: 400;
  font-size: 18.925px;
  line-height: 140%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 998px) {
  .testimonial-section .testimonial-block .stat p {
    font-size: 17.925px;
  }
}
.testimonial-section .testimonial-block .content {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-block .content {
    gap: 15px;
  }
}
@media (max-width: 508px) {
  .testimonial-section .testimonial-block .content {
    gap: 5px;
  }
}
.testimonial-section .testimonial-block .content .quote {
  font-size: 36px;
  color: #8a8a8a;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-block .content p {
  font-weight: 400;
  font-size: 25.2333px;
  line-height: 170%;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 998px) {
  .testimonial-section .testimonial-block .content p {
    font-size: 23.2333px;
  }
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-block .content p {
    font-size: 19.2333px;
  }
}
.testimonial-section .testimonial-block .content .quote-right {
  padding-top: 20px;
}
.testimonial-section .testimonial-block .content .quote-right .user {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 550px) {
  .testimonial-section .testimonial-block .content .quote-right .user {
    display: block;
  }
}
.testimonial-section .testimonial-block .content .quote-right .user .user-para {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 20px;
}
.testimonial-section .testimonial-block .content .quote-right .user .user-para strong {
  font-weight: 500;
  font-size: 25.2333px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 998px) {
  .testimonial-section .testimonial-block .content .quote-right .user .user-para strong {
    font-size: 23.2333px;
  }
}
.testimonial-section .testimonial-block .content .quote-right .user .user-para p {
  font-weight: 400;
  font-size: 16.8222px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 998px) {
  .testimonial-section .testimonial-block .content .quote-right .user .user-para p {
    font-size: 15.8222px;
  }
}

.footer {
  padding: 60px 91px;
  padding-bottom: 15px;
  background: linear-gradient(145deg, #fff, #f8f8f8);
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 50px;
  }
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 996px) {
  .footer .footer-top {
    gap: 20px;
  }
}
@media (max-width: 467px) {
  .footer .footer-top {
    flex-direction: column;
  }
}
.footer .footer-top .cta-section {
  text-align: left;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 996px) {
  .footer .footer-top .cta-section {
    justify-content: normal;
    gap: 50px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.footer .footer-top .cta-section h2 {
  font-weight: 500;
  font-size: 54.56px;
  line-height: 120%;
  color: #FF5C06;
}
@media (max-width: 767px) {
  .footer .footer-top .cta-section h2 {
    font-size: 46.56px;
    line-height: 118%;
  }
}
.footer .footer-top .cta-section .cta-button {
  background: none;
  font-size: 16.79px;
  font-weight: 500;
  padding: 16.7877px 33.5754px;
  border: 1.04923px solid #000000;
  border-radius: 104.923px;
}
@media (max-width: 767px) {
  .footer .footer-top .cta-section .cta-button {
    font-size: 15px;
    padding: 13.7877px 21.5754px;
  }
}
@media (max-width: 467px) {
  .footer .footer-top .cta-section .cta-button {
    font-size: 14.5px;
    padding: 10.7877px 17.5754px;
  }
}
.footer .footer-top .cta-section .logo {
  margin-top: 40px;
  width: 150px;
}
.footer .footer-top .footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media (max-width: 1175px) {
  .footer .footer-top .footer-links {
    flex-wrap: wrap;
  }
}
.footer .footer-top .footer-links .column {
  min-width: 180px;
}
.footer .footer-top .footer-links .column h4 {
  font-weight: 500;
  font-size: 25.1815px;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 767px) {
  .footer .footer-top .footer-links .column h4 {
    font-size: 24.1815px;
  }
}
.footer .footer-top .footer-links .column ul {
  list-style: none;
  padding: 0;
  padding-top: 14px;
}
.footer .footer-top .footer-links .column ul li {
  margin-bottom: 18px;
}
.footer .footer-top .footer-links .column ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18.8862px;
  line-height: 150%;
  color: #000000;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer .footer-top .footer-links .column ul li a {
    font-size: 17.8862px;
  }
}
.footer .footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
@media (max-width: 1200px) {
  .footer .footer-mid {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer .footer-mid .main-nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-family: "Urbanist", sans-serif;
}
.footer .footer-mid .main-nav .nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1600px) {
  .footer .footer-mid .main-nav .nav-list {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  .footer .footer-mid .main-nav .nav-list {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .footer .footer-mid .main-nav .nav-list {
    gap: 0px;
  }
}
@media (max-width: 510px) {
  .footer .footer-mid .main-nav .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}
.footer .footer-mid .main-nav .nav-list .nav-item a {
  text-decoration: none;
  color: #000;
  font-size: 16.8px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.footer .footer-mid .main-nav .nav-list .nav-item.active a {
  border: 1px solid #000;
  font-weight: 600;
  border-radius: 105px;
  padding: 8px 28px;
}
.footer .footer-mid .social-icons {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1400px) {
  .footer .footer-mid .social-icons {
    gap: 10px;
  }
}
.footer .footer-mid .social-icons a {
  border: 1px solid #5f5f5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  /* transition: 0.3s; */
  padding: 11px;
}
.footer hr {
  border: solid 1px #000;
  opacity: 0.7;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #333;
}
.footer .footer-bottom p {
  font-weight: 400;
  font-size: 16.7962px;
  color: #000000;
}
.footer .footer-bottom .bottom-links {
  display: flex;
  gap: 20px;
}
.footer .footer-bottom .bottom-links a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18.8862px;
  color: #000000;
}

#loading2 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(193, 215, 46, 0.3411764706);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #159279;
  border-top: 6px solid #20cfac;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#overlay1 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  height: 100vh;
}

#progress1 {
  height: 1px;
  background: #ffe7da;
  margin-top: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#progstat1 {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffe7da;
}

#loading-image {
  position: absolute;
  top: 42%;
  right: 50%;
  transform: translate(50%, -50%);
  animation: fadeAnimation 2s infinite;
}

.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 99999999;
  transition: all 0.3s;
  text-decoration: none !important;
}

.tel:hover,
.float:hover {
  opacity: 0.9;
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF5F0C;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

iframe[src*="tawk.to"] {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 999999 !important;
}

/*# sourceMappingURL=style2.css.map */
