html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #FFF;
}

body.scrolling {
  overflow-y: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c71d22; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343a40; 
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.msicontainer {
	width: 1280px;
	height: auto;
	display: table;
	margin: 0 auto;
	
}

header {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	z-index: 2;
}

header .top {
	width: 100%;
	height: auto;
	display: table;
	/*border-bottom: 1px solid #EEE;*/
	background-color: rgba(199, 29, 34, 1);
	background-image: url("../img/texture.png");
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header .top .top-content {
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

header .top .top-content .col {
	width: 20%;
	height: auto;
	display: table;
}

header .top .top-content .col p {
	letter-spacing: 0.5px;
	width: fit-content;
	font-size: 0.9rem;
	color: #FFF;
}

/*
header .top .top-content .col:last-child {
    margin-left: auto; 
    text-align: right;
}
*/

header .top .top-content .col p:before {
    content: "";
    display: block;
    width: 30px;
    height: 22px;
    float: left;
    margin: 0 3px 0 0;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    cursor: pointer;
    filter: brightness(1) sepia(8) hue-rotate(-35deg) saturate(1);
}

header .top .top-content .phone p:before {
    background-image: url(../img/icons/call.svg);
}

header .top .top-content .email p:before {
    background-image: url(../img/icons/email.svg);
}

header .top .top-content .site-visit {
    display: flex;
    justify-content: flex-end; /* push content to right */
}

header .top .top-content .site-visit p {
    background-color: #FFF;
	color: #000;
	padding: 5px 10px;
    border-radius: 20px;
}

header .top .top-content .site-visit p:before {
    background-image: url(../img/icons/cab.svg);
	filter: brightness(0) sepia(1) hue-rotate(360deg) saturate(9);
}

header .head {
	width: 100%;
	height: auto;
	display: table;
	background-color: rgba(255, 255, 255, 0.95);
}

header .head .head-content {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

header .head .head-content .col {
	width: 20%;
	height: auto;
	display: table;
	position: relative;
}

header .head .head-content .col img {
	width: 90%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 2;
	background-color: #FFF;
    padding: 25px 20px;
	top: -75px;
	border-radius: 0 0 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

header .head .head-content .col:last-child {
	width: 80%
}

.banner {
	width: 100%;
	height: auto;
	display: table;
}

.about-home {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}

.about-home-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
	position: relative;
}

.about-home-col {
	width: 50%;
    height: auto;
	display: table;
}

.about-home-col h1 {
	font-size: 2.5rem;
	font-weight: 300;
	color: #000;
}

.about-home-col h1 .rr {
	color: #c71d22;
	font-weight: 500;
	font-size: 3rem;
}

.about-home-col h1 .rrre {
	 display: inline-block;
}

.about-home-col h4 {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #58585a;
}

.about-home-col p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.8rem;
	padding: 0 0 30px 0;
}

/*.about-floating {
	width: 45%;
	height: auto;
	display: block;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	z-index: 2;
	position: absolute;
    margin: 0 0 0 30px;
	border-radius: 20px;
	bottom: -75px;
}

.about-floating h4 {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #c71d22;
	margin: 0 0 10px 0;
}

.about-floating p {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.6rem;
	padding: 0;
}*/

.about-home-col img {
	width: 58%;
	height: auto;
	display: block;
	position: absolute;
    top: -5px;
    margin: 0 0 0 -40px;
}

.about-home-points {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;	
	position: relative;
	z-index: 1;	
	
	background-color: rgba(199, 29, 34, 0.9);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.about-home-points-col {
	width: 33.333%;
	height: auto;
	display: table;
	text-align: center;
	padding: 20px;
}

.points-col-middle {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.about-home-points-col h3 {
	width: fit-content;
	font-size: 1.1rem;
	font-weight: 500;
	color: #FFF;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.about-home-points-col h3:before {
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    float: left;
    margin: -4px 10px 0 0;
    background-repeat: no-repeat;
    background-size: 35px 30px;
    cursor: pointer;
    filter: brightness(1) sepia(8) hue-rotate(-35deg) saturate(5);
	background-image: url(../img/icons/check-circle.svg);
}

.about-home-points-col p {
	font-size: 0.9rem;
	font-weight: 300;
	color: #FFF;
	margin: 0 auto;
}


.our-developement {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	position: relative;
}

.our-developement-heading {
	width: 100%;
	height: auto;
	display: table;
}

.our-developement-heading h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.our-developement-heading span {
	color: #000;
}

.our-developement-heading p {
	text-align: center;
	color: #58585a;
}



.our-developement .carousel-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
	padding: 50px 0;
  }

 .our-developement .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px; /* spacing between items */
}

 .our-developement .carousel-item {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 items with 20px gap between */
  background: #fff;
  padding: 10px;
  text-align: center;
}

.our-developement .carousel-item-inner {
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F8F5F5;
	position: relative;
}

.our-developement .carousel-item-inner .status-ribbon {
	background-color: #c71d22;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 5px 10px;
	font-size: 0.8rem;
}

.our-developement .carousel-item-inner .status-ribbon .triangle-status-ribbon {
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 29.8px solid #bd3030;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 1;
}

 .our-developement .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }

 .our-developement .carousel-item-details {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
 }
 
 .our-developement .carousel-item-details .project-name,
 .our-developement .carousel-item-details .project-location {
	 width: 100%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
 }
 
 .our-developement .carousel-item-details .project-size {
	 width: 40%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
	 border-right: 1px solid #DDD;
 }
 
 .our-developement .carousel-item-details .project-price {
	 width: 60%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
 }
 
 .our-developement .carousel-item-details .project-page,
 .our-developement .carousel-item-details .project-brochure {
	 width: 50%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 text-align: center;
 }
 
 .our-developement .carousel-item .carousel-item-details .project-page a {
	width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 8px 15px;
    background: #c71d22;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
 .our-developement .carousel-item .carousel-item-details .project-brochure a {
	width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 8px 15px;
    background: #555;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
 .our-developement .carousel-item-details h3 {
	  font-weight: 500;
	  font-size: 1.5rem;
	  color: #c71d22;
  }
  
 .our-developement .carousel-item-details p {
	  font-weight: 300;
	  font-size: 0.9rem;
	  color: #000;
	  width: fit-content;
	  margin: 0 auto;
  }
  
.our-developement .carousel-item-details p span {
	  color: #c71d22;
	  font-weight: 500;
  }
  
 .our-developement .carousel-item-details p:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: -4px 0 0 0;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
    filter: brightness(0.3) sepia(8) hue-rotate(-35deg) saturate(5);
}

.our-developement .carousel-item-details .project-location p:before {
	background-image: url(../img/icons/location.svg);
}

.our-developement .carousel-item-details .project-size p:before {
	background-image: url(../img/icons/plots.svg);
}

.our-developement .carousel-item-details .project-price p:before {
	background-image: url(../img/icons/currency.svg);
}
  

  /* Buttons */
 .our-developement .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c71d22;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
  }
 .our-developement .carousel-btn.prev { left: 50px; }
 .our-developement .carousel-btn.next { right: 50px; }

  /* Mobile: 1 project only */
  @media (max-width: 768px) {
	  .our-developement .carousel-container {
		  max-width: 346px;
		  padding: 30px 0;
	  }
	.our-developement .carousel-item { 
		flex: 0 0 calc(100% - 20px); 
        margin: 0 10px;
	  }
	  .our-developement .carousel-track {
		  gap: 0;
	  }
	  .our-developement .carousel-btn {top: 45%; padding: 5px 15px; z-index: 1;}
	  .our-developement .carousel-btn.prev {left: 10px;}
	  .our-developement .carousel-btn.next {right: 10px;}
	  .our-developement .carousel-item-details .project-page, .our-developement .carousel-item-details .project-brochure {padding:10px;}
	  .our-developement .carousel-item-details .project-name, .our-developement .carousel-item-details .project-location {padding:10px;}
	  .our-developement .carousel-item-details .project-size {padding:10px;}
	  .our-developement .carousel-item-details .project-price {padding:10px;}
	  .our-developement .carousel-item .carousel-item-details .project-page a, .our-developement .carousel-item .carousel-item-details .project-brochure a {font-size: 0.85rem;}
	}
	

.count {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0 50px 0;
}

.count-heading {
	width: 100%;
	height: auto;
	display: table;
}

.count-heading h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.count-heading span {
	color: #000;
}

.count-heading p {
	text-align: center;
	color: #58585a;
}

.count-sec {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
	padding: 80px 0 0 0;
 }
 
 .count-col {
	 width: 25%;
	 height: auto;
	 display: table;
	 text-align: center;
	 padding: 10px 20px;
 }
 
 .count-col-inner {
	 width: 100%;
	 height: auto;
	 display: table;	 
	 border: 1px solid #c71d22;
	 border-radius: 10px;
	 background-color: #F8F5F5;
	 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }
 
 .count-number {
	 width: 100%;
	 height: auto;
	 display: table;
	 padding: 5px;
 }
 
 .count-name {
	 width: 100%;
	 height: auto;
	 display: table;
	 padding: 10px 5px;
	 background-color: #c71d22;
	 border-radius: 0 0 10px 10px;
 }
 
 .count-col h3 {
	 font-size: 2.5rem;
	 font-weight: 500;
	 display: inline-block;
 }
 
 .count-number span {
	 font-size: 1.5rem;
	 display: inline-block;
	 margin: 0 0 0 5px;
 }
 
 .count-col h4 {
	 font-size: 1.2rem;
	 font-weight: 300;
	 color: #FFF;
	 letter-spacing: 1px;
	 line-height: 2rem;
 }
 
 
 .count-icon {
	width: 45%;
    height: auto;
    display: table;
    margin: -50px auto 0 auto;
    position: relative;
    background-color: #c71d22;
    padding: 30px;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #fff;
    outline: 1px solid #c71d22;
    outline-offset: -10px;	
}

.count-icon:before {
    content: "";
    display: block;
    width: 45px;
    height: 30px;
    position: absolute;
    left: -60px; /* Matches your negative margin-left */
    top: 50%;
    margin-top: -15px; /* Half of height for perfect vertical centering */
    background-repeat: no-repeat;
    background-size: 40px 30px;
    background-position: center;
    cursor: pointer;
    background-image: url(../img/icons/blur-on.svg);
    filter: brightness(0.2) sepia(9) hue-rotate(360deg) saturate(2);
    
    /* Enhanced effects */
    transition: all 0.3s ease;
    opacity: 0.8;
}

/* Hover Effects */
.count-icon:hover:before {
    opacity: 1;
    filter: brightness(0.4) sepia(9) hue-rotate(360deg) saturate(3);
    transform: translateX(-3px); /* Slight pull effect */
}

.count-icon:after {
    content: "";
    display: block;
    width: 45px;
    height: 30px;
    position: absolute;
    right: -60px; /* Matches your negative margin-left */
    top: 50%;
    margin-top: -15px; /* Half of height for perfect vertical centering */
    background-repeat: no-repeat;
    background-size: 40px 30px;
    background-position: center;
    cursor: pointer;
    background-image: url(../img/icons/blur-on.svg);
    filter: brightness(0.2) sepia(9) hue-rotate(360deg) saturate(2);
    
    /* Enhanced effects */
    transition: all 0.3s ease;
    opacity: 0.8;
}

/* Hover Effects */
.count-icon:hover:after {
    opacity: 1;
    filter: brightness(0.4) sepia(9) hue-rotate(360deg) saturate(3);
    transform: translateX(3px); /* Slight pull effect */
}


.reviews {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	position: relative;
}

.reviews-heading {
	width: 100%;
	height: auto;
	display: table;
}

.reviews-heading h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.reviews-heading span {
	color: #000;
}

.reviews-heading p {
	text-align: center;
	color: #58585a;
}


.reviews-wrapper{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.reviews-container{
  overflow: hidden;
  padding: 0 0 30px 0;
}

.reviews-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;               /* spacing between items */
  will-change: transform;
  align-items: stretch;
}

.reviews-item {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 20px) / 2); /* 2 items with one 20px gap between them */
  position: relative;   /* 👈 Needed so ::before is anchored to this */
  overflow: visible;    /* 👈 Ensure pseudo-element isn’t clipped */
}

