body {
overflow-x: hidden;
}

:root {
--primary: #003366;
--second: #d4ad62;
--third: #;
}


.notloggedin #topmenu {
    position: fixed;
top: 45px;
z-index: 10;
border-radius: 0px 0px 10vw 10vw;
box-shadow: -2px 7px 9px #2d41562b;
}

.notloggedin #topbanner{
    position: fixed;
}

.notloggedin #content{
padding-top: 150px;
}


/*TOP MENU*/

div.topmenu ul li {
    margin-bottom: 5px;
border-radius: 30px;
}


div.topmenu ul ul{
box-shadow: -2px 7px 9px #2d41562b;
border-top: 3px solid var(--second);
border-bottom: 3px solid var(--second);
    border-radius:30px;
padding: 10px;
}

div.topmenu ul ul li{
    margin-bottom: 0px;
border-radius: 30px;
}


/*TOP RIGHT MENU*/
.c-top-right-menu {
display: flex;
gap: 5px;
justify-content: flex-end;
align-items: center;
}

.c-top-right-menu a{
font-size: 12px;
    padding: 5px 10px !important;
    border-radius: 30px;
    border: 1px solid var(--second);
font-weight: 500;
    transition: all 0.6s ease;
}
.c-top-right-menu a:nth-last-child(-n+2) {
    background-color: var(--second);
    color: #fff !important;
    padding: 5px 5px !important;
height: 18px;
width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.c-top-right-menu a:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff !important;
}
/*END OF TOP RIGHT MENU*/




/*PAGES TITLE*/

#contenttop h1, #contentbottom h1 {
  font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem);
  position: relative;
  width: fit-content;
  margin: 0vh auto 4vh auto;
  padding-inline: 2rem;
}



#contenttop h1:before, #contentbottom h1:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 20px;
    width: 20px;
    z-index: 0;
transform: translateX(-50%);
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}

#contenttop h1::after, #contentbottom h1:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0,
    var(--second) 10%,
    var(--second) calc(50% - 40px),
    transparent calc(50% - 40px),
    transparent calc(50% + 40px),
    var(--second) calc(50% + 40px),
    var(--second) 90%,
    transparent 100%
  );
opacity: 0.5;
}



.filegallery h1 {
font-size: 30px !important;
margin-top: 4vw !important;
}

.aboveitems h1 {
font-size: 30px !important;
margin-top: 4vw !important;
}


/*END OF PAGES TITLE*/





/*PRODUCTS - NAOI*/



div.horizontalitems div.linkto {
    padding: 0;
    margin: 7px auto;
    float: none;
    width: fit-content;
    border-radius: 30px;
min-height: 35px;
}

div.items div.linkto a {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 1px;
}

div.horizontalitems div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 15px;
}



/*END OF PRODUCTS - NAOI */



/* Testimony box - CSS για εισαγωγικό κείμενο σε σελίδες κειμένου */
.testimony-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  margin: 4vw auto;
    box-shadow: -2px 7px 9px #2d41562b;
}

.testimony-box h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.testimony-box p {
  white-space: pre-wrap;
  text-align: justify;
}

#viewer-container {
   width: 100%;
   height: 70vh;
   min-height: 500px;
   overflow: hidden;
   position: relative;
   border-radius: 15px;
   margin-top: 30px;
}
canvas {
   display: block;
}


/*-----------------*/
#viewer-container {
  width: 100%  
  height: 250px;
  margin: auto;
  border: 1px solid #ccc;
}


/*---------clerics table-------------*/
.clerics-table {
      width: 80%;
      border-collapse: collapse;
      margin: 20px auto;
border-radius: 15px;
    }
    .clerics-table th, .clerics-table td {
      border: 1px solid #d4ad6263;
      padding: 8px;
      text-align: center;
background-color: #fff;
    }
    .clerics-table th {
      background-color: var(--second);
color: #fff;
    }



/*--- eggrafa-badge --*/
.eggrafa-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 12px;               /* larger for accessibility */
    font-size: inherit;              /* inherits from <p> */
    font-weight: bold;
    background: var(--soft-bg);      /* light background */
    border: 1px solid #deb751;
    color: var(--blue);              /* dark text: good contrast */
    border-radius: 12px;
    text-decoration: none;
    transition: 0.2s ease;
    vertical-align: middle;
}

.eggrafa-badge:hover,
.eggrafa-badge:focus-visible {
    background: #deb751;         /* more vivid background */
    color: #000;                     /* black text for contrast */
    border-color: #deb751;
}

