/* reset css */
* {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.hero {
    min-height: 10vh;
    background: rgba(0, 0, 0, 0.7) url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
}

.container {
    max-width: 1870px;
    margin: auto;
    padding: 0 15px;
}

.body {
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    display: grid;
    place-content: center;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    vertical-align: auto;
}

.header .menu .head {
    display: none;
}

.header .menu ul {
    list-style: none;
}

.header .menu>ul>li {
    display: inline-block;
}

.header .menu>ul>li:not(:last-child) {
    margin-right: 50px;
}

.header .menu>ul>.dropdown>a {
    padding-right: 15px;
}

.header .menu i {
    font-size: 10px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: hsl(0, 0%, 100%);
    top: calc(50% - 5px);
}

.header .menu>ul>li>i {
    right: 0;
}

.header .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    padding: 15px 0;
    background-color: #645BFF;
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}

.header .menu .sub-menu a {
    padding: 6px 24px;
}

.header .menu li:hover>.sub-menu {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all 0.3s ease;
}

.header .menu .sub-menu span {
    background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
}

header .menu .sub-menu li:hover>a>span {
    background-size: 100% 1px;
}

.header-right {
    display: flex;
}

.header-right>* {
    margin-left: 25px;
}

.header-right .icon-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: hsl(210, 17%, 98%);
    font-size: 16px;
}

.header-right .open-menu-btn {
    display: none;
}

.header .menu a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: hsl(0, 0%, 100%);
    line-height: 1.5;
    display: block;
}

.header .menu>ul>li>a {
    padding: 24px 0;
}

.header .menu .dropdown {
    position: relative;
}

.background {
    background: rgba(0, 0, 0, 0.7) url('../img/bg.jpg');
    background-size: cover;
    background-blend-mode: darken;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 90%;
    margin: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
}

.btn {
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;

}

.encode {
    margin-top: 10px;
}

.h4 {

    margin: 1px;
}

