html
{
    scroll-behavior: smooth;
}

body
{
    font-family: 'Rethink Sans', sans-serif;
    background: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    background: linear-gradient(180deg, rgb(200, 250, 250) 0%, rgb(255, 255, 255) 50%, rgb(255,255,255) 100%);
    background-repeat: no-repeat;
}


#hero-section
{
    color: #00BBB8;
}

#hero-section-col
{
    max-width: 100%;
    height: calc(75vh);
    max-height: 675px;
    background-color: rgba(255, 255, 255, 0.0);
    background: url("/dist/img/landing/House.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
}

.eight-point-baslik
{
    font-weight: bold;
    color: #50707F;
}

.eight-point-text
{
    font-size: 16px;
}

.eight-point-card
{
    border-radius: 15px; border:1px solid #cccccc
}

.point-bullet
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 24px;
    color: #50707F;

    border-radius: 50%;
    border : 2px dotted #50707F;
}
.location-focus
{
    color: #16364D;
    font-weight: 600;
}

.baslik
{
    color: #50707F;
}

a
{
    text-decoration: underline;
    color: #16364D;
    font-weight: 600;
}
h1
{
    color: #16364D;
    font-size: 100px;
    font-weight: bold;
    margin:0px;
    line-height: 80px;
    letter-spacing: -2px;
}

h2
{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
}

h3
{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}


.saving-input-wrapper
{
    padding-left: 10px;
    background-color: #fcfcfc;
    border-radius: 8px;
    border: 1px solid #DBDFE9;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important; /* optional: keeps normal border color */
}

.how-it-works-badge
{
    background-color: #F0FBFB;
    color: #16364D;
    font-weight: 600;
    border: 1px solid #cccccc;
    border-radius: 12px;
    font-size: 18px;
    line-height: 20px;
}
.btn
{
    border-radius: 12px;
}

.btn-std
{
    background-color: #00BBB8;
    color: white;
    transition: 0.3s;
}

.btn-std:hover
{
    background-color: #002929;
    color: white;
    transition: 0.3s;
}

.btn-koyu
{
    background-color: #16364D;
    color: white;
    transition: 0.3s;
}

.btn-koyu:hover
{
    background-color: #00BBB8;
    color: white;
    transition: 0.3s;
}

.btn-acik
{
    background-color: #ffffff;
    color: #00BBB8;
    transition: 0.3s;
}

.btn-acik:hover
{
    background-color: #00BBB8;
    color: #002929;
    transition: 0.3s;
}

.nav-item
{
    font-weight: 600;
}
.flip-card {
    perspective: 1000px;
    position: relative;
    border-radius: 15px;
    overflow: hidden; /* keeps content inside card */
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    backface-visibility: hidden;
    background-color: #fff; /* white card background */
    border-radius: 15px;
    overflow: hidden;
}

.card-front {
    z-index: 2;
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
}

.savings-breakdown {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
}

/* Pricing Section Styles */
.pricing-tabs {
    background-color: #f8f9fa;
    padding: 8px;
    border-radius: 50px;
    display: inline-flex;
    gap: 8px;
}

.pricing-tabs .nav-link {
    border-radius: 50px;
    padding: 12px 30px;
    color: #50707F;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}

.pricing-tabs .nav-link:hover {
    background-color: #e0e0e0;
}

.pricing-tabs .nav-link.active {
    background-color: #00BBB8;
    color: white;
}

.pricing-card {
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 187, 184, 0.2);
    border-color: #00BBB8;
}

.pricing-card-popular {
    border-color: #00BBB8;
    border-width: 3px;
}

.pricing-card-popular:hover {
    box-shadow: 0 10px 40px rgba(0, 187, 184, 0.3);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00BBB8 0%, #16364D 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
}