/* Keyboard focus ring (WCAG 2.4.7 Focus Visible) */
.eggrafa-badge:focus-visible {
    outline: 3px solid #000;         /* clear visible ring */
    outline-offset: 3px;
}




/*YPOKATHGORIES VIEW*/

.imagemenu ul {
    margin: 4vw 20px !important;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.imagemenu ul li.inactive a {
    padding: 15px 15px 15px 15px !important;
    box-shadow: -2px 7px 9px #2d41562b;
}

.imagemenu ul li.inactive a:hover {
font-weight: 900;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
position: relative;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    transform: translate(-95%, 0%);
    margin-top: 2vw;
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 3vw;
}

.side-nav__header {
    max-height: 150px;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-direction: row;
margin-bottom: 4vh !important;
}


@media (max-width: 912px) {
.c-filters {
    padding-top: 20px;
    flex-wrap: wrap;
margin-bottom: 2vh !important;
}
}

.c-filters .filter_opt {
    padding: 0 10px 20px 0px;
    min-width: 200px;
}

.c-filters .amodule {
    // flex-basis: 500px;
}

/* ORDER notloggedin  */

.notloggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.notloggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.notloggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.notloggedin .c-filters .amodule:nth-child(4) {
display: none;
order: 6;
}

.notloggedin .c-filters .amodule:nth-child(5) {
order: 4;
}

.notloggedin .c-filters .amodule:nth-child(6) {
order: 5;
}

/* ============= */

/* ORDER loggedin  */

.loggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.loggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.loggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.loggedin .c-filters .amodule:nth-child(4) {
display: initial;
order: 4;
}

.loggedin .c-filters .amodule:nth-child(5) {
order: 5;
}

.loggedin .c-filters .amodule:nth-child(6) {
order: 6;
}

/* ============= */

.c-filters .chosen-container-active .chosen-single, .c-filters .chosen-container-single .chosen-single, #cCloneLehrberufe .chosen-container-active .chosen-single, #cCloneLehrberufe .chosen-container-single .chosen-single, #cCloneUnternehmen .chosen-container-active .chosen-single, #cCloneUnternehmen .chosen-container-single .chosen-single {
    background: white !important;
    border: 1px solid #bdc6ce !important;
    padding: 10px 0px 10px 10px !important;
    margin-right: 5px;
    height: auto !important;
}

.c-filters .chosen-container, #cCloneLehrberufe .chosen-container, #cCloneUnternehmen .chosen-container {
width: 100% !important;
}

.c-filters .chosen-container-single .chosen-single div b, #cCloneLehrberufe .chosen-container-single .chosen-single div b, #cCloneUnternehmen .chosen-container-single .chosen-single div b {
background-image: url('/cache/files/84ed89a7508ffba83e5fe2c975cddbf39dcaeacb.svg') !important;
    background-position: center !important;
    background-size: contain !important;
transform: rotate(0deg);
}


.c-filters .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneLehrberufe .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneUnternehmen .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}

.c-filters .chosen-container-single .chosen-single div, #cCloneLehrberufe .chosen-container-single .chosen-single div, #cCloneUnternehmen .chosen-container-single .chosen-single div {
    right: 10px;
}

.c-filters .chosen-container-single .chosen-search, #cCloneLehrberufe .chosen-container-single .chosen-search, #cCloneUnternehmen .chosen-container-single .chosen-search {
    padding: 10px 10px;
}

.c-filters .chosen-container-single .chosen-single div {
width: 10px;
}

.c-filters .chosen-container-single .chosen-search input[type="text"], #cCloneLehrberufe .chosen-container-single .chosen-search input[type="text"], #cCloneUnternehmen .chosen-container-single .chosen-search input[type="text"] {
    padding: 10px 20px 10px 10px;
    background-image: url('cache/files/notfound') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.c-filters .chosen-container-single .chosen-single abbr, #cCloneLehrberufe .chosen-container-single .chosen-single abbr, #cCloneUnternehmen .chosen-container-single .chosen-single abbr {
    top: 17px;
    right: 36px;
}

.c-filters ul, #cCloneLehrberufe ul, #cCloneUnternehmen ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-filters .chosen-container-single .chosen-single span, #cCloneLehrberufe .chosen-container-single .chosen-single span, #cCloneUnternehmen .chosen-container-single .chosen-single span {
    color: #2a3056;
}

