:root {
  --bg: #ffffff;
  --card: #f8f9fa;
  --text: #333333;
  --muted: #666666;
  --brand: #4f46e5;
  --brand-2: #22c55e;
  --border: #e9ecef;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: saturate(140%) blur(8px);
  background: color-mix(in oklab, var(--bg) 90%, transparent);
  border-bottom: 1px solid var(--border);
  z-index: 10;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.logo {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-img {
  width: 130px;
}

.nav a {
  color: #000;
  text-decoration: none;
  margin-left: 22px;
  font-weight: 600;
}

.nav a:hover {
  color: var(--text);
}

.site-main .hero {
  padding: 72px 40px 36px;
  background:  url('../Image/ukresearchadvisor-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin: 20px 10px;
}

h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 10px;
}

h2 {
  font-size: 28px;
  margin: 0 0 8px;
}

p {
  color: var(--muted);
}

.btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
  border: 0;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.35);
  cursor: pointer;
}

.section {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 50px;
}

.site-footer .container {
  padding: 24px 0;
}

/* Layout: hero two-column */
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.hero-content h1 {
  margin-top: 0;
  color: #000;
  font-size: 54px;
}

.lede {
  color: #000;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding: 0;
  list-style: none;
  margin: 30px 0 16px;
}


.cta-row {
  display: flex;
  gap: 12px;
  margin: 10px 0 18px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-whatsapp {
  background: #25d366;
  width: 150px;
}

.btn-block {
  width: 100%;
}

.badge-row {
  display: flex;
  gap: 30px;
  margin: 8px 0 20px;
}

.badge {
  padding: 23px 0px;
}

.badge-title {
  font-weight: 700;
}

.badge-sub {
  color: var(--muted);
  font-size: 12px;
}

.hero-image {
  margin: 12px 0 0;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.hero-image figcaption {
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
}

/* Quote Form */
.form-card {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 14px;
    padding: 32px 18px;
    position: sticky;
    top: 76px;
}

.form-card h3 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 28px;
    color: #000;
}

.quote-form {
  display: grid;
  gap: 25px;
}

.quote-form label {
  display: grid;
  gap: 6px;
}

.quote-form input,
.quote-form select {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 17px 12px;
  border-radius: 10px;
}




/* Services Section */
.services-section {
  padding: 60px 0;
  background: #fff;
  color: #333;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.service-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e9ecef;
}

.service-icon {
  margin-bottom: 16px;
}

.banner-badge {
  width: 162px;
  filter: brightness( 35% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.icon-doc {
  background: #22c55e;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}

.icon-books {
  background: #8b5a3c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.icon-books::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 40px;
  background: #a0522d;
  border-radius: 2px;
}

.icon-books::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 40px;
  background: #8b4513;
  border-radius: 2px;
}

.icon-thesis {
  background: #dc2626;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.icon-thesis::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 40px;
  background: #2563eb;
  border-radius: 2px;
}

.icon-thesis::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 40px;
  background: #8b4513;
  border-radius: 2px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
}

.service-card p {
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.services-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-icon {
  margin-right: 8px;
}

.btn-chat {
  background: #d97706;
}

/* Responsive for services */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .services-cta {
    flex-direction: column;
    align-items: center;
  }
}

/* Clients Section */
.clients-section {
  padding: 60px 0;
  color: #333;
}

.clients-header {
  text-align: center;
  margin-bottom: 40px;
}

.clients-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}

.pricing-card {
  background: linear-gradient(136deg, #DAA369 0%, #C9935B 100%);
  color: white;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

svg.e-font-icon-svg.e-far-gem {
    width: 50px;
    background: #e9e9e9;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
}
.e-font-icon-svg.e-far-gem {
    width: 50px;
    background: #e9e9e9;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
}

.pricing-header {
  margin-bottom: 24px;
}

.pricing-header h3 {
  font-size: 24px;
  margin: 0 0 12px;
}

.gift-icon {
  font-size: 32px;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-list li {
  align-items: center;
  padding: 8px 0;
  
}

.strike {
  text-decoration: line-through;
  opacity: 0.8;
}

.free {
  background: #22c55e;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.total-offer {
  margin-bottom: 24px;
}

.total-offer p {
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}

.total-price {
  font-size: 28px;
  font-weight: 700;
  text-decoration: line-through;
}

.btn-order {
  background: #d4a574;
  color: white;
  border: solid #fff;
  border-width: 2px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 35px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
}

.feature-card p {
  color: #666;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
}

/* Responsive for clients section */
@media (max-width: 960px) {
  .clients-grid {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* Subjects Section */
.subjects-section {
  padding: 60px 0;
  background: #fff;
  color: #333;
  overflow: hidden;
  width: 100%;
}

.subjects-header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.subjects-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.subjects-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.subjects-track {
  display: flex;
  gap: 20px;
  animation: slide 30s linear infinite;
  width: max-content;
}

.subjects-track:hover {
  animation-play-state: paused;
}

.subject-card {
  background: rgb(252, 252, 252);
  border: 2px solid #A17544;
  border-radius: 12px;
  border-width: 1px;
  padding: 30px 20px;
  text-align: center;
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(58, 58, 58, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

.subject-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 90, 60, 0.2);
}

.subject-icon {
  background: #8b5a3c;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #8b5a3c;
}

.subject-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive for subjects section */
@media (max-width: 768px) {
  .subjects-track {
    gap: 15px;
  }
  
  .subject-card {
    width: 120px;
    height: 120px;
    padding: 20px 15px;
  }
  
  .subject-icon {
    width: 50px;
    height: 50px;
  }
  
  .subject-name {
    font-size: 12px;
  }
}

/* Steps Section */
.steps-section {
  padding: 60px 0;
  color: #000000;
}

.steps-header {
  text-align: center;
  margin-bottom: 40px;
}

.steps-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.step-card {
    background-image: linear-gradient(132deg, #283129 0%, #785E3B 100%);
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.steps-bottom-text {
  font-size: 25px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.steps-bottom {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-card.special-card {
  border: 2px dashed #0a0a0a;
  background-image: linear-gradient(132deg, #ffffff 0%, #e0e0e0 100%);
}

.step-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.step-content.special-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
  }

.step-content p {
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

.step-content.special-card p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
  }

/* Mockup Form */
.mockup-form {
  background: #1a202c;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  border: 1px solid #2d3748;
}

.form-field {
  margin-bottom: 16px;
}

.form-field label {
  display: block;
  color: #e2e8f0;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
}

.form-field select {
  width: 100%;
  background: #2d3748;
  border: 1px solid #4a5568;
  color: #e2e8f0;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #e2e8f0;
}

.checkbox-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #22c55e;
}

.benefits {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #22c55e;
}

.check-icon {
  color: #22c55e;
}

.time-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #8b5a3c;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Mockup Order */
.mockup-order {
  background: #1a202c;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #2d3748;
}

.order-header h4 {
  color: #e2e8f0;
  font-size: 14px;
  margin: 0 0 16px;
  font-weight: 600;
}

.order-details {
  margin-bottom: 20px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #2d3748;
  font-size: 12px;
}

.detail-row .label {
  color: #9aa4b2;
}

.detail-row .value {
  color: #e2e8f0;
  font-weight: 600;
}

.progress-indicators {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.progress-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.progress-circle.green {
  background: #22c55e;
}

.progress-circle.orange {
  background: #f97316;
}

.progress-circle span {
  font-size: 16px;
  line-height: 1;
}

.progress-circle small {
  font-size: 10px;
  opacity: 0.8;
}

.extend-btn {
  background: #4f46e5;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
}

/* Mockup Notification */
.mockup-notification {
  background: #1a202c;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #2d3748;
}

.notification-box {
  background: #2d3748;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.notification-box h4 {
  color: #e2e8f0;
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 600;
}

.notification-box p {
  color: #9aa4b2;
  font-size: 12px;
  margin: 0 0 8px;
}

.notification-box .time {
  color: #718096;
  font-size: 10px;
}

.revision-btn {
  background: #22c55e;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Mockup 3D */
.mockup-3d {
  background: #1a202c;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #2d3748;
  position: relative;
  height: 120px;
}

.document-stack {
  position: relative;
  height: 80px;
}

.doc {
  position: absolute;
  background: #4a5568;
  border-radius: 2px;
}

.doc-1 {
  width: 40px;
  height: 50px;
  top: 10px;
  left: 20px;
  background: #718096;
}

.doc-2 {
  width: 40px;
  height: 50px;
  top: 15px;
  left: 25px;
  background: #4a5568;
}

.doc-3 {
  width: 40px;
  height: 50px;
  top: 20px;
  left: 30px;
  background: #2d3748;
}

.bookmark {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 8px;
  height: 20px;
  background: #f97316;
  border-radius: 2px;
}

.shield-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #22c55e;
}

.pen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 4px;
  height: 25px;
  background: #4a5568;
  border-radius: 2px;
}

.pen::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #dc2626;
  border-radius: 50%;
}

img.\34 box-img {
    width: 270px;
    border-radius: 0px 0px 20px 0px;
    margin-right: -26px;
    margin-bottom: -29px;
}


img.\34 box-img-ex{
  margin-bottom: -38px !important;
}
/* Responsive for steps section */
@media (max-width: 960px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
  
  .step-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .steps-title {
    font-size: 28px;
  }
  
  .step-card {
    padding: 20px;
  }
  
  .mockup-form,
  .mockup-order,
  .mockup-notification,
  .mockup-3d {
    padding: 16px;
  }
}

/* Expert Section */
.expert-section {
  padding: 60px 0;
  width: 100%;
}

.expert-card {
  background: linear-gradient(0deg, #ffffff 40%, #ebebeb 100%);
  border-radius: 60px 60px 0px 0px;
  padding: 48px 0px 48px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.expert-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #070707;
  margin: 0 0 10px;
  line-height: 1.2;
}

.expert-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #8b5a3c;
  margin: 0 0 20px;
  line-height: 1.3;
}

.expert-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 32px;
}

.expert-cta {
  display: flex;
  gap: 16px;
}

.btn-chat-now {
  background: #d4a574;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-chat-now:hover {
  background: #c19a6b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 165, 116, 0.3);
}

/* Dummy Expert Image */
.expert-image {
  display: flex;
  justify-content: end;
}

.dummy-expert {
  position: relative;
  width: 300px;
  height: 300px;
}


.expert-body {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 140px;
  background: #4a5568;
  border-radius: 20px 20px 0 0;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.expert-arms {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 20px;
  background: #8b5a3c;
  border-radius: 10px;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.expert-desk {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 20px;
  background: #d4a574;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.book {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.coffee-cup {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 25px;
  height: 30px;
  background: white;
  border-radius: 0 0 12px 12px;
  border: 2px solid #4a5568;
}

.coffee-cup::after {
  content: '';
  position: absolute;
  top: -8px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #4a5568;
  border-radius: 50%;
}

.cta-img2 {
    width: 650px;
}
/* Responsive for expert section */
@media (max-width: 960px) {
  .expert-card {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  
  .expert-cta {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .expert-card {
    padding: 32px 24px;
  }
  
  .expert-content h2 {
    font-size: 28px;
  }
  
  .expert-content h3 {
    font-size: 24px;
  }
  
  .expert-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .dummy-expert {
    width: 250px;
    height: 250px;
  }
}

/* Experts Showcase Section */
.experts-showcase-section {
  padding: 60px 0;
  background: #fff;
  color: #333;
}

.experts-showcase-header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.experts-showcase-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
  line-height: 1.2;
}

.expert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 8px 16px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.badge-icon {
  color: #8b5a3c;
}

.experts-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.expert-showcase-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expert-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.expert-showcase-image {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.dummy-expert-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dummy-expert-photo.male {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  position: relative;
}

.dummy-expert-photo.male::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #8b5a3c;
  border-radius: 50%;
}

.dummy-expert-photo.male::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  background: #4a5568;
  border-radius: 20px 20px 0 0;
}

.dummy-expert-photo.female-1 {
  background: linear-gradient(135deg, #d4a574 0%, #c19a6b 100%);
  position: relative;
}

.dummy-expert-photo.female-1::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #8b5a3c;
  border-radius: 50%;
}

.dummy-expert-photo.female-1::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 45px;
  background: #d4a574;
  border-radius: 22px 22px 0 0;
}

.dummy-expert-photo.female-2 {
  background: linear-gradient(135deg, #a0522d 0%, #8b4513 100%);
  position: relative;
}

.dummy-expert-photo.female-2::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  background: #8b5a3c;
  border-radius: 50%;
}

.dummy-expert-photo.female-2::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 42px;
  background: #a0522d;
  border-radius: 21px 21px 0 0;
}

.expert-heart-icon {
  width: 120px;
  height: 120px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #8b5a3c;
}

.expert-showcase-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
}

.expert-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.expert-tag {
  background: #f8f9fa;
  color: #666;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e9ecef;
}

.expert-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.btn-expert-chat {
  background: #d4a574;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-expert-chat:hover {
  background: #c19a6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.btn-expert-whatsapp {
  background: #25d366;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-expert-whatsapp:hover {
  background: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.service-icon-img{
  width: 90px;
}

/* Responsive for experts showcase section */
@media (max-width: 1024px) {
  .experts-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .experts-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .experts-showcase-title {
    font-size: 28px;
  }
  
  .expert-showcase-card {
    padding: 20px;
  }
  
  .dummy-expert-photo {
    width: 100px;
    height: 100px;
  }
  
  .expert-heart-icon {
    width: 100px;
    height: 100px;
  }
  
  .expert-heart-icon svg {
    width: 40px;
    height: 40px;
  }
}

/* Counter Section */
.counter-section {
  padding: 30px 0;
  background: linear-gradient(211deg, #232e28 0%, #a17544 100%);
  color: #333;
  margin: 12px;
  border-radius: 20px;

}

.counter-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.counter-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.2;
}

.counter-subtitle {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.counter-card {
  background: white;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.counter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.counter-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #d4a574 0%, #c19a6b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: white;
  box-shadow: 0 4px 20px rgba(212, 165, 116, 0.3);
}

.counter-number {
  font-size: 48px;
  font-weight: 800;
  color: #333;
  margin: 0 0 16px;
  line-height: 1;
  font-family: 'Arial', sans-serif;
}

.counter-label {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

/* Responsive for counter section */
@media (max-width: 1024px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .counter-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .counter-section {
    padding: 60px 0;
  }
  
  .counter-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .counter-title {
    font-size: 28px;
  }
  
  .counter-subtitle {
    font-size: 16px;
  }
  
  .counter-card {
    padding: 32px 20px;
  }
  
  .counter-icon {
    width: 60px;
    height: 60px;
  }
  
  .counter-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .counter-number {
    font-size: 36px;
  }
  
  .counter-label {
    font-size: 16px;
  }
}

/* Tabs Section */
.tabs-section {
  padding: 80px 0;
  background: #ffffff;
}

.tabs-header {
  text-align: center;
  margin-bottom: 50px;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 15px 30px;
  border: 2px solid #a17544;
  background: #ffffff;
  color: #a17544;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}

.tab-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.tab-btn.active {
  background: #232e28;
  color: #ffffff;
  border-color: #232e28;
}

.tabs-content {
  position: relative;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.tab-column {
  text-align: left;
}

.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

       .tab-list li {
         position: relative;
         padding: 6px 0 6px 20px;
         margin-bottom: 4px;
         color: #333;
         font-size: 16px;
         line-height: 1.3;
       }

.tab-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #232e28;
  border-radius: 50%;
}

/* Responsive Design for Tabs */
@media (max-width: 768px) {
  .tabs-nav {
    gap: 15px;
  }
  
  .tab-btn {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 100px;
  }
  
  .tabs-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
  }
  
  .tab-column {
    text-align: center;
  }
  
  .tab-list li {
    text-align: left;
    padding-left: 25px;
  }
  
  .tab-list li::before {
    left: 5px;
  }
}

@media (max-width: 480px) {
  .tabs-section {
    padding: 60px 0;
  }
  
  .tabs-header {
    margin-bottom: 40px;
  }
  
  .tabs-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .tab-btn {
    width: 200px;
  }
}




@media (max-width: 768px) {
	.box_list_r {
		display: flex;
		padding-bottom: 20px;
	}

	.box_list_t {
		width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
	.our-services-blur-row {
		width: 100% !important;
	}
}


@media (max-width: 768px) {
	#sec1 {
		display: none;
	}

	#sec2 {
		display: block;
		background: linear-gradient(222deg, #3E4B57, #006A9F);
	}

	.sec2h2{
		font-size: 17px;
	}

	.sec2img{
		height: 40px;
	}

	.sec2div{
		display: flex;
		width: 100%; 
		height: 100%;
	}

	.sec2div1{
		width: 48%;
	}

	.sec2div2{
		margin-top: 26px;
	}

	.sec2h22{
		font-size:17px
	}

	.sec2img1 {
		width: 100%;
		height: 100%;
		margin-bottom: 25px;
	  }

	.sec2div3{
		width: 48%;
		margin-left: 25px;
	}

	.sec2img2 {
		margin-top: 35px;
		width: 100%;
		height: 100%;
	  }

	.sec2h3{
		 margin-bottom: 35px;
		 font-size:17px
	}

	.sec2h222{
		color:white;
	}

	.sec2p{
		color: gold;
	}

	.sec2butpin{
		color:black;
		background-color:gold;
		margin-top: 12px;
	}



	#hidefootersec {
		display: block;
	}

	.fdiv{
		background:white;
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	}

	.f1h1{
		color: #2D2D2C;
		text-align: center;
		margin-bottom: 35px;
	}

	.f1b{
		color:#b42b83;
	}

	#carousel-container {
		position: relative;
		width: 100%;
		overflow: hidden;
		cursor: grab;
	}

	.carousel-track {
		display: flex;
		gap: 20px;
		scroll-behavior: smooth;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		white-space: nowrap;
		scrollbar-width: none;
		/* Hide scrollbar in Firefox */
	}

	.carousel-track::-webkit-scrollbar {
		display: none;
		/* Hide scrollbar in Chrome/Safari */
	}

	.carousel-slide {
		flex: 0 0 auto;
		width: 100%;
		height: 373px;
		scroll-snap-align: center;
		border-radius: 15px;
	}

	.badge-style {
		background-color: #ADABA6DE;
		color: black;
		padding: 12px;
		border-radius: 8px;
		display: inline-block;
		margin: 5px;
	}

	#img1 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url('image/mann1.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 15px;
		padding: 20px;
	}

	#img2 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url('image/woman1.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 15px;
		padding: 20px;
	}

	#img3 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url('image/woman2.webp');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 15px;
		padding: 20px;
	}

	/* Dragging Effect */
	.carousel-track.active {
		cursor: grabbing;
	}
}

@media (min-width: 768px) {
	#sec1 {
		display: block;
		background: linear-gradient(222deg, #3E4B57, #006A9F);
	}

	.sec1div{
		display: flex;
		width: 100%;
		height: 100%;
	}

	.sec1div1{
		width: 48%;
	}

	.sec1div2{
		width: 48%;
		height: 288px;
		margin-left: 25px;
	}

	.sec1img{
		margin-top: 35px;
	}

	.sec1span{
		margin-bottom: 35px;
	}

	.divsec1{
		display: flex;
		width: 100%;
		height: 100%;
	}

	.div1sec1{
		width: 48%;
		height: 309px;
	}

	.div2sec1{
		width: 48%;
		margin-left: 25px;
		height: 309px;
	}

	.sec1h2{
		font-size: 28px;
	}

	.imgsec1{
		margin-top: 25px;
	}

	.div3sec1{
		width: 100%; 
		height: 100%;
		margin-top: 21px;
	}

	.h2sec{
		color:white
	}

	.getsec{
		color: gold;
		font-size: 20px;
	}

	.getsecbut{
		color:black;
		background: gold;
		margin-top: 12px;
		box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;transition: all 0.3s ease-in-out;
	}

	#sec2 {
		display: none;
	}

	#hidefootersec {
		display: none;
	}
}


@media (max-width: 768px) {
	#experts1 {
		display: none;
	}

	#experts2 {
		display: block;
		margin-top:90px
	}

	.exp2b{
		font-size:16px
	}
	.exp2div{
		text-align:right
	}
	.exp2img{
		height: 35px;
	}
	.exp2span{
		margin-left: 10px;
		font-size: 12px;
	}
	.exp2div1{
		margin-top:50px;
	}
	.exp2h3{
		color:white;
		margin-top: 262px;
		margin-right:55px;
	}
	.exp2spam{
		padding: 8px;
		font-size: 12px;
	}
	.exp2lis{
		color:white;
		margin-top: 262px;
	}
	.imgexp2{
		height:20px;
	}
	.h3exp2{
		color:white;
		margin-top: 262px;
		margin-left: -41px;
	}
	.exp2slide{
		height: 373px;
		width: 295px;
	}
	.imexp2{
		border-radius:15px;
		height:72%;
		width:100%;
	}
	.exppim{
		transition: all 0.3s ease-in-out;
	}
}

