.elementor-43 .elementor-element.elementor-element-adc2f12{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-2520c97{--display:flex;}.elementor-43 .elementor-element.elementor-element-2520c97:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-2520c97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-43 .elementor-element.elementor-element-3b634ce{--display:flex;}.elementor-43 .elementor-element.elementor-element-3b634ce:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-3b634ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(178deg, #FFFFFF 41%, #000000 0%);}.elementor-43 .elementor-element.elementor-element-f342847{--spacer-size:50px;}.elementor-43 .elementor-element.elementor-element-3b3c91b{--display:flex;}.elementor-43 .elementor-element.elementor-element-44dd4d9{--display:flex;}.elementor-43 .elementor-element.elementor-element-afb4e90{--display:flex;}.elementor-43 .elementor-element.elementor-element-afb4e90:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-afb4e90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-43 .elementor-element.elementor-element-0e3f735{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-040688c */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Make the image fill the section */
.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Semi-transparent gradient overlay */
.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(26,26,26,0.5) 50%, rgba(44,44,44,0.3) 100%);
    z-index: -1;
}

/* Optional pattern overlay */
.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.0) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 2; /* Keep text above background */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 80vh;
}

.hero-text {
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-features {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
}

.cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2be9471 *//* IPTV Pricing Table CSS */
.pricing-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: transparent;
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.pricing-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-section .pricing-title {
    font-size: 3rem;
    font-weight: 800;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pricing-section .pricing-subtitle {
    font-size: 1.2rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: #00b894;
}

.pricing-card.popular {
    border-color: #00b894;
    transform: scale(1.05);
    position: relative;
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-8px);
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #098d63;
    color: white;
    padding: 8px 50px;
    font-size: 0.9rem;
    font-weight: 600;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 0 4px 15px rgba(9, 141, 99, 0.3);
}

.plan-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-section .plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

.pricing-section .plan-duration {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 20px;
    font-weight: 500;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pricing-section .price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #333333;
    line-height: 1;
}

.pricing-section .price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
}

.pricing-section .price-period {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}

.pricing-section .price-note {
    font-size: 0.9rem;
    color: #00b894;
    font-weight: 600;
    margin-bottom: 20px;
}

.device-selection {
    margin-bottom: 30px;
    text-align: center;
}

.pricing-section .device-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.pricing-section .device-.elementor-43 .elementor-element.elementor-element-2be9471 {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #333333;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.pricing-section .device-.elementor-43 .elementor-element.elementor-element-2be9471:hover {
    border-color: #00b894;
}

.pricing-section .device-.elementor-43 .elementor-element.elementor-element-2be9471:focus {
    border-color: #00b894;
    box-shadow: 0 0 0 3px rgba(0, 184, 148, 0.1);
}

.plan-features {
    list-style: none;
    margin-bottom: 40px;
}

.pricing-section .plan-features li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #555555;
    border-bottom: 1px solid #f1f3f4;
}

.pricing-section .plan-features li:last-child {
    border-bottom: none;
}

