 /*
 Theme Name: Limmol Services Corporation
 Theme URI: https://limmolservices.com/
 Author: Michael Muranaka
 Author URI: http://muranaka.ink/
 Description: Custom Theme
 Version: 1.0
 License: GNU General Public License
 License URI: https://www.gnu.org/licenses/gpl.html
 Tags: smooth jazz cafe, cornell bethea, big corn
 */

html, body {
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #262d36;
  background: #fff;
}       

a {
  text-decoration: none;
  cursor: pointer !important;
  transition: all 1s;
}

img {
  display: block;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: auto;
}

p {
  line-height: 160%;
}

header {
  display: flex;
  box-sizing: border-box;
  padding: 10px 30px;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  
}

header img {
  width: 180px;
  height: auto;
  border-radius: 0;
}

header nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header nav li {
  margin: 0 0 0 20px;
}

header nav li a {
  font-size: 14px;
  color: #262d36;
}

header nav li a:hover {
  color: #ef4343;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  font-size: 48px;
  margin: 0 0 30px;
}

h2 {
  font-size: 36px;
  margin: 0 0 30px;
}

h3, h4 {
  font-size: 24px;
  margin: 0 0 30px;
}

#main-logo img {
  width: 160px;
  height: auto;
}

#hero {
  padding: 100px 0;
  background: #C75B82;
  background: linear-gradient(131deg,rgba(199, 91, 130, 1) 0%, rgba(254, 191, 56, 1) 100%);
}

#hero-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
}

#hero-content {
  width: 50%;
}

#hero-cont img {
  width: 45%;
  border-radius: 20px;
}

#hero-cont p {
  margin: 0 0 30px;
}

.button, .consult-button a {
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  color: #3c83f6;
  font-size: 14px;
  border-radius: 10px;
  margin: 0 10px 0 0;
}

.consult-button a {
  padding: 10px 20px;
}

.consult-button a {
  background: #c75b82 !important;
  color: #fff !important;
}

.consult-button a:hover {
  background: #913159 !important;
  color: #fff !important;
}

#hero-cont a {
  background: #1b2629 !important;
}

#hero-cont a:hover {
  background: #000 !important;
}

.orange {
  background: #c75b82 !important;
  color: #fff !important;
}

.blue-button {
  background: #3c83f6 !important;
  color: #fff !important;
}

#intro {
  padding: 80px;
  box-sizing: border-box;
  background: #f3f4f6;
}

#intro-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.circle, .square-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background: #febf38 !important;
}

.circle img, .square-icon img {
  width: 30px;
  margin: auto;
}

.green {
  background: #10b77f;
}

.blue {
  background: #3c83f6;
}

.orange-circ {
  background: #ef4343;
}

.intro-content {
  width: 20%;
  text-align: center;
}

.intro-content span { 
  font-weight: 700;
}

.text-intro {
  text-align: center;
}

#services {
  padding: 80px;
  box-sizing: border-box;
}

#services-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#services-content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}

.service-item {
  width: 47%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 40px;
  border: 1px solid #e7e5e4;
}

.service-item .square-icon {
  background: #c75b82 !important;
}

.service-item a.button {
  background: #febf38 !important;
}

.service-item a.button:hover {
  background: #dd9922 !important;
}

.service-item h4 {
  color: #3c83f6;
}

.square-icon {
  border-radius: 10px;
  margin: 0 0 30px;
}

.service-item ul {
  margin: 0 0 30px;
  padding: 0;
}

.service-item li {
  list-style: none;
  padding: 10px 30px;
  background-image: url("/wp-content/uploads/2025/07/icon-check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

#about {
  padding: 80px;
  box-sizing: border-box;
  background: #f3f4f6;
}

#about-cont {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#about img {
  width: 45%;
  border-radius: 20px;
}

#about-content {
  width: 50%;
}

#about-content img {
  width: 30px;
  height: auto;
  border-radius: 0;
}

#about-content .about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

#about-content .about-item div {
  width: 90%;
}

#about-content .about-item:first-of-type {
  padding: 20px 0 10px;
}

#about-content .about-item:last-of-type {
  padding: 10px 0 40px;
}

#about-content .about-item div p {
  margin: 0;
}

#about-content .button {
  background: #c75b82 !important;
}

#about-content .button:hover {
  background: #913159 !important;
}

#testimonials {
  padding: 80px;
  box-sizing: border-box;
}

#testimonials-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#testimonial-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}


.testimonial {
  width: 32%;
  box-sizing: border-box;
  padding: 30px;
  background: #f3f4f6;
  border-radius: 10px;
  border: 1px solid #e7e5e4;
}

.testimonial img {
  width: 120px;
}

.testimonial .circle {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0 20px 0 0;
  background: #c75b82 !important;
}

.testimonial-sig {
  display: flex;
  align-items: center;
}

.testimonial-sig strong, .testimonial-sig p {
  display: block;
  clear: both;
}

#contact {
  padding: 80px;
  box-sizing: border-box;
  background: #f3f4f6;
}

#contact-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#contact-container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}

.contact-content {
  width: 47%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e7e5e4;
  padding: 40px;
}

.contact-item {
  display: flex;
  padding: 0 0 30px 0;
}

.contact-item .square-icon {
  margin: 0 20px 0 0 !important;
}

.contact-item p {
  margin: 0;
}

footer {
  padding: 50px 80px;
  box-sizing: border-box;
  background: #1b2629;
}

#footer-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #d1d5db;
  text-align: center;
}

#social-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#social-cont img {
  width: auto;
  height: 24px;
  margin: 0 0 0 20px;
}

#share {
  text-align: center;
  width: 100%;
  border-top: 1px solid #e7e5e4;
  padding: 30px;
  margin: 30px auto 0;
  box-sizing: border-box;
}

#share img {
  width: 60%;
  max-width: 200px;
  margin: 0 auto;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  border: 1px solid #e7e5e4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 100%;
  margin: 10px auto 0;
}

textarea {
  height: 100px;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  margin: 30px 0 0 !important;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }

  #hero-cont {
    font-size: 16px;
  }

  #intro, #services, #about, #testimonials, #contact {
    padding: 80px 30px;
  }

  #about img {
      display: none;
  }

  #about-content, #about-content .about-item div {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .hidden, #hero-cont img {
    display: none;
  }

  #hero {
    padding: 60px 30px;
  }

  #hero-cont {
    flex-direction: column;
  }

  #hero-content {
    width: 100%;
  }

  #intro-container {
    flex-wrap: wrap;
  }

  #intro {
    padding: 50px 10px 20px;
  }

  .intro-content {
    width: 47%;
    padding: 0 0 30px;
  }

  #services, #about, #testimonials, #contact {
    padding: 50px 10px;
  }

  #services-content {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .service-item {
    width: 100%;
    padding: 30px;
    margin: 0 auto 30px;
  }

  #testimonial-container {
    flex-direction: column;
    padding: 30px 0 0;
  }

  .testimonial {
    width: 100%;
    margin: 0 auto 30px;
  }

  #contact-container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .contact-content {
    width: 100%;
    padding: 30px;
    margin: 0 auto 30px;
  }

  footer {
    padding: 30px;
  }
}