*,
* ::before,
* ::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}
img,
video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
section {
  margin: 0 auto;
  padding: 3.5rem 0;
}
h1,
h2,
h3 h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.align_center {
  align-items: center;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

p {
  font-size: 18px;
}

.container {
  max-width: 1230px;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container_fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
}
.text-center {
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px 7px 0rem;
}
.hamburger {
  display: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0B5C59;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
.nav-item .nav-link {
  color: #000;

  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.nav-link:hover {
  color: #FF6B00;
}
.header {
  background: #e6f6fe;
}
.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  display: flex;
  width: 100%;
  max-width: 250px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #ff6b00;
  text-transform: uppercase;
}
.row_custom {
  display: grid;
  gap: 24px;
}
.row_colm_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.row_colm_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.row_colm_2 {
  grid-template-columns: 1fr 1fr;
}
.banner_section .row_colm_3 {
  gap: 0;
  grid-template-columns: 1fr 1fr 1fr !important;
}
.cart_header {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.top_notification {
  background: #0b5c59;

  color: #ffffff;
  padding: 0px 0px;
}
.top_notification p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.title_h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  line-height: normal;
}

.slick-next,
.slick-prev {
  z-index: 5;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.slick-next::before,
.slick-prev::before {
  color: #000;
  font-size: 26px;
}

.title_center {
  text-align: center;
}

.title_para p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.abt {
  align-items: center;
  gap: 60px;
}
.abt h2 {
  color: #0b5c59;
}
.abt p {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.abt_text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.review_img {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #124272;
}
.review_detal_imgname h4 {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.review_detal_imgname {
  display: flex;
  gap: 15px;
  text-align: left;
}
.review_star img {
  height: 21px;
}

.review_detal_imgname {
  display: flex;
  gap: 15px;
  text-align: left;
  align-items: center;
}
.review_date {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 14px;
  color: #787373;
}
.align-left{text-align:left !important;}
.review_item_box {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 830px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.reviw_details {
  padding-top: 20px;
}
.home_review {
  background: linear-gradient(to bottom, #f7ece1, #e0f1f7);
  padding-bottom: 6rem;
}
.home_review h2 {
  margin-bottom: 30px;
}

.footer {
  position: relative;
}

.nav_right {
  display: flex;
  column-gap: 25px;
}

.rgt_top a:hover {
  color: #ff6b00;
}

.btn:hover,
.learn_more:hover {
  background: #0b5c59;
}

@media only screen and (max-width: 1199px) {
  .home_review .slick-next::before {
    right: -15px;
  }
  .home_review .slick-prev::before {
    left: -15px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-menu {

    column-gap: 20px;
}
.nav-item .nav-link {
  font-size: 16px;

}
}
@media only screen and (max-width: 991px) {
  .nav-link {
    font-size: 14px;
  }
  .title_h2 {
    font-size: 30px;
  }

  .abt p {
    font-size: 18px;
  }

  
}
@media only screen and (max-width: 991px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 120px;
    flex-direction: column;
    background-color: #0B5C59;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    transition: 0.3s;
    z-index: 99;
    padding: 2rem;
  }
  .nav-link {
    font-size: 1.2rem !important;
    color: #fff !important;
  }
  li.nav-item {
    padding: 15px;
  }
  .nav-menu.active {
    left: 0;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #FF6B00;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #FF6B00;
  }
}
@media only screen and (max-width: 767px) {
  .title_h2 {
    font-size: 30px;
  }

  section {
    padding: 2rem 0rem;
  }
  .row_colm_2 {
    grid-template-columns: 1fr;
  }
  .row_colm_3 {
    grid-template-columns: 1fr 1fr;
  }
  .heading_h2 {
    font-size: 2rem;
  }
  .row_custom {
    gap: 24px;
  }
  .row_colm_4 {
    grid-template-columns: 1fr 1fr;
  }

  a.nav-logo img {
    height: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .row_colm_3 {
    grid-template-columns: 1fr;
  }
  .row_colm_4 {
    grid-template-columns: 1fr;
  }
  a.nav-logo img {
    height: 40px;
  }
  .title_h2 {
    font-size: 28px;
  }

  .cart_header {
    column-gap: 20px;
  }
  .abt_text {
    text-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 479px) {
  .cart_header img {
    height: 18px;
  }
  .top_notification .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .cart_header {
    column-gap: 10px;
  }
  a.nav-logo img {
    height: 32px;
  }
}

/* Base submenu */
.nav-item {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 10px 0;
  list-style: none;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  z-index: 1000;
}

.submenu li {
  padding: 8px 20px;
}

.submenu li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: background 0.3s ease;
}

.submenu li a:hover {
  background: #f4f4f4;
}

/* Show submenu on hover (desktop) */
.nav-item:hover .submenu {
  display: block;
}

/* Arrow indicator for items with submenu */
.nav-item.has-submenu > .nav-link::after {
  content: " ▼";
  font-size: 10px;
  margin-left: 5px;
  color: #555;
}

/* Mobile specific styles */
@media (max-width: 768px) {
  .submenu {
    position: static;
    display: none;
    padding-left: 15px;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-item.has-submenu.active .submenu {
    display: block;
  }

  .submenu li {
    padding: 10px 0;
  }

  .submenu li a {
    font-size: 15px;
    color: #444;
  }

  .nav-item.has-submenu > .nav-link::after {
    float: right;
    transform: rotate(90deg);
  }
}

.social-icons {
  display: flex;
  gap: 10px;
}

a.Appointment {
  background: #0b5c59;
  color: #ffff;
  padding: 10px 20px;
  border-radius: 100px;
}

/* hero */

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 60px 0px; */
  flex-wrap: wrap;
}

.hero .hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.hero .tagline {
  display: inline-block;
  background-color: #e6f3f0;
  color: #0d3d35;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.hero .hero-content h1 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0b5c59;
}

.hero .hero-content h1 span {
  color: #f36b21;
}

.hero .hero-content p {
  font-size: 20px;
  color: #333;
  margin-bottom: 32px;
  line-height: 1.6;
}

/* ---------- BUTTONS ---------- */
.hero .buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero .btn {
  border: none;
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero .btn-orange {
  background-color: #f36b21;
  color: #fff;
}

.hero .btn-orange:hover {
  background-color: #d55f1d;
}

.hero .btn-green {
  background-color: #004d3b;
  color: #fff;
}

.hero .btn-green:hover {
  background-color: #063a2c;
}

/* ---------- RIGHT IMAGE ---------- */
.hero .hero-image {
  position: relative;
  flex: 1;
  min-width: 300px;
  text-align: right;
}

.hero .hero-image img {
  width: 100%;
  max-width: 480px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .hero {
    /* padding: 50px 0px; */
  }
  .hero .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
    /* padding: 50px 0px; */
    padding-top: 10px;
  }

  .hero .hero-content {
    margin-top: 30px;
  }

  .hero .hero-content h1 {
    font-size: 32px;
  }

  .hero .hero-content p {
    font-size: 16px;
  }

  .hero .buttons {
    justify-content: center;
  }

  .hero .hero-image img {
    max-width: 380px;
  }
}

@media (max-width: 480px) {
  .hero .hero-content h1 {
    font-size: 26px;
  }

  .hero .btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .hero .tagline {
    font-size: 13px;
    padding: 5px 14px;
  }
}

h2 span {
  color: #f36b21;
}

/* counter */
.stats-container {
  background: #f3f7f7;
  border-radius: 16px;
  padding: 50px 20px;
  max-width: 1230px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.stat-item {
  flex: 1;
  min-width: 180px;
}
.stat-item:not(:last-child) {
  border-right: 1px solid rgba(0, 61, 150, 0.15);
}
.stat-value {
  font-size: 42px;
  font-weight: 700;
  color: #0b5c59;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 18px;
  color: #333;
}
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    padding: 30px 10px;
  }
  .stat-item:not(:last-child) {
    border-right: none;
    margin-bottom: 20px;
  }
  .stat-value {
    font-size: 36px;
  }
  .stat-label {
    font-size: 16px;
  }
}

.title_h2 {
  margin-bottom: 15px;
}

/* services */

.card_ser {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 32px 28px;
  border: 1px solid #f0efed;
}

.card_ser_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.card_ser_icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.card_ser h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 18px;
}

.card_ser ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card_ser li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  color: #374151;
  font-size: 16px;
  line-height: 1.5;
}

.card_ser li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: #065f46;
}

@media (max-width: 480px) {
  .card_ser {
    padding: 24px 20px;
    max-width: 90%;
  }
  .card_ser h3 {
    font-size: 18px;
  }
}

.slick-dots li {
  background: #ff6b00;
  opacity: 0.5;
  border-radius: 100px;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.our_service {
  background: linear-gradient(to bottom, #f7ece1, #e0f1f7);
  padding-bottom: 6rem;
}

.Study_Smart_section .abt {
  background: #0b5c59;
  border-radius: 15px;
  padding: 30px;
}

.Study_Smart_section .abt h2 {
  color: #fff;
}
.Study_Smart_section .abt p {
  color: #fff;
}

.review_detal_imgname {
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.review_t h6 {
  font-weight: 400;
}

/* faq */

.faq-container {
  width: 100%;
  margin-top: 25px;
}

.faq-container h2 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 0%;
  border-radius: 0px;
  overflow: hidden;
}

.faq-item h3 {
  background-color: #fff;
  color: #006a6a;
  padding: 18px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #ddd;
}
.faq-item.open {
  background-color: #e6f6fe;
}

.faq-item.open h3 {
  background-color: #e6f6fe;
}

.faq-item h3:hover {
  background-color: #d6f1f7;
}

.faq-item h3::after {
  content: "+";
  font-size: 20px;
  color: #006a6a;
  transition: transform 0.3s ease;
}

.faq-item.open h3::after {
  transform: rotate(45deg);
}
.faq-item.open h3 {
  background-color: #e6f6fe;
  border-bottom: 0px;
}

.faq-item p {
  display: none;
  padding: 18px;
  background-color: #e6f6fe;
  color: #000;
  margin: 0;
  border-top: 1px solid #ddd;
}

.faq-item.open p {
  display: block;
}

@media (max-width: 768px) {
  .faq-container {
    margin: 20px;
    padding: 15px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14px;
  }
}

/* footer */
footer {
  background-color: #fff;
  color: #222;
}

.footer-wrapper { display: grid; 
	grid-template-columns: 1.5fr 1fr 1fr 1.3fr; 
	gap: 30px; 
	padding: 50px 0; 
	border-bottom: 1px solid #ddd; 
}
/* --- Column 1: Logo and Text --- */
.footer-logo img {
  width: 180px;
  margin-bottom: 20px;
}

.footer-logo p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 320px;
}

/* --- Column Headings --- */
.footer-heading,.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #006666;
  margin-bottom: 25px;
}

/* --- Links --- */
.footer-links a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ff6b00;
}

/* --- Contact --- */
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.footer-contact i {
  color: #006666;
  font-size: 17px;
  width: 20px;
}

/* --- Social Icons --- */
.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}
.linkedin{
	background-color: #5ab1bb;
}
.whatsapp{
	background-color: #25d366;
}
.facebook {
  background-color: #1877f2;
}
.youtube {
  background-color: #fcdddd;
}
.instagram {
  background-color: #e1306c;
}
.tiktok {
  background-color: #000000;
}

/* --- Footer Bottom --- */
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #ddd;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 40px 0x;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 0x;
  }
}

