@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
}


/*-----------header--------------*/


.breadcrumb-item .breadcrumb {
    width: fit-content;
    margin-bottom: 70px;
}

.sub_titleDetailsNews  {

    margin-bottom: 24px;
    font-family: 'Droid Arabic Naskh' !important;
    color: #cdcdcdb3;
}

.breadcrumb-item li a,
.breadcrumb-item li.active
{
    text-decoration: none;
    color: #ffffff;
    border: 0;
    font-size: 50px;
    font-weight: bold;
}
.breadcrumb-item .breadcrumb-item + .breadcrumb-item::before {
    font-family: FontAwesome;
    color: #414b4c;
    font-size: 13px;
    padding-top: 5px;

}

/*index*/



.show_more{

    color: #fff !important;
    width: 100%;
    margin-top: 22px;
    text-decoration: none;
    padding: 3px 19px;
    background: linear-gradient(266.43deg, #e53439 0.87%, #f09409 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    transition: 3s;
}


.show_more i{
    transition: 0.3s;
}

.show_more:hover i{
    margin-right: 20px;
}



.addToCart{

    color: #fff !important;
    width: 100%;
    margin-top: 22px;
    text-decoration: none;
    padding: 3px 19px;
    background: linear-gradient(266.43deg, #476cb6 0.87%, #63aec4 100%) !important;
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    transition: 3s;
}
.addToCart i{
     transition: 0.3s;
}

.addToCart:hover i{
    margin-right: 20px;
}


.boxPrice
{
    border: 1px solid;
    margin-top: 22px;

}
.price{
    text-align: center;
    color: red;
    font-weight: bold;
    border-top: 1px solid #d9d5d5;
}

.priceOffer{
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.titleRow {
    text-align: center;
    margin-bottom: 26px;
}


.titleRow span {
    text-align: center;
    background: linear-gradient(266.43deg, #4e6db9 0.87%, #6eaec5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
    font-weight: bold;
}


.cardCateg{
    text-align: center;
    display: block;
    color: #1e1e1e;
    text-decoration: none;
}
.cardCateg img{

    height: 150px;
}
.titleCard
{
    margin-top: 30px;
    font-weight: bold;
}

/* Add any additional custom styles here */
.product-card {
    position: relative;
    text-decoration: none;
    display: block;
     border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #4b4b4b42;
    border: 0;
}

.product-card.thisOffer:before {
    content: 'عرض';
    background: #1e1e1e;
    position: absolute;
    text-align: center;
    transform: rotate(45deg);
    right: -27px;
    top: 4px;
    padding: 2px 26px;
    color: #fff;
}


.product-img {
    height: 100%;
    object-fit: contain;
}

.imageProduct
{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    color: #000;

}




/*---------------*/
/*------style header page---------*/








.headerPages
{
    position: relative;
    z-index: 100;
    height: 500px;
    background-size: cover;
    background-position: center;

}

.overHeaderPage {
    background: linear-gradient(180deg, rgb(0 0 0 / 48%) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;

}


.waveInsidePage {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.waveInsidePage   .ocean {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.waveInsidePage  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-31.8z' fill='%23ffffff'/%3E%3C/svg%3E");
    animation: waveInsidepage 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
}

.waveInsidePage  .wave:nth-of-type(2) {
    top: -80px;
    animation: waveInsidepage 18s linear reverse infinite;
    opacity: 0.8;
}

.waveInsidePage   .wave:nth-of-type(3) {
    top: -60px;
    animation: waveInsidepage 20s -1s linear infinite;
    opacity: 0.6;
}

@keyframes waveInsidepage {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}









/*--------index----------------*/


 .swiper {
     width: 100%;
     height: 100%;
 }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;

}


.sliderImg {
    background: #eeeeee;
    height: 700px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}



.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev
{
    color:  #fff;

}

.imageProduct img{
    width: 100%;
}


/*----------slider product-*/

.lastProductSwiperSlider.swiper {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

.lastProductSwiperSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: fit-content !important;*/
}

.lastProductSwiperSlider .swiper-slide img {
    display: block;
    height: 100%;
}

.product-card-slider{
    position: relative;
    text-decoration: none;
    display: block;
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #4b4b4b42;
    border: 0;
}



.overSliderCard {
    background: linear-gradient(180deg, rgb(0 0 0 / 48%) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: right;
}

.titleOffer {
    font-size: 55px;
    color: #fff;
    margin-bottom: 27px;
}

.descriptionOffer {
    color: #fff;
    margin-bottom: 30px;
}



.detailsOffer
{
    color: #fff;
    text-decoration: none;
    padding: 3px 19px;
    background: linear-gradient(266.43deg, #e53439 0.87%, #f09409 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    transition: 3s;
}


.detailsOffer  i
{
    transition: 0.3s;

}


.detailsOffer:hover i
{
    margin-right: 20px;
}


.waveSlider {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.waveSlider   .ocean {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.waveSlider  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-31.8z' fill='%23ffffff'/%3E%3C/svg%3E");
    animation: waveSlider 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
}

.waveSlider  .wave:nth-of-type(2) {
    top: -80px;
    animation: waveSlider 18s linear reverse infinite;
    opacity: 0.8;
}

.waveSlider   .wave:nth-of-type(3) {
    top: -60px;
    animation: waveSlider 20s -1s linear infinite;
    opacity: 0.6;
}

@keyframes waveSlider {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}


 /*---------header------------*/






 .showForMobile
 {
     display: none;
 }
.logo img
{
    width: 100px;
    transition: 0.3s;

}
div#settingSearchComputer {
    margin-top: 10px;
}



@media (max-width:900px ) {
    .hiddenForMobile{
        display: none;
    }
    .showForMobile
    {
        display: block;
    }
    .logo img
    {
        width: 75px;
    }




}
.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    box-shadow: 0px 3px 9px 0px #0000006e;
    min-height: auto !important;
    background: linear-gradient(266.43deg, #476cb6 0.87%, #63aec4 100%) !important;

}

.fixedMenu .logo img {
    width: 65px;

}


button.btn.menuMobileOpen {
    color: #fff;
    padding: 0;
    border-right: 2px solid;
    border-radius: 0;
    padding-right: 10px;
    margin-right: 19px;
    font-size: 23px;
    height: 34px;
    display: none;
}

@media (max-width: 991px) {

    button.btn.menuMobileOpen {

        display: inline-block;
    }
}

.offcanvas-body
{
    padding: 0;
}

.mobileMenu {
    max-width: 600px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.mobileMenu  .menu-item {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    transition: background-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    color: #000;

}
.mobileMenu  .menu-item-sub {
    padding: 15px 20px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    transition: background-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    color: #000;

}
.mobileMenu .menu-item:last-child {
    border-bottom: none;
}
.mobileMenu .menu-item:hover {
    background-color: #f8f9fa;
}
.mobileMenu.dropdown-icon {
    color: #6c757d;
    transition: transform 0.3s;
}
.mobileMenu   .collapsed .dropdown-icon {
    transform: rotate(-90deg);
}

.mobileMenu  .collapse {
    background-color: #f8f9fa;
}
.mobileMenu .collapse .menu-item {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
.mobileMenu .collapse .menu-item:last-child {
    border-bottom: 1px solid #eee;
}

.MenuMySwiper.swiper {
    width: 100%;
    height: 100%;
}

.MenuMySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
}


.sliderMenu
{
    padding: 15px 0;
}
.itemSliderMenu
{
    background: transparent !important;
    box-shadow: unset;
    color: #736a6a;
    text-decoration: none;
    border-left: 2px solid #736a6a1f;
    padding: 0 23px;
}
.itemSliderMenu:last-child
{
    border-left: 2px solid transparent;

}

.itemSliderMenu:first-child
{
    padding-right: 0;
}
.menu_computer {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4318102240896359) 23%, rgba(255, 255, 255, 0) 100%);
}



.menu_computer .ulMenu li a,
.menu_computer .ulMenu li a:focus
{
    color: #ffffff;
    font-size: 18px;
    padding: 15px 23px !important;
}


.menu_computer .ulMenu .subMenu li a ,
.menu_computer .ulMenu .subMenu li a:focus

{
    color: #000 ;
    padding: 8px 10px !important;
    transition: 0.2s;
}

.menu_computer .ulMenu .subMenu li a:hover
{
    background: linear-gradient(266.43deg, #476cb6 0.87%, #63aec4 100%)  ;
    color: #fff  ;

}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: remove jumpiness */
}

ul.dropdown-menu.subMenu {
    padding: 0;
    overflow: hidden;
    right: 20px;
}

.fixedMenu  a.logo {
    display: block;
    height: 100%;
    padding: 5px 5px;
    border-radius: 5px;

}


.fixedMenu .barTop {
    padding: 3px 0;
}

.search_classifications{
    border-top: 1px solid #e3e3e3;
    padding-top: 14px;
}

.mySwiperClassifications.swiper {
    width: 100%;
    height: 100%;
}

.mySwiperClassifications .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
}

.mySwiperClassifications .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.search_class + .btn
{
    background: #fff;
    border: 1px solid #1e1e1e !important;
}

.search_class.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}





.error_register,
.error_login
{
    color: red;
}

.borderError_register,
.borderError_login
{
    border: 1px solid red;
}



.btnControlLogin
{
    width: 100%;
    color: #1e1e1e;
}

.btnControlLogin.active
{

}

.padding_col_l
{
    padding-left: 0;
}

.padding_col_r
{
    padding-right: 0;
}

.bodyTab{
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 0 28px;
    padding-top: 54px;
    padding-bottom: 40px;
}

.btn_login{
    background: #1e1e1e;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #1e1e1e;

}


.btn_register{
    background: #1e1e1e;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    border: 1px solid #1e1e1e;

}





/*menu*/


.menu .li{
    padding-bottom: 5px;
}
.menu .li .a{
    padding: 7px 27px;
    border-bottom: 2px solid transparent;
    color: #000;
    border-radius: 5px;
}



.dropdown.li:hover .dropdown-toggle.a {
    background: #1e1e1e;
    color: #fff;
}

.dropdown-submenu:hover .dropdown-toggle.li-submenu {
    background: #505050;
    color: #fff;
}

.menu .li .a:hover {
    background: #1e1e1e;
    color: white;
    z-index: 1000;
}


.subMenu li a
{
    color: black;
}





.multi-level,
.multi-level2
{
    background: #1e1e1e;
    padding: 0;
    border: 0;
    width: -webkit-fill-available;
    margin-top: 3px;
}

.multi-level li a
{
    color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
}

.multi-level li a:hover
{
    color: #fff;
    background: #505050;
}

.dropdown-submenu {
    position: relative;
    border-bottom: 1px solid #828282;
}

.dropdown-submenu:last-child {
    position: relative;
    border-bottom: 0;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    right: 100%;
    margin-top: -6px;
    margin-right: 1px;


}

.dropdown:hover> .submenu.multi-level {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f104";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    font-family: FontAwesome;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}


.multi-level2 li{
    border-bottom: 1px solid #828282;

}
.multi-level2 li:last-child{
    border-bottom: 0;

}



/*----------- end menu ---------*/









li.nav-item.liMain {
    padding: 0 15px;
}
.header
{
    box-shadow: 0px 9px 9px 0 #1110101a;
}
.search
{
    padding: 0;
}
.search input
{

    border-radius: 25px;
    outline: none !important;
    box-shadow: none !important;
}

.search span
{
    padding: 0;
    border-radius: 25px;
}

.search span button {
    padding: 4px 16px;
}


.menu_computer .cartshope {
    color: #ffffff !important;
    border-radius: 25px;
    position: relative;
}




button.btn.a span {

    position: absolute;
}

a.btn.showBrand {
    border-radius: 25px;
    position: relative;
    border: 2px solid;
    padding: 3px 11px;
}



.barTop {
    padding: 17px 0;
}


.product-card.thisOffer:before {
    content: 'عرض';
    background: #d33242;
    position: absolute;
    text-align: center;
    transform: rotate(45deg);
    right: -27px;
    top: 4px;
    padding: 2px 26px;
    color: #fff;
}


/*-----------brand------*/
.cardBrand
{
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #4b4b4b42;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.imgBrand
{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.nameBrand{
    text-align: center;
    color: #1e1e1e;
    font-weight: bold;
    padding: 14px 2px;
    font-size: 19px;
    border-top: 1px solid #efefef;
}
.card-title {
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
/*-----------end header------*/



/*---------index---------------*/


.waveCard {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.waveCard   .ocean {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.waveCard  .wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-31.8z' fill='%23ffffff'/%3E%3C/svg%3E");
    animation: waveCard 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
}

.waveCard  .wave:nth-of-type(2) {
    top: -48px;
    animation: waveCard 18s linear reverse infinite;
    opacity: 0.8;
}

.waveCard   .wave:nth-of-type(3) {
    top: -40px;
    animation: waveCard 20s -1s linear infinite;
    opacity: 0.6;
}

@keyframes waveCard {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

.imageProductSmall
{
    width: 77%;
    margin-top: -157px;
    z-index: 100;
    position: relative;
}





.mySlider.swiper {
    width: 100%;
    height: 100%;
}

.mySlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;

}


.mySliderImg {
    background: #eeeeee;
    height: 700px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media  (max-width: 1280px) {
    .mySliderImg {
        height: 450px;
    }
}

.mySlider .swiper-button-next, .mySlider .swiper-button-prev
{
    color:  #fff;

}


.mySlider_title  {
    font-size: 55px;
    color: #fff;
    margin-bottom: 27px;
}

.mySlider_description  {
    color: #fff;
    margin-bottom: 30px;
}



.mySlider_details
{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 3px 19px;
    background: linear-gradient(266.43deg, #e53439 0.87%, #f09409 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    transition: 3s;
}


/* Slide title */
.mySlider  .mySlider_title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Slide description */
.mySlider .mySlider_description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Slide CTA button */


.mySlider .mySlider_details:hover {
    background-color: #2980b9;
}

.mySlider  .contentSlider {
    opacity: 0;
    transform: translateY(300px);
    transition: opacity 1s ease, transform 1s ease;
}

.mySlider  .swiper-slide-active .contentSlider.animate-now {
    opacity: 1;
    transform: translateY(60px);
}




.controlSlider {
    margin-top: 38px;
}

.controlSlider .col-auto {
    position: relative;
}

.lastProductSwiperSlider .swiper-button-prev {
    background: unset;
    width: 30px;
    height: 30px;
    right: -19px;
    left: unset;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    top: 8px;
}
.btn.btnMoreSlider {
    border-radius: 5px;
    padding: 3px 20px;
    background: linear-gradient(266.43deg, #e53439 0.87%, #f09409 100%);
    color: #fff;
}
.lastProductSwiperSlider .swiper-button-next {
    background: unset;
    width: 30px;
    height: 30px;
    left: auto;
    right: unset;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    top: 8px;
}

.lastProductSwiperSlider  .swiper-button-next:after,     .lastProductSwiperSlider  .swiper-button-prev:after
{
    display: none;
}


.priceCourses
{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.freeCourses
{
    color: #198754;
    font-weight: bold;
    font-size: 20px;
}



/*---------end index---------------*/



.emptyCart
{
    background: #1e1e1e;
    color: #fff;
    border-radius: 25px;
    min-width: 72px;
    position: relative;
}
.emptyCart span
{
    background: #1e1e1e;
    color: #fff;
    border-radius: 25px;
    min-width: 72px;
    position: relative;
}


.offerCourses
{
    position: relative;
}
.offerCourses:before
{
    content: '';
    width: 106%;
    border: 1px solid #101010;
    position: absolute;
    color: #000;
    top: 50%;
    transform: rotate(353deg);
    right: -4px;

}



/* Radio check indicator */

.payment-methods {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    flex: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.order-summary {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(266.43deg, #476cb6 0.87%, #63aec4 100%) !important;
    border-radius: 10px;
    color: #ffff;
}
.payment-option {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.payment-option:hover {
    border-color: #28a745;
}
.payment-option.selected {
    border-color: #28a745;
    border-width: 2px;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
}
.payment-option img {
    height: 40px;
    margin-bottom: 10px;
}
.payment-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.complete-btn {
    background-color: #2a9d8f;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    width: 200px;
}
.complete-btn:hover {
    background-color: #248a7c;
}
.discount-code {
    display: flex;
    margin-top: 15px;
}
.discount-code input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.discount-code button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #5cb3cd;
    color: white;
    border: none;
}
.radio-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-option.selected .radio-indicator {
    border-color: #28a745;
}
.payment-option.selected .radio-indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28a745;
}