@media (min-width: 768px) {
	#experts1 {
		display: block;
		margin-top:90px;
	}

	.expdiv{
		text-align:right
	}

	.expimg{
		height: 41px;
	}

	.expspan{
		margin-left: 10px;
		font-size: 18px;
	}

	.expdiv1{
		margin-top:50px;
    display: flex;
	}

	.exph3{
		color:white;
		margin-top: 262px;
		margin-right:55px
	}

	.expspan1
	{	
		background-color: #ADABA6DE;
		color: black;
		padding: 12px;
		border-radius: 8px;
	}

	.exppimg{
		height:20px
	}

	.expph3{
		color:white;
		margin-top: 262px;
	}

	.exppimg1{
		height:20px
	}

	.coliexp{
		border-radius:15px;
		height:73%;
		width:100%;
	}

	.exppinki{
		transition: all 0.3s ease-in-out;
	}
	
	.expgreen{
		transition: all 0.3s ease-in-out;
	}

	.expisa{
		color:white;
		margin-top: 262px;
	}

	#experts2 {
		display: none;
	}

}


@media (max-width: 768px) {
	#money1 {
		display: none;
	}

	#money2 {
		display: block;
		margin-bottom:50px;
		margin-top: 50px;
	}

	.m2div{
		background: linear-gradient(222deg, #3E4B57, #006A9F);
		padding-top: 35px;
		padding-bottom: 10px;
		border-radius:20px;
	}
	.m2div1{
		text-align: center;
	}
	.m2img{
		height: 240px;
		margin-left: -25px;
	}
	.m2div2{
		text-align:center;
	}
	.m2h2{
		color: white;
	}
	.m2div3{
		margin-bottom: 20px;
		text-align: center;
	}
	.m2pinki{
		background: #b42b83;
		display:flex;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
		font-size:10px;
  color: white;
  border:
none;
  border-radius:
5px;
  cursor: pointer;

  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
	}

	.m2pc{
		margin-top:3px;
	}

	.m2green{
		padding: 11px 20px;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
		font-size:12px;
	}


	#img-hiden {
		display: none
	}

	#bbb {
		display: none;
	}

	.col-md-6.about-p {
		padding-right: 1px !important;
        margin-top: 80px;
	}


}