.reviews-item-inner:before {
	content: "";
  position: absolute;
  bottom: -25px;      /* stays inside */
  right: 10px;
  width: 60px;
  height: 50px;
  background: url(../img/icons/close-quote.svg) no-repeat center / contain;
  opacity: 0.8;
  filter: brightness(0) sepia(9) hue-rotate(360deg) saturate(2);
  pointer-events: none;
}

.reviews-item-inner {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #F8F5F5;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  position: relative;
  overflow: visible; 
}

.reviews-item-inner p {
  font-size: 0.9rem;
  line-height: 2rem;
  color: #333;
  margin: 0 0 12px;
  font-weight: 300;
}

.reviews-item-inner a {
	color: #c71d22;
}

.reviews-item-inner h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #c71d22;
  margin: 10px 0 0 0;
  border-top: 1px dashed #999;
  padding: 20px 0 0 0;
}

.reviews-item-inner h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: -2px 0 0 0;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
    filter: brightness(0) sepia(1) hue-rotate(310deg) saturate(6);
    background-image: url(../img/icons/person.svg);
}

/* Buttons */
.reviews-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c71d22;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.reviews-btn.rev-prev { left: -10%; }
.reviews-btn.rev-next { right: -10%; }

/* mobile: 1 review only */
@media (max-width: 768px) {
  .reviews-wrapper {
	  max-width: 326px;
	  padding: 30px 0;
  }
  .reviews-item {
    flex: 0 0 100%;
	padding: 0 10px;
  }
  
  .reviews-track {
	  gap: 0;
  }
  .reviews-item-inner p {font-size: 0.8rem; line-height: 1.6rem;}
  .reviews-item-inner h4 {font-size: 0.9rem;}
  .reviews-btn {padding: 5px 15px; top: 40%; z-index: 1;}
  .reviews-btn.rev-prev { left: -15px; }
  .reviews-btn.rev-next { right: -15px; }
  
}


