   a{
    text-decoration: none;
    color: unset;
   }
   
   .header {
    background-color: #fff;
    /* padding: 10px 0; */
    position: relative;
    z-index: 5;
}

.header > .custom-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 1;
    position: relative;
}

   .custom-container {
       max-width: 1730px;
       margin: 0 auto;
       padding: 0 15px;
   }

   .header-left,
   .header-right {
       display: flex;
       align-items: center;
   }

   .header-right {
    display: flex;
    max-width: 100%;
    width: calc(100% - 371px);
}

   .logo-area {
       margin-right: 96px;
   }

   .logo-area img {
       height: 40px;
   }

   .language-selector {
       font-size: 14px;
       display: flex;
       align-items: center;
       gap: 5px;
       padding-left: 36px;
       padding-right: 36px;
       position: relative;
   }

   .language-selector::before {
       position: absolute;
       content: "";
       top: -11px;
       left: 0;
       height: calc(100% + 22px);
       width: 1px;
       background: #dddedf;
   }

   .language-selector::after {
       position: absolute;
       content: "";
       top: -11px;
       right: 0;
       height: calc(100% + 22px);
       width: 1px;
       background: #dddedf;
   }

   .language {
       font-family: Manrope;
       font-weight: 500;
       font-size: 16px;

   }

.search-area {
    width: calc(100% - 201px);
    max-width: 100%;
    position: relative;
    margin-left: 36px;
}

   .search-area input {
       width: 100%;
       padding: 6px 12px 6px 42px;
       border-radius: 20px;
       border: 1px solid #ccc;
       font-size: 14px;
       user-select: none;
       border: none;
       outline: none;
       box-shadow: none;
       font-family: Manrope;
       font-weight: 500;
       font-size: 14px;
       color: #22282BE5;


   }

   .search-area .search-area-icon {
       width: 24px;
       height: 24px;
       position: absolute;
       top: 50%;
       left: 6px;
       transform: translate(0px, -50%);
       display: flex;
       align-items: center;
       justify-content: center;
       pointer-events: none;
   }

   .search-icon {
       position: absolute;
       left: 10px;
       top: 50%;
       transform: translateY(-50%);
       font-size: 14px;
       color: #888;
   }

   .contact-button {
       border: 1px solid #22282B1A;
       border-radius: 20px;
       padding: 8px 20px;
       font-size: 14px;
       color: #000;
       display: flex;
       align-items: center;
       gap: 10px;
       background-color: #fff;
   }

   .contact-button-text {
       font-family: Manrope;
       font-weight: 500;
       font-size: 15px;
       color: #22282B;

   }

   .contact-icon {
       color: #e91e63;
   }





















   .footer {
       padding: 92px 96px 38px 96px;
       background-color: #f8f8f8;
       font-family: 'Manrope', sans-serif;
       font-size: 14px;
   }

   .footer-right {
       gap: 110px;
   }

   .footer-column h6 {
       font-weight: 600;
       margin-bottom: 12px;
   }

   .footer-column ul {
       list-style: none;
       padding: 0;
       margin: 0;
   }

   .footer-column li {
       margin-bottom: 8px;
   }

   .footer-column i {
       min-width: 20px;
   }

   .footer-description {
       font-family: Plus Jakarta Sans;
       font-weight: 500;
       font-size: 14px;
       color: #878C91;

   }

   .social-area {
       display: flex;
       margin-top: 34px;
       gap: 18px;
   }

   .footer-alt-description {
       font-family: Poppins;
       font-weight: 400;
       font-size: 12px;


   }

   .footer-title {
       font-family: Manrope;
       font-weight: 800;
       font-size: 20px;
       line-height: 120%;
       color: #22282B;
       margin-bottom: 36px;

   }

   .footer-alt-title {
       font-family: Manrope;
       font-weight: 500;
       font-size: 14px;
       color: #22282B;

   }

   .footer-item {
       display: flex;
       gap: 10px;
       align-items: flex-start;
   }

   .footer-title-area {
       display: flex;
       flex-direction: column;
       row-gap: 18px;
   }

   .footer-alt {
       display: flex;
       justify-content: space-between;
       align-items: ce;
       border-top: 1px solid #0000003D;
       padding-top: 32px;
       margin-top: 62px;
   }
.mobil-header-right{
    display: none;
}


