 @font-face {
    font-family: 'bebas_neueregular';
    src: url('/assets/web fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot');
    src: local('Pacifico Regular'), 
		 local('Pacifico-Regular'),
    	 url('/assets/web fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/web fonts/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
         url('/assets/web fonts/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
         url('/assets/web fonts/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;	
} 

#left_col {
   float:inherit;
   width:100%;
   max-width:95%;
}
#right_col {
   float:inherit;
   width:100%;
   max-width:95%;
}


    /* header titlu + sub */
    .eyebrow { 
      font-size: clamp(11px, 2vw, 12px); 
      letter-spacing: 2.2px; 
      text-transform: uppercase; 
      color: #6B7280; 
      text-align: center; 
      margin-bottom: 8px;
    }
    .sub { 
      color: var(--muted); 
      text-align: center; 
      max-width: 600px; 
      margin: 0 auto clamp(32px, 6vw, 48px); 
      font-size: clamp(16px, 2.5vw, 20px);
      line-height: 1.5;
    }

@media screen and (min-width: 800px) {
#right_col {
   margin-top:0px;
   float:right;
   max-width:33%;
}	

#left_col {
   float:left;
   width:100%;
   max-width:66%;
}
}

.circle_t {
  display: block;
  width: 60px;
  height: 60px;
  margin: 1em auto;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 3px solid #FFF;
}


.flat-table {
		margin-bottom: 20px;
		border-collapse:collapse;
		font-family: 'Noto Sans', Calibri, Arial, sans-serif;
		border: none;
                border-radius: 3px;
               -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
	}
.flat-table th, .flat-table td {
		box-shadow: inset 0 -1px rgba(0,0,0,0.25), 
			inset 0 1px rgba(0,0,0,0.25);
	}
.flat-table th {
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		padding: 1em;
		color: rgba(0,0,0,0.45);
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		font-size: 1.5em;
	}
.flat-table td {
		color: #f7f7f7;
		padding: 0.7em 1em 0.7em 1.15em;
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 1.4em;
	}
.flat-table tr {
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	}
.flat-table-1 {
		background: #336ca6;
	}
.flat-table-1 tr:hover {
		background: rgba(0,0,0,0.19);
	}

.flat-table-3 {
		background: #52be7f;
	}
.flat-table-3 tr:hover {
		background: rgba(0,0,0,0.1);
	}

.row0, .row1, .row2 {
padding:10px;
clear:both;
min-height:75px;
}

.row0 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(237, 249, 251);
    /* RGBa with 0.6 opacity */
    background-color: rgba(237, 249, 251, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}



.row1 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


.row2 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 230, 150);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 230, 150, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.requireds {
	color: #1a1a1a;
}



img.sample {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
background: #fff;
padding: 0px;
}

img.sample1 {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
background: #fff;
padding: 0px;
}

img.sample2 {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
background: #fff;
padding: 10px;
}


img.sample_padded {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
background: #fff;
padding: 10px;
}




/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee{
text-align: center;
color: #970100;
}

/*text-shadow:0px 0px 0 rgb(-3,63,161),0px -1px 0 rgb(-17,49,147), 0px -2px 0 rgb(-30,36,134),0px -3px 2px rgba(0,0,0,0.25),0px -3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);*/

.subtext{
font-size:0.8em;
line-height: 22px;
}


#noborders table, 
#noborders tbody, 
#noborders tr, 
#noborders td, 
#noborders th {
border: 0px;
}


#news1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-align: left;
	padding: 7px;
	margin-bottom: 0px;
	border: thin solid #FFCC99;
	font-size: small;
	color: #555;
	line-height: 1.3em;
        opacity:.9;
}

#news2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #e6e6e6;
	text-align: left;
	padding: 7px;
	border: thin solid #9e9e9e;
	font-size: small;
	color: #555;
	line-height: 1.3em;
        opacity:.9;
}

#news3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffbdbd;
	text-align: left;
	padding: 7px;
	border: thin solid #e17474;
	font-size: small;
	color: #555;
	line-height: 1.3em;
        opacity:.9;
}