.c-filters .filterlabel, #cCloneLehrberufe .filterlabel, #cCloneUnternehmen .filterlabel {
    font-size: 14px;
    font-weight: 600;
color: var(--primary);
}


.c-filters button, #cCloneLehrberufe button, #cCloneUnternehmen button {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #2a3056;
    border-color: transparent;
    border-radius: 5px;
}

.c-filters button:hover, #cCloneLehrberufe button:hover, #cCloneUnternehmen button:hover {
    background-color: #00ccbd;
}


/* FILTERS INSIDE PAGES */

.c-filters-in {
    max-width: 1280px;
background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
}

.c-filters-in form {
    max-width: 500px;
}

a.toggle {
background-image: url('cache/files/notfound');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('cache/files/notfound');
    padding-left: 35px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

/* ==================================== */


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    background-color: transparent;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: column;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 20px;
}
}div.items div.list h3 a, div.items h3 a {
    color: var(--primary);
}

div.horizontalitems div.itemcontent {
    box-shadow: 0px 0px 20px #2d41562b;
}

.c-contact-information-box {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
box-shadow: 0 0 9px #6666664a;
}

.c-contact-information-box span.label, .c-technical-data-box span.label {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 800;
}

iframe {
border-radius: 15px;
margin-top: 15px;
}#belowsite {
  position: relative;
  padding-top: 90px; 
}

#belowsite::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  width: 105%;
  height: 180px;
  transform: translateX(-50%);
  background: #f6f4f3;
  border-radius: 0 0 50% 50%;
  z-index: 1;
}

#belowsite > * {
  position: relative;
  z-index: 2;
}


.c-footer-container {
padding: 10vh 20px;
}

.c-footer-info {
display: flex;
gap: 4vh;
max-width: 90vw;
margin: 0 auto;
justify-content: space-between;
}

@media (max-width: 912px) {
.c-footer-info {
justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}

.c-footer-info p{
margin-bottom: 5px;
}
.c-footer-info p span{
color: var(--second);
}

.c-footer-info p a{
text-decoration: none;
}


.c-footer-text{
margin: 15px 0px;
max-width: 400px;
font-style: italic;
line-height: 1.2em;
font-size: 0.9em;
}


.c-footer-extra-info a{
text-decoration: none;
}



.c-cookie-pref {
text-align: center;
font-size: 12px;
}


.c-footer-social-media {
display: flex;
gap: 10px;
margin-top: 30px;
}


.c-footer-social-media a{
    padding: 15px 12px 15px 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    transition: all 0.6s ease;
}

.c-footer-social-media a:hover {
    border: 1px solid var(--second);
background-color: var(--second);
color: #fff;
}


.c-buttons-container {
display: flex;
gap: 10px;
flex-wrap: wrap;
    justify-content: center;
}



.c-button-1,
.c-button-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 10px 18px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;

  transition: all 0.35s ease;
}

/* Outlined buttons */
.c-button-1 {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid rgba(0, 51, 102, 0.65);
}

/* Βελάκι στο τέλος */
.c-button-1::after {
  content: "⟶";
  font-size: 11px;
  line-height: 1;
  color: var(--primary);
  transition: all 0.35s ease;
}

.c-button-1:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.c-button-1:hover::after {
  color: var(--second);
}

/* Gold primary button */
.c-button-2 {
  background-color: var(--second);
  color: #fff;
  border: 1px solid var(--second);
}

.c-button-2::before {
  content: "✣";
  font-size: 8px;
  line-height: 1;
  color: #fff;
  transition: all 0.35s ease;
}

.c-button-2:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.c-button-2:hover::before {
  color: var(--second);
}




.c-button-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background-color: transparent;
  color: #fff;

  padding: 10px 15px;
  border-radius: 30px;

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;

  border: 1px solid var(--second);
  margin-top: 10px;

  transition: all 0.35s ease;
}

.c-button-footer::after {
  content: "⟶";
  font-size: 15px;
  line-height: 1;
  color: var(--second);
  transform: translateY(-1px);
  transition: all 0.35s ease;
}

.c-button-footer:hover {
  background-color: var(--second);
  color: #fff;
}

.c-button-footer:hover::after {
  color: #fff;
  transform: translate(3px, -1px);
}


