body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

.hero {
    min-height: 100vh;
    background: #0000001e;
    background-image: url("Images/AI-is-not.png");
    /* Replace with your background */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-position: center;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.336);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero h1 {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1.3;
}

.hero p {
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}

.btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero .btn {
  margin: 20px auto;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background: none;
  cursor: pointer;
}

.hero .btn::before {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: '';
  width: 50%;
  height: 100%;
  border-radius: 50px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}


/* Rounded Button Styles */
.hero .btn.rounded {
  border-radius: 50px;
}

.hero .btn.rounded .text-green {
  color: #fff;
  mix-blend-mode: difference;
}

.hero .btn.rounded::before {
  border-radius: 50px;
  width: 30%;
  background: #ccc;
}

.btn.rounded:hover::before {
  width: 100%;
  background: #ccc;
}


.scroll {
    position: absolute;
    bottom: 45px;
    transform: rotate(-90deg);
    color: #fff;
    font-size: 1.2rem;
    z-index: 2;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    font-weight: 600;
}

#ctaBanner {
    position: sticky;
    top: 0;
    z-index: 999;
    /* Ensure it's above content, below nav */
    background-color: #000;
    color: white;
}

/* Optional visual polish */
#ctaBanner {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


/* Overlay */
.popup-form-overlay {
  display: none;
  position: fixed;
  z-index: 1020;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup-form-content {
  background: #f2f2f2;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: relative;
  font-family: 'Poppins', sans-serif;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

/* Form Styles */
.popup-form-content h2 {
  margin-top: 0;
  text-align: center;
}

.popup-form-content p {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.popup-form-content label {
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.popup-form-content input,
.popup-form-content select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: inherit;
}

.phone-group {
  display: flex;
  gap: 10px;
}

.phone-group select {
  flex: 1;
}

.phone-group input {
  flex: 2;
}

.date-time-row {
  display: flex;
  gap: 10px;
}

.date-time-row > div {
  flex: 1;
}

/* Submit Button */
.submit-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  width: 30%;
  font-weight: bold;
  cursor: pointer;
}

input[type="date"]:not(:focus):not(:valid)::before {
    content: attr(placeholder);
    color: #999;
    margin-right: 10px;
}
input[type="time"]:not(:focus):not(:valid)::before {
    content: attr(placeholder);
    color: #999;
    margin-right: 10px;
}

.tg-features-section {
    background-color: #000;
    height: 100vh;
}

/* Section Title */
.tg-features-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
}

.tg-gradient-heading {
    background: linear-gradient(90deg, #ff4c9b, #8f48ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Feature Box */
.tg-feature-box {
    border-radius: 0;
    /* no border radius as requested */
    transition: box-shadow 0.3s ease-in-out;
    height: 100%;
}


/* Icon Styling */
.tg-feature-icon {
    height: 250px;
    width: 250px;
}

/* Text Styling */
.tg-feature-heading {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
}

.tg-feature-text {
    font-size: 0.95rem;
    color: #bbb;
    text-align: center;
    margin-top: 0.5rem;
}

.tg-coach-section{
    height: 100vh;
}

.tg-coach-card-icon{
    width: 80px;
    height: auto;
}

.tg-feature-box img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tg-coach-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.tg-coach-text2 {
    margin-top: 100px;
    line-height: 2;
    font-size: 16px;
    color: #ccc;
}

.tg-coach-title{
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.tg-arrow-icon {
    font-size: 32px;
    color: #8000ff;
    font-weight: bold;
}

@media (max-width: 767px) {
    .tg-arrow-icon {
        display: none;
    }
}

.tg-coach-card-icon {
    width: 150px;
    height: auto;
}

.tg-coach-card-text {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}

.tg-coach-section {
    background-color: #fff;
}

.tg-coach-Arrow {
    width: 18px;
    margin-top: 120px;
    height: auto;
    transform: translateY(10px);
}


@media (max-width: 767px) {
    .tg-coach-card-text {
        font-size: 14px;
    }
}



.one-stop-section {
    background-color: #000;
    min-height: 80vh;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    height: 100%;
}

.text-column {
    flex: 2;
    text-align: left;
    min-width: 300px;
    padding-right: 30px;
}

.text-column h2 {
    font-size: 2.5rem;
    background: linear-gradient(to right, #ff477e, #8e6fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.text-column p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
}

.image-column {
    flex: 3;
    min-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
}

.image-column img {
    width: 100%;
    max-width: 600px;
    display: block;
    border-radius: 8px;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.bottom-caption {
    margin-top: 40px;
    font-size: 1rem;
    text-align: left;
    color: #ccc;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.features-section {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.1s ease-in;
}

.feature-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.feature-icon {
    height: 60px;
}

.feature-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
}

.feature-description {
    font-size: 0.9rem;
    color: #555;
}


/* Footer logo size */
.footer-logo {
    height: 80px;
}

/* Form wrapper */
.footer-contact-group {
    max-width: 1000px !important;
    width: 100%;
    display: flex;
    border-radius: 0px;
}

/* Select box */
.footer-select {
    width: 300px !important;
    /* Force width override */
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    height: 48px;
    background-color: #fff;
}

/* Input field */
.footer-input {
    flex: 1;
    min-width: 300px;
    border: none;
    height: 48px;
    background-color: #fff;
    border-radius: 0;
    width: auto !important;
    /* Let flex handle sizing */
}

/* Submit button */
.footer-button {
    height: 48px;
    padding: 0 1.5rem !important;
    border: none;
    border-left: 1px solid #ccc;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: auto !important;
    /* Remove default button width */
}

.footer-button:hover {
    background-color: #333;
    color: #fff;
}

/* Social icons spacing and style */
.footer-socials a {
    color: #444;
    transition: color 0.2s ease;
}

.footer-socials a:hover {
    color: #000;
}

footer .copyright {
  text-align: center;
  margin-top: 20px;
}


/* Tablet (768px and below) */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 3rem;
  }

  .text-column h2 {
    font-size: 2rem;
  }

  .text-column {
    padding-right: 20px;
  }

  .image-column img {
    max-width: 90%;
  }

  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .image-column,
  .text-column {
    width: 90%;
    padding: 0;
  }

  .btn {
    font-size: 18px;
    padding: 8px 16px;
  }
}

/* Responsive Design */
/* @media (max-width: 750px) {
    footer .row {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        height: 60px;
    }

    .footer-contact-group {
        flex-wrap: wrap; 
        justify-content: center;
    }

    .footer-select {
        width: 100px;
        font-size: 0.85rem;
    }

    .footer-input {
        flex: 1 1 auto;
        min-width: 150px;
        font-size: 0.85rem;
    }

    .footer-button {
        padding: 0 1rem;
        font-size: 0.85rem;
    }

    .footer-socials {
        justify-content: center !important;
    }
} */

@media (max-width: 576px) {
  footer {
    padding: 2rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-logo {
    margin-bottom: 0.25rem !important;
  }

  .footer-contact-group {
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
  }

  .footer-select,
  .footer-input,
  .footer-button {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.8rem;
  }

  .ft-title{
    margin-top: 10px;
  }

  .footer-input{
    padding: .775rem .75rem;
    background-color: transparent;
  }

  .footer-select{
    background-color: transparent;
  }

  .footer-button {
    border: none;
    border-radius: 0;
    margin-top: 0.5rem;
  }

  .footer-socials a {
    font-size: 1.2rem;
  }

  /* Move logo/text to bottom and center on mobile */
  .row.align-items-start {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .col-md-4.text-center.text-md-start.mb-4.mb-md-0 {
    order: 3;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    text-align: center !important;
  }
}

/* Mobile (767px and below) */
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .text-column h2 {
    font-size: 1.8rem;
  }

  .text-column p,
  .tg-feature-text,
  .tg-coach-text2,
  .tg-coach-card-text {
    font-size: 14px;
  }

  .btn {
    font-size: 16px;
    padding: 6px 14px;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .image-column,
  .text-column {
    width: 100%;
    padding: 0;
  }

  .scroll {
    display: none;
  }

  .tg-coach-card-icon {
    width: 180px;
  }

  .tg-feature-icon {
    width: 180px;
    height: 180px;
  }

  .tg-coach-title {
    font-size: 1.8rem;
  }

  .tg-arrow-icon {
    display: none;
  }
}

@media (max-width: 1400px) {
  .tg-features-section,
  .tg-coach-section,
  .features-section,
  .hero {
    height: auto;         /* Let content define height */
    min-height: auto;
    padding: 60px 20px;   /* Add padding for spacing */
  }
  .scroll{
    bottom: 5px;
  }
}

.contact-section {
  background-color: #000;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 60vh;
  font-family: 'Poppins', sans-serif;
}

.contact-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-card {
  flex: 2;
  min-width: 200px;
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #333;
}

.contact-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.contact-card p {
  font-size: 1rem;
  margin: 30px 0;
}

.map-embed {
  flex: 3;
  min-width: 600px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
/* test */
/* Mobile styles */
@media (max-width: 768px) {
  .map-embed {
    width: 100% !important;
    height: 300px;
    margin-top: 20px;
    padding: 0;
  }

  .contact-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

/* Ultra-narrow screens (Samsung Fold, 280px–350px) */
@media (max-width: 400px) {
  .hero h1,
  .tg-coach-title,
  .text-column h2,
  .contact-title {
    font-size: 1.2rem !important;
  }

  .btn,
  .hero .btn,
  .btn.rounded {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }

  .tg-feature-icon,
  .tg-coach-card-icon {
    width: 80px !important;
    height: 80px !important;
  }

  .image-column img {
    max-width: 100% !important;
    height: auto !important;
  }

  .content-wrapper,
  .contact-container {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .text-column,
  .image-column,
  .contact-card,
  .map-embed {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .map-embed {
    height: 180px !important;
  }

  

  .tg-feature-text,
  .tg-coach-text2,
  .tg-coach-card-text,
  .text-column p,
  .contact-card p {
    font-size: 11px !important;
  }

  .bottom-caption {
    font-size: 11px !important;
    max-width: 100% !important;
  }
}
