/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */


/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */

/*
GWD Simple CSS Reset, v2.0
by Eric Girouard, 2014-2021
Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)

Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).

By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
display: block;
}

body {
line-height: 1;
background-color: #c7d2da
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */


/*-----------------------------------------------------------CSS RESET ENDS HERE------------------------------------------------------------------------*/


/*---------------------------BASICS--------------------------------------*/

H2{
	font-size:14rem;
}
H1{
	font-size:30.5rem;
}
H6{
	font-size:1.3rem;
}
H4{
	font-size:2rem;
}
H5{
	font-size:1rem;
}
h3{
	font-size:6rem;
}
html {
  scroll-behavior: smooth;
}

/*---------------------------Fade-------------------------------------------*/


/*--------------------------HEADER--------------------------------------*/
.entry-header.has-text-align-center.header-footer-group {
  display: none;
}
#site-header {
  background: transparent;
}
 .post-inner {
    padding-top: 3rem;
  }
 .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
  }
body:not(.overlay-header) .primary-menu > li > a {
  color: black !important;
	font-size:1.2rem;
	display:none;
}
.search-toggle svg {
  width: 1.3rem !important;
}
body:not(.overlay-header) .toggle-inner .toggle-text {
	display:none;
}
path {
  display: none;
}
body:not(.overlay-header) .header-inner .toggle-wrapper::before {
  background-color: #dcd7ca;
  display: none;
}
 .site-logo img {
    max-height: 2.5rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(20px);
  transition: all 0.9s cubic-bezier(.23, 1, .32, 1); /* smooth / elastic-like feel */
}

.reveal.visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}

/*--------------------------MAIN------------------------------__----------*/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: calc(100% - 0rem);
}
.entry-content {
  background-color: white;
}

#graphic h2{
margin-top:-7rem;
	margin-bottom:0rem;
	margin-left:4rem;
}

#and h2{
	margin-top:-10rem;
	margin-left:4rem;
}
#web h2{
	text-align:right;
	margin-top:-14rem;
	margin-right:4rem;
}
#design h1{
	text-align:center;
	margin-top:-18rem;
	margin-right:1rem;
}
#name h6{
	text-align:right;
	margin-top:-1.5rem;
	margin-right:10rem;
}
#year {
  margin-top: -9rem;
  margin-left: 15rem;
}
#apply-now {
  margin-top: -14rem;
  text-align: center;
  margin-left: 7rem;
}
.alignnone.size-medium.wp-image-53 {
  position: absolute;
  width: 6rem;
  margin: auto;
  margin-left: 9.5rem;
}

.alignnone.size-medium.wp-image-58 {
  position: absolute;
  top: 15rem;
  margin-left: 27.5rem;
	width: 17rem;
}
.alignnone.size-medium.wp-image-60 {
  position: absolute;
  width: 11rem;
  margin-left: -2.4rem;
  margin-top: 3.8rem;
}
.apply-img {
  width: 5rem;
  margin: auto;
}
#apply-now h4 {
  margin-top:-1rem;
}
#apply-now {
  text-align: center;
  display: inline-block;
}

#apply-now a {
  text-decoration: none;
  color: black;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}


.apply-img {
  transition: transform 0.6s ease, filter 0.6s ease;
}


#apply-now:hover .apply-img {
  transform: rotate(12deg) scale(1.05);
  filter: drop-shadow(0 0 14px rgba(255,255,255,0.3));
}

#apply-now h4 {
  font-size: 2.4rem;
  margin: 0;
  transition: letter-spacing 0.4s ease, 
              text-shadow 0.5s ease,
              opacity 0.4s ease;
	margin-top:-3rem;
}

#apply-now:hover h4 {
  letter-spacing: 3px;
  text-shadow: 0 0 14px rgba(255,255,255,0.65);
  opacity: 1;
}

/*---------------------------ABOUT----------------------------------------*/


#two{
	height:120vh;
}

.entry-content h5{
		margin: 0 auto 2.5rem;
	}
#h5-1{
	color:white;
	margin-left: 3rem;
    margin-top: 1rem;
}
#h5-2{
	color:white;
	margin:auto !important;
	margin-left:29rem !important;
}

