/* =================hero section=====================0 */

.hero {
    height: 800px;
}
.hero_services{
    height: 40vh;
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}

/* =================secondary header===================== */
.secondary-header {
    position: sticky;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 60px;

    /* =================PrimaryHeader===================== */
}
/* .primary-header{
    position: sticky;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 64px;
} */




/*--------------------------------------------------------------
#  SECOND SERVICE SECTIONSERVICE SECTION 
--------------------------------------------------------------*/
.SECONDSERVICESECTION {
    border: 1px solid#ccc;
    border-radius: 10px;
    padding: 25px;
    margin: 18px 27px;
}

/* testimonial section */

.demo {
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}
.top-icon,
.bottom-icon {
    display: block;
    font-size: 70px;
    color: #fdfeff;
    text-align: center;
    margin: 0 auto;
}
.testimonial {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #ff735b, #f33963);
    color: #fdfeff;
    z-index: 1;
}
.testimonial:after {
    content: "";
    width: 150px;
    height: 107%;
    background: #ff9f3c;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 18px 25px 0 0;
    position: relative;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content {
    width: 70%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.testimonial .description {
    font-size: 18px;
    line-height: 26px;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1ec4f3;
}
.owl-theme .owl-controls .owl-page:active span {
    color: #1ec4f3;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        text-align: center;
    }
    .testimonial .pic {
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonial {
        padding: 0 20px;
    }
    .testimonial .testimonial-title {
        font-size: 22px;
    }
}

/* download */

.button {
    width: 300px;
}

/* all cards  */

.carousel-item .card-span:hover {
    /* box-shadow: 3px 3px 6px 1px; */
    transform: scale(1.05);
    cursor: pointer;
    /* border-radius: 0px !important; */
}

.services-icons:hover {
    transform: scale(1.05) !important;
    /* cursor: pointer; */
}

/* ==================login/sinup page=========== */

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

/*==================login/sinup page=========== */

/* btn style */

.custom-btn {
    height: 46px;
    width: 330px;
    border-radius: 20px;
    background-color: #ff6969;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.bx-icon:hover {
    padding-top: 8px;
    padding-left: 6px;
    /* margin: 10px; */
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #ff6969;
    border: none;
    color: #ffffff;
}
.bx-icon {
    margin-left: 10px;
    color: black;
}

/* =====================CONTACT US================================ */

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.section-header {
    text-align: center;
    padding-bottom: 60px;
}
.contact .info-container {
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
    width: 100%;
    /* background: linear-gradient(to right ,#ff735b ,#f33963); */
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #000000;
}

.contact .info-item:last-child {
    margin-bottom: 0;
}

.contact .info-item i {
    font-size: 20px;
    /* color: #fff; */
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

/* .contact .info-item:hover i {
    background: #fff;
    color: var(--color-primary);
  } */

.contact .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

/* .contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: rgba(0, 131, 116, 0.8);
  }
   */
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*==========================services module============================= */
.locationInput {
    height: 39px;
    border-radius: 9px;
    padding: 9px;
    border: 1px solid gray;
}

.star-ratings mark {
    background-color: #ffb30e;
    color: black;
    border-radius: 2px;
    margin: 4px;
    padding: 2px 8px;
    font-size: 18px;
}

.star-ratings {
    font-size: 24px;
    color: #ccc;
}
.star {
    display: inline-block;
    margin-right: 5px;
    color: rgb(255, 110, 0);
}

.btnBorder {
    border: 1px solid #80808061;
    padding: 5px 5px;
    border-radius: 4px;
}
/* =====================ABOUT US================================ */

/*--------------------------------------------------------------
# ABOUT US Section
--------------------------------------------------------------*/
.about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--color-primary);
}

/* =====================FAQ================================ */

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.faq .accordion-button {
    padding: 15px 40px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: var(--color-default);
    text-align: left;
    background: var(--color-white);
    box-shadow: none;
    border-radius: 5px;
}
.faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}

.faq .accordion-button:not(.collapsed) {
    /* color: var(--bs-primary); */
    border-bottom: 0;
    box-shadow: none;
}
.faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: var(--bs-primary);
}

.faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(0, 0, 0, 0.06) !important;
}

.faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: none;
}

