@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  background-color: #000000;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/*header {*/
/*  padding: 30px 0;*/
/*}*/

header .navbar ul li a {
  color: #ffff;
}

header .btn {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(90deg, #af8757, #fbe8c2 35%, #b0895c);
}

header .navbar ul li a {
  color: #ffff;
  transition: 0.3s;
  cursor: pointer;
  font-size: 18px;

  &:hover {
    color: #af8757;
  }
}

header .navbar ul li {
  font-family: "Outfit", sans-serif;
  transition: color 0.3s ease;


}


.main-banner-star p {
  text-align: center;
  color: #ffff;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}

.main-banner-star h2 {
  font-size: 80px;
  font-family: "Syne", sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

header .navbar ul {
  gap: 30px;

}

.main-banner-star span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;

}

.main-girdebt {
  display: flex;
  padding: 2px;
  /* Border thickness */
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}

.gradient-border-only {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border: 0px solid transparent;
  border-radius: 3px;
  margin: 0 auto;
  background-image:
    linear-gradient(#000, #000),
    /* solid black background inside */
    linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  /* border gradient */
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

#introved {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.banner-location {
  padding: 80px 0;
}

.banner-location h2 {
  text-align: center;
  padding-top: 25px;
  font-family: "Syne", sans-serif;

}

.banner-location h2 {
  color: #ffff;
  font-size: 100px;
}

.banner-location h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.main-custom-card {
  display: flex;
  flex-direction: column;
  padding: 20px 30px !important;
  gap: 25px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  height: 400px !important;
  align-items: flex-start;
  justify-content: center;
  overflow-wrap: break-word;
  word-break: break-word;
}

.main-custom-card::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 8px;
  z-index: 0;
}

.main-custom-card>* {
  position: relative;
  z-index: 1;
}

.main-custom-card p {
  color: #fff;
  padding: 10px 0;
  font-family: "Outfit", sans-serif;
  line-height: 30px;
  text-wrap: balance;
}

.main-custom-card h5 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  font-size: 23px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}

.main-custom-card .main-cusom-icon img {
  width: 59px;
  object-fit: contain;
}

.main-holder .main-correct-sec h5 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  font-size: 18px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  padding: 12px 18px;
  /* border-radius: 63px; */
}

.main-holder-sec {
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  z-index: 15;
}

.main-holder .main-correct-sec h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.main-holder .main-correct-sec h2 {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 60px;
}

.main-holder .main-correct-sec .main-holder-sec {
  width: fit-content;
}

.main-holder .main-correct-sec .main-holder-sec::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 9px;
  z-index: -2;
}

.main-correct-sec ul {
  list-style: disc;
}

.main-correct-sec ul li {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  padding: 5px 0;
}

.main-correct-sec p {
  color: #ffff;
  font-family: "Outfit", sans-serif;
  padding: 10px 0;
}

.main-correct-sec a {
  border: 1px solid #fff;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  padding: 15px 0;
  display: block;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 48px;
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  transition: 0.3s;

  &:hover {
    background: #000;
    color: #fff;
  }
}

.main-holder {
  padding: 80px 0;
}

.mention-1 {
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  padding: 70px 50px 0 50px;
}

.main-mern-stack .mention-1 #more-tro {
  filter: brightness(0) invert(1);
}

.main-mern-stack .mention-1 h2 {
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 50px;

}

.main-mern-stack .mention-1 a {
  color: #ffff;
  border: 1px solid #000;
  background: #000;
  padding: 10px 15px;
  display: block;
  width: fit-content;
  font-family: "Outfit", sans-serif;
  border-radius: 25px;
  margin: 15px 0;

}

.main-mern-stack .mention-1 a span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.tervert {
  padding: 100px 0;
}

.main-h2 h2 {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 60px;
}

.main-h2 p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  text-wrap: balance;
}

.main-h2 h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.testimonails h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.testimonails h2 {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 60px;
  text-align: center;
}

.testimonails .theme-p {
  color: #fff;
  padding: 12px 0px;
  font-family: "Outfit", sans-serif;
}