@media (min-width: 768px) {
	#money1 {
		display: block;
		margin-bottom: 10px;
	}

	.m1div{
		background: linear-gradient(222deg, #3E4B57, #006A9F);
		padding-top: 35px;
		padding-bottom: 10px;
		border-radius:20px;
	}

	.m1img{
		height: 200px;
		margin-left: 30px;
	}

	.m1h2{
		margin-left: 65px;
		color: white;
	}

	.m1pinki{
		margin-left: 65px;
		background: #b42b83;
		color:white;
		padding: 4px 19px;
		box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;transition: all 0.3s ease-in-out;
	}

	.m1chat{
		height: 40px;
		margin-left: 15px;
	}
	.m1chat1{
		height: 20px;
		margin-left: 15px;
	}

	.m1green{
		margin-left: 15px;
		background-color: #07AD51;
		color: white;
		padding: 14px 25px;
		box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;transition: all 0.3s ease-in-out;
	}

	.m1green:hover{
		color: white;
	}

	.m1pinki:hover{
		color: white;
	}

	#money2 {
		display: none;
	}

}


.heart-weith {
  width: 28%;
    margin-left: 15px;

}

#img1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('image/mann1.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	height: 373px;
	width: 295px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;

}

.detail-for {
	position: absolute;
	bottom: -100px;
	left: 55%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	color: white;
}