.NormalText table, tr, td, th {
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	border-width: 0px 0px 1px 0px !important;
	margin-bottom: 0px;
	}


.InvisibleText {
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.TextField {
background-color: #ffffff;
color: #ffffff;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}


.TableHead td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
    background-color: #424446;
}



.TableBorders {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #111111;
    background-color: #CCCCCC;


}



.TitleText {
font-weight:normal;
font-family: 'bebas_neueregular',arial,verdana,tahoma,sans-serif;
font-size:28px;
line-height:28px;
color:#2c3e50;
border-bottom:1px solid #2c3e50;
margin-bottom:0;
}

.MessageText {
color:#222222;
padding-left: 25px;
background-color: #FDFDFD;
}

.Attachments {
color:#222222;
background-color: #EEEEEE;
}

.Attach1 {
border-top:2px solid #888888;
}


.error {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color: #FF0000;
}

.success {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000088;
}

.TableRow1 {
	background-color: #FAFAFA;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}

.TableRow2 {
	background-color: #FFFFFF;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}

.TableRow3 {
	background-color: #fcf5bc;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}


.highlight {
	background-color: #ffe35f;
}

.table2 {
	background-color: #f4f4f4;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

.table1 {
	background-color: #ffcb32;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

.table3 {
  background: linear-gradient(#d8ffd8, #f1fff1, #d8ffd8);
  font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

.widget-title {
	font-size: 32px;
}


/*     BOX     */

#boxed_content {
-webkit-border-radius: 0 12px 0 12px;
-khtml-border-radius: 0 12px 0 12px;
-moz-border-radius: 0 12px 0 12px;
border-radius:  0 12px 0 12px;
border: 1px solid #ccc;
display:block;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
float:center;
background: #fafafa;
font-family:Georgia;
font-size:15px;
color:#2c3e50;
text-align:left;
}

/*     BOX     */



/*  TESTIMONIALS   */

#testimonial {
  -webkit-border-radius: 12px 0 12px 0;
  -khtml-border-radius: 12px 0 12px 0;
  -moz-border-radius: 12px 0 12px 0;
  border-radius: 12px 0 12px 0;
  border: 1px solid #b3b3b3;
  display: block;
  width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  float: center;
  background: #2326240A;
  font-family: Georgia;
  font-size: 21px;
  font-style: italic;
  color: #666;
  text-align: left;
  max-width: 550px;
}

#testimonial h3 {
	font-family:'bebas_neueregular',Verdana,Arial;
	font-weight: normal;
	font-size:26px;
	text-shadow: 0px 0px 0px;
}

#testimonial hr {
   display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b3b3b3;
    margin: 1em 0;
    padding: 0; 
}


#testimonial img {
-webkit-border-radius: 12px 30px 0px;
-khtml-border-radius: 12px 30px 0px;
-moz-border-radius: 12px 30px 0px;
border-radius:  12px 30px 0px;
border: 1px solid #e0e0e0;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
background: #fff;
display: block;
height: 100px;
padding: 5px;
-webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
filter: grayscale(40%);	
}


#testimtitle {
display:block;
width:100%;
padding-top: 5px;
padding-bottom: 15px;
float:center;
/*font-family:'bebas_neueregular',Verdana,Arial;*/
font-size:24px;
font-weight: bold;
color: #666;
text-align:left;
}



#testimsignature {
display:block;
width:100%;
height:40px;
padding-bottom: 0px;
float:center;
font-family: Georgia;
font-size:18px;
color: #666;
text-align:right;
}

#testimsignature a {
color: #666;
}


#testimtop {
display:block;
width:90%;
height:11px;
float:center;
font-family:arial;
font-size:15px;
color:#ecf0f1;
text-align:left;
}

#testimbottom {
display:block;
width:90%;
height:38px;
float:center;
font-family:courier;
font-size:15px;
color:#ecf0f1;
text-align:left;
}

/*  TESTIMONIALS   */



.columnsContainer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0.1em 0.1em 0.1em 0.1em;
  padding-top: 12px;
  padding-right: 14px;
}

