/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



/*--- default poll widget css ---*/

.default-poll {
    /* background: #333; */
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.default-poll .tab-pane .card {
    background: #333;
    border: none !important;
    margin-bottom: 10px !important;
}

.default-poll .tab-pane .card h4 {
    color: #fff;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
}

.default-poll .tab-pane .card label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.default-poll .tab-pane .card .card-body {
    padding: 0px;
}

.quesprogress {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
}

.quesprogress progress {
    width: 100%;
}

.timer-container {
    color: #fff;
    font-size: 13px;
    height: 40px;
}

.nextprevioustoggle {
    width: 100%;
    float: left;
}

.nextprevioustoggle .btn {
    height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.nextprevioustoggle .btn:focus {
    outline: none;
    box-shadow: none;
}

#timer {
    position: relative;
    top: -26px;
    left: 110px;
}

.nextprevioustoggle img {
    width: 19px !important;
    filter: invert(1);
}

.catgrySlct-box label {
    position: relative;
    top: -7px;
    font-size: 14px;
    text-transform: capitalize;
}

.enableFeatures-1 {
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 20px;
    border-left: 4px solid #ccc;
    background: #eee;
}

.resultdiv h3 {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    padding: 5px 20px;
    margin: 0px !important;
    background: rgb(213, 138, 7);
    background: linear-gradient(90deg, #4CAF50 33%, rgb(76 175 80 / 0%) 99%);
}

#result_message {
    color: #fff;
    font-size: 21px;
    line-height: normal;
    margin: 30px 0px;
}

.progress {
    border-radius: 10px;
    height: 17px;
}

.progress .progress-bar {
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}

.disable-text-click {
    position: absolute;
    top: 30px;
    right: 1px;
    background: #f3f3f3;
    padding: 6px;
    color: #999;
    margin-bottom: 0px;
}

/*puzzle css*/

h2.wTemp {
    padding: 0px !important;
}

/* Backdrop (Dimmed background) */




.poll-analytics-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.poll-analytics-table th, .poll-analytics-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.poll-analytics-table th {
    background: #f4f4f4;
    font-weight: bold;
}

h2.poll-ques {
    margin-top: unset;
}

li.poll-ques-item {
    list-style-type: none;
    background-color:white;
}

ul.poll-ques-list {
    padding: unset;
    margin-left: 0px !important;
}
.poll-submit{
    margin-top:20px;
}
.poll-submit button {
    font-size: 15px;
    padding: 2px 7px;
    border: 1px solid black;
    /* background-color: #007bff; */
    color:white;
    border-radius: 5px !important;
}

.reviewbtn {
    background: #f67b00;
    border-radius: 5px !important;
    color: #fff;
    font-size: 12px;
    padding: 0px 12px !important;
    line-height: unset;
    float: right;
    height: 29px !important;
    border: none;
    font-weight: 700;
}

button.btn.btn-success.reviewbtn {
    margin-top: -31px;
    margin-right: 0px;
    background: #FF9800;
    border: none;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(90deg, #7f5af0, #e68e56);
}
.container-fluid{
    padding: 0px !important;
}
/*--- default poll widget css ---*/
.puzzle_main{
    margin-top:20px;
    margin-bottom:20px;
}
.default-poll {
    /* background: #ebebeb; */
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(127, 90, 240, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.default-poll .tab-pane .card {
    background: transparent;
    border: none !important;
    margin-bottom: 10px !important;
}

.default-poll .tab-pane .card h4 {
    color: #444;
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* Main Article Container */
.weather-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    /* background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
}

/* Header Section */
.weather-header {
    /* text-align: center; */
    padding: 30px 0;
    /* background: linear-gradient(135deg, #00a8ff, #0097e6);
    color: white;
    border-radius: 10px;
    margin-bottom: 30px; */
}

.current-weather {
    font-size: 21px;
    margin: 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.sun-times {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
    font-size: 16px;
}

/* Forecast Section */
.forecast-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
}
.forecast-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    border: 1px solid #eee;
    height: auto;
    width: 250px;
}

.forecast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.forecast-date {
    font-size: 18px;
    color: #2d3436;
    font-weight: 600;
    margin-bottom: 15px;
}

.forecast-details {
    color: #636e72;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    max-width: 800px;
    margin: 40px auto;
}

.faq-section h4 ,
.forecast-title,
.aqi-title{
    font-size: 24px;
    color: #2d3436;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.cities-head th,
.forecast-table th {
    background-color: #0660f0;
    color: white !important;
  }
#images-layout{
    padding-left:0px;
    padding-right:20px;
}
.other-cities-table{
    text-align:center;
}
.faq-section h4::after ,
.forecast-title::after,
.cities-title::after,
.aqi-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #00a8ff;
}
.cities-title{
    font-size: 24px;
    color: #2d3436;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}


.faq-item {
    background: white;
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-size: 18px;
    color: #2d3436;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-answer {
    display: none; 
    font-size: 14px; 
    color: #555; 
    margin-top: 10px; 
}

.faq-item.active .faq-answer {
    display: block; 
}
.faq-answer {
    margin-top: 15px;
    color: #636e72;
    line-height: 1.6;
    font-size: 16px;
}

/* Footer Section */
.footer {
    margin-top: 40px;
    padding: 20px;
    background: #f5f6fa;
    border-radius: 8px;
    text-align: center;
    color: #636e72;
    font-size: 14px;
}

/* Abbreviations Section */
.abbreviations {
    margin: 30px 0;
    padding: 20px;
    background: #f5f6fa;
    border-radius: 8px;
    font-size: 14px;
    color: #636e72;
}

/* Responsive Design */
@media (max-width: 768px) {
    .weather-article {
        padding: 10px;
    }
    
    .sun-times {
        flex-direction: column;
        gap: 20px;
    }
    
    .forecast-card {
        min-height: 180px;
    }
}
 h2 {
    margin: 0px !important;
    margin-bottom: 10px !important;
    font-size: 20px;
    /* color: #007bff !important; */
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-warning,.bg-success{
    background: linear-gradient(90deg, #7f5af0, #e68e56) !important;

}
.default-poll .tab-pane .card label {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding-left: 21px;
}

.default-poll .tab-pane .card .card-body {
    padding: 0px;
}

.default-poll .form-check .form-check-input {
    left: 25px !important;
    top: 5px;
}

.default-poll .form-check {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 1.3;
}

.quesprogress {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
}

.quesprogress progress {
    width: 100%;
}

.timer-container {
    color: #1c1b1b;
    font-size: 13px;
    height: 40px;
}

.nextprevioustoggle {
    width: 100%;
    float: left;
}

.nextprevioustoggle .btn {
    height: 30px !important;
    font-size: 12px;
    font-weight: 600;
    width: 10px;
    position: relative;
}

.nextprevioustoggle .btn:focus {
    outline: none;
    box-shadow: none;
}

#timer {
    position: relative;
    top: -26px;
    left: 110px;
}

.nextprevioustoggle img {
    width: 20px !important;
    filter: invert(1);
    opacity: unset !important;
    position: absolute;
    top: 5px;
    left: 7px;
}

.catgrySlct-box label {
    position: relative;
    top: -7px;
    font-size: 14px;
    text-transform: capitalize;
}

.enableFeatures-1 {
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 20px;
    border-left: 4px solid #ccc;
    background: #eee;
}

.resultdiv h3 {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    padding: 5px 20px;
    margin: 0px !important;
    background: rgb(219 219 219);
}

#result_message {
    color: #5c5c5c;
    font-size: 19px;
    line-height: normal;
    margin: 30px 0px;
    
}

.progress {
    border-radius: 10px;
    height: 17px;
}

.progress .progress-bar {
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}

.disable-text-click {
    position: absolute;
    top: 30px;
    right: 1px;
    background: #f3f3f3;
    padding: 6px;
    color: #999;
    margin-bottom: 0px;
}

/*puzzle css*/



button#previousBtn {
    padding-right:20px;
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    -webkit-text-fill-color: transparent;
}

button#nextBtn {
    padding-left:20px;
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    -webkit-text-fill-color: transparent;
}
/* html, body {
    overscroll-behavior: contain; 
}

input:focus {
    scroll-behavior: smooth;
    outline: none; 
} */


/* Main card styling */
.astro-card {
    max-width: 100%;
    margin: 20px auto;
    /* color: #fff; */
    border-radius: 15px;
    
    padding: 25px;
    font-family: 'Montserrat', sans-serif;
  }
  
  /* Header section */
  .astro-header {
    /* display: flex; */
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
  }
  
  .astro-icon {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #7f5af0, #2b2c5a);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(127, 90, 240, 0.6);
    transition: transform 0.3s ease;
  }
  
  .astro-icon:hover {
    transform: scale(1.05);
  }
  .poll_heading{
    color: #007bff;
  }
 
  #horoscope-date,.poll_heading{
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .astro-header h2, .astro-info h2{
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* Content section */
  .astro-content {
    padding: 5px 10px;
  }
  
  .astro-content p {
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0;
    padding: 12px 15px;
    border-radius: 10px;
    /* background: linear-gradient(135deg, #f0f2fd, #e6e9f5); */
    box-shadow: 0 0 5px rgba(127, 90, 240, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.2s ease;
  }
  
  .astro-content p:hover {
    transform: scale(1.03);

  }
  
  .astro-content strong {
    color: #7f5af0;
    font-weight: 600;
    margin-right: 5px;
  }
  
  /* Additional styling for separation */
  hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    margin: 30px 0;
  }
  
  /* Optional date display */
  .astro-date {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    font-style: italic;
  }
#sortdai_poll {
    margin: 20px auto;
    /* background-color: #f1f1f1; */
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width:100%;
    box-shadow: 0 0 5px rgba(127, 90, 240, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.poll-area {
    display: block;
}

.poll-head {
    margin-bottom: 15px;
}

.poll-head h5 {
    color: #007bff;
    margin: 0;
}

.poll-head h2 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}

.poll-ques-list {
    list-style: none;
    padding: 0;
}

.poll-ques-item {
    margin-bottom: 10px;
}
.poll_heading{
    color: #007bff;
}
.poll-ques-item label {
    display: flex;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ddd; */
    box-shadow: 0 0 5px rgba(127, 90, 240, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.poll-ques-item label:hover {
    background-color: #f9f9f9;
}

.poll-ques-item input[type="radio"] {
    margin-right: 10px;
}

.poll-submit {
    text-align: center;
    margin-top: 15px;
}

.poll-submit button {
    background: linear-gradient(90deg, #7f5af0, #e68e56);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.poll-submit button:hover {
    /* background-color: #0056b3; */
}

.poll-submit #poll-message {
    display: none;
    color: #d9534f;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.result-area {
    display: none;
    margin-top: 20px;
}

.result-area .poll-head h2 {
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
}
.icon-n-heading {
    display: flex;
    justify-content: space-between;
}
#clearAnswers {
    margin-right: 10px;
}
#clearAnswers {
    height: 25px;
    box-shadow: 0 0 20px rgba(127, 90, 240, 0.6);
    border-radius: 50%
  }
.result-area div {
    margin-bottom: 10px;
    margin-left:2px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.result-area div strong {
    display: block;
    font-size: 14px;
    margin:10px;
}
.poll-ques {
    color: #7f5af0;
  }
.result-area div div div{
    /* background-color: #007bff; */
    background: linear-gradient(90deg, #7f5af0, #e68e56) !important;

    height: 10px;
    border-radius: 5px;
}
.poll-options {
    box-shadow: 0 0 5px rgba(127, 90, 240, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.15);
  }
.percentage{
    float:right;
    top:-19px;
}
.result-area div span {
    position: absolute;
    top: 85%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
}
.poll-head h5 {
    color: #007bff;
    margin: 0;
    font-size: 14px;
}

.poll-head h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.poll-result-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.poll-result-option {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
}

.poll-result-bar-container {
    flex: 2;
    background-color: #f1f1f1;
    border-radius: 5px;
    position: relative;
    height: 10px;
    width: 100%;
    overflow: hidden;
}

.poll-result-bar {
    height: 100%;
    background-color: #007bff;
    border-radius: 5px;
    transition: width 0.4s ease;
}

.poll-result-percentage {
    font-size: 12px;
    color: #333;
}
