body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #222;
  color: #fff;
  padding: 0;
}

.site-header {
  background: #FBF8F1; /* light cream */
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section {
    margin: 0 auto;
    display: flex;
    align-items: center;
    grid-gap: 170px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: color 0.3s;
  font-weight: 500;
  text-transform:uppercase;
}

.nav-menu a:hover {
  color: #ED7A37; /* orange hover */
}

.appointment-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ED7A37; /* orange */
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  padding: 15px;
  width: 200px;
	text-transform:uppercase;
}

.appointment-btn img {
  width: 16px;
  height: 16px;
}

.appointment-btn:hover {
  background: #cc5c16;
}

.footer {
  background: #1B1D21;
  padding: 50px 0 0 0;
  position: relative;
  margin: 0;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-logo h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.footer-logo p {
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  background: #e67328;
  width: 37px;
  height: 37px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #e05200;
}
.footer-container .fa-angle-right:before {
    content: "\f105";
    color: #ED7A37;
}
/* Footer Links */
.footer-links h4,
.footer-care h4,
.footer-newsletter h4 {
  font-size: 16px;
  display: inline-block;
  margin: 0;
}
.footer-links ul,
.footer-care ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li,
.footer-care ul li {
  margin-bottom: 10px;
}
.footer-links ul li a,
.footer-care ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  margin-left: 5px;
  font-weight: 400;
  line-height: 12px;
}
.footer-links ul li a:hover,
.footer-care ul li a:hover {
  color: #ED7A37;
}

/* Newsletter */
.newsletter-form {
  display: flex;
  align-items: center;
  background: #4a4a4a;
  border-radius: 5px;
  overflow: hidden;
  width: 370px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 17px;
}

.newsletter-form input::placeholder {
  color: #ccc;
}

.newsletter-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-form button img {
  width: 20px;
  height: 20px;
}

.footer-newsletter p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 300;
  line-height: 25px;
  width: 370px;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding: 114px 0 32px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 12px;
}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.footer-bottom a:hover {
  text-decoration: underline;
  color: #ED7A37;
}
/* Banner */
.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
.page-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.page-banner .banner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 56px 0;
}
.page-banner h1 {
  font-size: 100px;
  margin: 0;
  font-weight: 700;
}
.page-banner p {
  font-size: 18px;
  color: #ED7A37;
  font-weight: 600;
  line-height: 30px;
}
.page-banner p a {
  color: #fff;
  text-decoration: none;
}

/* Core Value Cards */
.core-values {
  background: #FBF8F1;
  padding: 60px 20px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  margin: 0 auto;
}
.value-card {
  background: #fff;
  border-radius: 8px;
  padding: 0 26px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.value-card:hover {
  transform: translateY(-5px);
}
.value-card h3 {
  margin: 32px 0 10px 0;
  font-size: 23.7px;
  font-weight: 500;
  color: #1E1E1E;
}
.value-card p {
  font-size: 18px;
  color: #737373;
  line-height: 25px;
  font-weight: 400;
}

/* Highlight Section */
.highlight-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
.highlight-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.highlight-section .highlight-content {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: auto;
}
.highlight-section .subtitle {
  display: block;
  font-size: 25.27px;
  color: #ED7A37;
  margin-bottom: 10px;
  font-weight: 700;
}
.highlight-section h2 {
  font-size: 60px;
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 79.59px;
}
.highlight-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 33px;
}
.highlight-section .subtitle img {
    margin-right: 10px;
}
.btn-orange {
  background: #ED7A37;
  color: #fff;
  padding: 13px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}
