@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #D45302;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Roboto', sans-serif;

}

.navbar .navbarmedia-left .nav-item .nav-link
{
    color: #ffffff;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    list-style: none;
}

.navbar .navbarmedia-left .nav-item .nav-link:hover{
    color: #FFFFFF;
}

.navbar .navbarmedia-left
{
    gap: 30px;
    padding-left: 27px;
    align-items: center;
    /* margin-top: 10px; */
}

.navbar .navbarmedia-left .nav-item .nav-link.active
{
    color: #FFFFFF;
    font-weight: 600;
}



.nav_bar .navbar_container {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    gap: 40px;
}

.navbar .navbar_container
{
    max-width: 90%;
}

.nav_bar .navbar_container .navbar_right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.nav_bar .navbar_container .navbar_right .navbar_btns,.navbar .navbarmedia-right .navbar_btns{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_bar .navbar_container .navbar_right .navbar_btns button,
.navbar .navbarmedia-right .navbar_btns button,
.navbar .navbarmedia-right .navbar_btns a.pricipale,
.nav_bar .navbar_container .navbar_right .navbar_btns a {
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 8px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 44px;
    cursor: pointer;
}

.navbar .navbarmedia-right .navbar_btns a.pricipale img{
    width:30px;
    height:20px;
    border-radius:3px;
}

.navbar .navbarmedia-right .navbar_btns a.conSales{
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0;
}

.nav_bar .navbar_container .navbar_right .hovred {

    background-color: #B2F0FB;
    white-space: nowrap;
}

.dropdownLang li{
    font-size:14px;
}

.dropdownLang .dropdown-item.active{
    position:relative;
    background:transparent !important;
    color:#000;
}

.dropdownLang .dropdown-item.active::before{
    content:'\f00c';
    position:absolute;
    top:5px;
    right:10px;
    width:10px;
    height:10px;
    font-weight:800;
    color:green;
    font-family: 'Font Awesome 5 Pro';
}

.dropdownLang img{
    width:20px;
    height:20px;
    object-fit:contain;
    border-radius:5px;
}


.navigation {
    width: auto;
    height: auto;
    
}   
.navigation  .List_nav {

    width: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 50px;
    align-items: center;
    list-style: none;

}
.navigation  .List_nav .linkTo {

color: #151828;
padding: 5px 0px;

}
.navigation  .List_nav  .lintTo_scrolled {
	color: white;
}
.navigation  .List_nav .active_link a{
    color: #EDFCA7;
    padding: 5px 0px;
}
.navigation  .List_nav .active_linkScrolled  {
	
    color: white;
    border-bottom: 2px solid white;
	font-weight: 300;
    padding: 5px 0px;
}

.navigation  .List_nav .active_linkScrolled a {

	font-weight: 400;
}
.navigation  .List_nav a{

    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    list-style: none;
    color: inherit;
}


.navbar-toggler,.navbar-toggler .navbar-toggler-icon {
    border-color: #fff;
    color:#fff;
}



/*presentation*/
.presentation{
    width: 100%;
    position: relative;
    height: 100%;
    background: linear-gradient(180.23deg, #D45302 -479.36%, rgba(212, 83, 2, 0) 82.36%);
    justify-content: center;
    display: flex;
    padding: 90px 20px 20px;
}

.presentation .presentation_left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.presentation h1{
    color: #1A110C;
    font-weight: 700;
    font-size: 56px;
}

.presentation h1 span{
    color: #D45302;
}

.presentation p{
    color: #1A110C;
    font-weight: 600;
    font-size: 16px;
}

.presentation a.btn-started{
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    background: #D45302;
    color: #ffffff;
    text-decoration: none;
}

.presentation .presentation_right img {
    width: 100%;
    object-fit: contain;
}


/* Rs */
.rsbox{
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.rsbox h2{
    color: #1A110C;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
}

.rsbox ul.rsItems{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    list-style-type: none;
    margin-bottom: 0;
}

.rsbox ul.rsItems li{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
}


.rsbox ul.rsItems li:nth-child(1){
    background: #FF0000;
}
.rsbox ul.rsItems li:nth-child(2){
    background: #25D366;
}
.rsbox ul.rsItems li:nth-child(3){
    background: #1DA1F2;
}
.rsbox ul.rsItems li:nth-child(4){
    background: #040404;
}
.rsbox ul.rsItems li:nth-child(5){
    background: #6441a5;
}
.rsbox ul.rsItems li:nth-child(6){
    background: #006AFF;
}
.rsbox ul.rsItems li:nth-child(7){
    background: #0a66c2;
}
.rsbox ul.rsItems li:nth-child(8){
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.rsbox ul.rsItems li:nth-child(9){
    background: #00aff0;
}

.rsbox p{
    color: #1A110C;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}







/* Fonctionalités */
.features-section {
    padding: 60px 20px;
  }

  .features-title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* grid-template-rows: repeat(3,1fr); */
    gap: 24px;
  }

  .feature-block {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .feature-block h3 {
    margin: 0 0 10px;
    font-size: 1.2em;
  }

  .feature-block p {
    font-size: 0.95em;
    line-height: 1.6;
    flex: 1;
  }

  .feature-block img {
    width: 100%;
    border-radius: 10px;
    margin-top: 12px;
  }

    /* Individual layout based on the image */
    .block1 {grid-column: span 4;grid-row: span 2;background-color: #FDF8F5;}
    .block2 {grid-column: span 8;grid-row: span 1;background-color: #00857F1A;}
    .block3 {grid-column: span 4;grid-row: span 2;background-color: #AC26891A;}
    .block4 {grid-column: span 4;grid-row: span 2;background-color: #0189FF1A;}
    .block5 {grid-column: span 4;grid-row: span 1;background-color: #FFCC001A;}


/* Works */
.works{
    background: #D45302;
    padding: 60px 0;
}

.worksContent{
    width: 100%;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.worksContent .worksStep img{
    width: 100%;
    object-fit: contain;
}

.worksContent .worksInfo{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.worksContent .worksInfo h3{
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 700;
}

.worksContent .worksInfo p{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 400;
}

.worksContent .worksInfo ul{
    font-size: 16px;
    color: #FFFFFF;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    position: relative;
    padding-left: 20px;
}

.worksContent .worksInfo ul li{
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

.worksContent .worksInfo ul li i{
    color: #09B285;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.works a{
    font-size: 16px;
    color: #FFFFFF;
    background: #00857F;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 28px;
    outline: none;
    border: none;
    margin-top: 30px;
    align-self: flex-start;
    text-decoration: none;
}

.worksContent .worksStep{
    text-align: right;
}








/* Paln */
/*works*/
.plan{
    background: #FAF7F9;
    padding: 60px 0;
}

.planContent{
    width: 100%;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.planContent .planStep img{
    width: 100%;
    object-fit: contain;
}

.planContent .planInfo{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.planContent .planInfo h3{
    font-size: 32px;
    color: #D45302;
    margin-bottom: 0;
    font-weight: 800;
}

.planContent .planInfo ul{
    font-size: 16px;
    color: #183153;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}

.planContent .planInfo ul li{
    font-size: 16px;
    color: #183153;
    text-align: left;
}

.planContent .planInfo ul li i{
    color: #09B285;
    margin-right: 10px;
}

.planContent .planInfo a{
    font-size: 16px;
    color: #FFFFFF;
    background: #D45302;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 28px;
    outline: none;
    border: none;
    margin-top: 30px;
    align-self: flex-start;
    text-decoration: none;
}

.planContent .planStep{
    text-align: right;
}

















/*Current  News*/
.CurrentNews{
    background: #C35003;
    padding: 60px 0;
}

.newsLetterSignUp{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 29px;
    align-items: center;
}

.newsLetterSignUp .newsLetterSignUp-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.newsLetterSignUp .newsLetterSignUp-left h4{
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

.newsLetterSignUp .newsLetterSignUp-left p{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.newsLetterSignUp .newsLetterSignUp-right{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 650px;
}

.newsLetterSignUp .newsLetterSignUp-right input{
    width: 100%;
    height: 50px;
    border: 1px solid #E2E8F1;
    border-radius: 5px;
    text-indent: 15px;
}

.newsLetterSignUp .newsLetterSignUp-right input::placeholder{
    font-size: 16px;
    color: rgba(24, 49, 83, 0.5);
}

.newsLetterSignUp .newsLetterSignUp-right button{
    background: #00857F;
    height: 50px;
    padding: 0 20px;
    color: #FFFFFF;
    outline: none;
    border: none;
}







/* FAQ */
#faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#faqAccordion .accordion-item{
    border: 1px solid #EBEBEB;
    border-radius: 6px;
}

#faqAccordion .accordion-header{
    border: none;
}

#faqAccordion .accordion-header button{
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #002329;
}

#faqAccordion .accordion-header button:focus{
    box-shadow: none;
}













/* Service Client */
.support-section{
    background: #FDF8F5;
}

.support-section h2{
    color: #2E475D;
    font-size: 40px;
    font-weight: 700;
}

.support-section p{
    color: #70758F;
    font-size: 16px;
    line-height: 26px;
    max-width: 90%;
    width: 100%;
}

.btn-Share {
    background: #D45302;
    color: #FFFFFF;
    width: max-content;
}












/* Footer */
footer {
    width: 100%;
    min-height: 300px;
    background: #D45302;
    padding: 50px 0px 20px;
}

.footer-links-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links-box h5{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.footer-links-box p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footer-links-box ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links-box ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer-addr-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-addr-box p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


.footer-rs {
    border: 1px solid #FFFFFF99;
    position: relative;
    margin: 60px 0;
}
.footer-rs .fotter-rs-content {
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    background: #D45302;
    width: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(6, 50px);
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-rs .fotter-rs-content .rs-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    color: #D45302;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

footer .copyright a,footer .copyright span{
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}





.fixedBtn{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 5px;
  bottom: 30px;
}

.fixedBtn button{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #00000029;
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.fixedBtn button.btnHelpDesc{
  background: #D45302;
  box-shadow: 0px 0px 20px 0px #00000029;
}

.fixedBtn button.btnToTop{
  background: #FFFFFF;
  color: #D45302;
  box-shadow: 0px 0px 20px 0px #00000029;
}






@media (max-width: 768px) {
    .features-grid {
      grid-template-columns: 1fr;
    }

    .block1, .block2, .block3, .block4, .block5 {
      grid-column: span 1;
    }

    footer .copyright,.nav_bar .navbar_container .navbar_right .navbar_btns, .navbar .navbarmedia-right .navbar_btns{
        flex-direction: column;
   }
}


@media screen and (max-width: 600px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(2, 1fr);
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        gap: 10px;
        grid-template-columns: repeat(3, 50px);
        height: auto;
   }
    footer .copyright ul {
        column-gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
   }
   footer .footer-content .footer-links .footer-links-box{
    align-items: center;
    text-align: center;
   }
   .presentation .presentation_container  .presentation_left .bts-mobile{
        grid-template-columns: repeat(2, 1fr);
    }
    .nav_bar .navbar_container .navbar_right button, .nav_bar .navbar_container .navbar_right a
    {
        font-size: 12px;
    }
    .nav_bar .navbar_container
    {
        max-width: 100%;
    }
    .presentation .presentation_container .presentation_left h2
    {
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(1, 1fr);
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        grid-template-columns: repeat(2, 50px);
   }
}