@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
body{
  font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Inter', sans-serif !important; 
}

p{
    font-family: 'Inter', sans-serif !important; 
}

#mainContentHolder {
    width: 100%;
}

div#chatMore {
    margin: 0;
    padding: 2px 8px 2px 0;
}

.container {
  padding: 1px;
}

.selector {
  text-align: center;
  margin-bottom: 20px;
}

.content {
  border: 1px solid #ccc;
  padding: 0px 20px 0px 20px;
  margin-bottom: 55px;
  
}

/* Style the select element */
/* Style the select element */
/* Style the select element wrapper */
/* Style the select element wrapper */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
}

/* Style the select element */
#serviceSelector, #serviceSelector2, #contentSelector, #serviceSelectorEOY2 {
  margin-top:5px;
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  font-size: 16px;
  border:1.5px solid #dfdfdf;
  border-radius: 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: normal; /* Allow text to wrap */
  overflow-wrap: break-word; /* Enable word wrapping */
  color: #000000;
}

/* Style the arrow */
.arrow {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  margin-top: 10px;
  margin-left: -20px;
}

.noServiceBox {
  padding-top:8px;
  padding-bottom:8px;
  
}

.button-container {
    display: flex;
    flex-direction: column;
}

.button-container {
    display: flex;
    flex-direction: column;
}

.button-container {
    display: flex;
    flex-direction: column;
}

.work-button {
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #000;
    font-size: 12px; /* Adjust the font size as desired */
    color: #444;
    transition: background-color 0.3s;
    position: relative; /* Added for positioning of text elements */
    text-align: left; /* Added to left justify the text */
}

.work-button:hover {
    background-color: #e6e6e6;
}

.work-button.selected {
    font-weight: bold;
    background-color: #24ace4;
    color: #fff;
}

.work-button.selected::after {
    content: '\2713';
    float: right;
    margin-left: 5px;
}

.main-text {
    font-size: 18px; /* Adjust the font size as desired */
    font-weight: bold; /* Optionally set the font weight */
}

.additional-text {
    font-size: 12px; /* Adjust the font size as desired */
    color: #444; /* Optionally set a different color for the additional text */
    
}

.additional-text.selected {
    font-size: 12px; /* Adjust the font size as desired */
    color: #fff; /* Optionally set a different color for the additional text */
    
}

.next-button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #24ace4;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 275px;
}

.next-button:hover {
    background-color: #1c8ac8;
}

#questionContainer2 {
  display: none;
}

#questionContainer3 {
  display: none;
}

#questionContainer4 {
  display: none;
}

#questionContainer5 {
  display: none;
}

#questionContainer6 {
  display: none;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}


  /* DOWNLOAD SPREADSHEET */
#message.error {
    background-color: #FF6347; /* Red color indicating error or warning */
    color: #FFFFFF; /* White text for readability */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

/* "Please Wait" Message Box Styling */
#message.waiting {
    background-color: #FFD700; /* Gold color for attention and warning */
    color: #000000; /* Black text for visibility */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
#message.success {
    background-color: #32CD32; /* Green color symbolizing success and approval */
    color: #FFFFFF; /* White text for readability */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

/* Success Message Animation (Optional) */
#message.success {
    animation: fade 4s linear;
}
/* "Please Wait" Message Animation (Optional) */
#message.waiting {
    animation: fade 4s linear;
}
#message.error {
    animation: fade 4s linear;
}
/*DOWNLOAD SPREADSHEET*/

#hoverOptions {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

#hoverSelect:hover + #hoverOptions {
    display: block;
}

#contentOptions {
  display: none;
    position: absolute;
    top: 100%;
    left: -80px;
    background-color: white;
    border: 1px solid #24aae1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 10px;
    overflow:hidden;
}

#contentOptions a {
  display: block;
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  padding: 3px 8px;
  border-bottom: 1px solid #8080808a;
}

#contentOptions a:hover {
color: white;
    background: #24ace4;
    border-radius: 0 !important;
}


#chatMore:hover #contentOptions {
    display: block;
}

#chatMore.tab.active:hover #contentOptions {
  display: block;
}

#chatContent {
    max-width: 100%;
    padding: 10px; 
}

#currentServices {
    max-width: 100%;
    box-sizing: border-box; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.homeHeaderWrapper .top-bar {
/*background: #000000d9;*/
    padding: 10px 10px;
    width: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.06));
    margin-bottom: 10px;
}


span.ChatMoreinfo {
display: flex;
    align-items: center;
    justify-content: center;
    background: #0877A8;
    padding: 7px 7px 7px;
    font-size: 1.5rem;
    border-radius: 100px;
    font-weight: 500;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
    line-height: normal;
}

