/*
Theme Name: Wizeedu - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: wizeedu
*/
@import url("../wizeedu/style.css");

/*Custom Css*/

.sticky_on .main-menu ul li.menu-item.current-menu-item > a,
.sticky_on .main-menu > ul > li:hover > a > span {
  color: #fff !important;
}
.top_footer a:hover,
.main-menu > ul#menu-top-menu > li:hover > a > span,
.widget_nav_menu .menu .menu-item:hover > a {
  color: #a0bfbf !important;
}
.get-touch-custom .gt3_custom_text a:hover,
.main-menu > ul > li:hover > a > span {
  color: #1d6767 !important;
}
.stripe_item-divider {
  background-color: #a0bfbf !important;
}
.vc_sep_line {
  border-color: #a0bfbf !important;
}
body header.main_header .sticky_header .logo_container > a > img {
  max-height: 45px;
  height: 55px !important;
}
.what-fatemi-custom .gt3_module_button {
  width: 100%;
}
.tagline {
  color: #000;
  margin-left: 10px;
  font-weight: 500;
}
.sticky_on .tagline {
  color: #fff;
}
.what-fatemi-custom .button_size_large {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 19px 25px;
}
.main-menu > ul > li > a {
  color: #000;
}
.main-menu > div > ul > li > a,
.sticky_on .main-menu > ul > li > a {
  color: #a0bfbf;
}
.main_header .top_header_wrapper {
  padding: 5px 0;
  font-size: 14px;
  background: #1d6767;
}
.main_header .sticky_on .header_search .header_search__icon > i::before {
  color: #fff;
}
.pre_footer input[type="submit"] {
  background: #a0bfbf !important;
}
.pre_footer .mc-field-group input {
  border: 1px solid #a0bfbf;
}
.pre_footer {
  background: #035757;
}
.shortcode_team .team-positions span {
  color: #a0bfbf !important;
}
.custom-accordian-choose h4 .vc_tta-controls-icon {
  color: #a0bfbf !important;
}
input[type="radio"]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before {
  color: #a0bfbf !important;
}
input[type="radio"]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before {
  color: #a0bfbf !important;
}
.lp-single-course .lp-single-course-main .course-price .free {
  color: #1d6767 !important;
}
.lp-single-course .lp-single-course-main .info-metas i,
.learn-press-courses .course-wrap-meta .meta-item::before {
  color: #1d6767 !important;
}
.lp-single-course .lp-single-course-main .course-buttons .lp-button,
.learn-press-courses .course-content .course-readmore a {
  background-color: #1d6767 !important;
  border: 1px solid #1d6767 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff !important;
}
.lp-single-course .lp-single-course-main .course-buttons .lp-button:hover,
.learn-press-courses .course-content .course-readmore a:hover {
  background-color: #fff !important;
  color: #1d6767 !important;
}
.social-share-toggle .share-toggle-icon:hover {
  color: #a0bfbf !important;
}
.home-banner-txt-link a:hover {
  text-decoration: underline !important;
}
.top-menu.main-menu ul li.menu-item.current-menu-item > a {
  color: #dce3e3 !important;
  text-decoration: underline;
}
body.wpb-js-composer
  .vc_row
  .vc_tta.vc_tta-accordion.vc_tta-style-classic
  .vc_tta-controls-icon {
  color: #a0bfbf !important;
}

.stripe_item:hover::after {
  opacity: 0.7 !important;
}
.ftr-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.ftr-social {
  display: flex;
  gap: 18px;
}
.ftr-social a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.ftr-social a:hover {
  color: #a0bfbf;
}
.ftr-copyright span {
  font-size: 14px;
  color: #a0bfbf;
}
.ftr-copyright span i.fa-heart {
  color: #e25555;
  font-size: 15px;
  margin: 0 3px;
}

/*Poll section css start*/
.poll-wrap {
  display: flex;
  justify-content: center;
}

.poll-box {
  max-width: 580px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  margin: 8px;
}

.poll-box h2 {
  margin: 0 0 4px;
  font-size: 20px;
  color: #111827;
}

.poll-box .sub {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 18px;
}

.poll-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.poll-item.active {
  background: rgba(29, 103, 103, 1);
  border-color: rgba(29, 103, 103, 1);
}