.info-for {
	position: inherit;
	bottom: 20px;
	left: 48%;
	transform: translateX(-50%);
	transition: all 0.5s ease-in-out;
  font-size: 13px;
}

.info-for h3 {
	transition: margin-bottom 0.5s ease-in-out;
}

.info-for span {
	transition: all 0.5s ease-in-out;

}

/* Hover Effect */
#img1:hover .info-for {
	bottom: 100px;
}

#img1:hover .info-for h3 {
	margin-bottom: 5px;
}

#img1:hover .detail-for {
	bottom: 25px;
	opacity: 1;
}


#img2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('image/woman1.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	height: 373px;
	width: 295px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	margin-left: 15px
}

.detail-for2 {
	position: absolute;
	bottom: -100px;
	left: 55%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	color: white;
}

.info-for2 {
	position: inherit;
	bottom: 20px;
	left: 48%;
	transform: translateX(-50%);
	transition: all 0.5s ease-in-out;
  font-size: 13px;
}

.info-for2 h3 {
	transition: margin-bottom 0.5s ease-in-out;
}

.info-for2 span {
	transition: all 0.5s ease-in-out;
}

/* Hover Effect */
#img2:hover .info-for2 {
	bottom: 100px;
}

#img2:hover .info-for2 h3 {
	margin-bottom: 5px;
}