.alignnone.size-medium.wp-image-69 {
  width: 95vw;
  margin: auto;
  padding-top: 8rem;
}
.alignnone.size-medium.wp-image-65 {
  width: 3%;
  margin-right: 3rem;
  margin-top: 1rem;
}
#p1 {
	color:white;
	font-size:2rem;
	margin-top:15rem;
	margin-left:13rem;
	margin-right:17rem;
}
#spark h6{
	color:white;
	margin-left: 14.7rem;
  margin-top: 3.8rem;
}
.alignnone.size-medium.wp-image-82 {
  margin-left: 11rem;
  margin-top: -1rem;
  position: absolute;
}
/*--------------------------about 2--------------------------------------------------*/
#three h3{
	margin-left:8rem;
	margin-bottom:-7rem;
	color: #b5b5b5;
  position: relative;
  transition: color 0.3s ease;
  z-index: 1;
}
.alignnone.size-large.wp-image-260 {
  margin-left: -94rem;
  width: 117rem;
  position: absolute;
  margin-top: -24rem;
  opacity: 0.3;
}
#three{
	height:180vh;
}
#h3-1{
	margin-left:28rem;
	margin-top:15rem;
}
#three h5{
	color:white;
	position:relative;
}
#h3-2{
	margin-left:30rem;
}
#h3-3{
	margin-left:32rem;
}
#h3-4{
	margin-left:34rem;
}
#h3-5{
	margin-left:32rem;
}
#h3-6{
	margin-left:30rem;
}
#h3-7{
	margin-left:28rem;
}
#h3-8{
	margin-left:26rem;
}
#h3-9{
	margin-left:24rem;
}
#h3-10{
	margin-left:26rem;
}
#h3-11{
	margin-left:28rem;
}
#h3-12{
	margin-left:30rem;
}

#three h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0%;
  height: 8px;
  background: white;
  transition: width 0.8s ease;
  z-index: 0;
}

#three h3:hover {
  color: white;
}

#three h3:hover::after {
  width: 60%;
}

.alignnone.size-full.wp-image-262 {
  margin-bottom: 4rem;
  margin-top: -22rem;
}

/*--------------------------WHY--------------------------------------------------*/

#three\.5 {
  height: 80vw;
}
#p2{
	color:white;
	margin-top:15rem !important;
}
#p2 {
  margin-top: 15rem;
}
#p2 p{
	margin-bottom:2rem;
	margin-right:2rem;
	color:white;
}
.alignnone.size-medium.wp-image-137 {
  width: 45rem;
	display:none;
}
.entry-content h5-4{
		margin: 60px auto 2.5rem;
	}
#three.5 h5{
	margin: 60px auto 2.5rem;
	color:white;
}
#h5-3 {
  color: white;
  margin-left: 2rem;
}
#h5-4 {
  color: white;
  margin: auto;
    margin-left: auto;
  margin-left: 30rem;
}
.alignnone.size-medium.wp-image-156 {
  margin-left: 0rem;
  width: 10rem;
  margin-top: -4.8rem;
}

#p2 h6 {
  margin-left: 2rem;
}

/*--------------------------THREE-6-------------------------------------------*/
#three-6 h2 {
  margin-left: 4rem;
  margin-bottom: -14rem;
}
#the1 {
	text-align:right;
	margin-right:4rem;
}
#three-6 h1 {
  font-size: 27rem;
  text-align: center;
  margin-top: 1rem;
}

#three-6{
	  background-image: url(https://globalproject.bentleyjacob.com/wp-content/uploads/2025/11/squarewhite.png); /* Replace with your image path */
	   background-size: 70%; /* Example width */
        height: 83vw; /* Example height - crucial for the image to be visible */
        background-position: center; /* Optional: Center the image */
        background-repeat: no-repeat; /* Optional: Prevent image repetition */
	padding-top: 5%;
}
#p3 {
  color: black;
  font-size: 2rem;
  margin-top: 5rem;
  margin-left: 13rem;
  margin-right: 17rem;
}
#three-7 h6 {
  color: black;
  margin-left: 13.6rem;
  margin-top: 3.8rem;
}
#three-7{
	height:30rem;
}
.alignnone.size-medium.wp-image-200 {
  margin-left: 12.5rem;
  margin-top: 3rem;
  position: absolute;
  width: 12rem;
}
/*---------------------------APPLY-------------------------------------------*/