.user-info button#userButton {
    display: flex;
    align-items: center;
    max-width: 150px;
    font-weight: 500;
    border: 1px solid #c1c1c1;
    padding: 4px 6px;
    border-radius: 5px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.user-info button#userButton svg {
    flex-shrink: 0; 
    margin-left: 5px;
}

.tabs-container {
    display: flex;
    align-items: center;
}

div#rentalNotice h3 {
margin: 0;
    padding: 0;
    text-align: center !important;
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div#rentalNotice h5{
      margin: 0;
    padding: 0;
    text-align: center !important;
    color: #29AAE3;
    font-weight: normal;
    font-size:15px;
}

.homeHeaderWrapper-main div#secondMainContentHolder {
    padding: 0;
}

.homeHeaderWrapper-main .user-info {
    margin-top: 0;
    margin-right: 0;
}

.homeHeaderWrapper-main #preferredPaymentSections input, .homeHeaderWrapper-main #preferredPaymentSections select {
    padding: 10px 5px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 1px solid #CFCCCC;
    width: 100%;
    max-width: 334px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
}

.homeHeaderWrapper-main button.content-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 10px !important;
    font-size: 15px; 
}

.content-btn svg {
    margin: 0 10px;
}
span.cardTitle {
    display: block;
    text-align: center !important;
    margin-bottom: 5px;
}

.messageNotif {
  color: white;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  animation-name: pumpAnimation;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
  background: #e90303;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  left:-6px;
  top:-6px;
  
}

.selectedContent {
    color: white;
    /*background: #24ace4;
    border-radius: 0 !important;*/
}

.buttonOuter .linkPlaidAccount {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #F7F7F7;
    color: #29AAE3;
    font-weight: 500;
    border: 1px solid #D6D6D6;
}

.buttonWrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

.buttonWrapper button {
    padding: 8px;
    margin-top:0;
}

.buttonWrapper button i {
padding: 7px;
    border-radius: 100px;
    display: inline-block;
    height: 10px;
    width: 10px;
    line-height: 11px;
}

i.darkBlue {
    background: #0877A8;
}

i.darkRed{
    background: #B46968; 
}

select.subAnswer.bkDropDown {
    width: 100%;
    padding: 10px;
}

.calenderWrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.calenderWrapper .dateStyle {
    margin: 8px 5px;
}


@media (min-width: 768px) and (max-width:992px) {
    

}

@media (min-width: 322px) and (max-width:767px) {
#preferredPaymentSections button {
    border-radius: 6px;
    background: #24ace4;
    color: white;
    min-width: 100%;
    border: none;
}

.tab {
    padding: 10px 10px 10px !important;
}
}

#viewBookeeping, #chat {
    text-decoration: none;
    padding: 10px;
    margin: -20px 5px 5px 5px;
    background: #24ace4;
    border-radius: 5px;
    color: white;
    display: inline-block;
}

/* Mobile responsive fixes for bkbuttonContainer */
@media screen and (max-width: 768px) {
    #bkbuttonContainer {
        padding: 10px 5px;
        margin-top: 10px;
    }
    
    #viewBookeeping, #chat {
        margin: 5px 3px;
        padding: 12px 8px;
        font-size: 14px;
        display: block;
        width: calc(100% - 16px);
        box-sizing: border-box;
        text-align: center;
    }
}

/* Extra small screens (iPhone XS and similar) */
@media screen and (max-width: 414px) {
    #bkbuttonContainer {
        padding: 15px 10px;
        margin-top: 15px;
    }
    
    #viewBookeeping, #chat {
        margin: 8px 5px;
        padding: 15px 10px;
        font-size: 16px;
        width: calc(100% - 20px);
        min-height: 44px; /* iOS touch target size */
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Customer Service Info Styling */
#customerServiceInfo {
    margin: 0 33%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

/* Mobile responsive fixes for customer service info */
@media screen and (max-width: 768px) {
    #customerServiceInfo {
        margin: 10px 5%;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 414px) {
    #customerServiceInfo {
        margin: 10px 2%;
        padding: 12px 8px;
        font-size: 12px;
        line-height: 1.5;
    }
}

.chart-wrap {
  margin-left: 50px;
  font-family: sans-serif;
  width: 80%; /* Width set to 80% */
}

.chart-wrap .title {
  font-weight: bold;
  font-size: 1.62em;
  padding: 0.5em 0 1.8em 0;
  text-align: center;
  white-space: nowrap;
}

.chart-wrap.vertical .grid {
    padding: 20px;
    transform: rotate(-90deg);
    width: 200px;
    height: 210px;
    
}

.chart-wrap .grid .bar::after {
  transform: translateY(-50%) rotate(45deg);
  display: block;
}

