/* Global */
body {
  font-family: 'Instrument Sans', sans-serif;
}

/* Navbar-Start */

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
  color: #000 !important;
}

.phone-btn {
  font-weight: 500;
  font-size: 14px;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  transition: background 0.3s ease;
}

.phone-btn:hover {
  background-color: #FF8935;
  color: #fff;
}

/* Navbar-End */
/* Hero Section-Start */
.hero {
  background: #FF8935;
  overflow: hidden;
}

.hero-left {
  color: #000;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.hero-title {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-sub {
  font-size: 18px;
  max-width: 600px;
}

.hero-btn {
  font-size: 18px;
  background: white;
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: black;
  color: white;
}

.user-info span {
  font-size: 16px;
  max-width: 200px;
  font-weight: 500;
  border-left: 1px solid black;
  padding-left: 16px;
}

.user-info img {
  padding-right: 16px;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 150px;
}

/*  RESPONSIVENESS */
@media (max-width: 991.98px) {
  .hero-left {
    border-radius: 0;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-sub {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-right img {
    border-radius: 0;
    height: auto;
  }

  .user-info {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-btn {
    font-size: 16px;
    padding: 8px 16px;
  }

  .user-info span {
    font-size: 14px;
    padding-left: 8px;
  }
}

/* Hero Section-End */
section.stats.py-5 {
  background: #f4f4f4;
}

.stats h3 {
  font-size: 30px;
}

/* Guide Section-Start */
section.guide-section.text-center {
  background-color: #f4f4f4;
}

.guide-box {
  background: #FFE2CD;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 60px 17px;
}

.guide-box span {
  background-color: #D9D9D9;
}

.guide-box h2 {
  font-size: 35px;
}

form div input {
  font-size: 20px;
}

.form-feild {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 14px;
  border-radius: var(--bs-border-radius-lg);
}

button.download-btn.w-100 {
  background: black;
  color: white;
  padding: 7px;
  border-radius: 8px;
  transition: background 0.3s ease;
  border: none;
}

button.download-btn.w-100:hover {
  background-color: #FF8935;
  color: #fff;
  border: none;
}

/* Guide Section-End */

/* About Designer-Start */

.about-designer {
  position: relative;
  background-color: #f4f4f4;
}

.ecllipse-img {
  position: absolute;
  width: 300px;
}

.ecllipse-img-one {
  top: -40%;
  right: 0;
}

.ecllipse-img-two {
  top: 40%;
}

.about-designer img {
  border-radius: 20px;
}

.about-designer h3 {
  font-size: 1.8rem;
}

.about-designer p {
  font-size: 1rem;
  line-height: 1.6;
}

.about-us-span {
  background-color: #D9D9D9;
}

.about-position {
  color: #FF8935;
}

.about-signature {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.about-signature a {
  color: #000;
}

.about-btn {
  font-weight: 500;
  font-size: 14px;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 10px;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background-color: #FF8935;
  color: #fff;
}


@media (max-width: 991px) {
  .ecllipse-img-one {
    display: none;
  }

  .service-card .service-img img {
    max-width: 100%;
  }

  .service-card {
    gap: 20px;
  }
}

/* About Designer-End */


/* Service Section Start*/

.service-heading {
  font-weight: 500;
}

.service-section {
  justify-content: space-between;
}

.service-card {
  display: flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  justify-content: space-between;
}

.service-card .service-num {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.service-card .btn {
  font-size: 0.9rem;
  font-weight: 500;
}

.service-card .service-img img {
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  object-fit: cover;
}

/* Hover Effect */
.service-card:hover {
  background: #FF8935;
}

.service-card-desc {
  max-width: 550px;
}

.learn-more-btn {
  color: #fff;
  background-color: #000;
}

.learn-more-btn:hover {
  color: #000;
  background-color: #fff;
}

/* Service Section End */

/* Portfolio Section Start */

.pds-portfolio-section {
  padding: 80px 0;
  background: #000;
  color: #fff;
  text-align: center;
}

.pds-portfolio-btn {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  margin-bottom: 28px;
  transition: background 0.3s;
}

.pds-portfolio-btn:hover {
  background: #333;
}

.pds-portfolio-heading {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 20px;
}

.pds-portfolio-subtext {
  max-width: 680px;
  margin: 0 auto 60px auto;
  color: #ccc;
  font-size: 1.1em;
  line-height: 1.6;
}

.pds-card-carousel {
  background: #161616;
  border-radius: 18px;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 390px;
}

.pds-card-carousel:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.35);
}

.pds-card-inner-carousel {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.pds-card-slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pds-card-slide.active {
  display: block;
}

.pds-card-dot-nav {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 3;
}

.pds-card-dot-nav span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bbb;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pds-card-dot-nav span.active {
  background: #fff;
  opacity: 1;
}

.pds-card-content {
  padding: 25px 18px;
  text-align: center;
}

.pds-card-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.pds-card-location {
  font-size: 1.05em;
  color: #ccc;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-size: 60%;
  filter: invert(1);
}

@media (max-width: 991px) {
  .pds-portfolio-heading {
    font-size: 5vw;
  }

  .pds-card-carousel {
    height: 360px;
  }
}

/* Portfolio Section End */

/* Designer Section Start */

.design-banner {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.ecllipse-img-three {
  right: 0;
  bottom: 0px;
}

.design-slide {
  position: relative;
  height: 550px;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 50px;
}

.design-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}


.design-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(to right, rgba(255, 119, 0, 0.75) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}

.design-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 420px;
  color: #fff;
  border-left: 1px solid #E0B596;
  padding-left: 48px;
}

.design-content h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.design-content .highlight {
  color: #fff;
}

.design-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #f1f1f1;
}


.design-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
  text-decoration: none;
}

.design-btn:hover {
  background: #f0f0f0;
  color: #000;
}

.design-indicators {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.design-indicators .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #22150e;
  opacity: 1;
}

.design-indicators .active {
  background-color: #fff;
}

/* Designer Section End */


/* Testimonial Section Start */


.testimonial-section {
  background: linear-gradient(to right, #fff, #fff, #fce7de);
  padding: 60px 0;
}

.testimonial-section .section-label {
  font-size: 14px;
  font-weight: 500;
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonial-section h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}

.testimonial-carousel .carousel-inner {
  padding: 20px 0;
}

.testimonial-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  color: #fff;
}

.testimonial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-content {
  position: relative;
  z-index: 2;
  padding: 10px;
  font-size: 15px;
}

.testimonial-content h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  opacity: 0.9;
}

