 .program-details-card {
  max-width: 1000px !important;
  width: 100% !important;
  border: 2px solid gray;
  border-radius: 20px !important;
  padding: 10px;
} 
@media (max-width: 768px) {
  .program-details-card {
    padding: 15px;
    margin-bottom: 120px; 
  }
}
.textarea.form-control {
  background-color: #f9f9f9;
}
.custom-textarea {
    width: 50%; /* Smaller width */
    height: 150px !important; /* Taller height */
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
    
    resize: none;
    margin: 0 auto; /* Centers horizontally */
    display: block; /* Ensures the textarea takes the block space */
}



/* Responsive Styles */
@media (max-width: 1492px) {
  .program-row {
    padding-left: 50px;
    padding-right: 50px;
    gap: 50px;
  }

  .program-card {
    width: auto;
    height: auto;
  }

  .program-card img {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .program-row {
    padding-left: 30px;
    padding-right: 30px;
    gap: 30px;
  }

  .program-card {
    width: auto;
    height: auto;
  }

  .program-card img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .program-row {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .program-card {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .program-row {
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
  }

  .program-card {
    width: 100%;
    max-width: auto;
    height: auto;
    max-height: auto;
    padding: 20px;
  }

  .program-card img {
    width: 100%;
    height: auto;
  }
}
/* .custom-textarea::placeholder {
    color: #bbb;
    font-style: italic;
} */

/* .program-card img {
  width: 330px;
  height: 135px;
  display: block;
  margin-bottom: 0px;
  align-self: center;
}

.program-card .paragraph-container {
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.program-card p {
  margin: 0;
} */

/* .program-card p:first-child {
  color: #e5af0f;
  margin-right: 0px !important;
} */

/* .program-card p:last-child {
  margin-right: 10px !important;
} */
/* .program-details .section-title {
  font-weight: bold;
  margin-bottom: 1rem;
} */

/* .program-details .list-item {
  padding: 30px 20px;
  border-bottom: 4px solid #e5e5e5;
  margin-left: 20px;
  font-size: 30px;
  font-family: "Plus Jakarta Sans";
  color: #121212;
} */

/* .program-details .list-item:last-child {
  border-bottom: none;
} */

/* .program-details {
  margin-top: 200px;
  margin-left: 90px;
  max-width: 70%;
} */

/* .program-details h1 {
  font-size: 34px;
  font-family: Plus Jakarta Sans;
} */
 /* .program-car-card p {
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 5%;
  font-size: 30px;
  font-family: "Plus Jakarta Sans";
} */

/* .program-row {
  margin-top: 99px;
  padding-left: 243px;
  padding-right: 243px;
  display: flex;
  gap: 227px;
  flex-wrap: wrap;
} */
/* .program-details-container {
  max-height: calc(300vh ); 
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  
} */
/* .program-card { */
  /* width: 397px;
  height: 348px;
  padding: 49px 33px; */
  /* border-radius: 10px !important; */
  /* box-sizing: border-box; */
  /* box-shadow: 0px 4px 4px #b3b3b3; */
  /* background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 36px;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 30px; */
/* } */

/* .program-details-card .form-select,
.program-details-card .form-control {
  width: 100% !important;
  /* border-radius: 10px; */
/* } */ 

/* .program-details-container select {
  display: block;
  background: transparent !important;
} */

/* .program-details-card .form-group {
  margin: 0 !important;
  padding: 0 !important;
} */


@media (max-width: 576px) {
  .program-details {
    margin-top: 30px;
    margin-left: 5px;
    max-width: 90%;
  }

  .program-details .list-item {
    padding: 15px 5px;
    font-size: 18px;
  }

  .program-details .section-title {
    font-size: 24px;
  }
}

.program-car-card {
  width: 100%;
  max-width: 1110px;
  height: auto;
  margin: 0 auto;
  border: none !important;
}

.program-car-card .card-car-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .program-car-card .card-car-body {
    padding: 10px;            
    width: auto;              
    height: 30px;
    margin-bottom: 10px;
  }
}


/* Responsive adjustments */
@media (max-width: 1200px) {
  .program-car-card {
    max-width: 900px;
  }
}

@media (max-width: 992px) {
  .program-car-card {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .program-car-card {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .program-car-card {
    padding: 10px;
  }

  .program-car-card p {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .program-car-card img {
    width: 100%;
    height: auto;
  }
}
  /* for line-icon */
.program-details-container .line-icon {
  display: block;
  margin: 20px auto 0 auto;
  width: 80%;
  height: auto;
}

@media (max-width: 768px) {
  .program-details-container .line-icon {
    width: 90%;
    margin-top: 190px;
  }
}

@media (max-width: 480px) {
  .program-details-container .line-icon {
    width: 100%;
  }
}

.date-input::-webkit-calendar-picker-indicator {
  display: none;
}

/* Remove default time picker icon */

  input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}

 .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; /* or set to a specific width */
}

 .select-container {
  position: relative;
  width: 100%;
}

 .form-select {
  width: 100%;
  padding-right: 40px; /* Space for the icon */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-location-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.add-remove-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  margin: 20px;
  font-size: 24px;
  cursor: pointer;
}

.add-remove-btn:hover {
  background-color: #f0f0f0;
}

.add-btn {
  color: #f4c242;
  border-color: #f4c242;
}

.add-btn:hover {
  background-color: #f4c242;
  color: #fff;
}

.time-select {
  display: flex;
  align-items: center;
}

.price-control {
  width: 58px !important;
  height: 38px !important;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
}

.error-message {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px;
  color: red;
}
.date-and-time {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  position: relative;
  flex-direction: column; 
  align-items: flex-start; 
}
.date-input, .time-input {
  width: 100%;
  padding-right: 40px; 
}

/* for trip details page */
.date-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
   flex-direction: row; 
}
/*  end style for trip details page */

.date-icon {
  margin-left: -42px !important;
  cursor: pointer !important;
}

.time-icon {
  position: absolute;
  width: 25px;
  height: 22px;
  margin-left: 19.5em;
  top: 44px;
  color: #aaa;
  cursor: pointer;
}



.trip-row .col-md-4 {
  flex: 1;
  max-width: 100% !important;
  width: 0% !important;
}

.price-div.col-md-4 {
  width: auto !important;
  display: inline-flex !important;
}
.price-div.col-md-4 {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
}

.showPriceBtn {
  background-color: #e5af0f;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
}

.price-control {
  text-align: center;
}


@media only screen and (max-width: 540px) {
  .trip-row {
    flex-direction: column;
    margin-bottom: 1.5em !important;
  }

  .trip-row .col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 10px;
  }

  .date-and-time {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    justify-content: center;
  }

  .date-and-time input[type="date"],
  .date-and-time input[type="time"] {
    width: 100% !important;
  }

  .price-div {
    margin-top: 15px !important;
    text-align: center;
  }

  .price-control {
    width: 100% !important;
    max-width: 70px;
    margin-top: -5px;
    text-align: center;
  }

  .time-icon {
    margin-left: 82% !important;
  }

  .price-container .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .price-btn-container .showPriceBtn {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 538px) and (max-width: 540px) {
  .time-icon {
    margin-left: 74% !important ;
  }
}
.price-container,
.price-btn-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

 .price-container .row{
  margin-top: 20px;
 }
.price-control {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .price-container {
    margin-top: 100px;
  }
  

  .price-container .row {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .price-container .col-md-4 {
    margin-bottom: 20px;
  }

  .price-container .row .col {
    font-size: 20px;
  }

  .price-container .row .col-auto {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 540px) {
  .price-container .row .col {
    font-size: 18px;
  }
}

/* UploadProgramDoc style */

.modal-doc .modal-dialog {
  max-width: 802px;
  width: 100%;
}

.modal-doc .modal-content {
  max-height: 80%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.modal-doc.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(400vh - 1.2rem);
}

.modal-doc .form-container {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: 0.5px solid #ebe4e4;
  box-sizing: border-box;
}

.modal-doc .form-control {
  margin-bottom: 20px;
}

.modal-doc .custom-file-label::after {
  content: "Choose file";
}

.modal-doc .custom-select-container {
  background-color: #f0f0f0;
  width: 12% !important;
  padding: 0% !important;
  text-align: center;
  border-radius: 10px 0px 0px 10px !important;
}

.modal-doc .custom-select-container:focus {
  outline: none;
  background-color: #f0f0f0;
}

.modal-doc .upload-preview {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-left: 0;
}

.modal-doc .upload-preview img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.modal-doc .upload-preview img:last-child {
  margin-right: 0;
}

/* .modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

.modal-content {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#programDetailsSection .date-icon {
  margin-top: -19px;
}

#programDetailsSection .price-div {
  top: -9px;
}

#programDetailsSection .trip-row {
  margin-bottom: 0px !important;
}

#programDetailsSection .form-select,
#programDetailsSection .date-input,
#programDetailsSection .time-input,
#programDetailsSection .date-icon,
#programDetailsSection .time-icon {
  pointer-events: none;
}
#programDetailsSection .time-icon{
  margin-left: 82% ;
}

#programDetailsSection .time-icon {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 25% !important;
  transform: translateY(-25%) !important;
}

#programDetailsSection select{
  background: transparent !important;
}


@media (max-width: 540px) {
  .modal-doc .upload-preview img {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  .modal-doc .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }

  .modal-doc .modal-content {
    max-height: 90vh;
  }

  .modal-doc .row .col-12 {
    margin-bottom: 15px;
  }
}

.input-group .custom-select-container {
  width: 20% !important;
}


.trip-options {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.trip-options input[type="radio"] {
  display: none;
}

.trip-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
  position: relative;
}

.trip-options label::before {
  content: '✓';
  width: 20px;
  height: 20px;
  border: 2px solid #000; 
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bolder;
  color: transparent;
  transition: all 0.3s ease;
}

.trip-options input[type="radio"]:checked + label::before {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.trip-options input[type="radio"]:checked:disabled + label::before {
  color: #000;
  background-color: #fff;
  border-color: #000;
  opacity: 1;
}

.trip-options input[type="radio"]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}


  .trip-card {
    background-color: #fff;
    padding: 13px;
    margin-bottom: 13px;
    height: 150px;
}

.trip-card:not(:last-child) {
    border-bottom: 3px solid #ddd;
}
        .trip-header {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 12px;
        }
        .trip-details {
            display: flex;
            border-bottom: 1px solid #ddd;
            padding-bottom: 8px;
            margin-bottom: 8px;
        }
        .trip-details:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .trip-info {
            flex: 1;
            margin-bottom: 10px;
        }
        .trip-label {
            font-weight: bold;
            margin-bottom: 4px;
        }
        .trip-value {
            color: #555;
            margin-top: 20px;
        }
        .price {
            font-weight: bold;
            color: #333;
            text-align: right;
        }
@media only screen and (max-width: 768px) {
  .trip-card {
    height: auto;
    padding: 15px;
  }

  .trip-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .trip-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .trip-value {
    margin-top: 4px;
  }

  .price {
    text-align: left;
  }
}
input[type="checkbox"].checkbox-black-tick {
  position: relative;
  appearance: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

input[type="checkbox"].checkbox-black-tick:checked::before {
  content: '✓';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