.chart-wrap .grid::before,
.chart-wrap .grid::after {
  transform: rotate(90deg);
}

.chart-wrap .grid {
  position: relative;
  padding: 5px 0 5px 0;
  height: 100%;
  width: 100%;
  border-left: 2px solid #aaa;
  background: repeating-linear-gradient(90deg, transparent, transparent 19.5%, rgba(170, 170, 170, 0.3) 20%);
}

.chart-wrap .grid::before {
  font-size: 0.8em;
  font-weight: bold;
  content: '0%';
  position: absolute;
  left: -0.5em;
  top: -1.5em;
}

.chart-wrap .grid::after {
  font-size: 0.8em;
  font-weight: bold;
  content: '100%';
  position: absolute;
  right: -1.5em;
  top: -1.5em;
}

.chart-wrap .bar {
  width: var(--bar-value);
  height: 50px; /* Bar thickness */
  margin: 30px 0; /* Bar spacing */
  background-color: #24ace4; /* Bar color changed to #24ace4 */
  border-radius: 0 3px 3px 0;
}

.chart-wrap .bar:hover {
  opacity: 0.7;
}

.chart-wrap .bar-container {
    display: flex;
    align-items: center; /* Vertically center the items */
}

.chart-wrap .bar::after {
  content: attr(data-name);
  margin-left: 100%;
  padding: 10px;
  display: inline-block;
  white-space: nowrap;
}

.chatHeader, .legendContainer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blueIcon, .grayIcon, .yellowIcon{
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}

.squareIcon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#clientbk-upload-overlay{	
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 110%;
  height:100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.inline-spinner-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.clientbk-cv-spinner,.inline-spinner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.clientbk-upload-spinner,.inline-spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.messageFile{
  cursor: pointer;
}

.fieldseterrormsg{
  margin-bottom: 1.5em;
  border: 1px solid #e37373;
  font-size: small;
}.fieldseterrormsg legend{
  color: #e37373;
}

#chatnotifbadge {
  display: none;
  background-color: red;
  padding: 0.25em;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  background: #e90303;
  padding: 3px 6px;
  border-radius: 50%;
  position: absolute;
  top: 2em;
  right: 0;
}

/* Pricing Notice Overlay (shown or not based on whether it's in the DOM) */


.pricingNotice-content {
  position: relative;
  background: #fff;
  width: 80%;
  padding: 20px;
  text-align: left;
  color: #000;
  margin:0 auto;
  /* ----- ADDED for vertical scroll if content is tall ----- */
  max-height: 80vh;    /* 80% of viewport height */
  overflow-y: auto;    /* Enable vertical scrollbar */
}


.pricingNotice-closeButton {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #555;
}
.pricingNotice-closeButton:hover {
  color: #333;
}

.pricingNotice-content h2 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
}
.pricingNotice-content p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.pricingNotice-center {
  text-align: center;
}

.pricingNotice-confirmButton {
  background-color: #24ace4;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.pricingNotice-confirmButton:hover {
  background-color: #1d9dd7;
}

/* Inline Book a Call button */
.pricingNotice-callButton {
  display: inline-block;
  background-color: #24ace4;
  color: #fff;
  padding: 5px 10px; 
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 6px; 
}
.pricingNotice-callButton:hover {
  background-color: #1d9dd7;
}

/* ===== Accepted Price Popup (initially hidden) ===== */
.acceptedPricePopup-overlay {
  display: none; /* Hide by default until "Confirm" is clicked */
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; 
  background-color: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.acceptedPricePopup-content {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 200px;
  position: relative;

  /* ----- ADDED for vertical scroll if content is tall ----- */
  max-height: 80vh;
  overflow-y: auto;
}

/* Big green circle */
.acceptedPricePopup-circle {
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  background-color: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The check mark icon (svg) inside the circle */
.acceptedPricePopup-check {
  width: 40px;
  height: 40px;
}

.acceptedPricePopup-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}

#extensionAutomation, #sendToTax1099, #downloadDraft, #openSubmitModal, #formStatus{
  flex-grow: 0; flex-shrink: 0; margin-left: auto;
  background-color: #5a3a83;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
  
}

.extensionAutomation{
  text-align: right;
  cursor: pointer;
}

#extensionAutomation.ready, #sendToTax1099.ready, #downloadDraft.ready, #openSubmitModal.ready, #formStatus.ready{
  display: inline-block; 
}

.quarterlies_estimates_input,.quarterlies_estimates_date{
  display: grid;
  grid-template-columns: 2.5fr 10fr;
  padding: 0.8em 1em;
  align-items: center;
}.quarterlies_estimates_date{
  padding-top: 0;
}
.quarterlies_estimates_input input,.quarterlies_estimates_date input{
  padding: 0.5em 0.4em;
}

