/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* =========================
LOGOS
========================= */
.page-id-12680 #logo { background-image: url("/wp-content/uploads/2018/11/geckolearning-header2.png"); width: 361px; height: 44px; background-repeat: no-repeat; }
.page-id-12588 #logo, .page-id-12719 #logo { background-image: url("/wp-content/uploads/2018/10/AVETMISS-BlackGreen.png"); width: 350px; height: 41px; background-repeat: no-repeat; }
.page-id-12672 #logo { background-image: url("/wp-content/uploads/2018/10/VET-BI-logo-20.png"); width: 236px; height: 94px; background-repeat: no-repeat; }

/* =========================
MOBILE
========================= */
@media (max-width: 980px) {
  .logo-container a { width: 70%; display: inline-block; }
  #logo { width: 70%; height: 94px; background-size: contain; background-position: left center; }
}

/* =========================
GENERAL CLEANUP
========================= */
.et_pb_button_3_wrapper { display: none !important; }
.et_pb_section_4 { padding-bottom: 0 !important; }
.et_pb_section_5 { padding-top: 0 !important; }

/* =========================
HERO SECTION
========================= */
.ad-hero {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin: 0 auto;
  width: 100% !important;
  background: linear-gradient(180deg, #95c700 0%, #ffffff 100%) !important;
  margin: 0;
  padding: 60px 0; /* adjust vertical padding */
}
.ad-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.ad-hero p {
  font-size: 18px;
  color: #333;
  line-height: 1.35;
  margin-bottom: 16px;
}
.ad-hero .et_pb_row { width: 92% !important; margin: 0 auto; }
/*.ad-hero .et_pb_column_1_2 { width: 50% !important; }*/
.ad-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: center;
}
.ad-hero-buttons .ad-btn {
  background: #f58220;
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
}
.ad-hero-buttons .ad-btn:hover { background: #d96e14 !important; }
.ad-hero .et_pb_row {
  max-width: 1200px;
  margin: 0 auto;
}
/* =========================
INFO BOXES &amp; HOW IT WORKS
========================= */
/*.et_pb_section_2 {
  padding: 60px 28px !important;
  background: #f8f9fb;
  border-radius: 20px;
}*/
/*.et_pb_section_2 .et_pb_row { padding: 0 18px; } */

/* =========================
INFO PODS
========================= */
.ad-pods-module .ad-pods {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ad-pods-module .ad-pod {
  flex: 1 1 280px;
  max-width: 320px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.ad-pods-module .ad-pod:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(0,0,0,0.12); }
.ad-pods-module .ad-pod h3 { margin-bottom: 8px; }
.ad-pods-module .ad-subhead { margin-bottom: 14px; min-height: 40px; }
.ad-pods-module .ad-rule { border-bottom: 2px dotted #ccc; margin: 14px 0 18px; }
.ad-pods-module .ad-note { font-size: 14px; color: #666; }
.ad-pods-module .ad-pod-free { background: #f7f7f7; }
.ad-pods-module .ad-pod-core { background: #eaf5d0; }
.ad-pods-module .ad-pod-options { background: #fff4e6; }

/* =========================
PRICING GRID / BAND TABLE
========================= */
.ad-band-wrapper { text-align: center !important; margin: 0 auto; }
.ad-band-title, .ad-band-sub { text-align: center !important; margin: 0 auto; }
.ad-band-sub { max-width: 760px; margin-bottom: 24px !important; }
.ad-band-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  border-collapse: collapse;
  font-size: 0.95rem;
  text-align: center;
}
.ad-band-table th, .ad-band-table td { padding: 10px; text-align: center; }
.ad-band-table th { background: #f5f5f5; font-weight: 600; }
.ad-band-table td { border-bottom: 1px solid #eee; }
.ad-band-table tr:hover { background: #fafafa; }
.ad-band-table a { color: #f58220 !important; font-weight: 600; text-decoration: none; }
.ad-band-table a:hover { text-decoration: underline; }
.ad-band-table tr:last-child { background: transparent; }

/* =========================
CTA BLOCKS
========================= */
.ad-final-cta {
  background: #3a3a3a !important;
  padding: 60px 20px !important;
  text-align: center !important;
}
.ad-final-cta .et_pb_text_inner { margin: 0 auto !important; }
.ad-final-cta .ad-cta-title {
  color: #fff !important;
  font-size: 34px;
  margin-bottom: 10px;
}
.ad-final-cta .ad-cta-sub { color: #ccc !important; margin-bottom: 25px; font-size: 16px; }
.ad-final-cta .ad-hero-buttons.ad-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ad-final-cta .ad-hero-buttons.ad-cta-buttons .ad-btn {
  background: #f7931e !important;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}
.ad-final-cta .ad-hero-buttons.ad-cta-buttons .ad-btn:hover { background: #e67e00 !important; }

/* =========================
FOOTER
========================= */
.ad-footer { background: #000 !important; color: #eee; padding: 50px 20px 80px 20px; }
.ad-footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.ad-footer a { color: #f58220; }
.ad-footer h4 { color: #d8d8d8 !important; font-weight: 600; margin-bottom: 10px; }
.ad-footer-tight { margin: 0 0 10px 0; line-height: 1.45; }

/* =========================
NAVIGATION
========================= */
.ad-nav { text-align: center; }
.ad-nav .et-menu-nav ul li a {
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease;
}
.ad-nav .et-menu-nav ul li a:hover {
	color:#fff !important;
}
.ad-nav li.menu-login a {
  background: #f58220 !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 14px;
}
.ad-nav li.menu-login a:hover { background: #d96e14 !important; }
.ad-nav .et_pb_menu__search-button { 
	color: #ffffff !important; font-size: 18px; margin-left: 30px; opacity: 0.9; 
}
.ad-nav .et_pb_menu__search-button:hover { opacity: 1; }
.ad-nav .et-menu-nav ul li a:after { display: none; }
.ad-nav.et_pb_menu .et-menu>li{
	padding-left: 0;
	padding-right: 0; 
}
.ad-nav.et_pb_menu .et-menu>li.current-menu-item a{
	color:#fff !important;
}
div.et_pb_menu .et_pb_menu__search-input{
	margin-left: 5%;
	padding:8px 15px;
	width: 90%;
	font-size: clamp(16px, 5vw, 20px) !important;
	color:#000;
	border:2px solid #333;
	border-radius: 15px;
}
div.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu{
	background: #fff !important;
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button{
	color:#000 !important;
}
/* =========================
PAGE BACKGROUND
========================= */
body { background: #e5e5e5; }


/* =========================
   AVETMISS Reporting Summary Box
========================= */
.ad-summary-box {
  padding: 30px 25px; /* vertical + side padding */
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* =========================
   Pricing Table Centering
========================= */
.ad-pricing-table-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}

.ad-pricing-table {
  width: auto; /* set to 80% if you want responsive scaling */
  text-align: center;
}

/* =========================
   Bottom CTA Section Full Width &amp; Footer Join
========================= */
.ad-bottom-cta {
  width: 100%;
  background-color: #333; /* dark grey */
  padding: 60px 0;
  margin: 0;
  text-align: center;
  color: #fff;
}

.ad-bottom-cta a.ad-btn {
  margin: 0 10px;
  padding: 15px 25px;
  font-size: 16px;
}

/* ================================
   AVETMISS REPORTING BOX
================================ */
.ad-reporting-box {
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin: 30px auto;
    max-width: 800px;
    line-height: 1.6;
}

/* ================================
   PRICING TABLE
================================ */
.ad-pricing-table-wrapper {
    text-align: center; /* Center table container */
    margin: 30px auto;
}

.ad-pricing-table-wrapper table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.ad-pricing-intro {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

/* ================================
   BOTTOM CTA SECTION
================================ */
.ad-cta-bottom {
    width: 100%;
    background-color: #333333;
    padding: 60px 0;
    color: #ffffff;
    text-align: center;
}

.ad-cta-bottom .ad-btn {
    padding: 16px 32px;
    font-size: 16px;
    margin: 0 10px;
}

/* ================================
   FOOTER
================================ */
footer#main-footer {
    padding-bottom: 40px;
    background-color: #333333;
}

footer#main-footer a {
    color: #ffffff;
}
 
/* ================================
   BODY
================================ */
#et-main-area{
	clear:both;
}