#hero-default {
	height: 600px;
	display: flex;
	align-items: center;
}

/* ================ HERO SECTION ================== */
#hero-common {
	position: relative;
}

#hero-common .hero-slider {
  height: 600px;
  position: relative;	
}

#hero-common .common-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

#hero-common .common-slide.slide-1 {
/*   background: url("/wp-content/uploads/2024/10/slide3-home1.jpg") no-repeat top / cover; */
}

#hero-common.retain-design .common-slide.slide-1 {
	background: url("/wp-content/uploads/2025/02/bg-solution-section.jpg") no-repeat center / cover;
}

#hero-common.redesign-restructure .common-slide.slide-1 {
	background: url("/wp-content/uploads/2025/03/2.jpg") no-repeat top / cover;
}

#hero-common .policy-slide {
	background: url(/wp-content/uploads/2024/10/slide1-home1.jpg) no-repeat top / cover;
}

#hero-common .main-heading {
  text-align: left;
  margin-bottom: 20px;
  width: 800px;
  max-width: 100%;`		
}

#hero-common .letters-show {
  display: inline-block;
  transform: translateY(-160%); /* Adjusted for smoother animation */
  opacity: 0;
  animation: moveDown 0.3s ease forwards; /* Shortened to 1s for smoother effect */
}

@keyframes moveDown {
  from {
    transform: translateY(-160%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#hero-common .description {
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  max-width: 100%;		
}

#hero-common .video-container,
#new-home .video-container {
	position: absolute;	
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

#hero-common  .video-overlay,
#new-home .video-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #00000098;
}

@media only screen and (max-width: 767px) {
  #hero-contact .hero-slider {
    height: 500px;
  }
  #hero-common .hero-subheading {
    display: none;
  }
  #hero-common .description {
    font-size: 14px;
  }
  #hero-common .btn {
    padding: 12px 18px;
    font-size: 12px;
  }
}


/* ACHIEVEMENTS SECTION */
#achievements-web {
  padding-bottom: 100px;
  position: relative;	
}

#achievements-web .content {
  margin-top: -114px;
}

#achievements-web .achieve-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#achievements-web .achieve-card {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#achievements-web .achieve-card.card-1 {
  background: url(/wp-content/uploads/2020/01/bg-counter-1.jpg) no-repeat center / cover;
}

#achievements-web .achieve-card.card-2 {
  background: url(/wp-content/uploads/2020/02/bg-counter-2.jpg) no-repeat center / cover;
}

#achievements-web .count {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 14px;
}

#achievements-web .heading {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

#achievements-web .description {
  color: #ffffff;
}

@media only screen and (max-width: 1279px) {
  #design-web .design-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #design-web {
    padding-bottom: 150px;
  }
  #design-web .design-cards,
  #achievements-web .achieve-cards-container {
    grid-template-columns: 1fr;
  }
}

/* General Section Styling */
.restructure-section {
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.restructure-section:nth-child(odd) .content {
  flex-direction: row;
}

.restructure-section:nth-child(even) .content {
  flex-direction: row-reverse;
}

.restructure-section .content {
  display: flex;
  gap: 30px;
}

.restructure-section .image {
  width: 33%;
  flex-shrink: 0;
}

.restructure-section .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px; /* Optional for styling */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional for styling */
}

.restructure-section .text-content {
  width: 66%;
  padding: 30px 4%;
  border-radius: 8px;
  background-color: #f7f7f7;	
}

.restructure-section .text-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333; /* Adjust color if needed */
}

.restructure-section .text-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555; /* Adjust color if needed */
}

.restructure-section .text-img {
	width: 40%;
	margin-bottom: 30px;
}

/*//////////// Acceptable Policy Styling /////////////*/
#policy-section {
	max-width: 900px;
	margin: 2rem auto; 
	padding: 2rem; 
	background: #fff; 
	border-radius: 8px; 
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#policy-section .main-heading {
	color: #43baff;
	margin-bottom: 10px;
}

#policy-section .page-content :is(p, ul) {
	margin-bottom: 18px;
	line-height: 1.5;
}

#policy-section h2 {
	font-size: 26px;
	margin-bottom: 6px;
}

#policy-section h3 {
	margin-bottom: 4px;
	font-size: 20px;
}


/* retain redesign */
.contact-form-section {
    background: #f8f9fa;
}

.contact-form-section .wpcf7-form-wrap {
    max-width: 860px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
    padding: 30px;
	color: #fff;
}

.contact-form-section .description {
	text-align: center;
	margin-bottom: 30px;
}

.contact-form-section .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-group br {
	display: none;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-form-section .form-control {
    width: 100%;
    padding: 12px 15px;
    border: none;
    font-size: 16px;
	background: rgba(255, 255, 255, 0.3);
}

.contact-form-section .form-control::placeholder,
.contact-form-section .wpcf7-select.form-control {
	color: #fff;
}

.contact-form-section .wpcf7-select.form-control option {
	color: #000 !important;
}

.contact-form-section .form-control:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0,102,204,0.2);
}

.contact-form-section textarea.form-control {
    min-height: 120px;
}

.contact-form-section .form-submit {
/*     text-align: center; */
    margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive Styling */
@media (max-width: 1023px) {
  .restructure-section .content {
	align-items: center;
  }
  .restructure-section .text-img {
	width: 60%;
	margin-bottom: 10px;  
  }	
}	

@media (max-width: 767px) {
  .restructure-section {
	padding: 30px 0;
  }	
  .restructure-section:nth-child(odd) .content,
  .restructure-section:nth-child(even) .content {
    flex-direction: column;
    text-align: center;
  }
  .restructure-section .content {
	gap: 0;
  }	
  .restructure-section .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .restructure-section .text-content {
    width: 100%;
	padding: 20px 0;    
  }

  .restructure-section .text-content h2 {
    font-size: 1.5rem;
  }

  .restructure-section .text-content p {
    font-size: 0.9rem;
  }
  .contact-form-section .form-grid {
	grid-template-columns: 1fr;
	gap: 0;    
  }	
}