#img2:hover .detail-for2 {
	bottom: 25px;
	opacity: 1;
}


#img3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('image/woman2.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	height: 373px;
	width: 295px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	margin-left: 15px
}

.detail-for3 {
	position: absolute;
	bottom: -100px;
	left: 55%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	color: white;
}

.info-for3 {
	position: inherit;
	bottom: 20px;
	left: 48%;
	transform: translateX(-50%);
	transition: all 0.5s ease-in-out;
  font-size: 13px;
}

.info-for3 h3 {
	transition: margin-bottom 0.5s ease-in-out;
}

.info-for3 span {
	transition: all 0.5s ease-in-out;
}

/* Hover Effect */
#img3:hover .info-for3 {
	bottom: 100px;
}

#img3:hover .info-for3 h3 {
	margin-bottom: 5px;
}

#img3:hover .detail-for3 {
	bottom: 25px;
	opacity: 1;
}

.badge-style {
	background-color: #ADABA6DE;
	color: black;
	padding: 12px;
	border-radius: 8px;
	display: inline-block;
	margin: 5px;
}

.swiper-container {
	width: 100%;
	height: 400px;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 
#img2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                      url('/image/fix2.webp');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 15px;
    height: 373px;
    width: 295px;
    margin-left:15px

    
} */
/* 
#img3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                      url('/image/fix1.webp');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 15px;
    height: 373px;
    width: 295px;
    margin-left:15px

    
} */

.expert-head{
  display: flex;
  justify-content: space-between;
}

.newsubmitbtn {
	background: #b42b83 !important
}

.btn-new {
	width: 170px;
	color: white;
	border: none;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
  text-decoration: none;
}

/* Talk With Our Experts Button */
.expert-btn {
	background: linear-gradient(136deg, #DAA369 0%, #C9935B 100%);
}

/* Order Now Button */
.order-btn {
	background: linear-gradient(136deg, #0DB455 0%, #05a54aff 100%);
}


/* Circle Animation */
.circle-animation {
	position: absolute;
	left: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid white;
	animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}



.order-btn svg {
	width: 20px;
	height: 20px;
}

/*Обнуление*/
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

.wrapper {
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.wrapper {
		padding: 50px 10px;
	}
}

.slick-slider {
	min-width: 0;
}

.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
	align-items: flex-start;
}

.slider {
	position: relative;
	padding: 0px 60px;
}

@media (max-width: 767px) {
	.slider {
		padding: 0px 40px;
	}
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin: -20px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 30px;
}

.slider .slick-arrow.slick-prev {
	left: 0;
	background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.webp") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
	right: 0;
	background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.webp") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}

.slider__item {
	padding: 0px 15px;
}

.slider__item img {
	max-width: 60%;
}

.newbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(158deg, #D8A168 0%, var(--e-global-color-secondary) 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	padding: 14px 16px;
	border-radius: 15px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	transition: 0.3s;
	box-shadow: 0 4px 10px rgba(255, 0, 102, 0.4);
	width: auto;
	max-width: 99%;
}

.newbtn:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	color: white;
}

.pulse-circle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: white;
	margin-right: 10px;
	position: relative;
    margin-top:3px
}