.c-small-button {
display: inline-block;
background-color: #f1f1f1;
    color: var(--primary);
    padding: 5px 10px;
border-radius: 5px;
    font-weight: 500;
        font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-small-button:hover {
background-color: var(--primary);
color: #fff;
}




.c-mobile-button {
display: inline-block;
background-color: var(--second);
    color: #fff !important;
    padding: 10px 10px;
border-radius: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-mobile-button:hover {
background-color: var(--primary);
}.mobile-header {
    height: 100px;
    box-shadow: none;
flex-direction: row-reverse !important;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    left: auto;
    right: 20px;
top: 20px;
}

.side-nav button.side-nav__hide {
    font-size: 30px;
}


.c-mobile-menu-footer {
display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;
}


.c-mobile-menu-social {
display: flex;
gap: 0px;
}.c-mitropolitis-container {
display: flex;
gap: 4vw;
    align-items: flex-start;
justify-content: center;
margin-bottom: 20px;
}

.c-mitropolitis-img{
border-radius: 30px;
    height: 80vh;
    position: sticky;
    top: 70px;
    min-width: 40vw;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 912px) {
.c-mitropolitis-container {
align-items: center;
    flex-direction: column-reverse;
}
.c-mitropolitis-img{
    max-width: 90vw;
}
}

.c-episkopos-img {
border-radius: 30px;
    position: sticky;
    top: 70px;
width: auto;
max-width: 450px;
}

.c-viografiko-text {
background-color: #fff;
    padding: 4vw;
    border-radius: 30px;
box-shadow: -2px 7px 9px #2d41562b;
}



.c-gold-title {
color: var(--second);
font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem); /*28-52*/
line-height: 1.1em;
font-weight: 900;
margin-bottom: 5px;
margin-top: 5px;
}

.c-mitropolitis-title {
margin-bottom: 0px;
    line-height: 1.1em;
    font-weight: 900;
}

.c-mitropolitis-subtitle {
margin-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
}



.c-tv-fm-box {
position: sticky;
top: 70px;
display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.c-tv-fm-box img{
max-width: 400px;
border-radius: 30px;
}.accordion h3 {
  font-weight: 700;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 15px auto;
  color: var(--primary) !important;
  letter-spacing: 2px;
  position: relative;
    transition: all 0.4s ease;
box-shadow: 0 0 9px #6666664a;
max-width: 1280px;
}

.accordion h3:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.accordion h3:before {
  content: "+";
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 1.4em;
  transition: all 0.6s ease;
}

.accordion.active h3:before {
  content: "-";
}

.accordion div {
background-color: #fff;
    border-radius: 15px;
    padding: 20px;
margin: 0px auto 20px auto;
max-width: 1280px;
}

.accordion h2 {
text-align: left !important;
font-size: 22px !important;
font-weight: 500 !important;
}


.accordion ul {
    padding-left: 10px !important;
}

.accordion ul li{
    margin-bottom: 10px !important;
}div.filegallery ul {
max-width: 1300px;
margin: 0 auto;
}

div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 9px #6666664a;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}





.c-sunedrio-1 {
color: #d9ae3e;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    padding-top: 2vh;
}

.c-sunedrio-subtitle {
    text-align: center;
letter-spacing: 2px;
}/*NEWS*/
.notloggedin div.horizontalitemsnews div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -2px 7px 9px #2d41562b;
}

div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
color: var(--second);
}




.notloggedin .group_add {
background-color: var(--primary);
    padding: 6px 12px;
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 30px 30px 30px 0px;
}

.notloggedin .group_add a {
color: #fff !important;
text-decoration: none;
font-size: 14px;
font-weight: 600;
}

/*END OF NEWS*/#contenttop h2 {
font-size: 30px !important;
max-width: 450px;
margin: 4vh auto 2vh auto;
position: relative;
}

#contenttop h2:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 20px;
    width: 20px;
    z-index: -1;
transform: translateX(-50%);
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}

#contenttop h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0,
    var(--second) 10%,
    var(--second) calc(50% - 40px),
    transparent calc(50% - 40px),
    transparent calc(50% + 40px),
    var(--second) calc(50% + 40px),
    var(--second) 90%,
    transparent 100%
  );
opacity: 0.5;
}



.c-contact-info {
display: flex;
gap: 4vh;
margin: 4vh 0px;
justify-content: space-between;
}

@media (max-width: 912px) {
.c-contact-info {
justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}





.contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea {
border: none;
border-radius: 15px;
}




.contactform button {
display: inline-block;
background-color: var(--second);
border: 1px solid var(--second);
    color: #fff;
    padding: 15px 25px;
border-radius: 15px;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
}


.contactform button:hover {
background-color: var(--primary);
border: 1px solid var(--primary);
}

