.professional-btn {
    background: #fcC005;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.professional-btn:hover {
   
    background: white;
    color: #fcC005;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    
}

.mobile-header-top .professional-btn {
    flex: 1;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    
}

/* Hero Section */
.hero {
   
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: 80px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
   
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-primary {
    background: #fcC005;
    color: #ffffff;
    
}

.btn-primary:hover {
    background: #05604E;
    color: white;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #05604E;
}

.btn-outline {
    background: transparent;
    color: #05604E;
    border: 2px solid #05604E;
}

.btn-outline:hover {
    background: #05604E;
    color: white;
}

/* Services Section */
.services {
    border-top: 1px solid #ffffff;
    padding: 80px 0;
 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}



.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(17, 32, 29, 0.25);
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card .btn{
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    background: #05604E;
    color: #ffffff;
    border: 2px solid #05604E;
}

.service-card .btn:hover {
    background: #FFF;
    color: #11201d;
    border: 2px solid #11201d;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);

}


.service-card:hover {
    transform: translateY(-10px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #fcC005;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #05604E;
    font-size: 30px;
    
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fCC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.service-card p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* CET Method Section */

.cet-method {
    border-top: 1px solid #ffffff;
    padding: 80px 0;
    color: white;
}

.method-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  
}

.step {
    text-align: center;
    flex: 1;
    min-width: 250px;
}


.step-icon {
    width: 60px;
    height: 60px;
    background: #05604E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
     text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.step p {
    color: #BBB;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}

.step-arrow {
    font-size: 2rem;
    color: #fcC005;
    align-self: center;
     text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}


.acet
{
    color: #fcC005;
    text-decoration: underline;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.acet:hover {
    text-decoration: underline;
    color: #fff;
}

.gotocet-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}



/* FAQ Section */
.faq {
    border-top: 1px solid #ffffff;
    padding: 80px 0;
   
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    overflow: hidden;
}

.faq-question {
    background: rgba(17, 32, 29, 0.25);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
  
    background: #fcC005; 
}
.faq-item:hover {
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    background: #fcC005;
    border-radius: 30px; 
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-answer {
   padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
    color: #333;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 1rem 1.5rem;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}




/* Realisation Section */
.realisation {
    padding: 80px 0;
    background: none;
    border-top: 1px solid #ffffff;
}


.realisation .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.realisation .section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 20px;
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    color: white;
}

.filter-btn.active,
.filter-btn:hover {
    background: #05604E;
    color: white;
    border-color: #05604E;
}

.realisation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.realisation-item {
    perspective: 1000px;
    height: 300px;
}

.realisation-item .card-content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}


.realisation-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    backface-visibility: hidden;
    opacity: 0.2;
}

.realisation-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.realisation-item h3 {
    color: #fcC005;
    font-size: 1.3rem;
    margin-bottom: 5px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.realisation-item h5 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}


.realisation-item p {
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.realisation-item .btn {
    background: #05604E;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #05604E;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.realisation-item .btn:hover {
    background: white;
    border: 2px solid white;
    color: #05604E;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.realisation-item:hover {
    transform: translateY(-10px);
}

/* Consultations Section */



.consultations {
    border-top: 1px solid #ffffff;
    padding: 100px 0;
   
}

.consultations .section-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Grid */
.consultation-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    align-items: stretch; 
}

/* Card */

.consultation-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    height: 100%; 
    background: rgba(17, 32, 29, 0.25);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    padding: 35px 30px; 
    border-radius: 30px; 
    position: relative; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.consultation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    
}


.consultation-card.featured {
    border: 2px solid #fCC005;
}

.badge {
    position: absolute;
    top: -14px;
    right: 20px;
    background: #fCC005;
    color: #000;
    padding: 6px 14px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 20px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* Typography */
.consultation-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fCC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;

}

.duration {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

/* List */
.consultation-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.consultation-card li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 0.95rem;
}

.consultation-card li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #05604E;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
}

.price-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;

}
.price-row .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.price-row .btn {
    background: #fCC005;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
}

.price-row .btn:hover {
    color: #fCC005;
    background: #fff;
   
}

.howtochoose {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fCC005;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.howtochoose:hover {
   
    color: #05604E;
  
}


/* How to Choose Consulting Section */
.choose-consulting {
    padding: 100px 0;
    background: none;
}

.choose-consulting .section-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.consulting-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.consulting-option {
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    text-align: center;
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.consulting-option:hover {
    transform: translateY(-10px);
}

.consulting-option h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #fcC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.option-list {
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.option-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.option-list li:last-child {
    border-bottom: none;
}

.option-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fcC005;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.option-note {
    font-style: italic;
    color: white;
    margin: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.still-unsure,
.important-note {
    text-align: center;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    background: rgba(17, 32, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.still-unsure h3,
.important-note h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #fcC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.still-unsure p,
.important-note p {
    font-size: 1.1rem;
    color: white;
    margin: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.still-unsure strong {
    color: #fcC005;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.consulting-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #fcC005;
    color: #ffffff;
    margin-top: 15px;
}

.consulting-btn:hover {
    background: #05604E;
    color: white;
}

/* Contact Section */
.contact {
    border-top: 1px solid #ffffff;
    padding: 100px 0;
   
}

.contact .section-title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 60px;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Grid Layout */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    border-radius: 30px;
    background: rgba(17, 32, 29, 0.25);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
}
/* Left: Contact Info */
.contact-intro {
    flex: 1 1 400px;
  
    padding: 40px 30px;
    
}

.contact-intro h3 {
    font-size: 1.8rem;
    color: #fCC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-weight: 700;
}



.contact-intro .btn-secondary {
    display: inline-block;
    margin-top: 25px;
    background: #fcC005;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #FCC005;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.contact-intro .btn-secondary:hover {
    background: #ffffff;
     color: #fcC005;
     border: 1px solid #ffffff;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.contact-points {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.contact-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}

.contact-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #fcC005; 
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}


/* Right: Form */
.contact-form-wrapper {
    flex: 1 1 450px;
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px;
   
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #05604E;
    outline: none;
}

.contact-form button.btn-primary {
    background: #05604E;
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.contact-form button.btn-primary:hover {
    background: #fff;
    color: #05604E;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* Think Together Section */
.think-together {
     display: none;
    padding: 100px 0;
    background: none;
    color: white;
    text-align: center;
}

.think-together .section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.think-content {
    max-width: 600px;
    margin: 0 auto;
}

.think-intro {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.9;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.think-together .btn {
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #fcC005;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.think-together .btn:hover {
    background: #05604E;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-content {
        flex-direction: column;
    }
}


/* Professional Page Styles */


/* For Idea Owners (Business Mode) - Show consultations, hide realisation */
body:not(.professional-page) #consultations{
    display: block;
}


body:not(.professional-page) #think-together
{
    display: none;
}

/* For Professionals - Show realisation, hide consultations */

.professional-page #think-together {
    display: block;
}

.professional-page #consultations,
.professional-page #consultations-link,
.professional-page #mobile-consultations-link
{
    display: none;
}

.professional-page .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    
}


/* Mobile Responsive */
@media (max-width: 768px) {
   
    /* Hero Section */
    .hero {
        margin-top: 100px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    /* Services */
    .section-title {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    /* CET Method */
    .method-steps {
        flex-direction: column;
    }
    
    .step-arrow {
        display: none;
    }
    
    /* Consultations */
    .consultation-options {
        grid-template-columns: 1fr;
    }
    

    
}


