/* Custom CSS to reduce spacing between specific sections */

/* Reduce the padding between "The Industry Standard" and "CMS Platforms" sections */
#kali-highlights {
  padding-bottom: 20px !important; /* Reduce bottom padding */
}

#kali-tools {
  padding-top: 20px !important; /* Reduce top padding */
  padding-bottom: 20px !important; /* Reduce bottom padding */
}

#kali-everywhere {
  padding-top: 20px !important; /* Reduce top padding */
  padding-bottom: 20px !important; /* Reduce bottom padding */
}

#desktops-preview {
  padding-top: 20px !important; /* Reduce top padding */
  padding-bottom: 0 !important; /* Remove bottom padding completely */
  margin-bottom: 0 !important; /* Remove bottom margin completely */
}

/* Reduce spacing in the desktops-preview section */
#desktops-preview > div {
  margin-bottom: 20px !important;
}

#desktops-preview > div:last-child {
  margin-bottom: 0 !important;
}

#desktops-preview #dorker-section {
  margin-top: 20px !important;
}

/* Reduce spacing in the pricing section */
#pricing {
  padding-top: 0 !important; /* Remove top padding completely */
  margin-top: 0 !important; /* Remove top margin completely */
}

/* Additional spacing adjustments for the pricing section */
#pricing .integrated-section-title {
  margin-bottom: 20px !important;
}

/* Remove extra space between sections */
#desktops-preview + #pricing {
  margin-top: -20px !important;
}

/* Reduce margins in the kali-everywhere section */
#kali-everywhere > div {
  margin-top: 20px !important;
}

#kali-everywhere figure {
  margin: 20px auto !important;
}

/* Remove extra margin from the figure in kali-highlights */
#kali-highlights figure {
  margin-bottom: 20px !important;
}

/* Reduce margin in the carousel */
#carousel {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

/* Reduce space in the kali-tools section */
#kali-tools > div {
  margin-bottom: 0 !important;
}

/* Adjust spacing for mobile */
@media (max-width: 700px) {
  #kali-highlights {
    padding-bottom: 10px !important;
  }

  #kali-tools {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #kali-everywhere {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #desktops-preview {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #desktops-preview > div {
    margin-bottom: 15px !important;
  }

  #desktops-preview > div:last-child {
    margin-bottom: 0 !important;
  }

  #desktops-preview #dorker-section {
    margin-top: 10px !important;
  }

  #pricing {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  #kali-everywhere > div {
    margin-top: 10px !important;
  }

  #kali-everywhere figure {
    margin: 10px auto !important;
  }

  #kali-highlights figure {
    margin-bottom: 10px !important;
  }

  #carousel {
    padding: 5px 0 !important;
  }
}