/* Image Preview Modal Styles for Check Files */
.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.check-image-viewer-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
}

.check-image-viewer-close:hover {
    color: #ccc;
}

.image-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-image {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    cursor: grab;
}

.modal-image:active {
    cursor: grabbing;
}

.image-modal-controls {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}

.image-control-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.image-control-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .modal-image {
        max-width: 95%;
        max-height: 70%;
    }

    .image-modal-controls {
        bottom: 60px;
        gap: 5px;
        padding: 5px;
    }

    .image-control-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .check-image-viewer-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
}

/* ===== 2026 Renewal Popup Styles ===== */
/* Prevent body scroll when popup is open (only when visible) */
body:has(#renewal2026Overlay:not([style*="none"])) {
  overflow: hidden;
}

#renewal2026Overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewal2026-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  padding: 30px;
  border-radius: 12px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.renewal2026-closeBtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

.renewal2026-closeBtn:hover {
  color: #333;
}

.renewal2026-title {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.renewal2026-current-service {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.renewal2026-current-service p {
  margin: 5px 0;
  color: #555;
}

.renewal2026-subhead {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 25px;
}

.renewal2026-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.renewal2026-card {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

/* Annual Card - Primary/Highlighted */
.renewal2026-card-annual {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 3px solid #4caf50;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.renewal2026-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #4caf50;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.renewal2026-card-annual h3 {
  color: #2e7d32;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

/* Monthly Card - Secondary */
.renewal2026-card-monthly {
  background: #f5f5f5;
  border: 2px solid #ddd;
}

.renewal2026-card-monthly h3 {
  color: #555;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

/* Pricing Styles */
.renewal2026-price-main {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
}

.renewal2026-card-annual .renewal2026-price-main {
  color: #2e7d32;
}

.renewal2026-price-detail {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.renewal2026-price-equivalent {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.renewal2026-savings {
  color: #4caf50;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* Buttons */
.renewal2026-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.renewal2026-btn-primary {
  background: #4caf50;
  color: white;
}

.renewal2026-btn-primary:hover {
  background: #43a047;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}

.renewal2026-btn-secondary {
  display: block;
  width: auto;
  padding: 10px 30px;
  font-size: 1.19rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin: 30px auto 40px auto;
  background: #24ace4;
  color: white;
}

.renewal2026-btn-secondary:hover {
  background: #1e95c9;
}

/* Footer */
.renewal2026-footer {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
}

.renewal2026-footer a {
  color: #24ace4;
  text-decoration: none;
  font-weight: 500;
}

.renewal2026-footer a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 650px) {
  .renewal2026-content {
    padding: 20px;
  }

  .renewal2026-title {
    font-size: 1.3rem;
  }

  .renewal2026-cards {
    flex-direction: column;
    align-items: center;
  }

  .renewal2026-card {
    width: 100%;
    max-width: none;
  }

  .renewal2026-price-main {
    font-size: 1.6rem;
  }
}

/* ===== 2026 Confirm Service Modal Styles ===== */
.confirm2026-content {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 40px;
  border-radius: 0;
  overflow-y: auto;
  position: relative;
}

.confirm2026-closeBtn {
  position: absolute;
  top: 60px;
  right: calc(50% - 383px);
  font-size: 28px;
  font-weight: bold;
  color: #bbb;
  cursor: pointer;
  line-height: 1;
}

.confirm2026-closeBtn:hover {
  color: #333;
}

.confirm2026-title {
  text-align: center;
  font-size: 1.875rem;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}

.confirm2026-service-box {
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  max-width: 767px;
  margin: 0 auto;
}

.confirm2026-service-box p {
  margin: 5px 0;
  color: #000000;
  font-size: 1.25rem;
}

.confirm2026-service-box > p:first-child {
  color: #000000;
}

.confirm2026-text {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.5;
}

.confirm2026-btn {
  display: block;
  width: auto;
  padding: 10px 30px;
  font-size: 1.19rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin: 30px auto 40px auto;
  background: #24ace4;
  color: white;
}

.confirm2026-btn:hover {
  background: #1a9bd1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 172, 228, 0.4);
}

.confirm2026-footer {
  text-align: left;
  color: #666;
  font-size: 0.95rem;
  margin-top: 15px;
}

.confirm2026-footer a {
  color: #24ace4;
  text-decoration: none;
  font-weight: 500;
}

.confirm2026-footer a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .confirm2026-closeBtn {
    right: 20px;
    top: 20px;
  }

  .confirm2026-content {
    padding: 20px;
  }

  .confirm2026-title {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  .confirm2026-service-box {
    max-width: 100%;
    padding-bottom: 200px;
  }
}
