/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


.middle .et_pb_column{
    margin: auto;
}
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse;
}
	   .myrow .et_pb_column.et_pb_column_empty {
        display: block !important;
        padding: 50%;
    }
	h2{
    font-size: 25px !important;
}
	
	.mobile_menu_bar:before {
    color: #1A1A1A !important;
}
	.et_mobile_menu {
    border-top: 0px solid #2ea3f2 !important;
}
}
h3 {
    line-height: 1.3em !important;
}

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

 .myrow ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

 .myrow ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #888780;
  border-radius: 50%;
}

/***********/
/* Contact Form 7 - Franklin Style */

.cf7-franklin-form {
  font-family: Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 35px;
  background: #F0EFEB;
  border: 1px solid #D8D7CF;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.08);
  box-sizing: border-box;
}

.cf7-franklin-form * {
  box-sizing: border-box;
}

.cf7-franklin-form .cf7-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.cf7-franklin-form .cf7-two-columns .form-row {
  width: 50%;
}

.cf7-franklin-form .form-row {
  width: 100%;
  margin-bottom: 20px;
}

.cf7-franklin-form label {
  display: block;
  margin-bottom: 8px;
  color: #1A1A1A;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.cf7-franklin-form input[type="text"],
.cf7-franklin-form input[type="tel"],
.cf7-franklin-form input[type="email"],
.cf7-franklin-form select,
.cf7-franklin-form textarea {
  width: 100% !important;
  height: auto;
  min-height: 52px;
  padding: 14px 16px !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3D3D3B;
  background-color: #FFFFFF;
  border: 1px solid #D8D7CF;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.25s ease;
}

.cf7-franklin-form select {
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #5F5E5A 50%),
                    linear-gradient(135deg, #5F5E5A 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 42px !important;
}

.cf7-franklin-form textarea {
  min-height: 150px;
  resize: vertical;
}

.cf7-franklin-form input::placeholder,
.cf7-franklin-form textarea::placeholder {
  color: #888780;
  opacity: 1;
}

.cf7-franklin-form input:focus,
.cf7-franklin-form select:focus,
.cf7-franklin-form textarea:focus {
  border-color: #5F5E5A;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(95, 94, 90, 0.15);
}

.cf7-franklin-form .form-submit {
  margin-top: 10px;
  text-align: left;
}

.cf7-franklin-form input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding: 15px 28px !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF !important;
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.25s ease;
}

.cf7-franklin-form input[type="submit"]:hover {
  background-color: #3D3D3B;
  border-color: #3D3D3B;
  transform: translateY(-2px);
}

.cf7-franklin-form input[type="submit"]:active {
  transform: translateY(0);
}

/* Contact Form 7 messages */

.cf7-franklin-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #1A1A1A;
}

.cf7-franklin-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 14px 16px !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #888780 !important;
  border-radius: 8px;
}

/* Divi fixes */

.et_pb_module .cf7-franklin-form p {
  padding-bottom: 0;
}

.et_pb_module .cf7-franklin-form br {
  display: none;
}

.et_pb_module .cf7-franklin-form input,
.et_pb_module .cf7-franklin-form textarea,
.et_pb_module .cf7-franklin-form select {
  max-width: 100%;
}

/* Tablet */

@media (max-width: 980px) {
  .cf7-franklin-form {
    max-width: 100%;
    padding: 30px;
  }

  .cf7-franklin-form .cf7-row {
    gap: 16px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .cf7-franklin-form {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .cf7-franklin-form .cf7-row {
    display: block;
  }

  .cf7-franklin-form .cf7-two-columns .form-row {
    width: 100%;
  }

  .cf7-franklin-form input[type="text"],
  .cf7-franklin-form input[type="tel"],
  .cf7-franklin-form input[type="email"],
  .cf7-franklin-form select,
  .cf7-franklin-form textarea {
    font-size: 14px;
    min-height: 50px;
  }

  .cf7-franklin-form input[type="submit"] {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

/******/
.word-slider {
  width: 100%;
  overflow: hidden;
  background: #1A1A1A;
  padding: 18px 0;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.word-track {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  animation: wordSlide 45s linear infinite;
}

.word-track span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.word-track span::after {
  content: "·";
  margin-left: 38px;
  color: #888780;
}

@keyframes wordSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Tablet */
@media (max-width: 980px) {
  .word-track {
    gap: 30px;
    animation-duration: 38s;
  }

  .word-track span {
    font-size: 16px;
  }

  .word-track span::after {
    margin-left: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .word-slider {
    padding: 14px 0;
  }

  .word-track {
    gap: 24px;
    animation-duration: 32s;
  }

  .word-track span {
    font-size: 14px;
  }

  .word-track span::after {
    margin-left: 24px;
  }
}