.btn-book-now {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 35px;
  color: #000;
  background: transparent;
  border: 1px solid #716eef;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  box-sizing: border-box;
  transition: color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn-book-now:hover {
  color: #e9204f;
  box-shadow: 0 0 10px 3px rgba(233, 32, 79, 0.6);
}

/* Gradient border effect */
.btn-book-now::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(to right, #7d4cd0 0%, #e9204f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 0 15px; /* Spacing between menu items */
}

.menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.click-btn {
  display: flex;
  width: 160px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}

.click-btn:hover {
  cursor: pointer;
}

.section-1-outer {
  padding-left: 120px;
  padding-right: 120px;
}

.section_1_vector::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: url("../images/vector_001.png") no-repeat center center;
  background-size: cover;
  clip-path: polygon(50% 0, 100% 30, 100% 20%, 20% 20%);
}

.vector_content {
  z-index: 10;
  max-width: 70%;
}
.cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s ease;
  box-sizing: border-box;
  background-color: #e9204f;
  border: none; /* Remove default button border */
  border-radius: 5px;
  padding: 10px 20px;
  width: 150px; /* Allow button to adjust size dynamically */
  height: 40px;
  cursor: pointer; /* Show pointer on hover */
}

.cta-button:hover {
  cursor: pointer;
  background-color: #b31a3c; /* Darken background on hover */
  transform: scale(1.05); /* Slight scaling effect on hover */
}

.cta-button:focus {
  outline: 2px solid #ffffff; /* Focus indicator for accessibility */
}

.cta-button > a {
  text-decoration: none; /* Ensure no underline on the link */
}

.section-text-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.section-text-left-content {
  flex: 1;
  padding: 0px;
  color: white;
  font-size: 16px;
  text-align: left;
  align-items: start;
  justify-content: flex-start;
}

.section-text-right-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
}

.section-text-right-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.text_001 {
  padding: 0;
  max-width: 600px;
  border-radius: 4px;
  color: #747474;
}

.text_001 > h1 {
  font-size: 2rem;
  max-width: 100%;
  color: #fefefe;
  margin-bottom: 15px;
}

.text_001 > h1 span {
  background-image: linear-gradient(transparent calc(65% - 5px), #e9204f);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: background-size 0.5s ease;
}

/* .text_001 > h1:hover span {
    background-size: 100% 100%;
} */

.section_1_back_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  margin: 40px 20px;
  right: 0;
  height: 100px;
  overflow: hidden;
}

/* */

.text_002 {
  padding: 0;
  max-width: 100%;
  border-radius: 4px;
  color: #747474;
  opacity: 0.9;
}

.text_002 > h1 {
  font-size: 2rem;
  max-width: 100%;
  color: #fefefe;
  margin-bottom: 5px;
}

.text_002 > h3 {
  font-size: 1rem;
  max-width: 100%;
  color: #fefefe;
  margin: 0px;
}

.section-button-right-content {
  display: flex;
  justify-content: center; /* Center the button within the container */
  align-items: center;
  padding: 10px;
}

.oblique-corner-button {
  display: inline-block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 300px;
  height: 80px;
  margin: 15px 0px;
  background: #e9204f;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 45px),
    calc(100% - 45px) 100%,
    0 100%
  );
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

.oblique-corner-button:hover {
  font-size: 36px;
  background-color: #e9204f;
}

.oblique-corner-button:active {
  background: #000;
  color: #e9204f;
}

.section-result-icon {
  font-size: 100px;
  color: #e9204f;
  background: #fff;
  border-radius: 80%;
  padding: 40px;
  display: inline-block;
  transition: all 0.3s ease;
  height: 180px;
  width: 180px;
}

.section-result-icon:hover {
  color: #fff;
  background: #e9204f;
  cursor: pointer;
}

/*   
.with_you_text {
    padding: 0;
    max-width: 600px;
    border-radius: 4px;
    color: #747474;
} */

.with_you_text > span {
  font-size: 2rem;
  max-width: 100%;
  color: #fefefe;
  margin-bottom: 15px;
}

.with_you_text > span:hover {
  font-size: 2rem;
  max-width: 100%;
  color: #fefefe;
  margin-bottom: 15px;
  background-image: linear-gradient(transparent calc(65% - 5px), #e9204f);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: background-size 0.5s ease;
}

/* Style for the section */
.section_what_we_deliver {
  background-color: #000;
  padding: 40px 0;
}

.section-what_we_deliver_outer .content-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  /* background: url('../images/gradient_1.png') no-repeat center center;
    background-size: cover;
    clip-path: polygon(50% 0, 100% 30, 100% 20%, 20% 20%); */
}

.content-left,
.content-right {
  flex: 1;
  padding: 20px;
}

.content-left h1 {
  font-size: 60px;
  margin-bottom: 40px;
  color: #fff;
}

.content-left p,
.content-right p {
  font-size: 16px;
  line-height: 1.5;
}

/* For smaller screens */
@media (max-width: 768px) {
  .section-outer .content-container {
    flex-direction: column; /* Stack items vertically */
  }

  .content-left,
  .content-right {
    width: 100%;
  }
}

.checklist-container {
  width: 60%;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
  margin-left: 20px;
}

.checkmark {
  color: #e9204f;
  font-size: 24px;
  margin-right: 15px;
}

.checkmark_flyer {
  color: #fff;
  font-size: 24px;
  margin-right: 25px;
}

.btn-style700 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid transparent;
  border-color: #e9204f;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(to right, #000, #62ffec, #62ffb4);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-origin: border-box;
}

.btn-style700::before,
.btn-style700::after {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #e9204f;
  border-radius: 4px;
  border-style: solid;
  transition: all 0.35s;
  content: "";
  z-index: 1;
}

.btn-style700::before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
}

.btn-style700::after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
}

.btn-style700:hover {
  color: #fff;
  /* background: linear-gradient(to right, #62FFB4, #62FFEC); */
  border-color: transparent;
}

.btn-style700:hover::before {
  width: 100%;
  border-width: 1px 0 1px 0;
  cursor: pointer;
}

.btn-style700:hover::after {
  height: 100%;
  border-width: 0 1px 0 1px;
  cursor: pointer;
}

.light_123 {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn-get-started-now {
  display: flex;
  width: 160px;
  height: 40px;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid transparent;
  border-color: #e9204f;
  color: #000;
  border-radius: 20px;
  background: linear-gradient(to right, #000, #62ffec, #62ffb4);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-origin: border-box;
  margin-bottom: 0px;
  padding-left: -5px;
}

.btn-get-started-now::before,
.btn-get-started-now::after {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #e9204f;
  border-radius: 4px;
  border-style: solid;
  transition: all 0.35s;
  content: "";
  z-index: 1;
}

.btn-get-started-now::before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
}

.btn-get-started-now::after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
}

.btn-get-started-now:hover {
  color: #fff;
  /* background: linear-gradient(to right, #62FFB4, #62FFEC); */
  border-color: transparent;
}

.btn-get-started-now:hover::before {
  width: 100%;
  border-width: 1px 0 1px 0;
  cursor: pointer;
}

.btn-get-started-now:hover::after {
  height: 100%;
  border-width: 0 1px 0 1px;
  cursor: pointer;
}
