/*!
Theme Name: Traffic School Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: traffic-school-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Traffic School Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */


:root {
  --text: #141414;
  --muted: #5e6a6f;
  --muted-2: #7b7b7b;
  --bullet: #222;
  --olive: #5b6c35;
  /* button color per screenshot */
  --olive-dark: #4f5e2c;
  --page: #f4f6f5;
  --badge-edge: #e6efe8;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/* Custom CSS */
/* Navbar background */
#navbarNav :not(.sub-menu) li.menu-item {
  position: relative;
}

#navbarNav .sub-menu {
  list-style: none;
  background: black;
  position: absolute;
  display: none;
  transition: 0.3s display ease;
}

#navbarNav li.menu-item:hover .sub-menu {
  display: block;
}

.custom-navbar {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #4C5C23;
  /* Remove margin or border if any */
}

/* Logo styling */
.logo-text {
  line-height: 1;
}

.logo-main {
  color: #ffe600;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Georgia', serif;
}

.logo-sub {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  margin: 0 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-nav .nav-link:hover {
  color: #ffe600 !important;
}

/* Yellow badge */
.yellow-badge {
  background: #ffe600;
  color: #5a6b2b;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 57px 30px 67px 20px;
  position: absolute;
  border-radius: 0 0 5px 5px;
  margin-left: 20px;
  min-width: 80px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  right: 101px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
  }

  .yellow-badge {
    margin: 10px auto 0 auto;
    display: block;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 860px;
  background: #7a7fa6;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* or cover, as you prefer */
  z-index: 1;
  background: #7a7fa6;
  pointer-events: none;
}



.hero-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  /* Optional overlay color */
  /* background: rgba(90, 107, 43, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
}



.features-section {
  background: #fff;
}

.yellow-line {
  width: 43%;
  height: 6px;
  background: #f5d447;
  border-radius: 3px;
  margin-bottom: 16px;
}

.feature-card {
  background: #f5e7a1;
  border-radius: 24px;
  box-shadow: 4px 8px 18px 0 rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.2s;
}

.feature-card:hover {
  box-shadow: 8px 16px 32px 0 rgba(0, 0, 0, 0.13);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}


/* octagon section */

.operation-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}



.steering-wheel-img {
  position: absolute;
  top: -36px;
  right: 0px;
  width: 187px;
  /* opacity: 0.15; */
  z-index: 1;
  pointer-events: none;
}

