/* CSS styles for the new project */

pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	padding:20px;
	letter-spacing: 0.1em;
}

@font-face {
	font-family:"Franklin Gothic Medium Cond";
	src: url('https://www.royus.net/css/FRAMDCN.eot');
	src: local('FRAMDCN'), local('FRAMDCN'), url('https://www.royus.net/css/FRAMDCN.woff') format('woff'), url('https://www.royus.net/css/FRAMDCN.TTF') format('truetype');
}

pre{
	padding:5px;
}
code{
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background: #b3ecff;
	font-size:11px;
	color: #f6f6f8;
	padding: 3px;
	padding-left: 10px;
	background-color: #f6f6f8;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	
	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:separate; 
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 15px;
	text-decoration:none;
}

html, body {
	height: 100%;
	width: 100%;
}

::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }

body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ecd471;
	background: #dbdff0;
	border-top: 0px solid #f5f5f5;
}

.iframe:focus {
  outline: none;
}

.iframe[seamless] {
  display: block;
}

.container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px;
        }
.instructions {
            background-color: #e2e2e2;
            padding: 15px;
            margin: 15px;
            border-radius: 5px;
            width: 80%;
            text-align: center;
        }

.content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            width: 90%;
        }
 .card {
            background: #fff;
            border: 1px solid #ddd;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            width: 300px;
            text-align: center;
        }

/* ------------------- New Styles (Dec 14 ) ----------------*/
.button-x {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box; /* value: border-box */
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-x:disabled {
  cursor: default;
  opacity: .3;
}

.button-x:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-x:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-x:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}
      
 table {
        font-family: Arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
      }

      th, td {
        border: 1px solid #232f63;
        text-align: left;
        padding: 8px;
      }

      th {
        background-color: #232f63;
      }

      /* tr:hover {
        background-color: #dfff69;
      } */

/* ------------------- Style for the popup modal ----------------*/
        #popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            border: 1px solid #ccc;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            z-index: 1000;
        }
        #popupOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        /* Additional style for the dynamic input box */
        .dynamicInputContainer {
            margin-top: 10px;
        }

        /* Global Styling */
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px;
        }
        .instructions {
            background-color: #e2e2e2;
            padding: 15px;
            margin: 15px;
            border-radius: 5px;
            width: 80%;
            text-align: center;
        }
        #selectButton {
            background-color: #28a745;
            margin-bottom: 20px;
        }
        .content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            width: 90%;
        }
        .card {
            background: #fff;
            border: 1px solid #ddd;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            width: 300px;
            text-align: center;
        }
        button {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            background-color: #007bff;
            color: #fff;
            cursor: pointer;
            margin: 5px;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }
        button:hover {
            background-color: #0056b3;
        }
        /* Highlight style when hovering in selection mode */
        .highlighted {
            outline: 2px solid red;
        }


/* ------------------- Header styles --------------*/
h1,h2,h3,h4 {
	margin-bottom: 15px;
	font-weight: normal;
}
h1{
	font-size:20px;
	line-height: 44px;
}
h2{
	font-size: 32px;
	line-height: 34px;
}
h3{
	font-size:24px;
	line-height: 29px;
	color: #c4a145
}
h4{
	font-size:50px;
	line-height: 25px;
	;
}

#container {
    position: relative;
    width: 100%;
    height: 200px;
}

#header-wrapper {
	width: 100%;
	background-color: #071158;
} 	
.header {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	position:relative;
	}

a { 
	-moz-transition:all 0.14s ease 0s; 
	-webkit-transition:all 0.14s ease 0s;   
	-o-transition:all 0.14s ease 0s; 
	color: #ecd471;
	outline:none;
}
a:hover {
	color: #f18339;
}
.title, .title a { 
	text-decoration: none;
	text-align:center;
}
.title a:hover {
}

/* Style for the popup modal */
        #popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            border: 1px solid #ccc;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            z-index: 1000;
        }
        #popupOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

/* ------- Drop down menu ----------------------*/

#wrapper {
	width: 100%;
/*	float: left;*/
background:#2A3138;
}

.content-wrapper {
	width: 960px;
	margin: 0 auto 0px auto;
	padding: 0 0 30px 0;
	border-top: 0px solid #eee;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2d03a5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.square {
    position: absolute;
    background-color: #eff0f4;
    cursor: grab;
    padding: 10px;
}

/*--------------------------------------------------
			12. HIGHLIGHTS
---------------------------------------------------*/
.highlight1 {
	color: #FFFFFF;
	padding: 0 2px;
}
.highlight2 {
	background-color: #444;
	color: #FFFFFF;
	padding: 0 2px;
}
.highlight3 {
	border-bottom: 1px dotted;
}

/* ------------- CSV table definitions ---------------- */

#csvTableContainer {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: auto;  /* Add this line to enable horizontal scrolling */
}

#csvTable {
    border-collapse: collapse;
    table-layout: fixed; /* Fixed layout to prevent column width changes */
}