.faq {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0 50px 0;
	position: relative;
}

.faq-heading {
	width: 100%;
	height: auto;
	display: table;
}

.faq-heading h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.faq-heading span {
	color: #000;
	font-size: 1.5rem;
}

.faq-heading p {
	text-align: center;
	color: #58585a;
}


.faq-sec {
	width: 90%;
	height: auto;
	display: table;
	padding: 20px 0;
	margin: 0 auto;
}

.content-filter {
    max-width: 100%;
    margin: 0 auto;
}

.content-item {
    margin: 10px 0;
}

.content-item h4 {
	font-weight: 500;
}

.content-item h4 span {
	font-size: 1.5rem;
	padding: 0 0 0 15px;
}

.content-heading {
    cursor: pointer;
    padding: 20px;
    background-color: #FFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition: background-color 0.3s;
    font-size: 1rem;
}

.content-body {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
	padding: 20px;
	background-color: #FFF;
}

.content-body p {
	font-size: 0.9rem;
	line-height: 2rem;
    color: #363636;
}

.content-body li {
    list-style-type: decimal;
    display: list-item;
    list-style-position: outside;
    padding: 8px 0;
    margin: 0 0 0 40px;
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.content-body li ul li {
    list-style-type: square;
    display: list-item;
    list-style-position: outside;
    padding: 8px 0;
    margin: 0 0 0 40px;
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.content-heading.active {
    background-color: #F8F5F5;
	color: #000;
}

.faq-hidden {
  display: none;
}

.faq-toggle {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.faq-toggle::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,1));
  pointer-events: none;
}

.faq-toggle button {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px 50px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s;
}

.faq-toggle button:hover {
  background: #c71d22;
  color: #fff;
  border-color: #c71d22;
}


.footer-form {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	background-color: rgba(199, 29, 34, 1);
	background-image: url("../img/texture.png");
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer-form-shape {
	width: 600px;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFF;
    position: absolute;
    left: 0;
}

.footer-form-sec {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
	position: relative;
}

.footer-form-left {
	width: 40%;
	height: auto;
	display: table;
}

.footer-form-left img {
	width: 50%;
    height: auto;
    display: block;
    position: absolute;
    top: -47px;
    left: -60px;
	
}

.footer-form-right {
	width: 60%;
	height: auto;
	display: table;
	position: relative;
	padding: 50px 0 90px 30px;
}

.footer-form-right h2 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.form {
    width: 100%;
}

.form-col {
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #000;
}

.butn {
    border: none;
    padding: 15px 10px;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
	letter-spacing: 0.5px;
	border-radius: 5px;
}

.butn:hover {
    background-color: #f7c9c9;
    color: #000;
}

.error {
    color: #F0C311;
    font-size: .7rem;
    position: absolute;
	margin: 5px 0 0 0;
}

.consent-form-col {
    width: 100%;
    display: table;
	padding: 10px;
	position: absolute;
    bottom: 20px;
}

.consent-form-col.consent-form-col-popup {
	position: relative;
	padding: 20px 0;
    bottom: 0;
}

/* Hide the default style */
.consent-form-col input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 0px solid #555;
  border-radius: 0px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}

/* Default background */
.consent-form-col input[type="checkbox"] {
  background-color: white;
}

/* When checked */
.consent-form-col input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}

/* Tick mark */
.consent-form-col input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consent-form-col-inner {
    padding: 0;
    width: 100%;
    display: table;
}

.consent-form-col-column {
    width: 5%;
    float: left;
	margin-top: 6px;
}

.consent-form-col-content-column {
    width: 90%;
    float: left;
	padding: 5px 0;
}

.consent-form-col-content-column p {
    font-size: 0.9rem;
	text-align: left;
	font-weight: 300;
	color: #FFF;
}

.consent-error {
	width: fit-content;
	position: absolute;
}

.consent-error p {
    color: #F0C311;
    font-size: .7rem;
	margin-top: 0px;
}

.consent-form-col-popup .consent-form-col-content-column p {
	font-size: 0.8rem;
	margin: 0 0 0 10px;
}

.consent-form-col-popup .consent-error p {
    padding: 10px 0;
}

@media (max-width: 768px) {
	.consent-form-col-popup .consent-form-col-content-column p {
		margin: 0;
	}
}

