/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#wpcf7-f1339-p1311-o1 .wpcf7-submit {
    display: block;
    width: 100% !important;
}

h3.rank-math-question.faq-head {
    font-size: 20px;
    font-weight: 700;
}
.msg-box a {
    text-decoration: underline;
}

#rank-math-toc ul {
    list-style-type: none;
}

#rank-math-toc a {
    font-weight: 600;
}

.grecaptcha-badge { visibility: hidden; }

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}


}

.responsive-table-blog {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
}
.responsive-table-blog th, .responsive-table-blog td {
  border: 1px solid #ddd;
  padding: 8px;
}
.responsive-table-blog th {
  background-color: #f4f4f4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .responsive-table-blog thead {
    display: none;
  }
  .responsive-table-blog tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  .responsive-table-blog td {
    display: block;
    text-align: right;
    padding: 8px;
    position: relative;
    white-space: normal; /* Allow wrapping */
    word-break: break-word; /* Break long words if needed */
  }
  .responsive-table-blog td::before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    width: 60%; /* More width for label so text fits in one line */
    padding-right: 10px;
    white-space: normal;
    word-break: break-word;
    font-weight: bold;
    text-align: left;
  }
}


/* CRS Form Styling */
div.wpcf7 form.wpcf7-form .crs-form-wrapper {
  font-family: Arial, sans-serif;
}

.crs-form-wrapper h3 {
  color: #981e25;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.crs-form-wrapper label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.crs-form-wrapper .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 25px;
  margin-bottom: 15px;
}

.crs-form-wrapper input,
.crs-form-wrapper select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.crs-form-wrapper .submit-btn {
  text-align: center;
  margin-top: 20px;
}

.crs-form-wrapper input[type="submit"] {
  background: #981e25;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.crs-form-wrapper input[type="submit"]:hover {
  background: #7a151d;
}

/* ✅ Responsive for mobile */
@media (max-width: 768px) {
  .crs-form-wrapper .two-column {
    grid-template-columns: 1fr; /* single column on small screens */
  }
}
