/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

h2{
		margin-bottom:15px;
	font-family: "Cormorant Garamond", serif;
	color: #4fa0a8;
}
.table-container{
	width: 100%; 
	overflow-x: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.table-body{
	width: 100%; 
	border-collapse: collapse; 
	min-width: 600px;
}
.table-row-header{
	background-color: #5b9ea0; 
	color: #ffffff; 
	text-align: left; 
	padding: 12px;
	border: 1px solid #ccc;
}
.table-row-body{
	padding: 12px; 
	border: 1px solid #ccc;
	vertical-align: top; 
	color: #333;	
}
.card-body{
	width: 100%; 
	max-width: 100%; 
	border: 2px solid #ff5c8a;      		padding: 20px; 
	box-sizing: border-box;     background-color: #f3e6ea;
	margin-top:20px;
	margin-bottom:20px;
}
.card-p{
	margin: 0 0 10px 0; font-weight: bold; color: #e24a7a; font-size: 18px;
}
.card-ul{
	margin: 0 0 10px 20px; 
	padding: 0; 
	color: #333; 
	font-size: 16px;
}
.card-ul ul li{
  content: "→";
  position: absolute;
  left: 0;
  color: #E91E8C;
  font-weight: 700;
}
/* faq-css */
.page-wrapper {
    padding: 20px;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    margin-top:50px;
  }

  .faq-container {
    max-width: 800px;
    margin: auto;
  }

  .faq-heading {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 10px;
    margin-bottom: 15px;
    color: #4fa0a8;
  }

  details {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
  }

  summary {
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
    position: relative;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  summary::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 18px;
  }

  details[open] summary::after {
    content: "−";
  }

  .faq-content {
    padding: 15px;
    font-size: 15px;
    color: #555;
    border-top: 1px solid #eee;
  }

  @media (max-width: 600px) {
    .faq-heading {
      font-size: 20px;
      padding: 12px 8px;
    }

    summary {
      font-size: 15px;
      padding: 12px;
    }

    .faq-content {
      font-size: 14px;
      padding: 12px;
    }
  }


.key-container {
  width: 100%;
  box-sizing: border-box;
}
.key-box {
  margin: auto;
  background: #e9f1f2;
  border: 2px solid #5aa3a8;
  padding: 20px;
  box-sizing: border-box;
}
.key-heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.key-icon {
  color: #5aa3a8;
  font-size: 22px;
  margin-right: 10px;
}
.key-heading h2 {
  margin: 0;
  color: #5aa3a8;
  font-size: 20px;
  letter-spacing: 1px;
}
.key-list {
  margin: 0;
  padding-left: 25px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.underline-red {
  text-decoration: underline;
  text-decoration-color: red;
}


.bottomline-container {
  width: 100%;
  box-sizing: border-box;
}
.bottomline-box {
  max-width: 950px;
  margin: auto;
  background: #f6eef1;
  border: 2px solid #e34b87;
  padding: 20px;
  box-sizing: border-box;
}
.bottomline-heading {
  margin-top: 0;
  color: #e34b87;
  font-size: 20px;
}
.bottomline-text {
  margin: 10px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
}
.bottomline-footer {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}
.contact-highlight {
  color: #e34b87;
}
.underline-red {
  text-decoration: underline;
  text-decoration-color: red;
}

.sections-gaps{
	margin-top:25px;
	margin-bottom:25px;
}
.headings{
	margin-bottom:15px;
	font-family: "Cormorant Garamond", serif;
	color: #4fa0a8;
}
.subheading{
	margin-bottom:10px;
	font-family: "Cormorant Garamond", serif;
}
.link-button:hover .brxe-text-basic {
   color:#2E9E94 !important;
}

.link-button:hover .brxe-icon{
	background-color :#2E9E94 !important;
}
.link-button1:hover {
   transform: scale(1.05);
	transition: all 0.3s ease;
}

/* Setting style */

.reviewslist .itemR .reviewtext {
  position: relative !important;
  padding: 0 0 18px 0 !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  min-height: auto !important;
color: #565D67 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  border-bottom: 1px solid #EEF2F6 !important;
  }
  
.reviewslist .itemR .reviewtext p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;

}

.reviewslist .itemR .reviewtext:before {
  display: none !important;
  background: none !important;
}

.reviewslist .itemR .reviewtext:after {
  content: "❝" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  transform: none !important;
  font-size: 26px !important;
  color: #F4BDD9 !important;
}

.reviewslist .starRatting {
 margin-bottom: 11px !important;
  display: block;
}

.reviewslist .rBottom {
  margin-top: 18px !important;
  padding-left: 0 !important;
  display: block !important;
}

.reviewslist .rBottom img {
  display: none !important;
}

.reviewslist .rBottom .authorR {
  float: none !important;
  padding: 0 !important;
}

.reviewslist .rBottom .authorR a {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #1D2D4B !important;
  text-decoration: none !important;
}

/* REMOVE ANY FAKE LOCATION/DATE IF ADDED BEFORE */
.reviewslist .authorR a::before,
.reviewslist .authorR a::after {
  display: none !important;
}

/* CARD STYLE */
.reviewslist .itemR {
  background: #fff !important;
  border-radius: 18px !important;
  padding: 24px !important;
  border: 1px solid #EDF1F6 !important;
  box-shadow: 0 12px 20px rgba(29,45,75,.10) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin-bottom: 23px;
   min-height:340px;
}
.reviewslist .itemR .reviewtext {
  position: relative !important;
}

/* REMOVE OLD ICON + TRIANGLE */
.reviewslist .itemR .reviewtext:before {
  display: none !important;
}

.reviewslist .itemR .reviewtext:after {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  width: 40px !important;
  height: 40px !important;
  background: #FDF3F8 !important;
  border-radius: 50% !important;
  background-image: url("/wp-content/uploads/2026/04/quote-w.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px !important;
  border: none !important;
  transform: none !important;
}

.reviewslist .owl-nav{
display:none;
}


.btn-pink:hover {
  background-color: #4ABFB5 !important;
color:#fff!important;
}
.btn-white:hover,
.btn-green:hover{
 background-color: #C01575!important;
color:#fff!important;
}

a{transition: all 0.3s;}
.link-white:hover{color:#E91E8C!important;}

/* quick form desing */

.callback-form p {
  margin: 0;
  width: 100%;
}
.callback-form br {
  display: none;
}
.ws-appoint .wpcf7-form-control-wrap {
  display: block;
}

.callback-form label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.86); 
  font-weight: 500;
}

.callback-form .input-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  background: #30435B;
  border: 1px solid rgba(255,255,255,.12);
  position: relative;
}

