.single-post .SinglePostPageCss p,
.single-post .SinglePostPageCss h2,
.single-post .SinglePostPageCss h3,
.single-post .SinglePostPageCss .elementor-widget-text-editor p,
.single-post .SinglePostPageCss .elementor-widget-text-editor h2,
.single-post .SinglePostPageCss .elementor-widget-text-editor h3 {
  color: #000;
}

.single-post .SinglePostPageCss h2,
.single-post .SinglePostPageCss .elementor-widget-text-editor h2 {
  font-size: 26px !important;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

.single-post .SinglePostPageCss h3,
.single-post .SinglePostPageCss .elementor-widget-text-editor h3 {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.elementor-button:hover svg {
    transform: translateX(6px);
    transition: transform 0.3s ease; 
}
.elementor-button svg {
    transition: transform 0.3s ease; 
}
.OurWorkBox {
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 5px;
	color:#000;
}

.OurWorkBox:hover {
    background: linear-gradient(180deg, #ffffff 0%, #c50032 135%);
    transform: translateY(-5px);
}

.OurWorkBox .elementor-image-box-title {
    color: #000 !important;
}
.OurWorkBox:hover .elementor-image-box-title {
    color: #ffffff !important;

}
.CarousalSection .swiper-wrapper {
	transition-timing-function: linear !important;
}

#CssSectionAllIssue {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#gf_progressbar_wrapper_1 {
	display: none;
}
#field_1_3 label {
	color: #fff;
	    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
	text-transform: uppercase !important;
}
#input_1_3 {
	background: transparent;
    border: none;
    box-shadow: none;
	width:60%;
	height:400px;
/* 	margin-bottom: -20px; */
}
#input_1_3,
#input_1_3:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
}

.homePageContactSection .gform_fields {
  display: flex;
  flex-direction: column;
	gap: 15px;
}
.text_color {
	color:#9e0323; 
}

.contactFormOnHelpdesk input[type="text"],
.contactFormOnHelpdesk input[type="email"]{
	min-height:55px;
	background-color:#EBEBEB;
}
.contactFormOnHelpdesk textarea {
	background-color:#EBEBEB;
}
#gform_submit_button_2 {
	min-height:55px;
	background-color: #000;
	margin:10px 0px 10px 0px;
}
.contactFormOnHelpdesk .gform_fields {
  display: flex;
  flex-direction: column;
	gap: 30px;
}
/* Basic table styling */
.tafe-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;

}
.tafe-table th,
.tafe-table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;

}
/* Optional: alternate row colors for desktop */
.tafe-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


@media (max-width: 1120px) {
	.gform_previous_button  {
		width:10% !important;
	}
	.gform_next_button {
		width:80% !important;
	}
	.CarousalSection::before {
    content: "";
    position: absolute;
    top: 147px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 3px dashed #9E0323; 
	border-bottom-width:3px;
}
}

/* Responsive table: mobile view */

@media (max-width: 768px) {
  .tafe-table-body tr td {
    text-align: end !important;

  }
  .tafe-table,
  .tafe-table thead,
  .tafe-table tbody,
  .tafe-table th,
  .tafe-table td,
  .tafe-table tr {
    display: block;
    width: 100%;
  }
  .tafe-table thead tr {
    display: none;
  }
  .tafe-table tbody tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;

    border-radius: 8px;
    padding: 10px;

    /*      height:180px; */

  }
  .tafe-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    background: none;
    /* remove background for mobile */

  }
  .tafe-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 30px);
    font-weight: bold;
    text-align: left;
  }
		.gform_previous_button  {
		width:10% !important;
	}
	.gform_next_button {
		width:80% !important;
	}
	#input_1_3{
		height: auto;
		color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 14px;
        padding-right: 35px; /* Space for dropdown icon */
        appearance: none; /* Remove default UI */
        -webkit-appearance: none;
        -moz-appearance: none;
	}

.CarousalSection::before {
    content: "";
    position: absolute;
    top: 147px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 3px dashed #9E0323; 
	border-bottom-width:3px;
}  

}


label.gfield_label.gform-field-label {
    display: none !important;
}