.btn-orange:hover {
  background: #ED7A37;
}
/* Contact Section Layout */
.contact-section {
  background: #f9f7f1;
  padding: 60px 20px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-info h3 {
  font-size: 24.67px;
  color: #1E1E1E;
  margin: 0;
  font-weight: 600;
  padding-bottom: 20px;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.contact-info h4 {
  font-size: 24.67px;
  margin: 40px 0 26px 0;
  color: #1E1E1E;
  font-weight: 600;
  line-height: 28px;
}

.contact-section .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #e67328;
  transition: color 0.3s;
  background: #EFEFEF;
  width: 37px;
  height: 37px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons a:hover {
  color: #cc5c16;
}

/* Contact Form */
.contact-form {
  flex: 2;
  min-width: 320px;
}

.contact-form h2 {
  color: #ED7A37;
  font-size: 49.35px;
  margin: 0;
  font-weight: 700;
  padding: 0;
  margin-bottom: 40px;
}

/* Contact Form 7 Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
}

.wpcf7 textarea {
  min-height: 120px;
}

.wpcf7 input[type="submit"] {
  font-size: 20px;
  background: #ED7A37;
  color: #fff;
  border: none;
  padding: 20px 28px;
  border-radius: 62px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #cc5c16;
}

/* Map */
.map-section {
  width: 100%;
}
.map-container {
  width: 100%;
  height: 659px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-form-wrapper h3 {
    color: #1E1E1E;
    font-size: 18.5px;
    font-weight: 400;
    margin: 26px 0 0 0;
    padding: 0;
}
.contact-data-inner strong {font-size: 18.5px;font-weight: 600;color: #1E1E1E;}

.contact-data-inner span {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
}
.contact-data-inner {
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
    align-items: center;
}

.contact-form-wrapper .form-row p {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    margin: 0;
    padding: 0;
}
.contact-form-wrapper span.wpcf7-form-control-wrap {
    width: 376px !important;
}

/* Care Services Section */
.care-services {
  background: #FBF8F1;
  padding: 80px 20px;
}

.section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-heading h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.section-heading p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.service-item.reverse {
  flex-direction: row-reverse;
}

.service-text {
  flex: 1;
  min-width: 280px;
}

.service-text h3 {
  font-size: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #1E1E1E;
	line-height: 1.2;
}

.service-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #787878;
  font-weight: 400;
  max-width: 630px;
}

.service-img img {
  width: 600px;
  height: 600px;
  object-fit: cover;
  
}
.service-textreverse{
  text-align: end;
}

/* Orange Button */
.btn-orange {
  display: inline-block;
  background: #ED7A37;
  color: #fff;
  padding: 10px 46px;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}

.btn-orange:hover {
  background: #cc5c16;
}

.service-item-main {
    margin: 0 auto;
}
.childrens-home {
    background: #FBF8F1;
    padding: 116px 0;
}
.section-icon {
    color: #ED7A37;
    font-size: 27.54px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.childrens-home-text h2 {
    color: #1E1E1E;
    font-size: 50px;
    font-weight: 700;
    margin: 22px 0 0 0;
}

.childrens-home-text p {
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.childrens-home-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.childrens-home-text {
  flex: 1;
  min-width: 300px;
}

.childrens-home-image {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  max-width: 560px;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.locations-section {
  position: relative;
  background: url('http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Mask-group-4.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
}

.locations-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.locations-content h1 {
  font-size: 67px;
  font-weight: 700;
  margin: 0 0 23px 0;
  color: #ffffff;
}

.locations-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 52px;
  color: #BEBEBE;
  font-weight: 400;
}

.address-box {
  background: url(http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Rectangle-71.png);
  color: #fff;
  padding: 20px 26px;
  border-radius: 110px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.1px;
  width: 650px;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
}
.our-home-main {
    background: #FBF8F1;
    padding: 80px 0;
}
.our-home-feature-block h2 {
    color: #1E1E1E;
    font-size: 60px;
    font-weight: 500;
    margin: 24px 0 0 0;
}

.our-home-feature-block p {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 18px 0 0 0;
}
.feature-block-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-home-feature-block {
    display: flex;
    flex-direction: row;
    grid-gap: 40px;
    align-items: center;
}
.feature-block-main .reverse .text-content {
    text-align: end;
}
.our-home-feature-block .feature-img {
  width: 488px;
  height: 488px;
  object-fit: cover;  
}
.make-referral-sec {
    background: url(http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Group-5576.png) no-repeat;
    margin: 0;
    padding: 0;
}
.referral-section h2 {
    color: #ffffff;
    font-size: 67.43px;
    font-weight: 700;
    margin: 0;
}
.referral-section p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 32px 0;
    max-width: 840px;
}
.referral-section {
    margin: 0 auto;
    text-align: center;
    padding: 88px 0;
}
.contact-button {
  display: inline-block;
  background: white;
  color: #ED7A37;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
.contact-button:hover {
  background: #ED7A37;
  color: white;
  text-decoration: none;
}
.therapeutic-section {
    background: url(http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Frame-1618872431-1.png);
    padding: 70px 0;
}
.therapeutic-section-inner {
    display: flex;
    align-items: center;
}
.therapeutic-section .about-tag {
    color: #ED7A37;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.therapeutic-section .right-text h2 {
    color: #1E1E1E;
    font-size: 50px;
    line-height: 53px;
    font-weight: 700;
    margin: 20px 0;
}

.therapeutic-section .right-text p {
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 14px 0;
}


.therapeutic-section .profile-info {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    margin-right: 60px;
}


.therapeutic-section .profile-info strong {
    color: #ED7A37;
    font-size: 20px;
    font-weight: 700;
}


.therapeutic-section .profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 16px;
}
.therapeutic-section .right-text {
    background: #ffffff;
    position: absolute;
    width: 755px;
    right: 270px;
    padding: 32px;
    border-radius: 0 0 153px 30px;
    border-bottom: 6px solid #ED7A37;
}
.therapeutic-section .left-image {
    position: relative;
    margin-right: 456px;
}
.our-care-support {
    background: #FBF8F1;
    padding: 70px 0;
}
.our-care-support-inner {
    margin: 0 auto;
}
.our-care-support-inner .our-care-support-title {
    color: #1E1E1E;
    font-size: 60px;
    font-weight: 700;
    line-height: 79.59px;
    text-align: center;
    margin: 0;
}
.our-care-support-inner p {
    text-align: center;
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    width: 640px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 18px;
}
.care-box {
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.care-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.care-image img {
  max-width: 496px;
}

.care-boxes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.care-box {
  background: #fff;
  padding: 24px 20px 24px 30px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  text-align: start;
  border-radius: 100px 0 0 100px;
}
.boxreverse{
  text-align: end;
  border-radius: 0 100px 100px 0;
  padding: 24px 30px 24px 20px;
}
.care-boxes.left-care-boxes {
    margin-right: -80px;
    z-index: 111;
}
.care-boxes.right-care-boxes {
    margin-left: -80px;
    z-index: 111;
}
.career-progr-title {
    color: #1E1E1E;
    font-size: 50px;
    font-weight: 700;
    line-height: 79.59px;
    text-align: center;
    width: 983px;
    margin: 0 auto;
    padding-bottom: 34px;
}
.bright-future-main {
    background: #FBF8F1;
}
.bright-future-inner-sub h2 {
    color: #1E1E1E;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    padding: 0 0 24px 0;
}

.bright-future-inner-sub p {
    color: #787878;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 24px 0;
}
.bright-future-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 70px 0;
}
.career-progr-main {
    background: #FBF8F1;
}
.career-progr-section-inner h2 {
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 600;
    line-height: 22.2px;
    margin: 28px 0 32px 0;
}
.career-progr-section-inner p {
    color: #787878;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.2px;
    margin: 0 0 42px 0;
    height: 111px;
}
.career-progr-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-gap: 43px;
    margin: 0 auto;
}
.career-progr-section-inner {
    background: #fff;
    border-radius: 20px;
    border-bottom: 5px solid #525252;
    padding: 32px 22px 18px 22px;
}
.qualified-career-main {
    background: #FBF8F1;
}
.qualified-career-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 52px;
    align-items: center;
}
.qualified-career-main .qualified-career-inner-sub h2 {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 50px;
    text-align: end;
    margin: 0 0 36px 0;
    line-height: normal;
}
.qualified-career-main .qualified-career-inner-sub p {
    color: #737373;
    font-weight: 400;
    font-size: 18px;
    text-align: end;
    margin: 0 0 26px 0;
}
.collaborate-main{
    background: #FBF8F1;
    padding: 70px 0;  
}
.collaborate-sec {
    margin: 0 auto;
}
.collaborate-sec h2 {
    margin: 0 0 70px 0;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}
.collaborate-inner-sub h3 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.collaborate-inner-main {
    display: flex;
    flex-direction: row;
    grid-gap: 24px;
}
.collaborate-inner-sub {
    display: flex;
    grid-gap: 52px;
    background: #ffffff;
    padding: 29px 40px;
    width: 608px;
}
.our-service-section{
    background: #FBF8F1;
    padding: 0 0 70px 0;
}
.our-service-section .sub-title {
    color: #ED7A37;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 21px 0;
}
.our-service-section .service-left h2 {
    margin: 13px 0 18px 0;
    color: #1E1E1E;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
}
.our-service-section .service-left p {
    margin: 0 0 58px 0;
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.our-service-section .service-card .service-label {
    color: #737373;
    font-size: 20px;
    font-weight: 500;
    line-height: 36.05px;
    margin: 0;
    border: 2px solid #A2A2A2;
    padding: 0 20px;
    border-right: 0;
    background-color: #FBF8F1;
    position: absolute;
    right: -2px;
}
.our-service-section .service-card h3 {
    color: #1E1E1E;
    font-size: 31.68px;
    line-height: 57.89px;
    margin: 24px 0 10px 0;
    font-weight: 700;
}
.our-service-section .service-card p {
    color: #737373;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}
.our-service-section .service-left, .our-service-section .service-right {
    display: flex;
    flex-direction: row;
    grid-gap: 50px;
    margin: 60px 0 0 0;
}
.service-card {
    border: 2px solid #A2A2A2;
    border-radius: 10px;
    padding: 28px;
    position: relative;
}
.service-card a.arrow-link img {
    margin-top: 69px;
} 
.service-card .service-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.service-card-first .sub-title img {
    margin-right: 10px;
}
.testimonial-section{
  background: url(http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Frame-1618872431-1.png);
  padding: 70px 0;
}
.testimonial-section .testimonial-header .section-subtitle {
    color: #ED7A37;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.testimonial-section .testimonial-header h2 {
    color: #1E1E1E;
    margin: 16px 0;
    font-size: 60px;
    line-height: 63px;
    font-weight: 700;
}
.testimonial-section .testimonial-header p {
    margin: 0;
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    max-width: 632px;
    margin-left: 640px;
}
.testimonial-section .testimonial-slider .testimonial-card p {
    margin: 25px 0 55px 0;
    color: #737373;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.testimonial-footer h4 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
}
.testimonial-footer span {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}
.testimonial-section .testimonial-slider .testimonial-card .stars {
    color: #FEC42D;
    width: 26px;
    height: 26px;
}
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 27px;
}
.testimonial-header {
    text-align: end;
}
.testimonial-arrows .next img {
    margin: 0 0 0 45px;
}
.testimonial-footer-sub {
    display: flex;
    flex-direction: row;
    grid-gap: 14px;
    align-items: center;
}
.testimonial-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.testimonial-card {
    background: #FFFFFF;
    padding: 36px 27px;
    border-radius: 10px;
    margin: 43px 0 0 0;
}
.homepage-hero-main .homepage-hero {
    padding: 280px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.slide-content h1 {
    font-size: 100px;
    margin: 0;
    font-weight: 700;
}
.slide-content p {
    width: 730px;
    margin: 0 auto;
    padding: 24px 0 43px 0;
}
.blog-post-section {
    background: #FBF8F1;
    padding: 0 0 70px 0;
}
.blog-post-section .blog-header .section-subtitle {
    color: #ED7A37;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.blog-post-section .blog-header h2 {
    color: #1E1E1E;
    font-size: 60px;
    margin: 0;
    line-height: normal;
    font-weight: 700;
    padding: 0;
}
.blog-post-section .blog-header p {
    color: #737373;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 25px;
    width: 404px;
}
.blog-post-section .blog-post-main {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    grid-gap: 770px;
}
.blog-post-section .blog-arrows {
    display: flex;
    flex-direction: row;
}
.blog-post-section .next img {
    margin: 0 0 0 45px;
}
.blog-post-grid .blog-card .categories a {
    color: #737373;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.blog-post-grid .blog-card h3.headline {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;    
    padding: 0;
    margin: 0;
}
.blog-post-grid .blog-card .read-more {
    color: #FFFFFF;
    background: #ED7A37;
    padding: 14px;
    margin: 0;
    width: fit-content;
    position: absolute;
    left: 0px;
    top: 130px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    writing-mode: sideways-lr;
    text-orientation: mixed;
}
.blog-post-grid .blog-card .date-badge {
    color: #FFFFFF;
    background: #ED7A37;
    padding: 14px;
    margin: 0;
    width: fit-content;
    position: absolute;
    bottom: 7px;
    right: 0;
}
.blog-post-section-inner .blog-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0 0 0;
    grid-gap: 33px;
}
.blog-post-section-inner .blog-post-grid .card-content {
    background: #FFFFFF;
    padding: 36px 23px 70px 70px;
    position: relative;
}
.blog-post-section-inner .blog-post-grid .card-content hr {
    margin: 10px 0;
}
.appointment-section {
    background-image: url(http://localhost/aamanah-care-group/wp-content/uploads/2025/09/Map-2.png);
    padding: 0 0 70px 0;
}
.appointment-section h5.form-subtitle {
    color: #ED7A37;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
}
.appointment-section h2.form-title {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 60px;
    line-height: 59px;
    margin: 0;
    padding: 10px 0 50px 0;
}

.appointment-form .form-row {
    display: flex;
    gap: 15px;    
    margin: 0;
    padding: 0
}

.appointment-form .form-row p {
    margin: 4px 0 0 0;
}

.appointment-form .form-row.full {
    flex-direction: column;
}

.appointment-form input {
    width: 282px !important;
    padding: 12px 15px;
    border-radius: 61px !important;
    border: 1px solid #ccc;
    font-size: 14px;
    border: 1px solid #1E1E1E !important;
    outline: none;
}

.appointment-form textarea {
    width: 599px;
    padding: 12px 15px;
    border-radius: 61px !important;
    border: 1px solid #ccc;
    font-size: 14px;
    border: 1px solid #1E1E1E !important;
    outline: none;
    border-radius: 30px !important;
    min-height: 120px;
    resize: none;
}

.appointment-form input[type="submit"] {
    background: #ED7A37;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.appointment-form  input.wpcf7-form-control.wpcf7-submit {
    border: none !important;
}
.appointment-container {
    display: flex;
    flex-direction: row;
    position: relative;
}
.appointment-right {
    position: absolute;
    right: 280px;
    top: 83px;
}


















