#Tagmamalogo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
   /*  font-weight: lighter;  */
    margin-bottom: 10px;
    margin-top: 10px;
   /*   font-style: italic;  */
    order: 1; /* Ensures the logo is positioned on the left */
    text-shadow: 
        0.2px 0.2px 0px grey, /* Slightly lighter orange for small light effect */
        0.2px 0.2px 0px grey, /* Lighter orange for middle light effect */
        1px 1px 3px rgba(0, 0, 0, 0.3); /* Dark shadow for depth */
    transition: all 0.3s ease;
}

#tagline {
    font-size: 11px;
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 15px;
    color: #a49d9d;
    font-style: italic; 
    order: 1; /* Ensures the logo is positioned on the left */
}


/* Style the first three letters */
.first-three {
    font-size: 48px;
    color: #ff601e; /* First color */
}

/* Style the last four letters */
.last-four {
    font-size: 48px;
    color: #6312e5;
; /* Second color */
  
}


.tag-logo {
    color: #ff601e;
    font-size: 27px;
    padding-right: 2px;
    margin-left: -7px;
}

#hero .button-group {
    display: flex;
    gap: 25px;
    justify-content: space-around;
}


.row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.column-left {
    flex: 1;
    padding-left: 240px;
    text-align: left;
}

.column-right {
    flex: 1;
    padding-right: 7%;
    text-align: center;
}

.text-content {
    text-align: left;
    margin-top: -69px;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.installNowButton {
    white-space: nowrap;
}

.installNowButton-1 {
    padding: 19px 55px;
    background: #FFFFFF;
    color: #6212E5;
    border-radius: 200px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    transition: 200ms;
    border: none;
}
.installNowButton-1:hover, .installNowButton-1:focus, .installNowButton-1:active {
    background: #C3C3FA !important;
    color: #6212E5 !important;
}


.installNowButton-2, .installNowButton-3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #6212E5;
    color: #fff;
    border-radius: 200px;
    padding: 19px 55px;
    transition: 200ms;
}
.installNowButton-2:hover, .installNowButton-3:hover, .installNowButton-2:active, .installNowButton-3:active, .installNowButton-2:focus, .installNowButton-3:focus {
    color: #fff !important;
    background: #7F39EF !important;
}

.features {
    padding-bottom: 0px !important;
}

.showcase {
    padding-top: 20px !important;
}