.time-converter-wrapper * {
      box-sizing: border-box !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .time-converter-wrapper {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
      min-height: 100vh !important;
      padding: 20px !important;
      position: relative !important;
      overflow: hidden !important;
			border-radius:15px;
    }

    .time-converter-wrapper::before {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') !important;
      pointer-events: none !important;
    }

    .converter-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 1 !important;
    }

    .converter-header {
      text-align: center !important;
      margin-bottom: 40px !important;
      animation: fadeInDown 1s ease-out !important;
    }

/*     .converter-title {
      font-size: 35px !important;
      font-weight: 700 !important;
      color: #ffffff !important;
      text-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
      margin-bottom: 10px !important;
      background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
      background-size: 400% 400% !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      animation: gradientShift 3s ease-in-out infinite !important;
			text-transform:uppercase;
    } */

   .converter-title {
	font-size: 35px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
	margin-bottom: 10px !important;
	background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
	background-size: 400% 400% !important;
	-webkit-background-clip: text !important;
	/* -webkit-text-fill-color: transparent !important; */
	animation: gradientShift 3s ease-in-out infinite !important;
	text-transform: uppercase;
}

    .converter-subtitle {
      font-size: 1.2rem !important;
      color: rgba(255,255,255,0.9) !important;
      font-weight: 300 !important;
    }

    .main-converter {
      background: rgba(255,255,255,0.95) !important;
      border-radius: 25px !important;
      padding: 40px !important;
      margin-bottom: 40px !important;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
      backdrop-filter: blur(10px) !important;
      animation: slideInUp 1s ease-out !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .main-converter::before {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: -100% !important;
      width: 100% !important;
      height: 100% !important;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent) !important;
      animation: shimmer 3s infinite !important;
    }

    .time-display-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 30px !important;
      margin-bottom: 30px !important;
    }

    .time-zone-card {
      background: linear-gradient(135deg, #667eea, #764ba2) !important;
      border-radius: 20px !important;
      padding: 30px !important;
      text-align: center !important;
      color: white !important;
      position: relative !important;
      overflow: hidden !important;
      transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .time-zone-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
    }

    .time-zone-card::before {
      content: '' !important;
      position: absolute !important;
      top: -50% !important;
      left: -50% !important;
      width: 200% !important;
      height: 200% !important;
      background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%) !important;
      animation: rotate 10s linear infinite !important;
    }

    .timezone-label {
      font-size: 1.1rem !important;
      font-weight: 600 !important;
      margin-bottom: 10px !important;
      opacity: 0.9 !important;
    }

    .current-time {
      font-size: 2.5rem !important;
      font-weight: 700 !important;
      margin-bottom: 5px !important;
      text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    }

    .current-date {
      font-size: 1rem !important;
      opacity: 0.8 !important;
    }

    .converter-controls {
      display: grid !important;
      grid-template-columns: 1fr auto 1fr !important;
      gap: 20px !important;
      align-items: center !important;
      margin-bottom: 30px !important;
    }

    .time-input-group {
      background: #f8f9fa !important;
      border-radius: 15px !important;
      padding: 20px !important;
      border: 2px solid #e9ecef !important;
      transition: all 0.3s ease !important;
    }

    .time-input-group:focus-within {
      border-color: #667eea !important;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    }

    .input-label {
      display: block !important;
      font-size: 0.9rem !important;
      font-weight: 600 !important;
      color: #495057 !important;
      margin-bottom: 8px !important;
    }

    .time-input {
      width: 100% !important;
      padding: 12px !important;
      border: none !important;
      border-radius: 10px !important;
      font-size: 1.1rem !important;
      font-weight: 600 !important;
      background: white !important;
      color: #495057 !important;
      text-align: center !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    }

    .time-input:focus {
      outline: none !important;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
    }

    .convert-arrow {
      width: 60px !important;
      height: 60px !important;
      background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      color: white !important;
      font-size: 1.5rem !important;
      cursor: pointer !important;
      transition: all 0.3s ease !important;
      animation: pulse 2s infinite !important;
    }

    .convert-arrow:hover {
      transform: scale(1.1) !important;
      box-shadow: 0 8px 16px rgba(255, 107, 107, 0.4) !important;
    }

    .world-clock-section {
      background: rgba(255,255,255,0.95) !important;
      border-radius: 25px !important;
      padding: 40px !important;
      margin-bottom: 40px !important;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
      backdrop-filter: blur(10px) !important;
    }

    .section-title {
      font-size: 2rem !important;
      font-weight: 700 !important;
      color: #2c3e50 !important;
      text-align: center !important;
      margin-bottom: 30px !important;
      position: relative !important;
    }

    .section-title::after {
      content: '' !important;
      position: absolute !important;
      bottom: -10px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 80px !important;
      height: 4px !important;
      background: linear-gradient(45deg, #667eea, #764ba2) !important;
      border-radius: 2px !important;
    }

    .world-clock-grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
      gap: 20px !important;
    }

    .world-clock-item {
      background: linear-gradient(135deg, #74b9ff, #0984e3) !important;
      border-radius: 15px !important;
      padding: 20px !important;
      text-align: center !important;
      color: white !important;
      position: relative !important;
      overflow: hidden !important;
      transition: transform 0.3s ease !important;
    }

    .world-clock-item:hover {
      transform: translateY(-3px) !important;
    }

    .world-clock-item:nth-child(2) {
      background: linear-gradient(135deg, #fd79a8, #e84393) !important;
    }

    .world-clock-item:nth-child(3) {
      background: linear-gradient(135deg, #fdcb6e, #e17055) !important;
    }

    .world-clock-item:nth-child(4) {
      background: linear-gradient(135deg, #6c5ce7, #a29bfe) !important;
    }

    .clock-icon {
      width: 40px !important;
      height: 40px !important;
      margin: 0 auto 10px !important;
      fill: currentColor !important;
    }

    .city-name {
      font-size: 1.1rem !important;
      font-weight: 600 !important;
      margin-bottom: 5px !important;
    }

    .city-time {
      font-size: 1.3rem !important;
      font-weight: 700 !important;
    }

    .features-section {
      background: rgba(255,255,255,0.95) !important;
      border-radius: 25px !important;
      padding: 40px !important;
      margin-bottom: 40px !important;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
      backdrop-filter: blur(10px) !important;
    }

    .features-grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
      gap: 25px !important;
    }

    .feature-card {
      background: #f8f9fa !important;
      border-radius: 15px !important;
      padding: 25px !important;
      text-align: center !important;
      transition: all 0.3s ease !important;
      border: 2px solid transparent !important;
    }

    .feature-card:hover {
      transform: translateY(-5px) !important;
      border-color: #667eea !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

    .feature-icon {
      width: 50px !important;
      height: 50px !important;
      margin: 0 auto 15px !important;
      background: linear-gradient(135deg, #667eea, #764ba2) !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      color: white !important;
      font-size: 1.5rem !important;
    }

    .feature-title {
      font-size: 1.2rem !important;
      font-weight: 600 !important;
      color: #2c3e50 !important;
      margin-bottom: 10px !important;
    }

    .feature-description {
      color: #6c757d !important;
      line-height: 1.6 !important;
    }

    .info-section {
      background: rgba(255,255,255,0.95) !important;
      border-radius: 25px !important;
      padding: 40px !important;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
      backdrop-filter: blur(10px) !important;
    }

    .info-content {
      color: #495057 !important;
      line-height: 1.8 !important;
      font-size: 1rem !important;
    }

    .info-content .info-paragraph {
      margin-bottom: 20px !important;
    }

    .info-content .info-heading {
      font-size: 1.3rem !important;
      font-weight: 600 !important;
      color: #2c3e50 !important;
      margin-bottom: 15px !important;
      margin-top: 25px !important;
    }

    .info-content .info-list {
      list-style: none !important;
      padding-left: 0 !important;
    }

    .info-content .info-list-item {
      padding: 8px 0 !important;
      border-bottom: 1px solid #e9ecef !important;
      position: relative !important;
      padding-left: 25px !important;
    }

    .info-content .info-list-item::before {
      content: '✓' !important;
      position: absolute !important;
      left: 0 !important;
      color: #28a745 !important;
      font-weight: bold !important;
    }

    @keyframes fadeInDown {
      from {
        opacity: 0 !important;
        transform: translateY(-30px) !important;
      }
      to {
        opacity: 1 !important;
        transform: translateY(0) !important;
      }
    }

    @keyframes slideInUp {
      from {
        opacity: 0 !important;
        transform: translateY(30px) !important;
      }
      to {
        opacity: 1 !important;
        transform: translateY(0) !important;
      }
    }

    @keyframes gradientShift {
      0%, 100% {
        background-position: 0% 50% !important;
      }
      50% {
        background-position: 100% 50% !important;
      }
    }

    @keyframes shimmer {
      0% {
        left: -100% !important;
      }
      100% {
        left: 100% !important;
      }
    }

    @keyframes rotate {
      from {
        transform: rotate(0deg) !important;
      }
      to {
        transform: rotate(360deg) !important;
      }
    }

    @keyframes pulse {
      0%, 100% {
        transform: scale(1) !important;
      }
      50% {
        transform: scale(1.05) !important;
      }
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .converter-title {
        font-size: 2.5rem !important;
      }
      
      .time-display-grid {
        gap: 20px !important;
      }
      
      .current-time {
        font-size: 2rem !important;
      }
    }

    @media (max-width: 768px) {
      .time-converter-wrapper {
        padding: 15px !important;
      }
      
      .converter-title {
        font-size: 2rem !important;
      }
      
      .main-converter,
      .world-clock-section,
      .features-section,
      .info-section {
        padding: 25px !important;
      }
      
      .time-display-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
      }
      
      .converter-controls {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
      }
      
      .convert-arrow {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.2rem !important;
        margin: 0 auto !important;
      }
      
      .current-time {
        font-size: 1.8rem !important;
      }
    }

    @media (max-width: 600px) {
      .converter-title {
        font-size: 1.8rem !important;
      }
      
      .world-clock-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
      }
      
      .features-grid {
        grid-template-columns: 1fr !important;
      }
    }

    @media (max-width: 400px) {
      .time-converter-wrapper {
        padding: 10px !important;
      }
      
      .converter-title {
        font-size: 1.5rem !important;
      }
      
      .main-converter,
      .world-clock-section,
      .features-section,
      .info-section {
        padding: 20px !important;
      }
      
      .current-time {
        font-size: 1.5rem !important;
      }
    }

    @media (max-width: 375px) {
      .converter-title {
        font-size: 1.4rem !important;
      }
      
      .world-clock-grid {
        grid-template-columns: 1fr !important;
      }
      
      .current-time {
        font-size: 1.4rem !important;
      }
    }