.brdCmb {display:none;}
.onPg .mainB {
  max-width: fit-content;
}
  
.mainB:has(.blogP.fullP), .bD:not(.hsSb) .mainB {
  max-width: fit-content;
}

:root {
  /* light theme */
  --dropdown-background: rgb(240,173,35,0.0);
  --dropdown-text-color: #f0ad23;
  --dropdown-hover-color: rgb(240,173,35,0.0);
  --dropdown-border-color: #eee;
  --dropdown-border-radius: 0.25em;
  --dropdown-icon-color: #eee;
  --background-color: #eee;
  --text-color: #f0ad23;
}

.mainF {
    display: none;
}

.pTtl.itm{display:none;}



/* Container for the layout */
.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.mainC .section, .mainC .widget {
  margin-top: 10px;
}

.mainC.secIn {
  padding-top: 0px;
}

.psImg {
  margin-block: 0px;
}

.pEnt {
  margin-top: 5px;
}

/* Responsive layout for larger screens */
@media (min-width: 1024px) {
  .container {
    grid-template-columns: 2fr 1fr; 
    align-items: start; 
  }
}


      

         #tripDate { background: #333; color: #ffc207; font-size: 1em; border-radius: 8px; border: none; padding: 10px; width: 100%; text-align: center; box-sizing: border-box; }
         /* === End Corrected Input and Select Styles === */


        .flatpickr-calendar { background-color: #222 !important; color: #ffc207 !important; border-radius: 10px !important; border: 1px solid #333 !important; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important; }
        .flatpickr-day { color: #ffc207 !important; background-color: #333 !important; border-radius: 8px !important; }
        .flatpickr-day.selected { background-color: #ffc207 !important; color: #111 !important; }
        .flatpickr-day:hover { background-color: #444 !important; color: #ffc207 !important; }
        .flatpickr-day.prevMonthDay,
        .flatpickr-day.nextMonthDay { color: #666 !important; }
        .flatpickr-months .flatpickr-prev-month,
        .flatpickr-months .flatpickr-next-month { color: #ffc207 !important; }
        .flatpickr-months .flatpickr-month { color: #ffc107 !important; background-color: #222 !important; border-radius: 8px !important; }
        .flatpickr-months .flatpickr-prev-month svg,
        .flatpickr-months .flatpickr-next-month svg { fill: #ffc107 !important; }
        .flatpickr-weekday { color: #ffc207 !important; }
        .flatpickr-day.today.flatpickr-disabled {
             background-color: #333 !important;
             color: #ffffff !important;
             border: 1px solid #E64A19 !important;
        }
        .flatpickr-day.today.selected {
             background-color: #388E3C !important;
             color: #ffffff !important;
        }


        .number-container {
             display: grid;
             grid-template-columns: repeat(2, 1fr);
             gap: 15px;
             margin: 20px 0;
             width: 100%;
             box-sizing: border-box;
        }

        .number-box {
             background: #333;
             padding: 10px;
             border-radius: 10px;
             text-align: center;
             box-sizing: border-box;
             min-width: 0;
        }


        .button-container {
             display: flex;
             justify-content: center;
             gap: 5px;
             margin-top: 10px;
             min-width: 0;
        }

      .bb {
             background: #ffc207;
             color: #111;
             border: none;
             font-size: 1.2em;
             border-radius: 50%;
             display: inline-flex;
             justify-content: center;
             align-items: center;
             box-sizing: border-box; 
             width: 35px; 
             height: 35px; 
             padding: 0; 
        }


        .bb:hover { background: #ffb800; }
        
      

#customAlertOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1000; 
    display: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.3s ease;
    opacity: 0;
}

#customAlertBox {
    position: fixed;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 1001; 
    display: none; 
    max-width: 80%;
    width: 80%;
    text-align: center;
    font-family: 'Inter', sans-serif; 
    transition: all 0.3s ease;
    opacity: 0; 
    transform: translate(-50%, -50%) scale(0.9);
}


#customAlertOverlay[style*="display: block"] {
    opacity: 1;
}

#customAlertBox[style*="display: block"] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.alert-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}

#customAlertCloseBtn {
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #ffc107; 
    transition: color 0.2s ease;
}

#customAlertCloseBtn:hover {
    color: #ffffff;
}

.alert-body {
    font-size: 16px;
    line-height: 1.5;
}

#customAlertMessage {
    margin: 0;
    word-wrap: break-word;
}



    .trt input{color:#333;}
    /* Custom Styles */
    .iti__selected-flag {
      color: #333;
      background-color: #ffc107 !important;
      border-radius: 6px 0 0 6px !important;
    }
    .iti__country-list {
      border-radius: 10px !important;
      background-color: #333 !important;
      color: #ffc107 !important;
      border: 1px solid #555 !important;
    }
    .iti__country {
      color: #fff !important;
    }
    .iti__country:hover {
      background-color: #444 !important;
    }
    .iti__divider {
      border-bottom-color: #444 !important;
    }
    input[readonly] {
      background-color: #444 !important;
      color: #aaa !important;
      cursor: not-allowed !important;
    }
    .loading-spinner {
      animation: spin 1s linear infinite;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  
    /* Number input controls */
    .number-container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .number-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .number-box label {
      font-size: 0.875rem;
      font-weight: bold;
      color: #d1d5db;
    }
    .button-container {
      display: flex;
      align-items: center;
    }
    .button-container input {
      width: 3rem;
      text-align: center;
      margin: 0 0.5rem;
    }
    .bb {
      background-color: #ffc107;
      color: #1f2937;
      border: none;
      border-radius: 0.375rem;
      width: 2rem;
      height: 2rem;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .bb:hover {
      background-color: #eab308;
    }
    .bb:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    @keyframes slide-in {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .animate-slide-in {
      animation: slide-in 0.4s ease-out forwards;
    }

    @keyframes fade-out {
      from { opacity: 1; }
      to { opacity: 0; transform: translateX(100%); }
    }

    .animate-slide-in {
      animation: slide-in 0.4s ease-out forwards;
    }

    .animate-fade-out {
      animation: fade-out 0.5s ease forwards;
    }
    
    .toast {
      position: fixed;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      padding: 0.75rem 1.5rem;
      border-radius: 0.375rem;
      z-index: 50;
      animation: fadeIn 0.3s ease-in-out;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; transform: translate(-50%, 10px); }
      to { opacity: 1; transform: translate(-50%, 0); }
    }
    
    .toast-success {
      background-color: #10b981;
      color: white;
    }
    
    .toast-error {
      background-color: #ef4444;
      color: white;
    }
  
