@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 /*
 

*/
#masthead{
	background: url(https://zee-developers.co.uk/wp-content/uploads/2026/02/network-mesh-wire-digital-technology-background.png) no-repeat;
    background-size: cover;
}
body #content .cont-detail {
  margin: 2rem 0 !important;
  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;
}
.txt{
	text-align:justify;
}
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;
}

.black-bullet ul{ list-style-type: none;margin-bottom:10px; }
.black-bullet ul i
 {
    font-weight: 900;
    color: #0161B3;
    font-size: 18px;
    padding-right: 10px;
	
}

/* .card .vc_column-inner  {
	    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
} */


.card .vc_column-inner > .wpb_wrapper{
  position: relative;
  border-radius: 14px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  overflow: hidden;
		background: #ffffff5e;

}

/* glow layer */
.card .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(13,110,253,0.5),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* hover animation */
.card .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/* activate glow */
.card .vc_column-inner > .wpb_wrapper:hover::before {
  opacity: 1;
  animation: glowMove 2s linear infinite;
}
.head-img-size img{max-width:400px;     border: 1px solid #000;
    padding: 5px; background:#fff;}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.head-img-size img{    position: absolute;
    top: -179px; right:0}
.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.3)
);
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