.testimonails p strong {
  color: #fff;
  font-family: "Outfit", sans-serif;
  padding: 20px 0;
}

.testimonails h3 {
  color: #ffff;
  font-family: "Syne", sans-serif;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.main-silder {
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  z-index: 15;
  padding: 20px 15px;
}

.main-silder::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 9px;
  z-index: -2;
}

.slider-test {
  margin-top: 20px;
}

.faqs {
  padding: 80px 0;
}

.faqs .faqs-heading::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 9px;
  z-index: -2;
}

.faqs .faqs-heading h4 {
  font-family: "Syne", sans-serif;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.faqs .faqs-heading {
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  z-index: 15;
  text-align: center;
  width: fit-content;
  padding: 10px 15px;
  margin: 0 auto;
}

.faqs .faqs-section h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
}

.faqs .faqs-section h2 {
  color: #fff;
  font-family: "Syne", sans-serif;
  text-align: center;
  font-size: 60px;
  padding: 15px 0;
}

.faqs .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  color: #000;
  font-family: "Syne", sans-serif;
  FONT-SIZE: 18PX;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faqs .accordion-button::after {
  filter: brightness(0) invert(1.5);
}

.faqs .accordion-body p {
  font-size: 16px;
  font-weight: 500;
}

.faqs .accordion-body {
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  color: #000;
  font-family: "Syne", sans-serif;
}

.faqs button.accordion-button.collapsed {
  background: #000;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-family: "Syne", sans-serif;
  FONT-SIZE: 18PX;
  font-weight: 700;
}

.contact-us ul li input::placeholder {
  color: #818181;
  font-family: "Syne", sans-serif;

}

.contact-us ul li input {
  width: 100%;
  height: 50px;
  background: #0000;
  outline: none;
  border: 1px solid #818181;
  padding: 0 0 0 15PX;
  border-radius: 25px;
  color: #fff;
  font-family: "Syne", sans-serif;
}

.contact-us ul li label {
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: "Syne", sans-serif;
  margin-bottom: 11PX;
}

.contact-us ul li textarea {
  width: 100%;
  height: 150px;
  background: #0000;
  border-radius: 25px;
  color: #fff;
    font-family: "Syne", sans-serif;
    padding: 15px 20px;
}

.contact-us ul li {
  width: 100%;
}

.contact-us ul {
  display: flex;
  gap: 25px;
  padding: 12px 0;
}

.contact-us h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  font-family: "Syne", sans-serif;
  font-size: 50px;
}

.form-contact button {
  border: 1px solid #fff;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  padding: 15px 0;
  display: block;
  width: fit-content;
  padding: 15px 15px;
  border-radius: 48px;
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  font-family: "Outfit", sans-serif;

  &:hover {
    background: #000;
    color: #fff;
  }
}

footer .main-footer-loop p {
  color: #ffff;
  font-weight: 400;

  font-family: "Outfit", sans-serif;
  margin-top: 10px;

}

.footer-head {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  font-family: "Outfit", sans-serif;
}

.footer-links li a {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  padding: 6px 0;
  display: block;
}

footer {
  padding: 80px 0 0 0;
}

footer .copyright ul li a {
  color: #000;
}

footer .copyright ul li a strong {
  color: #000;
  text-decoration: underline;
}

