@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.iubenda-cs-brand-badge{display: none!important;}
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --wpap-primary: #0077B6;
    --wpap-secondary: #2196F3;
    --wpap-dark: #000000;
    --wpap-light: #f7fafc;
}

body {
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    background: #f5f7fa;
    line-height: 1.6;
}
.blu{
    background: linear-gradient(107deg, #2272FF 0%, #0D03C3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* oppure */
  color: transparent;
}

p,input,ul,li,label,table,tr,td,button,a{   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}
  p{margin-bottom: 0;}
  .navbar{background: #ffffff;}

  h2{font-weight: 700;}
ol, ul {
    padding-left: 0rem;
}
a:hover {
    color: #000000;
}
.cancel-icon i{color: #ffffff;}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    height: 65px;
}

/* Stili per language selector */
        .language-selector {
            position: relative;
            display: inline-block;
        }
        
        .language-current {
            background: transparent;
            border: 1px solid #e5e7eb;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            transition: all 0.2s;
        }
        
        .language-current:hover {
            border-color: var(--primary-color);
            background: #f9fafb;
        }
        
        .language-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            margin-top: 0.5rem;
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            display: none;
            min-width: 150px;
            z-index: 1000;
        }
        
        .language-dropdown.show {
            display: block;
        }
        
        .language-option {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            text-decoration: none;
            color: #374151;
            transition: all 0.2s;
        }
        
        .language-option:hover {
            background: #f3f4f6;
            color: var(--primary-color);
        }
        
        .language-option:first-child {
            border-radius: 0.5rem 0.5rem 0 0;
        }
        
        .language-option:last-child {
            border-radius: 0 0 0.5rem 0.5rem;
        }
        
        /* Aggiungi language selector al nav */
        .navbar .language-selector {
            margin-left: 1rem;
        }

  .breadcrumb {
            color: #718096;
            font-size: 14px;
            margin-bottom: 0;
        }


a.contact-button {
        background: #1323D4;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    text-align:center;
    text-decoration:none;
}

a.contact-button:hover {
    background-color: #4b5563;
    transform: translateY(-2px);
}
        .breadcrumb a {
            color: #0077B6;
            text-decoration: none;
        }
.navbar-toggler{background:#ffffff!important; width: 45px;height: 45px;border-radius: 60px;text-align: center;padding: 0}
.navbar-toggler-linea{transition: all 0.3s ease;border-radius:15px;background:#000000!important;height: 2px;width: 35px;margin-bottom: 5px;display:block;margin:0px auto 5px;position:relative;top:0;}
.navbar-toggler-linea:nth-child(3){margin-bottom: 0px; }
.menu-toggle-open .navbar-toggler-linea:nth-child(1){transform: rotate(45deg) translate(6px,6px);}
.menu-toggle-open .navbar-toggler-linea:nth-child(2){transform: translate(40px);opacity: 0;}
.menu-toggle-open .navbar-toggler-linea:nth-child(3){transform: rotate(-45deg) translate(4px,-4px);}
.navbar-expand-lg .navbar-nav .nav-link{
padding-right: 1.2rem!important;
        padding-left: 1.2rem!important;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link{text-align: center;}
}
 .logo {
            font-size: 24px;
            font-weight: 300;
            color: #1323D4;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo img {
            width: 32px;
            height: 32px;
        }
@media (max-width: 768px) {
  .navbar-nav .nav-link{text-align: center;}
  .navbar .d-flex{
justify-content: center !important;
  }
 .logo {
            font-size: 19px;
          
        }

           .logo img {
            width: 28px;
            height: 28px;
        }
}
b, strong {
    font-weight: bold;
}
.navbar-nav a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-nav a:hover,
.navbar-nav a.active {
    color: #1323D4;
}



    .hero {
        color: white;
        padding: 150px 20px 350px;
        text-align: center;
        position:relative;
        min-height: 60vh;
        z-index: 10;
    }
    @media (max-width: 768px) {
      min-height: 50vh;
    }
     /* .hero::after {content:"";
        position:absolute;
        background: linear-gradient(107deg, #2272FF 0%, #0D03C3 100%);
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity: 1;
        z-index: 0;
    }  */
    .hero::before {content:"";
        position:absolute;
        background: url(../img/header.jpg) lightgray 50% / cover no-repeat;

        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity: 1;
        z-index: 1;
    } 
    .hero *{position: relative;z-index: 10;}
    h1 {
        font-size: 72px;
        line-height: 1;
        margin-bottom: 40px;
        font-weight: 500;
        margin-left: auto;
        margin-right: auto;
    }
    .subtitle{
        color: #FFF;
text-align: center;


opacity: 0.8;
font-family: Inter;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 142.857% */
letter-spacing: -0.42px;
    }


.compatibility-badge {
  border-radius: 50px;
background: #FFF;
    color: #000000;
     font-size: 16px; 
    font-weight: 400;
    margin-top: 50px;
display: flex;
padding: 24px 40px;
justify-content: center;
align-items: center;
gap: 16px;
}

.compatibility-badge i {
    font-size: 18px;
}


/* Responsive */
@media (max-width: 768px) {
    .compatibility-badge {
        font-size: 13px;
        padding: 6px 16px;
    }
    
    .feature-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
}



@media (min-width: 1200px) {
    .h2, h2 {
       font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 60px */
letter-spacing: -0.5px;
    }
}


        
        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 40px;
            flex-wrap: wrap;
        }
        
        .trust-badge {
            text-align: center;
        }
        
        .trust-badge-number {
            font-size: 36px;
            font-weight: bold;
        }
        
        .trust-badge-label {
            font-size: 14px;
            opacity: 0.9;
        }
        
        .wpap-bigger-text-1 h1{ font-size: 46px;}
        .wpap-bigger-text-2 h1{ font-size: 52px;}
        .wpap-bigger-text-3 h1{ font-size: 58px;}
        .wpap-bigger-text-1 p{ font-size: 24px;}
        .wpap-bigger-text-2 p{ font-size: 32px;}
        .wpap-bigger-text-3 p{ font-size: 38px;}   
        .wpap-bigger-text-1 .trust-badge-number{ font-size: 40px;}
        .wpap-bigger-text-2 .trust-badge-number{ font-size: 46px;}
        .wpap-bigger-text-3 .trust-badge-number{ font-size: 52px;}   

        /* .wpap-line-height-1 h1{line-height: 2 !important;}
        .wpap-line-height-2 h1{line-height: 2.4 !important;}
        .wpap-line-height-3 h1{line-height: 2.8 !important;} */

        /* Pricing Toggle */
        .pricing-toggle {
            text-align: center;
            margin: 40px 0;
        }
        
        .toggle-wrapper {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            position:relative;
        }
        .toggle-wrapper *{
            z-index: 10;
            position:relative;
        }
        .toggle-wrapper::after {
            content: "";
            position: absolute;
            border-radius: 26px;
            border: 1px solid #000000;
            top: 3px;
            left: 0;
            width: calc(100% - 0px);
            height: calc(100% - 6px);
            z-index: 0;
        }
        .toggle-option {
            padding: 10px 20px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 500;
        }
        
        .toggle-option.active {
            background: #9BC9FF;
        }
        
        .save-badge {
            
            color: #838383;
            border-radius: 20px;
            font-size: 12px;
            vertical-align: middle;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        /* Pricing Cards */
        .pricing-container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        @media (max-width: 1249px) {
            .pricing-container {
                max-width: 1600px;
                margin: 0 auto;
                padding: 20px;
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(390px, 2fr));
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
          .pricing-container {
                max-width: 1600px;
                margin: 0 auto;
                padding: 20px;
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
                gap: 30px;
            }
        }
        
         .img_under img{
            position: relative;
            z-index: 100;
            margin-top: -200px;
            box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.30);
            border-radius: 20px;
        }

        .img_under img{
                        border-radius: 20px;

        }
        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            position: relative;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 2px solid transparent;
            box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.10);

        }
        
        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .pricing-card.recommended {
            border-color: #1323D4;
            transform: scale(1.05);
        }
        
        .recommended-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #1323D4;
            color: white;
            padding: 2px 25px;
            border-radius: 20px;
          font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 215.385% */
