/* Base Styles */
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: "Livvic", sans-serif;
  font-size: 17px;
}

.container {
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.top-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  gap: 50px;
}

.top-logo div a {
  color: #0d6efd;
  text-decoration: underline;
}

.top-logo img {
  max-width: 275px;
  height: auto;
}

.top-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.content {
  display: flex;
  gap: 200px;
}

.left-section,
.right-section {
  flex: 1;
}
.left-section p {
  text-align: justify;
}
h1 {
  font-size: 28px;
  color: #000;
}

.highlight {
  color: #00a2b8;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #00a2b8;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #000;
}

/* Optional hover effect for table rows */
table tr:hover {
  background-color: #00a2b8;
  color: #fff;
}

table tr:hover td {
  color: #fff;
}

.df-btn {
  padding: 0;
  border: none;
  outline: none;
  font-family: "Roboto", "Google Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  border-radius: 24px;
  transition: all 2s linear;
  position: fixed;
  bottom: 50px;
  left: 30px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  align-items: flex-start;
  line-height: 1;
}

.df-btn-text {
  border-radius: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: "center";
  font-weight: 500;
  letter-spacing: 0.25px;
  transition: all 0.08s linear;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  margin-top: 15px;
  background-color: #28a219;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px;
}

.df-svg-icon {
  height: 40px;
  width: 40px;
  fill: white;
}

.df-btn-text:hover {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.df-btn-text-icon-only {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.df-btn-content {
  display: block !important;
  border: 0 !important;
  width: 350px !important;
  transition: all 0.25s ease !important;
  float: right !important;
  opacity: 1 !important;
  margin-bottom: 25px !important;
  border-radius: 12px !important;
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
  background-color: #e5ddd5;
  background-image: url("/assets/wa.jpg");
}

.df-content-topbar {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #2b6cf5;
  min-height: 50px !important;
  border-radius: 12px 12px 0px 0px !important;
  box-sizing: border-box !important;
  padding: 20px 15px !important;
  display: flex !important
;
  align-items: center !important;
}

.df-content-topbar .df-brand-img {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
  margin-right: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.df-content-topbar .df-brand-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.df-content-topbar .df-brand-name {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 1 !important;
  margin-bottom: 5px !important;
}

.df-content-topbar .df-brand-sub {
  color: white !important;
  font-size: 12px !important;
}

.df-cancel-svg-icon {
  height: 12px !important;
  width: 12px !important;
  fill: lightgrey !important;
  cursor: pointer !important;
  margin-right: 8px !important;
  margin-bottom: 15px !important;
}

.df-content-window {
  width: 100% !important;
  min-height: 140px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.df-window-msg-cont {
  width: 75% !important;
  margin: 15px !important;
  background: white !important;
  display: inline-block !important;
  padding: 10px 15px !important;
  border-radius: 0px 8px 8px 8px !important;
  font-size: 14px !important;
  position: relative !important;
}

.df-window-msg-cont:before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  margin-left: -8px !important;
  width: 0 !important;
  height: 0 !important;
  border-bottom: solid 10px transparent !important;
  border-right: solid 8px white !important;
}

.df-window-msg-cont-brandname {
  color: #848484 !important;
  font-weight: 500 !important;
}

.df-window-msg {
  color: black !important;
  margin-top: 6px !important;
  min-width: 160px !important;
  max-width: 250px !important;
  font-family: Roboto !important;
  margin-bottom: 0px !important;
  word-break: break-word !important;
  line-height: 1.4 !important;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.df-window-msg span {
  display: block;
}

.df-content-bottombar {
  position: sticky !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: white !important;
  min-height: 70px !important;
  border-radius: 0px 0px 12px 12px !important;
  box-sizing: border-box !important;
  padding: 20px 25px 10px 25px !important;
}

.df-bottombar-btn {
  width: 100% !important;
  padding: 10px 0px !important;
  border-radius: 50px !important;
  background-color: #2b6cf5;
  display: flex !important
;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
  cursor: pointer !important;
  font-size: 16px;
  text-decoration: none;
}

.df-btn-text-icon-only .wa-text {
  display: none;
}

.df-closed > .df-btn-content {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content {
    flex-direction: column; /* Stack sections vertically */
  }

  .top-logo img {
    max-width: 120px; /* Reduce logo size for smaller screens */
  }

  h1 {
    font-size: 24px; /* Adjust font size */
  }

  h2 {
    font-size: 20px;
  }

  table td {
    font-size: 10px; /* Make table text smaller */
  }
}

@media (max-width: 480px) {
  .container {
    padding: 10px; /* Reduce container padding */
  }

  .top-logo img {
    max-width: 300px; /* Further reduce logo size */
    margin-bottom: 30px;
  }

  h1 {
    font-size: 20px; /* Adjust font size for small screens */
  }

  h2 {
    font-size: 18px;
  }

  table td {
    font-size: 10px;
    padding: 6px 8px; /* Reduce table cell padding */
  }

  .top-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .df-btn-content {
    width: 275px !important;
  }
}

/* Button container centered using Flexbox */
.btn-container {
  display: flex;
  justify-content: center; /* Center buttons horizontally */
  align-items: center; /* Center buttons vertically */
  gap: 20px; /* Space between buttons */
  margin-top: 40px; /* Optional margin for spacing */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

/* Button styles */
.enquiry-btn,
.brochure-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e90ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: auto; /* Adjust to content */
  box-sizing: border-box;
}

.enquiry-btn {
  padding: 13px 20px;
}

/* Add hover effect */
.enquiry-btn:hover,
.brochure-btn:hover {
  background-color: #0c7ac7;
}

/* Responsive Design for Buttons */
@media (max-width: 768px) {
  .enquiry-btn,
  .brochure-btn {
    font-size: 14px; /* Smaller font size for mobile */
    padding: 8px 16px; /* Adjust padding */
    min-width: 185px;
    text-align: center;
  }

  .btn-container {
    gap: 10px; /* Reduce gap between buttons on smaller screens */
  }
}

@media (max-width: 480px) {
  .enquiry-btn,
  .brochure-btn {
    font-size: 12px; /* Even smaller font size for very small screens */
    padding: 6px 12px; /* Adjust padding for small screens */
  }

  .btn-container {
    gap: 5px; /* Reduce gap further */
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: #1c1c1c;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  color: #f1f1f1;
  text-align: left;
}

.popup-content h2 {
  margin-top: 0;
  font-size: 28px;
  color: #2b6cf5;
}

.popup-content p {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 20px;
}

.popup-content form {
  margin: 0;
}

.popup-content label {
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
  color: #ddd;
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #555;
  border-radius: 8px;
  background-color: #2b2b2b;
  color: #eee;
  font-size: 14px;
}

.popup-content input:focus,
.popup-content textarea:focus {
  outline: none;
  border-color: #2b63f5;
  box-shadow: 0 0 5px #2b63f5;
}

.popup-content button {
  background-color: #2b63f5;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.popup-content button:hover {
  background-color: #2b63f5;
}

.close-btn {
  margin-top: 20px;
  background-color: #f44336 !important;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}
ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 20px; /* Adjust for custom bullets */
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #00a2b8; /* Custom color */
}

@media (max-width: 991px) {
  .content {
    flex-direction: column;
    gap: 15px !important;
  }
}

@media (max-width: 768px) {
  .content {
    gap: 15px;
  }
  .btn-container {
    flex-direction: column;
    gap: 15px !important;
  }
}
