@font-face {
    font-family: 'Sofia Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Sofia Pro Regular Az.woff') format('woff');
}

html,body {
    font-family: 'Sofia Pro Regular';
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

.main-layout{
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.brand-logo{
    max-height: 100px;
}

.mobile-store-logo{
    height: 40px;
}


.main-content-container{
    height: 100%;
    text-align: center;
    padding: 40px 0px;
    background: #FAFAFC;
}

h1.site-message{
    font-size: 28px;
    color: #3B1A6E;
    margin: auto;
    vertical-align: middle;
}


header{
   background-color: #ffffff;
}

 div.nav-container{
    width: 100%;
    margin: auto;
}

.custom-footer {
    background-color: #101323;
    border-radius: 40px 40px 0 0;
    padding: 105px 0;
    color: #fff;
    font-size: 16px;
    height:100%;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.menu-section {
    flex: 1;
    margin-bottom: 20px;
}

.horizontal-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.horizontal-menu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.horizontal-menu img {
    margin-right: 8px;
    max-width: 20px;
    height: auto;
}

   .horizontal-menu li a {
       color: #ffffff;
       text-decoration: none;
   }

.link-columns {
    display: flex;
    flex: 2;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 200px;
    margin-bottom: 20px;
}

.link-column ul {
    list-style: none;
    padding-left: 0;
}

.link-column ul li {
    margin-bottom: 8px;
}

.link-column ul li a {
    color: #B3B9C1;
    text-decoration: none;
    font-size: 13px;
}

.link-column ul li a:hover {
    text-decoration: underline;
}

.footer-separator {
    border-color: #5a5a5a;
    margin: 30px 0;
}

.text-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
    margin-right: 40px;
}

.text-column p {
    font-size: 13px;
    line-height: 1.5;
    color: #B3B9C1;
    margin-bottom: 15px;
}

.text-column p:last-child {
    margin-bottom: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0;
    height: 100px;
}
.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-menu,
.sub-menu-items {
    display: flex;
    align-items: center;
}

.navbar-menu li ,
.sub-menu-items li{
    margin: 0 15px;
}

.navbar-menu a {
    color: #3B1A6E;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.navbar-menu a:hover {
    color: #000;
    /* Change color on hover */
}
.sub-menu-items {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    background-color: #F4F6F9;
    height: 100%;
    padding: 0 15px;
}

.sub-menu-items li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.sub-menu-items .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.sub-menu-items .sales-item span {
    margin-right: 5px;
}
.banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.banner-image {
    width: 100%;
    height: auto;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.banner-text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
    padding-left: 20px;
    color:#ffffff;
}

.banner-welcome-text {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#c8b8e0;
}

.banner-title-text {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.banner-description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #c8b8e0;
}

.iphone-banner-image {
    width: 56%;
    height: auto;
    object-fit: contain;
}
.content-header {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #231F20;
}

.content-paragraph {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #5f5a5b;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
}

.card-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 40px auto;
    width: 90%;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    display: flex;
    flex-direction: row;
    width: 49%;
    min-width: 600px;
    background-color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    margin-bottom: 40px;
}

.card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-image-container {
    flex-shrink: 0;
    max-width: 40%;
    overflow: hidden;
}
.card-content {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-header {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px 0;
}

.manage-card {
    display: flex;
    align-items: center;
    gap: 8px;
}

.manage-text {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:  #1C355E;;
}
.rounded-section {
    background-color: #3B1A6E;
    max-width: 95%;
    height: auto;
    max-height: 890px;
    margin: 40px auto;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}
.rounded-section img {
    max-width: 100%;
    height: auto;
}

.bottom-rounded-section {
    background-color:#EEF0F3;;
    width: 95%;
    height: auto;
    max-height: 890px;
    margin: 40px auto;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}

.rounded-section-header {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
}

.rounded-section-paragraph {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.rounded-section-image {
    width: 20%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.bordered-section {
    border: 1px solid #7467B9;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.bordered-section-header {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}

.bordered-section-paragraph {
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
}

.header-with-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.info-icon {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.tooltip-container {
    position: relative;
}

.tooltip-bubble {
    visibility: hidden;
    background-color: #ffffff;
    color: #565252;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    width: 400px;
}

.tooltip-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip-container.show .tooltip-bubble {
    visibility: visible;
    opacity: 1;
}

.tooltip-container.show .tooltip-bubble {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 768px) {
    .main-content-container {
      max-width: 500px;
    }

    .banner-image {
        height: 270px;
    }

    .banner-overlay {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        text-align: center;
    }

    .banner-text-block {
        max-width: 100%;
        padding-left: 0;
    }

    .banner-welcome-text {
        font-size: 24px;
    }

    .banner-title-text {
        font-size: 36px;
    }

    .banner-description {
        font-size: 16px;
        margin-top: 15px;
        margin-left: 60px;
    }
  
    .iphone-banner-image {
        width: 30%;
    }


    .rounded-section {
        padding: 20px;
        margin: 20px auto;
        max-height: 100%;
        height: auto;
    }

    .rounded-section h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .rounded-section p {
        font-size: 16px;
        line-height: 28px;
    }
    .card-image-container {
        flex-shrink: 0;
        max-width: 300px;
        overflow: hidden;
    }
   
    .card-image {
        max-width: 300px;
     
    }
    .card-section {
      justify-content: center;
    }
    .image-container {
        flex-direction: column;
        gap: 20px;
    }

    .rounded-section-image {
        width: 50%;
        margin: auto;
    }
    
    .bottom-rounded-section{
        max-height: 1050px;
        padding:10px;
    }
    .bordered-section {
        width: 80%;
        padding: 34px;
    }

    .bordered-section-header {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .content-header {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .content-paragraph {
        font-size: 16px;
        line-height: 28px;
        padding: 0 10px;
    }

    .card-section {
        flex-direction: column;
        align-items: center;
    }

    .card {
        max-width: 90%;
        flex-direction: column;
        min-width: 100%;
    }

    .footer-content {
        display: block;
        text-align: center;
    }

    .logo-section,
    .menu-section,
    .link-columns {
        margin-bottom: 30px;
        text-align: center;
    }

    .horizontal-menu {
        justify-content: center;
    }

    .text-columns {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        max-width: 120px;
        margin: 0 auto 20px auto;
    }
.menu-section ul li,
.link-column ul li {
    justify-content: center;
}

.text-column {
    max-width: 100%;
    margin-bottom: 20px;
}
  
}

@media (max-width: 480px) {
   .main-content-container {
      max-width: 450px;
    }
    main{ 
        margin-right: 24px;
    }
    .banner-welcome-text {
        font-size: 20px;
    }

    .banner-title-text {
        font-size: 28px;
    }

    .banner-description {
        font-size: 14px;
        margin-right: 80px;
    }
    
    .iphone-banner-image {
        width: 30%;
    }
       
    .rounded-section {
        padding: 10px;
        margin: 10px auto;
    }

    .rounded-section h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .rounded-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .rounded-section-image {
    width: 70%;
    }

    .content-header {
        font-size: 20px;
        line-height: 32px;
    }

    .content-paragraph {
        font-size: 14px;
        line-height: 24px;
    }

        .footer-content,
        .text-columns,
        .link-columns {
            display: block;
            text-align: center;
        }
    
        .menu-section ul li,
        .link-column ul li {
            justify-content: center;
        }
    
        .text-column {
            max-width: 100%;
            margin-bottom: 20px;
        }
    
        .footer-logo {
            max-width: 120px;
            margin: 0 auto 20px auto;
        }
    
        .link-columns {
            margin-top: 20px;
        }

        .custom-footer {               
           width: 400px;
        }      
}
 @media (max-width: 380px) {
     .custom-footer {
         width: 364px;
     }
}