@charset "UTF-8";

/*
Theme Name:talent_driving_academy
Theme URI: https://wordpress.org/themes/talent_driving_academy/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:talent_driving_academy is a blank canvas for your ideas and it talent_driving_academyes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See howtalent_driving_academy elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:talent_driving_academy
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

talent_driving_academy WordPress Theme, (C) 2020 WordPress.org /*
 



/* Banner */

.banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
-webkit-background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
	background-attachment:scroll;
}

.slide.active {
    opacity: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* dark background */
    top: 0;
    left: 0;
}

.content {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    width: 80%;
}
.red-clr{color:red !important;}
.content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}
.page-about-us .page-header {
    display: none;
}

.content p {
    font-size: 1.3rem;
}

/* Arrows */
.navigation span {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 5px 15px;
    transition: 0.3s;
    user-select: none;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.navigation span:hover {
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
}

/* Indicators */
.indicators {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.indicators div {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff80;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.indicators .active {
    background: white;
}

.overlay-enq{    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    left: 0;
    z-index: 0;
}

.enq-sec-row{position: sticky;
    z-index: 1;}
    
    .enq-sec-row .contact-card {
    width: 100%;
    max-width: 600px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    color: #1a1a1a;
}

.enq-sec-row .contact-card h2 {
    margin-bottom: 25px;
    font-size: 22px;
}

.enq-sec-row .contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.enq-sec-row .icon-box {
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0161B3;
}

.enq-sec-row .contact-row h4 {
    margin: 0;
    font-size: 1.2rem;
	margin-bottom:0.25rem;
}

.enq-sec-row .contact-row p {
    margin: 3px 0;
    color: #1a1a1a;
}

.enq-sec-row .contact-row span {
    font-size: 14px;
    opacity: 0.7;
}

.enq-sec-row hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 25px 0;
}

.enq-sec-row h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.enq-sec-row .hours {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.enq-sec-row .hours .left {
    font-size: 15px;
    color: #2b2b2b;
}
.black-bullet ul i {
   
  font-weight: 900; /* important for solid icons */
  color: #0161B3;
  font-size: 18px;
	padding-right:10px;
}

.enq-sec-row .hours .right {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
}
/* banner end */
.footer-main .flex-row{align-items:flex-start !important;} 
.its-heading .sub-head{    font-size: 2rem;
    font-family: var(--global-font-family);
    font-weight: 700;
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: capitalize;}

.black-bullet div ul li{
	font-weight: 400 !important;
	color:#000 !important;
margin-bottom:10px !important;
}

/* Basic reset for ticker */
.offer-ticker {
  width: 100%;
  overflow: hidden;
  background: #0161B3;; /* subtle gradient — change as needed */
  color: white;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  padding: 8px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Inner scrolling container */
.ticker-inner {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-scroll 10s linear infinite;
  padding-left: 100%; /* start off-screen */
  outline: none;
}

/* Badge */
.offer-badge {
  background: rgba(0,0,0,0.2);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.3px;
}

/* Offer text (the flashing part) */
.offer-text {
  font-weight: 800;
  font-size: 1.05rem;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  animation: pulse 1.1s ease-in-out infinite;
}
/* black-bullet */
.black-bullet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-menu a{ white-space:normal !important; }
.black-bullet ul li {
  position: relative;
  margin-bottom: 20px;
	
}


body #content .cont-detail {
  margin: 2rem 0 !important;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  padding: 2rem;
}

body #content .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .cont-detail .contact-icon > div {
  background: #F5F0DE;
  border-radius: 1rem;
}

body #content .cont-detail .cont-link .sub-head {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1F1F1F;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

body #content .cont-detail .cont-link p {
  font-size: 1.1rem;
  color: #666666;
  opacity: 0.8;
}

body #content .cont-detail .cont-link p a {
	word-wrap:break-word;
  color: #666666;
}

body #content .cont-detail .cont-link p a:hover {
  text-decoration: underline;
}


body #content .social-raw ul.social-links {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	flex-wrap:wrap;
}

body #content .social-raw ul.social-links li a {
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.2rem;
  padding: 0.5rem;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background: #F5F5F5;
}

body #content .social-raw ul.social-links li a:hover {
  color: #fff;
  background: #0161B3;
}

body #content .social-raw ul.social-links li a:hover i {
  color: #fff;
}

body #content .social-raw ul.social-links li a i {
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}



body #content .home-services-sec .home-services-row .team  {
    padding: 1rem !important;

/* CTA */
.offer-cta {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(0,0,0,0.15);
  cursor: pointer;
}
.footer-main > .container > .flex-row{align-items:stretch !important;}
.footer-main iframe {height:100%;}
/* Pause on hover/focus for accessibility */
.offer-ticker:hover .ticker-inner,
.ticker-inner:focus {
  animation-play-state: paused;
}

/* Scrolling keyframes */
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Flash/pulse keyframes */
@keyframes pulse {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: 0.25; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1); }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .ticker-inner { animation: none; transform: translateX(0); }
  .offer-text { animation: none; opacity: 1; }
}

/* Responsive tweaks */
@media (max-width: 520px) {
  .offer-text { font-size: 0.98rem; }
  .offer-cta { display: none; } /* hide CTA on very small screens if needed */
}

