/* ===== maintenance.blade.php ===== */
:root{
      --bg:#f9fafb;
      --card:#ffffff;
      --muted: #6b7280;
      --accent-2: #7c3aed;
      --text:#111827;
    }
    
    *{
      box-sizing:border-box;
    }
    
    html,body{
      height:100%;
      margin:0;
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;
      color:var(--text);
      background:var(--bg);
      -webkit-font-smoothing:antialiased;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      -webkit-tap-highlight-color: transparent;
      -webkit-text-size-adjust: 100%;
    }

    .wrap{
      min-height:100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      padding: clamp(1rem, 4vw, 3rem);
    }
    
    .panel{
      width:100%;
      max-width:1080px;
      background:var(--card);
      border-radius: clamp(12px, 2vw, 16px);
      padding: clamp(16px, 4vw, 28px);
      display:grid;
      grid-template-columns:1fr 400px;
      gap: clamp(16px, 3vw, 26px);
      box-shadow:0 8px 32px rgba(0,0,0,0.08);
    }

    /* Left Section */
    .brand img{
      height: clamp(40px, 8vw, 60px);
      object-fit:contain;
      max-width: 100%;
    }
    
    .brand p{
      margin: clamp(4px, 1vw, 6px) 0 0;
      color:var(--muted);
      font-size: clamp(11px, 2vw, 13px);
    }

    h1{
      font-size: clamp(20px, 4.5vw, 34px);
      margin-top: clamp(12px, 3vw, 18px);
      margin-bottom: clamp(8px, 2vw, 10px);
      line-height: 1.2;
      font-weight: 700;
    }
    
    p.lead{
      color:var(--muted);
      line-height:1.6;
      margin-bottom: clamp(12px, 3vw, 18px);
      font-size: clamp(14px, 2.2vw, 16px);
    }

    .features{
      display:flex;
      gap: clamp(8px, 2vw, 12px);
      flex-wrap:wrap;
      margin-top: clamp(4px, 1vw, 6px);
    }
    
    .feature{
      display:flex;
      gap: clamp(6px, 1.5vw, 10px);
      align-items:center;
      background:rgba(124,58,237,0.06);
      padding: clamp(8px, 2vw, 10px) clamp(10px, 2.5vw, 12px);
      border-radius: clamp(6px, 1.5vw, 10px);
      font-size: clamp(12px, 2.2vw, 14px);
      color:var(--text);
      white-space: nowrap;
    }
    
    .feature .icon{
      font-size: clamp(14px, 3vw, 18px);
      flex-shrink: 0;
    }

    .actions{
      display:flex;
      gap: clamp(8px, 2vw, 12px);
      margin-top: clamp(16px, 3vw, 20px);
      flex-wrap: wrap;
    }
    
    .btn{
      padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 16px);
      border-radius: clamp(8px, 2vw, 12px);
      font-weight:700;
      border:none;
      cursor:pointer;
      display:inline-flex;
      gap: clamp(6px, 1.5vw, 10px);
      align-items:center;
      font-size: clamp(13px, 2.2vw, 14px);
    }
    
    .btn-primary{
      background:#111827;
      color:#fff;
      box-shadow:0 6px 20px rgba(0,0,0,0.2);
    }
    
    .btn-ghost{
      background:transparent;
      border:1px solid rgba(0,0,0,0.1);
      color:var(--text);
    }

    .subscribe{
      margin-top: clamp(14px, 3vw, 18px);
      display:flex;
      gap: clamp(8px, 2vw, 10px);
      flex-wrap: wrap;
    }
    
    .subscribe input{
      flex:1;
      min-width: 200px;
      padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 14px);
      border-radius: clamp(6px, 1.5vw, 10px);
      border:1px solid rgba(0,0,0,0.1);
      background:#f9fafb;
      color:var(--text);
      outline:none;
      font-size: clamp(13px, 2.2vw, 14px);
    }
    
    .subscribe button{
      padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 16px);
      border-radius: clamp(6px, 1.5vw, 10px);
      border:none;
      background:#111827;
      color:white;
      font-weight:700;
      font-size: clamp(13px, 2.2vw, 14px);
      cursor: pointer;
    }

    .meta{
      display:flex;
      gap: clamp(12px, 3vw, 18px);
      margin-top: clamp(14px, 3vw, 18px);
      color:var(--muted);
      font-size: clamp(11px, 2vw, 13px);
      align-items:center;
      flex-wrap: wrap;
    }
    
    .meta .item{
      display:flex;
      gap: clamp(6px, 1.5vw, 8px);
      align-items:center;
    }

    /* Social Links Section */
    .social-links-section {
      margin-top: clamp(16px, 4vw, 20px);
    }
    
    .social-links-section h4 {
      margin-bottom: clamp(12px, 3vw, 15px);
      font-size: clamp(16px, 3vw, 18px);
      font-weight: 600;
      color: var(--text);
    }
    
    .social-links-grid {
      display: flex;
      gap: clamp(8px, 2vw, 12px);
      flex-wrap: wrap;
    }
    
    .social-link-item {
      display: inline-block !important;
      padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 16px) !important;
      background: #000000 !important;
      color: #ffffff !important;
      border-radius: clamp(6px, 1.5vw, 8px) !important;
      text-decoration: none !important;
      font-size: clamp(12px, 2.2vw, 14px) !important;
      font-weight: 500 !important;
      transition: all 0.3s ease !important;
      border: 2px solid #000000 !important;
      cursor: pointer !important;
      white-space: nowrap;
    }

    /* Right - Swiper Container */
    .swiper-container {
      position: relative;
      border-radius: clamp(8px, 2vw, 12px);
      height: 0;
      padding-bottom: clamp(120%, 25vw, 150%);
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      overflow: hidden;
    }

    .swiper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .swiper-slide img {
      width: 100%;
      display: block;
    }

    /* Custom Swiper Navigation */
    .swiper-pagination {
      position: absolute !important;
      bottom: clamp(10px, 2vw, 15px) !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
    }

    .swiper-pagination-bullet {
      width: clamp(8px, 2vw, 12px) !important;
      height: clamp(8px, 2vw, 12px) !important;
      background: rgba(0, 0, 0, 0.5) !important;
      border: 2px solid rgba(0, 0, 0, 0.3) !important;
      opacity: 1 !important;
      margin: 0 clamp(2px, 1vw, 4px) !important;
      transition: all 0.3s ease !important;
    }

    .swiper-pagination-bullet:hover {
      background: rgba(0, 0, 0, 0.8) !important;
      border-color: rgba(0, 0, 0, 0.6) !important;
      transform: scale(1.2) !important;
    }

    .swiper-pagination-bullet-active {
      background: rgba(0, 0, 0, 0.9) !important;
      border-color: rgba(0, 0, 0, 0.9) !important;
      transform: scale(1.1) !important;
    }

    /* Swiper Navigation Buttons */
    .swiper-button-next,
    .swiper-button-prev {
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      width: clamp(35px, 8vw, 44px) !important;
      height: clamp(35px, 8vw, 44px) !important;
      margin-top: 0 !important;
      background: rgba(0, 0, 0, 0.8) !important;
      border-radius: 50% !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
      backdrop-filter: blur(10px) !important;
      transition: all 0.3s ease !important;
      z-index: 10 !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: clamp(14px, 3vw, 18px) !important;
      font-weight: 700 !important;
      color: white !important;
    }

    .swiper-button-next {
      right: clamp(10px, 2vw, 15px) !important;
    }

    .swiper-button-prev {
      left: clamp(10px, 2vw, 15px) !important;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: rgba(0, 0, 0, 0.95) !important;
      transform: translateY(-50%) scale(1.1) !important;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
    }

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
      color: white !important;
    }

    .swiper-button-disabled {
      opacity: 0.3 !important;
      cursor: not-allowed !important;
    }

    .swiper-button-disabled:hover {
      background: rgba(0, 0, 0, 0.8) !important;
      transform: translateY(-50%) !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    }

    .swiper-button-disabled:hover:after {
      color: white !important;
    }

    footer{
      margin-top: clamp(4px, 1vw, 6px);
      color:var(--muted);
      font-size: clamp(11px, 2vw, 13px);
      display:flex;
      justify-content:space-between;
      align-items:center;
      flex-wrap: wrap;
      gap: 10px;
    }

    /* Responsive Breakpoints */
    
    /* Large Tablets and Small Desktops */
    @media (max-width: 1024px) {
      .panel {
        grid-template-columns: 1fr 350px;
        gap: clamp(20px, 4vw, 24px);
      }
      
      .swiper-container {
        padding-bottom: 140%;
      }
    }

    /* Tablets */
    @media (max-width: 920px) {
      .panel {
        grid-template-columns: 1fr;
        gap: clamp(24px, 5vw, 32px);
        max-width: 100%;
      }
      
      .swiper-container {
        padding-bottom: 60%;
        max-height: 400px;
      }
      
      .features {
        justify-content: center;
      }
      
      .actions {
        justify-content: center;
      }
      
      .meta {
        justify-content: center;
        text-align: center;
      }
      
      .social-links-grid {
        justify-content: center;
      }
    }

    /* Small Tablets */
    @media (max-width: 768px) {
      .wrap {
        padding: clamp(1rem, 3vw, 2rem);
        align-items: flex-start;
        padding-top: clamp(2rem, 5vw, 3rem);
      }
      
      .panel {
        padding: clamp(20px, 5vw, 24px);
        border-radius: clamp(12px, 3vw, 16px);
      }
      
      .brand {
        text-align: center;
      }
      
      h1 {
        text-align: center;
        font-size: clamp(24px, 6vw, 28px);
      }
      
      p.lead {
        text-align: center;
      }
      
      .swiper-container {
        padding-bottom: 70%;
        max-height: 350px;
      }
      
      .subscribe {
        flex-direction: column;
      }
      
      .subscribe input {
        min-width: unset;
        width: 100%;
      }
      
      .subscribe button {
        width: 100%;
        justify-content: center;
      }
      
      footer {
        flex-direction: column;
        text-align: center;
        gap: 8px;
      }
    }

    /* Mobile Phones */
    @media (max-width: 480px) {
      .wrap {
        padding: 1rem 0.75rem;
        padding-top: 1.5rem;
      }
      
      .panel {
        padding: 16px;
        border-radius: 12px;
        gap: 20px;
      }
      
      .brand img {
        height: clamp(35px, 10vw, 45px);
      }
      
      h1 {
        font-size: clamp(20px, 7vw, 24px);
        margin-top: 12px;
        margin-bottom: 8px;
      }
      
      .features {
        gap: 6px;
      }
      
      .feature {
        padding: 6px 8px;
        font-size: 11px;
      }
      
      .feature .icon {
        font-size: 14px;
      }
      
      .swiper-container {
        padding-bottom: 80%;
        max-height: 300px;
      }
      
      .swiper-button-next,
      .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
      }
      
      .swiper-button-next:after,
      .swiper-button-prev:after {
        font-size: 12px !important;
      }
      
      .swiper-button-next {
        right: 8px !important;
      }
      
      .swiper-button-prev {
        left: 8px !important;
      }
      
      .actions {
        flex-direction: column;
        gap: 8px;
      }
      
      .btn {
        width: 100%;
        justify-content: center;
        padding: 10px 12px;
      }
      
      .meta {
        flex-direction: column;
        gap: 8px;
      }
      
      .social-links-grid {
        gap: 8px;
      }
      
      .social-link-item {
        padding: 8px 12px !important;
        font-size: 11px !important;
      }
    }

    /* Very Small Screens */
    @media (max-width: 360px) {
      .wrap {
        padding: 0.75rem 0.5rem;
        padding-top: 1rem;
      }
      
      .panel {
        padding: 12px;
        gap: 16px;
      }
      
      h1 {
        font-size: 18px;
        line-height: 1.3;
      }
      
      p.lead {
        font-size: 13px;
      }
      
      .swiper-container {
        padding-bottom: 85%;
        max-height: 250px;
      }
      
      .swiper-button-next,
      .swiper-button-prev {
        width: 28px !important;
        height: 28px !important;
      }
      
      .swiper-button-next:after,
      .swiper-button-prev:after {
        font-size: 10px !important;
      }
      
      .swiper-button-next {
        right: 5px !important;
      }
      
      .swiper-button-prev {
        left: 5px !important;
      }
      
      .feature {
        padding: 5px 7px;
        font-size: 10px;
        gap: 5px;
      }
      
      .feature .icon {
        font-size: 12px;
      }
      
      .social-link-item {
        padding: 6px 10px !important;
        font-size: 10px !important;
      }
    }

    /* Performance optimizations for touch devices */
    @media (hover: none) and (pointer: coarse) {
      .btn:hover,
      .feature:hover,
      .social-link-item:hover,
      .floating_part li:hover {
        transform: none;
        box-shadow: initial;
      }
      
      .btn:active,
      .social-link-item:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
      }
    }

    /* High DPI displays */
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .brand img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
      }
    }

    /* Landscape mobile orientation */
    @media screen and (max-height: 500px) and (orientation: landscape) {
      .wrap {
        padding: 1rem;
        align-items: flex-start;
      }
      
      .panel {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        max-width: 100%;
      }
      
      .swiper-container {
        padding-bottom: 80%;
        max-height: 300px;
      }
      
      h1 {
        font-size: clamp(18px, 4vw, 22px);
        margin-top: 8px;
        margin-bottom: 6px;
      }
      
      .features {
        margin-top: 8px;
      }
      
      .meta {
        margin-top: 8px;
      }
    }

    /* Print styles */
    @media print {
      .floating_part,
      .swiper-container,
      .social-links-section {
        display: none !important;
      }
      
      .panel {
        box-shadow: none;
        border: 1px solid #ccc;
        padding: 20px;
      }
      
      h1, p.lead {
        color: #000 !important;
      }
    }

    /* Floating Social Links Styles */
    .floating_part {
      position: fixed;
      right: clamp(10px, 3vw, 20px);
      top: 50%;
      transform: translateY(-50%);
      z-index: 1000;
      background: rgba(255, 255, 255, 0.95);
      border-radius: clamp(8px, 2vw, 10px);
      padding: clamp(8px, 2vw, 10px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(10px);
      transition: all 0.3s ease;
    }

    .floating_part ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: clamp(6px, 1.5vw, 10px);
    }

    .floating_part li {
      width: clamp(32px, 8vw, 40px);
      height: clamp(32px, 8vw, 40px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .floating_part li:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }

    .floating_part a {
      color: #333;
      text-decoration: none;
      font-size: clamp(14px, 3.5vw, 18px);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    .floating_part a:hover {
      color: #007bff;
      transform: scale(1.1);
    }

    /* Specific icon colors for better visibility */
    .floating_part a i[class*="facebook"] {
      color: #1877f2;
    }

    .floating_part a i[class*="twitter"] {
      color: #1da1f2;
    }

    .floating_part a i[class*="instagram"] {
      color: #e4405f;
    }

    .floating_part a i[class*="youtube"] {
      color: #ff0000;
    }

    .floating_part a i[class*="linkedin"] {
      color: #0077b5;
    }

    .floating_part a i[class*="pinterest"] {
      color: #bd081c;
    }

    .floating_part a i[class*="tiktok"] {
      color: #000000;
    }

    /* Responsive floating elements */
    @media (max-width: 1024px) {
      .floating_part {
        right: clamp(8px, 2vw, 15px);
      }
    }

    @media (max-width: 768px) {
      .floating_part {
        right: clamp(8px, 2vw, 12px);
        padding: clamp(6px, 1.5vw, 8px);
        top: auto;
        bottom: clamp(20px, 5vw, 30px);
        transform: none;
      }
      
      .floating_part ul {
        flex-direction: row;
        gap: clamp(4px, 1vw, 6px);
      }
      
      .floating_part li {
        width: clamp(28px, 7vw, 35px);
        height: clamp(28px, 7vw, 35px);
      }
      
      .floating_part a {
        font-size: clamp(12px, 3vw, 16px);
      }
    }

    @media (max-width: 480px) {
      .floating_part {
        right: clamp(6px, 2vw, 10px);
        bottom: clamp(15px, 4vw, 20px);
        padding: clamp(4px, 1vw, 6px);
        border-radius: 6px;
      }
      
      .floating_part ul {
        gap: clamp(3px, 0.8vw, 5px);
      }
      
      .floating_part li {
        width: clamp(24px, 6vw, 30px);
        height: clamp(24px, 6vw, 30px);
      }
      
      .floating_part a {
        font-size: clamp(10px, 2.5vw, 14px);
      }
    }

    @media (max-width: 360px) {
      .floating_part {
        right: 5px;
        bottom: 10px;
        padding: 4px;
      }
      
      .floating_part li {
        width: 22px;
        height: 22px;
      }
      
      .floating_part a {
        font-size: 10px;
      }
    }

/* ===== maintainance.blade.php ===== */
body {
				margin: 0;
				padding: 0;
				width: 100%;
				height: 100%;
				color: #B0BEC5;
				display: table;
				font-weight: 400;
				font-family: 'Lato';
			}

			.container {
				text-align: center;
				display: table-cell;
				vertical-align: middle;
			}

			.content {
				text-align: center;
				display: block;
			}

			.title {
				font-size: 72px;
				margin-bottom: 40px;
			}

			h3.maintain-txt {
				line-height: 40px;
			}
			.maintain-img-wrapper img {
				width: 100%;
			}
