.elementor-7 .elementor-element.elementor-element-51b2b8d{--display:flex;top:0px;bottom:auto;z-index:10;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header{top:0px;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header-flex{top:0px;}.wpr-hidden-header{z-index:10;}.wpr-hidden-header-flex{z-index:10;}.elementor-7 .elementor-element.elementor-element-30365f6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-cee6683{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-a82ea6c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-e0aa56b{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-0717f8a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-fcc4e3c{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-c10f3fb{padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-3ea148e{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-5acef78{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-a5cc4fa{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-67ccd4d{--display:flex;--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;}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-51b2b8d{top:0px;bottom:auto;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header{top:0px;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header-flex{top:0px;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-51b2b8d{top:0px;bottom:auto;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header{top:0px;}.elementor-7 .elementor-element.elementor-element-51b2b8d + .wpr-hidden-header-flex{top:0px;}}/* Start custom CSS for html, class: .elementor-element-0717f8a *//* Font and Base Styling */
body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #111;
}

/* Section Layout */
.services-section {
  padding: 100px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #6a4bdb;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 10px 0;
}

.section-desc {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Service Card */
.service-card {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 40px 30px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: default;
}

.service-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
  border-color: #d9d3fa;
}

/* Service Card Number */
.service-number {
  font-size: 0.9rem;
  font-weight: 500;
  color: #999;
}

/* Card Heading */
.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #111;
  transition: color 0.3s ease;
}

/* Hover Heading Color Change */
.service-card:hover h3 {
  color: #6a4bdb;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .services-grid {
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10f3fb *//* Portfolio Section */
.section-nine-portfolio {
  background: #f7f9ff;
  padding: 80px 8%;
  font-family: 'Inter', sans-serif;
}

.section-nine-portfolio .portfolio-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-nine-portfolio .section-subtitle {
  color: #6a4bdb;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-nine-portfolio h2 {
  font-size: 2.3rem;
  color: #111;
  font-weight: 700;
}

.section-nine-portfolio h2 span {
  color: #6a4bdb;
}

/* Grid layout */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  justify-content: center;
}

.portfolio-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s ease;
}

.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-info {
  padding: 20px;
}

.portfolio-info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.portfolio-info .tags span {
  background: #ffb703;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.portfolio-info h3 {
  color: #111;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Hover Effect */
.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(106, 75, 219, 0.2);
}

/* Hidden Projects */
.extra-projects {
  display: none;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.extra-projects.show {
  display: grid;
  animation: fadeIn 0.5s ease-in-out;
}

/* Button Section */
.portfolio-button {
  text-align: center;
  margin-top: 40px;
}

.see-more-btn {
  background: #6a4bdb;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.see-more-btn:hover {
  background: #5134c0;
  transform: translateY(-2px);
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .portfolio-grid,
  .extra-projects {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e64f887 *//* ---------- Process Section (5th Section) ---------- */
.process-section-five {
  background: #f7f9ff;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.process-section-five .process-container {
  max-width: 900px;
  margin: auto;
  position: relative;
}

/* Header Styling */
.process-section-five .process-header {
  text-align: center;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-section-five .process-main-title {
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  margin: 0;
  order: 1;
}

.process-section-five .process-subtitle {
  font-size: 1rem;
  color: #6a4bdb;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  order: 2;
}

/* Timeline */
.process-section-five .process-timeline {
  position: relative;
  margin-left: 40px;
  padding-left: 40px;
}

.process-section-five .process-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #6a4bdb 0%, #5134c0 100%);
  border-radius: 5px;
  transition: height 0.2s ease-out;
}

.process-section-five .process-item {
  position: relative;
  margin-bottom: 70px;
}

.process-section-five .process-dot {
  position: absolute;
  left: -11px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #6a4bdb;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(106, 75, 219, 0.3);
}

.process-section-five .process-content {
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.process-section-five .process-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.process-section-five .process-content p {
  color: #555;
  line-height: 1.6;
}

.process-section-five .process-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(106, 75, 219, 0.15);
}

.process-section-five .process-content:hover h3 {
  color: #6a4bdb;
}

/* Responsive */
@media (max-width: 768px) {
  .process-section-five .process-main-title {
    font-size: 2.2rem;
  }

  .process-section-five .process-timeline {
    margin-left: 25px;
    padding-left: 25px;
  }

  .process-section-five .process-content {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-635c1b9 *//* ---------- About Section (6th Section) ---------- */
.section-six-about {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 120px 20px;
}

.section-six-about .about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* Left Content */
.section-six-about .about-left {
  flex: 1;
  min-width: 320px;
}

.section-six-about .about-subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6a4bdb;
  letter-spacing: 2px;
}

.section-six-about .about-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
}

.section-six-about .about-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.section-six-about .about-cta {
  margin-top: 40px;
}

.section-six-about .about-btn {
  background: linear-gradient(135deg, #6a4bdb, #5134c0);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.section-six-about .about-btn:hover {
  background: #24c58a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(36, 197, 138, 0.2);
}

/* Right Content */
.section-six-about .about-right {
  flex: 1;
  min-width: 320px;
}

.section-six-about .skills-box {
  margin-bottom: 40px;
}

.section-six-about .skills-box h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.section-six-about .skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-six-about .skills-list span {
  background: #f7f9ff;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.section-six-about .skills-list span:hover {
  background: #6a4bdb;
  color: #fff;
  transform: translateY(-2px);
}

/* Stats Section */
.section-six-about .about-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.section-six-about .stat h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 5px;
}

.section-six-about .stat p {
  color: #555;
  font-weight: 500;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 900px) {
  .section-six-about .about-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .section-six-about .about-btn {
    margin-top: 20px;
  }

  .section-six-about .about-stats {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1fb89d *//* Center Heading Section */
.section-seven-contact .contact-heading-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.section-seven-contact .contact-mini-title {
  color: #6a4bdb;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-seven-contact .contact-main-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 18px;
}

.section-seven-contact .contact-subtext-center {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
}

/* Container and Layout */
.section-seven-contact .contact-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Fix Email Button Alignment */
.section-seven-contact .contact-email-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.section-seven-contact .email-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.section-seven-contact .email-button:hover {
  background: #6a4bdb;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(106, 75, 219, 0.3);
}

/* Info Cards */
.section-seven-contact .contact-info {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.section-seven-contact .info-card {
  background: #f7f9ff;
  border-radius: 14px;
  padding: 20px 30px;
  min-width: 240px;
  text-align: center;
  transition: all 0.3s ease;
}

.section-seven-contact .info-card:hover {
  box-shadow: 0 8px 20px rgba(106, 75, 219, 0.1);
  transform: translateY(-3px);
}

.section-seven-contact .info-card h4 {
  color: #888;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.section-seven-contact .info-card p {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

/* Right Form Section */
.section-seven-contact .contact-right {
  flex: 1;
  min-width: 350px;
  background: #f9faff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 900px) {
  .section-seven-contact .contact-container {
    flex-direction: column;
  }

  .section-seven-contact .contact-email-box {
    justify-content: center;
  }
}
/* Modern Form Styling */
.section-seven-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section-seven-contact .contact-form .form-group input,
.section-seven-contact .contact-form .form-group textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.section-seven-contact .contact-form .form-group input:focus,
.section-seven-contact .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #6a4bdb;
  box-shadow: 0 0 0 4px rgba(106, 75, 219, 0.15);
}

/* Textarea */
.section-seven-contact .contact-form .form-group textarea {
  resize: none;
  height: 150px;
}

/* Submit Button */
.section-seven-contact .form-btn {
  background: linear-gradient(135deg, #6a4bdb, #5134c0);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(106, 75, 219, 0.3);
  width: 100%;
}

.section-seven-contact .form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(106, 75, 219, 0.35);
}

/* Placeholder Text */
.section-seven-contact .contact-form ::placeholder {
  color: #9b9b9b;
  opacity: 0.8;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .section-seven-contact .contact-right {
    padding: 30px 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbfe0a7 *//* Footer Styling */
.section-eight-footer {
  width: 100%;
  background: #fff;
  padding: 25px 8%;
  border-top: 1px solid #eee;
  font-family: 'Inter', sans-serif;
}

.section-eight-footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.section-eight-footer .footer-left h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* Social Icons */
.section-eight-footer .footer-center {
  display: flex;
  gap: 16px;
}

.section-eight-footer .social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
}

.section-eight-footer .social-icon:hover {
  background: #6a4bdb;
  color: #fff;
  border-color: #6a4bdb;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(106, 75, 219, 0.25);
}

/* Copyright */
.section-eight-footer .footer-right p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-eight-footer .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .section-eight-footer .footer-center {
    justify-content: center;
  }

  .section-eight-footer .footer-right p {
    margin-top: 10px;
  }
}/* End custom CSS */