/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    background-color: #11223D;
    background-image: linear-gradient(rgba(11, 25, 44, 0.85), rgba(11, 25, 44, 0.85)), url("../../images/Why Choose Complaint.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 100px;
    overflow: hidden;
    z-index: 1;
}

/* Custom Feature Grid for Diagram Alignment */
.why-choose-one__feature-grid {
    position: relative;
    display: block;
}

.why-choose-one__feature-point {
    position: relative;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 500ms ease;
    height: 100%;
    z-index: 1;
}

.why-choose-one__feature-point:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #5CB0E9;
    transform: translateY(-10px);
}

.why-choose-one__feature-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 30px;
    color: #fff;
    transition: all 500ms ease;
}

.why-choose-one__feature-point:hover .why-choose-one__feature-icon {
    transform: rotateY(180deg);
}

.why-choose-one__feature-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.why-choose-one__text-center {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Mobile Responsive Fixes - Add gap between cards */
@media (max-width: 991px) {
    .why-choose-one .col-md-6 {
        margin-bottom: 30px;
    }
    
    .why-choose-one .row:last-child .col-md-6:last-child {
        margin-bottom: 0;
    }
}


/* Removed obsolete shape and progress styles to focus on background diagram */


/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 140px 0 106px;
    z-index: 1;
}

.why-choose-two__shape-1 {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: .10;
    z-index: -1;
}

.why-choose-two__shape-1 img {
    width: auto;
}

.why-choose-two__shape-2 {
    position: absolute;
    left: -13.8%;
    right: 83.7%;
    top: -20.12%;
    bottom: 8.03%;
    opacity: 0.4;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, #6669D8 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}

.why-choose-two__shape-3 {
    position: absolute;
    left: 66.41%;
    right: -16.51%;
    top: -0.27%;
    bottom: -11.82%;
    opacity: 0.5;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(250, 86, 116, 0.63) 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-top: 100px;
    margin-right: 60px;
}

.why-choose-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgb(11, 25, 44);
    background: linear-gradient(0deg, rgba(11, 25, 44, 1) 23%, rgba(11, 25, 44, 0) 100%);
    z-index: 1;
}

.why-choose-two__img img {
    width: 100%;
}

.why-choose-two__right {
    position: relative;
    display: block;
}

.why-choose-two__right .section-title {
    margin-bottom: 22px;
}

.why-choose-two__points {
    position: relative;
    display: block;
    margin-top: 25px;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-two__points li+li {
    margin-top: 25px;
}

.why-choose-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
    top: 18px;
    z-index: 1;
}

.why-choose-two__points li .icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 10px solid transparent;
    background: linear-gradient(90deg, #8F88FF, #5CB0E9) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: .20;
    z-index: -1;
}

.why-choose-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--complaint-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-two__points li:hover .icon span {
    transform: scale(0.9);
}

.why-choose-two__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-two__points li .content h4 {
    font-size: 24px;
    color: var(--complaint-white);
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    background-color: var(--complaint-black);
    padding: 140px 0 0;
    z-index: 1;
}

.why-choose-three__bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .20;
    height: 477px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.why-choose-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--complaint-white-rgb), 0.05);
    z-index: -1;
}

.why-choose-three__shape-1 {
    position: absolute;
    left: -13.12%;
    right: 63.02%;
    top: 18.3%;
    bottom: -29.52%;
    opacity: .30;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, #6669D8 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}

.why-choose-three__shape-2 {
    position: absolute;
    left: 46.41%;
    right: 3.49%;
    top: 14.16%;
    bottom: -25.38%;
    opacity: .50;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(250, 86, 116, 0.63) 0%, rgba(7, 12, 20, 0) 100%);
}

.why-choose-three__single-left {
    position: relative;
    display: block;
    margin-top: 10px;
}

.why-choose-three__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 62px;
}

.why-choose-three__icon {
    position: relative;
    display: inline-block;
}

.why-choose-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 57px;
    color: var(--complaint-base);
}

.why-choose-three__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--complaint-white);
    margin: 23px 0 6px;
}

.why-choose-three__bdr {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(270deg, #5CB0E9 0%, #3D72FC 100%);
}

.why-choose-three__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
}

.why-choose-three__img {
    position: relative;
    display: block;
    margin-left: 77px;
    margin-right: 78px;
}

.why-choose-three__img img {
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}









/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/