.checkout-form-custom {
    background: #ffffff;
    padding: 20px 0;
}

.checkout-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Important for responsiveness */
}

.checkout-field {
    flex: 1;
    min-width: 220px;
}

.checkout-field h4 {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

.chk-field {
    position: relative;
}

.chk-field input,
.chk-field select {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    appearance: none;
}

.chk-field i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

/* Button */
.theme-btn {
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.btn-title {
    line-height: 18px;
    font-weight: 600;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .checkout-form {
        gap: 15px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .checkout-form {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-field,
    .theme-btn {
        width: 100%;
    }

    .theme-btn {
        margin-top: 10px;
    }
}

.custom p, .text {
    --tw-text-opacity: 1;
    color: rgb(67 72 84 / var(--tw-text-opacity));
    line-height: 28px;
    font-size: 16px;
    padding-right: 0;
    padding-top: 0;
    margin: 0px;
}

.custom .social-media {
    display: flex;          /* Horizontal alignment */
    align-items: center;    /* Vertically center text and icons */
    gap: 10px;              /* Space between elements */
    font-size: 16px;        /* Text size */
}

.custom .social-media a {
    color: #333;            /* Icon color */
    font-size: 18px;        /* Icon size */
    transition: color 0.3s;
}

.custom .social-media a:hover {
    color: #007bff;         /* Change color on hover */
}

.checkout-form-custom {
  width: 1189px;

  border-radius: 0.5rem; /* adjust as needed */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  padding-left: 1.25rem;  /* px-9 = 2.25rem */
  padding-right: 1.25rem;
  padding-top: 1.25rem;   /* py-5 = 1.25rem */
  padding-bottom: 1.25rem;
  
 
}
.auto-container-cutom {
    position: static;
    max-width: 1349px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.custom-padding {
  padding-top: 100px;
  margin-bottom: 5rem; /* mb-20 = 5rem = 80px */
}
.container-property {
  max-width: 1536px !important;
}
@media (min-width: 768px) {
  .custom-padding {
    padding-top: 80px;
  }
}
   @media (min-width: 768px) {
    #property {
        column-gap: 3.75rem;
    }
}
.customgrid{
     display: grid;
       row-gap: 2.5rem;
      grid-template-columns: repeat(12, minmax(0, 1fr));

}
.customproperty-class {
  grid-column: span 12 / span 12; /* default: full width */
}

.customproperty-class p {
    --tw-text-opacity: 1;
    color: rgb(67 72 84 / var(--tw-text-opacity));
    line-height: 28px;
    font-size: 16px;
    padding-right: 5.25rem;
    padding-top:0 ;
}


@media (min-width: 768px) {
  .customproperty-class {
    grid-column: span 3 / span 3; /* 3 columns on medium+ */
  }
}

@media (max-width: 768px) {
  .customproperty-class {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.customproperty-column {
  grid-column: span 12;
  position: relative;
}

@media (min-width: 768px) {
  .customproperty-column {
    grid-column: span 8;
  }
}


  .property-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  .property-card:hover {
    transform: translateY(-10px);
  }
  .property-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .badge-custom {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 5px;
  }
  .badge-resort {
    background: #f1f1f1;
    color: #333;
  }
  .badge-new {
    background: #ffecec;
    color: #ff5555;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #1e1e2f;
  }



  .culinary-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFFBF9;
}
.culinary-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.5rem 2.5rem; /* Default gap-y-10 & fallback gap-x */
}

  /* Media query for min-width 768px */
  @media (min-width: 768px) {
    .culinary-grid {
      column-gap: 2.5rem;   /* gap-x-10 = 2.5rem = 40px */
    align-items: stretch; /* items-stretch */
    }
  }

/* Default styles */
.culinary-element {
  grid-column: span 12 / span 12; /* col-span-12 */
  overflow: hidden;               /* overflow-hidden */
  height: 100%;                   /* h-full */
}

@media (min-width: 768px) {
  .culinary-element {
    grid-column: span 4 / span 4; /* min-[768px]:col-span-4 */
  }
}


.bg-center {
    background-position: 50%;
}
.bg-cover {
    background-size: cover;
}

.rounded-lg {
    border-radius: .5rem;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.culinary-column {
  grid-column: span 12 / span 12; /* col-span-12 */
  position: relative;  
}

@media (min-width: 768px) {
  .culinary-column {
     grid-column: span 7 / span 7; /* min-[768px]:col-span-7 */
  }
}

.title {
  margin-bottom: 2rem; /* mb-8 = 2rem */
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 3.75rem; /* md:mb-15 = 3.75rem */
  }
}

@media (max-width: 768px) {
  .title {
    padding-left: 0.5rem;  /* px-2 = 0.5rem left and right */
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .culinary-section {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .culinary-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wellness-clss {
  grid-column: span 12 / span 12;
  overflow: hidden;
  height: 100%;
  order: 2;
}

@media (min-width: 768px) {
  .wellness-clss {
    grid-column: span 4 / span 4;
  }
}

.wellness-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .wellness-section {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .wellness-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.imgfeature {
  object-fit: cover;
  border-radius: 0.375rem; /* rounded-md in Tailwind = 6px = 0.375rem */
  width: 100%;
}
.duration-500 {
    transition-duration: .5s;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

@media (max-width: 768px) {
  .px-2 {
    padding: 0 0.5rem;
  }
}
/* Default state: hidden */
.custtext {
  display: none;
  column-gap: 0.5rem;
  align-items: center;
}

/* Show as flex on medium screens and up */
@media (min-width: 768px) {
  .custtext {
    display: flex;
  }
}
.tags {
      color: black;
    text-transform: capitalize;
   display: inline-block;

    font-size: 11px;
    margin-top: 28px;
    font-weight: 100;
    border: 1px solid #434854;
    background-color: rgb(0 0 0 / 0%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 9999px;
    justify-self: center;
    align-items: center;
    width: auto;
    transition: all 300ms;
}

.tags:hover {
  background-color: black; /* group-hover:bg-black */
  color: white; /* group-hover:text-white */
  border-color: white; /* group-hover:border-white */
}
.custom_property  .open {
     color: red;
    text-transform: capitalize;
    display: inline-block;
    font-size: 11px;
    margin-top: 28px;
    font-weight: 200;
    border: 1px solid red;
    background-color: rgb(255 255 255 / 0%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: auto;
    transition: all 0.3s ease;
}

.custom_property  .open:hover {
  background-color: red;         /* group-hover:bg-red */
  color: white;                  /* group-hover:text-white */
  border-color: white;           /* group-hover:border-white */
}

.swiperbutton {
  position: absolute;
  height: 1.25rem;            /* h-5 = 1.25rem */
  bottom: 23px;               /* bottom-[23px] */
  top: 35%;                   /* top-[35%] */
  transform: translateY(-50%);/* translate-y-[-50%] */
  left: 0px;                  /* left-[0px] */
  z-index: 30;                /* z-30 */
  width: 100%;                /* w-full */
  display: none;              /* hidden */
}

@media (min-width: 768px) {
  .swiperbutton {
    display: block;           /* md:block = display block for medium screens and up */
  }
}
.cursor-pointer {
    cursor: pointer;
}
.absolute {
    position: absolute;
}
.right-30px {
    right: 30px;
}
.culinary-column .swiper-button-prev {
    left: -26px;
}
.customproperty-column .swiper-button-next {
    right: -30px;
}
.swipernextcss{
position: absolute;
right: -40px;
width: 100px;
height: 100%;
}
.swiperprevcss{
  position: absolute;
left: -90px;
width: 100px;
height: 100%;
}

.rounded-full {
    border-radius: 9999px;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-11 {
    width: 2.75rem;
}
.h-11 {
    height: 2.75rem;
}
.flex {
    display: flex
;
}
.left--50px{
  margin-left:-50px;
}
 .right--38px{
margin-right:-38px;
 }
 .z-30 {
    z-index: 30;
}

.right--38px {
      right: -38px;
}
.relative{
  position: relative;
}
h2.fw-bold {
    font-size: 34px;
    font-weight: 500 !important;
    line-height: 40px;
    text-transform: capitalize;
}

.membership-sectiontop {
  min-height: 500px;
  max-height: 800px;
  padding-bottom: 80px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .membership-sectiontop {
    padding-top: 80px;
  }
}
.container-custom {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem; /* ps-2 = 2 * 0.25rem */
}

@media (min-width: 1280px) {
  .container-custom {
    max-width: 70%;
  }
}
.membership-section {
     padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem 0; /* gap-x (md) and gap-y combined below */
  border-radius: 0.5rem; /* rounded-lg = 8px or 0.5rem */
  background-color: #fffbf9;
  align-items: center;
  border: 1px solid #fffbf9;
    }
@media (min-width: 1024px) {
  .membership-section{
    padding: 5rem;
  }
}

@media (min-width: 768px) {
  .membership-section {
    column-gap: 2.5rem; /* md:gap-x-10 = 2.5rem */
  }
}

.membership-section {
  row-gap: 2.5rem; /* gap-y-10 = 2.5rem */
}

.col-span-12.col-span-6 {
  grid-column: span 12 / span 12;
}

/* Medium screens and above: half width */
@media (min-width: 768px) {
  .col-span-12.col-span-6 {
    grid-column: span 6 / span 6;
  }
   h2.membership-title {
     font-size: 34px;       
   }
    p.membership-subtitle {
    font-size: 20px;
  }
  p.membership-text {
     font-size: 16px;  
  }
  .membership-btn-primary {
     width: auto;
  }
}
    h2.membership-title {
       font-weight: 500;         /* font-medium */
  font-size: 28px;          /* text-[28px] */
  line-height: 40px;        /* leading-[40px] */
  text-transform: capitalize; /* capitalize */
    }

    p.membership-subtitle {
       padding-top: 0.75rem; /* pt-3 = 3 * 0.25rem = 0.75rem */
       font-size: 14px;
       color: #FF8432;
        font-weight: 500; /* font-medium = 500 */
    }

    p.membership-text {
       padding-top: 12px;          /* pt-3 (3 * 4px in Tailwind's scale) */
  font-size: 14px;            /* text-[14px] */
  color: #434854;             /* text-[#434854] */
  line-height: 28px; 
    }
.buttoncass {
  display: flex;
  flex-direction: column; /* default for small screens */
  align-items: flex-start;
  gap: 1.5rem; /* gap-x-6 means 24px horizontal gap */
  padding-top: 20px;
}

@media (min-width: 1280px) {
  .buttoncass {
    flex-direction: row; /* xl:flex-row for screens >= 1280px */
  }
}
    .membership-btn-primary {
       display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  letter-spacing: 0.05em; /* Tailwind tracking-wider */
  font-weight: 100; /* font-thin */
  border: 1px solid black;
  background-color: black;
  padding: 0.25rem 1.25rem; /* py-1 px-5 */
  border-radius: 9999px; /* rounded-full */
  transition: all 0.3s;
  margin-top: 1.25rem; /* mt-5 */
    }
.membership-btn-primary:hover {
  background-color: white;
  color: black;
}
 .membership-btn-outline {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.05em; /* tracking-wider */
  font-weight: 300; /* font-thin */
  border: 1px solid #000000;
  background-color: transparent;
  padding: 0.25rem 1.25rem; /* py-1 px-5 */
  border-radius: 9999px; /* rounded-full */
  transition: all 0.3s;
  margin-top: 1.25rem; /* mt-5 */
}

@media (min-width: 768px) {
   .membership-btn-outline{
    width: auto;
  }
  .membership-btn-primary{
    width: auto;
  }
}

 .membership-btn-outline:hover {
  background-color: #000000;
  color: #ffffff;
}
  .membericon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 15px; /* gap-y-15 */
  position: relative; /* relative */
  z-index: 10;        /* z-10 */
  text-align: center; /* text-center */
}
.h-380{
  height: 380px;
}
.membericon::before {
  content: '';
  background-color: #eeeeee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
}

.membericon::after {
  content: '';
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

.basis-12 {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;  /* py-5 => 5 * 0.25rem */
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;  /* px-2 => 2 * 0.25rem */
  padding-right: 0.5rem;
}
img.iconimg {
  width: 55px;
  height: 55px;
  object-fit: cover;
  object-position: center;
}

   .feature-title  {
  padding-top: 0.75rem;         /* pt-3 = 12px (default Tailwind base is 4px * 3) */
  font-size: 12px;              /* text-[12px] */
  color: #000000;               /* text-[#000] */
  line-height: 20px;            /* leading-[20px] */
  letter-spacing: 0.05em;       /* tracking-wider = 0.05em */
  text-transform: uppercase;    /* uppercase */
  font-weight: 600;             /* font-semibold */
}

@media (min-width: 768px) {
  .feature-title  {
    font-size: 14px;            /* md:text-[14px] */
  }
}

.specialoffer-carousel .slick-slide, .feature-carousel .slick-slide {
  margin: 0 15px;
}
.specialoffer-carousel .slick-prev,
.specialoffer-carousel .slick-next,
.feature-carousel .slick-prev,
.feature-carousel .slick-next {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 999;
}
h3 {
  margin-top: 1rem; /* mt-4 in Tailwind = 1rem (16px * 4 = 16px) */
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
}

 section.service-quality {
      padding: 80px 20px;
      text-align: center;
    }

    section.service-quality h1 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 50px;
      color: #111;
    }

    .circle-container {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-wrap: wrap;
      gap: 20px;
      position: relative;
      margin-bottom: 40px;
    }

    .circle {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #1d1f20, #4b4b4b);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      position: relative;
      z-index: 1;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .circle.white {
      background: #fff;
      color: #000;
      border: 2px solid #ddd;
      z-index: 2;
    }

    /* Overlapping positioning */
    .circle-container .circle:nth-child(2),
    .circle-container .circle:nth-child(4) {
      margin-top: -30px;
      z-index: 3;
    }

    .circle:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .circle h2 {
      font-size: 60px;
      font-weight: 700;
      color: #fff;
    }
    .circle.white h2{
      font-size: 60px;
      font-weight: 700;
      color: #000;
    }
    .circle span {
      font-size: 13px;
      margin-top: 5px;
      text-align: center;
    }

    .description {
      max-width: 750px;
      margin: 0 auto 20px auto;
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

    .btn {
      display: inline-block;
      padding: 10px 25px;
      border: 1px solid #333;
      border-radius: 50px;
      background: transparent;
      color: #333;
      text-decoration: none;
      font-size: 14px;
      transition: all 0.3s ease;
    }

    .btn:hover {
      background: #333;
      color: #fff;
    }

    @media (max-width: 768px) {
       .circle-container {
    
      gap: 20px;
     
    }
      .circle {
        width: 180px;
        height: 180px;
      }
      .circle h2 ,.circle.white h2{
        font-size: 22px;
      }
      section.service-quality h1 {
        font-size: 22px;
      }
      .circle-container .circle:nth-child(2), .circle-container .circle:nth-child(4) {
        margin-top: 20;
        z-index: 3;
        }
    }
.flex-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 10px; /* gap-y-10 -> vertical spacing in flex-col mode */

  /* Default behavior for larger screens */
  justify-content: space-between; /* sm:justify-between */
}

@media (max-width: 680px) {
  .flex-container {
    flex-direction: column; /* max-[680px]:flex-col */
    text-align: center;     /* max-[680px]:text-center */
  }
  .checkout-form-custom {
    width: 100%;
  
}
}

@media (min-width: 680px) {
  .flex-container {
    align-items: flex-end; /* min-[680px]:items-end */
  }
}
.rowss{
      display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 10px; /* gap-y-10 -> vertical spacing in flex-col mode */

  /* Default behavior for larger screens */
  justify-content: space-between; /* sm:justify-between */
}

 #hospitalitymanagement .service-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 40px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 30px;
    }

   #hospitalitymanagement .number {
      font-size: 28px;
      color: #999;
      margin-right: 20px;
      font-weight: bold;
      min-width: 50px;
    }

   #hospitalitymanagement .content {
      flex: 1;
    }

    #hospitalitymanagement .content h3 {
      font-size: 32px;
      margin-top: 5px;
    
    }

   #hospitalitymanagement .content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
      padding: 0;
    }

   #hospitalitymanagement .btn {
      display: inline-block;
      padding: 10px 20px;
      border: 1px solid #222;
      border-radius: 25px;
      text-decoration: none;
      color: #222;
      font-size: 14px;
      transition: 0.3s ease;
    }

  #hospitalitymanagement  .btn:hover {
      background: #222;
      color: #fff;
    }

    @media (max-width: 768px) {
  #hospitalitymanagement    .service-item {
        flex-direction: column;
        align-items: flex-start;
      }

   #hospitalitymanagement   .number {
        margin-bottom: 10px;
      }
    }
    .body.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
   }
   .boder-bottom-none {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

    .counter-section {
      padding: 60px 20px;
      text-align: center;
    }

    .counter-section h2 {
      font-size: 2.2rem;
      margin-bottom: 50px;
      font-weight: 600;
    }

    .counters {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .counter {
      width: 190px;
      height: 190px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
      position: relative;
      padding: 20px;
      background: linear-gradient(to bottom, #2f4f4f, #3e2d22);
      color: #fff;
    }

    .counter.white {
      background: #fff;
      color: #000;
      border: 1px solid #000;
    }

    .counter .number {
      font-size: 2rem;
      font-weight: bold;
    }

    .counter .label {
      font-size: 0.9rem;
      margin-top: 8px;
      line-height: 1.4;
    }

    .bottom-text {
      margin-top: 40px;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1rem;
      color: #444;
    }

    .btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      border-radius: 25px;
      border: 1px solid #111;
      background: #fff;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      transition: all 0.3s ease;
    }

    .btn:hover {
      background: #111;
      color: #fff;
    }

    @media (max-width: 768px) {
      .counter {
        width: 150px;
        height: 150px;
      }

      .counter .number {
        font-size: 1.6rem;
      }

      .counter .label {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 480px) {
      .counter-section h2 {
        font-size: 1.5rem;
      }
    }


        /* Modal Background */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    /* Modal Content Box */
    .modal-content {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        border-radius: 8px;
        width: 90%;
        max-width: 500px;
        position: relative;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    /* Close Button */
    .close {
        position: absolute;
        top: 10px; right: 15px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }
    /* Form Styling */
    .form-group {
        margin-bottom: 15px;
    }
    label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
    input, textarea, button {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .submit-btn {
        background: #28a745;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }
    .submit-btn:hover {
        background: #218838;
    }