footer .copyright ul li {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

footer .copyright ul {
  display: flex;
  justify-content: space-between;
}

.main-tooper {
  /* background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478); */
  padding: 10px 20px;
  border-radius: 25px;
}

.main-tooper ul li {
  color: #000;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #fff;
}

.theme-p {
  color: #ffff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

main {
  /*! margin-top: 130px; */
  /* height: 2000px; */
  /* padding: 0rem; */
}




/* === BASE FOOTER STYLES (your original CSS) === */
footer .main-footer-loop p {
  color: #ffff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  margin-top: 10px;
  width: 75%;
}

.footer-head {
  /* -webkit-text-fill-color: transparent; */
  /* background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478); */
  /* -webkit-background-clip: text; */
  /* font-family: "Outfit", sans-serif; */
  /* font-size: 28px; */
  color: #ffff;
  /* margin-bottom: 20px; */
}

.footer-links-0 li {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  padding: 6px 0;
  list-style-type: disc;
  margin-left: 20px;
}

/* Optional: Column layout for large screens */
@media (min-width: 768px) {
  .footer-links-0 {
    columns: 2;
    column-gap: 40px;
  }
}

footer {
  padding: 80px 0 0 0;
}

footer .copyright ul li a {
  color: #000;
}

footer .copyright ul li a strong {
  color: #000;
  text-decoration: underline;
}

footer .copyright ul li {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

footer .copyright ul {
  display: flex;
  justify-content: space-between;
}

/* === CERTIFICATION SECTION === */
.certifications {
  padding: 60px 20px;
  background-color: #1a1a1a;
  /* Dark background to match footer tone */
}

.certifications ul {
  padding: 0;
  margin: 0;
}

.main-tooper {
  /* background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478); */
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 20px;
  margin: 21px auto;
  display: block;
  width: fit-content;
}


a.navbar-brand img {
  width: 185px;
}

a.footer-brand img {
  width: 250px;
}




.certifications-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.header-container {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.section-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  display: inline-block;
}

.section-header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  border-radius: 2px;
}

.section-header span {
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.6;
}

.certifications-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  position: relative;
  z-index: 5;
}

.cert-card {
  background: rgba(17, 34, 64, 0.6);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 165, 121, 0.1);
  /* updated border tone */
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.cert-card:hover {
  transform: translateY(-10px);
  border-color: rgba(201, 165, 121, 0.3);
  box-shadow: 0 15px 35px rgba(201, 165, 121, 0.2);
}

.cert-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
}

.cert-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),
      rgba(255, 231, 166, 0.15),
      transparent 40%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}

.cert-card:hover::after {
  opacity: 1;
}

.cert-content {
  display: flex;
  align-items: flex-start;
  padding: 18px 0 0px 0;
}

.cert-icon {
  background: linear-gradient(135deg, #0a192f 0%, #112240 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(201, 165, 121, 0.2);
  color: #c9a579;
  font-size: 1.2rem;
}

.cert-details {
  flex-grow: 1;
}

.cert-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #e6f1ff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.cert-issuer {
  font-size: 0.85rem;
  color: #c9a579;
  font-weight: 500;
}

.cert-issuer::before {
  content: "by ";
  color: #a8b2d1;
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(201, 165, 121, 0.1);
  color: #c9a579;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}

.sf-badge {
  background: rgba(255, 231, 166, 0.1);
  color: #c9a579;
}

.specialty-badge {
  background: rgba(255, 183, 197, 0.1);
  color: #ff69b4;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(201, 165, 121, 0.1);
  animation: float 15s infinite linear;
}


.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.service-card {
  background: rgb(85 76 46);
  /* matching cert-card background */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 32px;
  transition: all 0.3s ease;
  border: 1px solid rgba(201, 165, 121, 0.1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #c9a579, #ffe7a6 50%, #c9a478);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(201, 165, 121, 0.15);
}

.service-card:hover::before {
  width: 6px;
  background: linear-gradient(180deg, #ffe7a6, #c9a478);
}

.service-icon {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffe7a6;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  color: #ffe7a6;
}

.service-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #c9a579;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
}

.service-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 15px;
}

.service-content {
  margin-bottom: 20px;
  color: #e6e6e6;
  font-size: 15px;
  line-height: 1.6;
}

.service-list {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #ffffff;
}

.service-list li::before {
  content: '\f192';
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #ffe7a6;
  font-weight: bold;
}

.service-goal {
  font-style: italic;
  padding: 12px;
  background: rgba(255, 231, 166, 0.05);
  border-left: 3px solid #c9a579;
  border-radius: 0 4px 4px 0;
  margin-top: 20px;
  color: #ffe7a6;
}

@media (max-width: 768px) {
  .services-container {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }

  .service-card {
    padding: 25px;
  }
}




@keyframes float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) translateX(100px) rotate(360deg);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .certifications-container {
    grid-template-columns: 1fr;
  }

  .section-header {
    font-size: 2.2rem;
  }
}

