* {
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #f3f3f4;
}

header {
    display: inline-block;
    width: 100%;
    padding-top: 18px;
    background-color: #fff;
}

header .header-top {
    width: 100%;
    background-color: #3AB6D6;
    display: block;
    margin-top: 23px;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    padding-bottom: 4px;
    font-weight: 500;
    position: relative;
}

header .header-top a {
    text-decoration: none;
    color: #fff;
}

header .logo-area {
    height: 42px;
    margin-top: -1px;
}

header .nav-area {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: -3px;
}

header .nav-area li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .nav-area li a{
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    color: #2d2d2d;
}

header .nav-area li a.satici{
    background-color: #44bb4d;
    color: #fff;
    border-radius: 5px;
    margin-left: 8px;
}

header .nav-area li a.mobile-home-link {
    display: none;
}

header .diji-menu {
    margin: 0;
    padding: 0;
    float: right;
}

header .diji-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

header .diji-menu li a{
    margin: 0;
    text-decoration: none;
    color: #1e1f28;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

header .diji-menu > li > a > ion-icon{
    font-size: 15px;
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

header .basket-area, header .basket-area:hover {
    float: right;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    padding: 13px 15px;
    background-color: #1e1f28;
    margin-top: -8px;
    border-radius: 8px;
}

header .basket-area ion-icon{
    float: left;
    font-size: 21px;
    text-decoration: none;
    margin-right: 6px;
    margin-top: 1px;
}
header .basket-area p{
    float: left;
    font-size: 15px;
    margin-top: 1px;
    font-weight: 400;
    margin-bottom: 0;
}

.slider-area {
    position: relative;
    display: inline-block;
    width: 100%;
    background-position: center;
    padding: 0px;
    padding-top: 85px;
    background-size: cover;
}

.slider-area .hood {
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 500;
    color: #2b9834;
    line-height: 37px;
    text-align: left;
    margin-top: 45px;
    font-weight: 700;
}

.slider-area .hood span {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}

.search-area {
    width: 100%;
    padding: 0px;
    margin-bottom: 135px;
}

.search-area .search-line {
    background-color: #dff2f8d1;
    padding: 17px 20px;
    border-radius: 6px;
    padding-bottom: 5px;
}

.search-area .search-line #selectionTags {
    display: table;
    margin: 0 auto;
    width: auto;
    margin-bottom: 11px;
    margin-top: 11px;
}

.search-area .search-line #selectionTags .tag {
    color: #fff;
    float: left;
    background-color: #44bb4d;
    padding: 7px 17px;
    margin: 0px 5px;
    border-radius: 8px;
    font-size: 14px;
}

.search-area .search-line #stepContent {
    padding: 0px 16px;
    overflow: auto;
    height: 260px;
}

.search-area .search-line #stepContent button {
    color: #44bb4d;
    background-color: #ddebe1;
    width: 100%;
    float: left;
    border: 0;
    margin: 0px;
    margin-bottom: 5px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}

.search-area .search-line .step-title {
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(120deg, #44bb4d, #145a3a, #0e3e29);
    color: #fff;
    text-align: center;
    padding: 14px 0px;
}

.search-area .submit-area {
    padding: 0px 16px;
    padding-top: 8px;
}

.search-area .submit-area button{
    color: #fff;
    background-color: #44bb4d;
    border: 0;
    width: 100%;
    padding: 13px 5px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 15px;
}

.search-area .submit-area button.btn-disabled {
    background-color: rgba(25, 133, 70, 0.62);
}

.search-area ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -7px;
    background-color: #fff;
    max-width: 540px;
    border-radius: 10px 10px 0px 0px;
}

.search-area ul li{
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px ;
}

.search-area ul li label input {
    display: none;
}

.search-area ul li label {
    width: 100%;
    background-color: rgba(25, 133, 70, 0.16);
    border: 0px;
    padding: 17px 5px;
    font-weight: 500;
    border-radius: 10px 0px 0px 0px;
    color: #44bb4d;
    font-size: 15px;
    text-align: center;
}


.search-area ul li:last-child label {
    border-radius: 0px 10px 0px 0px;
}

.search-area ul li label.active {
    color: #fff;
    background-color: #44bb4d;
}

.search-area  .form-group {
    width: 100%;
}

.search-area .form-group label{
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}

.search-area .form-group .choices__inner {
    width: 100%;
    outline: 0;
    border: 0px;
    padding: 12px 22px !important;
    margin-bottom: 17px;
    background-color: #f3f3f4;
    border-radius: 5px;
}

.search-area  .choices[data-type*=select-one]::after {
    margin-top: -9.5px !important;
}


.search-area .form-group input, .search-area .form-group input:focus, .search-area .form-group input:active {
    width: 100%;
    outline: 0;
    border: 0px;
    padding: 15px 22px;
    margin-bottom: 17px;
    background-color: #f3f3f4;
    border-radius: 5px;
    box-shadow: none;
}

.search-area .form-group button {
    width: 100%;
    border: 0px;
    outline: 0;
    background-color: #44bb4d;
    color: #fff;
    padding: 14px 5px;
    border-radius: 5px;
    margin-top: 30px;
}


.ads-campaign  {
    margin-top: 45px;
    padding: 15px 0px;
}

.ads-campaign img {
    width: 100%;
}

.vitrin-area {
    margin-top: 45px;
}

.vitrin-area .item {
    width: 100%;
    padding: 0px 7px;
}


.product {
    width: 100%;
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 9px;
    border-radius: 10px;

}

.product .image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.product .price {
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
    color: #424242;
    margin-bottom: 5px;
}

.product h6 {
    font-size: 15px;
    width: 100%;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-campaign {
    padding-top: 75px;
}

.non-padding {
    padding: 0 !important;
}


.home-campaign img{
    width: 100%;
    border-radius: 10px;
}

.hood-cate {
    text-align: center;
}

.hood-cate h4 {
    font-weight: 500;
    font-size: 22px;
}

.hood-cate p {
    font-weight: 500;
    font-size: 15px;
}

/* Seller Cards Carousel - Minimal Design */
/* Sellers Grid Wrapper */
.sellers-grid-wrapper {
    margin-top: 40px;
    padding: 0 15px 50px;
}

.sellers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Seller Card Horizontal */
.seller-card-horizontal {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    height: 100%;
}

.seller-card-horizontal:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-color: #158544;
}

.seller-card-link-horizontal {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 140px;
}