footer {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	
	background: url(../img/footer-bg.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.footer {
	width: 100%;
	height: auto;
	display: table;
	background-color: rgba(0, 0, 0, 0.8);
	/*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
}

.footer-container {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
	position: relative;
}

.footer-col {
	width: 30%;
	height: auto;
	display: table;
	padding: 50px 40px 50px 20px;
	position: relative;
}

.footer-col.footer-main-links {
	width: 20%;
}

.footer-col.footer-col-logo {
	padding: 0 40px 0 0;
	width: 25%;
}

.footer-logo {
	background-color: transparent;
	padding: 40px 20px 20px 0;
	border-radius: 0 0 10px 10px;
	position: relative;
	margin: 0 0 20px 0;
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;	
    margin: -20px 0 30px 0;
	border-bottom: 5px solid #bd3030;*/
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 35px solid #bd3030;
    position: absolute;
    left: -35px;
    top: -20px;
    z-index: -1;
}

.triangle-down-right {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 35px solid #bd3030;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: -1;
}

.social-media {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
	position: relative;
	padding: 10px 0 0 0;
}

.social-media-col {
	width: 20%;
	height: auto;
	display: table;
	padding: 6px;
}

.social-media-col img {
	margin: 0 auto;
	width: 100%;
	/*background: url(../img/social-media/circle-paint-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	padding: 6px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.social-media-col img:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.footer-col h3 {
	color: #FFF;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.footer-col li {
	color: #F8F5F5;
	font-weight: 300;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.9rem;
}

.footer-col li:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: -3px 0 0 0;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
	background-image: url(../img/icons/footer-links.svg);
}

.footer-col hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
	margin: 15px 0;
	width: 80%;
	font-size: 0.9rem;
}

.footer-col.footeraddress {
	padding: 50px 0 50px 20px;
	width: 25%;
}

.footer-col p {
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 3px 0;
    font-size: 0.9rem;
	color: #FFF;
	line-height: 2rem;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-address-icon {
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    padding: 0 0 0 25px;
    cursor: pointer;
    background-image: url(../img/icons/location.svg);
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
}

.foot-call-icon {
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    padding: 0 0 0 25px;
    cursor: pointer;
    background-image: url(../img/icons/call.svg);
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
}

.foot-email-icon {
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    padding: 0 0 0 25px;
    cursor: pointer;
    background-image: url(../img/icons/email.svg);
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
}

.footer-col p .foot-address {
    margin-left: 25px;
}


.base {
	width: 100%;
	height: auto;
	display: table;
	background-color: #c71d22;
	background-image: url("../img/texture.png");
}

.base-main {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0;
}

.base-left, .base-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.base-left p, .base-right p {
	font-size: 0.9rem;
	color: #efdcdc;
	font-weight: 300;
}

.base-right p {
	text-align: right;
}

.base-right a {
	color: #FFF;
	font-weight: 500;
}

.page-banner {
	width: 100%;
	height: 37vh;
	display: block;
	position: relative;
	overflow: hidden;
}

.page-banner .overlay {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.page-banner .section-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* above overlay */
	color: #fff; /* white text for visibility */
	text-align: center;
	width: 100%;
}

.page-banner .section-center h1 {
	color: #FFF;
	font-weight: 500;
	font-size: 2rem;
	text-transform: uppercase;
}

.page-banner .section-center h1::before,
.page-banner .section-center h1::after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3px; /* thickness of the "border" */
    margin: 0 1rem;
    transform: translateY(-0.6rem); /* adjust alignment */
}

.page-banner .section-center h1::before {
	background: linear-gradient(to right, rgba(199, 29, 34, 0), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75));
}

.page-banner .section-center h1::after {
    background: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
}

/*
.page-banner .section-center p {
	color: #EEE;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-banner.project-banner .section-center h1::before,
.page-banner.project-banner .section-center h1::after {
    display: none;
}
*/

.page-banner.project-banner .overlay, .page-banner.project-banner .section-center {
	display: none;
}

.about-page {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0 20px 0;
}

