
/*------------------------------------------------------------------
	21. third services box styles
-------------------------------------------------------------------*/

.first-items-home{
    border-bottom: 1px solid #deeefc;
    margin-bottom: 10px;
}

.first-items-home .item-icons{
    padding: 20px 20px;
    border-left: 5px solid #fff;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    z-index: 1;
    border-radius: 30px;
}

.first-items-home .item-icons:first-child{
	border-radius: 10px 0px 0 0;
	    border-radius: 30px;

}

.first-items-home .item-icons:last-child{
    border-right: 1px solid #edf4fb; 
	    border-radius: 30px;

}

.first-items-home .item-icons h5{
    color: #3b566e;
    margin-bottom: 13px;
    font-size: 15px;
	font-weight: 600;
}

.first-items-home .item-icons img{
    margin-bottom: 20px;
    width: 70px;
}

.first-items-home .item-icons p{
    color: #6f8ba4;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 3rem;
}

.first-items-home .item-icons .badje-link-footer{
    text-align: right;
    margin-top: 30px;
    display: block;
}

.first-items-home {
    position: relative; /* مهم لجعل العنصر الفرعي يتموضع داخله */
}

.first-items-home .item-icons .badje-link-footer a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #007bff;
    padding: 9px 25px;
    border-radius: 20px;
    position: absolute; /* تثبيت العنصر */
    bottom: 10px; /* جعله في أسفل القسم */
    left: 50%; /* توسيطه داخل العنصر */
    transform: translateX(-50%); /* تصحيح الموضع ليكون بالمنتصف */
}

.first-items-home .item-icons .badje-link-footer a:hover {
    background: #3b566e;
    color: #fff;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.first-items-home .item-icons .badje-link-footer a i{
    margin-left: 5px;
    font-size: 15px;
    color: #fff;
}

.first-items-home .nomber-overlow{
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgb(8 164 255);
    box-shadow: 0 0px 10px 0 rgb(0 208 255);
    color: #fff;
    text-align: right;
    border-radius: 8px;
    line-height: 123px;
    top: -36px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    padding-right: 11px;
    left: -35px;
    pointer-events: none;
}

.first-items-home .item-icons:hover .nomber-overlow{
	transition: all 0.6s ease-in-out;
	-webkit-animation: bblhover 0.6s forwards;
    -moz-animation: bblhover 0.6s forwards;
    animation: bblhover 0.6s forwards;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	top: -36px;
	left: -35px;
}

.first-items-home .item-icons {
    text-align: right; /* يضمن بقاء الأيقونة في المنتصف */
}

.first-items-home .item-icons i.icon {
    position: relative;
    display: block;
    margin-bottom: 10px;
    right: 0; /* يمنع انتقالها لليمين */
    transform: none; /* يلغي أي تحريك سابق */
}

.first-items-home .item-icons i.icon:before{
    font-size: 42px;
    color: #0095ff;
}

.first-items-home .item-icons i.icon:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 100%;
    top: -2px;
    left: -6px;
    pointer-events: none;
}

.first-items-home .item-icons i.icon.color-1:after{
    background: #0efff4;
        text-align: right; /* يضمن بقاء الأيقونة في المنتصف */
        right: 0; /* يمنع انتقالها لليمين */

}

.first-items-home .item-icons i.icon.color-2:after{
    background: #0efff4;
            text-align: right; /* يضمن بقاء الأيقونة في المنتصف */
        right: 0; /* يمنع انتقالها لليمين */
}

.first-items-home .item-icons i.icon.color-3:after{
    background: #0efff4;
            text-align: right; /* يضمن بقاء الأيقونة في المنتصف */
        right: 0; /* يمنع انتقالها لليمين */
}

.first-items-home .item-icons i.icon.color-4:after{
    background: #ffdf93;
}

@-webkit-keyframes bblhover {
	10% {
	top: -36px;
	right: -35px;
	}
	
	50% {
	top: -30px;
	right: -29px;
	}


	100% {
	top: -36px;
	right: -35px;
	}
}

.first-items-home .nomber-overlow b{
    display: block;
    position: absolute;
    color: #fff;
    bottom: 38%;
    z-index: 2;
    right: 32%;
    line-height: 0;
    font-size: 38px;
    opacity: ;
}

.first-items-home .free-badje{
    position: absolute;
    left: -5px;
    top: 30px;
    background: #FFF;
    padding: 1px 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100px;
    font-size: 13px;
    text-align: center;
	height: 21px;
}

.first-items-home .item-icons:hover .free-badje{
    left: -1px;
}

.first-items-home .free-badje:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 15px;
    border-color: transparent transparent transparent #f3ee5a;
    position: absolute;
    top: 0;
    right: -15px;

}

.second-items-home {
    padding: 100px 0 0;
    background: #fff;
}

.tittle-simple-one {
    text-align: center;
    font-family: 'Zain', sans-serif;
}

.tittle-simple-one h5 {
    position: relative;
    font-size: 50px;
    color: #3b566e;
    font-weight: 500;
    font-family: "Zain", serif;
    line-height: 1.5em;
    text-align: center; /* تأكد أن السطر تحت النص بمحاذاة صحيحة */
	margin-top: 50px;
}
.tittle-simple-one h1 {
    position: relative;
    font-size: 25px;
    color: #666666;
    font-weight: 300;
    font-family: "Zain", serif;
    line-height: 1.5em;
    text-align: center; /* تأكد أن السطر تحت النص بمحاذاة صحيحة */
}


.first-items-home .item-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* يضمن توزيع العناصر بالتساوي */
    min-height: 300px; /* يمكنك ضبط القيمة حسب الحاجة */
}
.first-items-home .item-icons .badje-link-footer {
    margin-top: auto; /* يجعل الزر يظل في الأسفل */
    text-align: center; /* توسيطه */
    padding-bottom: 15px; /* لتوفير بعض المساحة أسفل الزر */
}
/*------------------------------------------------------------------
	22. first hosting plans styles
-------------------------------------------------------------------*/

