.interview-preparation-section:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0px;
    width: 249px;
    height: 349px;
    background-image: url(../../assets/images/ellipse.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.interview-preparation-section .title h3 {
    min-height: 70px;
}
.interview-preparation-section {
    position: relative;
}
.dark-slider-wrapper {
    position: relative;
}
.interview-preparation-section .title{
    margin-bottom: 40px;
    max-width: 696px;
    margin-left: auto;
}
.interview-preparation-section .title p.text-secondary {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(83, 83, 102, 0.85);
}
.interview-preparation-section .hr-questions-card {
    align-items: center;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    height: 100%;
}
.interview-preparation-section .hr-questions-card ul li {
    display: flex;
    margin-bottom: 32px;
}
.interview-preparation-section .hr-questions-card ul li:last-child {
    margin-bottom: 0px;
}
.interview-preparation-section .hr-questions-card h6 {
    margin-bottom: 44px;
}
.interview-preparation-section ul {
    margin: 0;
}
.hr-questions-card ul li .counts {
    padding: 3px 8px;
    width: 25px;
    height: 25px;
    background: #204BD8;
    border-radius: 12.5px;
    margin-right: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: center;
}
[dir=rtl] .hr-questions-card ul li .counts {
    margin-right: 0;
    margin-left: 16px;
}
.hr-questions-card ul li .b3 {
    margin-top: 8px;
}
.interview-preparation-slider {
    margin-top: 32px;
}
.interview-preparation-slider .icon-card {
    padding: 40px 32px;
    background: #FFFFFF;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.interview-preparation-slider .icon-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}
.interview-preparation-slider .icon-card h5 {
    color: #0F0E5A;
    margin-bottom: 0;
}
.interview-preparation-slider .icon-card ul {
    margin-top: 20px;
    list-style: none;
}
.interview-preparation-slider .icon-card ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 8px;
}
.interview-preparation-slider .icon-card ul li:last-child {
    margin-bottom: 0px;
}
.interview-preparation-slider .icon-card ul li svg {
    margin-right: 12px;
}
[dir=rtl] .interview-preparation-slider .icon-card ul li svg {
    margin-right: 0px;
    margin-left: 12px;
}
.technical-interview-dark {
    background-image: url(../../assets/images/technical-interview-dark-bg.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.technical-interview-dark:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../assets/images/interview-after.png);
    background-size: cover;
    background-position: bottom;
}
.t-interview-dark-slider .swiper-slide {
    height: auto;
}
.t-interview-dark-slider .icon-card {
    box-sizing: border-box;
    background: rgba(245, 246, 248, 0.12);
    border: 1px solid rgba(229, 231, 235, 0.2);
    backdrop-filter: blur(22.3px);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.t-interview-dark-slider .icon-card img {
    width: 48px;
    margin-left: auto;
}
[dir=rtl] .t-interview-dark-slider .icon-card img {
    margin-left: 0;
    margin-right: auto;
}
.t-interview-dark-slider .icon-card h5 {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0025em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    margin-bottom: 12px;
    margin-top: 82px;
}
.t-interview-dark-slider .icon-card p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.71);
    margin-bottom: 0;
}
.t-interview-dark-slider {
    margin-top: auto;
    width: 100%;
}
.technical-interview-dark h6 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 77px;
}


#interview-dark-cta .button-next,
#interview-dark-cta .button-prev{
  width: 48px;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 48px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#interview-dark-cta .button-next:hover,  
#interview-dark-cta .button-prev:hover{
  background-color: #fff;
}
#interview-dark-cta .button-next:hover svg path, 
#interview-dark-cta .button-prev:hover svg path {
  fill: #160B88;
  stroke: #160B88;
}


#interview-slider-cta .button-next,
#interview-slider-cta .button-prev{
  width: 48px;
  border: 1px solid #160B8B;
  border-radius: 100%;
  height: 48px;
  background-color: #160B8B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#interview-slider-cta .button-next:hover,  
#interview-slider-cta .button-prev:hover{
  background-color: #ffffff;
}
#interview-slider-cta .button-next:hover svg path, 
#interview-slider-cta .button-prev:hover svg path {
  fill: #160B8B;
  stroke: #160B8B;
}


@media (min-width: 992px) {
    .interview-prep-left-col{
        padding-right: 8px;
    }
    .interview-prep-right-col{
        padding-left: 8px;
    }
    #interview-slider-cta, #interview-dark-cta{
        display: none !important;
    }
}
@media (max-width: 991px) {

    .interview-preparation-section:before {
        width: 179px;
        height: 210px;
        background-size: cover;
        top: -90px;
        filter: blur(40px);
        flex: none;
        order: 2;
        flex-grow: 0;
        z-index: 2;
        opacity: 1;
        left: 0;
    }
    .interview-preparation-section .sec-header {
        text-align: center;
    }
    .interview-preparation-section .title h3 {
        min-height: 0px;
    }
    .interview-preparation-section .title {
        margin-bottom: 16px;
    }
    .interview-preparation-section .title p.text-secondary {
        font-size: 14px;
        line-height: 20px;
        color: rgba(83, 83, 102, 1);
    }
    .interview-preparation-section .col-xl-7 .title {
        margin-bottom: 0px;
    }
    .interview-preparation-section .hr-questions-card {
        margin-bottom: 32px;
        border: 1px solid rgba(0, 7, 135, 0.2);
        border-radius: 12px;
        padding: 40px 24px 32px 24px;
        height: auto;
    }
    .interview-preparation-section .hr-questions-card h6 {
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #060534;
    }
    .hr-questions-card ul li .b3 {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #535366;
        align-self: stretch;
        letter-spacing: 0;
    }
    .interview-prep-left-col .b1.b2-mob.text-primary {
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .interview-preparation-section .hr-questions-card ul li {
        margin-bottom: 16px;
    }
    .interview-preparation-section {
        z-index: 9;
    }
    .technical-interview-dark {
        border-radius: 0 !important;
        background: #03031D;
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        z-index: 99;
    }
    .technical-interview-dark h6 {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.025em;
        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .t-interview-dark-slider .icon-card h5 {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.025em;
        color: #FFFFFF;
        margin-top: 110px;
        margin-bottom: 16px;
    }
    .t-interview-dark-slider .icon-card p {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.71);
        align-self: stretch;
        margin: 0;
    }
    .interview-preparation-slider .icon-card {
        padding: 24px;
    }
    .interview-preparation-slider .icon-card img {
        margin-bottom: 34px;
        margin-right: 32px;
        margin-left: auto;
    }
    [dir=rtl] .interview-preparation-slider .icon-card img {
        margin-right: auto;
        margin-left: 32px;
    }
    .interview-preparation-slider .icon-card {
        width: 100%;
    }
    .interview-preparation-slider .icon-card ul {
        margin-top: 24px;
    }
   .t-interview-dark-slider .icon-card {
        backdrop-filter: blur(44.6px);
        background-image: url(../../assets/images/div.png);
        background-size: cover;
        background-repeat: no-repeat;
   }
    .technical-interview-dark:after{z-index: 1;}

    .t-interview-dark-slider {
        z-index: 9;
    }

}