.about-page-content {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.about-page-left {
	width: 30%;
	height: auto;
	display: table;
}

.about-page-left .about-count {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 15px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.about-page-left .ac-last {
	border-bottom: 1px solid #eee;
}

.about-page-left .about-count h4 {
	font-weight: 300;	
}

.about-page-left .about-count h4 span {
	font-weight: 500;
	color: rgba(199, 29, 34, 1);
}

.about-page-left .about-count h4:before {
    content: "";
    display: block;
    width: 30px;          /* make width & height equal */
    height: 30px;
    float: left;
    margin: -2px 15px 0 0;
    background-color: rgba(199, 29, 34, 1); /* black circle background */
    background-repeat: no-repeat;
    background-position: center; /* center the icon */
    background-size: 16px 16px;  /* scale icon inside circle */
    border-radius: 50%;   /* makes it circular */
    cursor: pointer;
}

.about-page-left .ac-one h4:before {
	background-image: url(../img/icons/customers.svg);
}

.about-page-left .ac-two h4:before {
	background-image: url(../img/icons/project-case.svg);
}

.about-page-left .ac-three h4:before {
	background-image: url(../img/icons/years.svg);
}

.about-page-left .ac-last h4:before {
	background-image: url(../img/icons/sqft.svg);
}

.about-page-right {
	width: 70%;
	height: auto;
	display: table;
	padding: 0 30px;
}

.about-page-right h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(199, 29, 34, 1);
    /* line-height: 3.5rem; */
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.about-page-right p {
	font-size: 0.9rem;
	line-height: 2rem;
	font-weight: 300
}



.about-page-points {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto;	
	position: relative;
}

.about-home-vm {
	width: 65%;
	height: auto;
	display: table;
	text-align: center;
	padding: 20px 30px;	
	background-color: #F8F5F5;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.about-home-mission {
	width: 32%;
	margin: 0 10px;
}

.about-home-vm h3 {
	width: fit-content;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.about-home-vm h3:before {
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-size: 35px 30px;
    cursor: pointer;
    filter: brightness(0.3) sepia(8) hue-rotate(-35deg) saturate(5);
}

.about-home-vision h3:before {    
	background-image: url(../img/icons/vision.svg);
}

.about-home-mission h3:before {
	background-image: url(../img/icons/rocket-launch.svg);
}

.about-home-vm p {
	font-size: 0.8rem;
	font-weight: 300;
	color: #000;
	margin: 0 auto;
	line-height: 1.8rem;
	text-align: left;
}




.sustainability {
	width: 90%;
	height: auto;
	display: table;
	padding: 20px 30px 30px 30px;
	margin: 50px auto 20px auto;
	color: #FFF;
	background-color: rgba(199, 29, 34, 1);
	background-image: url(../img/texture.png);
	position: relative;
}

.sustainability h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFF;
    /* line-height: 3.5rem; */
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.sustainability p {
	font-size: 0.9rem;
	line-height: 2rem;
	font-weight: 300
}

.sustainability-shape {
    width: 600px;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #FFF;
    position: absolute;
    right: 0;
    top: 0;
}


.founder {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0 100px 0;
}

.founder-content {
	width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.founder-left {
	width: 50%;
	height: auto;
	display: table;
}

.founder-left h2 {
	font-size: 3rem;
	font-weight: 500;
	color: rgba(199, 29, 34, 1);
}

.founder-left h4 {
	font-size: 1.5rem;
	font-weight: 200;
}

.founder-left h3 {
	font-size: 2rem;
	font-weight: 500;
	color: rgba(199, 29, 34, 1);
}

.founder-left h3 span {
	font-size: 1.5rem;
	font-weight: 200;
}

.founder-left p {
	font-size: 0.9rem;
	font-weight: 200;
	line-height: 1.8rem;
}

.founder-left hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
        to right,
        rgba(199, 29, 34, 0.75),
        rgba(199, 29, 34, 0.75),
        rgba(199, 29, 34, 0)
    );
    margin: 25px 0;
    width: 80%;
    font-size: 0.9rem;
    /*margin-left: auto;  aligns hr to the right */
}

.founder-right {
	width: 50%;
	height: auto;
	display: table;
	position: relative;
}

.founder-right img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.founder-right:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 80px;
    bottom: -10px;
    border: 10px solid #c5a47e;
    z-index: 0;
    border-image: linear-gradient(to right bottom, #eba6a8 0%, #d3383d 50%, #c71d22 100%) 1;
}

.founder-right:after {
    content: '';
    width: 80%;
    position: absolute;
    top: 0;
    bottom: -11%;
    right: -7%;
    background-image: url(../img/icons/dots-dark.png);
    background-repeat: repeat;
    z-index: -2;
}

.founder-verse {
	width: 95%;
	height: auto;
	display: table;
	background-color: #F8F5F5;
	/*border: 1px solid rgba(255, 255, 255, 0.3);*/
    padding: 40px;
    position: relative;
    z-index: 1;
	margin: -30px 0 0 0;
	border-radius: 30px 0 0 30px;
	margin-left: auto;
	border-right: 10px solid rgba(199, 29, 34, 1);
	border-bottom: 10px solid rgba(199, 29, 34, 1);
}

.founder-verse:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 10px;
    width: 100px;
    height: 80px;
    background: url(../img/icons/close-quote.svg) no-repeat center / contain;
    opacity: 0.8;
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
    pointer-events: none;
	transform: rotate(180deg);
}

.founder-verse h4 {
	font-size: 1rem;
	color: #000;
	text-align: center;
	font-weight: 300;
}

.founder-verse p {
	font-size: 0.8rem;
	line-height: 1.8rem;
	color: #000;
	text-align: left;
	font-weight: 300;
}

.contact-page {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0 80px 0;
}

.contact-page-content {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.contact-page-heading {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 20px 0;
}

.contact-page-heading h2 {
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 20px 0;
	position: relative;
}

.contact-page-heading h2 span {
    color: #c71d22;
    font-weight: 500;
}

.contact-page-heading h2:after {
    content: "";
    display: block;
    width: 75%;
    height: 2px;
    background: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
    left: 25%;
    top: 52%;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0eg);
}

.contact-page-left {
	width: 40%;
	height: auto;
	display: table;
	background-color: #F8F5F5;
	padding: 20px 0 0 0;
	border-radius: 20px 0 0 20px;
	
}

.contact-page-address1,
.contact-page-address2 {
	padding: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
	margin: 0 0 0 20px;
	position: relative;
}

.contact-page-address1 p:after,
.contact-page-address2 p:after {
    margin: 0;
    content: "View Map";
    position: absolute;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    color: rgb(97, 97, 97);
    top: 100px;
    right: 5px;
    z-index: 1;
	background-color: #FFF;
    padding: 0px 10px;
    border-radius: 5px;
	letter-spacing: 1px;
}

.contact-page-address1.active p:after,
.contact-page-address2.active p:after {
	content: "";
}

.contact-page-address1.active,
.contact-page-address2.active {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 20px 0 0 20px;
}

.contact-page-left h3 {
	font-size: 1.2rem;
	font-weight: 300;
}

.contact-page-left p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8rem;
	margin: 0 0 10px 0;
	color: #000;
}

.contact-page-left hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
    margin: 15px 0;
    width: 50%;
    font-size: 0.9rem;
}

.contact-page-left p .foot-address {
    margin-left: 25px;
}

.contact-page-action {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px;
	margin: 10px 0 0 20px;
}

.contact-page-right {
	width: 60%;
	height: auto;
	display: table;
}

.contact-page-right .gmap {
	width: 100%;
	height: 542px;
	display: block;
	border-radius: 0 20px 20px 0;
}

.career {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0;
}

.career-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.career-left {
	width: 70%;
	height: auto;
	display: table;
	padding: 0 50px 0 0;
}

.career-page-heading {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 20px 0;
}

.career-page-heading h2 {
	font-size: 2rem;
	font-weight: 300;
	position: relative;
}

.career-page-heading h2 span {
    color: #c71d22;
    font-weight: 500;
}

.career-page-heading h2:after {
    content: "";
    display: block;
    width: 58%;
    height: 2px;
    background: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
    left: 42%;
    top: 52%;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0eg);
}