.mobil-search-wrapper input {
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #ccc!important;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
    outline: none;
}

.mobil-search-wrapper button {
    padding: 6px 16px;
    border-radius: 20px;
    background-color: #EA3F77;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.mobile-header-right {
    display: none;
    column-gap: 24px;
}

.mobile-header-language-selector {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.mobil-search-wrapper {
    padding: 6px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s;
    display: none;
    align-items: center;
    column-gap: 12px;
    background: #fff;
}
.mobil-search-wrapper.show {
    top: 100%;
    transition: .4s;
}

.mobil-search-wrapper input {
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
}


.mobil-search-wrapper button {
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #EA3F77;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
}


/*Fixed Menu*/

.fixed-menu {
    z-index: 1100;
    position: fixed;
    bottom: 46px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1310px;
    padding: 37px 73px;
    padding-bottom: 141px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: transparent;
    transition: .4s;
    max-width: 100%;
    user-select: none;
    pointer-events: none;
}

.fixed-menu.show {
    background: #F2F5FC;
    border: 1px solid #22282B1A;
    transition: .4s;
    pointer-events: auto;
    user-select: auto;
}



.fixed-menu-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    padding: 10px 15px;
    background: #F2F5FC;
    border-radius: 50px;
    border: 1px solid #22282B1A;
    width: max-content;
    transition: .4s;
    pointer-events: auto;
}

.fixed-menu-inner {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
}

.fixed-menu-pages-list {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}

.menu-pages-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #102A83;
}

.fixed-menu-pages-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed-menu-pages-list ul li a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #22282B;
    text-decoration: none;
}

.fixed-menu-other-pages-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed-menu-other-pages-list ul li a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #102A83;
    text-decoration: none;
}

.fixed-menu.show .fixed-menu-inner
{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.fixed-menu.show .fixed-menu-buttons
{
    border: 1px solid transparent;
    transition: .4s;
}

.fixed-menu-buttons .home-page {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #22282B;
    border: 1px solid #22282B1A;
    background: #fff;
    border-radius: 50px;
}

.get-support {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    padding: 10px 20px;
    background: #EA3F77;
    border-radius: 50px;
    color: #fff;
}

.project-help {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #102A83;
    border-radius: 50px;
}

.whatsapp {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #fff;
    background: #21C25C;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.telegram {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #FFFFFF;
    background: #23A0DC;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.fixed-menu-buttons .menu-button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #22282B;
    border: 1px solid #22282B1A;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.mobile-fixed-menu-inner
{
    display: none;
}

.mobile-fixed-menu-buttons {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.mobile-other-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.mobile-other-pages ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #102A83;
}

   @media only screen and (max-width: 991px)
   {
    .footer {
    padding: 92px 12px 36px 12px;
}

.header-right{
    display: none;
}
 .mobile-header-right {
    display: flex;
}

.language-selector
{
    display: none;
}

.mobil-search-wrapper
{
    display: flex;
}

.fixed-menu-buttons .get-support{
    display: none;
}

.fixed-menu-buttons .project-help{
display: none;
}

.fixed-menu-buttons .whatsapp
{
display: none;
}

.fixed-menu-buttons .telegram
{
display: none;
}

.fixed-menu-inner > .fixed-menu-pages-list, .fixed-menu-inner > .fixed-menu-other-pages-list {
    display: none;
}

.mobile-fixed-menu-inner
{
    display: block;
}

.fixed-menu {
    padding: 37px 32px;
    padding-bottom: 85px;
}

   }
   @media only screen and (max-width: 868px)
   {
    .logo-area {
    margin-right: 32px;
}





   }
   @media (max-width: 768px) {

       .header-left,
       .header-right {
           justify-content: center;
           margin-bottom: 10px;
       }

      

       .footer-alt-title br {
    display: none;
}

.footer-description br {
    display: none;
}
   }

   @media only screen and (max-width: 425px)
   {
    .footer-alt
    {
        flex-direction: column;
        row-gap: 12px;
        justify-content: center;
    }
    .section-title br {
    display: none;
}

.mobile-header-right {
    column-gap: 10px;
}

.header-left, .header-right {
    margin-bottom: 0px;
}
.logo-area img {
    height: 28px;
}

.mobil-search-wrapper input {
    padding: 8px 12px;
    font-size: 12px;
}

.mobil-search-wrapper button {
    padding: 8px 16px;
}

   }