h1 {
    --s: 0.1em;
    /* the thickness of the line */
    --c: #645BFF;
    /* the color */

    color: #0000;
    padding-bottom: var(--s);
    background:
        linear-gradient(90deg, var(--c) 50%, #fff 0) calc(100% - var(--_p, 0%))/200% 100%,
        linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.5s;
}

h1:hover {
    --_p: 55%
}


h1 {
    font-family: system-ui, sans-serif;
    font-size: 30px;
    cursor: pointer;
}



.firstsection {
    height: auto;
}

.firsthalf {

    width: 100%;
    display: inline;
    justify-content: center;
    flex-direction: row;
    padding-top: none;

}

.inputhalf {
    padding-left: 5px;
}

.hr {
    width: 80%;
}


.submitbutton {
    align-items: center;
    appearance: none;
    background-color: #fcfcfd;
    border-radius: 4px;
    border-width: 0;
    box-shadow:
        rgba(45, 35, 66, 0.2) 0 2px 4px,
        rgba(45, 35, 66, 0.15) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition:
        box-shadow 0.15s,
        transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;


}

.submitbutton:focus {
    box-shadow:
        #d6d6e7 0 0 0 1.5px inset,
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
}

.submitbutton:hover {
    box-shadow:
        rgba(45, 35, 66, 0.3) 0 4px 8px,
        rgba(45, 35, 66, 0.2) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.submitbutton:active {
    box-shadow: #d6d6e7 0 3px 7px inset;
    transform: translateY(2px);
}

.Downloadfile {
    align-items: center;
    appearance: none;
    background-color: #fcfcfd;
    border-radius: 4px;
    border-width: 0;
    box-shadow:
        rgba(45, 35, 66, 0.2) 0 2px 4px,
        rgba(45, 35, 66, 0.15) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition:
        box-shadow 0.15s,
        transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;


}

.Downloadfile:focus {
    box-shadow:
        #d6d6e7 0 0 0 1.5px inset,
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
}

.Downloadfile:hover {
    box-shadow:
        rgba(45, 35, 66, 0.3) 0 4px 8px,
        rgba(45, 35, 66, 0.2) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.Downloadfile:active {
    box-shadow: #d6d6e7 0 3px 7px inset;
    transform: translateY(2px);
}



.encode {
    --primary-color: #645bff;
    --secondary-color: #fff;
    --hover-color: #111;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 1em 1.8em;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}

.encode.arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.encode .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
}

.encode .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

.encode:hover {
    background-color: var(--hover-color);
}

.encode:hover .arrow {
    background: var(--secondary-color);
}

.encode:hover .arrow:before {
    right: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.custom-file-input {
    color: transparent;
    width: 100px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Browse File!';
    color: #36395a;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 4px 6px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 11pt;
    height: 29px;
    padding-top: 7px;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}





.clear {
    align-items: center;
    appearance: none;
    background-color: #fcfcfd;
    border-radius: 4px;
    border-width: 0;
    box-shadow:
        rgba(45, 35, 66, 0.2) 0 2px 4px,
        rgba(45, 35, 66, 0.15) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition:
        box-shadow 0.15s,
        transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;


}

.clear:focus {
    box-shadow:
        #d6d6e7 0 0 0 1.5px inset,
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
}

.clear:hover {
    box-shadow:
        rgba(45, 35, 66, 0.3) 0 4px 8px,
        rgba(45, 35, 66, 0.2) 0 7px 13px -3px,
        #d6d6e7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.clear:active {
    box-shadow: #d6d6e7 0 3px 7px inset;
    transform: translateY(2px);
}


.inputtxt {

    font-size: 25px;
    margin-bottom: 20px;

}

.inputtextbox:focus {
    outline: 1px solid #645bff;
}

.inputtextbox {
    display: inline-block;
    padding: 8px 20px 190px;
    height: 450px;
    width: 100%;
    resize: none;
    border: 2px #CCC solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.outputtxt {
    font-size: 25px;

}

.secondhalf {
    padding-top: 140px;
    padding-left: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.vl {
    border-left: 2px solid rgb(255, 255, 255);
    height: 500px;
    position: absolute;
    left: 45.5%;
    margin-left: -3px;
    top: 250px;
    display: none;
}

.hr1 {
    width: 100%;
}

.outputtextbox {
    display: inline-block;
    padding: 8px 20px 190px;
    height: 450px;
    width: 100%;
    resize: none;
    border: 2px #CCC solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.infosection {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    font-family: "Ubuntu", serif;
    margin: auto;

}

.expans {

    display: block;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    font-family: "Ubuntu", serif;
    margin-top: 100px;

}

.paras {
    padding: 0px 15px;

}

.exp1,.exp2{
    margin: 1em 0 .6em 0;
    padding: 0 0 0 8px;
    font-weight: normal;
    color: #788699;
    font-family: "Ubuntu", serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 18px;
    line-height: 40px;
   
}

.exp1:after, .exp2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.5),
        0 1px 1px rgba(255, 255, 255, 0.3);
}

.exp1:after, .exp2:after {
    background: #645BFF;
}

.box {
    width: max-content;
    height: Auto;
    border: 1px solid black;
    padding: 10px;
    margin: 10px;
    margin: 1em 0 0.5em 0;
    font-weight: 500;

    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: "Ubuntu", serif;
}

.thumbnail img {
    width: 200px;
    border: 2px black;
    border-radius: 26px;
    margin-left: 50px;
}

.Quetion {
    
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    line-height: 40px;
    background: #645BFF;
    background: #645BFF;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53, 86, 129, 0.5);
    font-family: "Ubuntu", serif;

}

.examples, .rltdtls {
    padding: 16px 0;
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    line-height: 40px;
    background: #645BFF;
    background: #645BFF;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53, 86, 129, 0.5);
    font-family: "Ubuntu", serif;
    margin-top: px;
}

.Answer {
    margin: 1em 0 0.5em 0;
    font-weight: 500;

    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: "Ubuntu", serif;
}

.exampleanswer {
    margin: 1em 0 0.5em 0;
    font-weight: 500;

    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: "Ubuntu", serif;
}



.contact {
    background-color: #e9e7e4;
    height: 7vh;
}

.footer {
    background-color: #20263e;
    padding: 70px 0;
}

.container-footer {
    max-width: 1170px;

    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer1{
    position: fixed;
    bottom: 0;
}


.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #ffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;

}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91363;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #fff;
}

.footer-list {

    display: flex;
    text-align: right;
    width: auto;


}

ul {
    list-style: none;
}



.textfooter {
    display: flex;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgb(100, 91, 255);
}

.footer-list li {
    list-style: none;
    padding: 16px 20px;
    text-align: right;
    justify-content: right;
    align-items: end;
}

/* Modern home page footer */
.site-footer {
    position: relative;
    overflow: hidden;
    color: #1f2937;
    background: linear-gradient(135deg, #cacccc 0%, #d8dada 55%, #eef0f0 100%);
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(15, 59, 255, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.6), transparent 40%);
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    max-width: 1480px;
    margin: 0 auto;
    padding: 58px 22px 40px;
    display: grid;
    grid-template-columns: minmax(240px, 1.1fr) minmax(360px, 1.7fr) minmax(220px, 0.8fr);
    gap: 36px;
}

.site-footer__brand,
.site-footer__social {
    min-width: 0;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.site-footer__logo:hover,
.site-footer a:hover {
    background-color: transparent;
    text-decoration: none;
}

.site-footer__brand p,
.site-footer__social p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}

.site-footer__brand p {
    margin-top: 10px;
}

.site-footer__mail {
    width: fit-content;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(15, 59, 255, 0.14);
    border-radius: 8px;
    color: #0f3bff;
    background: rgba(15, 59, 255, 0.05);
    font-size: 14px;
    font-weight: 700;
}

.site-footer__mail:hover {
    border-color: rgba(15, 59, 255, 0.24);
    color: #0f3bff;
}

.site-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.site-footer__group h4,
.site-footer__social h4 {
    margin: 0 0 18px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
}

.site-footer__group h4::after,
.site-footer__social h4::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 9px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0f3bff, #14b8a6);
}

.site-footer__group ul {
    display: grid;
    gap: 10px;
}

.site-footer__group a {
    display: inline-flex;
    align-items: center;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__group a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(15, 59, 255, 0.34);
    transform: scale(0.65);
    transition: transform 0.2s ease, background 0.2s ease;
}

.site-footer__group a:hover {
    color: #0f3bff;
    transform: translateX(4px);
}

.site-footer__group a:hover::before {
    background: #0f3bff;
    transform: scale(1);
}

.site-footer__social-row {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer__social-row a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 59, 255, 0.14);
    border-radius: 8px;
    color: #0f3bff;
    background: rgba(15, 59, 255, 0.05);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-row a:hover {
    color: #0f3bff;
    border-color: rgba(15, 59, 255, 0.24);
    background: rgba(15, 59, 255, 0.1);
    transform: translateY(-3px);
}

.site-footer__bottom {
    position: relative;
    z-index: 1;
    max-width: 1480px;
    margin: 0 auto;
    padding: 18px 22px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #64748b;
    font-size: 14px;
}

.site-footer__bottom p {
    margin: 0;
}

@media(max-width:991px) {
    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 46px;
    }

    .site-footer__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width:767px) {
    .site-footer__links {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media(max-width:480px) {
    .site-footer__inner,
    .site-footer__bottom {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-footer__mail {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }
}



/* === BASE HEADING === */

h3 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-top: 19px;
    padding-left: 10px;
}

h3 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h3 em {
    font-style: normal;
    font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h3 {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-left: 1;
}

.one h3:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 10%;
    margin-left: -14px;
    background-color: #b80000;
}

.one h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 10%;
    margin-left: -50px;
    background-color: #b80000;
}


/* ------- Helper Styles -------------*/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


h3:before,
h3:after {
    background-color: #c50000;
}


.containerrelatedlink {
    background-color: white;
    border: 2px solid #dcdcdc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    margin: 3px;
    display: grid;
}

.relatedlinkgrid {
    display: grid;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 40%;
    margin: 10px;
    height: auto;
    padding-top: 0px;
    grid-template-columns: 1fr minmax(50%, 50%);
    padding-bottom: 5px;
    padding-top: -10px;
}

a {
    color: royalblue;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
}

a:hover {
    color: crimson;
    text-decoration: underline;
    background-color: lightgray;
}

.contact-form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
}