.pricing-section .feature-icon {
    width: 20px;
    height: 20px;
    background: #00b894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

.pricing-section .feature-text {
    flex: 1;
}

.pricing-section .feature-highlight {
    color: #00b894;
    font-weight: 600;
}

.plan-button {
    width: 100%;
    background: #00b894 !important;
    color: white !important;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-button:hover {
    background: #00d2a8 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 184, 148, 0.3);
}

.plan-button:active {
    transform: translateY(0);
}

.plan-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.plan-button:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    
    .pricing-card.popular {
        transform: scale(1.02);
    }
    
    .pricing-card.popular:hover {
        transform: scale(1.02) translateY(-8px);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 15px;
    }
    
    .pricing-title {
        font-size: 2.5rem;
    }
    
    .pricing-subtitle {
        font-size: 1.1rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .pricing-card {
        padding: 30px 25px;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-8px);
    }
    
    .popular-badge {
        top: 15px;
        right: -40px;
        padding: 6px 45px;
        font-size: 0.8rem;
    }
    
    .plan-name {
        font-size: 1.6rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }
    
    .plan-features li {
        font-size: 0.95rem;
        padding: 10px 0;
    }
    
    .device-.elementor-43 .elementor-element.elementor-element-2be9471 {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-card {
        padding: 25px 20px;
    }
    
    .plan-name {
        font-size: 1.4rem;
    }
    
    .price-amount {
        font-size: 2.2rem;
    }
    
    .price-currency {
        font-size: 1.2rem;
    }
    
    .plan-button {
        padding: 16px 25px;
        font-size: 1rem;
    }
    
    .popular-badge {
        font-size: 0.75rem;
        padding: 5px 40px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-card {
    animation: fadeInUp 0.6s ease forwards;
}

.pricing-card:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing-card:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* Additional hover effects */
.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00b894, #00d2a8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing-card:hover::before {
    transform: scaleX(1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1b3d0f */.iptv-modern-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  color: #000;
  padding: 40px 60px;
  border-radius: 20px;
  box-shadow: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 100%;
  box-sizing: border-box;
}

.iptv-modern-left {
  max-width: 60%;
  flex: 1;
}

.iptv-badge {
  display: inline-block;
  background: #ff6f00;
  color: #fff;
  padding: 8px 18px;
  border-radius: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(255, 111, 0, 0.4);
}

.iptv-modern-left h2 {
  font-size: 36px;
  margin: 0;
  color: #000;
  line-height: 1.2;
}

.iptv-modern-left p {
  font-size: 18px;
  margin: 15px 0;
  line-height: 1.5;
  color: #000;
}

.experience-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333;
}

.iptv-features {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  gap: 30px;
  font-size: 16px;
  flex-wrap: wrap;
}

.iptv-features li {
  background: rgba(0, 0, 0, 0.05);
  padding: 12px 20px;
  border-radius: 12px;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
}

.iptv-modern-right {
  flex-shrink: 0;
}

.iptv-cta-button {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.iptv-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(101, 90, 255, 0.5);
  color: #fff;
}

/* Tablet breakpoint */
@media (max-width: 1024px) {
  .iptv-modern-widget {
    padding: 30px 40px;
    gap: 25px;
  }
  
  .iptv-modern-left h2 {
    font-size: 32px;
  }
}

/* Small tablet/large mobile */
@media (max-width: 768px) {
  .iptv-modern-widget {
    flex-direction: column;
    text-align: center;
    padding: 25px 30px;
    gap: 20px;
  }

  .iptv-modern-left {
    max-width: 100%;
  }

  .iptv-modern-left h2 {
    font-size: 28px;
  }

  .experience-subtitle {
    font-size: 15px;
  }

  .iptv-features {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .iptv-features li {
    padding: 10px 16px;
    font-size: 14px;
  }

  .iptv-modern-right {
    margin-top: 15px;
    width: 100%;
  }
  
  .iptv-cta-button {
    padding: 16px 35px;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .iptv-modern-widget {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .iptv-badge {
    font-size: 14px;
    padding: 6px 15px;
  }

  .iptv-modern-left h2 {
    font-size: 24px;
  }

  .iptv-modern-left p,
  .experience-subtitle {
    font-size: 14px;
  }

  .iptv-features {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .iptv-features li {
    padding: 8px 14px;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
  }

  .iptv-cta-button {
    padding: 14px 30px;
    font-size: 15px;
    width: 100%;
    max-width: none;
  }
}

/* Very small screens */
@media (max-width: 320px) {
  .iptv-modern-widget {
    padding: 15px 10px;
  }

  .iptv-modern-left h2 {
    font-size: 22px;
  }

  .iptv-badge {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a53eae *//* Why Choose Us Section Styles */
.why-choose-us {
    padding: 80px 0;
    color: #333;
    position: relative;
    overflow: hidden;
}

.why-choose-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.why-choose-us .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-us .section-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #2a2a2a !important;
    text-shadow: none !important;
}

/* Additional specificity for theme override */
.why-choose-us .section-title,
.why-choose-us h2.section-title,
section.why-choose-us .section-title {
    color: #2a2a2a !important;
    background: none !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #2a2a2a !important;
}

.why-choose-us .section-subtitle {
    font-size: 1.2rem !important;
    opacity: 1 !important;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: #383838 !important;
}

/* Additional specificity for theme override */
.why-choose-us .section-subtitle,
.why-choose-us p.section-subtitle {
    color: #383838 !important;
}

.why-choose-us .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.why-choose-us .feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.why-choose-us .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s ease;
}

.why-choose-us .feature-card:hover::before {
    left: 100%;
}

.why-choose-us .feature-card:hover {
    transform: translateY(-10px);
    background: #f8f9ff;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
}

.why-choose-us .feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.why-choose-us .feature-icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.why-choose-us .feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: scale(1.1);
}

.why-choose-us .feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.why-choose-us .feature-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
    color: #666;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-choose-us .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 60px 0;
    }
    
    .why-choose-us .section-title {
        font-size: 2.5rem;
    }
    
    .why-choose-us .section-subtitle {
        font-size: 1.1rem;
    }
    
    .why-choose-us .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .why-choose-us .feature-card {
        padding: 30px 20px;
    }
    
    .why-choose-us .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .why-choose-us .section-title {
        font-size: 2rem;
    }
    
    .why-choose-us .section-subtitle {
        font-size: 1rem;
    }
    
    .why-choose-us .feature-card {
        padding: 25px 15px;
    }
    
    .why-choose-us .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .why-choose-us .feature-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .why-choose-us .feature-title {
        font-size: 1.3rem;
    }
    
    .why-choose-us .feature-description {
        font-size: 0.9rem;
    }
}

/* Animation for when section comes into view */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.why-choose-us .feature-card {
    animation: fadeInUp 0.6s ease forwards;
}

.why-choose-us .feature-card:nth-child(1) { animation-delay: 0.1s; }
.why-choose-us .feature-card:nth-child(2) { animation-delay: 0.2s; }
.why-choose-us .feature-card:nth-child(3) { animation-delay: 0.3s; }
.why-choose-us .feature-card:nth-child(4) { animation-delay: 0.4s; }
.why-choose-us .feature-card:nth-child(5) { animation-delay: 0.5s; }
.why-choose-us .feature-card:nth-child(6) { animation-delay: 0.6s; }

/* Alternative color schemes - uncomment to use */

/* Blue Theme */
/*
.why-choose-us {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
*/

/* Green Theme */
/*
.why-choose-us {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
*/

/* Orange Theme */
/*
.why-choose-us {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
*/

/* Dark Theme */
/*
.why-choose-us {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
*//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74e394e *//* IPTV Customer Reviews Section - Fully Scoped CSS */
.reviews-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.reviews-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 80px 0;
    background: transparent;
    position: relative;
}

.reviews-section .reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-section .reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

.reviews-section .reviews-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 16px;
    line-height: 1.2;
}

.reviews-section .reviews-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reviews-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.reviews-section .review-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    padding: 30px;
}

.reviews-section .review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: #ff6b6b;
}

