/* Custom styles for the Bootstrap template */
:root{
  --brand: #0d6efd;
  --bg-dark: #0b1220;
  --surface-color:#ff7a00;
  --bg-gradient: linear-gradient(339deg,rgba(46, 13, 0, 1) 15%, rgba(0, 0, 0, 1) 51%, rgba(46, 13, 0, 1) 85%);
}

body{
    margin:0;
    padding:0;
}

/* Top Red Bar */
.top-bar{
    background:var(--bg-gradient);
    color:#fff;
    font-weight:600;
    font-size:18px;
}


/* Logo Space */
.logo-space{
    width:100%;
    max-width:600px;
    height:150px;
    /* border:2px dashed #ccc; */
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

/* Yellow Button */
.cta-btn{
    background:#ffc107;
    font-weight:600;
    border-radius:50px;
    padding:12px 30px;
    box-shadow:0 3px 0 #000;
}

/* Red Rounded Buttons */
.service-btn{
    background:linear-gradient(339deg,rgba(46, 13, 0, 1) 15%, rgba(0, 0, 0, 1) 51%, rgba(46, 13, 0, 1) 85%);
    color:#fff;
    border-radius:50px;
    padding:10px 25px;
    font-weight:500;
    margin:5px;
    display:inline-block;
    text-decoration:none;
}

.service-btn:hover{
    background:#970000;
    color:#fff;
}

/* Phone Styling */
.phone{
    font-size:32px;
    font-weight:bold;
    color:#ff6600;
}

@media(max-width:991px){
    .phone{
        font-size:24px;
    }
}

@media(max-width:768px){
    .logo-space{
        height:100px;
    }
    .cta-btn{
        padding:10px 20px;
        font-size:14px;
    }
    .service-btn{
        padding:8px 15px;
        font-size:14px;
    }
}

.bg-gradient{
    background: var(--bg-gradient) !important;
}


.why-section{
  background:#000000;
}

/* LEFT CARD */
.specialist-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.title{
  font-weight:bold;
  color:#6a006a;
  font-size:32px;
}

.guru-name{
  display:inline-block;
  background:#c0005a;
  color:#fff;
  padding:8px 20px;
  border-radius:30px;
  margin:15px 0;
  font-weight:600;
}

.small-text{
  font-size:14px;
}

.service-list ul{
  padding-left:18px;
}

.service-list li{
  margin-bottom:8px;
  font-weight:500;
}

.contact-box{
  background:#6a006a;
  color:#fff;
  padding:15px;
  border-radius:10px;
}

/* RIGHT SIDE */
.experience{
  color:#333;
  font-weight:600;
}

.why-title{
  color:#7a003c;
  font-weight:bold;
  font-size:42px;
}

.why-list{
  list-style: none;
  padding-left:0;
}

.why-list li{
  margin-bottom:15px;
  position:relative;
  padding-left:25px;
}

.why-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#ff0000;
  font-weight:bold;
}

.call-main-btn{
  display:inline-block;
  background:#e60000;
  color:#fff;
  padding:12px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
}

.call-main-btn:hover{
  background:#c40000;
  color:#fff;
}

/* Responsive */
@media(max-width:768px){
  .why-title{
    font-size:30px;
  }
  .title{
    font-size:24px;
  }
}


.testimonial-section{
  background:#fff;
  overflow:hidden;
}

.section-title{
  color:#000;
  font-size:40px;
  font-weight:bold;
}

.section-sub{
  color:#000;
  font-weight: 500;
}

.testimonial-card{
  background: linear-gradient(339deg,rgba(46, 13, 0, 1) 15%, rgba(0, 0, 0, 1) 51%, rgba(46, 13, 0, 1) 85%);
  padding:35px;
  border-radius:12px;
  border-left:5px solid #ff7a00;
  color:#ddd;
  position:relative;
  transition:0.3s;
  height:100%;
}

.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 30px rgba(0,0,0,0.5);
}

.quote{
  font-size:60px;
  color:#ff7a00;
  position:absolute;
  top:10px;
  right:20px;
  opacity:0.2;
}

.stars{
  color:#ffb400;
  margin:15px 0;
}

.user-img{
  width:65px;
  height:65px;
  border-radius:50%;
  border:3px solid #ff7a00;
  object-fit:cover;
}

.location{
  color:#ff7a00;
}

.verified{
  color:#00c853;
  font-size:14px;
}

.carousel-controls{
  display:flex;
  justify-content:center;
  gap:20px;
}

.custom-btn{
  width:50px;
  height:50px;
  background:#ff7a00;
  border-radius:50%;
  border:none;
  color:#fff;
  font-size:28px;
}

.custom-btn:hover{
  background:#e66000;
}


@media(max-width:768px){
  .section-title{
    font-size:28px;
  }
}


.pricing .pricing-card {
  background: var(--bg-gradient);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid color-mix(in srgb, var(--default-color) 8%, transparent);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ffffff70;
}

.pricing .card-header {
  padding: 32px 28px 24px;
  background: color-mix(in srgb, var(--accent-color) 6%, transparent);
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color) 6%, transparent);
}


.pricing .plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color) 15%, transparent);
  color: var(--accent-color);
  font-size: 24px;
  margin-bottom: 16px;
}

.pricing .card-header {
  text-align: center;
}

.pricing .card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pricing .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex-grow: 1;
}

.pricing .feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.pricing .feature-list {
  list-style: none;
}

.pricing .feature-list li i {
  font-size: 16px;
  color: var(--accent-color);
  flex-shrink: 0;
}

.pricing .btn-pricing {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: color-mix(in srgb, var(--accent-color) 12%, transparent);
  color: var(--accent-color);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
}