/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Global Start */
.wpb_wrapper h1.vc_custom_heading.heading {
  font-size: calc(
    35px + (60 - 35) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h2.vc_custom_heading.heading {
  font-size: calc(
    28px + (40 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h3.vc_custom_heading.heading {
  font-size: calc(
    25px + (36 - 25) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h4.vc_custom_heading.heading {
  font-size: calc(
    22px + (26 - 22) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h5.vc_custom_heading.heading {
  font-size: calc(
    18px + (20 - 18) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h6.vc_custom_heading.heading {
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
#page-header-bg .inner-wrap h1 {
  font-size: calc(
    28px + (50 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
}
.txtBlock p {
  font-size: calc(
    14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.4 !important;
}
.nectar-button.small {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  border: 1px solid #fff0;
  padding: 9px 21px;
  margin-bottom: 0;
  opacity: 1 !important;
  transition: 0.5s ease-in-out !important;
}
.nectar-button.small.btn-primary {
  background-color: #00a85a !important;
  border-color: #fff;
  color: #fff;
}
.nectar-button.small.btn-primary:hover {
  background-color: #fff !important;
  border-color: #00a85a;
  color: #00a85a;
}
#homeBanner,
#homeCourses,
#homeContact,
#mainFooter {
  margin-bottom: 0;
}
/* Global End */

/* Header Start */
/* Header End */
#top ul.sf-menu.sf-js-enabled li.current-menu-item a {
  font-weight: 600;
}
#top ul.sf-menu.sf-js-enabled li.current-menu-item a span {
  color: #001a10;
}
/* Home Page Start */
/* Banner Start */
#homeBanner .txtBlock p a {
    opacity: 1;
}
#homeBanner .txtBlock p a:hover {
    text-decoration: underline;
}
#homeBanner .img-fluid {
    border-radius: 12px;
}
#homeBanner .iwithtext {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    margin-bottom: 5px;
}
#homeBanner .iwithtext .iwt-text {
  padding-left: 0;
}
#homeBanner .iwithtext .iwt-text a {
  color: #fff;
}
#homeBanner .iwithtext .iwt-icon {
  position: relative;
}
#homeBanner .iwithtext .iwt-icon i {
  font-size: 22px;
  line-height: 1;
  width: 27px;
  height: auto;
	color: #fff;
}
/* Banner End */

/* Courses Start */
#homeCourses .txtBlock p {
  text-align: center;
}
#homeCourses .img-fluid {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
#homeCourses #innerRow .row_col_wrap_12_inner {
  gap: 20px;
}
#homeCourses #innerRow .inner-col {
  width: 32.2%;
  padding: 0;
  margin: 0;
}
#homeCourses .inner-col .vc_column-inner {
  border-radius: 20px;
  border: 1px solid #e7eae9;
  background-color: #004223;
  box-shadow: 6px 8px 32px 0 rgba(14, 49, 40, 0.06);
  padding: 20px;
}
#homeCourses .nectar-fancy-ul ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
#homeCourses .nectar-fancy-ul ul li {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
}
#homeCourses .nectar-price-typography {
  display: flex;
  justify-content: space-between;
}
#homeCourses .nectar-price-typography .before-text {
  color: #001a10;
  font-weight: 600;
  letter-spacing: -0.298px;
}
#homeCourses .iwithtext {
  align-items: center;
  width: 50%;
  display: inline-flex;
  background: rgba(0, 66, 35, 0.06);
  padding: 10px 15px;
  margin-bottom: 0;
}
#homeCourses .iwithtext .iwt-icon {
  position: relative;
  flex-shrink: 0;
}
#homeCourses .iwithtext .iwt-icon img {
  height: 25px;
  width: 25px;
  object-fit: contain;
  margin-bottom: 0;
}
#homeCourses .iwithtext .iwt-text {
  padding-left: 10px;
}
#homeCourses .iwithtext .iwt-text h6 {
  margin-bottom: 0;
  color: #001a10;
  font-family: Manrope;
  font-weight: 600;
  font-size: calc(
    14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.4 !important;
}
#homeCourses .iwithtext .iwt-text p {
  color: #334840;
  font-family: Manrope;
  font-weight: 500;
  font-size: calc(
    14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.4 !important;
}
/* Courses End */

/* Contact Us Start */
#homeContact .iwithtext {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
#homeContact .iwithtext .iwt-text {
  padding-left: 0;
}
#homeContact .iwithtext .iwt-text a {
  color: #334840;
}
#homeContact .iwithtext .iwt-icon {
  position: relative;
}
#homeContact .iwithtext .iwt-icon i {
  font-size: 22px;
  line-height: 1;
  width: 27px;
  height: auto;
}
#homeContact .inner-col .vc_column-inner {
  border-radius: 50px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 32px 64px -12px rgba(10, 13, 18, 0.14);
  padding: 40px;
}
#homeContact .wpcf7 label {
  color: #1c1b1c;
  font-weight: 500;
  letter-spacing: -0.32px;
}
#homeContact .txtField,
#homeContact .txtMsg {
  border-radius: 28px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  margin-top: 10px;
  box-shadow: none;
}
#homeContact .txtField::placeholder,
#homeContact .txtMsg::placeholder {
  color: #1c1b1c;
  font-size: 14px;
}
#homeContact .wpcf7-select {
  -webkit-appearance: none;
  background-image: url(http://localhost/nabiag/meded/wp-content/uploads/2026/01/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}
#homeContact .txtMsg {
  height: 110px;
}
#homeContact .subBtn {
  width: 100%;
  background-color: #004223;
  opacity: 1;
}
#homeContact .nectar-button.small {
  background-color: #004223 !important;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 20px !important;
  right: 0;
  line-height: 1;
  background-color: #fff0;
  box-shadow: none !important;
  color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff0;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  color: #00a0d2;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
/* Contact Us End */

/* Home Page End */

/* Footer Start */
#mainFooter .menu {
  margin: 0;
}
#mainFooter .menu .menu-item {
  list-style: none;
  margin-bottom: 12px;
}
#mainFooter .menu .menu-item a {
  color: #f3f5f4;
  font-weight: 500;
  letter-spacing: -0.18px;
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
#mainFooter .nectar_icon_wrap {
  margin-right: 10px;
}
#copyright .nectar-fancy-ul ul {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-bottom: 0;
}
#copyright .nectar-fancy-ul ul li a {
  font-weight: 500;
  color: #fff;
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
/* Footer End */

/* Responsive Start */
@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  #homeBanner,
  #homeCourses,
  #homeContact,
  #mainFooter {
    padding: 60px 0 !important;
  }
	#homeCourses #innerRow .inner-col {
    width: 32.1%;
}
}
@media (max-width: 1280px) {
	#homeCourses #innerRow .inner-col {
    width: 31.7%;
}
  #homeContact .inner-col .vc_column-inner {
    padding: 30px 20px;
  }
}
@media (max-width: 999px) {
  #homeBanner,
  #homeCourses,
  #homeContact,
  #mainFooter {
    padding: 40px 0 !important;
  }
	#homeCourses #innerRow .inner-col {
    width: 48.3%;
}
  #homeContact .wpcf7-form .col.span_12,
  #homeContact .wpcf7-form .col.span_6 {
    margin: 0;
  }
  #copyright .nectar-fancy-ul ul {
    justify-content: center;
  }
}
@media (max-width: 690px) {
	#homeCourses #innerRow .inner-col {
    width: 100%;
}
}
@media (max-width: 479px) {
  #homeContact .inner-col .vc_column-inner {
    padding: 20px 20px;
  }
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 360px) {
}
/* Responsive End */