#csvTable th, #csvTable td {
    border: 2px solid #ddd;
    padding: 8px;
    text-align: Left;
    white-space: normal; /* Allow text to wrap within cells */
    word-wrap: break-word; /* Break words to prevent overflow */
    width: 100px;  /* Set a fixed width for all columns */
}

/*---------------- Footer ---------------------*/

#footer {
	width: 100%;
	float: left;
	position: absolute;
	/* bottom: 0; */
	color: #071158;
	font-size: 13px;
	height:49px;
}
#footer a {
	color: #fff;
	font-weight: bold;
	padding: 0 22px;
}
#footer a:hover {
	color: #75c3d6;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #bbb;
	display: block;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	margin-bottom:15px;
}
#footer ul li .date {
	font: normal 11px/20px Helvetica,Arial,sans-serif;
    display: block;
}
#footer-content {
	width: 0 auto;
	margin: 0 auto;
}
#footer-bottom, #footer-top {
	padding: 35px 0;
	overflow: hidden;
	position: relative;
}
#footer-bottom {
	background-color: #071158;
	font-size: 11px;
	padding: 25px 25px 0px 25px;
	color: #bbb;
}	
#footer-bottom p {
	margin-bottom: 0;
}
#footer-bottom a {
}

/* -------------- MOBILE SETTINGS ---------------*/

/*---------------iPad portrait--------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.header, .content-wrapper, #footer-content, #contact-intro, .contact-popup { width: 714px; }
.portfolio-grid { width: 719px; }
.portfolio-grid ul li.col2 { width: 354px; }
.portfolio-grid ul li.col3 { width: 234px; }
.portfolio-grid ul li.col4 { width: 174px; }
.portfolio-grid ul.shaped.hexagon li { margin: 0 0 15px 3px; }
.portfolio-grid ul.shaped.triangle li { margin: 0 0 15px 30px; }
.portfolio-grid ul.shaped.circle li { margin: 0 0 15px 3px; }
.grid.row3 li {width: 237px;}
.grid.row4 li {width: 177px;}
.grid.row5 li {width: 142px;}
.grid.row6 li {width: 118px;}
.google-map.fullwidth {	height: 500px; }

#primary-menu {float: left; margin: 0; padding: 0; width: 182px;}

#primary-menu ul li a {padding:8px 11px;}

}

/*---------------Mobile phone landscape--------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, #primary-menu select { width:575px; }
#header-wrapper.fixed { display:none !important; }
#primary-menu select { display:block; }
#primary-menu ul { display:none; }
#primary-menu {
width: 100%;
}
.one, .one-half, .two-third, .one-third, .one-fourth { float:left; position:relative; width: 100%;margin-right: 0; margin-bottom: 25px; }
.portfolio-grid { width: 100%; margin: 0; }
.portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {  width: 100%;  margin: 0 0 6px 0; }
.portfolio-grid ul.shaped.hexagon li { margin: 0 92px 20px 92px; }
.portfolio-grid ul.shaped.triangle li { margin: 0 52px 20px 52px; }
.portfolio-grid ul.shaped.circle li { margin: 0 92px 20px 92px; }
.grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li {width: 209px;}
.google-map.fullwidth {	height: 300px; }
.contact-button { margin-top: 0; }
#footer-bottom, #footer-bottom .text-align-right { text-align: center; }
#footer-bottom .one-half { margin-bottom: 2px; }
}

/*---------------Mobile phone portrait---------------*/
/* --- best primary-menu select size {width: 345px;} ---*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, #primary-menu select { width: 345px; }
body {
  font-size: 18px;
}
#header-wrapper.fixed { display:none !important; }
#primary-menu select { display:block; }
#primary-menu ul { display:none; }
	.content1{font-size:30px !important;} /* Added this to see if increases the font size */
.one, .one-half, .two-third, .one-third, .one-fourth { float:right; position:relative; width: 100%; margin-right: 0; margin-bottom: 25px; }
.grid li { border-right: none; }
.grid.row3 li, .grid.row4 li, .grid.row5 li, .grid.row6 li { width: 300px; }
.portfolio-grid { width: 100%; margin-right: 0; }
.portfolio-grid ul li.col2, .portfolio-grid ul li.col3, .portfolio-grid ul li.col4 {  width: 100%;  margin: 0 0 6px 0; }
.portfolio-grid ul.shaped.hexagon li { margin: 0 32px 20px 32px; }
.portfolio-grid ul.shaped.triangle li { margin: 0 0px 20px 0; }
.triangle .item-container, .triangle .item-mask { width: 400px; height: 263px; }
.triangle .item-mask, .triangle .item-info-overlay { background: url(https://www.royus.net/images/mask-triangle-portrait.png) no-repeat 0 0 transparent; }
.triangle .item-container img {	height: 263px; }
.triangle .item-info-overlay div {	padding: 20%; }
.portfolio-grid ul.shaped.circle li { margin: 0 32px 20px 32px; }
.google-map.fullwidth {	height: 300px; }
.contact-button { margin-top: 0; }
#footer-bottom, #footer-bottom .text-align-right { text-align: center; }
#footer-bottom .one { margin-bottom: 2px; }
}
