/* ============================================
   TRUSTEDHOSTING.IN
   Reseller Hosting Hero – Responsive Version
   Class: .trustedhosting_reseller_hosting
   ============================================ */

.trustedhosting_reseller_hosting {
  position: relative;
  padding: 120px 0 100px;
  background: linear-gradient(140deg, #f8fbff 0%, #ffffff 100%);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Background Glows */
.trustedhosting_reseller_hosting .bg-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.trustedhosting_reseller_hosting .glow-1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle at 30% 30%, rgba(0,102,255,0.12), transparent 70%);
  filter: blur(90px);
  position: absolute;
  top: -150px;
  left: -150px;
}
.trustedhosting_reseller_hosting .glow-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at 70% 70%, rgba(0,102,255,0.1), transparent 80%);
  filter: blur(70px);
  position: absolute;
  bottom: -120px;
  right: -120px;
}

/* Layout */
.trustedhosting_reseller_hosting .hero-row {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
}

/* Left Column */
.trustedhosting_reseller_hosting .hero-left {
  width: 50%;
  padding-right: 40px;
}
.trustedhosting_reseller_hosting .offer-tag {
  background: #e8f0ff;
  color: #2c3e50;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
}

/* Countdown */
.trustedhosting_reseller_hosting #countdown {
  display: flex;
  gap: 6px;
}
.trustedhosting_reseller_hosting #countdown div {
  background: #0066ff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  min-width: 40px;
  text-align: center;
}

.trustedhosting_reseller_hosting h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
  margin-bottom: 22px;
}

.trustedhosting_reseller_hosting p {
  font-size: 17px;
  color: #555;
  margin: 22px 0 28px;
  max-width: 600px;
}

/* Feature List */
.trustedhosting_reseller_hosting .feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.trustedhosting_reseller_hosting .feature-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  color: #111;
}
.trustedhosting_reseller_hosting .circle-check {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="%230066ff"/><path d="M8 12.5l2.5 2.5L16 9" stroke="white" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    center/contain no-repeat;
}

/* Price Block */
.trustedhosting_reseller_hosting .price-block {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.trustedhosting_reseller_hosting .price-block h3 {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  color: #000;
}
.trustedhosting_reseller_hosting .price-badge {
  margin-left: 12px;
  background: #e6f8ec;
  color: #2e7d32;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
}

/* Buttons */
.trustedhosting_reseller_hosting .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trustedhosting_reseller_hosting .btn-primary {
  background: #0066ff;
  padding: 12px 28px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
}
.trustedhosting_reseller_hosting .btn-outline {
  border: 2px solid #0066ff;
  padding: 12px 28px;
  border-radius: 8px;
  color: #0066ff;
  font-weight: 600;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
}

/* Trust Badges */
.trustedhosting_reseller_hosting .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}
.trustedhosting_reseller_hosting .trust-badge {
  background: #f0f6ff;
  padding: 10px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0a1633;
}

/* Pulse */
.trustedhosting_reseller_hosting .pulse-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.trustedhosting_reseller_hosting .pulse-dot {
  width: 10px;
  height: 10px;
  background: #00c853;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0,200,83,0.7);
  animation: pulseDot 1.8s infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(0,200,83,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(0,200,83,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,200,83,0); }
}

/* Right Image */
.trustedhosting_reseller_hosting .hero-right {
  width: 50%;
  text-align: center;
}
.trustedhosting_reseller_hosting .hero-right img {
  max-width: 100%;
  height: auto;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Large Tablets */
@media(max-width: 1200px) {
  .trustedhosting_reseller_hosting h1 { font-size: 38px; }
  .trustedhosting_reseller_hosting .hero-row { gap: 30px; }
}

/* Tablets */
@media(max-width: 991px) {
  .trustedhosting_reseller_hosting {
    padding: 80px 0 60px;
  }
  .trustedhosting_reseller_hosting .hero-row {
    flex-wrap: wrap;
    text-align: center;
  }
  .trustedhosting_reseller_hosting .hero-left,
  .trustedhosting_reseller_hosting .hero-right {
    width: 100%;
    padding-right: 0;
  }
  .trustedhosting_reseller_hosting h1 { font-size: 32px; }
  .trustedhosting_reseller_hosting .feature-item { width: 50%; }
  .trustedhosting_reseller_hosting .trust-badges { justify-content: center; }
}

/* Large Phones */
@media(max-width: 768px) {
  .trustedhosting_reseller_hosting h1 { font-size: 28px; }
  .trustedhosting_reseller_hosting p { font-size: 15px; }
  .trustedhosting_reseller_hosting .feature-item { width: 50%; }
  .trustedhosting_reseller_hosting .price-block h3 { font-size: 30px; }
}

/* Small Phones */
@media(max-width: 480px) {
  .trustedhosting_reseller_hosting h1 { font-size: 25px; }
  .trustedhosting_reseller_hosting .feature-item { width: 100%; }
  .trustedhosting_reseller_hosting .btn-primary,
  .trustedhosting_reseller_hosting .btn-outline {
    width: 100%;
  }
  .trustedhosting_reseller_hosting #countdown div {
    font-size: 12px;
    min-width: 32px;
  }
}
/* Add this to your existing CSS */
@media (max-width: 1500px) and (min-resolution: 144dpi) {
  .trustedhosting_reseller_hosting {
    padding: 100px 0 80px;
  }
  
  .trustedhosting_reseller_hosting h1 {
    font-size: 38px;
  }
  
  .trustedhosting_reseller_hosting .hero-row {
    max-width: 95vw;
    gap: 30px;
  }
  
  .trustedhosting_reseller_hosting .hero-left {
    padding-right: 20px;
  }
  
  .trustedhosting_reseller_hosting .feature-item {
    font-size: 14px;
  }
}