.callback-form .form-input,
.callback-form .form-select {
  flex: 1;
  height: 58px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  outline: none;
}
.callback-form .name-text .form-input{
 border-radius: 16px;
  background: #30435B;
  border: 1px solid rgba(255,255,255,.12);
  padding-left: 20px;
}

.callback-form .form-input::placeholder {
  color: rgba(255,255,255,.5);
}

.callback-form .form-select {
  appearance: none;
  color: rgba(255,255,255,.9);
  font-family:inherit;
}

/* Dropdown options (works in most browsers) */
.callback-form .form-select option {
  color: #000;
  background: #fff;
  font-family:inherit;
  padding:2px 10px;
  margin-bottom:3px;
}

.callback-form .input-icon::before {
  font-family: "Font Awesome 6 Free";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
  font-size: 14px;
  color: rgba(255,255,255,.54);
  display: inline-block;
}

/* Phone icon */
.callback-form .input-icon.phone::before {
  content: "\f095";
}

/* Medical (stethoscope) */
.callback-form .input-icon.medical::before {
  content: "\f0f1";
}

.callback-form .input-icon:focus-within {
  border-color: #E91E8C;
  box-shadow: 0 0 0 2px rgba(233,30,140,.2);
}

.callback-form .submit-btn {
width: 100%;
  min-height: 56px;
  border-radius: 999px;
  border: none;
  background: #E91E8C;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 28px rgba(233,30,140,.24);
  transition: 0.3s;
  text-align: center;
  margin-top: 35px;
}

.callback-form .submit-btn:hover {
  opacity: 0.9;
}

.callback-form .form-group {
  margin-bottom: 18px;
}

.wpcf7-not-valid-tip{position:absolute;right:0px;}

#brx-content ul:not(.brxe-accordion) {
  list-style-type: disc;
  padding-left: 20px;
}
#brx-content ul:not(.brxe-accordion) li {
  margin-top: 10px;
}
#brx-content ul:not(.brxe-accordion) li::marker {
  color: #4ABFB5;
  font-size: 22px;
}

#brx-content ul.pink-list li::marker {
  color: #E91E8C;
  font-size: 22px;
}
#brx-content ul.white li::marker {
  color: #FFF5FB;
}

/* End of Setting style */


/* TABLE DESIGN */

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #FDE8F4;
  border-radius: 12px;
  overflow: hidden;
  font-family: inherit;
	margin-bottom:20px;
}

/* HEADER */
table  th {
  background: #E91E8C;
  color: #ffffff;
  text-align: left;
  padding: 16px 18px;
  font-weight: 600;
}


table.green  th {
  background: #4ABFB5;
}


table tbody td {
  padding: 16px 18px;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}

/* STRIPES */
table tbody tr:nth-child(odd) {
  background: #fff;
}

table tbody tr:nth-child(even) {
  background: #f1f5f9;
}

/* LAST ROW */
table tbody tr:last-child td {
  border-bottom: none;
}


/* ROUNDED HEADER CORNERS */
table thead th:first-child {
  border-top-left-radius: 12px;
}

table thead th:last-child {
  border-top-right-radius: 12px;
}

/* MOBILE */
@media (max-width: 768px) {
  table thead {
    display: none;
  }

  table,
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
  }

  table td {
    border: none;
    border-bottom: 1px solid #e2e8f0;
  }

  table td:last-child {
    border-bottom: none;
  }
}


.custom-table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}
 
.custom-table thead {
    background-color: #4fb3a5;
    color: #fff;
}
 
.custom-table thead th {
    padding: 14px 16px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
 
.custom-table tbody tr:nth-child(odd) {
    background-color: #f3f7f7;
}
 
.custom-table tbody tr:nth-child(even) {
    background-color: #fff;
}
 
.custom-table tbody td {
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    vertical-align: top;
}
 