.octagon-img-wrapper {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.octagon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(30% 3%, 70% 3%,
      97% 30%, 97% 70%,
      70% 97%, 30% 97%,
      3% 70%, 3% 30%);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.operation-step {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.operation-step .step-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.operation-step .step-number {
  color: #f5d447;
  font-weight: 600;
  font-size: 1.05rem;
  display: block;
}

.operation-step .step-desc {
  color: #444;
  font-size: 0.98rem;
}

.see-more {
  color: #888;
  font-size: 0.95em;
}

@media (max-width: 991.98px) {
  .octagon-img-wrapper {
    width: 220px;
    height: 220px;
  }

  .steering-wheel-img {
    width: 120px;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 767.98px) {
  .octagon-img-wrapper {
    width: 160px;
    height: 160px;
  }

  .operation-step {
    font-size: 0.95rem;
    flex-direction: row !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .steering-wheel-img {
    display: none;
  }
}



.featured-section {
  background: #fff;
}


.featured-title {
  color: #f5d447;
  font-weight: 700;
  font-size: 1.7rem;
}

.featured-link {
  color: #222;
  text-decoration: underline;
  font-weight: 500;
}

.takeaway-icon {
  color: #f5d447;
  font-size: 1.3rem;
  margin-top: 2px;
}

.takeaway-label {
  color: #f5d447;
  font-weight: 600;
  font-size: 1.1rem;
}

.takeaway-text {
  color: #bdbdbd;
  font-size: 1.05rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .featured-title {
    font-size: 1.2rem;
  }

  .takeaway-label {
    font-size: 1rem;
  }

  .takeaway-text {
    font-size: 0.98rem;
  }
}


.certifications-section {
  background: #556905;
}


.cert-subheading {
  color: #f5d447;
  font-size: 1.25rem;
  font-weight: 500;
}

.cert-video-wrapper {
  position: relative;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin-bottom: 2.5rem;
}

.cert-video-img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.youtube-play-btn img {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.youtube-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.cert-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .cert-video-wrapper {
    max-width: 100%;
  }

  .cert-img {
    max-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .cert-video-wrapper {
    aspect-ratio: 16/9;
  }

  .cert-img {
    max-width: 200px;
    margin-bottom: 1rem;
  }

  .cert-subheading {
    font-size: 1.05rem;
  }
}


.accept-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.steering-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 187px;

  z-index: 1;
  pointer-events: none;
}

.pay-card {
  height: 48px;
  width: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 0px 12px;
}

.info-box {
  background: #EAC12B66;
  border-radius: 18px;
  box-shadow: 6px 8px 18px 0 rgba(0, 0, 0, 0.10);
  max-width: 950px;
  margin-top: 32px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .steering-img {
    width: 120px;
  }

  .info-box {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .steering-img {
    display: none;
  }

  .pay-card {
    height: 36px;
    padding: 2px 8px;
  }

  .info-box {
    padding: 1rem 0.5rem;
    font-size: 0.98rem;
  }
}

.site-footer {
  background: #444;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}

.footer-top {
  padding: 48px 0 0 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.3em;
  font-weight: 400;
  font-size: 1.18rem;
  line-height: 1.5;
  color: #fff;
  word-break: break-word;
}

.footer-middle {
  background: #f5d447;
  color: #444;
  padding: 28px 0 18px 0;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.footer-links {
  line-height: 1.7;
}

.footer-bottom {
  background: #444;
  color: #f5d447;
  padding: 18px 0 12px 0;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .footer-top {
    padding: 32px 0 0 0;
  }

  .footer-list li {
    font-size: 1.05rem;
  }

  .footer-middle {
    font-size: 1.05rem;
    padding: 18px 0 12px 0;
  }
}

@media (max-width: 767.98px) {
  .footer-top {
    padding: 24px 0 0 0;
  }

  .footer-list li {
    font-size: 0.98rem;
  }

  .footer-middle {
    font-size: 0.98rem;
    padding: 12px 0 8px 0;
  }

  .footer-bottom {
    font-size: 0.95rem;
    padding: 10px 0 8px 0;
  }

  .row-cols-md-5>.col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .row-cols-md-5>.col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* booklet page */

.booklet-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.booklet-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.booklet-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.booklet-hero-content {
  max-width: 540px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.booklet-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.booklet-hero-content ul,
.booklet-hero-content p {
  font-size: 1.15rem;
  color: white;
}


.dropdown-wrapper {
  max-width: 320px;
}

.booklet-hero-content .form-select {
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 991.98px) {
  .booklet-hero-section {
    height: 60vh;
    min-height: 350px;
  }

  .booklet-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .booklet-hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .booklet-hero-section {
    height: 64vh;
    min-height: 260px;
  }

  .booklet-hero-content {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .booklet-hero-content h1 {
    font-size: 1.3rem;
  }

  .dropdown-wrapper {
    max-width: 100%;
  }
}

.booklet-main-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.steering-bg-img {
  position: absolute;
  top: -436px;
  left: 55%;
  transform: translateX(-50%);
  width: 90vw;
  min-width: 990px;
  max-width: 1800px;
  /* opacity: 0.13; */
  z-index: 0;
  pointer-events: none;
}



.booklet-main-title {
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.booklet-main-subtitle {
  font-size: 1.1rem;
  color: #444;
  max-width: 909px;
  margin: 0 auto;
}

.booklet-main-text,
.booklet-main-text p {
  font-size: 1.2rem;
  color: #222;
  background: transparent;
  z-index: 2;
  position: relative;
  max-width: 521px;
}

.booklet-main-round-img-wrapper {
  width: 481px;
  top: 42px;
  right: 44px;
  height: 481px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.booklet-main-round-img {
  width: 488px;
  height: 470px;
  object-fit: cover;
  border-radius: 50%;
}


@media (max-width: 991.98px) {
  .booklet-main-round-img-wrapper {
    width: 180px;
    height: 180px;
  }

  .booklet-main-round-img {
    width: 140px;
    height: 140px;
  }

  .booklet-main-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .booklet-info-box,
  .booklet-accept-box {
    font-size: 0.98rem;
    padding: 1.2rem 0.8rem;
    margin: 6%;
  }
}

@media (max-width: 767.98px) {
  .steering-bg-img {
    top: -8px;
    width: 99vw;
    min-width: 512px;

  }

  .booklet-main-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .booklet-main-title {
    font-size: 1.1rem;
  }

  .booklet-main-round-img-wrapper {
    width: 120px;
    height: 120px;
  }

  .booklet-main-round-img {
    margin-bottom: 1044px;
    margin-left: 320px;
    width: 154px;
    height: 150px;
  }

}

.booklet-main-bottom {
  margin-top: 1.2rem;
}

.pay-card {
  height: 28px;
  padding: 1px 4px;
}

.booklet-main-bottom-section {
  background: #f5d447;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline: -9%;
  top: 196px;
  margin-bottom: 211px;
  padding-bottom: 2.5rem;
}


.booklet-info-box {

  border-radius: 18px;
  text-align: center;
  border: 2px solid #000000;
  font-size: 1.01rem;
  color: #222;
  position: relative;
  z-index: 2
}

.booklet-accept-box {

  border-radius: 18px;

  font-size: 1.01rem;
  color: #222;
  position: relative;
  z-index: 2;
}

.booklet-accept-box h2 {
  font-size: 40px;

}

.booklet-accept-box p {
  font-size: 33px;
}

.pay-card-2 {
  height: 105px;
  width: auto;
  object-fit: contain;
  padding: 2px 8px;
}


/* internet page */


.internet-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.internet-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.internet-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.internet-hero-content {
  max-width: 540px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.internet-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.internet-hero-content ul {
  font-size: 1.15rem;
}

.internet-hero-content div,
.internet-hero-content p {
  font-size: 1.15rem;
  color: #fff;
}

.dropdown-wrapper {
  max-width: 320px;
}

.internet-hero-content .form-select {
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 991.98px) {
  .internet-hero-section {
    height: 60vh;
    min-height: 350px;
  }

  .internet-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .internet-hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .internet-hero-section {
    height: 50vh;
    min-height: 623px;
  }

  .internet-hero-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .internet-hero-content h1 {
    font-size: 1.3rem;
  }

  .dropdown-wrapper {
    max-width: 100%;
  }

  .internet-hero-content ul {
    font-size: 1rem;
  }
}



.internet-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.internet-section-btn {
  background: #eac12b;
  color: #222;
  border: none;
  border-radius: 4px;
  padding: 8px 60px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.2s;
  min-width: 635px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
}


.internet-section-dropdown {
  position: relative;
}

.internet-section-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 635px;
  background: #fdf7e2;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  z-index: 10;
  padding: 18px 24px;
}

.internet-section-dropdown:focus-within .internet-section-dropdown-menu,
.internet-section-dropdown:hover .internet-section-dropdown-menu {
  display: block;
}

.internet-section-dropdown-menu .dropdown-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 10px;
}

.internet-section-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.internet-section-dropdown-menu li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.15rem;
  color: #222;
  cursor: pointer;
  transition: background 0.15s;
}

.internet-section-dropdown-menu li:last-child {
  border-bottom: none;
}

.internet-section-dropdown-menu li:hover {
  background: #fffbe6;
}

.internet-section-line-wrapper {
  position: relative;
  width: 100%;
  margin-top: 7%;

}

.internet-section-yellow-line {
  width: 42%;
  height: 6px;
  background: #eac12b;
  border-radius: 3px;
  margin: 0 auto;
}

.internet-section-steering-top {
  position: absolute;
  right: 25%;
  top: -63px;
  width: 82px;
  opacity: 1;
}

.internet-section-desc {
  font-size: 1.15rem;
  color: #444;
  margin: 0 auto;
}

.internet-section-steps-img img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.internet-section-bottom-line-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}

.internet-section-bottom-yellow-line {
  width: 100%;
  height: 6px;
  background: #eac12b;
  border-radius: 3px;
  margin-left: 0;
  margin-top: 24px;
}

.internet-section-steering-bottom {
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 375px;
  width: 140px;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.internet-section-pay-card {
  height: 130px;
  width: auto;
  object-fit: contain;

  border-radius: 8px;

  padding: 2px 8px;
}

.internet-section-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  border: 2px solid #eac12b;
}

.internet-section-form-btn {
  background: #eac12b;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  transition: background 0.2s;
  width: 100%;
}

.internet-section-form-btn:hover {
  background: #ffd84d;
}


.internet-accept h4 {
  font-size: 45px;
  margin-bottom: 35px;

}

.internet-accept p {
  font-size: 34px;
}





@media (max-width: 991.98px) {
  .internet-section-btn {
    font-size: 1.1rem;
    padding: 12px 24px;
    min-width: 261px;
  }

  .internet-section-steering-top {
    width: 38px;
    top: -14px;
  }

  .internet-section-steering-bottom {
    width: 70px;
    top: 0;
    left: 0;
  }

  .internet-section-bottom-yellow-line {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .internet-section-steering-bottom {
    width: 57px;
    top: -35px;
    left: 0;
  }

  .internet-section-bottom-yellow-line {
    width: 100%;
  }

  .internet-section-pay-card {
    height: 88px;
    padding: 1px 4px;
  }
}

/* contact page */
.contact-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.contact-hero-content {
  max-width: 540px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.contact-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-hero-content ul {
  font-size: 1.15rem;

}

.contact-wrapper {
  max-width: 320px;
}

.contact-hero-content .form-select {
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 991.98px) {
  .contact-hero-section {
    height: 60vh;
    min-height: 350px;
  }

  .contact-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .contact-hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-hero-section {
    height: 50vh;
    min-height: 260px;
  }

  .contact-hero-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .contact-hero-content h1 {
    font-size: 1.3rem;
  }

  .dropdown-wrapper {
    max-width: 100%;
  }
}


.contact-section {
  background: #fff;
  position: relative;
}

.contact-yellow-line {
  width: 120px;
  height: 6px;
  background: #f5d447;
  border-radius: 3px;
  margin-bottom: 16px;
}

.contact-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-subheading {
  color: #444;
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
}

.contact-octagon {
  background: #eac12b;
  color: #222;
  width: 327px;
  min-height: 310px;
  padding: 60px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  clip-path: polygon(30% 3%, 70% 3%, 97% 30%, 97% 70%, 70% 97%, 30% 97%, 3% 70%, 3% 30%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  margin-bottom: 0;
  text-align: center;
  transition: box-shadow 0.2s;
}

.contact-octagon:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}

.contact-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.contact-octagon-title {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.contact-octagon-desc {
  font-size: 14px;
  color: #222;
}

@media (max-width: 991.98px) {
  .contact-octagon {
    width: 170px;
    min-height: 170px;
    padding: 18px 8px 12px 8px;
  }

  .contact-icon img {
    width: 28px;
    height: 28px;
  }

  .contact-heading {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .contact-octagon {
    width: 297px;
    min-height: 259px;
    padding: 10px 4px 8px 4px;

  }

  .contact-icon img {
    width: 34px;
    height: 27px;
    margin-bottom: -110px;

  }

  .contact-heading {
    font-size: 1.1rem;
  }
}


/* privacy-page  */


.privacy-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.privacy-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.privacy-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.privacy-hero-content {
  max-width: 540px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.privacy-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.privacy-hero-content ul {
  font-size: 1.15rem;

}

.privacy-hero-content div,
.privacy-hero-content p {
  font-size: 1.15rem;
  color: #fff;
}

.privacy-wrapper {
  max-width: 320px;
}

.privacy-hero-content .form-select {
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 991.98px) {
  .privacy-hero-section {
    height: 60vh;
    min-height: 350px;
  }

  .privacy-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .privacy-hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .privacy-hero-section {
    height: 50vh;
    min-height: 260px;
  }

  .privacy-hero-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .privacy-hero-content h1 {
    font-size: 1.3rem;
  }

  .privacy-wrapper {
    max-width: 100%;
  }
}

.privacy-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.privacy-yellow-line {
  width: 52%;
  height: 12px;
  background: #f5d447;
  border-radius: 3px;
  margin-bottom: 58px;
}

.privacy-main-row {
  margin-bottom: 0.5rem;
}

.privacy-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  min-width: 220px;
  aspect-ratio: 1/1;
  margin-bottom: 1.5rem;
}

.privacy-img-bg {
  position: absolute;
  top: 74px;
  width: 134%;
  left: -23px;
  height: 88%;
  background: #f5d447;
  border-radius: 24px;
  z-index: 1;
  transform: scale(1.06);
  filter: blur(0.5px);
}

.privacy-img {
  position: relative;
  width: 166%;
  right: 117px;
  height: 179%;

  border-radius: 24px;
  z-index: 2;
}

.privacy-text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.privacy-heading {
  font-size: 2.35rem;
  font-weight: 700;
  color: #222;
}

.privacy-text {
  font-size: 1.05rem;
  color: #222;
  line-height: 1.7;
}

.privacy-bottom-text {
  /* margin-top: 1.5rem; */
  font-size: 1.01rem;
  color: #222;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .privacy-img-wrapper {
    max-width: 220px;
    min-width: 120px;
  }

  .privacy-heading {
    font-size: 1.1rem;
  }

  .privacy-text {
    font-size: 0.98rem;
  }
}

@media (max-width: 767.98px) {
  .privacy-img-wrapper {
    max-width: 160px;
    min-width: 80px;
  }

  .privacy-heading {
    font-size: 1rem;
  }

  .privacy-bottom-text {
    font-size: 0.95rem;
    margin-top: 1rem;
  }
}

/* Faqs-page */


.faq-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.faq-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.faq-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.faq-hero-content {
  max-width: 540px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.faq-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-hero-content ul {
  font-size: 1.15rem;

}

.faq-hero-content div,
.faq-hero-content div * {
  font-size: 1.15rem;
}

.faq-hero-content p {
  color: #ffffff;
}

.dropdown-wrapper {
  max-width: 320px;
}

.faq-hero-content .form-select {
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
}

@media (max-width: 991.98px) {
  .faq-hero-section {
    height: 60vh;
    min-height: 350px;
  }

  .faq-hero-content {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 100%;
  }

  .faq-hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .faq-hero-section {
    height: 50vh;
    min-height: 500px;
  }

  .faq-hero-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .faq-hero-content h1 {
    font-size: 1.3rem;
  }

  .dropdown-wrapper {
    max-width: 100%;
  }
}



.faq-section {
  background: #fff;
  position: relative;
  min-height: 100vh;
}

.faq-steering-img {
  position: absolute;
  top: -150px;
  left: 0;
  width: 176px;
  z-index: 1;
  pointer-events: none;
}

.faq-yellow-line {
  height: 10px;
  margin-inline: 29%;
  background: #f5d447;
  border-radius: 3px;
}

.faq-tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-tabs-row {
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.faq-tab {
  background: #f5d447;
  color: #222;
  border: none;
  border-radius: 12px;
  padding: 16px 38px;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 261px;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.faq-tab.active,
.faq-tab:focus {
  background: #eac12b;
  color: #222;
  box-shadow: 0 4px 16px rgba(234, 193, 43, 0.13);
}

.faq-tab-content {
  position: relative;
  z-index: 2;
}


.faq-tab-content b {
  font-size: 23px;
}

.faq-tab-pane {
  display: none;
  animation: fadeIn 0.3s;
}

.faq-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-outer-box {
  background: #fffbe6;
  border-radius: 16px;
  border: 2px solid #eac12b;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  padding: 0;
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 2rem;

  width: 100%;
}

.faq-outer-box-heading {
  background: #fffbe6;
  border-radius: 16px 16px 0 0;
  border-bottom: 2px solid #eac12b;
  font-size: 1.25rem;
  padding: 18px 24px 12px 24px;
  font-weight: 700;
  color: #222;
}

.faq-inner-box {
  background: #fffbe6;
  border-radius: 0 0 16px 16px;
  padding: 24px 32px 18px 32px;
  font-size: 1.08rem;
  color: #222;
}

.faq-inner-box ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

.faq-yellow-box-footer {
  display: block;
  text-align: center;
  color: #eac12b;
  font-weight: 600;
  margin-top: 1.5em;
  font-size: 1.05rem;
}

@media (max-width: 991.98px) {
  .faq-tab {
    font-size: 1.05rem;
    padding: 12px 18px;
    min-width: 120px;
  }

  .faq-outer-box,
  .faq-inner-box {
    font-size: 1rem;
    max-width: 100%;
    padding: 0;
  }

  .faq-outer-box-heading {
    font-size: 1.1rem;
    padding: 12px 10px 8px 10px;
  }

  .faq-inner-box {
    padding: 14px 10px 10px 10px;
  }

  .faq-steering-img {
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .faq-tab {
    font-size: 0.95rem;
    padding: 9px 6px;
    min-width: 160px;
  }

  .faq-outer-box,
  .faq-inner-box {
    font-size: 0.97rem;
    max-width: 100%;
    padding: 0;
  }

  .faq-outer-box-heading {
    font-size: 1rem;
    padding: 8px 4px 6px 4px;
  }

  .faq-inner-box {
    padding: 18px 15px 25px 15px;
  }

  .faq-steering-img {
    width: 79px;
    top: -65px;
  }
}

.faq-qs-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.faq-qs-steering {
  position: absolute;
  width: 90px;
  opacity: 0.13;
  z-index: 1;
  pointer-events: none;
}

.faq-qs-steering-topleft {
  top: 0;
  left: 0;
}

.faq-qs-steering-bottomright {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.faq-qs-list {
  position: relative;
  z-index: 2;

  margin: 0 auto;
}

.faq-qs-item {
  margin-bottom: 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #f5d447;
}

.faq-qs-question {
  color: #eac12b;
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.faq-qs-answer {
  color: #222;
  font-size: 1.05rem;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .faq-qs-steering {
    width: 60px;
  }

  .faq-qs-list {
    max-width: 100%;
    padding: 0 10px;
  }

  .faq-qs-question {
    font-size: 1rem;
  }

  .faq-qs-answer {
    font-size: 0.97rem;
  }
}

@media (max-width: 767.98px) {
  .faq-qs-steering {
    width: 38px;
  }

  .faq-qs-item {
    margin-bottom: 1.2rem;
    padding-bottom: 0.7rem;
  }
}



.faq-review-section {
  background: #fff;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faq-review-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.faq-review-subtitle {
  font-size: 1.08rem;
  color: #eac12b;
  margin-bottom: 2.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.faq-review-title {
  color: #222;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

.faq-review-list {
  margin-left: auto;
  margin-right: auto;
}

.faq-review-img {
  width: 139%;
  max-width: 388px;
  height: 176px;
  object-fit: cover;

}

.faq-review-caption {
  color: #eac12b;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.7rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

@media (max-width: 991.98px) {
  .faq-review-heading {
    font-size: 1.3rem;
  }

  .faq-review-img {
    max-width: 100%;
    height: 140px;
  }

  .faq-review-caption {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .faq-review-list {
    max-width: 100%;
  }

  .faq-review-img {
    height: 110px;
  }

  .faq-review-caption {
    font-size: 0.98rem;
  }
}


/* new home */

.home2-hero-section {
  background: #fff;
  min-height: 53vh;
  display: flex;
  align-items: center;
  padding-top: 14rem;
  padding-bottom: 4rem;
}


.home2-hero-content {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.home2-hero-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.home2-hero-subtitle {
  font-size: 1.15rem;
  color: #444;
}

.home2-hero-select {
  font-size: 1.08rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: 1.5px solid #bbb;
}

.home2-hero-btn {
  background: #556905;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 1.15rem;
  font-weight: 600;
  transition: background 0.2s;
}

.home2-hero-btn:hover {
  background: #6d7e1a;
}

.home2-hero-video-wrapper {
  position: relative;
  max-width: 400px;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home2-hero-video-img {
  width: 120%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  object-fit: cover;
}

.home2-hero-play-btn {
  position: absolute;
  top: 50%;
  left: 61%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: #000000;
  /* background: rgba(85, 105, 5, 0.85); */
  border-radius: 50%;
  width: 66px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18); */
}

.home2-hero-video-link {
  display: block;
  position: relative;
}

@media (max-width: 991.98px) {
  .home2-hero-title {
    font-size: 1.3rem;
  }

  .home2-hero-content {
    max-width: 100%;
  }

  .home2-hero-video-wrapper {
    max-width: 100%;
    min-width: 220px;
  }
}

@media (max-width: 767.98px) {
  .home2-hero-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home2-hero-title {
    font-size: 1.05rem;
  }

  .home2-hero-video-wrapper {
    aspect-ratio: 16/10;
    min-width: 160px;
  }

  .home2-hero-play-btn {
    font-size: 2rem;
    width: 38px;
    height: 38px;
  }
}


.hbox-section {
  background: #fafbfb;
}

.hbox-item {
  padding: 0 10px;
}

.hbox-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  color: #556905;
  filter: grayscale(0%) brightness(0.7) sepia(1) hue-rotate(30deg) saturate(2);
}

.hbox-title {
  font-weight: 700;
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 0.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.hbox-desc {
  color: #222;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .hbox-icon {
    width: 40px;
    height: 40px;
  }

  .hbox-title {
    font-size: 1rem;
  }

  .hbox-desc {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .hbox-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hbox-title {
    font-size: 0.98rem;
  }

  .hbox-desc {
    font-size: 0.92rem;
  }
}


.home2-courses-section {
  background: #fafbfb;
}

.home2-courses-title {
  font-size: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 2.5rem;
}

.home2-courses-card-wrapper {
  position: relative;
  width: 100%;
  margin-top: 18px;
}

.home2-courses-state-float {
  position: absolute;
  top: -18px;
  left: 18%;
  transform: translateX(-50%);
  background: #3F494F;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 500;
  border: 1.5px solid #bbb;
  padding: 4px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  z-index: 2;
  letter-spacing: 0.01em;
  min-width: 90px;
  text-align: center;
}

.home2-courses-card {
  background: #fff;
  border: 1.5px solid #bbb;
  box-shadow: none;
  padding: 2.2rem 1.2rem 1.2rem 1.2rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.2s, transform 0.2s;
}

.home2-courses-card-title {
  font-weight: 700;
  font-size: 1.13rem;
  color: #4C5C23;
  margin-bottom: 0.5rem;
  text-align: left;
}

.home2-courses-card-desc {
  color: #4C5C23;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  opacity: 0.9;
  text-align: left;
  padding-left: 1.2em;
}

.home2-courses-card-desc li {
  margin-bottom: 0.2em;
}

.home2-courses-price {
  font-weight: 700;
  color: #4C5C23;
  margin-bottom: 0.7em;
  text-align: left;
}

.home2-courses-btn {
  background: #556905;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}

.home2-courses-btn:hover {
  background: #6d7e1a;
}


.wrap-florida {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 18px;
  height: 500px;
  display: flex;
  align-items: end;
}

.card-florida {
  background: #fff0;
  /* screenshot me card border/box nahi dikh raha */
  padding: 0;
  /* content top-left tight feel */
}

/* 2-column grid: seal upar-left, left content uske neeche, right box left ke bilkul paas */
.content-florida {
  display: grid;
  grid-template-columns: minmax(420px, 520px) 320px;
  /* LEFT fixed-ish, RIGHT fixed */
  grid-template-areas:
    "seal ."
    "left right";
  /* right sirf 2nd row me -> neeche aata hai */
  column-gap: 14px;
  /* left-right gap tight */
  row-gap: 8px;
  /* seal aur heading ke beech gap */
  align-items: start;
}

.title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
}

.subtitle {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.bullets {
  margin-top: 2px;
}

.bullets ul {
  margin: 6px 0 0 18px;
  padding: 0;
  color: var(--bullet);
}

.bullets li {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.45;
}

.seal-florida {
  grid-area: seal;
  justify-self: start;
  align-self: start;
  margin: 0 0 4px 0;
}

.left-col-florida {
  grid-area: left;
}

.right-col {
  grid-area: right;
}

.price .old {
  text-decoration: line-through;
  color: #8b8b8b;
  font-weight: 700;
}

.price .reg {
  color: var(--muted-2);
  font-weight: 700;
}

.cta-row {
  display: grid;
  grid-template-columns: 220px max-content;
  align-items: center;
  column-gap: 12px;
}

.guarantee {
  font-size: 14px;
  color: var(--muted-2);
  white-space: nowrap;
  margin-top: 20px;
}

.price .now {
  font-weight: 800;
  font-size: 15px;
}

/* badge visuals */
.seal-florida .circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(#f7faf8, #fff);
  border: 3px solid var(--badge-edge);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.seal-florida .check {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2e8c64;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.seal-florida .label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  text-align: center;
  font-size: 10px;
  color: #2f6b53;
  line-height: 1;
  font-weight: 700;
}

.seal-florida .auth {
  font-size: 9px;
  font-weight: 800;
}

/* left content */
.left-col-florida {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 520px;
  /* left track ke max se match */
}


/* responsive stacking */
@media (max-width: 920px) {
  .content-florida {
    grid-template-columns: 1fr;
    grid-template-areas:
      "seal"
      "left"
      "right";
    row-gap: 14px;
  }

  .right-col {
    width: 100%;
    flex: 0 0 auto;
  }
}



@media (max-width: 991.98px) {
  .home2-courses-title {
    font-size: 1.3rem;
  }

  .home2-courses-card {
    min-height: 280px;
    padding: 1.5rem 0.7rem 1rem 0.7rem;
  }
}

@media (max-width: 767.98px) {
  .home2-courses-title {
    font-size: 1.1rem;
  }

  .home2-courses-card {
    min-height: 220px;
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }

  .home2-courses-state-float {
    font-size: 0.92rem;
    padding: 3px 10px;
    min-width: 70px;
  }
}

.btns-green {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--olive-dark);
  color: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
  transition: background .15s ease, transform .05s ease;
  margin: 0;
}

.twocards-section {
  background: #f8e7b7;
}

.twocards-title {
  font-size: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #222;
}

.twocards-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
}

.twocards-text p {
  color: #222;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.twocards-img {
  max-width: 100%;
  width: 604px;
  height: 318px;
  object-fit: cover;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991.98px) {
  .twocards-title {
    font-size: 1.3rem;
  }

  .twocards-img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .twocards-title {
    font-size: 1.1rem;
  }

  .twocards-img {
    width: 100%;
    height: 250px;
  }

  .twocards-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }
}



.devicepay-section {
  background: #fff;
}

.devicepay-title {
  font-size: 1.5rem;
  text-align: center;
  color: #222;
}

.devicepay-desc {
  color: #222;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.6;
}

.devicepay-img {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.devicepay-logos .devicepay-logo {
  height: 117px;
  width: auto;
  object-fit: contain;
  margin-right: 12px;
}

.devicepay-logos .devicepay-logo:last-child {
  margin-right: 0;
}

.devicepay-accept-title {
  font-size: 2.15rem;
  color: #222;
}

.devicepay-accept-desc {
  color: #222;
  font-size: 1.05rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .devicepay-title {
    font-size: 1.15rem;
  }

  .devicepay-img {
    max-width: 220px;
  }

  .devicepay-accept-title {
    font-size: 1rem;
  }

  .devicepay-accept-desc {
    font-size: 0.98rem;
  }
}

@media (max-width: 767.98px) {
  .devicepay-title {
    font-size: 1rem;
  }

  .devicepay-img {
    max-width: 160px;
  }

  .devicepay-logos {
    justify-content: center;
  }

  .devicepay-accept-text {
    text-align: center;
  }

  .devicepay-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* New CSS Starting  */

/* --- TICKETS HERO SECTION STYLES --- */
.tickets-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tickets-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tickets-hero-content-row {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.tickets-hero-left {
  color: #fff;
  padding-top: 19rem;
  padding-bottom: 4rem;
}

.tickets-hero-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.tickets-hero-list p,
.tickets-hero-list {
  font-size: 1.1rem;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-left: 1.2em;
}

.tickets-hero-list p,
.tickets-hero-list li {
  margin-bottom: 0.7em;
  color: #fff;
}

.tickets-hero-list li span {
  color: #eac12b;
  font-weight: 600;
}

/* Right box (3D effect) */
.tickets-hero-right-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tickets-hero-right-shadow {
  position: absolute;
  top: 168px;
  left: -31px;
  width: 444px;
  height: 465px;
  background: #ffffff;
  border-radius: 22px;
  /* filter: blur(2px); */
  z-index: 2;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18); */
  /* opacity: 0.18; */
}

.tickets-hero-right {
  position: relative;
  background: #525252;
  top: 145px;
  border-radius: 22px;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18); */
  padding: 2.2rem 2rem 2.2rem 2rem;
  width: 523px;
  height: 464px;
  /* max-width: 132%; */
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tickets-hero-right-title {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: center;
}

.tickets-hero-select {
  width: 100%;
  font-size: 1.08rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: none;
  margin-bottom: 1.5rem;
  background: #fff;
  color: #222;
  font-weight: 500;
}

.tickets-hero-states-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.2rem;
  margin-top: 0.5rem;
}

.tickets-hero-state-box {
  background: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.1rem 1.5rem 14px 1.5rem;
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
  /* border: 2.5px solid #eac12b; */
  border-top: 8px solid #eac12b;
  position: relative;
}


.tickets-hero-state-box:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(234, 193, 43, 0.13);
  border-color: #f5d447;
}

.tickets-hero-state-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
  margin-top: -59px;
  background: #eac12b;
  border-radius: 50%;
  border: 2.5px solid #eac12b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tickets-hero-state-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tickets-hero-state-label {
  color: #222;
  font-size: 1.08rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.2rem;
}

@media (max-width: 1199.98px) {

  .tickets-hero-right,
  .tickets-hero-right-shadow {
    width: 350px;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .tickets-hero-right-shadow {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .tickets-hero-content-row {
    flex-direction: column;
    min-height: unset;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tickets-hero-left {
    padding-top: 6rem;
    padding-bottom: 2rem;
    text-align: center;

  }

  .tickets-hero-right-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tickets-hero-right,
  .tickets-hero-right-shadow {
    width: 100%;
    max-width: 400px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
  }

  .tickets-hero-states-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .tickets-hero-section {
    min-height: unset;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tickets-hero-title {
    font-size: 27px;
  }

  .tickets-hero-right,
  .tickets-hero-right-shadow {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.5rem;
  }

  .tickets-hero-states-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem 0.7rem;
  }

  .tickets-hero-state-label {
    font-size: 0.98rem;
  }

  .tickets-hero-state-icon {
    width: 38px;
    height: 38px;
  }

  .tickets-hero-state-icon img {
    width: 22px;
    height: 22px;
  }
}



.ticket-1 {

  margin: 6%;
}

.ticket-1 h5 {
  font-size: 28px;
}

.ticket-1 p {
  font-size: 20px;
}

.ticket-2 {
  margin: 6%;
}

.ticket-2 h5 {
  font-size: 28px;
}

.ticket-2 p {
  font-size: 20px;
}

.ticket-3 {

  margin-top: 6%;
}

.ticket-3 h5 {
  font-size: 28px;
}

.ticket-3 p {
  font-size: 20px;
}


.yellow-line-ticket {

  width: 43%;
  height: 6px;
  background: #f5d447;
  border-radius: 3px;
  margin-bottom: 77px;

}


.yellow-line-ticket-bottom {

  width: 43%;
  height: 6px;
  background: #f5d447;
  border-radius: 3px;
  margin-top: 85px;
  margin-bottom: 19px;
}






/* maria css */


.operation-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}



.steering-wheel-img {
  position: absolute;
  top: -36px;
  right: 0px;
  width: 187px;
  /* opacity: 0.15; */
  z-index: 1;
  pointer-events: none;
}

.octagon-img-wrapper {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.octagon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(30% 3%, 70% 3%,
      97% 30%, 97% 70%,
      70% 97%, 30% 97%,
      3% 70%, 3% 30%);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.operation-step {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.operation-step .step-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.operation-step .step-number {
  color: #f5d447;
  font-weight: 600;
  font-size: 1.05rem;
  display: block;
}

.operation-step .step-desc {
  color: #444;
  font-size: 0.98rem;
}

.see-more {
  color: #888;
  font-size: 0.95em;
}

@media (max-width: 991.98px) {
  .octagon-img-wrapper {
    width: 220px;
    height: 220px;
  }

  .steering-wheel-img {
    width: 120px;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 767.98px) {
  .octagon-img-wrapper {
    width: 160px;
    height: 160px;
  }

  .operation-step {
    font-size: 0.95rem;
    flex-direction: row !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .steering-wheel-img {
    display: none;
  }
}



.featured-section {
  background: #fff;
}


.featured-title {
  color: #f5d447;
  font-weight: 700;
  font-size: 1.7rem;
}

.featured-link {
  color: #222;
  text-decoration: underline;
  font-weight: 500;
}

.takeaway-icon {
  color: #f5d447;
  font-size: 1.3rem;
  margin-top: 2px;
}

.takeaway-label {
  color: #f5d447;
  font-weight: 600;
  font-size: 1.1rem;
}

.takeaway-text {
  color: #bdbdbd;
  font-size: 1.05rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .featured-title {
    font-size: 1.2rem;
  }

  .takeaway-label {
    font-size: 1rem;
  }

  .takeaway-text {
    font-size: 0.98rem;
  }
}


.certifications-section {
  background: #556905;
}


.cert-subheading {
  color: #f5d447;
  font-size: 1.25rem;
  font-weight: 500;
}

.cert-video-wrapper {
  position: relative;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin-bottom: 2.5rem;
}

.cert-video-img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.youtube-play-btn img {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.youtube-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.cert-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .cert-video-wrapper {
    max-width: 100%;
  }

  .cert-img {
    max-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .cert-video-wrapper {
    aspect-ratio: 16/9;
  }

  .cert-img {
    max-width: 200px;
    margin-bottom: 1rem;
  }

  .cert-subheading {
    font-size: 1.05rem;
  }
}




/* Right Card */
.state-card {
  background: #3c3c3c;
  border-radius: 12px;
  padding-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  width: 380px;
}

.state-card h3 {
  text-align: center;
  color: white;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px;
}

.state-box {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  transition: transform 0.2s ease;
}

.state-box:hover {
  transform: translateY(-3px);
}

.state-box p {
  margin-top: 8px;
  font-weight: 600;
  color: #333;
}

.state-icon {
  width: 48px;
}

.line {
  width: 300px;
  height: 5px;
  border-radius: 10px;
  background-color: #eeb123;
}

ol,
ul {
  margin-left: 1rem;
  padding-left: 1rem;
}

.card-logo {
  height: 40px;
  width: auto;
}

h5 {
  color: #000;
  font-weight: 700;
}

h6 {
  color: #000;
  font-weight: 600;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: nowrap;
}


.ticket-3 li {
  font-size: 20px;
}


.card {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 25px;
  width: 270px;
  height: 400px;
  /* ✅ Equal height for all cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

label {
  font-size: 13px;
  color: #555;
  display: block;
  margin-top: 4px;
}

input[type="number"] {
  width: 60px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  font-size: 13px;
  text-align: center;
}

input[type="range"] {
  width: 100%;
  accent-color: #f7c948;
  margin: 5px 0 15px;
}

p {
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
}

.yellow-btn {
  background-color: #f7c948;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.yellow-btn:hover {
  background-color: #ffd84d;
}

select {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 10px;
}

.radio-group {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}

.radio-group label {
  margin-right: 10px;
}

.value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

/* 🌐 Responsive */
@media (max-width: 900px) {
  .cards-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    width: 90%;
    max-width: 350px;
  }
}

.yellow-line {
  width: 60px;
  height: 4px;
  background-color: #f39c12;
  border-radius: 2px;
}

.login-box-container {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
}

.login-form input {
  height: 40px;
  padding: 8px 12px;
}

.login-form input:focus {
  border-color: #e67e22;
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.25);
}



/* 1️⃣ Extra Small Devices (Small Phones, portrait) */
@media (min-width: 320px) and (max-width: 479px) {
  .home2-hero-video-img {
    width: 103%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    object-fit: cover;
  }

  .home2-hero-content {
    margin-top: 98px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .devicepay-logos .devicepay-logo {
    height: 75px;
    width: auto;
    object-fit: contain;
    margin-right: 12px;
  }

  .internet-section-dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 262px;
    background: #fdf7e2;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    z-index: 10;
    padding: 18px 24px;
  }

  .internet-accept h4 {
    font-size: 26px;
    /* margin-bottom: 35px; */
  }

  .internet-accept p {
    font-size: 21px;
  }

  .booklet-main-text,
  .booklet-main-text p {
    font-size: 15px;
    color: #222;
    background: transparent;
    z-index: 2;
    margin-top: 181px;
    position: relative;
    max-width: 521px;
  }

  .booklet-accept-box h2 {
    font-size: 32px;
  }



  .booklet-accept-box p {
    font-size: 20px;
  }




  .pay-card-2 {
    height: 75px;
    width: auto;
    object-fit: contain;
    padding: 2px 8px;
  }


  .booklet-main-bottom-section {
    background: #f5d447;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-inline: -9%;
    top: -136px;
    margin-bottom: -131px;
    padding-bottom: 2.5rem;
  }

  .booklet-main-subtitle {
    font-size: 15px;
    color: #444;
    max-width: 909px;
    margin: 0 auto;
  }

  .contact-octagon-title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0.5rem;
    margin-top: 3.5rem;
  }


  .contact-octagon-desc {
    font-size: 12px;
    color: #222;
    max-width: 83%;
  }

  .privacy-img-bg {
    position: absolute;
    top: 29px;
    width: 163%;
    left: -28px;
    height: 88%;
    background: #f5d447;
    border-radius: 24px;
    z-index: 1;
    transform: scale(1.06);
    filter: blur(0.5px);
  }

  .privacy-img {
    position: relative;
    width: 183%;
    right: 76px;
    height: 177%;
    border-radius: 24px;
    z-index: 2;
  }

  .tickets-hero-list p,
  .tickets-hero-list li {
    margin-bottom: 0.7em;
    left: 0;
    font-size: 12px;
    text-align: left;
    color: #fff;
  }




  .tickets-hero-section {
    position: relative;
    width: 100%;
    height: 216vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .ticket-1 h5 {
    font-size: 21px;
  }

  .ticket-1 p {
    font-size: 15px;
  }

  .ticket-2 p {
    font-size: 16px;
    max-width: 88%;
  }


  .ticket-3 p {
    font-size: 16px;
    max-width: 100%;
  }

  .ticket-3 li {
    font-size: 15px;
    max-width: 88%;
  }

}

/* 2️⃣ Small Devices (Phones, portrait) */
@media (min-width: 480px) and (max-width: 599px) {
  .home2-hero-video-img {
    width: 103%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    object-fit: cover;
  }

  .home2-hero-content {
    margin-top: 98px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .devicepay-logos .devicepay-logo {
    height: 75px;
    width: auto;
    object-fit: contain;
    margin-right: 12px;
  }

  .internet-section-dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 262px;
    background: #fdf7e2;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    z-index: 10;
    padding: 18px 24px;
  }

  .internet-accept h4 {
    font-size: 26px;
    /* margin-bottom: 35px; */
  }

  .internet-accept p {
    font-size: 21px;
  }

  .booklet-main-text,
  .booklet-main-text p {
    font-size: 15px;
    color: #222;
    background: transparent;
    z-index: 2;
    margin-top: 181px;
    position: relative;
    max-width: 521px;
  }

  .booklet-accept-box h2 {
    font-size: 32px;
  }



  .booklet-accept-box p {
    font-size: 20px;
  }




  .pay-card-2 {
    height: 75px;
    width: auto;
    object-fit: contain;
    padding: 2px 8px;
  }


  .booklet-main-bottom-section {
    background: #f5d447;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-inline: -9%;
    top: -136px;
    margin-bottom: -131px;
    padding-bottom: 2.5rem;
  }

  .booklet-main-subtitle {
    font-size: 15px;
    color: #444;
    max-width: 909px;
    margin: 0 auto;
  }

  .contact-octagon-title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0.5rem;
    margin-top: 3.5rem;
  }


  .contact-octagon-desc {
    font-size: 12px;
    color: #222;
    max-width: 83%;
  }

  .privacy-img-bg {
    position: absolute;
    top: 29px;
    width: 163%;
    left: -28px;
    height: 88%;
    background: #f5d447;
    border-radius: 24px;
    z-index: 1;
    transform: scale(1.06);
    filter: blur(0.5px);
  }

  .privacy-img {
    position: relative;
    width: 183%;
    right: 76px;
    height: 177%;
    border-radius: 24px;
    z-index: 2;
  }

  .tickets-hero-list p,
  .tickets-hero-list li {
    margin-bottom: 0.7em;
    left: 0;
    font-size: 14px;
    color: #fff;
  }



  .tickets-hero-section {
    position: relative;
    width: 100%;
    height: 216vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .ticket-1 h5 {
    font-size: 21px;
  }

  .ticket-1 p {
    font-size: 15px;
  }

  .ticket-2 p {
    font-size: 16px;
    max-width: 88%;
  }


  .ticket-3 p {
    font-size: 16px;
    max-width: 88%;
  }

  .ticket-3 li {
    font-size: 15px;
    max-width: 88%;
  }

}

/* 3️⃣ Medium Devices (Large Phones, small tablets) */
@media (min-width: 600px) and (max-width: 767px) {
  .home2-hero-video-img {
    width: 103%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    object-fit: cover;
  }

  .home2-hero-content {
    margin-top: 98px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .devicepay-logos .devicepay-logo {
    height: 75px;
    width: auto;
    object-fit: contain;
    margin-right: 12px;
  }

  .internet-section-dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 262px;
    background: #fdf7e2;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    z-index: 10;
    padding: 18px 24px;
  }

  .internet-accept h4 {
    font-size: 26px;
    /* margin-bottom: 35px; */
  }

  .internet-accept p {
    font-size: 21px;
  }

  .booklet-main-text,
  .booklet-main-text p {
    font-size: 15px;
    color: #222;
    background: transparent;
    z-index: 2;
    margin-top: 181px;
    position: relative;
    max-width: 521px;
  }

  .booklet-accept-box h2 {
    font-size: 32px;
  }



  .booklet-accept-box p {
    font-size: 20px;
  }




  .pay-card-2 {
    height: 75px;
    width: auto;
    object-fit: contain;
    padding: 2px 8px;
  }


  .booklet-main-bottom-section {
    background: #f5d447;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-inline: -9%;
    top: -136px;
    margin-bottom: -131px;
    padding-bottom: 2.5rem;
  }

  .booklet-main-subtitle {
    font-size: 15px;
    color: #444;
    max-width: 909px;
    margin: 0 auto;
  }

  .contact-octagon-title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0.5rem;
    margin-top: 3.5rem;
  }


  .contact-octagon-desc {
    font-size: 12px;
    color: #222;
    max-width: 83%;
  }

  .privacy-img-bg {
    position: absolute;
    top: 29px;
    width: 163%;
    left: -28px;
    height: 88%;
    background: #f5d447;
    border-radius: 24px;
    z-index: 1;
    transform: scale(1.06);
    filter: blur(0.5px);
  }

  .privacy-img {
    position: relative;
    width: 183%;
    right: 76px;
    height: 177%;
    border-radius: 24px;
    z-index: 2;
  }

  .tickets-hero-list p,
  .tickets-hero-list li {
    margin-bottom: 0.7em;
    left: 0;
    font-size: 14px;
    color: #fff;
  }



  .tickets-hero-section {
    position: relative;
    width: 100%;
    height: 216vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .ticket-1 h5 {
    font-size: 21px;
  }

  .ticket-1 p {
    font-size: 15px;
  }

  .ticket-2 p {
    font-size: 16px;
    max-width: 88%;
  }


  .ticket-3 p {
    font-size: 16px;
    max-width: 88%;
  }

  .ticket-3 li {
    font-size: 15px;
    max-width: 88%;
  }

}

/* maria course details page css */
.florida-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 15px;
}

/* Outer yellow container */
.florida {
  background-color: #fff3cd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;

  padding-bottom: 30px;
}

/* Header bar */
.header {
  background-color: #fff3cd;
  color: #000000;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;

}

/* Inner white content area */
.sub-header {
  background-color: #ffffff;
  margin: 20px;
  border-radius: 40px;
  padding: 25px 25px 15px;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.sub-header h2 {
  color: #000;
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 600;
}

.sub-header h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}

.sub-header p {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 17px;
}

.sub-header ul {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.sub-header ul li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

strong {
  font-weight: 600;
}

.faq-section {

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.faq-container {
  overflow: hidden;
  padding: 25px 35px;
}

.faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.faq-question {
  color: #f39c12;
  font-weight: bold;
  font-size: 15px;

  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.faq-answer {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.faq-stars {
  color: #f6c800;
  font-size: 15px;
  margin-left: 5px;
}

.payment-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.payment-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: nowrap;
  /* stay in one line */
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #333;
  font-size: 14px;
  margin: 0;
}

.card-florida .right-col {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 0;
}

.card-box img {
  height: 55px;
  object-fit: contain;
}

.accept-heading {
  font-size: 30px;
  font-weight: bolder;
  color: #000;
  margin: 0;
}

.accept-desc {
  margin-top: 2px;
  font-size: 15px;

  color: #000000;
  margin: 0;
}




/* 📱 Mobile (max 768px) */
@media (max-width: 768px) {

  /* Header */
  .nav-inner-florida {
    flex-direction: column;
    align-items: flex-start;
  }

  nav.menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  /* Hero section */
  .content-florida {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .seal-florida {
    margin-bottom: 15px;
  }

  .left-col-florida {
    min-width: 100%;
  }

  .right-col {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .action {
    align-self: center;
  }

  .price {
    text-align: center;
  }

  .bottom-florida {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Florida details section */
  .florida {
    width: 95%;
    padding: 15px;
  }

  .header {
    font-size: 16px;
  }

  .sub-header {
    font-size: 14px;
    padding: 15px;
  }

  /* FAQ section */
  .faq-container {
    width: 95%;
    padding: 20px;
  }

  .faq-title {
    font-size: 20px;
  }

  /* Payment */
  .payment-container {
    flex-direction: column;
    text-align: center;
  }

  .accept-heading {
    font-size: 22px;
  }

  .accept-desc {
    font-size: 13px;
  }

  /* Footer */
  .footer-bar {
    padding: 40px 0 0;
  }

  .footer-links {
    font-size: 11px;
    line-height: 1.6;
  }
}

/* 💻 Tablet (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .content-florida {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .left-col-florida {
    flex: 1 1 100%;
  }

  .right-col {
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
  }

  .florida {
    width: 85%;
  }

  .faq-container {
    width: 85%;
  }

  .payment-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .accept-heading {
    font-size: 26px;
  }
}

/* 🖥️ Laptop (1025px–1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  .wrap-florida {
    max-width: 950px;
  }

  .florida {
    width: 80%;
  }

  .faq-container {
    width: 80%;
  }
}

/* 🖥️ Large Desktop (1367px and up) */
@media (min-width: 1367px) {
  .wrap-florida {
    max-width: 1200px;
  }


  .faq-container {
    width: 700px;
  }
}