@media (max-width: 1200px) and (min-resolution: 144dpi) {
  .trustedhosting_reseller_hosting h1 {
    font-size: 32px;
  }
  
  .trustedhosting_reseller_hosting p {
    font-size: 16px;
  }
  
  .trustedhosting_reseller_hosting .price-block h3 {
    font-size: 30px;
  }
}

/* Ensure content doesn't overflow at high zoom */
.trustedhosting_reseller_hosting {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.trustedhosting_reseller_hosting .hero-row {
  width: 100%;
}

/* Prevent horizontal scrolling */
.trustedhosting_reseller_hosting .hero-right img {
  max-width: 100%;
  height: auto;
}


/* Add this after your existing .trustedhosting_reseller_hosting .hero-row rules */
.trustedhosting_reseller_hosting .hero-row {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

/* Adjust for smaller screens */
@media(max-width: 991px) {
  .trustedhosting_reseller_hosting .hero-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width: 768px) {
  .trustedhosting_reseller_hosting .hero-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 480px) {
  .trustedhosting_reseller_hosting .hero-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Callback Form Modal Styles - Ultra Compact */
.trustedhosting_request_callbackform {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.trustedhosting_request_callbackform.active {
    display: flex;
    opacity: 1;
}

.trustedhosting_request_callbackform .modal-content {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 360px;
    height: auto;
    max-height: 75vh;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: modalSlideUp 0.25s ease-out;
    display: flex;
    flex-direction: column;
    margin: auto;
    border: 1px solid rgba(11, 44, 255, 0.08);
}

.trustedhosting_request_callbackform .modal-header {
    padding: 18px 20px 14px;
    border-bottom: 1px solid #e8edff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: #f8faff;
}

.trustedhosting_request_callbackform .modal-header h2 {
    font-size: 19px;
    color: #0d1b3e;
    font-weight: 800;
    letter-spacing: -0.2px;
    margin: 0;
}

.trustedhosting_request_callbackform .close-modal {
    background: none;
    border: none;
    font-size: 20px;
    color: #94a3b8;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    padding: 0;
    line-height: 1;
    margin-right: -5px;
    flex-shrink: 0;
}

.trustedhosting_request_callbackform .close-modal:hover {
    background: #f1f5f9;
    color: #64748b;
}

.trustedhosting_request_callbackform .modal-body {
    padding: 20px 20px 24px;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(75vh - 65px);
    display: flex;
    flex-direction: column;
}

/* Service indicator - tiny */
.trustedhosting_request_callbackform .service-pre-selected {
    display: block;
    background: rgba(11, 44, 255, 0.06);
    color: #0b2cff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 18px;
    border: 1px solid rgba(11, 44, 255, 0.1);
    text-align: center;
    flex-shrink: 0;
}

.trustedhosting_request_callbackform .service-pre-selected #serviceName {
    color: #0a26e6;
    font-weight: 800;
    padding-left: 4px;
}

/* Ultra compact form */
.trustedhosting_request_callbackform .callback-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.trustedhosting_request_callbackform .form-group {
    position: relative;
    margin-bottom: 0;
}

.trustedhosting_request_callbackform .form-label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #3a4255;
    margin-bottom: 6px;
    line-height: 1.2;
}

.trustedhosting_request_callbackform .form-control {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    font-size: 14px;
    color: #0d1b3e;
    outline: none;
    transition: all 0.15s ease;
    font-weight: 500;
}

.trustedhosting_request_callbackform .form-control:focus {
    border-color: #0b2cff;
    box-shadow: 0 0 0 2px rgba(11, 44, 255, 0.1);
}

.trustedhosting_request_callbackform .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-size: 13.5px;
}

.trustedhosting_request_callbackform .submit-btn {
    height: 44px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #0b2cff, #0066ff);
    color: white;
    font-size: 14px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
    transition: all 0.15s ease;
    box-shadow: 0 4px 15px rgba(11, 44, 255, 0.2);
    letter-spacing: -0.1px;
    flex-shrink: 0;
}

.trustedhosting_request_callbackform .submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(11, 44, 255, 0.3);
    background: linear-gradient(90deg, #0a26e6, #005ce6);
}

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

.trustedhosting_request_callbackform .submit-btn i {
    font-size: 14px;
}

.trustedhosting_request_callbackform .submit-btn.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.trustedhosting_request_callbackform .trust-note {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    padding: 12px;
    background: rgba(11, 44, 255, 0.03);
    border-radius: 8px;
    font-size: 11.5px;
    color: #5a6475;
    line-height: 1.4;
    border: 1px solid rgba(11, 44, 255, 0.06);
    flex-shrink: 0;
}

.trustedhosting_request_callbackform .trust-note i {
    color: #0b2cff;
    margin-right: 8px;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 0;
}

.trustedhosting_request_callbackform .trust-note div {
    flex: 1;
}

.trustedhosting_request_callbackform .trust-note strong {
    color: #3a4255;
    font-weight: 700;
}

.trustedhosting_request_callbackform .form-message {
    display: none;
    padding: 14px;
    border-radius: 8px;
    margin-top: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    animation: fadeIn 0.2s ease;
    flex-shrink: 0;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.trustedhosting_request_callbackform .form-message.success {
    background: rgba(46, 204, 113, 0.1);
    color: #27ae60;
    border: 1px solid rgba(46, 204, 113, 0.2);
}

.trustedhosting_request_callbackform .form-message.error {
    background: rgba(231, 76, 60, 0.1);
    color: #c0392b;
    border: 1px solid rgba(231, 76, 60, 0.2);
}

.trustedhosting_request_callbackform .form-message i {
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
}

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

/* ==================== RESPONSIVE BREAKPOINTS ==================== */

/* 1. DESKTOPS & LAPTOPS (1025px and above) - ULTRA SMALL */
@media (min-width: 1025px) {
    .trustedhosting_request_callbackform .modal-content {
        max-width: 350px;
        max-height: 70vh;
    }
    
    .trustedhosting_request_callbackform .modal-header {
        padding: 16px 18px 12px;
    }
    
    .trustedhosting_request_callbackform .modal-header h2 {
        font-size: 18px;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 18px 18px 22px;
        max-height: calc(70vh - 60px);
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 7px 10px;
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .trustedhosting_request_callbackform .callback-form {
        gap: 13px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 40px;
        font-size: 13.5px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 42px;
        font-size: 13.5px;
    }
}

/* 2. STANDARD LAPTOPS (769px - 1024px) - MINIMAL */
@media (min-width: 769px) and (max-width: 1024px) {
    .trustedhosting_request_callbackform .modal-content {
        max-width: 340px;
        max-height: 70vh;
    }
    
    .trustedhosting_request_callbackform .modal-header {
        padding: 16px 18px 12px;
    }
    
    .trustedhosting_request_callbackform .modal-header h2 {
        font-size: 17px;
    }
    
    .trustedhosting_request_callbackform .close-modal {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 16px 18px 20px;
        max-height: calc(70vh - 58px);
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 6px 10px;
        font-size: 11.5px;
        margin-bottom: 15px;
    }
    
    .trustedhosting_request_callbackform .callback-form {
        gap: 12px;
    }
    
    .trustedhosting_request_callbackform .form-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 38px;
        font-size: 13px;
        padding: 0 12px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 40px;
        font-size: 13px;
        margin-top: 2px;
    }
    
    .trustedhosting_request_callbackform .trust-note {
        margin-top: 16px;
        padding: 10px;
        font-size: 11px;
    }
}

/* 3. TABLETS & SMALL LAPTOPS (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .trustedhosting_request_callbackform {
        padding: 8px;
    }
    
    .trustedhosting_request_callbackform .modal-content {
        max-width: 320px;
        max-height: 75vh;
        margin: 0 auto;
    }
    
    .trustedhosting_request_callbackform .modal-header {
        padding: 16px 18px 12px;
    }
    
    .trustedhosting_request_callbackform .modal-header h2 {
        font-size: 17px;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 16px 18px 20px;
        max-height: calc(75vh - 58px);
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 7px 10px;
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .trustedhosting_request_callbackform .callback-form {
        gap: 13px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 40px;
        font-size: 13.5px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 42px;
        font-size: 13.5px;
    }
}

/* 4. MOBILE PHONES (320px - 480px) */
@media (max-width: 480px) {
    .trustedhosting_request_callbackform {
        padding: 6px;
        align-items: flex-end;
    }
    
    .trustedhosting_request_callbackform .modal-content {
        max-width: 100%;
        max-height: 80vh;
        border-radius: 12px 12px 0 0;
        animation: modalSlideUpMobile 0.25s ease-out;
        margin: 0;
    }
    
    @keyframes modalSlideUpMobile {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .trustedhosting_request_callbackform .modal-header {
        padding: 16px 18px 12px;
    }
    
    .trustedhosting_request_callbackform .modal-header h2 {
        font-size: 17px;
    }
    
    .trustedhosting_request_callbackform .close-modal {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 16px 18px 20px;
        max-height: calc(80vh - 60px);
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 7px 10px;
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .trustedhosting_request_callbackform .callback-form {
        gap: 13px;
    }
    
    .trustedhosting_request_callbackform .form-label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 40px;
        font-size: 13.5px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 42px;
        font-size: 13.5px;
    }
    
    .trustedhosting_request_callbackform .trust-note {
        margin-top: 16px;
        padding: 10px;
        font-size: 11px;
    }
}

/* 5. SMALL PHONES (below 320px) */
@media (max-width: 320px) {
    .trustedhosting_request_callbackform .modal-header {
        padding: 14px 16px 10px;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 14px 16px 18px;
    }
    
    .trustedhosting_request_callbackform .modal-header h2 {
        font-size: 16px;
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 6px 8px;
        font-size: 11px;
        margin-bottom: 14px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 38px;
        font-size: 13px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 40px;
        font-size: 13px;
    }
}

/* 6. LANDSCAPE MODE ON MOBILE */
@media (max-height: 500px) and (orientation: landscape) {
    .trustedhosting_request_callbackform {
        padding: 4px;
        align-items: flex-start;
    }
    
    .trustedhosting_request_callbackform .modal-content {
        max-height: 95vh;
        border-radius: 10px;
        animation: modalSlideUp 0.2s ease-out;
        max-width: 320px;
    }
    
    .trustedhosting_request_callbackform .modal-header {
        padding: 14px 16px 10px;
        flex-shrink: 0;
    }
    
    .trustedhosting_request_callbackform .modal-body {
        padding: 14px 16px 16px;
        max-height: calc(95vh - 55px);
    }
    
    .trustedhosting_request_callbackform .callback-form {
        gap: 10px;
    }
    
    .trustedhosting_request_callbackform .form-control {
        height: 36px;
    }
    
    .trustedhosting_request_callbackform .submit-btn {
        height: 38px;
        margin-top: 0;
    }
    
    .trustedhosting_request_callbackform .service-pre-selected {
        padding: 6px 10px;
        margin-bottom: 14px;
        font-size: 11px;
    }
    
    .trustedhosting_request_callbackform .trust-note {
        margin-top: 14px;
        padding: 8px;
        font-size: 10.5px;
    }
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Input autofill styling */
.trustedhosting_request_callbackform .form-control:-webkit-autofill,
.trustedhosting_request_callbackform .form-control:-webkit-autofill:hover,
.trustedhosting_request_callbackform .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #0d1b3e;
    border: 1.5px solid #0b2cff;
    transition: background-color 5000s ease-in-out 0s;
}

/* Ensure proper centering */
@media (min-width: 769px) {
    .trustedhosting_request_callbackform .modal-content {
        margin: auto;
    }
}

/* Fix for Safari flexbox issues */
@supports (-webkit-touch-callout: none) {
    .trustedhosting_request_callbackform .modal-body {
        max-height: -webkit-fill-available;
    }
}

/* Reduce animations */
@media (prefers-reduced-motion: reduce) {
    .trustedhosting_request_callbackform,
    .trustedhosting_request_callbackform .modal-content,
    .trustedhosting_request_callbackform .form-control,
    .trustedhosting_request_callbackform .submit-btn {
        transition: none;
        animation: none;
    }
}