.poll-item.active .title,
.poll-item.active .percent,
.poll-item.active .votes {
  color: #fff;
}

.poll-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-weight: 500;
  font-size: 14px; /* smaller text */
  color: #111827;
}

.percent {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.votes {
  font-size: 11px;
  color: #6b7280;
  text-align: right;
}

.track {
  height: 5px; /* thinner bar */
  background: #e5e7eb;
  border-radius: 999px;
  margin-top: 8px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0%;
  background: #1f6d68;
  transition: width 0.5s ease;
}

.poll-item.active .progress {
  background: #ffffff;
}

.poll-footer {
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

.thankyou {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  display: none;
  transition: all ease-in-out 0.3s 0s;
  color: #059d00;
}
.share {
  display: none;
  margin-top: 4px;
  color: #2563eb;
  font-size: 13px;
  cursor: pointer;
}
/* Default hide */
.poll-item .track,
.poll-item .percent {
 /* opacity: 0;
  visibility: hidden;*/
  display: none;
}

/* Jab vote ho chuka ho */
.poll-row.voted .track,
.poll-row.voted .percent {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* Smooth animation */
.track .progress {
  width: 0;
  transition: width 0.6s ease;
}
/*Poll section css end*/

@media (max-width: 767px) {
  .logo_container img {
    max-height: 45px;
  }
  .bottom_header {
    max-height: 70px;
  }
  header.main_header {
    background-color: #fff !important;
    color: #1d6767 !important;
  }
  header .toggle-inner,
  header .toggle-inner::before,
  header .toggle-inner::after {
    background-color: #1d6767;
  }
  .main-menu ul li.menu-item.current-menu-item > a {
    color: #fff !important;
  }

  .ftr-copyright {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
  }
}



/* 13-Jan-2026 */

    .poll-first-container {
      padding: 70px 0;
  background: linear-gradient(
    148deg,
    rgba(29, 103, 103, 1) 0%,
    rgba(220, 227, 227, 1) 48%,
    rgba(160, 191, 191, 1) 100%
  );
  background-size: 300% 300%;
  animation: gradientMove 15s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
     
  .poll-first-container  .poll-box h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
 .poll-first-container  .poll-box .sub {
  font-size: 20px;
  margin-top: 15px;
}
 .poll-first-container  .poll-item {
  border-radius: 35px;
  padding: 15px 25px;
  box-shadow: rgb(131 134 137 / 14%) 0px 6px 0px;
  margin-bottom: 20px;
}
 .poll-first-container  .title {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
 .poll-first-container  .poll-box {
  padding: 30px;
  border-radius: 25px;
}  
#loading-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-center-absolute {
    left: inherit;
    top: inherit;
    margin-top: 0;
    margin-left: 0;
}


@media only screen and (max-width: 767px){
.poll-first-container {
    padding: 40px 0;
}
.poll-first-container  .poll-box h2 {
    font-size: 24px;
}
.poll-first-container  .poll-box .sub {
    font-size: 14px;
    margin-top: 10px;
}
.poll-first-container  .poll-box {
    padding: 24px;
}
.poll-first-container  .poll-item {
    border-radius: 16px;
    padding: 11px 20px;
}
.poll-first-container  .title {
    font-size: 16px;
    letter-spacing: 1px;
}
}

.poll-question.active {
    display: block;
}
/* 15-Jan-2026 */
/* .poll-card {
  display: none;
  animation: fadeIn 0.9s ease;
}

.poll-card.active {
  display: block;
} */


/* SHOW ALL QUESTIONSssssssssssss */
.poll-card {
  display: block;
  animation: fadeIn 0.6s ease;
}

/* RESULT HIDDEN INITIALLY */
.result-card {
  display: none;
  margin-top: 30px;
}

.result-card.active {
  display: block;
}
.poll-item {
  padding: 14px;
  margin-bottom: 10px;
  background: #f5f6f4;
  border-radius: 8px;
  cursor: pointer;
  transition: 1.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.poll-item:hover {
  background: #e2e4e1;
}

.result-card a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: #55b495;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}


.poll-item.show-percent .percent {
  display: inline;
}

.poll-item.selected {
  background: #d9ece5;
  cursor: default;
}