.pulse-circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/* Mobile Optimization */
@media (max-width: 600px) {
	.newbtn {
		font-size: 14px;
		padding: 12px 16px;
	}

	.pulse-circle {
		width: 14px;
		height: 14px;
	}
}


@media (max-width: 768px) {
	.action-buttons {
		display: flex;
	}
}

.content h1 {
	width: 100% !important;
}

@media (max-width: 768px) {
	.action-buttons {
		flex-direction: inherit !important;
		gap: 15px;
		justify-content: center;
        margin-top:30px
	}
}

.btnForm {
	background: #b42b83;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
	transition: all 0.3s ease-in-out;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.btnForm:hover {
	transform: translateY(-2px);
	/* Moves button up */
	color: white
}

.pinkibut:hover {
	box-shadow: none;
	transform: translateY(-2px);
}

.greebuti:hover {
	box-shadow: none;
	transform: translateY(-2px);
}

.newsubmitbtn:hover {
	box-shadow: none;
	transform: translateY(-2px);
}

.sliderd{
	display: flex;
	justify-content: center;
	text-align: center;
}

.sliderd1{
    margin-top: 15px;
}

.pinku{
		background:#b42b83;
		background-color: rgb(180, 43, 131);
		display: flex;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
		transition:all 0.3s ease-in-out;
		color: white;
		border: none;
		padding-top: 15px;
  		padding-bottom: 14px;
		cursor: pointer;
		padding-left: 12px;
  		padding-right: 12px;
		  border-radius: 10px;
}

@media (max-width: 768px) {
	#butii1 {
		display: none !important;
		/* Hide butii1 on mobile */
	}

	#butii2 {
		display: flex !important;
        display:flex;
        margin-left: -14px;
		/* Show butii2 on mobile */
	}

	.section-top-home__rating__stars span {
		font-size: 11px !important;
	  }

    .section-top-home__rating__stars{
		width: 100px;
		font-size: 13px;
		padding-top: 0px;
		padding-bottom: 0px;
    }

    .rs1{
        font-size:10px
    }

	.trustpilotsb {
		font-size: 10px;
		color: black;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
	  }

	.spacing__x {
		padding: 0 !important;
	}
}
@media (min-width: 769px) {
	#butii1 {
		display: flex !important;
        display:flex;
		/* Show butii1 on bigger screens */
	}

	#butii2 {
		display: none !important;
		/* Hide butii2 on bigger screens */
	}
}

section.testimonial {
	background: white !important;
	color: #fff;
	padding: 60px 0px;
}

.slider .slick-arrow.slick-next {
	right: 0;
	background: url("/image/right-arrow.webp") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-prev {
	left: 0;
	background: url("/image/left-arrow.webp") 0 0 / 100% no-repeat;
}

.carousel-containe1r {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

.carousel-slide {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: scrollLoop 15s linear infinite;
	/* Adjust speed */
}

/* Duplicate the content to create a seamless loop */
.carousel-slide ul {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.carousel-slide ul li {
	display: inline-block;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

@keyframes scrollLoop {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.custom-carousel {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

.custom-carousel-track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: customScrollLoop 15s linear infinite;
	margin-top: 25px;
	/* Adjust speed */
}

/* Duplicate the content to create a seamless loop */
.custom-carousel-track ul {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-carousel-track ul li {
	display: inline-block;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 6px;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	color: #333;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
	padding: 8px 15px;
}

@keyframes customScrollLoop {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	
.awardss {
    display: flex;
	justify-content: center;
    }
	.awardss img{
			height: 100px;
			width: 100px;
	}
	#revis1 {
		display: none;
	}

	#revis2 {
		display: block;
		background-color:white;
	}

	.r2main{
		margin-top: 50px;
	}
	.r2p{
		color: gray;
		font-size: 12px;
	}
	.r2wrap{
		background-color:#F8F8F8;
		padding:20px;
	}
	.r2div{
		background:white;
		padding:30px;
		width: 209px;
		height: 200px;
	}
	.r2div1{
		display: flex;
		align-items: center;
	}
	.r2gmi{
		margin-left:10px
	}
	.r2span{
		color:grey;
		font-size:10px;
	}
	.r2h5{
		margin-top:20px;
		color:black;
	}
	.r2b{
		font-size:12px;
	}
	.pforr2{
		color:grey;
		font-size:12px;
	}
	.r2small{
		color:grey;
		font-size:12px;
	}
	.imager2{
		margin-left:10px;
		margin-top: -16px;
	}

	#new-seco1 {
		display: block;
        background: linear-gradient(222deg, #3E4B57, #006A9F);
	}

	.butomn{
		padding: 11px 20px;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
	}

	.start-button{
		background: #b42b83;
		display:flex;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
	}

	.cp1{
		margin-top:3px
	}

    .h3sec{
        margin-top: -5px;
    }

	#new-seco2 {
		display: none;
	}

	#textt1 {
		display: none;
	}

	#textt2 {
		display: block;
        color: white;
        text-align: center;
	}

	#topp1 {
		display: none;
	}

	#topp2 {
		display: block;
	}

    .adv{
        text-align: center;
    }

	.discount_chip::after {
		content: '';
		right: 0;
		transition: .3s all;
		display: inline-block;
		width: 5px;
		height: 5px;
		background: #5d5;
		border-radius: 50%;
		position: relative;
		top: -13px;
		animation-iteration-count: infinite;
		animation-duration: 1s;
		animation-name: heartBeat;
		animation-timing-function: ease-in-out;
	}

	.discount_chip {
		position: relative;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 3.2rem;
		text-transform: uppercase;
	}

	.writer_banner_slide img {
		width: 120px;
		margin-top: 0;
		margin-right: 54px;
		position: inherit;
		top: 40px;
		padding-top: 26px;
		margin-left: 45px;
	}

	#about-us {
		margin-top: -55px;
	}

	.intl-tel-input .selected-flag .iti-flag {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: none;
	}

	.slider .slick-arrow.slick-prev {
		left: 0;
		background: url("/image/s-arrow.webp") 0 0 / 100% no-repeat;
		margin-left: -21px;
	}

	.slider .slick-arrow.slick-next {
		right: 0;
		background: url("/image/s-arrow1.webp") 0 0 / 100% no-repeat;
		margin-right: -21px;
	}
}

