/* MOBILE-FIRST ULTRA-MINIMAL DESIGN 2025 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Mukta Mahee', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* MOBILE-FIRST BASE LAYOUT */
.hero-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center;
}

.domain-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.domain-name {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00c853;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    word-break: break-word;
}

.domain-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
    font-weight: 300;
}

.domain-description {
    font-size: 1rem;
    color: #888;
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section {
    margin-bottom: 3rem;
}

.primary-cta {
    background: #00c853;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-height: 44px;
    min-width: 200px;
}

.primary-cta:hover {
    background: #009624;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 200, 83, 0.3);
}

.contact-simple {
    margin-bottom: 2rem;
}

.contact-email {
    color: #00c853;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.contact-email:hover {
    text-decoration: underline;
}

/* FORM SECTION - MOBILE FIRST */
.form-section {
    background: #f8f9fa;
    padding: 2rem 1rem;
    margin: 2rem -1rem 0;
    border-radius: 16px 16px 0 0;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: #666;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-control:focus {
    outline: none;
    border-color: #00c853;
    box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.1);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: #00c853;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 44px;
}

.submit-btn:hover {
    background: #009624;
    transform: translateY(-1px);
}

/* TABLET BREAKPOINT - 768px+ */
@media (min-width: 768px) {
    .hero-container {
        padding: 3rem 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .domain-name {
        font-size: 3.5rem;
    }
    
    .domain-subtitle {
        font-size: 1.4rem;
    }
    
    .domain-description {
        font-size: 1.1rem;
        max-width: 500px;
    }
    
    .form-section {
        padding: 3rem 2rem;
        margin: 3rem 0;
        border-radius: 16px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* DESKTOP BREAKPOINT - 1024px+ */
@media (min-width: 1024px) {
    .hero-container {
        flex-direction: row;
        align-items: center;
        padding: 2rem;
        gap: 4rem;
    }
    
    .domain-section {
        flex: 1;
        text-align: left;
        max-width: 500px;
    }
    
    .domain-name {
        font-size: 4rem;
    }
    
    .domain-subtitle {
        font-size: 1.6rem;
    }
    
    .form-section {
        flex: 1;
        margin: 0;
        max-width: 500px;
    }
    
    .submit-btn {
        width: auto;
        min-width: 200px;
    }
}

/* OVERRIDE BOOTSTRAP CONFLICTS */
.container-fluid,
.container {
    padding: 0;
    margin: 0;
    max-width: none;
}

.row {
    margin: 0;
    display: block;
}

.col-sm-6,
.col-sm-10,
.col-sm-4 {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
}

.offset-sm-6,
.offset-sm-1 {
    margin-left: 0;
}

/* HIDE OLD ELEMENTS THAT CAUSE STACKING */
.bg-alt,
.bg-faded,
.col-fixed,
.vMiddle,
.action-icons,
.height-100 {
    display: none;
}

/* SHOW ONLY NEW CLEAN STRUCTURE */
.hero-container,
.domain-section,
.form-section {
    display: flex !important;
}

.domain-section {
    display: flex !important;
    flex-direction: column;
}

.form-section {
    display: block !important;
}
button, input, optgroup, select, textarea{
    font-family: 'Mukta Mahee', sans-serif;
}
.brand-logo{
    width: 180px;
}
.hero{
    height: 100vh;
    min-height: 700px;
}
.hero h1 span{
    font-size: 3rem;
    font-weight: 700;
}
.hero h1 small{
    font-weight: 300;
    display: block;
    font-size: 2.5rem;
}
a {
    color: #00c853;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #009624 !important;
    outline: 0;
    text-decoration: none !important;
}
a.btn:hover,
a.btn:focus {
    color: #fff !important;
}
section{
    padding: 0;
}
.card-outline-primary{
    border-color: #00c853;
}
.hero .row {
  align-items: center;
}
.height-100 {
  height: 100vh;
}
.col-fixed{
    padding-bottom: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.vMiddle,
#main-offer-form {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}
/* Mobile First Responsive Design */
@media (max-width: 575px) {
    .hero {
        min-height: auto;
        height: auto;
    }
    
    .hero h1 span {
        font-size: 2rem;
    }
    
    .hero h1 small {
        font-size: 1.5rem;
    }
    
    .col-fixed {
        position: relative !important;
        padding: 2rem 1rem;
        min-height: 60vh;
    }
    
    .vMiddle {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .action-icons {
        position: relative;
        bottom: auto;
        margin-top: 2rem;
    }
    
    .action-icons .col-sm-4 {
        margin-bottom: 1rem;
    }
    
    #main-offer-form {
        max-width: 100%;
        padding: 1rem;
    }
    
    .container {
        padding: 1rem;
    }
    
    .col-sm-10 {
        padding: 1rem;
    }
    
    .form-control {
        height: 3.5rem;
        font-size: 16px;
    }
    
    .btn-lg {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* Tablet Design */
@media (min-width: 576px) and (max-width: 991px) {
    .col-fixed {
        position: relative !important;
        padding: 3rem 2rem;
        min-height: 50vh;
    }
    
    .hero h1 span {
        font-size: 2.5rem;
    }
    
    .hero h1 small {
        font-size: 2rem;
    }
    
    .action-icons {
        position: relative;
        bottom: auto;
        margin-top: 2rem;
    }
    
    #main-offer-form {
        max-width: 35rem;
    }
}

/* Desktop Design */
@media (min-width: 992px) {
    .col-fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 2rem;
    }
    
    .hero {
        height: 100vh;
        min-height: 700px;
    }
    
    .action-icons {
        position: absolute;
        bottom: 4rem;
        width: 100%;
        left: 0;
    }
}
.form-control{
    height: 3rem;
}
textarea.form-control {
  height: 6rem;
}

.form-control:hover, .form-control:focus{
    border-color: #00c853;
}
/*===============================================
* Background Colors
================================================*/
.bg-alt {
    background-color: #fff;
}
.bg-faded{
    background-color: #F2F2F2;
}
.bg-blue{
    background-color: #032EFF !important;
}
.bg-primary{
    background-color: #00c853 !important;
}
.bg-purple{
    background-color: #3d5afe;
}
.bg-orange{
    background-color: #ffea00;
}
.bg-yellow{
    background-color:#feac00;
}
.bg-pink{
    background-color:#ff0080;
}
.bg-green{
    background-color:#00c853;
}
.bg-red{
    background-color:#FF3B30;
}
.bg-violet{
    background-color: #7B1FA2;
}
.bg-teal{
    background-color: #00796B;
}
.bg-slate{
    background-color: #455A64;
}
.bg-indigo{
    background-color: #303F9F;
}
/*===============================================
* Text Colors
================================================*/
.text-faded {
    color: #D9EDF7;
}
.text-dark {
    color: #37474F;
}
.text-muted{
    color: #999 !important;
}
.text-light {
    color: #fff;
}
.text-light:hover,.text-light:focus {
    color: #eee;
    text-decoration:none;
}
.text-primary {
    color: #00c853 !important;
}
.text-purple{
    color: #3d5afe !important;
}
.text-orange{
    color: #ffea00 !important;
}
.text-yellow{
    color:#feac00 !important;
}
.text-pink{
    color:#ff0080 !important;
}
.text-green{
    color:#00c853 !important;
}
.text-red{
    color:#FF3B30 !important;
}
.text-violet{
    color: #7B1FA2 !important;
}
.text-teal{
    color: #00796B !important;
}
.text-slate{
    color: #455A64 !important;
}
.text-indigo{
    color: #303F9F !important;
}
/*===============================================
* Icon Sizes
================================================*/
label{
  margin: 0;
}
.action-icons {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  left: 0;
}
.icon-lg {
    font-size: 60px;
    line-height: 18px;
}
.icon-md {
    font-size: 2.5rem;
    line-height: 14px;
}
.icon-sm {
    font-size: 30px;
    line-height: 14px;
}
.action-icons .lead {
  font-size: 1rem;
  margin-top: -.5rem;
}
.form-control-feedback {
  font-size: .875rem;
}
/*===============================================
* Colored Buttons
================================================*/
.btn {
    font-weight: 700;
    cursor: pointer;
}
.btn-outline-white {
    color: #fff !important;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}
.btn-white {
    color: #00c853;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background: transparent !important;
    color: #fff !important;
}
.btn-radius{
    border-radius: 50px;
}
.border-none{
    border: none !important;
    border-color: transparent !important;
}

/* Additional Mobile Optimizations */
@media (max-width: 575px) {
    /* Improve touch targets */
    .btn {
        min-height: 44px;
        padding: 12px 24px;
    }
    
    /* Better spacing */
    .form-group {
        margin-bottom: 1.5rem;
    }
    
    /* Prevent zoom on input focus */
    input[type="text"],
    input[type="email"],
    input[type="number"],
    textarea {
        font-size: 16px !important;
    }
    
    /* Stack contact icons vertically */
    .action-icons .row {
        flex-direction: column;
    }
    
    .action-icons .col-sm-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    /* Improve readability */
    body {
        font-size: 1rem;
    }
    
    /* Better button styling */
    .btn-lg {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    
    /* Form improvements */
    .form-control {
        border-radius: 8px;
        padding: 12px 16px;
    }
    
    textarea.form-control {
        height: 120px;
        resize: vertical;
    }
    
    /* Hero section padding */
    .pt-4 {
        padding-top: 1rem !important;
    }
    
    .pt-5 {
        padding-top: 2rem !important;
    }
    
    .mt-4 {
        margin-top: 1.5rem !important;
    }
}

/* Landscape phone optimization */
@media (max-width: 767px) and (orientation: landscape) {
    .hero {
        min-height: auto;
    }
    
    .col-fixed {
        min-height: auto;
        padding: 1rem;
    }
    
    .action-icons {
        margin-top: 1rem;
    }
}

/* Small tablet adjustments */
@media (min-width: 576px) and (max-width: 767px) {
    .hero h1 span {
        font-size: 2.2rem;
    }
    
    .hero h1 small {
        font-size: 1.8rem;
    }
    
    .form-control {
        height: 3.2rem;
    }
}

/* Print styles */
@media print {
    .hero {
        height: auto !important;
        min-height: auto !important;
    }
    
    .col-fixed {
        position: relative !important;
    }
    
    .action-icons {
        position: relative !important;
    }
    
    .bg-green,
    .bg-primary {
        background-color: #000 !important;
    }
}