/* 
 Theme Name:   street-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     street-food-truck
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
  --accent-color: #ffb936;
}
body {
  font-size: 16px !important;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
  background: linear-gradient(90deg, var(--accent-color) 0%, #222e39 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
  font-size: 16px !important;
}

section {
  padding: 25px 0;
}

.heading {
  font-family: "Georgia", serif;
  color: #1f2937;
}

.heading h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  color: #111827;
}

.heading h2::after {
  content: "";
  display: block;
  width: 60px; /* length of the line */
  height: 3px; /* thickness */
  background-color: var(--accent-color); /* blue accent */
  margin: 0.5rem auto 0; /* spacing below the heading */
  border-radius: 2px;
}

.heading p {
  margin: 1rem auto 0;
}
.cust-bg {
  background-color: #fdfdfd; /* soft, light background for reading */
  border-left: 4px solid #222e39; /* subtle accent for blog content */
  padding: 21px;
  font-family: "Georgia", serif;
  color: #1f2937;
  line-height: 1.7;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.cust-bg h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111827;
  position: relative;
}

.cust-bg h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
  margin-top: 0.5rem;
  border-radius: 2px;
}

.cust-bg p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4b5563; /* slightly softer for reading comfort */
}
.img-box {
  background-color: #f3f4f6;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  font-family: "Georgia", serif;
  color: #1f2937;
  overflow: hidden; /* ensures img respects border-radius */
  height: 100%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
.img-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12); /* lift effect on hover */
}
.img-box img {
  display: block;
  width: 100%; /* full width of parent */
  height: 247px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-box h2 {
  margin: 1.5rem 1rem 1rem;
  color: #111827;
  position: relative;
}

.img-box p {
  margin: 0 1rem 1rem;
  line-height: 1.7;
  color: #4b5563;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .logo-img-sec {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .toggle-nav i {
    background-color: #ffb936;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .toggle-nav {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .toggle-nav i {
    padding: 7px 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
.sf-arrows .sf-with-ul:after {
  content: "\f282" !important;
  font-family: "bootstrap-icons" !important;
  position: absolute;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
  color: #ffb936;
  font-weight: 600;
  margin-top: 5px;
  font-size: 12px;
  padding: 0px 10px;
}
.custom-sect {
  background: linear-gradient(135deg, #f8fafc, #e5e7eb);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  font-family: "Georgia", serif;
  color: #1f2937;
  line-height: 1.7;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-sect:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.custom-sect h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: #111827;
}

.custom-sect p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #374151;
}
#maincontent a {
  color: #ffb936 !important;
  text-decoration: none !important;
}
#maincontent a:hover {
  color: #d97706 !important;
}
.img-section {
  border-radius: 14px;
  overflow: visible;
  margin-bottom: 1.5rem;
  position: relative;
}
.img-section .section-top-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}
.img-section__content {
  background: linear-gradient(180deg, #fff 0, #c3c3c3 100%);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 1.25rem 17px;
  margin-top: -6px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
}
.img-section__content h2 {
  background: linear-gradient(
    90deg,
    rgba(241, 232, 99, 0.12),
    rgba(16, 185, 129, 0.04)
  );
  color: #0f172a;
  padding: 0.4rem 5px;
  border-radius: 8px;
  margin-bottom: 0.4rem;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.03);
}
.img-section__content h3 {
  color: #0b1220;
  font-weight: 600;
}
.img-section__content p {
  color: #0b1220 !important;
}
#sidebar ul li {
  line-height: 31px !important;
}
.contact-container {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.contact-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 2em;
  font-weight: 300;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: #f9f9f9;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #ffb936 0%, #98670b 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 600px) {
  .contact-container {
    padding: 25px;
    margin: 10px;
  }

  .contact-container h2 {
    font-size: 1.5em;
  }
}
.footer-content {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ecf0f1;
  margin-top: 50px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-logo h3 {
  color: #3498db;
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-logo img {
  max-height: 60px;
  margin-bottom: 15px;
}

.footer-description {
  color: #bdc3c7;
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  color: #3498db;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.footer-links h4:after,
.footer-contact h4:after,
.footer-social h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #e74c3c;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-contact ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-links ul li a:hover {
  color: #3498db;
  padding-left: 8px;
}

.footer-contact ul li {
  color: #bdc3c7;
  display: flex;
  align-items: center;
}

.footer-contact ul li i {
  color: #e74c3c;
  margin-right: 10px;
  width: 16px;
}

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

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: #ecf0f1;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #3498db;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-legal a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #3498db;
}

.separator {
  color: #7f8c8d;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}
.footer-content {
  margin-top: 0 !important;
}
#sidebar .widget {
  margin-bottom: 10px !important;
}
.main-navigation ul a {
  color: #ffffff !important;
}
#maincontent .more-btn a {
  color: white !important;
}
.error-404 {
  min-height: 70vh;
}
@media screen and (max-width: 1000px) {
  #mySidenav .closebtn {
    right: 11px !important;
  }
}