.faq .accordion-item {
    border: 0;
    margin-top: 15px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
}
.accordion-button:not(.collapsed)::after {
    color: rgba(0, 0, 0, 0.06) !important;
}

/* ==========================sercice-details=============== */

mark {
    background-color: #ffb30e;
    color: black;
    border-radius: 2px;
    margin: 4px;
    padding: 2px 8px;
    font-size: 18px;
}

.star-ratings {
    font-size: 24px;
    color: #ccc;
}
.star {
    display: inline-block;
    margin-right: 5px;
    color: rgb(255, 110, 0);
}

.rating-box {
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.rating-box .stars {
    display: flex;
    align-items: center;
    gap: 25px;
}
.stars i {
    color: #e6e6e6;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.stars i.active {
    color: #ff9c1a;
}
/* slider */

.swiper {
    width: 100% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.swiper-slide {
    background-position: center !important;
    background-size: cover !important;
    width: 300px !important;
    height: 300px !important;
}

.swiper-slide img {
    display: block !important;
    width: 100% !important;
}

/* wish button */

.button--secondary,
.button--secondary:visited {
    /* border-radius: 3px; */
    cursor: pointer;
    display: inline-block;
    min-width: 64px;
    font-family: inherit;
    font-size: inherit;
    line-height: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: background 0.1s linear;
    font-weight: 400;
    color: #fb3c00;
    background: #fff;
    /* border: 1px solid #ddd; */
    box-shadow: none;
    /* padding: 15px 15px; */
    transition-property: border;
    transition-timing-function: ease-in-out;
    transition-duration: 0.15s;
}
.button--full-width {
    min-width: 385px;
}
.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}
.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}
.icon-svg--color-silver {
    fill: #ccc;
    color: #ccc;
}
.icon-svg--color-blue {
    fill: #fb3c00;
    color: #fb3c00;
}
.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}
.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.btn__effect {
    display: inline-block;
    position: relative;
}
.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}
.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}
.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}
.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}
.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}
.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}
.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #ffb800;
}
.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #fb3c00;
    transform: scale(0, 0);
}
.active .heart-stroke {
    opacity: 0;
}
.active .heart-full {
    opacity: 1;
}
.active .icon-svg {
    animation: bounceIn 0.5s linear;
}
.active .effect:before {
    animation: fireworkLine 0.5s linear 0.1s;
}
.active .effect:after {
    animation: fireworkPoint 0.5s linear 0.1s;
}
.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}
.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}
.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}
.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}
.deactivate .broken-heart {
    opacity: 1;
}
.deactivate .broken-heart--left {
    animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s
            forwards,
        hide 0.25s ease-in 0.55s forwards;
}
.deactivate .broken-heart--right {
    animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s
            forwards,
        hide 0.25s ease-in 0.55s forwards;
}
.deactivate .broken-heart--crack {
    animation: crack 0.2s ease-in forwards;
}
.button.one.desktop:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}
.button.two.desktop:not(.active):hover .heart-stroke {
    animation: pulseBlue 1s ease-out infinite;
}
@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #ccc;
    }
    50% {
        transform: scale(1.15);
        fill: #fb3c00;
    }
    100% {
        transform: scale(1);
        fill: #ccc;
    }
}
@keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }
    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }
    35% {
        right: 0;
        width: 35%;
    }
    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }
    100% {
        right: 0;
        transform: scale(0, 0);
    }
}
@keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }
    60% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 0);
    }
}
@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1);
    }
}
@keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}
@keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }
    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*===============  user profile secrion  ===============*/
.card__social li {
    list-style: none;
}

.modal-body .card {
    position: relative !important;
    width: 256px !important;
    background-color: var(--black-color) !important;
    padding: 1.25rem 2rem 3rem !important;
    border-radius: 1.5rem !important;
    text-align: center !important;
    box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2) !important;
}

.card__img {
    width: 96px;
    border-radius: 50%;
}