.career-right {
	width: 30%;
	height: auto;
	display: table;
	padding: 10px 0;
}

.career-form-heading {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 10px 20px 10px;
}

.career-form-heading h2 {
	color: #FFF;
	font-weight: 500;
}

.careerformsec {
	width: 100%;
	height: auto;
	display: table;
	background-color: rgba(199, 29, 34, 1);
	background-image: url("../img/texture.png");
	padding: 30px;
}

.career-form-col {
	width: 100%;
	height: auto;
	display: table;
	padding: 15px 10px;
}

.career-desc-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 10px auto;
    position: relative;
}

.career-desc-left {
	width: 30%;
	height: auto;
	display: table;
	padding: 10px 20px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.career-desc-left h5 {
	font-weight: 600;
	line-height: 1.6rem;
}

.career-desc-right {
	width: 70%;
	height: auto;
	display: table;
	padding: 10px 30px;
	border: 1px solid #eee;
}

.career-desc-right p {
	font-size: 0.8rem;
    line-height: 1.6rem;
    color: #363636;
}

.career-desc-left.career-desc-left-100 {
	width: 100%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 0;
}

.career-desc-right.career-desc-right-100 {
	width: 100%;
}

.our-projects {
	width: 100%;
    height: auto;
    display: table;
    padding: 80px 0;
    position: relative;
}

.projects-container {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px auto;
    position: relative;
	gap: 20px;
}

.projects-container .carousel-item {
    flex: 0 0 calc((100% - 40px) / 3);
    background: #fff;
    padding: 10px;
    text-align: center;
}

.projects-container .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.projects-container .carousel-item-inner {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F5F5;
	position: relative;
}

.projects-container .carousel-item-inner .status-ribbon {
	background-color: #c71d22;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 5px 10px;
	font-size: 0.8rem;
}

.projects-container .carousel-item-inner .status-ribbon .triangle-status-ribbon {
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 29.8px solid #bd3030;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 1;
}

.projects-container .carousel-item-details {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
 }
 
 .projects-container .carousel-item-details .project-name,
 .projects-container .carousel-item-details .project-location {
	 width: 100%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
 }
 
 .projects-container .carousel-item-details .project-size {
	 width: 40%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
	 border-right: 1px solid #DDD;
 }
 
 .projects-container .carousel-item-details .project-price {
	 width: 60%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 border-bottom: 1px solid #DDD;
 }
 
 .projects-container .carousel-item-details .project-page,
 .projects-container .carousel-item-details .project-brochure {
	 width: 50%;
	 height: auto;
	 display: table;
	 padding: 10px 20px;
	 text-align: center;
 }
 
 .projects-container .carousel-item .carousel-item-details .project-page a {
	width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 8px 15px;
    background: #c71d22;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
 .projects-container .carousel-item .carousel-item-details .project-brochure a {
	width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 8px 15px;
    background: #555;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .projects-container .carousel-item-details h3 {
	  font-weight: 600;
	  font-size: 1.3rem;
	  color: #c71d22;
  }
  
  .projects-container .carousel-item-details p {
	  font-weight: 300;
	  font-size: 0.9rem;
	  color: #000;
	  width: fit-content;
	  margin: 0 auto;
  }
  
  .projects-container .carousel-item-details p span {
	  color: #c71d22;
	  font-weight: 500;
  }
  
  .projects-container .carousel-item-details p:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: -4px 0 0 0;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
    filter: brightness(0.3) sepia(8) hue-rotate(-35deg) saturate(5);
}

.projects-container .carousel-item-details .project-location p:before {
	background-image: url(../img/icons/location.svg);
}

.projects-container .carousel-item-details .project-size p:before {
	background-image: url(../img/icons/plots.svg);
}

.projects-container .carousel-item-details .project-price p:before {
	background-image: url(../img/icons/currency.svg);
}

.project-ongoing {
	width: 100%;
	height: auto;
	display: table;
}

.project-completed {
	width: 100%;
	height: auto;
	display: table;
}

.our-projects .column-inner {
    display: none;
    margin-top: 30px;
}

.our-projects .filter-button {
    width: 50%;
    height: auto;
    display: table;
    margin: 0 auto 50px auto;
}

.our-projects .filter-button .bton {
    display: inline-block;
    border-radius: 0;
    background-color: #FFF;
    border: none;
    color: #000;
    text-align: center;
    font-size: 0.9rem;
    padding: 10px;
    width: 48%;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    letter-spacing: 1px;
    border: 1px solid #c71d22;
    text-decoration: none;
}

.our-projects .filter-button .bton.activia {
    background-color: #c71d22;
    color: #FFF;
	position: relative;
}

.our-projects .filter-button .bton.activia::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px; /* Adjust position */
    transform: translateX(-50%);    
    /* Triangle shape using borders */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #c71d22; /* Triangle color */
}


.our-projects .show {
    display: block;
}

@media (max-width: 768px) {
	.our-projects {padding: 50px 0;}
	.projects-container {width: 100%;}
	.projects-container .carousel-item {padding: 10px 0;}
	.projects-container .carousel-container {
		  max-width: 346px;
		  padding: 30px 0;
	  }
	.projects-container .carousel-item { 
		flex: 0 0 calc(100% - 20px); 
        margin: 0 10px;
	  }	  
	  .projects-container .carousel-item-details .project-page, .projects-container .carousel-item-details .project-brochure {padding:10px;}
	  .projects-container .carousel-item-details .project-name, .projects-container .carousel-item-details .project-location {padding:10px;}
	  .projects-container .carousel-item-details .project-size {padding:10px;}
	  .projects-container .carousel-item-details .project-price {padding:10px;}
	  .projects-container .carousel-item .carousel-item-details .project-page a, .projects-container .carousel-item .carousel-item-details .project-brochure a {font-size: 0.85rem;}
	  .our-projects .filter-button {width: 100%; margin: 0 auto; padding: 0 10px;}
	  .our-projects .filter-button .bton {width: 50%;}
}


/*.page-banner.project-banner {
	height: 87vh;
}*/

