
html {
  font-size: 16px;
}
html,
body {
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Mukta Mahee', sans-serif;
    color: #222;
    line-height: 1.5;
    font-size: 1.125rem;
}
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: #FF69B4;
    -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;
}
p, li, small {
    color: #fff;
}
section{
    padding: 0;
}
.card-outline-primary{
    border-color: #FF69B4;
}
.hero .row {
  align-items: center;
}
.height-100 {
  height: 100vh;
}
.col-fixed {
  display: flex;
  align-items: center;    /* Vertically centre */
  justify-content: center; /* Horizontally centre if needed */
  padding: 2rem;           /* Add desired padding */
  height: 100vh;           /* Fill vertical height */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* Default desktop/tablet spacing (no change needed if it's working) */
.vMiddle {
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Mobile fix: ONLY applies to devices ≤ 575.98px (like iPhone SE) */
@media (max-width: 575.98px) {
  .col-fixed {
    position: relative !important; /* Allow it to flow naturally on small screens */
    height: auto;
    padding: 1rem !important;
  }

  .vMiddle {
    padding: 1rem !important;
    margin-top: 2rem;
  }

  .hero {
    height: auto !important;
  }

  .hero h1 span {
    font-size: 2rem !important;
  }

  .hero h1 small {
    font-size: 1.25rem !important;
  }

  ul {
    padding-left: 1.25rem;
  }

  p, li {
    font-size: 1rem !important;
    line-height: 1.6;
  }
}
/* === Layout fix for col-fixed on desktop === */
@media (min-width: 768px) {
  .col-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-container {
    margin-left: 50%;
    width: 50%;
    padding: 2rem;
  }
}

/* === Mobile layout reset === */
@media (max-width: 767.98px) {
  .col-fixed,
  .form-container {
    position: static;
    width: 100%;
    padding: 1rem;
  }

  .vMiddle {
    margin-top: 2rem;
    padding: 1rem;
  }

  .hero {
    height: auto !important;
  }

  .hero h1 span {
    font-size: 2rem !important;
  }

  .hero h1 small {
    font-size: 1.25rem !important;
  }

  ul {
    padding-left: 1.25rem;
  }

  p, li {
    font-size: 1rem !important;
    line-height: 1.6;
  }
}
.form-control{
    height: 3rem;
}
textarea.form-control {
  height: 6rem;
}

.form-control:hover, .form-control:focus{
    border-color: #FF69B4;
}
/*===============================================
* Background Colors
================================================*/
.bg-alt {
    background-color: #050f19;
}
.bg-faded{
    background-color: #F2F2F2;
}
.bg-blue{
    background-color: #032EFF !important;
}
.bg-primary{
    background-color: #FF69B4 !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:#FF69B4;
}
.bg-red{
    background-color:#FF3B30;
}
.bg-violet{
    background-color: #7B1FA2;
}
.bg-teal{
    background-color: #00796B;
}
.bg-slate{
    background-color: #455A64;
}
.bg-indigo{
    background-color: #0a1520;
}
/*===============================================
* 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: #FF69B4 !important;
}
.text-purple{
    color: #3d5afe !important;
}
.text-orange{
    color: #ffea00 !important;
}
.text-yellow{
    color:#feac00 !important;
}
.text-pink{
    color:#ff0080 !important;
}
.text-green{
    color:#FF69B4 !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: #FF69B4;
    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;
}