@media (min-width: 768px) {

	#new-seco1 {
		display: none;
	}

	#new-seco2 {
		display: block;
		background: linear-gradient(222deg, #3E4B57, #006A9F);
	}

	.scodiv{
		display:flex;
	}

	.navacon{
		margin-top: 48px;
	}

	.navah3{
		margin-top: -5px;
		width: 550px;
		font-family:DM Serif Display !important;
		font-size: 31px;
		font-weight: 600;
	}

	.navabut{
		margin-top:30px;
	}

	.navapinki{
		background: #b42b83;
		display:flex;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
	}

	.cp1{
		margin-top:3px;
	}

	.navagreen{
		padding: 11px 20px;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
	}

	.navawards{
	      margin-top: 35px;
		  width: 170px;
		  height: auto;
		  display: flex;
	}

	.navaimg1{
		height: auto;
		width: 170px;
		margin-left: 20px;
	}

	.navaimg2{
		height: auto;
		width: 170px;
	}

	#revis1 {
		display: block;
		background-color:white;
	}

	.reviwrap{
		background-color:#F8F8F8;
		padding:20px;
	}

	.revidiv{
		background:white;
		padding:30px;
		width: 100%;
		height: 217px;
		margin-left: 20px;
	}

	.revidiv1{
		display: flex;
		align-items: center;
	}

	.imggrev{
		margin-left:10px;
		margin-top: -16px;
	}

	.revimg{
		margin-left:10px;
	}

	.revidata{
		color:grey;
	}

	.revih5{
		margin-top:20px;
		color:black;
	}

	.revismall{
		color:grey;
		font-size:11px;
	}

	.revidivs{
		background:white;
		padding:30px;
		width: 100%;
		margin-left: 20px;
		height: 217px;
	}

	#revis2 {
		display: none;
	}

	#textt1 {
		display: block;
	}

	#textt2 {
		display: none;
	}

	#topp1 {
		display: block;
	}

	#topp2 {
		display: none;
	}

}

.journals-content {
	border-right: 0px solid #fff !important;
	border-left: 0px solid #fff !important;
}

.allies-section {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.allies-carousel-container {
    text-align: center;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.allies-carousel-container h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.allies-swiper {
    width: 100%;
    padding-bottom: 30px;
}

.allies-swiper-slide {
    display: flex;
    justify-content: center;
}

.allies-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 90%;
}

.allies-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.allies-card h3 {
    margin: 10px 0;
    font-size: 1.2em;
}

.allies-rating {
    color: #ffd700;
    margin: 5px 0;
}

.allies-card p {
    font-size: 0.9em;
    color: #666;
}

.allies-swiper-pagination-bullet {
    background: #007BFF;
    opacity: 0.5;
}

.allies-swiper-pagination-bullet-active {
    opacity: 1;
}


@media (min-width: 768px) {
    .allies-carousel-container {
        display: none; 
    }
}

    
@media (max-width: 768px) {
	#bannersec1 {
		display: block;
	}
    .carosalimg1{
        position:absolute;
        width:1px;
        height:1px;
        opacity:0;
        pointer-events:none;
    }
    #bannersec2{
        display: none;
    }
}

@media (min-width: 768px) {
	#bannersec1 {
		display: none;
	}
    #bannersec2{
        display: block;
    }
}

.space-bottom{
  margin-bottom: 100px;
}

.space-top{
  margin-top: 100px;
}

.banfor{
	margin-left: -19px;
}

.banforbut{
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;transition: all 0.3s ease-in-out;
}

.serviceimg{
	height: auto;
	width: 50px;
}
.jour{
	background: linear-gradient(222deg, #3E4B57, #006A9F);
	margin-top:50px;
}
.jourdiv{
	margin-top: 30px;
}
.jourp{
	font-size: 24px;
}
.jourimg{
	height: 100%;
	width: 100%;
}
.secition{
	margin-bottom: 140px;
}

   body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    .testimonial-section {
      position: relative;
      background: #2e3e34;
      color: #fff;
      padding: 100px 20px;
      overflow: hidden;
    }

    /* Top wave */
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('https://svgshare.com/i/13wS.svg') no-repeat center top;
  background-size: cover;
  z-index: 1;
}

