.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 🌟 General Website Styling */
body {
  background-color: #0D0D0D;
  font-family: 'Open Sans', sans-serif;
  color: #CCCCCC;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #FFD369;
  font-weight: 600;
  letter-spacing: 1px;
}

/* 🌟 Links */
a {
  color: #FFD369;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #FFB703;
}

/* 🌟 Buttons */
.btn-primary {
  background-color: #FFD369;
  color: #0D0D0D;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary:hover {
  background-color: #FFB703;
  color: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(255, 211, 105, 0.6);
}

.btn-secondary {
  background: transparent;
  border: 2px solid #FFD369;
  color: #FFD369;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #FFD369;
  color: #0D0D0D;
}

/* 🌟 Hero Section */
.hero {
  background-color: #0D0D0D;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  color: #FFD369;
  font-size: 48px;
}

.hero p {
  color: #E0E0E0;
  font-size: 20px;
  margin-bottom: 30px;
}

/* 🌟 About Us Section */
.about {
  background-color: #1A1A1A;
  padding: 80px 20px;
}

.about h2 {
  color: #FFD369;
}

.about p {
  color: #CCCCCC;
}

/* 🌟 Portfolio Section */
.portfolio {
  background-color: #0D0D0D;
  padding: 80px 20px;
}

.portfolio h2 {
  color: #FFD369;
  text-align: center;
  margin-bottom: 40px;
}

.portfolio img {
  border-radius: 8px;
  transition: all 0.4s ease;
}

.portfolio img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 211, 105, 0.2);
}

/* 🌟 Services Section */
.services {
  background-color: #1A1A1A;
  padding: 80px 20px;
}

.services h2 {
  color: #FFD369;
  text-align: center;
  margin-bottom: 40px;
}

.service-card {
  background: #0D0D0D;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0px 0px 20px rgba(255, 211, 105, 0.15);
}

.service-card h3 {
  color: #FFD369;
}

.service-card p {
  color: #CCCCCC;
}

/* 🌟 Why Choose Us */
.why-choose {
  background-color: #0D0D0D;
  padding: 80px 20px;
}

.why-choose ul li {
  color: #CCCCCC;
  margin: 10px 0;
  list-style: none;
}

.why-choose ul li::before {
  content: "✔ ";
  color: #FFD369;
  font-weight: bold;
}

/* 🌟 Testimonials */
.testimonials {
  background-color: #1A1A1A;
  padding: 80px 20px;
  text-align: center;
}

.testimonials h2 {
  color: #FFD369;
}

.testimonial {
  color: #F5F5F5;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial::before, .testimonial::after {
  content: '"';
  color: #FF6B6B;
  font-size: 20px;
}

/* 🌟 CTA Banner */
.cta {
  background-color: #111111;
  padding: 60px 20px;
  text-align: center;
}

.cta h2 {
  color: #F5F5F5;
  margin-bottom: 20px;
}

/* 🌟 Contact Section */
.contact {
  background-color: #0D0D0D;
  padding: 80px 20px;
}

.contact h2 {
  color: #FFD369;
}

.contact form input,
.contact form textarea {
  background: #1A1A1A;
  color: #F5F5F5;
  border: 1px solid #333333;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
  color: #999999;
}

/* 🌟 Footer */
footer {
  background-color: #111111;
  color: #CCCCCC;
  padding: 40px 20px;
  text-align: center;
}

footer a {
  color: #CCCCCC;
  transition: 0.3s;
}

footer a:hover {
  color: #FFD369;
}/* End custom CSS */