letter-spacing: 1.3px;
        }
        
        .plan-name {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #000000;
        }
        
    .price {
        font-size: 50px;
        font-weight: 400;
        color: #0F0BC7;
        margin: 0;
        line-height: 1.1;
    }
    .enterprise-price-text{
        text-align: left;
        font-size: 30px;
    }
        
    .price-period {
        font-size: 18px;
        color: #838383;
        font-weight: normal;
    }
    
    .old-price {
        text-decoration: line-through;
        color: #000000;
        font-size: 24px;
        margin-right: 10px;
    }

    .original-price {
        color: #000000;
        text-decoration: line-through;
        font-size: 21px;
        font-size: 1.2rem;
        margin-bottom: 8px;
        font-weight: 400;
        display:inline-block;
    }
.original-price2 {
    font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 142.857% */
letter-spacing: -0.42px;
text-decoration-line: line-through;
color: #000000;
display: inline-block;
}
    /* .recommended .price {
        color: #10b981;
    } */
.discount-badge2{

    margin-left: 10px;
border-radius: 100px;
background: #9BC9FF;
padding: 1px 15px;

color: #000;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
}
.discount-badge {
    display: inline-block;
    background: #9BC9FF;;
    color: #000000;
    padding: 2px 8px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0;
    /* animation: pulse 2s infinite; */
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive per prezzi */
@media (max-width: 768px) {
    .original-price {
        font-size: 1rem;
    }
    
    .price {
        font-size: 2rem;
    }
}


        
        .features {
            list-style: none;
            margin: 30px 0;
        }
        
        .features li {
            padding: 10px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #4a5568;
        }
        
        /* .features li::before {
            content: '✓';
            color: #48bb78;
            font-weight: bold;
            font-size: 18px;
        } */
        
        .cta-button {
            display: block;
            width: 100%;
            padding: 15px 30px;
            background: #1323D4;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
        }
        
        .cta-button:hover {
            background: #1323D4;
            transform: translateY(-2px);
        }
        
        .pricing-card.recommended .cta-button {
            background: #1323D4;
        }
        
        /* Trial Section */
        .trial-section {
            border-radius: 20px;
            background: url(../img/box-prova.jpg) no-repeat center center;
            background-size: cover;
            padding: 80px 0px;
            text-align: center;
        }
        
        .trial-section h2 {
            margin-bottom: 20px;
            color: #ffffff;
        }
        
        .trial-section p {
            color: #ffffff;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 142.857% */
letter-spacing: -0.42px;

opacity: 0.8;
        }
        .trial-section .btn {
            border-radius: 50px;
            padding: 18px 40px;
            background: #ffffff;
            font-weight: 700;
            font-size: 21px;
                        color: #1323D4;

        }
        
        .trial-button {
            display: inline-block;
            padding: 15px 40px;
            background: white;
            color: white;
            text-decoration: none;
            border-radius: 10px;
            font-weight: bold;
            font-size: 18px;
            border: 2px solid #1323D4;
            transition: all 0.3s;
        }
        
        .trial-button:hover {
            background: #0077B6;
            color: white;
        }
        
        /* Features Grid */
        .features-section {
            margin: 80px auto 0px;
            padding: 0 20px;
        }
        
        .features-section h2 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 50px;
            font-weight: 700;
        }
        
        .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px 0px;
}
@media (max-width: 768px) {
  .feature-card{
    gap: 20px;
  }
}

