.image-box{
    border-radius: 10px;
    padding: 25px 15px;
    background-color: white;
   box-shadow: 1px 1px 2px  rgba(77, 20, 140,1); 
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-box h6{
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
}
.image-box img{
    object-fit: contain;
    width: 100%;
    /* height: 130px !important; */
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 0px 30px;
}
.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px; 
    transition: transform 1s ease, box-shadow 1s ease;
    /* margin-top: 20px; */
}



.image-box:hover {
    transform: scale(.93);
    box-shadow: 1px 1px 100px  rgba(77, 20, 140,0.3) inset; 
}
.image-box:hover img {
    transform: scale(1.02);
}

/* body {
    background-color: #f8f9fa;
} */

.selection-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.variant-btn {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
}

.variant-btn:hover {
    background-color: #e6e6e6;
}

/* Active State for Selected Button */
.variant-btn.active {
    border: 1px solid #ff6600;
    color:  #4d148c;
    font-weight: bold;
}

/* Proceed Button Styling */
/* .proceed-btn {
    display: block;
    padding: 12px 30px;
    border: none;
    text-align: center;
    border-radius: 8px;
    background-color: #4d148c !important;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: bold;
    cursor: not-allowed;   
} */

/* Active State for Proceed Button */
/* .proceed-btn.active {
    background-color:  #ec2222;
    color: white;
    cursor: pointer;
} */
.img-fluid{
    width: 100%;
}
/* .selection-box img{
    height: 200px !important;
    width: auto  !important;
} */

    /* Scrollbar track */
  #tab-menu1::-webkit-scrollbar {
    height: 4px;
  }

  /* Scrollbar thumb with red and blue stripes */
  #tab-menu1::-webkit-scrollbar-thumb {
    background: repeating-linear-gradient(
      45deg,
      #ff6600 0%,
      #ff6600 1%,
      #4d148c 1%,
      #4d148c 2%
    );
    border-radius: 10px;
  }

  /* Scrollbar track (background) */
  #tab-menu1::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .selection-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    width: 100%;
    padding: 40px 20px;
    animation: fadeIn 1s ease-in-out;
}


/* Heading Animation */

.price-variant h2 {
    opacity: 0;
    animation: fadeInText 1s ease-in-out forwards;
    animation-delay: 0.5s;
}
.price-variant .sec-title{
    margin-bottom: 10px !important;
}
.get-ipto{
    font-size: 14px;
    color: #4d148c;
    font-weight: 500;
}
.get-ipto-amount {
    font-size: 25px;
    color: black;
    font-weight: 500;
}
.not-final{
    border-top: 1px solid rgb(235, 233, 233);
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ebebeb;
}
.not-final a{
  color: #4d148c;
  text-decoration: underline;
}



/* evaluate */
/* .evaluate{
    background-color: white;
    padding: 50px  30px !important;
}

.img-container img{
    width: 80px;
    height: auto;
    padding: 10px;
    
}
.image-card img{
    width: 100px;
    background-color: rgb(109, 109, 112);
    margin: 5px;
    padding: 10px 20px;
}

.image-card img h6{
   
    background-color: rgb(109, 109, 112);
    margin: 5px;
    padding: 10px 20px;
}

.img-containe{
    background-color: aqua;
    margin: 10px;
    padding: 20px;
}


.card:hover {
    border-color: #ff0000 ;
}

.card.active {
    border-color: #ff0000 ;
} */



.section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

/* .device-evaluation{
    border-left: 1px solid gray;  
} */
.scroll-section {
    border-right: 1px solid rgb(206, 206, 206);  
}

.condition-img-bg img{
    background-color: rgb(244, 241, 244);
    padding: 5px;
    height: 90px;
    display: flex;
    align-items: center;
    
}
.condition-img-bg{
    background-color: rgb(244, 241, 244);
    height: 130px;
    display: flex;
    align-items: center;
   
}

.condition-img-sim img{
    background-color: rgb(244, 241, 244);
    height: 60px;
    display: flex;
    align-items: center;
    
    
}

.condition-img-sim {
    background-color: rgb(244, 241, 244);
    height: 120px;
    display: flex;
    align-items: center;
   
    
}
.card-text{
    padding: 10px ;
}



.btn-border{
    border: 1px solid rgb(203, 201, 201);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-color{
    background-color:#e82323;
    border: 1px solid #dc0d0d;
    margin: 10px;
    height: 50px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;

}







/* .container {
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0 0 5px rgb(63, 91, 204);
} */

.img-container img {
    width: 80px;
    height: auto;
    padding: 10px;
}



/* .proceed-btn {
    border-radius: 10px;
    background-color: #dc0d0d;
    border: 1px solid #dc0d0d;
    font-weight: bold;
    display: block;
    padding: 12px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    width: 120px;
} */


#summary{
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .device-evaluation {
        border-left: none;
    }
}



/* Evaluation Section */
.evaluate-section-outer{
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.evaluate-section {
    background: #ffffff;
    padding: 20px;
}

/* Image Container */
.img-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.img-container img {
    max-width: 100%;
    height: auto;
}

/* Headings */
.evaluation-text {
    font-size: 18px;
    font-weight: 600;
    color: #4d148c !important;
    margin-bottom: 2px;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    color: #444;
}

/* Questions */
#questions h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.text-black-50 {
    font-size: 14px;
    color: #6c757d;
}