.card__border {
    width: 110px;
    height: 110px;
    border: 2px solid var(--first-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 0.75rem;
    cursor: pointer;
}

.card__name {
    color: #131212;
    font-size: 1.3rem;
    font-weight: 700;
}

.card__profession {
    color: var(--text-color);
    font-size: var(--smaller-font-size);
    font-weight: 500;
}

.card__social {
    width: 200px;
    background-color: var(--first-color);
    padding: 0.75rem;
    border-radius: 3rem;
    text-align: initial;
    box-shadow: 0 8px 24px hsla(29, 75%, 56%, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.75rem;
    margin: 0 auto 8px;
    overflow: hidden;
    transform-origin: 18px 17px;
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}

.card__social-control {
    position: relative;
    transform-origin: 18px 18px;
    transition: transform 0.45s ease;
    transform: rotate(0);
}

.card__social-toggle {
    display: inline-flex;
    background-color: var(--black-color);
    color: var(--first-color);
    font-size: 1.25rem;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.card__social-text {
    display: block;
    color: var(--black-color);
    font-size: var(--smaller-font-size);
    font-weight: 500;
}

.card__social-list {
    display: inline-flex;
    column-gap: 0.75rem;
    transform: rotate(135deg);
    transform-origin: 18px 17px;
}

.card__social-link {
    display: inline-flex;
    background-color: var(--first-color-light);
    color: var(--black-color);
    font-size: 1.25rem;
    padding: 6px;
    border-radius: 50%;
}

.card__social-text,
.card__social-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 3.1rem;
}

.card__social-text {
    top: 0.5rem;
}

/* Rotate social */
.animation .card__social-control {
    transform: rotate(-135deg);
}

/* Up animation */
.card__social.animation {
    animation: up-animation 1s ease-in-out forwards;
}

@keyframes up-animation {
    0%,
    100% {
        transform: rotate(0);
    }
    50%,
    60% {
        transform: rotate(-3deg);
    }
    88% {
        transform: rotate(1deg);
    }
}

/* Down animation */
.card__social.down-animation {
    animation: down-animation 1s ease-in-out forwards;
}

@keyframes down-animation {
    0%,
    100% {
        transform: rotate(0);
    }
    50%,
    60% {
        transform: rotate(6deg);
    }
    0%,
    88% {
        transform: rotate(-1deg);
    }
}
@media (min-width: 992px) {
    /* .modal { */
    /* position: fixed;
    left: 675px !important;
    top: -15px;
  } */
}

.btn-primary:hover {
    color: #fbf9f9;
    background-color: orange;
    border-color: orange;
}

.btn-check:focus + .btn,
.btn:focus {
    /* outline: 0; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* =========================user porfile css ============================*/
/* Hide the increment and decrement arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* service details rating css */

/* * Pure CSS star rating that works without reversing order * of inputs * ------------------------------------------------------- * NOTE: For the styling to work, there needs to be a radio * input selected by default. There also needs to be a * radio input before the first star, regardless of * whether you offer a 'no rating' or 0 stars option * * This codepen uses FontAwesome icons */
#full-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
}
#full-stars-example .rating-group {
    display: inline-flex;
}
#full-stars-example .rating__icon {
    pointer-events: none;
}
#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}
#full-stars-example .rating__icon--star {
    color: orange;
}
#full-stars-example .rating__icon--none {
    color: #eee;
}
#full-stars-example
    .rating__input--none:checked
    + .rating__label
    .rating__icon--none {
    color: red;
}
#full-stars-example
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example
    .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
}
#full-stars-example
    .rating__input--none:hover
    + .rating__label
    .rating__icon--none {
    color: red;
}
#half-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* add padding and positioning to half star labels */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
}
#half-stars-example .rating-group {
    display: inline-flex;
}
#half-stars-example .rating__icon {
    pointer-events: none;
}
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}
#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}
#half-stars-example .rating__icon--star {
    color: orange;
}
#half-stars-example .rating__icon--none {
    color: #eee;
}
#half-stars-example
    .rating__input--none:checked
    + .rating__label
    .rating__icon--none {
    color: red;
}
#half-stars-example
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example
    .rating-group:hover
    .rating__label--half
    .rating__icon--star {
    color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example
    .rating__input:hover
    ~ .rating__label--half
    .rating__icon--star {
    color: #ddd;
}
#half-stars-example
    .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
}
#half-stars-example
    .rating__input--none:hover
    + .rating__label
    .rating__icon--none {
    color: red;
}
#full-stars-example-two {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* hide 'none' input from screenreaders */
    /* set icon padding and size */
    /* set default star color */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
    display: inline-flex;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.2rem;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two
    .rating__input:hover
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}