/* Feature card evidenziata */
.feature-card.highlight-card {
    display: flex;
padding: 30px;
align-items: flex-start;
gap: 32px;
align-self: stretch;
   border-radius: 20px;
background: #FFF;
color: #000000;
box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.10);
}
.feature-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .feature-card.highlight-card{
        gap: 20px;
    }
  .feature-icon{
     width: 40px;
    height: 40px;
  }
}
.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-content {
    flex: 1;
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
    color: #ffffff;
}

.feature-card p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}
   .feature-card.highlight-card p,.feature-card.highlight-card h3{
    color: #000000;

   }     
        /* FAQ Section */
        .faq-section {
            background: white;
            padding: 80px 20px;
        }
        
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-section h2 {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .faq-item {
            margin-bottom: 20px;
                        border-radius: 20px;
border: 1px solid #DFDFDF;
            overflow: hidden;
        }
        
        .faq-question {
            padding: 20px;
            background: #ffffff;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;

            color: #000000;
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s;
            color: #000000;
        }
        
        .faq-item.active .faq-answer {
            padding: 0px 20px 20px 20px;
            max-height: 500px;
        }
        
        .faq-item.active .faq-question::after {
            content: '−';
        }
        
        .faq-question::after {
            content: '+';
            font-size: 24px;
            font-weight: 300;
            color: #1323D4;
        }
        
        /* Footer */
        .footer {
            background: #1323D4;
            color: white;
            padding: 40px 20px;
            text-align: center;
        }
        
        .footer a {
            color: #ffffff;
            text-decoration: none;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
             h1 {
                font-size: 32px;
            }
            
            .pricing-card.recommended {
                transform: none;
            }
            
            .nav-links {
                display: none;
            }
            
            .trust-badges {
                gap: 20px;
            }
        }
        
        /* Loading spinner */
        .spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        /* Garanzia */
        .guarantee {
            text-align: center;
            padding: 0px;
            margin: 80px auto 30px;
            max-width: 1000px;
        }
        
       .comparison-table .check-mark i{
            color: #62d642;
    
        }

.comparison-table .x-mark svg{
    fill: #d73c25;
    width: 22px;
}


.comparison-table {
    background: #ffffff;
            margin: 60px auto;
            overflow-x: auto;
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.07);
            border-radius: 20px;
            padding: 50px 40px 40px 40px;

        }
        @media (max-width: 768px) {
          .comparison-table{
            padding: 30px 10px 30px 10px;
          }
        }
        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }
        
        .comparison-table th,
        .comparison-table td {
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .comparison-table th {
            font-weight: 600;
            position: sticky;
            top: 0;
            z-index: 10;
            border-bottom: 0;
        }
        
        .comparison-table tr:hover {
            background: #f9fafb;
        }
        
        .comparison-table .feature-name {
            text-align: left;
            font-weight: 500;
            color: #000000;
            opacity: 0.7;
        }
        
        .plan-header, thead .feature-name {
            background: #ffffff;
            color: #000000;
            font-size: 1.2em;
            padding: 30px 20px !important;
            border-bottom:0;
        }
        
        .recommended-header {
            /* background: #10B981; */
            position: relative;
        }
        
        .roi-calculator {
            background: #f7fafc;
            padding: 40px;
            border-radius: 10px;
            margin: 60px auto;
            max-width: 800px;
        }
        
        .roi-calculator h3 {
            text-align: center;
            margin-bottom: 30px;
            color: #1a202c;
        }
        
        .roi-inputs {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .roi-input-group {
            display: flex;
            flex-direction: column;
        }
        
        .roi-input-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #4a5568;
        }
        
        .roi-input-group input {
            padding: 12px;
            border: 2px solid #e2e8f0;
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .roi-input-group input:focus {
            outline: none;
            border-color: #4F46E5;
        }
        
        .roi-results {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .roi-result-item {
            display: flex;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .roi-result-item:last-child {
            border-bottom: none;
            font-size: 1.2em;
            font-weight: bold;
            color: #10B981;
        }
        
        .roi-result-value {
            font-weight: 600;
            color: #4F46E5;
        }
        
        .use-cases {
            padding: 80px 0;
            background: #f9fafb;
        }
        
        .use-cases h2 {
            text-align: center;
            margin-bottom: 50px;
            font-size: 2.5em;
            color: #1a202c;
        }
        
        .use-case-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .use-case {
            background: white;
            padding: 50px 40px;
            border-radius: 20px;
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.07);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }
        
        .use-case:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 25px rgba(0,0,0,0.12);
        }
        
        .use-case-icon {
            font-size: 3em;
            margin-bottom: 20px;
        }
        
        .use-case h3 {
            font-size: 1.5em;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .use-case p {
            color: #000000;
            line-height: 1.6;
            margin-bottom: 20px;
            
opacity: 0.7;
        }
        
        .use-case-benefits {
            text-align: left;
            margin-top: 20px;
            padding-top: 20px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        
        .use-case-benefits li {
            text-align: center;
            padding: 5px 0;
            font-weight: 600;
            color: #000000;
            list-style: none;
            position: relative;
            /* padding-left: 25px; */
        }
        
        /* .use-case-benefits li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10B981;
            font-weight: bold;
        } */




        .testimonials-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}


#features-box{

color: #ffffff;
padding: 100px;
align-items: center;
position:relative;
z-index: 10;
}
@media (max-width: 768px) {
  #features-box{
    padding: 40px 0px;

  }
}
#features-box *{
position:relative;
z-index: 10;
}

