@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #005197;
  --accent: #ff8108;
  --bg: #ffffff;
  --text: #101418;
  --muted: #6b7280;
  --border: #e6e8ec;
  --radius-6: 6px;
  --radius-10: 10px;
  --radius-16: 16px;
  --radius-20: 20px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, .08);
  --shadow-lg: 0 18px 50px rgba(0, 0, 0, .12);
  --fs-1: 2.25rem;
  --fs-2: 1.75rem;
  --fs-3: 1.5rem;
  --fs-4: 1.25rem;
  --fs-5: 1rem;
  --fs-6: .875rem;
  --container: 1400px;
}


@media (min-width:1240px) and (max-width:1439px) {

  .container {
    max-width: 1250px;
  }

  .top-bar-nav {
    right: 5%;
  }

  .search input {
    width: 550px;
  }

  .categories-link {
    font-size: var(--fs-6);
    padding: 14px 5px;
    gap: 6px;
  }

  .categories-link i {
    font-size: 14px;
  }

  /* HERO RESPONSIVE - Desktop Extra Large */

  .hero-slide .container {
    max-width: 1250px;
  }

  .hero-slide-indicators {
    width: 1250px;
  }

  /* Hero Stats - Desktop XL (1240-1439px) */
  .hero-stats {
    width: 1250px;
  }

  .hero-stat-item {
    padding-right: 60px;
    padding-left: 35px;
  }

  .hero-stat-icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .hero-stat-number {
    font-size: 1.85rem;
  }

  .hero-stat-label {
    font-size: 13px;
  }

  /* GDD Deals Showcase - Desktop XL (1240-1439px) */
  .gdd-deal-card {
    /* 6 cards per view with 10px gaps (5 gaps = 50px) */
    flex: 0 0 var(--gdd-deal-card-width, calc((100% - 50px) / 6));
  }

  .coupon-header {
    margin-bottom: 10px;
  }

  .coupon-title {
    margin-top: 10px;
  }

  /*Categories Section Mobile Styles*/

  .innovation-title {
    font-size: 3.5rem;
  }

  .title-main {
    font-size: 4rem;
  }

  .categories-showcase-grid {
    gap: 30px;
  }

  .premium-card {
    padding: 35px;
  }

  .categories-grid-container {
    gap: 20px;
  }

  .revolution-title {
    font-size: 3.5rem;
  }

  /*Categories Section Mobile Styles Finish*/

  /*Brands Section*/

  .brands-section {
    padding: 100px 0;
  }

  .brand-item {
    flex: 0 0 220px;
    padding: 35px 25px;
  }

  .brands-section .section-title {
    font-size: 3rem;

  }

  /* Brands Section Finish */


  /* Services Section */

  .services-section {
    padding: 100px 0;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
  }

  .header-content .section-title {
    font-size: 3rem;
  }

  .header-stats {
    gap: 30px;
  }

  /* Services Section Finish */

  /* Testimonial Section */

  .testimonials-section {
    padding: 100px 0;
  }

  .title-main {
    font-size: 3.5rem;
  }

  .testimonials-grid {
    gap: 25px;
  }

  .testimonial-card {
    padding: 25px;
  }

  /* Testimonial Section Finish */


  /* Footer & Newsletter Section */

  .gdd-title-main {
    font-size: 3rem;
  }

  .gdd-footer-grid {
    gap: 50px;
  }

  /* Footer & Newsletter Section Finish */


}