.reviews-section .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reviews-section .stars {
    display: flex;
    gap: 2px;
}

.reviews-section .star {
    color: #ffc107;
    font-size: 1.2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.reviews-section .review-date {
    font-size: 0.9rem;
    color: #999;
    font-weight: 500;
}

.reviews-section .review-content {
    margin-bottom: 25px;
}

.reviews-section .review-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    position: relative;
}
.reviews-section .review-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.reviews-section .reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviews-section .reviewer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviews-section .avatar-initial {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.reviews-section .reviewer-details {
    flex: 1;
}

.reviews-section .reviewer-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 4px;
}

.reviews-section .reviewer-location {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.reviews-section .reviewer-location::before {
    content: "📍";
    font-size: 0.8rem;
}

/* Trust Section */
.reviews-section .trust-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.reviews-section .trust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.reviews-section .trust-stat {
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    transition: all 0.3s ease;
}

.reviews-section .trust-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.1);
}

.reviews-section .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1;
}

.reviews-section .stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Animation for review cards */
@keyframes reviews-fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.reviews-section .review-card {
    animation: reviews-fadeInUp 0.6s ease-out;
}

.reviews-section .review-card:nth-child(1) { animation-delay: 0.1s; }
.reviews-section .review-card:nth-child(2) { animation-delay: 0.2s; }
.reviews-section .review-card:nth-child(3) { animation-delay: 0.3s; }
.reviews-section .review-card:nth-child(4) { animation-delay: 0.4s; }
.reviews-section .review-card:nth-child(5) { animation-delay: 0.5s; }
.reviews-section .review-card:nth-child(6) { animation-delay: 0.6s; }