#features-box::after {content:"";
    position:absolute;
    background: linear-gradient(107deg, #2272FF 0%, #0D03C3 100%);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 0;
}


.testimonials-section h2 {
    margin-bottom: 3rem;
    color: #000000;
}

.testimonial-carousel {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-item {
    text-align: center;
    padding: 40px 60px;
}

.testimonial-item .stars {
    color: #fbbf24;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.testimonial-item .stars i {
    margin: 0 2px;
}

.testimonial-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    background-size: 20px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
    height: 5px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 15px;
}

.author-info h4 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: #333;
}

.author-info p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* Carousel customization */
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: none;
}

.carousel-indicators button.active {
    background-color: #0077B6;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: #4b5563;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #4b5563;
    border-radius: 50%;
    padding: 20px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .testimonial-item {
        padding: 30px 20px;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
    }
    
    .testimonials-section h2 {
        font-size: 2rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}






/* Trial Card Styles */
.trial-card {
    border: 2px dashed #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(16, 185, 129, 0.02) 100%);
}

.trial-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.trial-price .price {
    color: #10b981;
    font-size: 48px;
    font-weight: 700;
}

.trial-price .price-period {
    display: block;
    font-size: 16px;
    color: #4b5563;
    margin-top: 8px;
}

.trial-button {
padding: 15px 30px;
    background: #1323D4;
    color: white;
    text-decoration: none;
    border-radius: 50px;
}

.trial-button:hover {
    background: #059669;
    border-color: #059669;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trial-badge {
        font-size: 11px;
        padding: 3px 12px;
    }
    
    .trial-price .price {
        font-size: 36px;
    }
}