.pricing-header {
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-title {
    color: #16364D;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.pricing-duration {
    color: #50707F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-amount {
    margin: 15px 0;
}

.pricing-amount .currency {
    font-size: 24px;
    color: #00BBB8;
    font-weight: bold;
    vertical-align: super;
}

.pricing-amount .price {
    font-size: 48px;
    color: #16364D;
    font-weight: bold;
    line-height: 1;
}

.pricing-best-for {
    color: #50707F;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}

.pricing-features {
    padding-top: 20px;
}

.pricing-features ul {
    margin-bottom: 0;
}

.pricing-features ul li {
    padding: 8px 0;
    color: #50707F;
    font-size: 15px;
    line-height: 1.5;
}

.pricing-features ul li i {
    color: #00BBB8;
    margin-right: 10px;
    font-size: 18px;
}

.all-features-text {
    font-weight: 600;
    color: #16364D;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Add-ons Section */
.addon-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: white;
    border-radius: 12px;
    transition: all 0.3s;
}

.addon-item:hover {
    transform: translateX(5px);
}

.addon-item i {
    font-size: 28px;
    color: #00BBB8;
    min-width: 28px;
}

.addon-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.addon-details strong {
    color: #16364D;
    font-size: 14px;
    margin-bottom: 3px;
}

.addon-price {
    color: #00BBB8;
    font-weight: bold;
    font-size: 16px;
}

/* Contact Section */
.contact-info-card, .contact-form-card {
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info-card .card-body,
.contact-form-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-info-card {
    background: linear-gradient(135deg, #F0FBFB 0%, #ffffff 100%);
}

.contact-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #00BBB8 0%, #16364D 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 20px;
}

.contact-info-item strong {
    display: block;
    color: #16364D;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-info-item p {
    color: #50707F;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.contact-info-item a {
    color: #00BBB8;
    text-decoration: none;
    font-weight: 600;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #50707F;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background-color: #00BBB8;
    border-color: #00BBB8;
    color: white;
    transform: translateY(-3px);
}

/* Footer Social Links (Dark Background) */
.social-link-footer {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.social-link-footer:hover {
    background-color: #00BBB8;
    border-color: #00BBB8;
    color: white;
    transform: translateY(-3px);
}

.contact-label {
    color: #16364D;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-input {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    color: #16364D;
    transition: all 0.3s;
}

.contact-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 187, 184, 0.1);
    border-color: #00BBB8;
}

.contact-input::placeholder {
    color: #999;
}

/* Custom Modal Styling */
.yoosell-modal {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    font-family: 'Rethink Sans', sans-serif;
}

.yoosell-modal .modal-header {
    background: linear-gradient(135deg, #00BBB8 0%, #16364D 100%);
    color: white;
    border-bottom: none;
    padding: 20px 25px;
}

.yoosell-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
}

.yoosell-modal .modal-title i {
    font-size: 24px;
    color: white;
}

.yoosell-modal .modal-body {
    padding: 30px 25px;
    font-size: 16px;
    color: #50707F;
    line-height: 1.6;
}

.yoosell-modal .modal-footer {
    border-top: 1px solid #e0e0e0;
    padding: 20px 25px;
    justify-content: center;
}

.yoosell-modal .modal-footer .btn {
    min-width: 120px;
    font-size: 16px;
    font-weight: 600;
}

.btn-close-custom {
    background: transparent;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.btn-close-custom:hover {
    opacity: 0.8;
}

/* Newsletter Section */
.newsletter-section {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.newsletter-form .input-group {
    display: flex;
    gap: 0;
}

.newsletter-input {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px 0 0 10px;
    padding: 12px 15px;
    font-size: 14px;
    color: #16364D;
}

.newsletter-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #00BBB8;
    background-color: white;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-btn {
    border-radius: 0 10px 10px 0;
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

.newsletter-btn:hover {
    transform: none;
}

/* FAQ Accordion Styling */
.faq-accordion-item {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s;
}

.faq-accordion-item:hover {
    border-color: #00BBB8;
    box-shadow: 0 5px 15px rgba(0, 187, 184, 0.1);
}

.faq-accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #16364D;
    padding: 20px 25px;
    background-color: white;
    border: none;
}

.faq-accordion-button:not(.collapsed) {
    color: #00BBB8;
    background-color: #F0FBFB;
}

.faq-accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 28px;
    font-weight: bold;
    color: #00BBB8;
    width: auto;
    height: auto;
    transform: none !important;
    background-size: 0;
}

.faq-accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none !important;
    background-image: none !important;
}

.faq-accordion-body {
    padding: 25px;
    color: #50707F;
    font-size: 15px;
    line-height: 1.8;
    background-color: #fafafa;
}

.faq-accordion-body p {
    margin-bottom: 15px;
}

.faq-accordion-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-accordion-body li {
    margin-bottom: 10px;
}

.faq-accordion-body strong {
    color: #16364D;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .pricing-tabs {
        flex-direction: column;
        border-radius: 15px;
        width: 100%;
    }
    
    .pricing-tabs .nav-link {
        width: 100%;
        text-align: center;
    }
    
    .pricing-amount .price {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .pricing-card {
        margin-bottom: 20px;
    }
    
    .pricing-amount .price {
        font-size: 36px;
    }
    
    .pricing-title {
        font-size: 24px;
    }
    
    .addon-item {
        padding: 12px;
    }
    
    .addon-item i {
        font-size: 24px;
    }
    
    .addon-details strong {
        font-size: 13px;
    }
    
    .addon-price {
        font-size: 14px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-input {
        border-radius: 10px;
    }
    
    .newsletter-btn {
        border-radius: 10px;
        width: 100%;
    }
}

/* App Store & Google Play Download Buttons */
.app-download-link {
    display: inline-block;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 1;
    flex: 0 0 auto;
}

.app-download-link:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.app-store-img {
    width: 145px;
    height: 54px;
    object-fit: contain;
    display: block;
    border-radius: 6px;
}

/* Tablet and smaller */
@media (max-width: 991px) {
    .app-store-img {
        width: 120px;
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .app-store-img {
        width: 110px;
        height: 40px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .app-store-img {
        width: 100px;
        height: 36px;
    }
}