.project-head {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-head-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.project-head-col {
	width: 16.666%;
	height: auto;
	display: table;
	border-right: 1px solid #CCC;
    padding: 0 0 0 10px;
}

.project-head-col.project-name {
	width: 30%;
	padding: 0;
}

.project-head-col.project-location {
	width: 20%;
}


.project-head-col h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(199, 29, 34, 1);
}

.project-head-col h3 {
	font-size: 1.2rem;
	font-weight: 500;
}

.project-head-col p {
	font-size: 0.9rem;
	font-weight: 300;
}

.project-head-col.project-name p {
	font-size: 1.2rem;
}

.project-head-col:before {
    content: "";
    display: block;
    width: 50px;
    height: 55px;
    float: left;
   margin: -3px 10px 0 10px;
    background-repeat: no-repeat;
    background-size: 45px 55px;
    cursor: pointer;
    filter: brightness(0.3) sepia(1) hue-rotate(310deg) saturate(6);
}

.project-head-col.project-name:before {    
    display: none;
}

.project-head-col.project-location:before {    
    background-image: url(../img/icons/location.svg);
	margin: -3px 0 0 0;
}

.project-head-col.project-units:before {    
    background-image: url(../img/icons/plots.svg);
}

.project-head-col.project-approval:before {    
    background-image: url(../img/icons/approval.svg);
}

.project-head-col.project-price:before {    
    background-image: url(../img/icons/currency.svg);
}

.about-project {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0 50px 0;
}

.about-project-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.about-project-left {
	width: 50%;
	height: auto;
	display: table;
	padding: 0 30px 0 0;
}

.about-project-left p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.8rem;
}

.about-project-left a {
    width: fit-content;
    display: inline-block;
    margin: 30px 30px 10px 0;
    padding: 8px 25px;
    background: #c71d22;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.about-project-left a:hover {
	background: #555;
}

a.pro-enquiry-btn {
	background: #333;
}

.about-project-right {
	width: 50%;
	height: auto;
	display: table;
	padding: 0 0 0 30px;
}

.about-project-right img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.project-gmap {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0 80px 0;
}

.project-gmap-heading {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 50px 0;
}

.project-gmap-heading h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.project-gmap-heading span {
	color: #000;
}

.project-gmap-heading p {
	font-size: 0.9rem;
	text-align: center;
	color: #58585a;
}

.project-gmap-content {
	width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.project-gmap-content iframe {
	width: 100%;
	height: 400px;
	border-radius: 10px;
}

.review-page {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0;
}

.review-page-content {
    width: 90%;
    margin: 0 auto;
    column-count: 2;     /* 2 columns side by side */
    column-gap: 30px;    /* gap between columns */
}

.review-page-col {
    break-inside: avoid; /* keep each card intact */
    margin-bottom: 30px; /* spacing between stacked cards */
}

.review-page-col-inner {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F5F5;
    padding: 20px;
    position: relative;
	transition: background-color 0.4s ease;
}

.review-page-col-inner:before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 10px;
    width: 60px;
    height: 50px;
    background: url(../img/icons/close-quote.svg) no-repeat center / contain;
    opacity: 0.8;
    filter: brightness(0) sepia(9) hue-rotate(360deg) saturate(2);
    pointer-events: none;
}

.review-page-col-inner p {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #333;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.review-page-col-inner h4 {
	font-size: 1rem;
    font-weight: 600;
    color: #c71d22;
    margin: 10px 0 0 0;
    border-top: 1px dashed #999;
    padding: 20px 0 0 0;
}

.review-page-col-inner h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: -2px 0 0 0;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
    filter: brightness(0) sepia(1) hue-rotate(310deg) saturate(6);
    background-image: url(../img/icons/person.svg);
}

.review-page-col-inner:target {
  background-color: #c71d22;   /* highlighted when URL hash matches */
}

.review-page-col-inner:target:before {
  filter: brightness(1) sepia(9) hue-rotate(360deg) saturate(1);
  bottom: 5px;
}

.review-page-col-inner:target p {
	color: #eee;
}

.review-page-col-inner:target h4 {
	color: #FFF;
}

.review-page-col-inner:target h4:before {
	filter: brightness(1) sepia(1) hue-rotate(310deg) saturate(1);
}

@media (max-width: 768px) {
	.review-page {
		padding: 50px 0;
	}
	.review-page-content {
		width: 100%;
	}
    .review-page-content {
        column-count: 1;  /* single column on tablets & mobiles */
    }
	..project-proximity-col-inner ul {
		columns: 2;
		column-gap: 40px;
	  }
}



.emi-calc {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0;
}

.emi-calc-content {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}


.project-amenities {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	position: relative;
}

.project-amenities-heading {
	width: 100%;
	height: auto;
	display: table;
}

.project-amenities-heading h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.project-amenities-heading span {
	color: #000;
}

.project-amenities-heading p {
	font-size: 0.9rem;
	text-align: center;
	color: #58585a;
}

.project-amenities .carousel-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
	padding: 50px 0;
  }

 .project-amenities .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px; /* spacing between items */
}

 .project-amenities .carousel-item {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 items with 20px gap between */
  background: #fff;
  padding: 10px;
  text-align: center;
}

.project-amenities .carousel-item-inner {
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F8F5F5;
	position: relative;
}

.project-amenities .carousel-item-inner .status-ribbon {
	background-color: #c71d22;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 5px 10px;
	font-size: 0.8rem;
}

.project-amenities .carousel-item-inner .status-ribbon .triangle-status-ribbon {
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 29.8px solid #bd3030;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 1;
}

 .project-amenities .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }

 .project-amenities .carousel-item-details {
	margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
	border-radius: 0 0 10px 10px;
 } 
 
 .project-amenities .carousel-item-details h3 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    /*background: #c71d22;*/
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
  }

  /* Buttons */
 .project-amenities .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c71d22;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
  }
 .project-amenities .carousel-btn.prev { left: 50px; }
 .project-amenities .carousel-btn.next { right: 50px; }

  /* Mobile: 1 project only */
  @media (max-width: 768px) {
	  .project-amenities {padding: 0 0 30px 0;}
	  .project-amenities .carousel-container {
		  max-width: 346px;
		  padding: 30px 0;
	  }
	.project-amenities .carousel-item { 
		flex: 0 0 calc(100% - 20px); 
        margin: 0 10px;
	  }
	  .project-amenities .carousel-track {
		  gap: 0;
	  }
	  .project-amenities .carousel-btn {top: 55%; padding: 5px 15px; z-index: 1;}
	  .project-amenities .carousel-btn.prev {left: 10px;}
	  .project-amenities .carousel-btn.next {right: 10px;}
	}
	
	
