/*
CTC Separate Stylesheet
Updated: 2025-09-03 09:40:45
*/
.toggle-menu-icon-cls a {
    background: #b42528;
    padding: 10px;
}

.bs-breadcrumb {
    padding: 8px 0;
}
.bs-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
	color: #fff;
}
.bs-breadcrumb .crumb-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #B42528;
}
.bs-breadcrumb .crumb-link:hover{
	color: #B42528;
}
 /*==== bs-breadcrumb Close ====*/
 
.project-tabs li.active {
    color: #000;
}
.project-tabs li {
    color: #b42528;
	font-weight: 400 !important;
	border-bottom: 2px solid #b42528;
	position: relative;
	line-height: 30px !important;
    font-size: 20px !important;
	transition: all .3s ease-in-out;
}
.project-tabs li::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: width 0.6s ease;
    z-index: 1;
}
.project-tabs li:hover{
	color: #000;
}
.project-tabs li:hover::after{
    width: 100%;
    z-index: 1;
}
.project-grid h3{
	font-size: 32px !important;
}
.project-grid h3:hover {
  color: #b42528 !important;
}
.project-location {
    font-size: 24px !important;
    opacity: 1 !important;
    font-weight: 300;
}
.project-tabs-wrapper {
  position: relative;
}
 
.project-tabs {
  position: sticky;
  top: 0px;   /* adjust for your header height */
  z-index: 999;
  background: #fff; /* keep clean background when stuck */
  padding: 12px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;

}
.project-tabs { list-style:none !important; margin:0 0 24px !important; display:flex; gap: 12px !important; padding: 50px 0 !important; }
.project-tabs li { cursor:pointer; text-transform:lowercase; font-weight:500; letter-spacing:.3px; }
.project-tabs li.active { border-bottom:2px solid #000; }
.project-grid.two-cols { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:7px !important; height: 100% !important;}
.project-grid.two-cols article {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
.project-item { position:relative; overflow:hidden; }
.project-card { display:block; position:relative; }
.project-media img, .project-media .no-image { width:100%; height: auto; display:block; }
.project-media img{
	min-height: 650px;
    object-fit: cover;
}
.project-media .no-image { aspect-ratio: 16/9; background:#f2f2f2; }
.project-card, .project-media, .project-media img{
	height: 100% !important;
}
.project-overlay {
  position:absolute; inset:0;
  display:flex; align-items:center; 
  justify-content:center;
  opacity:0; transition:opacity .25s ease;
  background: rgba(0, 0, 0, 0.7); 
}

.project-card:hover .project-overlay { opacity:1; }
.project-meta { text-align:center; color:#fff; padding:16px; }
.project-title { margin:0 0 6px; font-size:28px; font-weight:600; line-height:1.2; }
.project-location { font-size:16px; opacity:.9; }
.project-card::after{
  content:""; 
  position:absolute; 
  inset:0;
  background: rgba(0,0,0,.15);
  transition: opacity .25s ease;
  pointer-events:none;
}
.project-card:hover::after{ opacity:0; } 

 /*==== project-tabs Close ====*/

.footer-main-sec-cls ul li a{
	position: relative;
    padding: 6px 0px 6px 0px !important;
	display: inline-block;
    border-bottom: 2px solid transparent !important;
}
.footer-main-sec-cls ul{
	display: inline-block;
}
.footer-main-sec-cls ul li a:after{
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: transparent;
    transition: width 0.6s ease;
    z-index: 1;
}
.footer-main-sec-cls ul li a:hover::after{
	background-color: #B42528 !important;
    width: 100%;
    z-index: 1;
}
.vis-prev, .vis-next{
	line-height: 40px !important;
}
.pin-spacer .swiper.slider{
   margin: 0 !important;
}
.scroll-menu-heading-cls .mega-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.scroll-menu-heading-cls .mega-menu li a {
    font-weight: 300 !important;
	text-transform: lowercase !important;
}
.elementor-widget-image-gallery {
    margin: 0 !important;
}

.home-slider-title span {
    font-weight: 300;
}
.home-slider-title span b.sps-t1 {
    color: #b42528;
	font-weight: 400 !important;
    position: relative;
    font-size: 50px;
	line-height: 60px;
}
span.sps-t2 {
    font-size: 30px;
    line-height: 45px;
}
.walkthrough-video-sec-cls {
    cursor: pointer;
    position: relative;
}

.heading-animated .about-right.top-line-gray::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 100px;
    right: 13px;
    width: 8px;
    height: 25px;
    background: #717171;
    animation: bottom-to-top 6s ease-out forwards;
}

@keyframes bottom-to-top {
  0% {
    transform: translateY(0px); /* start below */
	height: 25px;
  }
  100% {
    transform: translateY(0); /* move to normal position */
	height: 400px;
  }
}
.heading-animated .about-right.top-line-gray.red.rline::before{
	right: 6px;
}
.heading-animated .about-right.top-line-gray.rline::before{
	right: 7px;
}
.heading-animated .about-right.top-line-gray.red.rrline::before{
	right: 8px;
	bottom: 110px;
}
.heading-animated .about-right.top-line-gray.red.rbline::before {
    right: 37px;
    bottom: 110px;
}
.heading-animated .about-right.top-line-gray.red::before{
    background: #b32528;
}
.zoom-in-out-cls {
	overflow: hidden;
}
.zoom-in-out-cls img{
	animation: zoom-in-zoom-out 5s ease infinite;
	width: 100%;
	
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.day-plans-tab-cls-gallery .gallery-item {
    position: relative;
	transition: 0.5s ease;
}
.day-plans-tab-cls-gallery .gallery-caption, .project-meta, .project-title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: fit-content;
    font-size: 20px;
    padding: 20px;
    background: #bcbcbc;
    font-style: normal;
    transition: 0.5s ease;
    opacity: 0;
}
.project-meta, .project-title{
	background: #eaeaea;
}
.day-plans-tab-cls-gallery .gallery-item:hover .gallery-caption,
.project-card:hover .project-meta,
.project-card:hover .project-title{
	opacity: 1;
}
.project-grid .project-card .project-title {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
    color: #000;
	width: max-content;
    margin: 0;
}
.project-grid .project-card .project-location {
    font-size: 16px !important;
    font-weight: 300;
	color: #000;
    text-align: start;
}
.overlay-img-box-clas .elementor-widget-image {
    margin: 0 !important;
}
.overlay-img-box-clas{
	position: relative;
}
.overlay-text-box-clas{
	content: '';
    position: absolute !important;
    bottom: 0px;
    background: #000000ab;
    color: #fff;
    padding: 10px;
	left: 0;
}


/*==== Contact-Us-Form-CSS-Start ====*/
/* === GRID LAYOUT === */
.form-style-cls{
  display:grid;
  grid-template-columns:1fr 1fr;   /* two columns */
  gap:15px;
}
.form-style-cls .cf7-col-full{ 
  grid-column:1 / -1; 
}

.form-style-cls p {
    margin: 0;
}
.form-style-cls p span:first-child {
  margin: 0;
}
.form-style-cls p label {
    font-size: 18px;
    font-weight: 300;
    text-transform: lowercase;
    line-height: 28px;
	display: flex;
    align-items: center;
	padding-bottom: 15px;
}
.form-style-cls p span {
    font-size: 18px;
    font-weight: 300;
}
.form-style-cls input::placeholder{
	color: #000;
}
.form-style-cls input[type="text"],
.form-style-cls input[type="email"],
.form-style-cls input[type="tel"],
.form-style-cls textarea{
  width:100%;
  background:#71717100;
  border:1px solid #71717126;
  border-radius:0px;
  padding:16px 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-style-cls textarea {
    height: 120px;
}
.form-style-btn-cls {
    background: #b42528;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.5s ease;
	border: unset;
}
.form-style-btn-cls:hover{
	background: #000;
}
.form-style-cls input[type="checkbox"] {
	-webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
    position: relative;
    border: 1px solid #717171;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 20px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
}
.form-style-cls input[type="checkbox"]:checked {
  background: #B42528;   
  border-color: #B42528;
}

.form-style-cls input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
  color: #fff;
}
/*==== Contact-Us-Form-CSS-Close ====*/

.team-img-text-box {
    background: #ffffff38;
    border: 1px solid #dcdcdc;
}
.team-img-text-box .elementor-image-box-content{
	padding: 0 20px 20px 20px;
	text-align: left;
}
.team-img-text-box .elementor-image-box-content h3{
	margin: 0;
}
.owner-img-box-cls img {
    width: 100%;
    height: auto;
}
.owner-details-text-cls h3 {
    font-weight: 500 !important;
}
.owner-details-text-cls .elementor-widget-heading{
	margin: 0 !important
}
.owner-details-text-cls p {
    line-height: 26px;
}
.owner-details-content-cls .elementor-widget-container p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.owner-details-content-cls .elementor-widget-container p strong {
    font-weight: 600;
    font-size: 22px;
}
.owner-details-content-cls {
    width: 100%;
    height: 450px;
    overflow: auto;
}
.question-answer-cls .faq-item {
    margin-bottom: 10px;
}
.question-answer-cls .faq-question {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}
.question-answer-cls button{
	color: #fff;
}
.question-answer-cls [type=button]:focus, .question-answer-cls [type=button]:hover, 
.question-answer-cls [type=submit]:focus, .question-answer-cls [type=submit]:hover, 
.question-answer-cls button:focus, button:hover{
	color: #fff;
}
.question-answer-cls .faq-answer p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
.question-answer-cls .faq-item {
    border-bottom: 1px solid #eee !important;
}




/*====Media Start ====*/

@media(min-width: 1024px){
.home-slider-title span b.sps-t1 {
    color: #b42528;
	font-weight: 400 !important;
    position: relative;
    font-size: 150px;
	line-height: 100px;
}
span.sps-t2 {
    font-size: 85px;
    line-height: 100px;
}
}

@media(min-width: 1025px) and (max-width: 1500px){
.header-banner-cls h1.elementor-heading-title {
    font-size: 100px !important;
    line-height: 100px !important;
}
}

/*==== Media 1024px Start ====*/

@media (max-width: 1024px){
.header-cls.mobile-view{
	top: 0;
}
.project-tabs {
    top: 85px;
}
.project-tabs {
    padding: 20px 10px;
}
.header-manu-list-cls .elementor-column-gap-default {
    gap: 15px !important;
	flex-wrap: nowrap !important;
}
.header-manu-list-cls {
    bottom: 40px !important;
}
.heading-animated .vis-title-line::before {
    right: 4.5px;
    width: 10px;
}
.banner-line::before, .heading-animated .line-title-sec-bottom::before,
.heading-animated .vis-title-line::before,.heading-animated .line-after-banner::before,
.heading-animated .about-right:before{
	display: none !important;
}
.heading-animated .about-right:before {
	right: 6px !important;
	top: 100px !important;
	width: 9px !important;
	height: 250px !important;
}
.project-tabs {
    padding: 20px 0 !important;
    flex-wrap: wrap;
}
.owner-details-content-cls {
    height: 550px;
}
}

 /*==== Media 1024px Close ====*/
 
 @media(max-width: 992px){
	 .form-style-cls input[type="checkbox"]{
		 margin: 0 5px 0 0;
	 }
	 .owner-details-text-cls{
		background: #fff;
	 }
 }
/*==== Media 768px Start ====*/

@media (max-width: 768px){
.project-grid.two-cols {
	grid-template-columns: 1fr;
	} 
.footer-main-sec-cls .elementor-widget-heading,
.footer-main-sec-cls p {
    margin: 0 !important;
}
.footer-main-sec-cls ul li a{
	line-height: 20px !important;
}
.button-circle-cls .elementor-widget-container:after {
	width: 90px !important;
	height: 90px !important;
	right: -13px !important;
	top: -21px !important;
}
.header-video-cls {
    margin: 0 !important;
}
.heading-mb-margin-cls .elementor-widget-heading{
	margin-bottom: 0px !important;
}
.pin-spacer{
	width: 100% !important;
	padding: 0 !important;
	height: 100% !important;
    min-height: 350px !important;
}
.pin-spacer .swiper.slider{
	margin: 0 !important;
	height: 100%;
	min-height: 350px;
}
.pin-spacer .swiper-slide{
	min-height: 300px;
}
h3.home-slider-title {
    font-size: 26px;
    font-weight: 400 !important;
    line-height: 35px !important;
}
.content_big_slider h2.t1 {
    color: #fff;
}
.heading-animated .about-right:before {
	right: 3px !important;
	top: 70px !important;
	width: 7px !important;
	height: 150px !important;
}
.overlay-text-box-clas {
    padding: 5px;
}
.form-style-cls input[type="checkbox"]{
	height: 16px;
    width: 16px;
    min-width: 16px;
}
.project-media img{
	min-height: 100% !important;
    object-fit: cover;
}
.owner-details-content-cls {
    height: 300px;
}
.button-circle-cls .elementor-widget-container:after {
	width: 70px !important;
	height: 70px !important;
	right: 15px !important;
	top: -17px !important;
}
}

 /*==== Media 768px Close ====*/
 
 
 
 /*==== Media 480px Start ====*/

@media (max-width: 480px){
.elementor-counter-number-wrapper {
    font-size: 50px !important;
	line-height: 70px !important;
}	
.elementor-counter-title{
	 font-size: 22px !important;
}
.project-tabs{
	gap: 5px !important;
	padding: 20px 0 10px !important;
}
.project-tabs li {
    line-height: 22px !important;
    font-size: 18px !important;
}
.form-style-cls {
    grid-template-columns: 1fr;
    gap: 7px;
}
.form-style-cls p span {
   font-size: 15px;
}
}	
 /*==== Media 480px Close ====*/