
:root {
    --primary: #304971;
    --secondary:  #d21d00;
    --light: #F7F8FC;
    --dark: #111111;
    --gradient: linear-gradient(to right, #b68440, #e7d89f, #e7e8dc);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background-color: white;
    background-size: contain;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #000;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/working-in-team-young-businesspeople-discussing-bu-H6RQXPD.jpg) top right no-repeat;
    background-size: cover;
   /* opacity: 0.8;*/
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}

/*** About **/

.section-1{
    padding: 15vmin 0;
    padding-bottom: 20vmin;
}
.section-1 .row .col-md-6 .pray img{
    width: 80%;
    border-radius: 0.2em;
    height: 550px;

}
.section-1 .row .col-md-6:last-child{
    position: relative;
}
.section-1 .row .col-md-6 .panel{
    position: absolute;
    top: 7vmin;
    left:-18vmin;
    background: rgb(251, 250, 250);
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0,0, 0.2);
    z-index: 1;
}
@media only screen and (max-width: 768px){
    .section-1 .row .col-md-6 .panel{
        position: initial;
        width: initial;
        height: initial;
    } 
}


/**** Program ****/

      
.popular_places_area {
    padding-top: 60px;
    padding-bottom: 90px;
    background: #F7FAFD;
  }
  
  @media (max-width: 767px) {
    .popular_places_area {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  
  
  .popular_places_area .single_place {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  .popular_places_area .single_places:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  
  .popular_places_area .single_place .thumb {
    position: relative;
    overflow: hidden;
  }
  
  .popular_places_area .single_place .thumb img {
    width: 100%;
    height: 220px;
  }
  
  .popular_places_area .single_place .thumb .prise {
    position: absolute;
    background: #1B396D;
    padding: 7px 18px 4px 18px;
    display: inline-block;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  
  .popular_places_area .single_place .place_info {
    padding: 27px 20px 25px 20px;
  }
  
  
  .popular_places_area .single_place .place_info h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  
  .popular_places_area .single_place .place_info p {
    font-size: 13px;
    font-weight: 400;
    color: #333232;
    margin-top: 6px;
    margin-bottom: 7px;
  }
  a{
  -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  .popular_places_area .single_place .place_info a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    
  }
  
  .popular_places_area .more_place_btn {
    margin-top: 40px;
    padding-top: 40px;
  }
  

  
.boxed-btn4 {
    background: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 13px 39px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  
  
  
  .popular_places_area .single_place:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  
  .popular_places_area .single_place:hover .place_info h3 {
    color: var(--primary);
  }
 
  .popular_places_area .single_place:hover .thumb .prise {
    background: var(--secondary);
  }
  
  
  .popular_places_area .more_place_btn {
    margin-top: 40px;
  }

  
/*** Services ***/
.about-img {
    position: relative;
    overflow: hidden;
}
.about-img img {
    position: relative;
    z-index: 2;
    margin-left: -5rem;
}



.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}

.yellow-icon {
    color: #ad702a;
    padding-right: 1rem;
}
.bleu-icon {
    color: #052443;
    padding-right: 1rem;
}


/*** Facts ***/

    .col-6 {
        display: flex;
        justify-content: center;
    }


.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--gradient);
}

.facts i{
    color: var(--secondary);
}


.facts span{
    color: var(--secondary);
    font-size: 0.9rem;
}

.facts h1{
   color: #000;
    font-size: 2rem;
}

/*
.custom-border {
    position: relative;
    width: 200px; 
    height: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.custom-border:before {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(250, 246, 213), rgb(218, 147, 93), rgb(137, 86, 67), rgb(67, 39, 39));
    border-radius: 50%; 
    padding: 12px;
    box-sizing: border-box;
}*/

.cont{
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
    height: 20em;
    width: 20em;
    background-color: rgb(240, 118, 118);
    position: relative;
    border-radius: 50%;
  }
  
  .box:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border-radius: 50%;
    background: linear-gradient(to right, #bb6eff, #4a00e0);
    z-index: -1;
  }

  .custom-border {
    height: 12em;
    width: 12em;
    background-color: rgb(240, 118, 118);
    position: relative;
    border-radius: 50%;
  }
  
  
/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item .card-image img {
    height:250px;
     width: 100%;;
}
.testimonial-carousel .owl-item .testimonial-item .card-image {
    background-color: white;
    margin: 5px;
}


.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--gradient) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: white;
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}



.products__slider.owl-carousel .owl-nav{
	text-align: center;
	top: -40px;
	right:0;
	position: absolute;
	padding-top: -400px;
}