#four h2{
	color:white;
	margin-bottom:-14rem;
	margin-left:4rem;
}
#four {
	height:100vh;
}
/*--------------------------Boxes-------------*/

#cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1308.57143px;
  width: calc(100% - 20px);
	margin-top:20rem;
}

.card {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  height: 371.428571px;
  position: relative;
  width: 428.571429px;
  overflow: hidden;
  flex-direction: column; 
}

.card img {
  width: 100%;
  height: 120px;            
  object-fit: cover;      
  border-radius: 10px 10px 0 0;
  z-index: 3;             
}
.card-content {
  padding: 12px;
  z-index: 3;             
  display: flex;
  flex-direction: column;
  gap: 4px;
	margin-top:11rem;
}
.card-content1 {
  padding: 12px;
  z-index: 3;             
  display: flex;
  flex-direction: column;
  gap: 4px;
	margin-top: 7rem;
}
.card-content1 h3 {
  margin:0 ;
	color:white;
	font-size:3rem;
	text-align:center;
}
.card-content1 a {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  text-decoration: none;
  color: white;
}

.card-content h3 {
  margin: 0;
	color:white;
	font-size:3rem;
	margin-left:3rem;
}

.card-content p {
  margin: 0;
  opacity: 0.75;
	color:white;
	font-size:20px;
	margin-left:3rem;
	margin-right:2rem;
}

.card:hover::before{
 opacity: 1;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
	opacity:0;
  width: 100%;
  height: 100%;
	transition: opacity 500ms;
  border-radius: inherit;
  z-index: 2;

  background: radial-gradient(
    800px circle at var(--mouse-x, 100px) var(--mouse-y, 100px),
    rgba(255, 255, 255, 0.06),
    transparent 40%
  );
}

.card.apply-card {
  position: relative;
  overflow: hidden;
}

.card.apply-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.02)
  );
  transform: translateX(-100%);
  transition: transform 0.45s ease;
  z-index: 1;
}

.card.apply-card:hover::after {
  transform: translateX(0%);
}

/*---------------------------CONTACT-------------------------------------------*/

#five h2{
	color:white;
	text-align:center;
	margin-top:15rem;
}

#five .alignnone.size-medium.wp-image-69 {
  padding-top: 25rem;
}
.spline-watermark {
	display:none !important;
}

.wpcf7-form.init {
  color: white;
	width:60%;
	margin:auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	background-color: rgba(255, 255, 255, 0);
}
pre,
fieldset,
input,
textarea,
table,
table *,
hr {
  border-color: #fff;
}

/*---------------------------FOOTER-------------------------------------------*/
.spline-watermark {
				display: none !important;
			}

.spline-watermark svg {
  display: none;
  margin-right: 2px;
}

#end h1{
	color:white;
	text-align:center;
	margin-bottom:-51rem;
}
#end h5{
	color:white;
	text-align:center;
	margin-bottom:-12rem;
	margin-top:30rem;
}
.footer-nav-widgets-wrapper.header-footer-group {
  display: none;
}
#site-footer {
  background-color: black;
  color: white;
}
.to-the-top {
  color: white !important;
}
input,
textarea {
	border-color: #dcd7ca;
	color: #fff;
} 
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(255, 255, 255, 0);
  color: white;
}
label {
  margin-bottom: 1.5rem;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: white;
  color: black;
  border-radius: 10px;
}
.wpcf7-form.sent {
  color: white;
  width: 60%;
  margin: auto;
}
.wpcf7-form.invalid {
  color: white;
  margin: auto;
  width: 60%;
}
@media (min-width: 700px) {
  #site-footer {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
/*---------------------------GRIDS-------------------------------------------*/
.container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 5px;
  gap: 5px;
}
.container-2 {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 5px;
  gap: 5px;
}

/*---------------------------Iphone 480px----------------------------*/