/* social */

.social-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 30px;
  padding: 8px 18px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.social-btn i {
  font-size: 16px;
}

/* --- Specific Buttons --- */
.instagram {
  background-color: #ffe6f0;
  color: #000;
}

.instagram i {
  color: #e1306c;
}

.facebook {
  background-color: #e8f1ff;
  color: #000;
}

.facebook i {
  color: #1877f2;
}

.tiktok {
  background-color: #eeeeee;
  color: #000;
}

.tiktok i {
  color: #000;
}

/* --- Hover Effects --- */
.social-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 600px) {
  .social-buttons {
    flex-direction: column;
    align-items: center;
  }
}

section.getfree_section {
  background: #0b5c59;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.getfree_section h2 {
  color: #fff;
}

.getfree_section a.btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.top_notification .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top_notification .social-icons {
  margin-top: 0px;
  gap: 8px;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}

.card_course {
  padding: 10px;
}
.card_course {
  padding: 10px;
  position: relative;
}
.course_text {
  background: #0b5c59;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 80%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: 0px;
  right: 0;
}

.course_text a {
  color: #fff;
  text-decoration: underline;
}

.our_course {
  background: #e6f6fe;
  padding-bottom: 6rem;
}

.title_h2 {
  text-transform: capitalize;
  color: #0b5c59;
  font-weight: 600;
}