.products__slider.owl-carousel .owl-nav button {
	height: 30px;
    width: 30px;
    background: #F3F6FA;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #636363;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}

.products{
	width: 98%;
	height: 680px;
	margin: auto;
	display: flex;
	align-items: center;
	overflow-x: auto;
}

.products::-webkit-scrollbar{
	display: none;
}
.products .product{
	min-width: 24%;
	height: 90%;
	background: whitesmoke;
	margin: 0 20px 0 0;
	border-radius: 20px;
	position: relative;
	left: 0;
	transition: 0.5s;
}

.products picture {
	width: 100%;
	height: 70%;
	padding: 20px;
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
}

.products picture img{
	width: 100%;
}

.products .details , .products .button{
	width: 90%;
	margin: auto;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 20px;
	color: #444;
}
.products small{
	color:#555;
}
.products b, samp{
	color:#22354e;
}
.products a{
	text-decoration: none;
	padding: 8px 8px;
	font-size: 13px;
	margin: 2px 0 0 20px;
	display: inline-block;
	/*background: #6773ff;
	background:#e31416;*/
	background:#22354e;
	color: white;
}

.products p.star{
margin: 1px auto;
width: 45%;
font-size: 15px;
color: #808080;
}

@media(max-width:768px)
{
	
.products .product .text p{
	width: 90%;
}

.products  .product{
	min-width: 49%;
	margin: 0 10px 0 0;
}
.product .details , .button{
	font-size: 16px;
}
.product a{
	padding: 6px 10px;
	font-size: 13px;
}
}

.products .product .text p{
	width: 60%;
	padding: 5px;
	margin: auto;
	line-height: 30px;
	color: #000;
    
}


/* */
.references{
height: 90vh;
display: flex;
align-items: center;
justify-content: center;
background: var(--secondary);
}

.owl-carousel .item {
    background: white;
    padding: 30px;
    margin: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
}
.owl-carousel .item img {
    max-width: 100%;
    height: 300px;
    border-radius: 10px;
}
.custom-nav {
    text-align: center;
    margin-top: 20px;
}
.custom-nav button {
    background: linear-gradient(to right, #b68440, #e7d89f, #e7e8dc);
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

/* */


    .swiper {
        width: 100%;
        padding-bottom: 10em;
    }

    .swiper-wrapper {
       /* width: 100%;*/
        height: 100%;
        display: flex;
        align-items: center;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        filter: blur(1px);
    }

    .cardswiper {
        width: 25em;
        height: 90%;
        background-color: #fff;
        border-radius: 2em;
        box-shadow: 0 0 2em rgba(0, 0, 0, .2);
        padding: 2em 1em;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 2em;
        transition: background-color 0.3s;
        overflow: hidden;
    }
   

    .card_image {
        width: 20em;
        height: 20em;
        border-radius: 10%;
        padding: 3px;
        margin-bottom: 2em;
    }

    .card_image img {
        width: 100%;
        height: 100%;
        border-radius: 10%;
        object-fit: cover;
    }

    .card_content {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .card_title {
        text-align: left;
        font-size: 1.5em;
        font-weight: 500;
        position: relative;
        top: .2em;
        word-wrap: break-word;
        width: 100%;
        color: #000;
    }

    .card_name {
        text-align: left;
       
        color: var(--secondary);
        word-wrap: break-word;
        width: 100%;
    }

    .card_text {
        text-align: left;
        font-size: 1.1em;
        margin: 1em 0;
       word-wrap: break-word;
        width: 100%;
        color: #000;
    }

    /* Remove or comment out styles that change text in the active slide */
.swiper-slide-active .card_title,
.swiper-slide-active .card_name,
.swiper-slide-active .card_text {
    color: #000; /* Inherit color from parent or set a consistent color */
    font-size: 1.2em;
    
    
}
.swiper-slide-active{
    filter: blur(0px);
}
    .card_btn {
        background-color: var(--secondary);
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
        padding: .5em;
        border-radius: .5em;
        margin-top: .5em;
        cursor: pointer;
    }
    .rating_days {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .rating_days .days a{
        font-size: 15px;
        font-weight: 550;
        color: #000;
    }

    
     .buttons{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    
    .buttons a{
        font-size: 15px;
        font-weight: 550;
        color: inherit;
    }

    .btn2 {display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out}.btn-outline-primary2 {color: #1B396D;background-color: transparent;background-image: none;border: 3px solid;border-color: #1B396D;}.btn-outline-primary2:hover {color: #fff;background-color: #1B396D;border-color: #1B396D}.btn-outline-primary2.focus,.btn-outline-primary2:focus {box-shadow: 0 0 0 .2rem #1B396D}.btn-outline-primary2.disabled,.btn-outline-primary2:disabled {color: #1B396D;background-color: transparent}.btn-outline-primary2:not(:disabled):not(.disabled).active,.btn-outline-primary2:not(:disabled):not(.disabled):active,.show>.btn-outline-primary2.dropdown-toggle {color: #fff;background-color: #1B396D;border-color: #1B396D}.btn-outline-primary2:not(:disabled):not(.disabled).active:focus,.btn-outline-primary2:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary2.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem #1B396D}.btn3 {display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out}.btn-outline-primary3 {color: var(--secondary);background-color: transparent;background-image: none;border: 3px solid;border-color: #d21d00;}.btn-outline-primary3:hover {color: #fff;background-color: var(--secondary);border-color: var(--secondary)}.btn-outline-primary3.focus,.btn-outline-primary3:focus {box-shadow: 0 0 0 .2rem #d21d00}.btn-outline-primary3.disabled,.btn-outline-primary3:disabled {color: #F79321;background-color: transparent}.btn-outline-primary3:not(:disabled):not(.disabled).active,.btn-outline-primary3:not(:disabled):not(.disabled):active,.show>.btn-outline-primary3.dropdown-toggle {color: #fff;background-color: #F79321;border-color: #F79321}.btn-outline-primary3:not(:disabled):not(.disabled).active:focus,.btn-outline-primary3:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary3.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem #d21d00}

/*   */


    .services {
        width: 1000px;
        padding: 80px 60px;
        margin: auto;
    }
    
    .services h1 {
        text-align: center;
        font-size: 20px;
        margin: 50px 0 15px 0;
        position: relative;
        font-weight: 600;
    }
    
    .services h1:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 3px;
        background-color: #fff;
    }
    
    .cards {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .card {
        width: 0 1calc(33.33% - 20px);
        color: #333;
        padding: 20px 10px;
        margin: 10px 20px;
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
        position: relative;
        overflow: hidden;
    }
    
    .sbox i {
        font-size: 36px;
        border: 1px solid rgb(210, 29, 0);
        border-radius: 50%;
        padding: 15px;
        transition: 0.5s;
        background-color: var(--secondary);
        color: #fff;
    }
    
    .sbox h3 {
        font-size: 25px;
    }
    
    .sbox p {
        margin: 20px 0;
        font-size: 14px;
    }
    
    .card:hover .sbox i {
        background: rgb(48, 73, 113);
        color: #fff;
        border: 1px solid rgb(48, 73, 113);
    }
    
   
    

   
 
@media (max-width: 1024px) {
    .card {
        flex: 0 1 calc(50% - 20px); /* 2 cards in a row */
    }
    
}

@media (max-width: 768px) {
    .card {
        flex: 0 1 calc(100% - 20px); /* Full width for mobile */
    }
}


/* inscription */


.inscription{
    max-width: 700px;
    width: 100%;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1),
                0px 5px 12px -2px rgba(0, 0, 0, 0.1),
                0px 18px 36px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
}

.inscription .title{
    padding: 25px;
    background: #f6f8fa;
}

.inscription .title p{
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

.inscription .title p::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(to right, #F37A65, #D64141);
}

.user_details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
}



.user_details .input_box{
    width: calc(100% / 2 - 20px);
    margin: 0 0 12px 0;
}

.input_box label{
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.input_box label::after{
    content: " *";
    color: red;
}

.input_box input{
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}


.input_box input:focus,
.input_box input:valid{
    box-shadow: 0px 0px 0px 2px #AC8ECE;
}

.input_box textarea {
    width: 100%;
    height: 100px; /* Adjust this height as needed for your textarea */
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px; /* Adjust padding to match the input box */
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
    resize: vertical; /* Allow vertical resize, you can change to none or both as needed */
}

.input_box textarea:focus,
.input_box textarea:valid {
    box-shadow: 0px 0px 0px 2px #AC8ECE;
}

form .gender{
    padding: 0px 25px;
}

.gender .gender_title{
    font-size: 20px;
    font-weight: 500;
}

.gender .category{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.gender .category label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gender .category label .dot{
    height: 18px;
    width: 18px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-right: 10px;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}

#radio_1:checked ~ .category label .one,
#radio_2:checked ~ .category label .two,
#radio_3:checked ~ .category label .three{
    border-color: #d9d9d9;
    background: #D64141;
}

.gender input{
    display: none;
}

.reg_btn{
    padding: 25px;
    margin: 15px 0;
}

.reg_btn input{
    height: 45px;
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, #F37A65, #D64141);
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.reg_btn input:hover{
    background: linear-gradient(to right, #D64141, #F37A65);
}

@media screen and (max-width: 584px){

    .user_details{
        max-height: 340px;
        overflow-y: scroll;
    }

    .user_details::-webkit-scrollbar{
        width: 0;
    }

    .user_details .input_box{
        width: 100%;
    }

    .gender .category{
        width: 100%;
    }

}


@media screen and (max-width: 419px){
    .gender .category{
        flex-direction: column;
    }   
}


/* detail program*/ 

.description {
    padding: 20px;
    background-color: #f5f5f5;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.cardsdetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.carddetail {
    flex: 1;
    min-width: 200px;
    max-width: 200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.sbox i {
    color: #fff;
    margin-bottom: 10px;
}

.sbox h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
}

.sbox p {
    font-size: 0.9em;
    color: #666;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .carddetail {
        max-width: 180px;
    }
}

@media (max-width: 992px) {
    .carddetail {
        max-width: 160px;
    }
}

@media (max-width: 768px) {
    .cardsdetail {
        flex-direction: column;
        align-items: center;
    }

    .carddetail {
        max-width: 100%;
    }
}