.service-content p {
  font-family: "Outfit", sans-serif;
}








/*.main-custom-card{*/
/*   display: flex;*/
/*    flex-direction: column;*/
/*    padding: 20px 30px !important;*/
/*    gap: 25px;*/
/*    border-radius: 10px;*/
/*    position: relative;*/
/*    background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);*/
height: auto;
/* Allow height to expand */
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*    overflow-wrap: break-word;*/
/*    word-break: break-word;*/
/*}*/











/* Testimonials Section */
.testimonials h2 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.testimonials h2 {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  /* Responsive font size */
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.testimonials .theme-p {
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.testimonials p strong {
  color: #fff;
  font-family: "Outfit", sans-serif;
  padding: 10px 0;
  display: block;
  font-weight: 500;
  font-size: 0.95rem;
}

.testimonials h3 {
  color: transparent;
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem;
  background: linear-gradient(90deg, #c9a579, #ffe7a6 35%, #c9a478);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 2;
}

.main-slider {
  border-radius: 12px;
  position: relative;
  background: linear-gradient(135deg, #c9a579, #ffe7a6 50%, #c9a478);
  z-index: 1;
  padding: 30px 25px;
  margin: 0 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(201, 165, 121, 0.2);
}

.main-slider::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #111;
  border-radius: 10px;
  z-index: -1;
}

.main-slider:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(201, 165, 121, 0.3);
}

.slider-test {
  margin-top: 30px;
  padding-bottom: 20px;
}

.slider-test .owl-item {
  padding-top: 20px;
}

/* Add gold accent elements */
.main-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #c9a579, #ffe7a6, #c9a478);
  border-radius: 12px 0 0 12px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .main-slider {
    padding: 25px 20px;
  }

  .testimonials h2 {
    font-size: 2.25rem;
  }

  .testimonials .theme-p {
    font-size: 1rem;
  }
}

p.company {
  color: #a18662;
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {

  .faqs .accordion-body {
    font-size: 16px;
    text-align: center;
  }

  .faqs .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
.main-footer-loop p{
  text-align: center;
  font-size: 15px;
  font-family: "Outfit", sans-serif;  
  padding: 10px 0;
}
  .main-looder img {
    margin: 10px auto;
  }

  .main-mern-stack .mention-1 a {
    margin: 10px auto;
  }

  .main-mern-stack .mention-1 p {
font-size: 15px;
        text-align: center;
        font-family: "Outfit", sans-serif;
  }
.contact-us ul{
  flex-direction: column;
}
  .main-mern-stack .mention-1 a {
    font-size: 16px;
  }
  .footer-links li a{
    text-align: center;
  }
.footer-head{
  text-align: center;
    text-align: center;
        font-family: "Outfit", sans-serif;
}
  .main-mern-stack .mention-1 h2 {
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
  }

  .card-images img {
    width: 100%;
  }

  .main-correct-sec a {
    margin: 5px auto;
  }

  .main-holder .main-correct-sec h5 {
    text-align: center;
    font-size: 16px;
  }

  .faqs .faqs-section h2 {
    text-align: center;
    font-size: 18px;
  }

  .main-correct-sec ul li {
    text-align: center;
  }

  .main-correct-sec ul a {
    margin: 5px auto;
  }

  .main-holder .main-correct-sec .main-holder-sec {
    margin: 10px auto;

  }

  .main-correct-sec p {
    font-size: 16px;
    text-align: center;
  }

  .main-holder .main-correct-sec h2 {
    text-align: center;
    font-size: 30px;
  }

  .main-custom-card {
    margin: 10px auto;
  }

  .main-banner-star h2 {
    font-size: 30px;
  }

  .banner-location h2 {
    color: #ffff;
    font-size: 30px;
    padding: 21px 0;
  }
  footer .main-footer-loop p{
    margin: 0 auto;
  }
a.footer-brand img {
    width: 250px;
    margin: 0 auto;
    display: block;
}
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: brightness(1) invert(1);
}