.leftColumn {
  flex: 1 1 520px;
  min-width: 0;
  margin-bottom: 0.5em;
}

.rightColumn {
  flex: 0 0 320px;
  width: 320px;
  max-width: 100%;
  margin-bottom: 0.5em;
  margin-top: 6px;
  margin-right: 6px;
  position: relative;
}

.leftColumn1 {
  flex: 1 1 520px;
  min-width: 0;
  margin-bottom: 0.5em;
}

.rightColumn1 {
  flex: 0 0 10px;
  width: 10px;
  position: relative;
}

/* MEDIA QUERIES */
@media screen and (max-width: 900px) {
  .columnsContainer {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .rightColumn,
  .rightColumn1 {
    width: 100%;
  }
}

/* ========= DARK SCHEME OVERRIDES ========= */
:root {
  --ac-bg-dark: #020818;
  --ac-bg-deep: #07152e;
  --ac-bg-panel: #0a1a38;
  --ac-text: #f7f3e9;
  --ac-text-muted: #b8b5a8;
  --ac-border: rgba(255, 255, 255, 0.12);
  --ac-accent: #60a5fa;
}

body,
.NormalText table,
.NormalText tr,
.NormalText td,
.NormalText th {
  color: var(--ac-text);
}

.eyebrow {
  color: var(--ac-text-muted);
}

.sub {
  color: var(--ac-text-muted);
}

.circle_t {
  background-color: var(--ac-bg-panel);
  border-color: var(--ac-border);
}

.flat-table {
  background: var(--ac-bg-deep);
}

.flat-table th {
  color: var(--ac-text-muted);
  text-shadow: none;
}

.flat-table td {
  color: var(--ac-text);
  text-shadow: none;
}

.flat-table-1,
.flat-table-3 {
  background: var(--ac-bg-panel);
}

.flat-table-1 tr:hover,
.flat-table-3 tr:hover {
  background: rgba(255, 255, 255, 0.06);
}

.row0,
.row1,
.row2 {
  background-color: rgba(10, 26, 56, 0.65) !important;
}

.requireds {
  color: var(--ac-text);
}

img.sample,
img.sample1,
img.sample2,
img.sample_padded,
#testimonial img {
  background: #0b142a;
  border-color: var(--ac-border);
}

.Three-Dee {
  color: #f7f5e0;
}

#news1,
#news2,
#news3 {
  background-color: rgba(10, 26, 56, 0.8);
  border-color: var(--ac-border);
  color: var(--ac-text);
}

.TableHead td {
  background-color: #131f3d;
}

.TableBorders {
  background-color: #0b142a;
  color: var(--ac-text);
}

.TitleText {
  color: var(--ac-text);
  border-bottom-color: var(--ac-border);
}

.MessageText,
.Attachments {
  color: var(--ac-text);
  background-color: #0b142a;
}

.Attach1 {
  border-top-color: var(--ac-border);
}

.error {
  color: #ff6b6b;
}

.success {
  color: #7dd3fc;
}

.TableRow1,
.TableRow2,
.TableRow3,
.table1,
.table2,
.table3 {
  background-color: #0a1a38;
  color: var(--ac-text);
}

.highlight {
  background-color: rgba(96, 165, 250, 0.2);
}

#boxed_content {
  background: #0b142a;
  border-color: var(--ac-border);
  color: var(--ac-text);
}

#testimonial,
#testimonial hr,
#testimtitle,
#testimsignature,
#testimsignature a {
  color: var(--ac-text);
  border-color: var(--ac-border);
}

/* Form Elements Dark Theme */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
textarea,
select {
  background-color: #0a1a38;
  color: var(--ac-text);
  border: 1px solid var(--ac-border);
  padding: 0.4em 0.6em;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--ac-accent);
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.2);
}

input[type="submit"]
{
  background-color: var(--ac-accent);
  color: #020818;
  border: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

input[type="submit"]:hover
{
  background-color: #7dd3fc;
}

input[type="checkbox"] {
  accent-color: var(--ac-accent);
}

