
p {
  margin-bottom: 8px !important;
  line-height: 1.6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

img {
  margin-bottom: 8px !important;
}

/* Compact section spacing */
.cs_height_150,
.cs_height_141,
.cs_height_145,
.cs_height_140 {
  height: 60px !important;
}

.cs_height_80 {
  height: 40px !important;
}

.cs_height_70 {
  height: 35px !important;
}

.cs_height_50,
.cs_height_45 {
  height: 25px !important;
}

.cs_height_37 {
  height: 20px !important;
}

.cs_height_25 {
  height: 15px !important;
}

.cs_height_16 {
  height: 10px !important;
}

/* Large screen compact spacing */
.cs_height_lg_75,
.cs_height_lg_80,
.cs_height_lg_72,
.cs_height_lg_70 {
  height: 30px !important;
}

.cs_height_lg_50 {
  height: 25px !important;
}

.cs_height_lg_37 {
  height: 20px !important;
}

.cs_height_lg_25 {
  height: 15px !important;
}

.cs_height_lg_15 {
  height: 10px !important;
}

/* Section and content spacing */
section {
  padding: 20px 0 !important;
}

.cs_section_heading {
  margin-bottom: 25px !important;
}

.cs_mb_45 {
  margin-bottom: 20px !important;
}

.cs_mb_28 {
  margin-bottom: 15px !important;
}

.cs_mb_25 {
  margin-bottom: 12px !important;
}

.cs_mb_20,
.cs_mb_19,
.cs_mb_18 {
  margin-bottom: 10px !important;
}

.cs_mb_15,
.cs_mb_12 {
  margin-bottom: 8px !important;
}

.cs_mb_5 {
  margin-bottom: 5px !important;
}

/* Large screen margin adjustments */
.cs_mb_lg_15 {
  margin-bottom: 8px !important;
}

/* Card and content block spacing */
.cs_card,
.cs_iconbox {
  margin-bottom: 15px !important;
}

.cs_iconbox_icon {
  margin-bottom: 15px !important;
}

/* Row gap adjustments */
.cs_gap_y_50,
.cs_row_gap_50 {
  gap: 20px 0 !important;
  row-gap: 20px !important;
}

.cs_gap_y_75 {
  gap: 25px 0 !important;
}

/* Container and wrapper spacing */
.cs_pr_100 {
  padding-right: 40px !important;
}

.cs_pr_110 {
  padding-right: 45px !important;
}

@media only screen and (max-width: 600px) {
  h3 {
    font-size: 18px;
  }

  /* Even more compact on mobile */
  .cs_height_150,
  .cs_height_141,
  .cs_height_145,
  .cs_height_140 {
    height: 30px !important;
  }

  .cs_height_lg_75,
  .cs_height_lg_80,
  .cs_height_lg_72,
  .cs_height_lg_70 {
    height: 20px !important;
  }

  section {
    padding: 15px 0 !important;
  }

  .cs_section_heading {
    margin-bottom: 20px !important;
  }

  .cs_pr_100,
  .cs_pr_110 {
    padding-right: 15px !important;
  }
}

#whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
  background-color: #93531b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  color: #fff;
  font-size: 30px;
}

#whatsapp-icon:hover {
  background-color: #93531b;
}

@media only screen and (max-width: 600px) {
  #whatsapp-icon {
    bottom: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}