/* Buttons */
.button-container {
    margin-top: 10px;
}

/* yes or no section */
.cst-btn {
    padding: 5px 10px;
    margin-right: 20px;
    width: 100px;
    font-size: 14px;
    font-weight: 500; 
    color: rgb(59, 59, 59); 
    border: 1px solid rgb(187, 187, 187);
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cst-btn i {
    font-size: 18px;
    margin-right: 5px;
}
.cst-btn.active {
    background-color: #ff6600; /* Green color */
    color: #fff;
}
/* Yes Button */
/* .cst-btn:first-child {
    background: rgba(218, 247, 225);
    color: white;
}
.cst-btn:first-child:hover,
.cst-btn.active:first-child {
    background: #218838;
} */

/* No Button */
/* .cst-btn:last-child {
    background: #dc3545;
    color: white;
}
.cst-btn:last-child:hover,
.cst-btn.active:last-child {
    background: #c82333;
} */

/* Next Button */
.proceed-btn {
    background: #4d148c;
    color: white;
    border: 2px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.proceed-btn:hover {
    background: none;
    border: 2px solid #4d148c;
    color: #4d148c;
}

/* Hide elements smoothly */
.d-none {
    display: none !important;
}


/* pages handilng evaluate section */
.evaluate-section { display: none; }
.active { display: block; }
button { margin: 10px; padding: 5px 15px; cursor: pointer; }

#summary {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

#summary {
    background: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 15px;
    margin-bottom: 8px; /* Space between items */
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

#summary li{
    display: block; /* Forces the answer to be on the next line */
    font-size: 14px;
    color: black; /* Blue color for emphasis */
    margin-top: 5px;
}
#summary2 {
    background: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 15px;
    margin-bottom: 8px; /* Space between items */
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

#summary2 li{
    display: block; /* Forces the answer to be on the next line */
    font-size: 14px;
    color: #007bff; /* Blue color for emphasis */
    margin-top: 5px;
}
#summary3 {
    background: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 15px;
    margin-bottom: 8px; /* Space between items */
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
#summary3 li{
    display: block; /* Forces the answer to be on the next line */
    font-weight: bold;
    font-size: 14px;
    color: blue; /* Change color as needed */
    margin-top: 5px; /* Adds spacing for better visibility */
}
#summary4 {
    background: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 15px;
    margin-bottom: 8px; /* Space between items */
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
#summary4 li{
    display: block; /* Forces the answer to be on the next line */
    font-weight: bold;
    font-size: 14px;
    color: blue; /* Change color as needed */
    margin-top: 5px; /* Adds spacing for better visibility */
}
.summary-heading{
    color: #ff6600;
    font-size: 16px;
    
}
/* Style for Question */
.question {
    font-weight: bold;  /* Make the question text bold */
    font-size: 14px !important;  /* You can adjust the font size */
    margin-bottom: 5px;  /* Add space between the question and the answer */
    color: #333;  /* Optional: You can change the color of the question */
}

/* Style for Answer */
.answer {
    margin-top: 5px;
    font-size: 14px ;  /* You can adjust the font size of the answer */
}

/* Green for Yes */
.yes {
    color: green;
}

/* Red for No */
.no {
    color: red;
}
.screen-condition {
    color: black;
    font-weight: bold;
    display: block; /* Forces it to appear on a new line */
}

/* Common class for answers */
.answer-text {
    font-weight: bold;
    color: #4d148c  ; /* Change color as needed */
    display: block; /* Ensures it appears below the question */
    margin-top: 5px; /* Adds spacing for better visibility */
}
.missing-selection {
    border: 2px solid red;
    border-radius: 10px;
    padding:20px 10px;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    0% { background-color: rgba(255, 0, 0, 0.1); }
    100% { background-color: transparent; }
}

.condition-img-2 img {
    background-color: rgb(244, 241, 244);
    padding: 15px;
    height: 110px !important;
    display: flex;
    align-items: center;
}
.card-text {
    word-break: break-word;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    color: #4d148c;
    background-color: white;
    border-radius: 0 0 15px 15px;
}
.condition-img img {
    background-color: rgb(244, 241, 244);
    padding: 5px;
    height: 110px !important;
    display: flex;
    align-items: center;
}
.card-text {
    word-break: break-word;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    color: #4d148c;
    background-color: white;
    border-radius: 0 0 15px 15px;
}
.equal-height-card,.issue-box ,.accessory-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    padding: 15px 0 0 0;
    height: 100%;
    /* background-color: rgba(252, 248, 246, 0.7); */
    background-color: rgba(77, 20, 140,0.05);
    border-radius: 15px;
    /* box-shadow: 2px 2px 3px rgba(202, 202, 202,0.5); */
    border: 1px solid #d3a9ff;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    /* border: 1px transparent; */
    overflow: hidden !important;
}
.equal-height-card.selected , .issue-box.selected , .accessory-box.selected  {
    border: 1px solid #4d148c;
    transform: scale(1.001);
    box-shadow: 4px 4px 8px rgb(202, 202, 202);
}