/* Star animation on hover */
.reviews-section .review-card:hover .star {
    animation: reviews-starPulse 0.3s ease-in-out;
}

@keyframes reviews-starPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* Desktop specific styles */
@media (min-width: 1024px) {
    .reviews-section .reviews-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .reviews-section .trust-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }
}

/* Tablet styles */
@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 0;
    }
    
    .reviews-section .reviews-title {
        font-size: 2rem;
    }
    
    .reviews-section .reviews-subtitle {
        font-size: 1rem;
    }
    
    .reviews-section .reviews-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-bottom: 60px;
    }
    
    .reviews-section .review-card {
        padding: 25px;
    }
    
    .reviews-section .trust-section {
        padding: 40px 25px;
    }
    
    .reviews-section .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .reviews-section .stat-number {
        font-size: 2rem;
    }
}

/* Mobile styles */
@media (max-width: 480px) {
    .reviews-section {
        padding: 50px 0;
    }
    
    .reviews-section .reviews-container {
        padding: 0 16px;
    }
    
    .reviews-section .reviews-title {
        font-size: 1.8rem;
    }
    
    .reviews-section .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .reviews-section .review-card {
        padding: 20px;
    }
    
    .reviews-section .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .reviews-section .reviewer-info {
        gap: 12px;
    }
    
    .reviews-section .reviewer-avatar {
        width: 45px;
        height: 45px;
    }
    
    .reviews-section .avatar-initial {
        font-size: 1.1rem;
    }
    
    .reviews-section .trust-section {
        padding: 30px 20px;
    }
    
    .reviews-section .trust-stats {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .reviews-section .trust-stat {
        padding: 15px;
    }
    
    .reviews-section .stat-number {
        font-size: 1.8rem;
    }
    
    .reviews-section .stat-label {
        font-size: 0.9rem;
    }
}

/* Extra small mobile */
@media (max-width: 320px) {
    .reviews-section .review-text {
        font-size: 0.95rem;
    }
    
    .reviews-section .reviewer-name {
        font-size: 1rem;
    }
    
    .reviews-section .reviewer-location {
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fc4ba7 *//* FAQ Section CSS Styles - Elementor Version */

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.faq-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: none;
}

.faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    border-color: #667eea;
}

.faq-question {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(102, 126, 234, 0.05);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 25px;
    background: transparent;
}

.faq-answer p {
    margin: 0;
    padding: 25px 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    border-top: 1px solid #f0f0f0;
}

/* Active state when FAQ is open */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    background: #667eea;
    color: white;
}

.faq-item.active .faq-question {
    background: rgba(102, 126, 234, 0.1);
}

.faq-item.active .faq-question h3 {
    color: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-container {
        padding: 30px 15px;
        margin: 15px;
        border-radius: 10px;
    }
    
    .faq-header h2 {
        font-size: 2rem;
    }
    
    .faq-header p {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
        padding-right: 15px;
    }
    
    .faq-answer p {
        padding: 20px 0;
        font-size: 0.95rem;
    }
    
    .faq-icon {
        width: 25px;
        height: 25px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .faq-container {
        margin: 10px;
        padding: 20px 10px;
    }
    
    .faq-header h2 {
        font-size: 1.8rem;
    }
    
    .faq-question {
        padding: 15px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 15px 0;
        font-size: 0.9rem;
    }
}/* End custom CSS */