/*-----------------------------------------------------------------------------------*/
/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929; /*#292929*/
  font-weight: 600;
}


h4 {
  color: #292929; /*#292929*/
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929; /*#292929*/
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: linear-gradient(to right, #5121ff,#2769ff); /*#016774; #b8a07e*/
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #414141; /*#5f5f5f;*/ /*#999999 or #404040*/ 
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
  text-align: justify;
}

.mb-31 {
  margin-bottom: 30px;
  margin-top: 10px; 
}


/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
}

.logo {
  float: left;
}

.logo img {
  /* width: 100px;
  height: 55px; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.top__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .top__avatar {
    width: 40px;
    height: 40px;
  }
}
.top__brand {
  font-size: 1.25rem;
  font-weight: bold;
}


.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: linear-gradient(to right, #5121ff, #2769ff); /*#016774; afafaf*/
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
#header {
  /* background: url("../images/home-bg2.jpg") repeat scroll center center / cover; */
  /* background: url("../images/egyptian_status.jpg") repeat scroll center center / cover; */
  /* background: url("../images/design_table.jpg") repeat scroll center center / cover; */
  background: url("../images/hyroglyphics.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}


#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*  About-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
}

#about .div-img-bg {
  /* padding-bottom: 30px; */
  /* border: 5px solid #b8a07e; */
  border-radius: 5%;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  /* margin-top: -60px;
  margin-left: 40px; */
  height: 550px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 95%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #016774; /*b8a07e*/
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

.contact-details span {
  color: #5f5f5f;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 45px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Button & Animation
/*-----------------------------------------------------------------------------------*/

.btn-new {
  background: #18d26e; /*#016774;*/
  padding: 11px 25px;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}

.btn-new:hover { /*, .btn-new:focus*/
	color: var(--def); 
	background: #aeb3b4;
	transition-delay: .01s;
}

.btn-new:focus{
	color: #fff;
	background: #aeb3b4; /*#016774;*/
	transition-delay: .01s;
}

/*-----------------------------------------------------------------------------------*/
/*  Responsibilities Flowchart
/*-----------------------------------------------------------------------------------*/

.duties-inner-box{
	padding: 15px;
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.duties-inner-box::before {
	content: "";
	position: absolute;
	background: #aeb3b4; /*#faad3b*/
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease, -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    /*transition: all .5s ease-in-out;*/
	z-index: 0;
}
.duties-inner-box:hover::before{
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(4);
	transform: translate(-50%, -50%) scale(4);
	transition-duration: var(--photoboxAnimationDuration, .8s);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.duties-icon{
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 95px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #3c45ff; /*#009bb7*/
	background: linear-gradient(to right, #5121ff, #2769ff); /*, #5121ff, #2769ff*/
	position: relative;
	z-index: 1;
}
.duties-icon i{
	font-size: 50px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.duties-inner-box h2{
	font-size: 22px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.duties-inner-box p{
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.duties-inner-box:hover h2{
	color: #ffffff;
}
.duties-inner-box:hover p{
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  gradient-list
/*-----------------------------------------------------------------------------------*/

ol.gradient-list{
	counter-reset: gradient-counter;
	list-style: none;
	margin: 1.75rem 0;
	padding-left: 1rem;}

.gradient-list li{
		background: #fff; /*linear-gradient(to right, #5121ff,#2769ff);*/
		border-radius: 0 0.5rem 0.5rem 0.5rem;
		margin-top: 2rem;
		min-height: 3rem;
		padding: 1rem 1rem 1rem 3rem;
		position: relative;
		box-shadow: 2px 4px 5px 2px rgba(0,0,0,.25);
		border: solid 0.5px rgba(0,0,0,0.1);
	}
	
.gradient-list ::before{
	background: linear-gradient(to right, #5121ff, #2769ff); /*#5121ff,#2769ff*/
	border-radius: 1rem 1rem 0 1rem;
	content: "";
				height: 3rem;
				left: -1rem;
				overflow: hidden;
				position: absolute;
				top: -1rem;
				width: 3rem;

				align-content: flex-end;
				box-shadow: 4px 4px 5px 2px rgba(0,0,0,.25);
				color: #fff;
				display: flex;
				justify-content: flex-end;
				padding: 0.125em 0.25em;
				z-index: 1;
		}
/*-----------------------------------------------------------------------------------*/
/*  service-buttons
/*-----------------------------------------------------------------------------------*/
.serviceImage{
  position: relative;
  width: 100%;
  text-align: center;
  background-color: black;
}
.serviceImage img{
  width: 100%;
  height: auto;
  opacity: 0.6;
  
}
.serviceBtns{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 26px;
}
.service-txt a{
  font-size: 22px;
  color: #898989;
}

.serviceImage img:hover{
  opacity: 1;
}

.reference{
  color: #292929; 
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*  accomplishments
/*-----------------------------------------------------------------------------------*/
  .containergpt{
    max-width:1100px;
    margin:0 auto;
    border:1px solid rgba(11, 18, 32, 0.04);
  }

  /* Two-column responsive grid */
  .grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:calc(var(--gap) * 1.25);
    align-items:start;
  }

  /* Stack on narrow viewports */
  @media (max-width:760px){
    .grid{ grid-template-columns:1fr; }
  }

  .column{
    background:linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
    border-radius:var(--radius);
    padding:1rem;
    /* box-shadow:0 6px 18px rgba(9, 10, 15, 0.04); */
    /* border:1px solid rgba(11, 18, 32, 0.04); */
  }

  .column h2{
    margin:0 0 0.75rem 0;
    font-size:1rem;
    display:flex;
    align-items:center;
    gap:0.5rem;
  }

  .meta{
    font-size:0.85rem;
    color:var(--muted);
    margin-bottom:0.75rem;
  }

  .listgpt{
    display:flex;
    flex-direction:column;
    gap:0.75rem;
  }

  .itemgpt{
    background:var(--card);
    border-radius:8px;
    padding:0.75rem;
    display:flex;
    gap:0.75rem;
    align-items:flex-start;
    /* border:1px solid rgba(11,18,32,0.04); */
  }

  /* Stack on narrow viewports */
  @media (max-width:760px){
    .itemgpt{ margin:0 40px; }
  }

  .itemgpt:focus-within, .itemgpt:hover{
    outline:2px solid rgba(15,98,254,0.12);
    transform:translateY(-2px);
    transition:transform .12s ease;
  }

  .badge{
    min-width:44px;
    height:44px;
    background:linear-gradient(180deg, rgba(15,98,254,0.08), rgba(15,98,254,0.02));
    color:var(--accent);
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:0.95rem;
    flex-shrink:0;
  }

  .contentgpt{
    flex:1;
  }

  .titlegpt{
    margin:0;
    font-size:0.95rem;
    font-weight:600;
  }

  .desc{
    margin:0.25rem 0 0 0;
    font-size:0.88rem;
    color:var(--muted);
  }

  .meta-row{
    margin-top:0.5rem;
    display:flex;
    gap:0.5rem;
    flex-wrap:wrap;
    font-size:0.78rem;
    color:var(--muted);
  }

  .chip{
    background:rgba(11,18,32,0.04);
    border-radius:999px;
    padding:0.2rem 0.5rem;
  }

  /* Print-friendly: simple stack */
  @media print{
    body{padding:0.5in; background:white;}
    .grid{ grid-template-columns:1fr; gap:0.4rem; }
    .itemgpt{ box-shadow:none; border:1px solid #ddd; transform:none;}
  }