.seller-card-image-horizontal {
    width: 140px;
    min-width: 140px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.seller-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(21, 133, 68, 0.1) 0%, rgba(21, 133, 68, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.seller-card-horizontal:hover .seller-image-overlay {
    opacity: 1;
}

.seller-card-content-horizontal {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.seller-card-title-horizontal {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.seller-card-name-horizontal {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px 0;
    font-weight: 500;
    line-height: 1.4;
}

.seller-card-location {
    font-size: 13px;
    color: #158544;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    margin-top: auto;
}

.seller-card-location i {
    font-size: 14px;
    opacity: 0.8;
}

.seller-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: #158544;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seller-card-horizontal:hover .seller-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

.seller-card-arrow i {
    transition: transform 0.3s ease;
}

.seller-card-horizontal:hover .seller-card-arrow i {
    transform: translateX(2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .sellers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .seller-card-image-horizontal {
        width: 120px;
        min-width: 120px;
    }
    
    .seller-card-content-horizontal {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .sellers-grid-wrapper {
        padding: 0 10px 30px;
    }
    
    .sellers-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .seller-card-link-horizontal {
        min-height: 120px;
    }
    
    .seller-card-image-horizontal {
        width: 100px;
        min-width: 100px;
    }
    
    .seller-card-content-horizontal {
        padding: 14px;
    }
    
    .seller-card-title-horizontal {
        font-size: 15px;
    }
    
    .seller-card-name-horizontal {
        font-size: 12px;
    }
    
    .seller-card-location {
        font-size: 12px;
    }
    
    .seller-card-arrow {
        width: 28px;
        height: 28px;
        bottom: 14px;
        right: 14px;
        font-size: 11px;
    }
}


footer {
    background-color: #1e1f28;
    width: 100%;
    min-height: 500px;
    padding-top: 5px;
    margin-top: 55px;
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 100%;
    max-width: 520px;
}

.product-result .product {
    margin-top: 25px;
}

.filter-area {
    background-color: #fff;
    margin-top: 25px;
    padding: 21px;
    border-radius: 5px;
}

.filter-area label {
    font-size: 14px;
}

.filter-area select, .filter-area input, .filter-area input:focus, .filter-area input:active {
    width: 100%;
    outline: 0 !important;
    border: 0px;
    padding: 12px 16px;
    margin-bottom: 15px;
    background-color: #f3f3f4;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
}

.filter-area button {
    background-color: #44bb4d;
    color: #fff;
    width: 100%;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 5px;
    border-radius: 5px;
    outline: 0 !important;
}

@media(min-width: 768px){
    .filter-area button {
        margin-top: 31px;
    }
}

.product-detail {
    padding-top: 45px;
}

.product-gallery {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* Orijinal SVG'yi iptal eder */
    width: 2.5rem;
    height: 2.5rem;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: solid #44bb4d;
    border-width: 0 3px 3px 0;
    padding: 6px;
}

.carousel-control-prev-icon::before {
    transform: rotate(135deg);
}

.carousel-control-next-icon::before {
    transform: rotate(-45deg);
}


.product-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

.product-info h6 {
    font-weight: 300;
}

.product-info h6 span {
    font-weight: 300;
    display: table;
    background-color: #313131;
    padding: 7px 15px;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}

.product-info h1 {
    font-weight: 300;
    font-size: 21px;
    margin-top: 15px;
}

.product-info .product-price {
    color: #363636;
    font-size: 21px;
    margin-bottom: 8px;
    border-bottom: 1px solid #cccccc8c;
    padding-bottom: 7px;
}

.product-info .product-price span {
    color: #535353;
    text-decoration: line-through;
    font-weight: 300;
    display: block;
    float: left;
    margin-right: 12px;
}


.product-info .customer-view {
    background-color: #fff5eb;
    display: table;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 13px;
    border: 1px solid #edddc975;
}

.product-info .customer-view img{
    height: 18px;
    width: auto;
    margin-right: 7px;
}

.product-info .add-basket {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}

.product-info .add-basket .adet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.product-info .add-basket .adet label {
    width: 100%;
}

.product-info .add-basket .adet select {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px;
    outline: 0;
}

.product-info .add-basket button {
    width: 100%;
    background-color: #000;
    color: #fff;
    outline: 0;
    height: 48px;
    margin-top: 26px;
    border: 0px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
}

.product-info .add-basket button span {
    display: table;
    margin: 0 auto;
}

.product-info .add-basket button ion-icon {
    font-size: 20px;
    float: left;
    margin-right: 8px;

    color: #fff;
}

.product-info .content  {
    margin-top: 15px;
}


.product-info .content h3 {
    font-size: 15px;
    background-color: #ebebeb;
    padding: 9px 12px;
    font-weight: 400;
}

.product-info .content .text {
    padding: 5px 12px;
    font-size: 14px;
}

.product-feature {
    margin-top: 20px;
}

.product-info .feature-ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.product-info .feature-ul li{
    margin: 0;
    padding: 0 5px;
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.product-info .feature-ul li p{
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    padding: 7px 7px;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-info .feature-ul li p b {
    font-weight: 600;
}


.login-area h2{
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 42px;
}

.login-area p{
    margin-top: 11px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .25px;
    color: #74798c;
    text-align: center;
}

.login-ads-area  {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
}

.login-ads-area .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
}

.login-ads-area .owl-dots .active {
    background-color: rgba(4, 57, 92, 0.84);
}

.login-ads-area .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    background-color: rgba(76, 156, 229, 0.84);
    border-radius: 20px;
    margin: 0px 2px;
}

.login-ads-area img {
    width: 100%;
}

.login-area .password-reset-btn {
    color: #a0a5ba;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: -2px;
    padding: 0 4px;
}

.login-area form input, .login-area form select, .login-area form select:focus, .login-area form select:active {
    width: 100%;
    border-radius: 10px;
    color: #1f1f1f;
    height: 60px;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    margin-bottom: 17px;
    padding: 15px 18px;
    font-weight: 400;
    box-shadow: none;
}

.login-area form input:focus {
    color: #212529;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    box-shadow: none;
    border-radius: 5px !important;
}

.login-area form button {
    width: 100%;
    border-radius: 10px;
    background: #44bb4d;
    color: #fff;
    height: 60px;
    outline: 0;
    border: 0;
    font-size: 17px;
    transition: all 500ms;
    margin-bottom: 15px;
}

.login-area form button:hover {
    background: #126e38;
    transition: all 500ms;
}

.login-area .company-type {
    width: 100%;
    margin-bottom: 5px;
}

.login-area .company-type h6 {
    width: 100%;
    color: #04395c;
}

.login-area .company-type label{
    width: 100%;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
}

.login-area .company-type label input{
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

.login-area .company-type label p{
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 300 !important;
}


.footer-page-list {
    margin: 0 auto;
    padding: 0;
    display: table;
    margin-top: 10px;
}

.footer-page-list li {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    float: left;
    margin-top: 15px;
}

.footer-page-list li a {
    text-decoration: none;
    color: #797c89;
}


.login-box {
    width: 600px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    padding: 33px;
    margin-top: 45px;
    padding-top: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px #cccccc5c;
}

.product-result-none {
    text-align: center;
    margin-top: 30px;
}

.product-result-none  ion-icon {
    font-size: 32px;
}

.basket-null-area {
    margin-top: 50px;
    margin-bottom: 25px;
}

.basket-null-area .order-start-btn {
    display: table;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 5px;
    color: #fff;
    background-color: #44bb4d;
    padding: 12px 30px;
    border-radius: 50px;
    outline: 0;
    font-size: 15px;
}



footer {
    background-color: #168544;
    width: 100%;
    padding-top: 42px;
    margin-top: 0px;
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
}

footer .top-footer {
    padding: 26px 35px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 23px;
    background-color: #106634;
    border-radius: 11px;
}

/* Footer Content Wrapper */
.footer-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 40px 0;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Footer Section Styles */
.footer-menu-section,
.footer-app-section {
    flex: 1;
    min-width: 280px;
}

.footer-section-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    position: relative;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.footer-section-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.5));
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-menu-section:hover .footer-section-title::before,
.footer-app-section:hover .footer-section-title::before {
    width: 120px;
}

/* Footer Menu List */
.footer-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.footer-menu-list li {
    list-style: none;
}

.footer-menu-list a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding-left: 0;
    line-height: 1.5;
}

.footer-menu-list a::before {
    content: '';
    position: absolute;
    left: -15px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-menu-list a::after {
    content: '→';
    position: absolute;
    left: -25px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.footer-menu-list a:hover {
    color: #fff;
    padding-left: 30px;
    transform: translateX(8px);
}

.footer-menu-list a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.footer-menu-list a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Footer App Buttons */
.footer-app-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.footer-app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    min-width: 150px;
    position: relative;
    overflow: hidden;
}

.footer-app-btn::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.6s ease;
}

.footer-app-btn:hover::before {
    left: 100%;
}

.footer-app-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.footer-app-btn:active {
    transform: translateY(0);
}

.footer-app-btn i {
    font-size: 18px;
    opacity: 0.95;
    transition: transform 0.3s ease;
}

.footer-app-btn:hover i {
    transform: scale(1.15) rotate(5deg);
}

.footer-app-btn span {
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 500;
}

footer .iyzico {
    padding: 20px 0px;
    margin-top: 25px;
    background-color: #44bb4d40;
}

footer .iyzico svg {
    width: 100%;
    max-width: 400px;
    display: table;
    margin: 0 auto;
}

footer .copyright {
    background-color: #f3f3f4;
    display: table;
    margin: 0 auto;
    color: #2d2c2c;
    width: 100%;
    text-align: center;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #353535;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #2d2c2c;
}


footer .copyright ul li:last-child {
    border-right: 0px dashed #313131;
}


footer .address {
    color: #d0d0d0;
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 21px 0px;
}


footer .contact {
    text-decoration: none;
    float: left;
    display: inline-flex;
}

footer .contact svg {
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}

footer .contact p {
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

footer .contact p span {
    font-size: 15px;
    font-weight: 400;
}

footer .social-area {
    float: right;
    margin: 0;
}

footer .social-area li {
    float: left;
    margin-left: 12px;
    list-style: none;
}

footer .social-area li a{
    color: #fff;
    border: 1px solid #fff;
    width: 41px;
    display: block;
    height: 41px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    padding-top: 8px;
}



.search-area-ozl {
    background-color: #158544;
    padding: 37px 0px;
}

.search-area-ozl h3 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.search-area-ozl .search {
    width: 100%;
    max-width: 700px;
    display: table;
    margin:  0 auto;
}

.search-area-ozl .search input {
    width: calc(100% - 100px);
    float: left;
    outline: 0;
    border: 0;
    height: 43px;
    padding: 5px 15px;
    border-radius: 55px 0px 0px 55px;
}

.search-area-ozl .search button {
    width: 100px;
    float: left;
    height: 43px;
    border: 0px;
    padding: 5px 15px;
    border-radius: 0px 55px 55px 0px;
    font-size: 19px;
    font-weight: 600;
    background-color: #2cb6d6;
    color: #fff;
}

.ozel-input-search {
    position: relative;
}

.ozel-input-search input{
    padding-right: 150px !important;
    position: relative;
    z-index: 2;
}

.ozel-input-search button {
    position: absolute !important;
    top: 7px;
    right: 7px;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border-radius: 2px !important;
    font-size: 14px;
    background-color: #3bb6d7 !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ozel-input-search button .location-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
}


.service-select {
    margin: 35px 0px;
}

.service-select .car-image {
    width: 100%;
    background-color: #158544;
    border-radius: 10px;
}

.service-select .car-image img{
    width: 100%;
    margin-bottom: -90px;
    margin-top: -73px;
}

.service-select .car-image h5{
    color: #fff;
    margin-top: 37px;
    font-size: 27px;
}

.service-select .car-image p{
    color: #fff;
}

.service-select .car-image .city-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 6px 21px;
    border-radius: 9px;
    margin-top: -4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.service-select .car-image .city-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.service-select .car-image .city-badge i {
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}

.service-select .car-image .city-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.service-list {
    background-color: #f9f9f9;
    margin-top: 35px;
    padding: 25px 0px;
}

.service-list .service {
    background-color: #dff2f8;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.service-list .service p{
    margin: 0;
    padding: 0;
    color: #636363;
    font-weight: 600;
    float: left;
}

.service-list .service svg{
    height: 26px;
    fill: #636363;
    float: left;
    margin-right: 12px;
}

.service-list .service i{
    float: right;
    margin-top: 5px;
    color: #636363;
}


.service-list .service:hover {
    background-color: #158544;
}

.service-list .service:hover svg {
    fill: #fff;
}

.service-list .service:hover i {
    color: #fff;
}

.service-list .service:hover p {
    color: #fff;
}

.service-list .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.service-list .row .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.repairman-area {
    background-color: #f9f9f9;
    margin-top: 35px;
    padding: 25px 0px;
}

.repairman-area .repairman  {
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 13px #cccccc69;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0px;
}

.repairman-area .repairman img {
    width: 100%;
    border-radius: 5px;
}

.repairman-area .repairman h6 {
    font-size: 21px;
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.repairman-area .repairman ul {
    margin: 0;
    padding: 0;
}


.repairman-area .repairman ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    font-size: 15px;
    width: 33.33%;
    float: left;
    padding-right: 15px;
}

.repairman-area .repairman ul li a{
    text-decoration: none;
    display: block;
    background-color: #dff1f8;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    border-radius: 5px;
    color: #3a3a3a;
    font-weight: 600;
}

.repairman-area .repairman ul li:first-child {
    margin-bottom: 15px;
    width: 100%;
}

.repairman-area .repairman ul li:last-child {
    margin-bottom: -5px;
    width: 100%;
}

.repairman-area .repairman ul li:last-child a{
    color: #fff;
    background-color: #158544;
}

.repairman-area .repairman .image {
    height: 100%;
    width: auto;
    background-position: center;
    background-size: contain;
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #cccccc5e;
    background-color: #cccccc2e;
}

/* Exact Seller Card Design - Matching Image */
.seller-card-exact {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.seller-image-exact-wrapper {
    display: block;
    height: 100%;
    text-decoration: none;
}

.seller-image-exact {
    width: 100%;
    height: 222px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seller-content-exact {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.seller-top-section {
    margin-bottom: 20px;
}

.seller-title-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    gap: 20px;
}

.seller-company-exact {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.2px;
}

.seller-rating-exact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    flex-shrink: 0;
    text-align: right;
}

.rating-top {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

.rating-top i {
    color: #158544;
    font-size: 15px;
    margin-top: 1px;
}

.rating-score-exact {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.rating-text-exact {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-left: 2px;
}

.review-count-exact {
    font-size: 12px;
    color: #999;
    margin: 0;
    font-weight: 400;
    text-align: right;
    line-height: 1.3;
}

.seller-owner-exact {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

.seller-buttons-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seller-buttons-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-action-small {
    flex: 1;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: #e3f2fd;
    color: #1976d2;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
}

.btn-action-small:hover {
    background-color: #bbdefb;
    color: #0d47a1;
}

.btn-action-small i {
    font-size: 14px;
}

.btn-action-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #158544;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
    width: 100%;
}

.btn-action-primary:hover {
    background-color: #0d5c2f;
    color: #fff;
}

.btn-action-primary i {
    font-size: 15px;
}

@media (max-width: 768px) {
    .seller-image-exact {
        height: 180px;
    }
    
    .seller-content-exact {
        padding: 16px;
        min-height: 180px;
    }
    
    .seller-title-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .seller-rating-exact {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .seller-company-exact {
        font-size: 18px;
    }
    
    .seller-owner-exact {
        font-size: 14px;
    }
    
    .seller-buttons-row {
        flex-direction: column;
    }
    
    .btn-action-small {
        width: 100%;
        min-width: auto;
    }
    
    .btn-action-primary {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Search Header */
.search-header {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    padding: 30px 0;
    margin-bottom: 0;
}

.search-header .search-info {
    text-align: center;
    padding: 20px 0;
}

.search-header .search-info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.search-header .search-info-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1) rotate(5deg);
}

.search-header .search-info-icon i {
    font-size: 32px;
    color: #fff;
}

.search-header .search-info h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.search-header .search-info h4 .brand-name {
    color: #fff;
    font-weight: 700;
}

.search-header .search-info h4 .service-separator {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.search-header .search-info h4 .service-name {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.search-header .search-info-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.search-header .search-keyword {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-style: italic;
}

.search-header .search-separator {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.search-header .search-count {
    background: rgba(255, 255, 255, 0.25);
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.search-header .search-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.search-header .location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.search-header .location-badge i {
    font-size: 14px;
    opacity: 0.9;
}

.search-header .location-text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

@media (max-width: 768px) {
    .search-header .search-info-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .search-header .search-info-icon i {
        font-size: 26px;
    }
    
    .search-header .search-info h4 {
        font-size: 22px;
        gap: 8px;
    }
    
    .search-header .search-info-content {
        font-size: 14px;
        gap: 8px;
    }
    
    .search-header .search-keyword,
    .search-header .location-badge {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .search-header .search-count {
        padding: 6px 14px;
        font-size: 16px;
    }
}


/* No Result */
.no-result {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px #cccccc40;
    margin: 30px 0;
}

.no-result i {
    font-size: 60px;
    color: #ccc;
    margin-bottom: 20px;
}

.no-result h5 {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.no-result p {
    color: #888;
    font-size: 15px;
    margin-bottom: 25px;
}

.no-result .btn-primary {
    background-color: #158544;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.no-result .btn-primary:hover {
    background-color: #0d5c2f;
}

/* Service Count Badge */
.service-list .service p .badge {
    background-color: #158544;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 8px;
}

/* ============================================
   Responsive Header Styles
   ============================================ */

/* Header Wrapper */
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.logo-link {
    display: inline-block;
    position: relative;
    z-index: 10001;
}

/* Hamburger Menu Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    position: relative;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #2d2d2d;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: block;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation Wrapper */
.nav-area-wrapper {
    display: flex;
    align-items: center;
}

header .nav-area {
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

header .nav-area li {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .nav-area li a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    color: #2d2d2d;
    white-space: nowrap;
}

header .nav-area li a.satici {
    background-color: #44bb4d;
    color: #fff;
    border-radius: 5px;
    margin-left: 8px;
}

.user-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: default !important;
}

.logout-form {
    display: inline-block;
    margin: 0;
}

.logout-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    padding: 0;
    font-weight: 500;
}

@media (max-width: 768px) {

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 40px 20px;
    }
}

/* Mobile Styles */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex;
        order: 2;
    }
    
    .logo-link {
        order: 1;
    }
    
    .nav-area-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 100000000;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }
    
    .nav-area-wrapper.active {
        transform: translateX(0);
    }
    
    header .nav-area {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 20px;
    }
    
    header .nav-area li {
        width: 100%;
        max-width: 500px;
        margin: 0;
        border: none;
    }
    
    header .nav-area li a {
        padding: 18px 40px;
        width: 100%;
        margin-left: 0;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        text-align: center;
        letter-spacing: 0.3px;
    }
    
    header .nav-area li a.mobile-home-link {
        display: flex;
    }
    
    header .nav-area li a.mobile-home-link:hover {
        background: linear-gradient(135deg, #1a9d52 0%, #158544 100%);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(21, 133, 68, 0.45);
    }
    
    header .nav-area li a:hover {
        background: linear-gradient(135deg, #f0f7f3 0%, #ffffff 100%);
        color: #158544;
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
    
    header .nav-area li a.satici {
        margin-left: 0;
        border-radius: 16px;
        background: linear-gradient(135deg, #158544 0%, #1a9d52 100%);
        color: #fff;
        font-weight: 700;
        padding: 18px 40px;
        box-shadow: 0 6px 20px rgba(21, 133, 68, 0.35);
        font-size: 16px;
    }
    
    header .nav-area li a.satici:hover {
        background: linear-gradient(135deg, #1a9d52 0%, #158544 100%);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(21, 133, 68, 0.45);
    }
    
    .user-menu-item {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    
    .user-info {
        padding: 15px 20px;
    }
    
    .logout-form {
        width: 100%;
        padding: 0 20px 15px;
    }
    
    .logout-btn {
        width: 100%;
        text-align: left;
        padding: 10px 0;
        color: #2d2d2d;
    }
    
    /* Overlay when menu is open */
    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(3px);
        z-index: 9999;
        animation: fadeIn 0.3s ease;
    }
    
    .nav-overlay.active {
        display: block;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    /* Ensure logo and hamburger stay on top */
    .logo-link,
    .mobile-menu-toggle {
        position: relative;
        z-index: 10001;
    }
}

@media (max-width: 576px) {
    header .logo-area {
        max-height: 35px;
    }
    
    .header-wrapper {
        padding: 10px 0;
    }
    
    .user-phone {
        word-break: break-all;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    header .header-top {
        font-size: 12px;
    }
    
    header .header-top marquee {
        font-size: 11px;
    }
}

/* Header Top Responsive */
@media (max-width: 768px) {
    header .header-top {
        padding: 6px 0;
    }
    
    header .header-top marquee {
        font-size: 16px;
        padding-top: 6px;
    }
}

/* Tablet Styles */
@media (min-width: 992px) and (max-width: 1199px) {
    header .nav-area li a {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* ============================================
   Customer Profile Pages Styles
   ============================================ */

.customer-profile-wrapper {
    background-color: #f5f7fa;
    min-height: calc(100vh - 200px);
    padding: 30px 0 50px;
}

/* Sidebar */
.profile-sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.profile-header {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 32px;
    color: #fff;
}

.profile-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
}

.profile-email {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin: 0;
    word-break: break-word;
}

.profile-nav {
    padding: 10px 0;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-item i {
    font-size: 18px;
    width: 24px;
    margin-right: 12px;
    text-align: center;
}

.nav-item:hover {
    background-color: #f8f9fa;
    color: #158544;
}

.nav-item.active {
    background-color: #f0f7f3;
    color: #158544;
    border-left-color: #158544;
    font-weight: 600;
}

.nav-item-logout {
    margin: 0;
    padding: 0;
}

.nav-item.logout-btn {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 15px 20px;
    color: #dc3545;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-item.logout-btn:hover {
    background-color: #fff5f5;
    color: #c82333;
    border-left-color: #dc3545;
}

/* Main Content */
.profile-content {
    padding-left: 20px;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.header-left {
    flex: 1;
}

.content-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-title i {
    color: #158544;
    font-size: 22px;
}

.content-subtitle {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.btn-add-new {
    background: #158544;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-add-new:hover {
    background: #0d5c2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
}

.content-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

/* Account Form */
.account-form {
    padding: 0;
}

.form-item {
    display: flex;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
    gap: 20px;
}

.form-item:last-child {
    border-bottom: none;
}

.form-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f0f7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #158544;
    font-size: 18px;
    flex-shrink: 0;
}

.form-item-content {
    flex: 1;
}

.form-label {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-value {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-value span {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.form-note {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.form-control:focus {
    outline: none;
    border-color: #158544;
    box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.1);
}

.form-actions {
    padding: 20px 25px;
    background: #f8f9fa;
    border-top: 1px solid #f0f0f0;
}

.btn-save {
    background: #158544;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-save:hover {
    background: #0d5c2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
}

/* Reminders Card */
.reminders-card {
    border-top: 3px solid #ff9800;
}

.card-header-custom {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-form-card .card-header-custom {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    color: #fff;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
}

.vehicle-form-card .card-header-custom .card-title {
    color: #fff;
}

.vehicle-form-card .card-header-custom .card-title i {
    color: #fff;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-title i {
    color: #158544;
}

.btn-view-all {
    color: #158544;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
    color: #0d5c2f;
    gap: 8px;
}

.card-body-custom {
    padding: 20px 25px;
}

.reminder-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    background: #fff3cd;
    border-left: 4px solid #ff9800;
    border-radius: 6px;
    margin-bottom: 12px;
    gap: 15px;
}

.reminder-item:last-child {
    margin-bottom: 0;
}

.reminder-content {
    flex: 1;
}

.reminder-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
}

.reminder-description {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
}

.reminder-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #888;
}

.reminder-date,
.reminder-vehicle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-complete-reminder {
    background: #158544;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-complete-reminder:hover {
    background: #0d5c2f;
}

/* Vehicles Summary */
.vehicles-summary {
    border-top: 3px solid #158544;
}

.vehicle-form-card {
    border-top: 3px solid #158544;
    margin-bottom: 20px;
}

.btn-close-form {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.btn-close-form:hover {
    background: rgba(255,255,255,0.3);
}

.card-header-custom .btn-close-form {
    margin-left: auto;
}

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.vehicle-card-mini {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.vehicle-card-mini:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.vehicle-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.vehicle-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    flex: 1;
}

.reminder-badge {
    background: #ff9800;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.vehicle-card-body {
    margin-bottom: 12px;
}

.vehicle-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.vehicle-info-item i {
    color: #158544;
    width: 16px;
}

.vehicle-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #158544;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    margin-top: 12px;
    transition: all 0.3s ease;
}

.vehicle-card-link:hover {
    color: #0d5c2f;
    gap: 10px;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
}

.empty-state i {
    font-size: 64px;
    color: #ccc;
    margin-bottom: 20px;
}

.empty-state p {
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
}

.btn-add-vehicle {
    background: #158544;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-add-vehicle:hover {
    background: #0d5c2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
    color: #fff;
}

/* Vehicles List */
.vehicles-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-card-full {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.vehicle-card-top {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.vehicle-main-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.vehicle-brand-model {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vehicle-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.vehicle-plate {
    background: #f0f7f3;
    color: #158544;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.badge-inactive {
    background: #ccc;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.vehicle-actions {
    display: flex;
    gap: 10px;
}

.btn-edit-vehicle,
.btn-delete-vehicle {
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-edit-vehicle {
    background: #158544;
    color: #fff;
}

.btn-edit-vehicle:hover {
    background: #0d5c2f;
}

.btn-delete-vehicle {
    background: #dc3545;
    color: #fff;
}

.btn-delete-vehicle:hover {
    background: #c82333;
}

.vehicle-card-body-full {
    padding: 25px;
}

.vehicle-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-item i {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f0f7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #158544;
    font-size: 18px;
    flex-shrink: 0;
}

.detail-content {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.detail-value {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.vehicle-important-dates {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.dates-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dates-title i {
    color: #158544;
}

.dates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.date-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #158544;
    transition: all 0.3s ease;
}

.date-item:hover {
    background: #f0f7f3;
}

.date-item.expired {
    border-left-color: #dc3545;
    background: #fff5f5;
}

.date-item.warning {
    border-left-color: #ff9800;
    background: #fffbf0;
}

.date-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #f0f7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #158544;
    font-size: 16px;
    flex-shrink: 0;
}

.date-item.expired .date-icon {
    background: #ffe5e5;
    color: #dc3545;
}

.date-item.warning .date-icon {
    background: #fff3cd;
    color: #ff9800;
}

.date-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.date-label {
    font-size: 12px;
    color: #999;
}

.date-value {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.date-note {
    font-size: 12px;
    color: #888;
}

.date-status {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    margin-top: 4px;
}

.date-status.expired {
    background: #dc3545;
    color: #fff;
}

.date-status.warning {
    background: #ff9800;
    color: #fff;
}

.vehicle-reminders-section {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.reminders-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reminders-section-title i {
    color: #ff9800;
}

.reminders-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reminder-item-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #fffbf0;
    border-radius: 6px;
    border-left: 3px solid #ff9800;
}

.reminder-item-inline i {
    font-size: 8px;
    color: #ff9800;
}

.reminder-text {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.reminder-date-inline {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.vehicle-notes {
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.notes-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.notes-title i {
    color: #158544;
}

.notes-content {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.empty-state-full {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.empty-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0f7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.empty-icon i {
    font-size: 48px;
    color: #158544;
}

.empty-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.empty-description {
    font-size: 16px;
    color: #888;
    margin: 0 0 30px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-add-vehicle-large {
    background: #158544;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-add-vehicle-large:hover {
    background: #0d5c2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
}

/* Modal Styles */
.modal-header-custom {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    color: #fff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.modal-title-custom {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-close-custom {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-close-custom:hover {
    background: rgba(255,255,255,0.3);
}

.modal-body-custom {
    padding: 25px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-group-half {
    flex: 1;
}

.form-group-third {
    flex: 1;
}

.form-group-full {
    width: 100%;
    margin-bottom: 20px;
}

.form-label-custom {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.form-label-custom .required {
    color: #dc3545;
}

.form-control-custom {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.form-control-custom:focus {
    outline: none;
    border-color: #158544;
    box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.1);
}

.form-section-divider {
    margin: 30px 0 20px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #158544;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-footer-custom {
    padding: 20px 25px;
    background: #f8f9fa;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-radius: 0 0 12px 12px;
}

.btn-cancel {
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    background: #f8f9fa;
    border-color: #ccc;
}

.btn-save-modal {
    background: #158544;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-save-modal:hover {
    background: #0d5c2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
}

.alert-success-custom {
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #28a745;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .profile-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .content-header {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-add-new {
        width: 100%;
        justify-content: center;
    }

    .vehicle-card-top {
        flex-direction: column;
        align-items: stretch;
    }

    .vehicle-actions {
        width: 100%;
    }

    .btn-edit-vehicle,
    .btn-delete-vehicle {
        flex: 1;
        justify-content: center;
    }

    .vehicle-details-grid,
    .dates-grid {
        grid-template-columns: 1fr;
    }

    .vehicles-grid {
        grid-template-columns: 1fr;
    }

    .campaigns-grid .col-md-4 {
        margin-bottom: 20px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group-half,
    .form-group-third {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .customer-profile-wrapper {
        padding: 15px 0 30px;
    }

    .profile-sidebar {
        margin-bottom: 15px;
    }

    .profile-header {
        padding: 20px 15px;
    }

    .profile-avatar {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .profile-name {
        font-size: 16px;
    }

    .profile-email {
        font-size: 12px;
    }

    .content-title {
        font-size: 20px;
    }

    .form-item {
        padding: 15px;
        flex-direction: column;
        gap: 12px;
    }

    .form-item-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .vehicle-card-body-full {
        padding: 15px;
    }

    .modal-body-custom {
        padding: 15px;
    }
}

/* ============================================
   Campaigns Pages Styles
   ============================================ */

.campaigns-page {
    padding: 40px 0 60px;
    background-color: #f5f7fa;
    min-height: calc(100vh - 200px);
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-title {
    font-size: 32px;
    font-weight: 600;
    color: #158544;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.campaigns-grid {
    margin-top: 30px;
}

.campaign-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.campaign-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.campaign-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.campaign-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}

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

.campaign-card:hover .campaign-image {
    transform: scale(1.05);
}

.campaign-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #999;
    font-size: 48px;
}

.campaign-content {
    padding: 20px;
}

.campaign-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
    min-height: 50px;
}

.campaign-read-more {
    color: #158544;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.campaign-card:hover .campaign-read-more {
    gap: 10px;
}

.empty-campaigns {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.empty-campaigns i {
    font-size: 64px;
    color: #ccc;
    margin-bottom: 20px;
}

.empty-campaigns p {
    font-size: 18px;
    color: #888;
    margin: 0;
}

/* Campaign Detail Page */
.campaign-detail-page {
    padding: 40px 0 60px;
    background-color: #f5f7fa;
    min-height: calc(100vh - 200px);
}

.campaign-detail-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 0 auto;
}

.campaign-detail-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #f0f0f0;
}

.campaign-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campaign-detail-content {
    padding: 40px;
}

.campaign-detail-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

.campaign-detail-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.campaign-detail-footer {
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #158544;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 24px;
    border: 2px solid #158544;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: #158544;
    color: #fff;
    gap: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .campaigns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .campaign-detail-image {
        height: 250px;
    }

    .campaign-detail-content {
        padding: 25px 20px;
    }

    .campaign-detail-title {
        font-size: 24px;
    }

    .page-title {
        font-size: 26px;
    }
}

/* ============================================
   FAQ (S.S.S) Page Styles - Modern Design
   ============================================ */

.faq-page-modern {
    padding: 40px 0 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f4f8 100%);
    min-height: calc(100vh - 200px);
}

/* Hero Section */
.faq-hero {
    text-align: center;
    margin-bottom: 35px;
    padding: 30px 20px;
}

.faq-hero-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.faq-hero-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

/* Tab Navigation */
.faq-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.faq-tabs-container {
    display: inline-flex;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    gap: 6px;
}

.faq-tab-btn {
    background: transparent;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.faq-tab-btn i {
    font-size: 16px;
}

.faq-tab-btn:hover {
    color: #158544;
}

.faq-tab-btn.active {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    color: #fff;
    box-shadow: 0 2px 10px rgba(21, 133, 68, 0.25);
}

/* Tab Content */
.faq-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.faq-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Intro Card */
.faq-intro-card {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #90c695;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(21, 133, 68, 0.1);
    text-align: center;
}

.intro-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.intro-icon-wrapper {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.intro-icon-wrapper i {
    font-size: 28px;
    color: #158544;
}

.intro-title {
    font-size: 24px;
    font-weight: 700;
    color: #158544;
    margin: 0;
    letter-spacing: 0.5px;
}

.intro-description {
    font-size: 14px;
    color: #2d5016;
    line-height: 1.7;
    margin: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Questions Container */
.faq-questions-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-question-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.faq-question-card:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    border-color: #158544;
}

.faq-question-card.active {
    border-color: #158544;
    box-shadow: 0 3px 12px rgba(21, 133, 68, 0.15);
}

.faq-question-header {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    transition: background-color 0.3s ease;
}

.faq-question-header:hover {
    background: #f8f9fa;
}

.faq-question-icon {
    width: 36px;
    height: 36px;
    background: #f0f7f3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-question-icon i {
    font-size: 18px;
    color: #158544;
}

.faq-question-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
    line-height: 1.5;
}

.faq-toggle-btn {
    width: 32px;
    height: 32px;
    background: #f0f7f3;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-toggle-btn:hover {
    background: #158544;
}

.faq-toggle-btn i {
    font-size: 14px;
    color: #158544;
    transition: transform 0.3s ease;
}

.faq-toggle-btn:hover i {
    color: #fff;
}

.faq-toggle-btn i.rotated {
    transform: rotate(180deg);
}

.faq-answer-wrapper {
    display: none;
    padding: 0 20px 18px 71px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.faq-answer-content {
    padding-top: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-page-modern {
        padding: 30px 0 50px;
    }

    .faq-hero {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .faq-hero-title {
        font-size: 26px;
    }

    .faq-hero-subtitle {
        font-size: 15px;
    }

    .faq-tabs-wrapper {
        margin-bottom: 25px;
    }

    .faq-tabs-container {
        width: 100%;
    }

    .faq-tab-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        font-size: 14px;
    }

    .faq-intro-card {
        padding: 20px;
        margin-bottom: 25px;
    }

    .intro-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .intro-icon-wrapper i {
        font-size: 24px;
    }

    .intro-title {
        font-size: 20px;
    }

    .intro-description {
        font-size: 13px;
    }

    .faq-questions-container {
        gap: 10px;
    }

    .faq-question-header {
        padding: 15px;
        gap: 12px;
    }

    .faq-question-icon {
        width: 32px;
        height: 32px;
    }

    .faq-question-icon i {
        font-size: 16px;
    }

    .faq-question-title {
        font-size: 14px;
    }

    .faq-toggle-btn {
        width: 28px;
        height: 28px;
    }

    .faq-toggle-btn i {
        font-size: 12px;
    }

    .faq-answer-wrapper {
        padding: 0 15px 15px 59px;
    }

    .faq-answer-content {
        font-size: 13px;
        padding-top: 12px;
    }
}

@media (max-width: 576px) {
    .faq-answer-wrapper {
        padding: 0 15px 15px 15px;
    }

    .faq-question-header {
        flex-wrap: wrap;
    }

    .faq-question-title {
        width: calc(100% - 80px);
    }
}

/* ============================================
   Auth Login Page Styles
   ============================================ */

.auth-login-page {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f4f8 100%);
    min-height: calc(100vh - 200px);
}

.auth-login-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.auth-card-header {
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    padding: 40px 30px;
    text-align: center;
    color: #fff;
}

.auth-logo-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.auth-logo-wrapper i {
    font-size: 40px;
    color: #fff;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #fff;
}

.auth-subtitle {
    font-size: 15px;
    margin: 0;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
}

.auth-card-body {
    padding: 40px 35px;
}

.alert-danger-custom {
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-left: 4px solid #dc3545;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.alert-danger-custom i {
    color: #dc3545;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.alert-danger-custom div {
    flex: 1;
}

.alert-danger-custom p {
    margin: 0;
    font-size: 14px;
    color: #c53030;
    line-height: 1.5;
}

.form-group-custom {
    margin-bottom: 25px;
}

.form-label-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
}

.form-label-custom i {
    color: #158544;
    font-size: 15px;
    opacity: 0.8;
}

.form-control-custom {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e5e5;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    color: #333;
    font-weight: 400;
}

.form-control-custom:focus {
    outline: none;
    border-color: #158544;
    box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.08);
    background: #fafafa;
}

.form-control-custom.is-invalid {
    border-color: #dc3545;
}

.form-control-custom.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}

.error-message {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #dc3545;
    margin-top: 8px;
}

.error-message i {
    font-size: 14px;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input-custom {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #158544;
}

.form-check-label-custom {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.forgot-password-link {
    font-size: 14px;
    color: #158544;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: #0d5c2f;
    text-decoration: underline;
}

.btn-auth-submit {
    width: 100%;
    background: linear-gradient(135deg, #158544 0%, #0d5c2f 100%);
    color: #fff;
    border: none;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(21, 133, 68, 0.3);
}

.btn-auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 133, 68, 0.4);
}

.btn-auth-submit:active {
    transform: translateY(0);
}

.btn-auth-submit i {
    font-size: 18px;
}

.auth-card-footer {
    padding: 25px 35px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.footer-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.register-link {
    color: #158544;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.register-link:hover {
    color: #0d5c2f;
    text-decoration: underline;
}

.auth-footer-links {
    text-align: center;
    margin-top: 20px;
}

.auth-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.auth-footer-links li {
    margin: 0;
}

.auth-footer-links a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-footer-links a:hover {
    color: #158544;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-login-page {
        padding: 40px 0 60px;
    }

    .auth-card-header {
        padding: 30px 20px;
    }

    .auth-logo-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .auth-logo-wrapper i {
        font-size: 30px;
    }

    .auth-title {
        font-size: 24px;
    }

    .auth-subtitle {
        font-size: 14px;
    }

    .auth-card-body {
        padding: 30px 20px;
    }

    .form-group-custom {
        margin-bottom: 20px;
    }

    .form-control-custom {
        padding: 12px 16px;
        font-size: 14px;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn-auth-submit {
        padding: 14px 20px;
        font-size: 15px;
    }

    .auth-card-footer {
        padding: 20px;
    }

    .auth-footer-links ul {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .auth-login-page {
        padding: 30px 0 50px;
    }

    .auth-card-header {
        padding: 25px 15px;
    }

    .auth-card-body {
        padding: 25px 15px;
    }
}

/* ============================================
   Customer Login Page Styles
   ============================================ */

.customer-login-page {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #fafbfc 0%, #f5f7fa 100%);
    min-height: calc(100vh - 200px);
}

.customer-login-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
}

.customer-login-header {
    background: linear-gradient(135deg, #158544 0%, #1a9d52 100%);
    padding: 45px 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

.customer-login-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,0.15);
}

.login-icon-wrapper {
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.login-icon-wrapper:hover {
    transform: scale(1.05);
}

.login-icon-wrapper i {
    font-size: 36px;
    color: #fff;
}

.login-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
    letter-spacing: -0.3px;
}

.login-subtitle {
    font-size: 14px;
    margin: 0;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    font-weight: 400;
}

.customer-login-body {
    padding: 42px 35px;
    background: #fff;
}

.login-step {
    display: none;
    animation: fadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.code-step-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f0f0f0;
}

.code-phone-info {
    font-size: 13px;
    color: #888;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.code-instruction {
    font-size: 15px;
    font-weight: 500;
    color: #158544;
    margin: 0;
    letter-spacing: -0.2px;
}

.form-help-text {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
}

.code-input {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 10px;
    padding: 16px 15px !important;
    font-family: 'Courier New', monospace;
    border: 2px solid #e8e8e8;
}

.code-input:focus {
    border-color: #158544;
    box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.08);
}

.btn-login-submit {
    width: 100%;
    background: linear-gradient(135deg, #158544 0%, #1a9d52 100%);
    color: #fff;
    border: none;
    padding: 15px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(21, 133, 68, 0.2);
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}

.btn-login-submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.25);
    background: linear-gradient(135deg, #1a9d52 0%, #158544 100%);
}

.btn-login-submit:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(21, 133, 68, 0.2);
}

.btn-login-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.btn-loader {
    display: none;
}

.login-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.btn-link-action {
    background: transparent;
    border: none;
    color: #158544;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    border-radius: 8px;
    letter-spacing: 0.1px;
}

.btn-link-action:hover:not(:disabled) {
    background: #f5faf7;
    color: #0d5c2f;
}

.btn-link-action.secondary {
    color: #777;
}

.btn-link-action.secondary:hover {
    background: #fafafa;
    color: #555;
}

.btn-link-action:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background: #f8f8f8 !important;
    color: #bbb !important;
}

.btn-link-action:disabled:hover {
    background: #f8f8f8 !important;
    color: #bbb !important;
}

.resend-timer {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.message-box {
    display: none;
    margin-top: 20px;
    animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-alert {
    padding: 14px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

.message-alert.success {
    background: #f0f9f4;
    border: 1px solid #d1e7dd;
    color: #0f5132;
}

.message-alert.error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.message-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.message-alert.success .message-icon {
    color: #28a745;
}

.message-alert.error .message-icon {
    color: #dc3545;
}

/* Customer Login Responsive */
@media (max-width: 768px) {
    .customer-login-page {
        padding: 40px 0 60px;
    }

    .customer-login-header {
        padding: 30px 20px;
    }

    .login-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .login-icon-wrapper i {
        font-size: 30px;
    }

    .login-title {
        font-size: 24px;
    }

    .login-subtitle {
        font-size: 14px;
    }

    .customer-login-body {
        padding: 30px 20px;
    }

    .code-input {
        font-size: 24px;
        letter-spacing: 8px;
        padding: 16px 12px !important;
    }

    .btn-login-submit {
        padding: 14px 20px;
        font-size: 15px;
    }

    .code-step-header {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .customer-login-page {
        padding: 30px 0 50px;
    }

    .customer-login-header {
        padding: 25px 15px;
    }

    .customer-login-body {
        padding: 25px 15px;
    }

    .code-input {
        font-size: 22px;
        letter-spacing: 6px;
    }
    
    /* Index Page Search Form Mobile Styles */
    .search-line {
        padding: 20px 15px !important;
    }
    
    .search-line .row {
        margin: 0;
        flex-direction: column;
        gap: 20px;
    }
    
    .search-line .col-md-6,
    .search-line .col-md-3 {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
    
    .search-line .form-group {
        margin-bottom: 0;
    }
    
    .search-line label {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
        display: block;
    }
    
    .search-line .ozel-input-search {
        position: relative;
        width: 100%;
    }
    
    .search-line .ozel-input-search .form-control {
        width: 100% !important;
        padding: 14px 50px 14px 16px !important;
        border: 2px solid #e0e0e0 !important;
        border-radius: 12px !important;
        font-size: 15px;
        background: #fff;
        transition: all 0.3s ease;
    }
    
    .search-line .ozel-input-search .form-control:focus {
        outline: none;
        border-color: #158544 !important;
        box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.1);
    }
    
    .search-line .ozel-input-search #useMyLocation {
        position: absolute !important;
        top: 38% !important;
        right: 8px !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        background: linear-gradient(135deg, #158544 0%, #1a9d52 100%) !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px !important;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(21, 133, 68, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
    
    .search-line .ozel-input-search #useMyLocation i {
        margin: 0;
    }
    
    .search-line .ozel-input-search #useMyLocation .location-text {
        display: none;
    }
    
    .search-line .ozel-input-search #useMyLocation:hover {
        background: linear-gradient(135deg, #1a9d52 0%, #158544 100%) !important;
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
    }
    
    .search-line .ozel-input-search #useMyLocation:active {
        transform: translateY(-50%) scale(0.95);
    }
    
    .search-line #brand-select {
        width: 100%;
        padding: 14px 16px;
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        font-size: 15px;
        background: #fff;
        color: #333;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 12px;
        padding-right: 40px;
        transition: all 0.3s ease;
    }
    
    .search-line #brand-select:focus {
        outline: none;
        border-color: #158544;
        box-shadow: 0 0 0 3px rgba(21, 133, 68, 0.1);
    }
    
    .search-line button[type="submit"] {
        width: 100%;
        padding: 16px 24px;
        background: linear-gradient(135deg, #158544 0%, #1a9d52 100%);
        color: #fff;
        border: none;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(21, 133, 68, 0.3);
        letter-spacing: 0.3px;
    }
    
    .search-line button[type="submit"]:hover {
        background: linear-gradient(135deg, #1a9d52 0%, #158544 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(21, 133, 68, 0.4);
    }
    
    .search-line button[type="submit"]:active {
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .search-area .form-group button {
        margin-top: 0px;
    }

    .brand-model-area {
        z-index: 99999999;
    }

    .search-area {
        margin-bottom: 35px;
    }

    .slider-area {
        padding-top: 0;
    }
}

/* New Product Detail Page Styles */
.product-detail-new {
    padding: 30px 0;
}

.product-gallery-new {
    margin-bottom: 30px;
}

.gallery-main-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gallery-main-carousel {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f8f9fa;
}

.gallery-main-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-main-carousel .carousel-item:hover img {
    transform: scale(1.02);
}

.gallery-nav-btn {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 50% !important;
    border: 1px solid rgba(21, 133, 68, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 10;
    margin: 0 !important;
}

.gallery-main-wrapper:hover .gallery-nav-btn {
    opacity: 1;
}

.gallery-nav-btn:hover {
    background: #fff !important;
    border-color: #158544 !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 5px 20px rgba(21, 133, 68, 0.25) !important;
}

.gallery-nav-btn:active {
    transform: translateY(-50%) scale(0.95) !important;
}

.gallery-nav-btn i {
    color: #158544;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.gallery-nav-btn.carousel-control-prev {
    left: 20px !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
}

.gallery-nav-btn.carousel-control-next {
    right: 20px !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
}

.gallery-indicators-custom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.gallery-thumbnails {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #158544 #f8f9fa;
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: #158544;
    border-radius: 3px;
}

.gallery-thumb {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    background: #fff;
}

.gallery-thumb:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-thumb.active {
    border-color: #158544;
    box-shadow: 0 0 0 2px rgba(21, 133, 68, 0.2);
}

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

.gallery-thumb:hover img {
    transform: scale(1.1);
}

.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}

.gallery-thumb:hover .thumb-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.no-image-new {
    height: 500px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-image-new i {
    font-size: 80px;
    color: #cbd5e0;
    margin-bottom: 15px;
}

.no-image-new p {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.about-section {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.about-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.about-content {
    color: #555;
    line-height: 1.8;
    font-size: 14px;
}

.reviews-section {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.reviews-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.review-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-name {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.review-rating {
    display: flex;
    gap: 3px;
}

.review-rating i {
    color: #ddd;
    font-size: 14px;
}

.review-rating i.active {
    color: #158544;
}

.review-comment {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.no-reviews {
    color: #999;
    font-style: italic;
    padding: 20px 0;
}

.read-more-reviews {
    display: inline-block;
    margin-top: 15px;
    color: #158544;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.read-more-reviews:hover {
    text-decoration: underline;
}

.read-more-reviews i {
    margin-left: 5px;
}

/* Sidebar Styles */
.product-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seller-header-sidebar {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.seller-name-sidebar {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.seller-rating-sidebar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-display i {
    color: #158544;
    font-size: 16px;
}

.rating-value-sidebar {
    font-size: 18px;
    font-weight: 600;
    color: #158544;
}

.rating-text-sidebar {
    font-size: 14px;
    color: #666;
}

.review-count-sidebar {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.contact-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.contact-list li strong {
    color: #666;
    display: inline-block;
    min-width: 80px;
    margin-right: 8px;
}

.contact-list li a {
    color: #158544;
    text-decoration: none;
}

.contact-list li a:hover {
    text-decoration: underline;
}

.contact-list li span {
    color: #333;
}

.contact-buttons-new {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #158544;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
}

.btn-contact:hover {
    background-color: #0d5c2f;
    color: #fff;
}

.btn-contact i {
    font-size: 16px;
}

/* Review Form Section */
.review-form-section {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    margin-top: 25px;
}

.review-form-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.review-form .form-group {
    margin-bottom: 20px;
}

.review-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.review-form .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.review-form .form-control:focus {
    outline: none;
    border-color: #158544;
}

.star-rating {
    display: flex;
    gap: 5px;
    margin-top: 8px;
}

.star-rating-item {
    font-size: 20px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star-rating-item:hover,
.star-rating-item.active {
    color: #158544;
}

.btn-submit-review {
    width: 100%;
    padding: 12px 20px;
    background-color: #158544;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit-review:hover {
    background-color: #0d5c2f;
}

@media (max-width: 768px) {
    .gallery-image-wrapper {
        height: 300px;
    }
    
    .no-image-new {
        height: 300px;
    }
    
    .gallery-nav-btn {
        width: 44px !important;
        height: 44px !important;
        opacity: 1;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }
    
    .gallery-nav-btn:hover {
        transform: translateY(-50%) scale(1.08) !important;
    }
    
    .gallery-nav-btn:active {
        transform: translateY(-50%) scale(0.95) !important;
    }
    
    .gallery-nav-btn i {
        font-size: 14px;
    }
    
    .gallery-nav-btn.carousel-control-prev {
        left: 12px;
    }
    
    .gallery-nav-btn.carousel-control-next {
        right: 12px;
    }
    
    .gallery-indicators-custom {
        bottom: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .gallery-thumbnails {
        padding: 10px;
        gap: 8px;
    }
    
    .gallery-thumb {
        width: 70px;
        height: 70px;
    }
    
    .seller-name-sidebar {
        font-size: 20px;
    }
    
    .contact-buttons-new {
        gap: 8px;
    }
    
    .btn-contact {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Categories Section Styles */
.categories-section {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.categories-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

/* Category Tabs */
.category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #158544;
    background: transparent;
}

.category-tab {
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: none;
    position: relative;
    top: 2px;
}

.category-tab:hover {
    background: #e8f5e9;
    color: #158544;
}

.category-tab.active {
    background: #158544;
    color: #fff;
    border-color: #158544;
}

.tab-count {
    font-size: 12px;
    opacity: 0.8;
}

/* Products Container */
.products-container {
    position: relative;
    background: transparent;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: none;
}

.products-grid.active {
    display: grid;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #158544;
}

.product-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #f5f5f5;
}

.product-card-image-placeholder {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #ccc;
    font-size: 48px;
}

.product-card-content {
    padding: 15px;
}

.product-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.product-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #158544;
    margin-bottom: 8px;
}

.product-card-description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-style: italic;
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .category-card {
        padding: 15px;
    }
    
    .category-name {
        font-size: 16px;
    }
    
    .category-tabs {
        gap: 8px;
    }
    
    .category-tab {
        padding: 8px 15px;
        font-size: 13px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    @media (max-width: 576px) {
        .products-grid {
            grid-template-columns: 1fr;
        }
    }
    
    .product-card-image,
    .product-card-image-placeholder {
        height: 180px;
    }
    
    .product-card-content {
        padding: 12px;
    }
    
    .product-card-name {
        font-size: 15px;
    }
    
    .product-card-price {
        font-size: 16px;
    }
    
    .product-card-description {
        font-size: 12px;
    }
}

/* Benefits Section */
.benefits-section {
    padding: 48px 0;
    background-color: #fff;
    padding-bottom: 8px;
    margin-top: 15px;;
}

.benefit-card {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: transparent;
    height: 100%;
    align-items: flex-start;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 2px solid #158544;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 28px;
    color: #158544;
}

.benefit-content {
    flex: 1;
    padding-top: 0;
}

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.benefit-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 40px 0;
    }
    
    .benefit-card {
        padding: 20px;
        gap: 15px;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .benefit-icon i {
        font-size: 24px;
    }
    
    .benefit-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .benefit-text {
        font-size: 13px;
    }
}

/* How to Use Section */
.how-to-use-section {
    padding: 45px 0;
    background-color: #f3f3f4;

}

.how-to-title {
    font-size: 32px;
    font-weight: 700;
    color: #158544;
    margin: 0 0 50px 0;
    text-align: center;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.how-to-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #158544, transparent);
    border-radius: 2px;
}

.how-to-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.how-to-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #158544;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
    padding-top: 5px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #158544;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.step-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.how-to-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .how-to-use-section {
        padding: 40px 0;
    }
    
    .how-to-title {
        font-size: 24px;
        margin-bottom: 35px;
    }
    
    .how-to-steps {
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .how-to-step {
        gap: 15px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 20px;
    }
    
    .step-content {
        padding-top: 3px;
    }
    
    .step-title {
        font-size: 17px;
        margin-bottom: 6px;
    }
    
    .step-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .how-to-image-wrapper {
        margin-top: 20px;
    }
    
    .how-to-image {
        max-width: 100%;
    }
}

/* Support Section */
.support-section {
    position: relative;
    background-image: url(../img/background.jpg);
    margin-bottom: -10px;
    margin-top: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.support-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 133, 68, 0.85);
    z-index: 1;
}

.support-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.support-header {
    margin-bottom: 50px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.support-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.support-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

.support-contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.support-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.support-contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.support-contact-item:hover .contact-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.contact-icon i {
    font-size: 28px;
    color: #fff;
}

.contact-info {
    flex: 1;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 12px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-detail {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .support-section {
        padding: 50px 0;
    }
    
    .support-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .support-subtitle {
        font-size: 16px;
    }
    
    .support-header {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .support-contacts {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .support-contact-item {
        padding: 20px;
        gap: 15px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .contact-icon i {
        font-size: 24px;
    }
    
    .contact-label {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .contact-detail {
        font-size: 18px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f5e9 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23158544" opacity="0.05"/></svg>');
    pointer-events: none;
}

.testimonials-title {
    font-size: 38px;
    font-weight: 700;
    color: #158544;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.testimonials-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.testimonial-tab {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    padding: 12px 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.testimonial-tab:hover {
    color: #158544;
    background: rgba(21, 133, 68, 0.05);
}

.testimonial-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #158544, #20c997);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.testimonial-tab.active {
    color: #158544;
    background: rgba(21, 133, 68, 0.1);
}

.testimonial-tab.active::after {
    width: 80%;
}

.testimonials-carousel-wrapper {
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

.testimonials-carousel {
    position: relative;
}

.testimonials-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px;
    z-index: 10;
}

.testimonials-carousel .owl-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff !important;
    border: 2px solid #e0e0e0 !important;
    color: #158544 !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonials-carousel .owl-nav button:hover {
    background: linear-gradient(135deg, #158544, #20c997) !important;
    color: #fff !important;
    border-color: #158544 !important;
    box-shadow: 0 6px 20px rgba(21, 133, 68, 0.4);
    transform: scale(1.15) translateY(-2px);
}

.testimonials-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonials-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd !important;
    border: none;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.testimonials-carousel .owl-dots button.active {
    background: linear-gradient(135deg, #158544, #20c997) !important;
    width: 35px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(21, 133, 68, 0.3);
}

.testimonial-item {
    padding: 0 15px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #158544, #20c997);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(21, 133, 68, 0.15);
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-bubble {
    background: linear-gradient(135deg, #158544 0%, #20c997 100%);
    border-radius: 16px;
    padding: 35px;
    position: relative;
    margin-bottom: 25px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(21, 133, 68, 0.2);
}

.testimonial-bubble::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #20c997;
}

.quote-icon {
    font-size: 90px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    margin-bottom: 15px;
    font-family: Georgia, serif;
    position: absolute;
    top: 10px;
    right: 20px;
    transform: rotate(180deg);
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.testimonial-rating i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.testimonial-rating i.active {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    transform: scale(1.1);
}

.testimonial-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    flex: 1;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #158544, #20c997);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(21, 133, 68, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card:hover .author-avatar {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(21, 133, 68, 0.4);
}

.author-info {
    flex: 1;
    text-align: left;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.author-role {
    font-size: 14px;
    color: #158544;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-title {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .testimonials-tabs {
        gap: 15px;
        margin-bottom: 35px;
        flex-wrap: wrap;
    }
    
    .testimonial-tab {
        font-size: 16px;
        padding: 10px 18px;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .testimonial-bubble {
        padding: 25px;
        min-height: 200px;
    }
    
    .quote-icon {
        font-size: 70px;
        top: 5px;
        right: 15px;
    }
    
    .testimonial-rating {
        margin-bottom: 12px;
    }
    
    .testimonial-rating i {
        font-size: 14px;
    }
    
    .testimonial-text {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .author-info {
        text-align: center;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .author-role {
        font-size: 13px;
    }
    
    .testimonials-carousel .owl-nav {
        padding: 0 10px;
    }
    
    .testimonials-carousel .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    
    .testimonials-carousel .owl-dots {
        margin-top: 30px;
    }
}

/* Mobile App Section - Minimalist Design */
.mobile-app-section {
    padding:  0;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.mobile-app-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(21, 133, 68, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(21, 133, 68, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.app-content {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.app-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 280px;
    line-height: 36px;
    margin-bottom: 18px;
}

.app-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 30px 0;
    max-width: 520px;
    font-weight: 400;
}

.app-download-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.app-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    border-radius: 10px;
    padding: 14px 28px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.2px;
    min-width: 160px;
}

.app-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: #1a1a1a;
}

.app-download-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.app-download-btn i {
    font-size: 20px;
    opacity: 0.95;
}

.app-btn-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.app-visual {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 992px) {
    .mobile-app-section {
        padding: 80px 0;
    }
    
    .app-content {
        padding: 20px 0;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .app-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .app-description {
        font-size: 16px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    
    .app-download-buttons {
        justify-content: center;
    }
    
    .app-download-btn {
        flex: 1;
        min-width: 140px;
        max-width: 200px;
    }
    
    .app-visual {
        padding: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .mobile-app-section {
        padding: 60px 0;
    }
    
    .app-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .app-description {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .app-download-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .app-download-btn {
        width: 100%;
        max-width: 100%;
        padding: 16px 24px;
    }
    
    .app-download-btn i {
        font-size: 22px;
    }
    
    .app-btn-text {
        font-size: 16px;
    }
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-content-wrapper {
        gap: 40px;
    }
    
    .footer-menu-section,
    .footer-app-section {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column;
        gap: 35px;
        padding: 30px 0;
    }
    
    .footer-section-title {
        font-size: 17px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .footer-menu-list {
        gap: 8px;
    }
    
    .footer-menu-list a {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .footer-app-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-app-btn {
        width: 100%;
        min-width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
}