@media (min-width:968px) and (max-width:1239px) {

  .container {
    max-width: 950px;
  }

  .top-bar {
    font-size: 0.8rem;
  }

  .top-bar-nav {
    right: 0;
    gap: 0;
  }

  .top-bar-nav a {
    padding: 2px 4px;
  }

  .search input {
    width: 425px;
  }

  .main-bar {
    font-size: 0.5rem !important;
  }

  .actions {
    gap: 0;
  }

  .categories-link {
    font-size: 0.7rem !important;
    padding: 15px 0px !important;
    gap: 5px;
  }

  .categories-link i {
    font-size: 12px;
  }

  .categories-item:nth-of-type(6) .categories-link {
    position: relative;
    right: -4px;
  }

  .categories-link::after {
    display: none;
  }

  /* HERO RESPONSIVE - Desktop Large */


  .hero-slide .container {
    max-width: 950px;
  }

  .hero-slide-indicators {
    width: 950px;
  }

  /* Hero Stats - Desktop Large (968-1239px) */
  .hero-stats {
    width: 100%;
    justify-content: center;
  }

  .hero-stat-item {
    padding: 0 20px;
  }

  .hero-stat-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .hero-stat-number {
    font-size: 1.65rem;
  }

  .hero-stat-label {
    font-size: 12px;
  }

  .slide-content {
    padding-left: 3.5rem;
  }

  .slide-content-title {
    font-size: 2.8rem !important;
    letter-spacing: 0.5px;
  }

  .slide-content-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.1px;
    max-width: 300px;
  }

  .hero-slide .campaign-features .feature-item {
    padding: 12px 10px;
    font-size: 13px;
  }

  .hero-slide .campaign-timer {
    scale: 0.8;
  }

  .showcase-item.main-product img {
    max-height: 380px;
  }

  .hero-slide .floating-item {
    scale: 0.7;
  }

  .category-campaign-container .category-corners {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 50px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 50px;
    z-index: 4;
  }

  .category-campaign-container .corner {
    width: 80px;
    height: 80px;
    background: linear-gradient(25deg, #dbb69330, transparent, #ffffff2b);
    border-radius: 15px;
    border: 1px solid #e4c9b0eb;
    padding: 2px;
    box-shadow: 0 5px 10px #bb6716b5;
    backdrop-filter: blur(2px);
    position: relative;
    overflow: hidden;
  }

  /* Clinic Starter Packages - Desktop Large (968-1239px) */
  .clinic-starter-packages-container .clinic-title {
    font-size: 2.2rem;
  }

  .clinic-starter-packages-container .clinic-subtitle {
    font-size: 1.05rem;
  }

  .clinic-tilt-row {
    gap: 20px;
    padding: 0 1.5rem;
  }

  .clinic-tilt-card .pkg-title {
    font-size: 1.15rem;
  }

  .clinic-tilt-card .pkg-sub {
    font-size: 0.95rem;
  }

  .clinic-ambient .bg-orb {
    width: 200px;
    height: 200px;
  }

  /* Slightly reduce tilt intensity for better readability */
  .clinic-tilt-card {
    transform: perspective(900px) rotateX(5deg);
  }

  .clinic-tilt-card.bronze {
    transform: perspective(700px) rotateY(5deg);
  }

  .clinic-tilt-card.gold {
    transform: perspective(700px) rotateY(-5deg);
  }

  /* Product Campaign Container Responsive - Desktop Large (968-1239px) */
  .product-campaign-container .product-hero-content {
    width: 58%;
    padding-left: 3rem;
  }

  .product-campaign-container .product-hero-showcase {
    width: 42%;
  }

  .product-campaign-container .product-hero-title {
    font-size: 2.4rem;
  }

  .product-campaign-container .product-hero-subtitle {
    font-size: 1.05rem;
    max-width: 460px;
  }

  .product-campaign-container .product-hero-img {
    width: 340px;
  }

  .product-campaign-container .product-hero-pricing {
    gap: 12px;
    padding: 12px 18px;
  }

  .product-campaign-container .product-hero-price-current {
    font-size: 1.6rem;
  }

  /* Coupon Container Responsive - Desktop Large (968-1239px) */
  .coupon-container .coupon-content {
    width: 58%;
    padding-left: 3rem;
  }

  .coupon-container .coupon-image {
    width: 42%;
  }

  .coupon-title {
    font-size: 2.5rem;
  }

  .coupon-subtitle {
    font-size: 1.05rem;
  }

  .code-value {
    font-size: 1.35rem;
    letter-spacing: 2px;
  }

  .coupon-features {
    gap: 10px;
  }

  .coupon-features .feature-item {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .discount-circle {
    width: 240px;
    height: 240px;
  }

  /* Bulk-Discount Section Responsive Styles*/

  .bulk-discount-container .bulk-layout {
    padding: 14px 20px 40px;
  }

  .bulk-discount-container .bulk-center {
    top: 10px;
  }

  .bulk-discount-container .bulk-bottom {
    gap: 15px;
  }

  .bulk-code-display {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-value {
    font-size: 0.95rem;
    letter-spacing: 1px;
    padding: 10px 16px;
  }

  .bulk-code-display .copy-btn {
    gap: 6px;
  }

  .bulk-code-display .copy-btn span {
    font-size: 0.8rem;
  }

  .bulk-bottom .action-btn span {
    font-size: 13px;
  }

  .bulk-bottom .action-btn span i {
    font-size: 13px;
  }

  .bulk-features .feature-item {
    border: 1px solid #7a284f;
    padding: 6px 12px;
    border-radius: 25px;
    background: #a7547c21;
    gap: 4px;
  }

  .bulk-features .feature-item i,
  .bulk-features .feature-item span {
    font-size: 13px;
  }


  .bulk-discount-container .bulk-center .bulk-hero-img {
    max-height: none;
    max-width: none;
    height: 360px;
    width: 360px;
  }

  .bulk-discount-container .mini-row {
    width: 20px;
  }

  .bulk-discount-container .mini-row.buy {
    left: -52px;
    top: 45% !important;
    z-index: 1;
  }

  .bulk-discount-container .mini-row.pay {
    right: -52px;
    top: 45%;
    z-index: 1;
  }

  .bulk-discount-container .bulk-right {
    left: 10%;
  }

  .bulk-discount-container .timer-label {
    flex-direction: column;
  }

  .bulk-discount-container .timer-label i {
    font-size: 20px;
  }

  .bulk-discount-container .timer-label span {
    font-size: 15px;
    max-width: 150px;
    text-align: center;
  }

  .bulk-guide {
    font-size: 0.8rem;
  }

  /* Bulk-Discount Section Responsive Styles Finish*/

  /*Categories Section Mobile Styles */

  .innovation-title {
    font-size: 3rem;
  }

  .title-main {
    font-size: 3.5rem;
  }

  .categories-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .categories-grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .premium-card {
    padding: 30px;
  }

  .modern-card {
    padding: 20px;
  }

  .header-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .header-side {
    justify-content: center;
  }

  .revolution-title {
    font-size: 3rem;
  }

  /* Products Section - 968-1239px responsive */
  .product-card.revolutionary {
    flex: 0 0 290px;
  }

  .products-track {
    gap: 20px;
  }

  .products-showcase {
    padding: 0 20px;
  }


  /*Categories Section Mobile Styles Finish*/

  /*Brands Section*/

  .brands-section {
    padding: 80px 0;
  }

  .brand-item {
    flex: 0 0 200px;
    padding: 30px 20px;
  }

  .brands-section .section-title {
    font-size: 2.5rem;
  }

  .brands-section .section-subtitle {
    font-size: 1.125rem;
  }

  /*Brands Section Finish*/



  /*Services Section*/



  .services-section {
    padding: 80px 0;
  }

  .services-header {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
  }

  .header-content .section-title {
    font-size: 2.5rem;
  }


  .header-content .section-subtitle {

    margin: 0 auto;
  }

  .header-stats {
    justify-content: center;
    gap: 25px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .trust-badges {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px !important;
  }

  /*Services Section Finish*/


  /*Testimonials Section*/

  .testimonials-section {
    padding: 80px 0;
  }

  .title-main {
    font-size: 3rem;
  }

  .title-sub {
    font-size: 1.25rem;
  }

  .section-description {
    font-size: 1.125rem;
  }

  .testimonials-grid {
    gap: 20px;
    margin-bottom: 50px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .trust-badges {
    gap: 20px;
  }


  /*Testimonials Section Finish*/


  /* Footer & Newsletter Section */

  .gdd-footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }



  .gdd-title-main {
    font-size: 2.5rem;
  }


  .gdd-company-section {
    width: 40%;
  }

  .gdd-trust-indicators {
    display: flex;
  }

  .gdd-contact-card {
    flex-direction: column;
    align-items: flex-start;

  }


  /* Footer & Newsletter Section Finish */


}

@media (min-width:768px) and (max-width:968px) {

  /* Bulk-Discount Section Responsive Styles (768-967) */

  .bulk-discount-container .bulk-top-title {
    top: -18%;
  }

  .bulk-discount-container .bulk-top-title span {
    font-size: 25px !important;
  }

  .bulk-discount-container .bulk-layout {
    padding: 14px 0 40px;
  }

  .bulk-center {
    top: 5px !important;
  }

  .bulk-center .bulk-hero-img {
    max-height: none !important;
    max-width: none !important;
    width: 320px !important;
    height: 320px !important;
  }

  .bulk-discount-container .bulk-bottom {
    gap: 15px;
  }

  .bulk-code-display {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-container {
    padding: 8px 12px;
  }

  .bulk-code-display .code-label {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-value {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 7px 12px;
  }

  .bulk-code-display .copy-btn {
    gap: 6px;
  }

  .bulk-code-display .copy-btn span {
    font-size: 0.75rem;
  }

  .bulk-code-display .copy-btn i {
    font-size: 12px;
  }

  .bulk-bottom .action-btn {
    padding: 9px 15px;
  }

  .bulk-bottom .action-btn span {
    font-size: 12px;
  }

  .bulk-bottom .action-btn i {
    font-size: 12px;
  }

  .bulk-features .feature-item {
    border: 1px solid #7a284f;
    padding: 6px 12px;
    border-radius: 25px;
    background: #a7547c21;
    gap: 4px;
  }

  .bulk-features .feature-item i,
  .bulk-features .feature-item span {
    font-size: 13px;
  }

  .bulk-discount-container .mini-row {
    width: 20px;
  }

  .bulk-discount-container .mini-row .num {
    font-size: 33px;
  }

  .bulk-discount-container .mini-row.buy {
    left: -52px;
    top: 45% !important;
    z-index: 1;
  }

  .bulk-discount-container .mini-row.pay {
    right: -52px;
    top: 45%;
    z-index: 1;
  }

  .bulk-discount-container .bulk-right {
    left: 10%;
    justify-content: center;
  }

  .bulk-discount-container .timer-label {
    flex-direction: column;
  }

  .bulk-discount-container .timer-label i {
    font-size: 20px;
  }

  .bulk-discount-container .timer-label span {
    font-size: 15px;
    max-width: 150px;
    text-align: center;
  }

  .bulk-guide {
    font-size: 0.8rem;
  }


  /* End Bulk-Discount (768-967) */

  .container {
    padding: 0 20px;
  }

  /* MOBILE LAYOUT AKTIF */
  .mobile-actions {
    display: flex !important;
  }

  /* Top-bar sticky davranışı kaldırıldı */

  .main-bar {
    border-bottom: 2px solid #ff81085c;
  }

  .main-bar .brand {
    width: 150px;
  }

  .main-bar-nav {
    display: none !important;
  }

  .bottom-bar {
    display: none !important;
  }

  /* Top bar - sadece hoşgeldin indirimi */
  .top-bar-nav {
    display: none;
  }

  /* Main bar layout */
  .main-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
  }

  .main-bar .brand {
    flex: 0 0 auto;
  }

  .top-bar {
    padding: 8px 0;
  }

  .top-bar .container {
    padding: 0 20px;
    justify-content: center;
    font-size: var(--fs-6) !important;
  }

  .top-bar .small {
    display: none;
  }

  .mobile-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 135px !important;
    font-size: 17px !important;
  }


  .hero {
    height: 620px;
  }

  .hero-slide .container {
    top: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
  }

  .hero-slide-indicators {
    bottom: 0;
    width: 100%;
    scrollbar-width: none;

  }

  /* Hero Stats - Tablet (768-967px) */
  .hero-stat-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .hero-stat-content {
    flex: 1;
  }

  .hero-stat-number {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }

  .hero-stat-label {
    font-size: 11px;
  }

  .slide-content {
    padding-left: 0.5rem;
  }

  .slide-content-title {
    font-size: 2.6rem !important;
    letter-spacing: 0.4px;
    width: 500px;
  }

  .slide-content-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.1px;
    max-width: 240px;
  }

  .hero-slide .campaign-features .feature-item {
    padding: 9px 7px;
    font-size: 12px;
  }

  .campaign-features .feature-item i {
    font-size: 14px;
  }

  .hero-slide .campaign-timer {
    scale: 0.7;
  }

  .showcase-item.main-product img {
    max-height: 320px;
  }

  .hero-slide .floating-item {
    scale: 0.6;
  }


  .category-campaign-container .category-corners {
    padding: 20px 45px;
    display: flex;
    gap: 50px;
  }

  .category-campaign-container .corner {
    width: 70px;
    height: 70px;
  }

  /* Clinic Starter Packages - Tablet (768-967px) */
  .clinic-starter-packages-container .slide-content {
    padding: 0;
  }

  .clinic-starter-packages-container .clinic-title {
    font-size: 2rem;
    text-align: center;
  }

  .clinic-starter-packages-container .clinic-subtitle {
    font-size: 0.95rem;
    text-align: center;
  }

  .clinic-tilt-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0 1rem;
  }

  .clinic-tilt-card .tilt-inner {
    gap: 8px;
    padding: 16px 0;
    justify-content: center;
    height: 100%;
  }

  .clinic-tilt-card .pkg-title {
    font-size: 1.1rem;
  }

  .clinic-tilt-card .pkg-sub {
    font-size: 0.9rem;
  }

  .clinic-ambient .bg-orb {
    width: 180px;
    height: 180px;
  }

  /* Flatten tilt on tablet to avoid overflow and distortions */

  .clinic-tilt-card .pkg-desc-min {

    padding: 0 5px;

  }

  /* Compact badges and button */
  .clinic-tilt-card .pkg-badges {
    gap: 6px;
  }

  .clinic-tilt-card .pkg-badge {
    font-size: 0.7rem;
    padding: 3px 8px;
  }

  .clinic-tilt-card .tilt-actions {
    justify-content: center;
  }

  .clinic-tilt-card .clinic-btn {
    padding: 8px 12px;
    font-size: 0.95rem;
  }

  .clinic-note {
    text-align: center;
    font-size: 0.85rem;
  }

  /* Product Campaign Container Responsive - Tablet (768-967px) */
  .product-campaign-container .product-hero-content {
    width: 60%;
    padding-left: 2.25rem;
  }

  .product-campaign-container .product-hero-showcase {
    width: 40%;
  }

  .product-campaign-container .product-hero-label {
    font-size: 0.8rem;
  }

  .product-campaign-container .product-hero-title {
    font-size: 2.1rem;
  }

  .product-campaign-container .product-hero-subtitle {
    font-size: 0.95rem;
    max-width: 420px;
  }

  .product-campaign-container .product-hero-img {
    width: 300px;
  }

  .product-campaign-container .product-hero-pricing {
    gap: 10px;
    padding: 10px 16px;
    left: 6%;
  }

  .product-campaign-container .product-hero-price-current {
    font-size: 1.45rem;
  }

  /* Coupon Container Responsive - Tablet (768-967px) */
  .coupon-container .coupon-content {
    width: 60%;
    padding-left: 2.25rem;
  }

  .coupon-container .coupon-image {
    width: 40%;
  }

  .coupon-badge {
    margin-bottom: 12px;
  }

  .coupon-title {
    font-size: 2.2rem;
  }

  .coupon-subtitle {
    font-size: 1rem;
  }

  .coupon-code-display .code-container {
    gap: 10px;
    padding: 16px;
  }

  .code-value {
    font-size: 1.25rem;
    letter-spacing: 1.5px;
  }

  .coupon-features {
    gap: 10px;
  }

  .coupon-features .feature-item {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .coupon-action .action-btn {
    padding: 12px 18px;
    font-size: 0.95rem;
  }

  .discount-circle {
    width: 220px;
    height: 220px;
  }

  .floating-icon {
    width: 46px;
    height: 46px;
  }

  .floating-icon.icon-1 {
    top: 15%;
    right: 5%;
  }

  .floating-icon.icon-2 {
    bottom: 10%;
    left: 0;
  }

  .floating-icon.icon-3 {
    top: 90%;
    right: 5%;
  }

  .floating-item.item-1 {
    top: 0;
    left: 25%;
  }

  .floating-item.item-2 {
    top: 10%;
    right: -5%;
  }

  .floating-item.item-3 {
    bottom: 10%;
    left: 25%;
  }

  .campaign-badge {
    padding: 6px 12px;
    font-size: 0.65rem !important;
  }

  .category-campaign-container .slide-content-box {
    padding: 9px 15px;
    font-size: 0.8rem;
    bottom: 10px;
  }

  /*hero stats starting*/

  .hero-stats {
    width: 100%;
    justify-content: center;
  }

  .hero-stat-item {
    padding: 0 5px;
    border-right: 0;
    gap: 10px;
  }

  .hero-stat-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .hero-stat-content {
    min-width: 0;
  }

  .hero-stat-number {
    font-size: 1.25rem;
  }

  .hero-stat-label {
    font-size: 10px;
  }


  /*hero stats finish*/

  /* Categories and Products Section Mobile Styles*/
  .categories-innovation,
  .products-revolution {
    padding: 80px 0;
  }

  .innovation-header {
    margin-bottom: 60px;
  }

  .innovation-title {
    font-size: 2.5rem;
  }

  .title-highlight {
    font-size: 2rem;
  }

  .title-main {
    font-size: 3rem;
  }

  .innovation-subtitle {
    font-size: 1.125rem;
  }

  .categories-showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .categories-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .premium-card {
    padding: 30px;
  }

  .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .category-meta {
    text-align: center;
  }

  .revolution-header {
    margin-bottom: 60px;
  }

  .header-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .revolution-title {
    font-size: 2.5rem;
  }

  .product-card.revolutionary {
    flex: 0 0 calc(50% - 8px);
    /* 2 kart için yüzdelik sistem */
  }

  .product-title {
    font-size: 1.25rem;
  }

  /*Categories and Products Section Mobile Styles Finish*/

  /*Brands Section*/

  .brands-section {
    padding: 60px 0;
  }

  .brand-item {
    flex: 0 0 180px;
    padding: 25px 15px;
  }

  .brands-section .section-title {
    font-size: 2.25rem;
  }

  .brands-section .section-subtitle {
    font-size: 1rem;
  }

  .brand-logo {
    height: 70px;
  }

  .brand-item img {
    height: 60px;
  }

  @keyframes brandScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-180px * 8 - 30px * 8));
    }
  }

  /*Brands Section Finish*/

  /*Services Section*/



  .services-section {
    padding: 60px 0;
  }

  .services-header {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    margin-bottom: 60px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .header-content .section-title {
    font-size: 2.25rem;
  }

  .header-content .section-subtitle {
    font-size: 1.125rem;
    margin: 0 auto;
  }

  .header-stats {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .stat-item {
    min-width: 100px;
    padding: 20px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .service-card {
    padding: 30px 20px;
  }

  .services-cta {
    padding: 50px 30px;
  }

  .cta-content h3 {
    font-size: 1.75rem;
  }

  /*Services Section Finish*/


  /*Testimonials Section*/

  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-header {
    margin-bottom: 60px;
  }

  .title-main {
    font-size: 2.5rem;
  }

  .title-sub {
    font-size: 1.125rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }

  .testimonial-card.featured {
    grid-row: span 1;
  }

  .stats-card {
    grid-row: span 1;
  }

  .stats-content {
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
  }

  .trust-badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /*Teestimpnials Section Finish*/


  /*Footer & Newsletter Section*/



  .gdd-footer-grid {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }



  .gdd-title-main {
    font-size: 2.25rem;
  }

  .gdd-form-group {
    flex-direction: column;
    gap: 20px;
  }




  .gdd-company-section {
    width: 35%;
  }


  .gdd-trust-indicators {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gdd-trust-item {
    width: 48%;
  }

  .gdd-contact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gdd-contact-card {
    align-items: center;
    width: 48%;

  }

  /*Footer & Newsletter Section Finish*/



}

@media (min-width:481px) and (max-width:769px) {

  /* Bulk-Discount Section Responsive Styles (481-769) */

  .bulk-discount-container {
    justify-content: flex-end !important;
  }

  .bulk-discount-container .bulk-layout {
    padding: 14px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 12%;
  }

  .bulk-discount-container .bulk-bottom {
    gap: 10px;
  }

  .bulk-code-display {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-container {
    padding: 8px 12px;
  }

  .bulk-code-display .code-label {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-value {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 7px 12px;
  }

  .bulk-code-display .copy-btn {
    gap: 6px;
  }

  .bulk-code-display .copy-btn span {
    font-size: 0.75rem;
  }

  .bulk-code-display .copy-btn i {
    font-size: 12px;
  }

  .bulk-bottom .action-btn {
    padding: 7px 12px !important;
  }

  .bulk-bottom .action-btn span {
    font-size: 12px;
  }

  .bulk-bottom .action-btn i {
    font-size: 12px;
  }

  .bulk-features .feature-item {
    border: 1px solid #7a284f;
    padding: 6px 12px;
    border-radius: 25px;
    background: #a7547c21;
    gap: 4px;
    width: fit-content;
  }

  .bulk-features .feature-item i,
  .bulk-features .feature-item span {
    font-size: 13px;
  }

  .bulk-discount-container .bulk-center {
    top: 0;
    margin-right: 15px;
  }

  .bulk-discount-container .bulk-center .bulk-top-title {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;
    backdrop-filter: blur(6px);
    border-radius: 55px;
    z-index: 12;
    pointer-events: none;
    white-space: nowrap;
  }

  .bulk-top-title span {
    font-size: 20px !important;
  }

  .bulk-discount-container .bulk-hero-img {
    width: 260px !important;
    height: 260px !important;
  }

  .bulk-discount-container .mini-row {
    width: 20px;
  }

  .bulk-discount-container .mini-row .num {
    font-size: 33px;
  }

  .bulk-discount-container .mini-row.buy {
    left: -52px;
    top: 45% !important;
    z-index: 1;
  }

  .bulk-discount-container .mini-row.pay {
    right: -52px;
    top: 45%;
    z-index: 1;
  }

  .bulk-discount-container .bulk-right {
    left: 0;
    justify-content: flex-end;
  }

  .bulk-discount-container .timer-display {
    flex-direction: row;
  }


  .bulk-discount-container .timer-label i {
    font-size: 20px;
  }

  .bulk-discount-container .timer-label span {
    font-size: 15px;
  }

  .bulk-guide {
    font-size: 0.8rem;
  }



  /* End Bulk-Discount (481-769) */
  .container {
    padding: 0 15px;
  }

  .top-bar {
    font-size: 0.75rem !important;
    /* Sticky davranışı kaldırıldı */
  }

  .main-bar .container {
    padding: 5px 15px;
  }

  .mobile-actions {
    display: flex !important;
    gap: 10px;
  }

  .main-bar .brand {
    width: 150px;
  }

  .main-bar-nav {
    display: none !important;
  }

  .bottom-bar {
    display: none !important;
  }

  /* Top bar - sadece hoşgeldin indirimi */
  .top-bar-nav {
    display: none;
  }

  /* Main bar layout */

  .main-bar {
    border-bottom: 2px solid #ff81085c;
  }

  .main-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
  }

  .main-bar .brand {
    flex: 0 0 auto;
  }

  .top-bar {
    padding: 8px 0;
  }

  .top-bar .container {
    padding: 0 15px;
    justify-content: center;
    font-size: var(--fs-6) !important;
  }

  .top-bar .small {
    display: none;
  }

  .mobile-search-btn,
  .mobile-login-btn,
  .hamburger-menu {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .mobile-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 130px !important;
    font-size: 16px !important;
  }

  .mobile-menu {
    width: 100vw;
    max-width: 100vw;
    right: -100vw;
  }


  .hero {
    height: 620px;
  }

  .hero-slide .container {
    top: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .hero-slide-indicators {
    bottom: 0;
    width: 100%;
    scrollbar-width: none;

  }

  .campaign-badge {
    margin: 0 auto;
    translate: 0;
    pad: 12px 16px;
    margin-bottom: 25px;

  }

  .slide-content {
    padding-left: 0.5rem;
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }

  .slide-content-title {
    font-size: 2.6rem !important;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .slide-content-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.1px;
    text-align: center;
    max-width: none;
    background: linear-gradient(45deg, #fbf7f3, #f2d7bc);
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-slide .campaign-features {
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: nowrap;
  }


  .hero-slide .campaign-features .feature-item {
    padding: 9px 7px;
    font-size: 12px;
    white-space: nowrap;
  }

  .category-campaign-container .category-corners {
    left: 25px;
    padding: 0;
    gap: 0px;
  }

  .category-campaign-container .corner {
    width: 60px;
    height: 60px;
  }

  /* Clinic Starter Packages - Phablet (481-769px) */
  .clinic-starter-packages-container .clinic-header {
    text-align: center;
  }

  .clinic-starter-packages-container .clinic-title {
    font-size: 1.9rem;
  }

  .clinic-starter-packages-container .clinic-subtitle {
    font-size: 0.95rem;
  }

  /* Move to 2 columns for better legibility */
  .clinic-tilt-row {
    display: flex;
  }

  .clinic-starter-packages-container .slide-content {
    padding: 0;
    margin-bottom: 0;
  }

  .clinic-tilt-card {
    flex: 1;
  }

  .clinic-tilt-card .tilt-inner {
    padding: 14px 0;
    gap: 8px;
    height: 100%;
  }

  .clinic-tilt-card .pkg-title {
    font-size: 1.05rem;
  }

  .clinic-tilt-card .pkg-sub {
    font-size: 0.9rem;
  }

  .clinic-ambient .bg-orb {
    width: 160px;
    height: 160px;
  }

  /* No tilt and tighter UI */
  .clinic-tilt-card {
    transform: none;
  }

  .clinic-tilt-card .pkg-desc-min {
    padding: 0 5px;
  }

  .clinic-tilt-card .pkg-badges {
    gap: 6px;
  }

  .clinic-tilt-card .pkg-badge {
    font-size: 0.65rem;
    padding: 3px 7px;
  }

  .clinic-tilt-card .tilt-actions {
    justify-content: center;
    width: 100%;
  }

  .clinic-tilt-card .clinic-btn {
    padding: 6px 9px;
    font-size: 0.8rem;
  }

  .clinic-note {
    text-align: center;
    font-size: 0.82rem;
  }

  /* Product Campaign Container Responsive - Phablet (481-769px) */
  .product-campaign-container {
    flex-direction: column;
  }

  .product-campaign-container .product-hero-content {
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }

  .product-campaign-container .product-hero-title {
    font-size: 2rem;
  }

  .product-campaign-container .product-hero-subtitle {
    font-size: 0.95rem;
    max-width: none;
  }

  .product-campaign-container .product-hero-features {
    justify-content: center;
  }

  .product-campaign-container .product-hero-actions {
    justify-content: center;
  }

  .product-campaign-container .product-hero-showcase {
    width: 100%;
    margin-top: 10px;
  }

  .product-campaign-container .product-hero-img {
    width: 260px;
  }

  .product-campaign-container .product-hero-pricing {
    left: 0;
    margin-top: 8px;
  }

  /* Coupon Container Responsive - Phablet (481-769px) */
  .coupon-container .coupon-content {
    width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .coupon-header {
    margin-bottom: 0;
    width: 100%;
  }

  .coupon-badge {
    margin: 0 auto 12px;
  }

  .coupon-title {
    font-size: 2rem;
    margin-top: 0;
  }

  .coupon-subtitle {
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coupon-code-display {
    margin-bottom: -10px;
  }

  .coupon-code-display .code-container {
    justify-content: center;
    padding: 14px;
    gap: 10px;
  }

  .code-label {
    font-size: 0.85rem;
  }

  .code-value {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }

  .coupon-features {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 50%;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .coupon-features .feature-item {
    font-size: 0.9rem;
    padding: 8px 10px;
  }

  .coupon-action {
    display: flex;
    justify-content: center;
  }

  .coupon-action .action-btn {
    width: auto;
  }

  .coupon-container .coupon-image {
    width: 100%;
    margin-top: 10px;
  }

  .discount-circle {
    width: 150px;
    height: 150px;
  }

  .floating-icon {
    width: 42px;
    height: 42px;
  }

  .floating-icon.icon-1 {
    top: 10%;
    right: 12%;
  }

  .floating-icon.icon-2 {
    bottom: 8%;
    left: 16%;
  }

  .floating-icon.icon-3 {
    top: 20%;
    left: 8%;
  }

  .campaign-features .feature-item i {
    font-size: 14px;
  }

  .hero-slide .campaign-timer {

    scale: 0.8;
    bottom: 45px;
    left: 28%;
    position: absolute;
  }


  .category-campaign-container .slide-image {
    align-self: flex-end;
    top: -15px;
  }

  .showcase-item.main-product img {
    max-height: 150px;
  }

  .hero-slide .floating-item {
    scale: 0.7;
    padding: 15px;
  }

  .floating-item.item-1 {
    top: -15%;
    left: 30%;
  }

  .floating-item.item-2 {
    top: 0%;
    right: 5%;
  }

  .floating-item.item-3 {
    bottom: 10%;
    left: 25%;
  }

  .floating-item.item-4 {
    bottom: -5%;
    right: 10%;
  }


  .campaign-badge {
    padding: 6px 12px;
    font-size: 0.65rem !important;
  }

  .category-campaign-container .slide-content-box {
    padding: 9px 15px;
    font-size: 0.8rem;
    bottom: -215px;
  }

  .hero-slide .container[data-container="2"].product-campaign-container {
    flex-direction: row;
  }

  /*hero-stats starting*/



  .hero-stats {
    width: 100%;
    justify-content: center;
    padding: 18px 0;
  }

  .hero-stat-item {
    padding: 0 5px;
    border-right: 0;
    gap: 10px;
  }

  .hero-stat-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .hero-stat-content {
    min-width: 0;
  }


  .hero-stat-icon {
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 10px;
  }

  .hero-stat-number {
    font-size: 1.15rem;
    min-width: 0;
  }

  .hero-stat-label {
    font-size: 10px;
  }



  /*hero-stats finish*/

  /*Categories and Products Section Mobile Styles*/

  .categories-innovation,
  .products-revolution {
    padding: 60px 0;
  }

  .categories-showcase-grid {
    grid-template-columns: 1fr;
  }

  .categories-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .innovation-header {
    margin-bottom: 40px;
  }

  .innovation-title {
    font-size: 2rem;
  }

  .title-highlight {
    font-size: 1.5rem;
  }

  .title-main {
    font-size: 2.5rem;
  }

  .innovation-subtitle {
    font-size: 1rem;
  }

  .premium-card {
    padding: 24px;
  }

  .category-icon i {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .category-title {
    font-size: 1.75rem;
  }

  .modern-card {
    padding: 20px;
  }

  .card-visual {
    height: 70px;
  }

  .visual-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .revolution-title {
    font-size: 2rem;
  }

  .product-card.revolutionary {
    /* 2 kart görünüm: gap 16px -> (100% - 16px) / 2 */
    flex: 0 0 calc((100% - 16px) / 2);
  }


  .product-title {
    font-size: 1.125rem;
  }

  .product-pricing {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .product-card.revolutionary {
    /* 2 kart görünüm: gap 16px -> (100% - 16px) / 2 */
    flex: 0 0 calc((100% - 16px) / 2);
    padding: 20px;
  }

  .products-track {
    gap: 16px;
    /* eşleşen boşluk */
  }

  .products-showcase {
    padding: 0 16px;
    /* viewporta göre kenar boşlukları */
  }

  /* Products Showcase: 2 kart görünümü (≤480px) */
  .product-card.revolutionary {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .header-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .header-controls {
    justify-content: center;
  }

  /* Categories and Products Section Mobile Styles Finish */

  /*Brands Section*/

  .brands-section {
    padding: 50px 0;
  }

  .brands-track {
    gap: 20px;
  }

  .brand-item {
    flex: 0 0 160px;
    padding: 20px 12px;
  }

  .brands-section .section-title {
    font-size: 2rem;
  }

  .brands-section .section-subtitle {
    font-size: 0.9rem;
    max-width: 500px;
  }

  .brand-logo {
    height: 60px;
    margin-bottom: 16px;
  }

  .brand-item img {
    height: 50px;
  }

  .brand-info h4 {
    font-size: 1rem;
  }

  .brand-info .product-count {
    font-size: 0.8rem;
  }

  .brand-stats {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  @keyframes brandScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-160px * 8 - 20px * 8));
    }
  }

  /*Brands Section Finish*/


  /*Services Section*/


  .services-section {
    padding: 50px 0;
  }

  .services-header {
    margin-bottom: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }

  .header-content .section-title {
    font-size: 2rem;
  }

  .header-content .section-subtitle {
    font-size: 1rem;
    margin: 0 auto;
  }

  .header-stats {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .stat-item {
    min-width: 90px;
    padding: 16px;
  }

  .stat-number {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .service-card {
    padding: 25px 20px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .service-icon i {
    font-size: 1.75rem;
  }

  .service-content h3 {
    font-size: 1.25rem;
  }

  .service-content p {
    font-size: 0.9rem;
  }

  .services-cta {
    padding: 40px 25px;
  }

  .cta-content h3 {
    font-size: 1.5rem;
  }

  .cta-content p {
    font-size: 1rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  /*Services Section Finish*/


  /*Testimonials Section*/

  .testimonials-section {
    padding: 50px 0;
  }

  .testimonials-header {
    margin-bottom: 50px;
  }

  .header-badge {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .title-main {
    font-size: 2.25rem;
  }

  .title-sub {
    font-size: 1rem;
  }

  .section-description {
    font-size: 0.95rem;
    max-width: 500px;
  }

  .testimonials-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .customer-avatar {
    align-self: center;
  }

  .customer-info {
    text-align: center;
  }

  .rating-display {
    text-align: center;
  }

  .stats-content {
    flex-direction: column;
    gap: 20px;
  }

  .stat-item {
    justify-content: center;
  }

  .trust-badges {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trust-badge {
    padding: 20px;
  }

  .floating-elements .float-element {
    display: none;
  }

  /*Testimonials Section Finish*/


  /*Footer & Newsletter Section */





  .gdd-title-highlight {
    font-size: 1rem;
  }

  .gdd-title-main {
    font-size: 2rem;
  }


  .gdd-form-benefits {
    gap: 20px;
  }



  .gdd-stat-card {
    min-width: 200px;
  }

  .gdd-main-footer {
    padding: 20px 0;
  }

  .gdd-footer-grid {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gdd-company-section {
    grid-column: span 1;
  }

  .gdd-footer-logo img {
    height: 200px;
    margin-bottom: -45px;
  }

  .gdd-company-header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
  }

  .gdd-company-description {
    text-align: center;
  }

  .gdd-company-features {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .gdd-social-media {
    text-align: center;
  }

  .gdd-social-links {
    justify-content: center;
  }


  .gdd-trust-section {
    width: 100%;
  }

  .gdd-trust-indicators {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gdd-contact-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .gdd-footer-bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .gdd-legal-links {
    justify-content: center;
  }


  /*Footer & Newsletter Finish*/


}

@media (min-width:481px) and (max-width:600px) {
  .slide-content-title {
    word-break: break-all;
  }
}

@media (max-width:480px) {

  /* Bulk-Discount Section Responsive Styles (<=480) */

  .bulk-discount-container {
    padding-top: 75px;
  }


  .bulk-discount-container .bulk-layout {
    padding: 10px 12px 28px;
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 15px;
  }

  .bulk-discount-container .bulk-layout .bulk-center {
    order: 1;
    margin-bottom: 0;
  }

  .bulk-discount-container .bulk-right {
    order: 2;
  }

  .bulk-discount-container .bulk-left {
    order: 3;
  }

  .bulk-discount-container .stage-center .bulk-hero-img {
    width: 250px !important;
    height: 250px !important;
  }

  .bulk-discount-container .stage-center .bulk-top-title {
    position: absolute;
    top: -20.5%;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;
    backdrop-filter: blur(6px);
    border-radius: 55px;
    z-index: 12;
    pointer-events: none;
    white-space: nowrap;
  }

  .bulk-discount-container .stage-center .bulk-top-title span {
    font-size: 20.5px !important;
  }

  .bulk-discount-container .stage-center::after {
    inset: -20px !important;
  }

  .bulk-discount-container .mini-row {
    padding: 4px 6px;
    gap: 4px;
    width: 50px;
  }

  .bulk-discount-container .mini-row.buy {
    left: -52px;
    top: 45%;
    z-index: 1;
  }

  .bulk-discount-container .mini-row.pay {
    right: -52px;
    top: 45%;
    z-index: 1;
  }

  .bulk-discount-container .mini-row .num {
    font-size: clamp(18px, 9.5vw, 32px);
  }

  .bulk-discount-container .mini-row .label {
    font-size: 12px;
  }

  .bulk-discount-container .bulk-bottom {
    align-items: center !important;
  }

  .bulk-discount-container .bulk-code-display {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .bulk-code-display .code-container {
    padding: 8px 12px;
  }

  .bulk-code-display .code-label {
    font-size: 0.8rem;
  }

  .bulk-code-display .code-value {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 7px 12px;
  }

  .bulk-code-display .copy-btn {
    gap: 6px;
  }

  .bulk-code-display .copy-btn span {
    font-size: 0.75rem;
  }

  .bulk-code-display .copy-btn i {
    font-size: 12px;
  }

  .bulk-bottom .action-btn {
    padding: 7px 12px !important;
    align-self: center !important;
    order: 3;
  }

  .bulk-bottom .action-btn span {
    font-size: 12px;
  }

  .bulk-bottom .action-btn i {
    font-size: 12px;
  }

  .bulk-features {
    order: 2;
  }

  .bulk-features .feature-item {
    border: 1px solid #7a284f;
    padding: 6px 12px;
    border-radius: 25px;
    background: #a7547c21;
    gap: 4px;
    width: fit-content;
  }

  .bulk-features .feature-item i,
  .bulk-features .feature-item span {
    font-size: 13px;
  }

  .bulk-discount-container .bulk-hero-img {
    max-height: 260px !important;
  }

  .bulk-discount-container .mini-row .num {
    font-size: 30px;
  }

  .bulk-discount-container .bulk-right {
    left: 0;
    justify-content: flex-end;
  }

  .bulk-discount-container .bulk-bottom {
    gap: 11px;
  }

  .bulk-discount-container .bulk-bottom .code-container {
    border: 1px solid #7a284fad;
  }

  .bulk-discount-container .timer-display {
    flex-direction: row;
  }


  .bulk-discount-container .timer-label i {
    font-size: 20px;
  }

  .bulk-discount-container .timer-label span {
    font-size: 15px;
  }

  .bulk-guide {
    font-size: 0.8rem;
    white-space: normal;
    padding: 20px 10px;
    width: 100%;
  }

  /* End Bulk-Discount (<=480) */

  .container {
    padding: 0 20px;
  }

  .mobile-actions {
    display: flex !important;
    gap: 8px;
  }

  .main-bar {
    border-bottom: 2px solid #ff81085c;
  }

  .main-bar .brand {
    width: 150px;
  }

  .main-bar-nav {
    display: none !important;
  }

  .bottom-bar {
    display: none !important;
  }


  /* Main bar layout */


  .main-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
  }

  .main-bar .brand {
    flex: 0 0 auto;
  }


  .top-bar .container {
    padding: 0 15px;
    justify-content: center;
    font-size: 13px !important;
  }

  .top-bar-nav {
    display: none;
  }

  .top-bar .small {
    display: none;
  }

  .mobile-search-btn,
  .mobile-login-btn,
  .hamburger-menu {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .mobile-login-btn span {
    display: none;
  }

  .hamburger-line {
    width: 20px;
    height: 2px;
  }

  .mobile-menu-user .user-action-btn {
    padding: 8px 13px;
  }

  .chat-widget {
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: 0 !important;
    border: 0;
    z-index: 10002;
  }


  /*hero start*/


  .hero {
    height: 900px;
  }

  .hero-slide .container {
    top: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    height: 827px;
    padding-top: 30px;
    border: 0;
  }

  .hero-slide-indicators {
        bottom: 0;
        width: 100%;
        scrollbar-width: none;
        padding: 6px 6px;
        border: 0 !important;
  }

  /* Hero Stats - Mobile (≤480px) */

  .hero-stats-section {
    overflow: hidden;
  }

  .hero-stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    padding: 10px 10px;
    width: 110%;
    padding-right: 0;
    padding-left:20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-stat-item {
    flex: 0 0 calc(50% - 6px);
    padding: 10px 0;
    border-right: none;
    justify-content: flex-end;
    text-align: center;
    gap: 10px;
  }

  .hero-stat-item:nth-child(3),
  .hero-stat-item:nth-child(4) {
    border-bottom: none;
  }

  .hero-stat-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 8px;
  }

  .hero-stat-number {
    font-size: 1.2rem;
    min-width: 120px;
  }

  .hero-stat-label {
    font-size: 10px;
    text-align: left;
  }

  .campaign-badge {
    margin: 0 auto;
    translate: 0;
    margin-bottom: 15px;
    padding: 6px 12px;
    font-size: 0.6rem !important;

  }

  .slide-content {
    width: 100%;
    padding-left: 0 !important;
    margin-bottom: 35px;
  }

  .slide-content-title {
    font-size: 2rem !important;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .slide-content-subtitle {
    font-size: 0.85rem;
    letter-spacing: 0.1px;
    text-align: center;
    max-width: none;
    background: linear-gradient(45deg, #fbf7f3, #f2d7bc);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: 100%;
  }

  .hero-slide .campaign-features {
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }


  .hero-slide .campaign-features .feature-item {
    padding: 6px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .campaign-features .feature-item i {
    font-size: 14px;
  }

  .hero-slide .campaign-timer {

    scale: 0.75;
    bottom: 295px;
    left: 50%;
    position: absolute;
  }

  .category-campaign-container .slide-image {
    align-self: flex-end;
    width: 100%;
    top: 100px;
  }

  .showcase-item.main-product img {
    max-height: 250px;
  }

  .hero-slide .floating-item {
    scale: 0.85;
    padding: 20px;
  }

  .floating-item.item-1 {
    top: 5%;
    left: 10%;
  }

  .floating-item.item-2 {
    top: 13%;
    right: -2%;
  }

  .floating-item.item-3 {
    bottom: 10%;
    left: 5%;
  }

  .floating-item.item-4 {
    bottom: 5%;
    right: 5%;
  }


  .campaign-badge {
    padding: 6px 12px;
    font-size: 0.65rem !important;
  }

  .category-campaign-container .slide-content-box {
    padding: 9px 15px;
    font-size: 0.8rem;
    bottom: -455px;
  }

  .category-campaign-container .category-corners {
    gap: 20px;
    left: 50%;
    translate: -50% 0;
    padding: 10px;
  }


  .category-campaign-container .category-corners .corner {
    width: 65px;
    height: 65px;
  }

  /* Clinic Starter Packages - Mobile (<=480px) */
  .clinic-starter-packages-container .clinic-header {
    text-align: center;
    margin-bottom: 15px;
  }

  .clinic-starter-packages-container .clinic-title {
    font-size: 1.7rem;
  }

  .clinic-starter-packages-container .clinic-subtitle {
    font-size: 0.95rem;
  }

  .clinic-tilt-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 12px;
  }

  .clinic-starter-packages-container .slide-content {
    justify-content: center;
    padding: 0;
  }

  .clinic-tilt-card .tilt-inner {
    padding: 12px 0;
    gap: 2px;
  }

  .clinic-tilt-card {
    transform: none;
    height: 170px;
  }

  .clinic-tilt-card.bronze {
    transform: perspective(100px) rotateX(-1deg);
  }

  .clinic-tilt-card.gold {
    transform: perspective(100px) rotateX(1deg);
  }

  .clinic-tilt-card .pkg-title {
    font-size: 1rem;
  }

  .clinic-tilt-card .pkg-sub {
    font-size: 0.88rem;
    display: none;
  }

  .clinic-tilt-card .pkg-badges {
    gap: 6px;
  }

  .clinic-tilt-card .pkg-badge {
    font-size: 0.76rem;
    padding: 3px 7px;
  }

  .clinic-tilt-card .tilt-actions {
    width: 100%;
    justify-content: center;
  }

  .clinic-tilt-card .clinic-btn {
    width: 100%;
    max-width: 240px;
    padding: 8px 12px;
    font-size: 0.85rem;
    width: auto;
  }

  .clinic-ambient .bg-orb {
    width: 120px;
    height: 120px;
    opacity: 0.25;
  }

  .clinic-note {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 6px;
  }

  /* Product Campaign Container Responsive - Mobile (<=480px) */
  .product-campaign-container {
    flex-direction: column;
  }

  .product-campaign-container .product-hero-content {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .product-campaign-container .product-hero-label {
    font-size: 0.8rem;
  }

  .product-campaign-container .product-hero-title {
    font-size: 1.75rem;
  }

  .product-campaign-container .product-hero-subtitle {
    font-size: 0.95rem;
  }

  .product-campaign-container .product-hero-features {
    justify-content: center;
    gap: 10px;
  }

  .product-campaign-container .product-hero-actions {
    justify-content: center;
  }

  .product-campaign-container .product-hero-showcase {
    width: 100%;
    margin-top: 10px;
  }

  .product-campaign-container .product-hero-img {
    width: 230px;
  }

  .product-campaign-container .product-hero-pricing {
    left: 0;
    gap: 8px;
    padding: 8px 12px;
  }

  /* Coupon Container Responsive - Mobile (<=480px) */
  .coupon-container .coupon-content {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;

  }

  .coupon-header {
    margin-bottom: 0 !important;
  }

  .coupon-badge {
    margin: 0 auto 10px;
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .coupon-title {
    font-size: 1.85rem;
  }

  .coupon-subtitle {
    font-size: 0.95rem;
  }

  .coupon-code-display .code-container {
    padding: 12px;
    gap: 8px;
  }

  .code-label {
    font-size: 0.8rem;
  }

  .code-value {
    font-size: 1.15rem;
    letter-spacing: 1.2px;
  }

  .copy-btn {
    padding: 10px 14px;
    font-size: 0.85rem;
  }

  .coupon-features {
    justify-content: center;
    gap: 8px;
  }

  .coupon-features .feature-item {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  .coupon-action {
    display: flex;
    justify-content: center;
  }

  .coupon-action .action-btn {
    width: 100%;
    max-width: 260px;
  }

  .coupon-container .coupon-image {
    width: 100%;
    margin-top: 0;
  }

  .discount-circle {
    width: 200px;
    height: 200px;
  }

  .floating-icon {
    width: 40px;
    height: 40px;
  }

  .floating-icon.icon-1 {
    top: 6%;
    right: 10%;
  }

  .floating-icon.icon-2 {
    bottom: 6%;
    left: 14%;
  }

  .floating-icon.icon-3 {
    top: 18%;
    left: 6%;
  }


  .hero-slide .container[data-container="2"].product-campaign-container {
    flex-direction: column;
    justify-content: center;
  }



  /*hero finish*/



  /*Categories and Products Section Mobile Styles*/


  .categories-innovation,
  .products-revolution {
    padding: 50px 0;
    padding-top: 30px;
  }

  .categories-showcase-grid {

    grid-template-columns: 1fr;
  }

  .categories-grid-container {
    grid-template-columns: 1fr;
  }

  .innovation-header {
    margin-bottom: 30px;
  }

  .floating-elements {
    display: none;
  }

  .header-badge {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .innovation-title {
    font-size: 1.75rem;
  }

  .title-highlight {
    font-size: 1.5rem;
  }

  .innovation-subtitle {
    font-size: 0.875rem;
  }

  .premium-card {
    padding: 20px;
  }

  .category-icon i {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .category-description {
    font-size: 14px;
  }

  .feature-item {
    font-size: 13px;
  }

  .explore-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .modern-card {
    padding: 16px;
  }

  .card-visual {
    height: 60px;
    margin-bottom: 16px;
  }

  .visual-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .info-header h4 {
    font-size: 1rem;
  }

  .card-info p {
    font-size: 13px;
  }

  .header-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .header-side {
    gap: 15px;
  }

  .decoration-dots span {
    height: 6px;
    width: 6px;
  }

  .side-label {
    font-size: 10px;
  }

  .side-subtitle {
    font-size: 15px;
  }

  .revolution-header {
    margin-bottom: 0;
  }

  .revolution-title {
    font-size: 2rem;
  }

  .products-revolution .control-btn {
    height: 45px;
    width: 45px;
    font-size: 15px;
  }

  .title-accent {
    width: 200px;
  }

  .controls-stats {
    position: absolute;
    right: 2%;
    top: -3%;
    scale: 0.9;
  }

  .products-showcase {
    margin-bottom: 30px;
  }

  .products-track {
    padding: 25px 0;
  }

  /* ≤480px: 2 kart görünümü ve kompakt içerik */
  .product-card.revolutionary {
    flex: 0 0 calc((100% - 12px) / 2);
  }

  .product-visual {
    height: 150px;
  }

  .product-info {
    padding: 10px;
  }

  .product-title {
    font-size: 0.9rem;
    margin: 0 !important;
  }

  .product-description {
    font-size: 12px;
  }

  .price-current {
    font-size: 1.1rem;
  }

  .add-to-cart-btn.premium {
    padding: 8px 16px;
    font-size: 13px;
  }

  .view-all-revolutionary {
    font-size: 1rem;
    padding: 14px 28px;
  }

  .products-track {
    gap: 10px !important;
  }

  .products-showcase {
    padding: 0 !important;
  }

  .products-showcase .info-header {
    flex-direction: column;
    margin-bottom: 0;
    align-items: flex-start;
  }

  .products-showcase .product-category {
    font-size: 9px;
    display: none !important;
  }

  .product-rating {
    align-items: center;
    gap: 5px;
  }

  .products-showcase .stars {
    margin-bottom: 0;
  }

  .products-showcase .stars i {
    font-size: 0.6rem;
  }

  .product-pricing {
    margin-top: 8px !important;

  }

  .rating-score {
    font-size: 0.9rem !important;
  }

  .product-pricing.login-required {
    padding: 8px 5px !important;
    border-radius: 20px !important;
    margin-top: 8px;
  }

  .product-card .login-prompt {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.4rem !important;
  }

  .product-card .login-icon {
    display: none !important;
  }

  .product-card .login-message {
    text-align: left !important;
    padding-left: 5px;
  }

  .product-card .login-message h4 {
    font-size: 0.65rem !important;
  }

  .product-card .login-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.8rem !important;
  }

  .product-card .login-btn i {
    font-size: 0.76px;
  }

  /*Categories and Products Section Mobile Styles Finish*/

  /*Brands Section*/

  .brands-section {
    padding: 40px 0;
  }

  .brands-section .section-header {
    margin-bottom: 0px;
  }

  .brands-track {
    gap: 16px;
  }

  .brand-item {
    flex: 0 0 140px;
    padding: 16px 10px;
    border-radius: 16px;
  }

  .brands-section .section-title {
    font-size: 1.75rem;
  }

  .brands-section .section-subtitle {
    font-size: 0.85rem;
    max-width: 400px;
  }

  .brand-logo {
    height: 50px;
    margin-bottom: 12px;
  }

  .brand-item img {
    height: 40px;
  }

  .brand-info h4 {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .brand-info .product-count {
    font-size: 0.75rem;
  }

  .brand-stats {
    font-size: 0.65rem;
    padding: 3px 6px;
    top: 15px;
    right: 15px;
  }

  @keyframes brandScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-140px * 8 - 16px * 8));
    }
  }

  /*Brands Section Finish */


  /* Services Section */

  .services-section {
    padding: 40px 0;
  }

  .services-header {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
  }

  .header-content .section-title {
    font-size: 1.75rem;
  }

  .header-content .section-subtitle {
    font-size: 0.9rem;
  }

  .header-stats {
    gap: 12px;
  }

  .stat-item {
    min-width: 80px;
    padding: 12px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 20px 16px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .service-icon i {
    font-size: 1.5rem;
  }

  .service-content h3 {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }

  .service-content p {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .service-features li {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .service-badge {
    top: 15px;
    right: 15px;
    padding: 4px 12px;
    font-size: 0.7rem;
  }

  .services-cta {
    padding: 30px 20px;
  }

  .cta-content h3 {
    font-size: 1.25rem;
  }

  .cta-content p {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 0.9rem;
  }


  /* Services Section Finish */


  /* Testimonials Section */

  .testimonials-section {
    padding: 40px 0;
  }

  .testimonials-header {
    margin-bottom: 40px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .header-badge {
    padding: 8px 16px;
    font-size: 0.75rem;
    gap: 8px;
  }

  .title-main {
    font-size: 2.250rem;
  }

  .title-sub {
    font-size: 0.95rem;
  }

  .section-description {
    font-size: 0.9rem;
    max-width: 400px;
  }

  .testimonials-grid {
    gap: 16px;
    margin-bottom: 40px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-header {
    gap: 12px;
  }

  .customer-avatar img {
    width: 50px;
    height: 50px;
  }

  .customer-name {
    font-size: 1rem;
  }

  .customer-title {
    font-size: 0.8rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .rating-score {
    font-size: 1.125rem;
  }

  .quote-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 16px;
  }

  .quote-icon i {
    font-size: 0.875rem;
  }

  .testimonial-tags {
    gap: 6px;
  }

  .tag {
    padding: 4px 10px;
    font-size: 0.7rem;
  }

  .stats-content {
    gap: 16px;
  }

  .stat-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .stat-icon {
    width: 40px;
    height: 40px;
  }

  .stat-icon i {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .trust-badge {
    padding: 16px;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .badge-icon {
    width: 40px;
    height: 40px;
  }

  .badge-icon i {
    font-size: 1rem;
  }

  .badge-content h5 {
    font-size: 0.9rem;
  }

  .badge-content p {
    font-size: 0.8rem;
  }

  /* Testimonials Section Finish */



  /* Footer & Newsletter Section */





  .gdd-title-highlight {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .gdd-title-main {
    font-size: 1.75rem;
  }

  .gdd-form-group {
    flex-direction: column;
    gap: 20px;
  }

  .gdd-input-container input {
    padding: 16px 16px 16px 50px;
    font-size: 0.9rem;
  }

  .gdd-benefit-item {
    font-size: 0.8rem;
  }

  .gdd-stat-number {
    font-size: 1.5rem;
  }

  .gdd-stat-label {
    font-size: 0.8rem;
  }

  .gdd-main-footer {
    padding: 50px 0 25px;
  }

  .gdd-footer-grid {

    display: flex;
    flex-wrap: wrap;
    gap: 30px;

  }

  .gdd-company-section {
    grid-column: span 1;
  }

  .gdd-footer-logo img {
    height: 200px;
    margin-bottom: -45px;
  }

  .gdd-company-header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
  }

  .gdd-company-description {
    text-align: center;
  }

  .gdd-company-features {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .gdd-social-media {
    text-align: center;
  }

  .gdd-company-description {
    font-size: 0.9rem;
  }

  .gdd-feature-item {
    gap: 12px;
  }

  .gdd-feature-icon {
    width: 35px;
    height: 35px;
  }

  .gdd-feature-text strong {
    font-size: 0.85rem;
  }

  .gdd-feature-text span {
    font-size: 0.75rem;
  }



  .gdd-trust-section {
    width: 100%;
  }

  .gdd-trust-indicators {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gdd-contact-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .gdd-social-links {
    justify-content: center;
  }

  .gdd-social-link {
    width: 40px;
    height: 40px;
  }

  .gdd-social-link i {
    font-size: 1.125rem;
  }

  .gdd-footer-title {
    font-size: 1.125rem;
  }

  .gdd-footer-links a {
    font-size: 0.85rem;
  }

  .gdd-contact-card {
    padding: 12px;
    gap: 12px;
  }

  .gdd-contact-icon {
    width: 35px;
    height: 35px;
  }

  .gdd-contact-info strong {
    font-size: 0.85rem;
  }

  .gdd-contact-info span {
    font-size: 0.85rem;
  }

  .gdd-emergency-contact {
    padding: 16px;
  }

  .gdd-emergency-number {
    font-size: 1rem;
  }

  .gdd-trust-item {
    padding: 16px;
    gap: 12px;
  }

  .gdd-trust-icon {
    width: 40px;
    height: 40px;
  }

  .gdd-trust-content strong {
    font-size: 0.85rem;
  }

  .gdd-trust-content span {
    font-size: 0.75rem;
  }

  .gdd-footer-bottom {
    padding: 25px 0;
  }

  .gdd-copyright p {
    font-size: 0.8rem;
  }

  .gdd-made-with {
    font-size: 0.75rem;
  }

  .gdd-legal-links {
    gap: 16px;
  }

  .gdd-legal-links a {
    font-size: 0.8rem;
  }

  .gdd-payment-methods {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .gdd-payment-methods span {
    font-size: 0.8rem;
  }

  .gdd-payment-icon {
    width: 35px;
    height: 25px;
  }

  .gdd-payment-icon i {
    font-size: 0.9rem;
  }



  /* Footer & Newsletter Section Finish */

}








/* ========================================
   968px ALTI - PROFESSIONAL MOBILE DESIGN
======================================== */

/* Mobile Actions (Hidden by default) */
.mobile-actions {
  display: none;
  align-items: center;
  gap: 12px;
}

.mobile-search-btn,
.mobile-login-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-login-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--primary);
  color: var(--primary);
  backdrop-filter: blur(10px);
}

.mobile-search-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: white;
}

.mobile-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}


.mobile-login-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--primary);
  color: var(--primary);
  backdrop-filter: blur(10px);
  position: relative;
}

.mobile-login-btn:hover {
  background: var(--primary);
  color: white;
  transform: scale(1.05);
}

.mobile-login-btn a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: var(--accent);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10001;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hamburger-menu:hover {
  background: var(--accent);
  transform: scale(1.05);
}

.hamburger-line {
  width: 24px;
  height: 3px;
  background: white;
  margin: 2.5px 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 2px;
  transform-origin: center;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* MOBILE MENU BASİT ÇÖZÜM - STICKY KALDIRILD */

/* Mobile Search Modal */
.mobile-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1002;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10vh;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 10002;
}

.mobile-search-modal.active {
  display: flex;
  opacity: 1;
}

.mobile-search-content {
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateY(-50px);
  transition: transform 0.4s ease;
}

.mobile-search-modal.active .mobile-search-content {
  transform: translateY(0);
}

.mobile-search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: white;
}

.mobile-search-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.mobile-search-close {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-search-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.mobile-search-form-container {
  padding: 25px;
}

.search-input-group {
  display: flex;
  background: #f8fafc;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  transition: border-color 0.3s ease;
}

.search-input-group:focus-within {
  border-color: var(--primary);
}

.search-input-group input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
}

.search-input-group button {
  width: 60px;
  background: var(--primary);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-input-group button:hover {
  background: var(--accent);
}

.search-suggestions {
  margin-top: 20px;
}

.search-suggestions h4 {
  margin: 0 0 15px 0;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suggestion-tag {
  padding: 8px 15px;
  background: #f1f5f9;
  color: var(--text);
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.suggestion-tag:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-1px);
}

/* Mobile Menu */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 9999;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  z-index: 11;
  overflow-y: auto;
  transition: right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
  z-index: 10000;

}

.mobile-menu.active {
  right: 0;
}


.mobile-menu-header {
  padding: 5px 25px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  color: #ddecf9;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.mobile-menu-header span {
  color: #FF8108;
  text-shadow: 15px 0px 10px #ff8108;

}

.mobile-menu-header a {
  width: 50%;
  padding: 5px 0;
  text-align: center;
  color: white;
  text-shadow: 4px 4px 10px #cdaa89e5;
  border-radius: 15px;
  box-shadow: 0;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.mobile-menu-user {
  padding: 20px 25px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding-top: 40px;
}

.user-greeting {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--primary);
  font-weight: 600;
}

.user-greeting i {
  font-size: 24px;
  color: var(--accent);
}

.user-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.user-action-btn {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff7f0824;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.login-btn:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.register-btn {
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.register-btn:hover {
  background: var(--primary);
  color: white;
}

.mobile-menu-cart {
  padding: 20px 25px;
  background: white;
  border-bottom: 1px solid #e2e8f0;
}

.cart-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--primary);
  font-weight: 600;
}

.cart-header i {
  font-size: 20px;
  color: var(--accent);
}

.cart-count {
  background: var(--accent);
  color: white;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 12px;
  min-width: 20px;
  text-align: center;
}

.cart-empty {
  color: #64748b;
  font-size: 14px;
  margin: 0;
  font-style: italic;
}

.mobile-menu-nav {
  padding: 0;
}

.mobile-nav-section {
  margin-bottom: 5px;
  position: relative;
}

.mobile-nav-section h3 {
  padding: 20px 25px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-section h3 i {
  color: var(--accent);
  font-size: 16px;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.3s all ease;
  position: relative;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 25px;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-link:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: white;
  padding-left: 35px;
  border-bottom-color: transparent;
}

.mobile-nav-link i:first-child {
  width: 20px;
  font-size: 16px;
  color: var(--accent);
  transition: all 0.3s ease;
}

.mobile-nav-link:hover i:first-child {
  color: white;
  transform: scale(1.1);
}

.mobile-nav-link span {
  flex: 1;
}

.mobile-nav-list.secondary .mobile-nav-link {
  padding: 14px 25px;
  font-size: 14px;
}

.mobile-menu-footer {
  padding: 25px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  margin-top: 20px;
}

/* Mobile Navigation Container for Slide Effect */
.mobile-nav-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mobile-nav-list,
.mobile-nav-list-other {
  position: relative;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  list-style-type: none;
}

.mobile-nav-list-other {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  display: block !important;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
}

/* Active states for slide animation */
.mobile-nav-container.show-other .mobile-nav-list {
  transform: translateX(-100%);
}

.mobile-nav-container.show-other .mobile-nav-list-other {
  transform: translateX(0);
  opacity: 1;
}

.mobile-nav-list-other .mobile-nav-link:first-child:hover {
  background: none;
}

.mobile-nav-list-other .mobile-nav-link:first-child i {
  transform: rotateY(180deg);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ff8108;
  background: #ff7f0830;
  padding: 4px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -180deg;
}

.mobile-nav-list-other .mobile-nav-link:first-child {
  border-bottom: 2px solid #ff7f0858;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info h4 {
  margin: 0 0 15px 0;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info h4 i {
  color: var(--accent);
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.contact-item:hover {
  color: var(--primary);
  padding-left: 10px;
}

.contact-item i {
  width: 18px;
  color: var(--accent);
}

.contact-item span {
  color: var(--text);
  font-weight: 500;
}

.social-links {
  flex-direction: column;
}

.social-links h4 {
  margin: 0 0 15px 0;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-links h4 i {
  color: var(--accent);
}

.social-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.social-buttons a {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.social-buttons a:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ===============================================
   REVOLUTIONARY HOMEPAGE RESPONSIVE
=============================================== */

/* ===============================================
   SIMPLE STICKY HEADER - CSS ONLY
=============================================== */

/* No additional CSS needed - position: sticky handles everything */

/* 1240px - 1439px */




/* Testimonials Section Responsive */
/* Newsletter & Footer Responsive */

/* ===============================================
   FLOATING CHAT & WHATSAPP BUTTONS - MOBILE
=============================================== */

/* Floating Action Buttons Container */
.floating-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transform: translateX(100px);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Page load animation */
.floating-contact-buttons.loaded {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Staggered animation for buttons */
.floating-chat-btn {
  animation-delay: 0.3s;
}

.floating-whatsapp-btn {
  animation-delay: 0.5s;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100px) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Mobile boyutlarda göster */
@media (max-width: 967px) {
  .floating-contact-buttons {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    bottom: 15px;
    right: 15px;
    display: flex;
  }

  /* Desktop chat butonunu gizle */
  .chat-button {
    display: none !important;
  }


}

/* Çok küçük ekranlar için optimizasyon */
@media (max-width: 480px) {
  .floating-contact-buttons {
    bottom: 20px;
    right: 15px;
    gap: 10px;
  }

  .floating-chat-btn,
  .floating-whatsapp-btn {
    width: 50px;
    height: 50px;
    font-size: 25px !important;
  }

  .floating-whatsapp-btn {
    font-size: 30px !important;
  }

  .floating-chat-btn .status-indicator {
    width: 12px;
    height: 12px;
    top: 3px;
    right: 3px;
  }

    .gdd-deals-showcase .container {
    margin-top: 45px !important;
  }
  
  .gdd-deals-showcase .gdd-deals-badge {
    scale: 0.85;
  }

  .hero-stats-section .bg-orbs {
    display: none !important;
  }

}

/* Chat Button */
.floating-chat-btn {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatPulse 3s ease-in-out infinite;
}

.floating-chat-btn:hover {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.floating-chat-btn:active {
  transform: scale(0.95);
}

/* WhatsApp Button */
.floating-whatsapp-btn {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatPulse 3s ease-in-out infinite 1.5s;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) rotate(-10deg);
  box-shadow: 0 6px 25px rgba(255, 107, 53, 0.6);
}

.floating-whatsapp-btn:active {
  transform: scale(0.95);
}

/* Pulse Animation */
@keyframes floatPulse {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Ripple Effect */
.floating-chat-btn::before,
.floating-whatsapp-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.floating-chat-btn:active::before,
.floating-whatsapp-btn:active::before {
  width: 100px;
  height: 100px;
}

/* Tooltip Styles */
.floating-chat-btn::after {
  content: 'Canlı Destek';
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-whatsapp-btn::after {
  content: 'WhatsApp';
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-chat-btn:hover::after,
.floating-whatsapp-btn:hover::after {
  opacity: 1;
  visibility: visible;
  right: 65px;
}

/* Online Status Indicator */
.floating-chat-btn .status-indicator {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  background: #00ff88;
  border: 2px solid white;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

/* Safari / iOS specific micro-fixes for icon alignment */
@supports (-webkit-touch-callout: none) {
  .search button {
    /* Prevent iOS from shifting icon due to baseline differences */
    line-height: 1;
    font-size: 16px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .search button i {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
  }
}