/* Bottom wave */
.testimonial-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('https://svgshare.com/i/13wS.svg') no-repeat center bottom;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 1;
}


    .testimonial-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .testimonial-image {
      flex: 1;
      display: flex;
      justify-content: center;
    }

    .testimonial-image img {
      max-width: 320px;
    }

    /* Swiper Slider */
    .swiper {
      flex: 2;
      padding: 40px 60px; /* arrows ke liye space */
      position: relative;
    }

    .swiper-slide {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      transition: 0.3s;
      transform: scale(0.8);
      opacity: 0.6;
    }

    .swiper-slide-active {
      transform: scale(1);
      opacity: 1;
      background: rgba(255, 255, 255, 0.2);
    }

    .swiper-slide h3 {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #f0a500;
    }

    .swiper-slide p {
      font-size: 15px;
      line-height: 1.5;
      Color: #fff;
    }

    .swiper-slide span {
      display: block;
      margin-top: 20px;
      font-size: 30px;
      color: #fff;
    }

    /* Custom arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #ffffffd8 !important;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 50%;
      transform: translateY(-50%);
    }

    .swiper-button-prev {
      left: -50px; /* content ke bahar */
    }

    .swiper-button-next {
      right: -50px; /* content ke bahar */
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 22px !important; /* arrow size */
    }


    .faqheading{
      font-size: 30px;
      Color: #000;
      text-align: center;
    }

    .faq-background{
      background-color : #f5f5f5ff;
    }
    .faq-topbottom{
      padding: 100px 0px;
    }

    .faq-section {
      
            margin: 20px auto;
            font-family: Arial, sans-serif;
            padding: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .faq-column {
            flex: 1;
            min-width: 350px;
        }
        .faq-item {
            margin-bottom: 10px;
            border-radius: 5px;
            position: relative;
        }
        .faq-question {
            font-weight: bold;
            cursor: pointer;
            padding: 15px;
            background-color: #e9e9e9ff; /* Different color for question box */
            width: 100%;
            box-sizing: border-box;
            border-radius: 10px 10px 0px 0px;
        }
        .faq-answer {
            margin-left: 0;
            padding: 15px 30px;
            background-color: #ffffffff; /* Different color for answer box */
            width: 100%;
            box-sizing: border-box;
            display: none;
            border-radius: 0px 0px 10px 10px;
        }
        .faq-item.active .faq-answer {
            display: block;
        }
        .faq-toggle {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 12px;
        }

/* Form */

.form-section {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 70px;
    margin-bottom: -30px;
    }
        .form-container {
      background: #fff;
      padding: 60px 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      text-align: center;
      max-width: 1100px;
      width: 100%;
    }

    .form-container h2 {
      font-size: 25px;
      margin-bottom: 20px;
    }

    .form-container h2 b {
      color: #a67c37; /* Golden shade */
    }

    .form-group {
      display: block;
      align-items: center;
      gap: 10px;
    }

    .form-group input,
    .form-group select {
      padding: 12px 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      outline: none;
      flex: 1;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .form-group button {
      background: #a67c37;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 20px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s;
      white-space: nowrap;
    }

    .form-group button:hover {
      background: #8c682d;
    }


    /* Footer   */


    footer {
      background: linear-gradient(0deg, #232E28 0%, #415045 100%); /* dark greenish shade */
      color: #fff;
      padding: 80px 0px 20px;
      display: flex;
    flex-direction: column;
    align-items: center;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 1100px;
      margin: auto;
    }

    .footer-left {
      flex: 1;
      min-width: 300px;
    }

    .footer-left img {
      max-width: 150px;
      margin-bottom: 15px;
    }

    .footer-left p {
      font-size: 15px;
      color: #ffffffff;
      margin: 5px 0;
    }

    .footer-left a {
      color: #ffffffff;
      text-decoration: none;
    }

    .footer-links {
      flex: 1;
      min-width: 200px;
    }

    .footer-links h3 {
      font-size: 22px;
      margin-bottom: 22px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links ul li {
      margin-bottom: 8px;
    }

    .footer-links ul li a {
      color: #ffffffff;
      text-decoration: none;
      font-size: 15px;
    }

    .footer-links ul li a:hover {
      color: #fff;
    }

    .footer-support {
      flex: 1;
      min-width: 250px;
    }

    .footer-support h3 {
      font-size: 22px;
      margin-bottom: 22px;
    }

    .footer-support p {
      font-size: 15px;
      margin: 10px 0;
      Color: #fff;
    }

    .footer-support a {
      color: #ffffffff;
      text-decoration: none;
    }
     .footer-support i {
      color: #ffffffff;
    }

    /* bottom logos */
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
    }

    .footer-logos {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 20px 0;
    }

    .footer-logos img {
      max-height: 100%;
    }

    .footer-note {
      width: 1100px;
      background: #3b4d41;
      padding: 15px;
      border-radius: 10px;
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .footer-note p {
      font-size: 12px;
      color: #ddd;
      margin: 0;
    }

    .footer-note img {
      max-height: 60px;
    }

    .maney-back {
    width: 215px;
    display: flex;
    text-align: left;
    gap: 15px;
    font-size: 12px;
}




@media (max-width: 768px) {
	.process-box h5 {
		font-size: 17px !important;
	}
	
	.banfor{
		margin-left: -5px;
	}
	#easy-step{
		display:none;
	}
	.flip-clock-wrapper ul {
	width: 25px !important;
	height: 40px !important;
	}
	.flip-clock-divider .flip-clock-label {
		position: absolute;
		top: -1.5em;
		color: black;
		text-shadow: none;
		left: 8px;
		}
		.flip-clock-divider {
		position: relative;
		width: 20px;
		height: 55px !important;
		}
		.bannerformwsrappered h2 {
				font-size: 30px !important;
				}
				.bannerformwsrappered strong {
				padding:2px 10px !important;
				font-size: 25px !important;
				}
				.order-span {
				margin-top: 10px !important;
				}
				.flip-clock-wrapper ul li a div div.inn {
					font-size: 30px !important;
					}
					.flip-clock-wrapper ul li a div.up div.inn {
						top: -9px !important;
						}
				.flip-clock-wrapper ul li a div.down div.inn {
				top: -29px !important;
				}
}


/* Responsive */
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .form-card {
    position: static;
  }

  .cta-img2 {
    width: 270px;
}

.footer-note{
  display: block;
  width: auto;
}
.footer-container{
  display: block;
  width: 100%;
}
}