@media (max-width: 480px) { 

	
	/*-----------------Basic--------------------*/
	
	H2{
	font-size:5rem;
}
H1{
	font-size:6.5rem;
}
H6{
	font-size:0.7rem;
}
H4{
	font-size:1.5rem;
}
H5{
	font-size:0.5rem;
}
h3{
	font-size:1.5rem;
}
	
	/*------------------Main-----------------*/
	
#graphic h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
	
}
	
#and h2 {
  margin-top: 0rem;
  margin-left: 1rem;
}
	
	#apply-now h4 {
  font-size: 1rem;
  margin: 0;
    margin-top: 0px;
  transition: letter-spacing 0.4s ease, text-shadow 0.5s ease, opacity 0.4s ease;
  margin-top: -2.5rem;
}
	
	#design h1 {
  text-align: center;
  margin-top: -4rem;
  margin-right: 0rem;
}
	#year {
  margin-top: 0rem;
  margin-left: 0rem;
}
	#name h6 {
  text-align: right;
  margin-top: 0rem;
  margin-right: 0rem;
}
	.alignnone.size-medium.wp-image-60 {
		display:none;
}
	.entry-content h6{
		display:none;
	}
	.apply-img {
		margin-top: 12rem;
	}
	#web h2 {
  text-align: right;
  margin-top: 0rem;
  margin-right: 1rem;
}
	#one, #two {
  background: transparent !important;
  min-height: 100vh !important;
  position: relative;
  height:60vh;
}
	
	#apply-now {
  margin-top: -14rem;
  text-align: center;
  margin-left: 0rem;
}
	/*-------------------Two-------------*/
	
	#h5-2 {
  color: white;
  margin: auto !important;
    margin-left: auto;
  margin-left: 9rem !important;
}
	#h5-1 {
  color: white;
  margin-left: 0.5rem;
	}
	
.alignnone.size-medium.wp-image-65 {
  width: 3%;
  margin-right: 1rem;
  margin-top: 1rem;
}	
#p1 {
  color: white;
  font-size: 1.5rem;
  margin-top: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
}	
	.alignnone.size-medium.wp-image-82 {
  display: none;
}
	#two{
		height:140vw;
	}
	/*----------------Two.5---------------------*/
	
	#h3-1 {
 margin:auto;
}
	#h3-2 {
  margin:auto;
}
	#h3-3 {
  margin:auto;
}
	#h3-4 {
  margin:auto;
		margin-left:0rem !important;
}
	#h3-5 {
 margin:auto;
}
	#h3-6 {
  margin:auto;
}
	#h3-7 {
  margin:auto;
}
	#h3-8 {
 margin:auto;
}
	#h3-9 {
 margin:auto;
}
	#h3-10 {
 margin:auto;
		margin-left:0rem !important;
}
	#h3-11 {
 margin:auto;
}
	#h3-12 {
 margin:auto;
}
	#three h3 {
		margin-bottom:0rem;
	}
	#three h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 4px;
  background: white;
  transition: width 0.8s ease;
  z-index: 0;
}
	/*---------------------------thrre-6--------------------*/
#three\.5 {
  height: 80vw;
	display:none;
}	
	#three-6 h2 {
  margin-left: 1rem;
  margin-bottom: 0rem;
}
	#the1 {
  text-align: right;
  margin-right: 1rem;
}
	#three-6 h1 {
  font-size: 6rem;
  text-align: center;
  margin-top: 2rem;
}
	#p3 {
  color: black;
  font-size: 1.5rem;
  margin-top: 42rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
	.alignnone.size-medium.wp-image-200 {
  display: none;
}
	#h5-4 {
  color: white;
  margin: auto;
    margin-left: auto;
  margin-left: auto;
  margin-left: 10.5rem;
}
	#h5-3 {
  color: white;
  margin-left: 0.5rem;
}
	#four h2 {
  color: white;
  margin-bottom: -4rem;
  margin-left: 0rem;
  text-align: center;
}
	#five h2 {
  font-size: 4rem;
}
	.site-logo img {
		margin-left:3rem;
	}
	
	#three-6 {
  background-image: url(https://globalproject.bentleyjacob.com/wp-content/uploads/2025/11/squarewhite.png);
  background-size: 135%;
  height: 176vw;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5%;
}