.testimonial-content p {
  font-size: 15px;
  line-height: 1.6;
}

.testimonial-content p strong {
  font-weight: 600;
}

.testimonial-content .quote-icon {
  font-size: 85px;
  color: #ff6a00;
  display: inline-block;
  line-height: .7;
}

.testimonial-author {
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

/* Carousel controls */
.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  top: -70px;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.testimonial-carousel .carousel-control-prev {
  right: 60px;
  left: auto;
}

.testimonial-carousel .carousel-control-next {
  right: 10px;
}

.testimonial-carousel .carousel-control-prev-icon,
.testimonial-carousel .carousel-control-next-icon {
  filter: invert(1);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.9));
  z-index: 1;
}

/* Testimonial Section End */

/* FAQ Section Start  */

.faq-section {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.faq-label {
  font-size: 14px;
  font-weight: 500;
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}

.faq-label img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.faq-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.faq-section p {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}

.faq-btn {
  background: #000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 500;
  border: none;
  transition: background 0.3s ease;
}

.faq-btn:hover {
  background: #FF8935;
  color: black;
}


/* Accordion styles */
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button {
  border-radius: 40px;
  background: #fff;
  box-shadow: none;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: 600;
  margin-left: auto;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.faq-accordion .accordion-body {
  padding: 0 24px 18px;
  font-size: 15px;
  color: #444;
}

/* FAQ Section End  */

/* CTA Section Start  */

.cta-section {
  position: relative;
  height: 100vh;
  background: url('/wp-content/themes/my-theme/assets/images/Container.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* Dark Overlay */
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

/* Content */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  width: 100%;
}

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

.award-img{
  height: 300px;
}

.tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.cta-section h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-section h1 em {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.cta-btn {
  display: inline-block;
  background: #ff6600;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s ease;

}

.cta-btn:hover {
  background: white;
  color: #000;
}



/* CTA Section End  */

/* Footer Section Start  */

.footer-hero-heading-bg {
  width: 100vw;
  background: black;
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
}

.footer-hero-heading {
  color: #737373;
  opacity: 0.3;
  font-weight: 500;
  font-size: 85px;
  letter-spacing: 0.10em;
  margin: 0;
  padding: 15px 0px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

.footer-section {
  background: #000 !important;
  color: #fff;
}

.address-contact {
  font-size: 32px;
}

.link-headings {
  font-size: 16px;
  color: #7A7A7A;
  margin-bottom: 12px;
  margin-top: 20px;
}

.footer-link,
.footer-link-sm {
  color: #C0C0C0 !important;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 5px;
}

.footer-link:hover,
.footer-link-sm:hover {
  color: #fff !important;
  text-decoration: underline !important;

}

.footer-link-sm {
  font-size: 0.95rem;
  color: #b3b3b3 !important;
}

input.form-control,
.join-btn {
  border-radius: 30px !important;
  box-shadow: none !important;
  border: none !important;
}

.list-unstyled li {
  margin-bottom: 7px;
  font-weight: 600;
}

.email-form {
  font-size: 50px;
  color: #bbb;
}

.important-feild {
  font-size: 14px;
  font-weight: 500;
}

.join-btn {
  font-weight: 500;
  font-size: 1rem;
  margin-left: -35px;
}

.copyrigth {
  background: #232323;
  min-height: 44px;
  max-width: 90vw;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.copyrigth-head {
  font-size: 0.95rem;
}

.footer-input {
  max-width: 310px;
  font-size: 0.96rem;
}

@media (max-width: 530px) {
  .award-box{
    justify-content: center;
  }

  .award-img{
    height: 200px;
  }
}

@media (max-width: 991px) {
  .footer-hero-heading {
    font-size: 35px
  }
}

@media (max-width: 768px) {
  .footer-hero-heading {
    font-size: 33px;
  }

  .footer-section .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 560px) {
  .footer-hero-heading {
    font-size: 18px
  }
}

@media (max-width: 430px) {
  .copyrigth-head {
    font-size: 12px;
  }

  .footer-link-sm {
    font-size: 12px;
  }

  .footer-copyright-heading {
    margin-right: 20px;
  }

}

/* Footer Section End  */

#imageModal img {
  transition: transform 0.3s ease;
}

#imageModal.show img {
  transform: scale(1.02);
}