.elementor-431 .elementor-element.elementor-element-f024736{--display:flex;--min-height:748px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-431 .elementor-element.elementor-element-f024736:not(.elementor-motion-effects-element-type-background), .elementor-431 .elementor-element.elementor-element-f024736 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F4F6;}.elementor-431 .elementor-element.elementor-element-f024736.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-431 .elementor-element.elementor-element-19405c9{--display:flex;--min-height:512px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-431 .elementor-element.elementor-element-19405c9:not(.elementor-motion-effects-element-type-background), .elementor-431 .elementor-element.elementor-element-19405c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kourix.in/wp-content/uploads/2026/03/Beauty-Site-Launch-Website-in-Cream-and-Brown-Photographic-Style-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-431 .elementor-element.elementor-element-f024736{--width:96.69%;}}/* Start custom CSS for html, class: .elementor-element-15ed011 */.course-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  background: #f3f4f6;
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
}

/* TOP SECTION */
.course-top {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

/* IMAGE */
.course-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 12px;
}

/* RIGHT SIDE */
.course-info {
  flex: 1;
  min-width: 250px;
}

.course-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

/* BUTTON */
.start-btn {
  display: block;
  text-align: center;
  background: #169c6b;
  color: white;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.start-btn:hover {
  background: #12845a;
}

/* TABS */
.tabs {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

.tabs span {
  padding-bottom: 10px;
  cursor: pointer;
  color: #666;
}

.tabs .active {
  color: #169c6b;
  border-bottom: 2px solid #169c6b;
  font-weight: 500;
}

/* DESCRIPTION */
.course-description {
  margin-top: 20px;
  color: #444;
  line-height: 1.7;
}

.course-description .bold {
  font-weight: 600;
}

.course-description ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.course-description li {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .course-top {
    flex-direction: column;
  }

  .course-info {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23541f5 *//* Container */
.contact-container {
  display: flex;
  gap: 40px;
  padding: 60px;
  background: #F3F4F6;
  border-radius: 20px;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
}

/* Left Section */
.contact-left {
  flex: 1;
  min-width: 280px;
}

.contact-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.contact-left p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
}

/* Right Section */
.contact-right {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Form Layout */
.row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

/* Inputs */
input,
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* Half width for row inputs */
.row input {
  flex: 1;
}

/* Focus effect */
input:focus,
textarea:focus {
  border-color: #22c58b;
  box-shadow: 0 0 0 2px rgba(34,197,139,0.15);
}

/* Textarea */
textarea {
  min-height: 120px;
  resize: none;
  margin-bottom: 15px;
}

/* Button */
button {
  width: 100%;
  padding: 14px;
  background: #22c58b;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

/* Button hover */
button:hover {
  background: #1aa374;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    padding: 30px 20px;
  }

  .row {
    flex-direction: column;
  }
}/* End custom CSS */