.Study_Smart_section .abt_img img {
  max-width: 80%;
}
.Study_Smart_section .abt_img {
  text-align: right;
}

.card_ser_item {
  padding: 10px;
}

@media (max-width: 768px) {
.hero .hero-image {
  text-align: center;
}
.Study_Smart_section .abt_img {
  text-align: center;
}
.Study_Smart_section .abt_img img {
  max-width: 100%;
}
}

@media (max-width: 640px) {
.Appointment{
  display: none;
}
}

/* ====== Contact Form 7 Modern Style ====== */

.wpcf7 form {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
}

.wpcf7 form p {
  margin-bottom: 20px;
}

/* Input + Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.2);
}

/* Label */
.wpcf7 form label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
}

/* Textarea */
.wpcf7 textarea {
  resize: none;
  min-height: 120px;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  display: inline-block;
  background: #f36b21;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  padding: 14px 28px;
}

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

/* Spinner */
.wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}

/* Success / Error Messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #198754;
  background: #e8f5e9;
  color: #155724;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #dc3545;
  background: #f8d7da;
  color: #842029;
}

/* Responsive */
@media (max-width: 600px) {
  .wpcf7 form {
    padding: 25px;
  }
}
.page-template-contact-template h3.footer-heading {
  color: #fff;
  font-weight: bold;
}

.card_ser {
	color: #374151;
	font-size: 16px;
}