.project-proximity {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 50px 0;
}

.project-proximity-heading {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 50px 0;
}

.project-proximity-heading h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	color: #c71d22;
}

.project-proximity-heading span {
	color: #000;
}

.project-proximity-heading p {
	font-size: 0.9rem;
	text-align: center;
	color: #58585a;
}

.project-proximity-content {
    width: 90%;
    margin: 0 auto;
    column-count: 2;     /* 2 columns side by side */
    column-gap: 30px;    /* gap between columns */
}

.project-proximity-col {
    break-inside: avoid; /* keep each card intact */
    margin-bottom: 30px; /* spacing between stacked cards */
}

.project-proximity-col-inner {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F5F5;
    padding: 20px;
    position: relative;
	transition: background-color 0.4s ease;
}

.project-proximity-col-inner p {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #333;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.project-proximity-col-inner h4 {
	font-size: 1.3rem;
    font-weight: 600;
    color: #c71d22;
    margin: 10px 0 20px 0;
	position: relative;
    /*border-bottom: 1px dashed #999;
    padding: 0 0 20px 0;*/
}

.project-proximity-col-inner h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-size: 25px 30px;
    cursor: pointer;
    filter: brightness(0) sepia(1) hue-rotate(310deg) saturate(6);    
}

.project-proximity-col-inner .school:before {
	background-image: url(../img/icons/school.svg);
}

.project-proximity-col-inner .college:before {
	background-image: url(../img/icons/college.svg);
}

.project-proximity-col-inner .healthcare:before {
	background-image: url(../img/icons/healthcare.svg);
}

.project-proximity-col-inner .entertainment:before {
	background-image: url(../img/icons/entertainment.svg);
}

.project-proximity-col-inner .industrials:before {
	background-image: url(../img/icons/industrials.svg);
}

.project-proximity-col-inner h4:after {
    content: "";
    display: inline-block;
    width: 10rem;
    height: 1px;
    background: linear-gradient(to right, rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0.75), rgba(199, 29, 34, 0));
    left: 20px;
    top: -6px;
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0eg);
}

.project-proximity-col-inner ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}

.project-proximity-col-inner li {
  padding: 10px 0;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.project-proximity-col-inner li::before {
	background-image: url(../img/icons/location.svg);
    content: "";
    display: block;
    width: 25px;
    height: 30px;
    float: left;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: 20px 30px;
    cursor: pointer;
    filter: brightness(0.5) sepia(0.1) hue-rotate(300deg) saturate(5);
}

@media (max-width: 768px) {
	.project-proximity {
		padding: 0;
	}
	.project-proximity-content {
		width: 100%;
	}
    .project-proximity-content {
      column-count: 1;  /* single column on tablets & mobiles */
    }
}


#myModal2.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 2rem;
    font-weight: 100;
    cursor: pointer;
}

.modal-content {
    position: relative;
    background-color: rgba(199, 29, 34, 1);
    margin: auto;
    padding: 0;
    width: 50%;
    height: auto;
    max-width: 1200px;
}

.modal-content2 {
    background-color: rgba(199, 29, 34, 1);
    background-origin: border-box;
    margin: auto;
    padding: 20px;
    width: 30%;
    display: table;
	background-image: url(../img/texture.png);
}

.modal-content2 h3 {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
	font-weight: 500;
}

.modal .closebtn {
    color: #DDD;
    float: right;
    font-size: 3rem;
    font-weight: 100;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.modal-content2 .form {
    width: 100%;
}

.modal-content2 .form-col {
    width: 100%;
	position: relative;
	float: none;
	margin-right: 20px;
	margin-bottom: 0;
}

.modal-content2 .form-col .intl-tel-input .flag-dropdown .selected-flag {
	padding: 32px 16px 6px 8px;
}

.modal-content2 .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px dotted #CCC;
    margin: 15px 0 0 0;
}

.modal-content2 .form-control-textarea {
    width: 100%;
    height: 80px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 3.5;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px dotted #CCC;
    margin: 15px 0 0 0;
}

.modal-content2 .butn {
    border: none;
    padding: 15px 10px;
    width: 100%;
    background-image: linear-gradient(to right, #f9b904, #f9e769);
    background-origin: border-box;
    color: #000;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.modal .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.error2 {
    color: #F0C311;
    font-size: 0.7rem;
    position: relative;
    margin-top: 5px;
	text-align: left;
}

/*
.modal-content2 .form-field-icon i {
    position: absolute;
    margin-top: 25px;
    margin-left: 10px;
    color: #332e6e;
    z-index: 2;
    left: 0;
}

.modal-content2 .form-field-icon i::before {
	content: "";
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 3px 5px 0 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    filter: brightness(0.4) sepia(9) hue-rotate(50deg) saturate(2);
}

.modal-content2 .form-field-icon .fa-user:before {
    background-image: url(../img/icons/person.svg);
}

.modal-content2 .form-field-icon .fa-mobile-retro:before {
    background-image: url(../img/icons/call.svg);
}

.modal-content2 .form-field-icon .fa-envelope:before {
    background-image: url(../img/icons/email.svg);
}*/

@media (max-width: 768px) {
	#myModal2.modal {
		padding-top: 75px;
	}
	.modal-content2 {
		width: 90%;
	}
	.modal-content2 .form-control {
		height: 40px;
	}
	.modal-content2 .form-col .intl-tel-input .flag-dropdown .selected-flag {
		padding: 28px 16px 6px 8px;
	}
}


.thanks-page {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
}

.thanks-page-content {
	width: 100%;
	height: auto;
	display: table;
}

.thanks-page-content h2 {
	text-align: center;
	font-weight: 500;
	margin: 0 0 20px 0;
	font-size: 3rem;
}

.thanks-page-content p {
	text-align: center;
	font-weight: 300;
	font-size: 1.2rem;
}