/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.header_sticky.head_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    animation: headerSlideIn 0.3s ease;
}

@keyframes headerSlideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@media only screen and (max-width:800px) 
{
   .car-slider .car {
    width: 342px;
    left: 17% !important;
    bottom: 100px !important;
}
.car-slider .wheel {
    width: 123px;
    left: 25% !important; 
    bottom: 107px !important;
}
}
@media only screen and (max-width: 600px) 
{
.single-testimonial-style1__bottom {
  
    display: inline-block !important;
    align-items: center;
    padding: 20px !important;
}
	.city_tab__active {
  
    display: none !important;
}
	.single-testimonial-style1__text {
 
    padding-left: 0 !important;
}
	.pricing-block-one.active-block {
    margin-top: 0 !important;
}
	.instructor-tab-list {
    float: left;
    margin-top: 20px !important;
}

	.instructor-tab-list li {
    
    margin-right: 10px !important;
    padding-bottom: 12px !important;
    width: 22% !important;
    margin: auto !important;
}
	.pricing-block-one
	{
		margin-bottom:20px
	}
	.highlights-style-two .single-item {

    padding: 10px !important;
    margin-bottom: 10px  !important;
    clip-path: unset !important;
}
	.city_tab__top {

    overflow-x: auto;
}
	.dride-arrow
	{
		display:none !important;
	}
	.carObj {
 
    width: 60% !important;
		    bottom: 52px !important;
   
}
	.wheel_car1, .wheel_car2
	{
		display:none !important;
	}
	.car-slider .car {
    width: 342px !important;
    left: 0  !important;
    bottom: 120px !important;
}
	.car-slider .wheel {
    width: 123px;
    left: 59px  !important;
    bottom: 130px !important;
}
.year-counter
	{
		display:none !important;
	}
	.about-style1-total-leaners {
    position: relative !important;
    
    max-width: 200px;
		    bottom: 0 !important;
}
	.contact-number {
    margin: auto;
    text-align: center;
}
	
.sec-title h2 {
    font-size: 35px;
    
}
	.courses-style1-img-outer__left {

    padding: 0 !important;
   
}
	.courses-style1-img-outer {
   
    padding-right: unset !important;
}
	.courses-style1__img .price-box {
    display: none;
 
}
	.courses-style1__content .text-box
	{
		padding-top:0 !important
	}
.courses-style1__tab .tabs-content-box
	{
		padding-top:20px;
	}
	.courses-style1-img-outer__left ul li {
 
    display: contents !important;
   
}
	.courses-style1-img-outer__right {
    display: none;
}
}

.pum-container, .pum-content {
    max-width: 100%;
    overflow-x: hidden;
}


/* 1 section */

.main-slider-two {
  position: relative;
}

.main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.main-slider-two__carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
  max-width: 1170px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 164px;
  padding: 0;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 1199px) {
  .main-slider-two__carousel .owl-dots {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__carousel .owl-dots {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__carousel .owl-dots {
    bottom: 25px;
    max-width: 100%;
    left: 15px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
}

.main-slider-two__carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: RGBA(var(--drivschol-heading-text-rgb, 17, 17, 23), 0.2);
  border: 1px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span,
.main-slider-two__carousel .owl-dots .owl-dot.active span {
  border-color: var(--drivschol-primary, #EC2526);
  background-color: transparent;
}

.main-slider-two__item {
  background-color: var(--drivschol-white, #fff);
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 250px;
}

@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}
.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}

.main-slider-two__layer {
  position: absolute;
  right: -7px;
  top: 0px;
  overflow: hidden;
  width: 55%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
}

@media (max-width: 1199px) {
  .main-slider-two__layer {
    display: none;
  }
}
.main-slider-two__layer img {
  max-width: 100%;
  height: auto;
  animation: top-bottom 3s linear 0s infinite;
}

.main-slider-two__layer__shape {
  position: absolute;
  right: 0;
  top: 30px;
  width: auto !important;
  animation: none;
}

.main-slider-two__layer-two {
  position: absolute;
  right: 70px;
  bottom: -34px;
  overflow: hidden;
  width: 53.4%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatey(50%) scaley(2);
  filter: blur(10px);
}

@media (max-width: 1500px) {
  .main-slider-two__layer-two {
    bottom: 35px;
  }
}

.main-slider-two__layer-two img {
  max-width: 100%;
  height: auto;
  animation: shapeMove 4s linear 0s infinite;
}

.main-slider-two__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.main-slider-two__sub-title {
  color: var(--drivschol-text, #6D7076);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 33px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
}

.main-slider-two__sub-title span {
  display: inline-block;
  position: relative;
}

.main-slider-two__sub-title span::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: var(--drivschol-primary, #EC2526);
  content: "";
  animation: borderHv 3s infinite;
}

@keyframes borderHv {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .main-slider-two__sub-title {
    font-size: 17px;
    margin: 0 0 23px;
  }
}
.main-slider-two__title {
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: -3.2px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  margin: 0 0 33px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1.2px;
  }
}
.main-slider-two__title__image {
  display: block;
  width: 290px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  right: -27px;
}

@media (max-width: 767px) {
  .main-slider-two__title__image {
    display: none;
  }
}
.main-slider-two__title__image img {
  animation: smartMove2 3s infinite;
  width: 100% !important;
}

@keyframes smartMove2 {
  0% {
    max-width: 0;
  }
  15% {
    max-width: 290px;
  }
  85% {
    opacity: 1;
  }
  90% {
    max-width: 290px;
    opacity: 0;
  }
  100% {
    max-width: 0;
    opacity: 0;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  overflow: hidden;
}

.main-slider-two__btn .drivschol-btn {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-two .active .main-slider-two__layer {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1400ms;
}

.main-slider-two .active .main-slider-two__layer-two {
  opacity: 1;
  transform: translatey(0) scaley(1);
  filter: blur(0);
  transition-delay: 1800ms;
}

.main-slider-two .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}

.main-slider-two .active .main-slider-two__btn .drivschol-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}
.drivschol-btn
{
	background:#c61d1b;
	padding:10px 20px;
	color:#fff;
	border-radius:5px;
}

/* 2 section */
.car-slider .car {
    width: 342px;
    left: 503px;
    bottom: 76px;
}
.car-slider .wheel {
    width: 123px;
    left: 563px;
    bottom: 86px;
}
.car-slider .wheel img {
    width: 47px;
}
.car-slider .front {
    left: 185px;
}
.car-slider .city {
    height: 900px;
    width: 500%;
    position: absolute;
    bottom: 95px;
    background-image: url(https://elementor.zozothemes.com/tain/wp-content/themes/tain/assets/images/city1.png);
    z-index: 0;
    animation: city 20s linear infinite;
}

.road {
    height: 70px;
    width: 800%;
    position: absolute;
    bottom: 0;
    background-image: url(https://elementor.zozothemes.com/tain/wp-content/themes/tain/assets/images/road.jpg);
    animation: road 8s linear infinite;
    z-index: 1;
}
@keyframes road {
    100% {
        transform: translateX(-3100px);
    }
}
.city {
    height: 200px;
    width: 500%;
    position: absolute;
    bottom: 70px;
    background-image: url(https://elementor.zozothemes.com/tain/wp-content/themes/tain/assets/images/city.png);
    z-index: 1;
    animation: city 20s linear infinite;
}
@keyframes city {
    100% {
        transform: translateX(-1400px);
    }
}
.car {
    width: 231px;
    z-index: 2;
    position: absolute;
    left: 103px;
    bottom: 36px;
}
.car img {
    width: 110%;
}
.wheel {
    width: 39px;
    z-index: 4;
    position: absolute;
    left: 139px;
    bottom: 39px;
}
.wheel img {
    width: 35px;
    animation: wheel 1s linear infinite;
}
@keyframes wheel {
    100% {
        transform: rotate(360deg);
    }
}
.front {
    left: 129px;
    z-index: 4;
    position: absolute;
    bottom: 0;
}
/* 3 section */
.funfact-three__item {
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  border: 9px solid var(--drivschol-border-color4, #D61819);
}

.funfact-three__item__icon {
  width: 118.564px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--drivschol-border-color4, #D61819);
  transition: all 0.4s ease-in-out;
}

.funfact-three__item__icon i {
  font-size: 60px;
  color: var(--drivschol-white, #fff);
}

.funfact-three__item__content {
  padding: 14px 0px 12px 0px;
  text-align: center;
}

.funfact-three__item__content__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--drivschol-white, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: -4px;
}

.funfact-three__item__content__text {
  color: var(--drivschol-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.funfact-three__item:hover {
  border: 9px solid var(--drivschol-black2, #111117);
}

.funfact-three__item:hover .funfact-three__item__icon {
  background-color: var(--drivschol-black2, #111117);
}

/* 4 section */
.img-box1 img
{
	border-radius:10px
}
.img-box1 {
    position: relative;
    z-index: 2;
    padding-bottom: 105px;
}

.img-box1:before {
    content: '';
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 195px;
    width: 444px;
    max-width: 100%;
    -webkit-clip-path: path("M270 0H444L175 195H0L270 0Z");
    clip-path: path("M270 0H444L175 195H0L270 0Z");
    z-index: -1;
}
.img-box1 .img1 {
    display: inline-block;
    position: relative;
    z-index: 2;
	max-width:75%;

}
.img-box1 .img2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 3;
		max-width:50%
}
.img-box1 .year-counter-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background-color:#f7f7f7;
    -webkit-clip-path: path("M325 0V140L195 235H0L325 0Z");
    clip-path: path("M325 0V140L195 235H0L325 0Z");
    height: 235px;
    width: 325px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}
.year-counter {
    max-width: 135px;
    text-align: center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    padding-top: 6px;
}
.year-counter_number {
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 46px;
    padding-left: 5px;
}
.course-feature_title, .testi-box_name, .counter-number, .counter-card_number .counter-number {
    font-weight: 700 !important;
}
.about-style1-img {
    position: relative;
    display: block;
    margin-right: 30px;
}
.about-style1-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 160px;
}
.about-style1-total-leaners {
    position: absolute;
    left: 40px;
    bottom: 55px;
    border-radius: 4px;
    background-color:#fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding:10px;
    z-index: 3;
}
.about-style1-img-link {
    position: relative;
    display: block;
}
.about-style1-img-link li {
    position: relative;
    display: block;
    float: left;
}

.about-style1-total-leaners .title {
    position: relative;
    display: block;
    padding-top: 12px;
}
.about-style1-experience {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-radius: 4px;
    background-color: var(--thm-white);
    background-image: -moz-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgb(255, 255, 255) 100%);
    padding: 40px 22px 0px;
    padding-right: 19px;
}
.about-style1-experience .title {
    position: relative;
    display: block;
    margin: 0px 0px 20px;
}
.about-style1-experience .title .h1 {
    font-size: 72px;
    line-height: 1.1em;
}
.about-style1-img-link li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--thm-white);
}
.about-style1-img-link li .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--thm-white);
    background-color:#df090c;
    color:#fff;
    font-size: 25px;
    transition: background-color 0.5s 
ease;
    transition: all 0.5s 
ease;
}
.about-style1-img-link li+li {
    margin-left: -10px;
}
.contact-number a {
    position: relative;
    display: inline-block;
    border: 2px solid #d01c18;
    padding: 3px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 30px;
    transition: .5s;
}
.contact-number a:hover{
	background-color:#d01c18;
	color:#fff;
}
.contact-number a {
    color:#d01c18;
}
.contact-number a i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    transition: .5s;
	background-color:#d01c18;
}

/*================================
    Courses Style1 Css
================================*/
/*================================
    Courses Style1 Css
================================*/


.courses-style1__content {
    position: relative;
    display: block;
    margin-right: 30px;
}

.courses-style1__content .sec-title {
    padding-bottom: 33px;
}

.courses-style1__tab-btn {
    position: relative;
    display: block;
}

.courses-style1__tab-btn ul {
    position: relative;
    display: block;
	padding-left:0
}

.courses-style1__tab-btn ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #d6ddda;
    padding-bottom: 13px;
    margin-bottom: 13px;

}

.courses-style1__tab-btn ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 21px;
    width: 4px;
    height: 36px;
    opacity: 0;
    border-radius: 4px;
    transform: translateY(10px);
    background-color: #04bf61;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.courses-style1__tab-btn ul li:hover::before,
.courses-style1__tab-btn ul li.active-btn-item::before {
    opacity: 1;
    transform: translateY(0px);
}

.courses-style1__tab-btn ul li:last-child {
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
}

.courses-style1__tab-btn ul li h4 {
    color: #97a69e;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-style1__tab-btn ul li:hover h4,
.courses-style1__tab-btn ul li.active-btn-item h4 {
    color:#000;
}

.courses-style1__content .text-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.courses-style1__content .text-box p {
    margin: 0;
}

.courses-style1__content .btn-box {
    position: relative;
    display: block;
    margin-top: 9px;
}

.courses-style1__content .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-style1__content .btn-box a:hover {
    color: #04bf61;
}

.courses-style1__content .btn-box a i {
    font-size: 16px;
    margin-right: 4px;
}

.courses-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.courses-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.courses-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.courses-style1__tab .tab-content-box-item .courses-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.courses-style1__tab .tab-content-box-item.tab-content-box-item-active .courses-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.courses-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.courses-style1__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.courses-style1__img img {
    width: 100%;
}

.courses-style1__img-overlay-title {
    position: absolute;
    left: 39px;
    bottom: 31px;
    z-index: 3;
}

.courses-style1__img-overlay-title h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.courses-style1__img-overlay-title h3 a {
    color: #fff;
}

.courses-style1__img-overlay-title h3 a:hover {
    color: #04bf61;
}

.courses-style1__img .price-box {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px 0px 0px 0px;
    background-color:#fff;
    padding: 5px 25px 6px;
    width: 200px;
    z-index: 3;
}

.courses-style1__img .price-box h3 {
    font-size: 30px;
    line-height: 40px;
}

.courses-style1__img .price-box h3 sup {
    font-size: 18px;
    line-height: 20px;
    top: -6px;
    margin-right: 5px;
}

.courses-style1__img .price-box h3 sub {
    font-size: 14px;
    line-height: 20px;
    bottom: 1px;
    margin-left: 5px;
}



.courses-style1-img-outer {
    position: relative;
    display: flex;
    padding-right: 200px;
}

.courses-style1-img-outer__left {
    position: relative;
    display: block;
    overflow: hidden;
    background-color:#fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius:10px;
    padding:20px;
    width: 100%;
}

.courses-style1-img-outer__left ul {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style1-img-outer__left ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style1-img-outer__left ul li+li {
    margin-left: 130px;
}

.courses-style1-img-outer__left ul li::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -75px;
    bottom: 0;
    width: 5px;
    height: 120px;
    background-color: #f0f7f3;
    transform: rotate(25deg);
}

.courses-style1-img-outer__left ul li:last-child::before {
    display: none;
}

.courses-style1-img-outer__left ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f7f3;
}

.courses-style1-img-outer__left ul li .icon i {
    position: relative;
    display: inline-block;
    color: #31c699;
    font-size: 25px;
}

.courses-style1-img-outer__left ul li .text {
    position: relative;
    display: block;
    padding-left: 15px;
}

.courses-style1-img-outer__left ul li .text p {
    margin: 0;
}

.courses-style1-img-outer__left ul li .text p span {
    color: #000;
}

.courses-style1-img-outer__right {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    border-bottom-right-radius: 10px;
    padding: 26px 25px 26px;
    width: 200px;
}

.courses-style1-img-outer__right .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-style1-img-outer__right .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.courses-style1-img-outer__right .btn-box a:hover {
    color: #fff;
    background-color:#31c699;
}

.courses-style1-img-outer__right .btn-box h6 {
    color:#fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 15px;
    flex: 1;
}
.sec-title .sub-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #d01c18;
    padding: 3px 15px 3px;
    z-index: 1;
}
.sec-title h2 {
    font-size: 48px;
    line-height: 1.2em;
    text-transform: none;
	font-weight:700;
}
/*---------------------------------------*/
/*- tt-promo-02 ( Banner with a moving car) -*/
/*---------------------------------------*/
.driving-scene {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* Moving Road Background */
.background_car {
    position: absolute;
    inset: 0;
    background: url('https://smartdata.tonytemplates.com/dricub-driving-school/wp-content/uploads/2017/10/tt-promo-02-moving-bg.jpg') repeat-x center;
    background-size: cover;
    animation: moveRoad 20s linear infinite;
    z-index: 1;
}

/* Moving Road Limiter */
.road_limiter {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('https://smartdata.tonytemplates.com/dricub-driving-school/wp-content/uploads/2017/10/car-limiter.png') repeat-x center;
    background-size: contain;
    animation: moveRoad 30s linear infinite; /* slower speed */
    z-index: 9;
}

/* Car stays centered */
.carObj {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    z-index: 3;
}

/* Car Image */
.car_bottom {
    width: 100%;
    position: relative;
    z-index: 3;
}

/* Wheel Images */
.wheel_car1,
.wheel_car2 {
    position: absolute;
    width: 85px;
    z-index: 9;
}

/* Wheel 1 – clockwise */
.wheel_car1 {
    animation: spinWheelCCW 2s linear infinite;
}

/* Wheel 2 – anticlockwise */
.wheel_car2 {
    animation: spinWheelCCW 2s linear infinite;
}

/* Clockwise rotation */
@keyframes spinWheelCW {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Anti-clockwise rotation */
@keyframes spinWheelCCW {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}


/* Wheel Positions */
.wheel_car1 {
    bottom: 62px;
    left: 121px;
}

.wheel_car2 {
   bottom: 68px;
    right: 116px;
}

/* Road Movement */
@keyframes moveRoad {
    from { background-position-x: 0; }
    to   { background-position-x: 2000px; }
}

/* Wheel Rotation */
@keyframes spinWheel {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
/** highlights-style-two **/

.highlights-style-two{
    position: relative;
   

}

.highlights-style-two .sec-title{
    max-width: 550px;
		color:#fff;
}

.highlights-style-two .sec-title h2{
    margin-bottom: 21px;
}

.highlights-style-two .sec-title p{
    color: #c3c4c8;
}

.highlights-style-two .single-item{
    position: relative;
    display: block;
    background: #fff;
    padding:30px;
    margin-bottom: 30px;
}

.highlights-style-two .single-item .inner{
    position: relative;
    padding-left: 80px;
}

.highlights-style-two .single-item .inner .icon-list{
    position: absolute;
    left: -30px;
    top: 10px;
}

.highlights-style-two .single-item .inner .icon-list li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 60px;

    transition: all 500ms ease;
	color: #c61d1b;
}

.highlights-style-two .single-item .inner h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 11px;
}

.highlights-style-two .single-item .inner h4 a{
    display: inline-block;
    color: #121113;
}

.highlights-style-two .single-item .inner h4 a:hover{

}

.highlights-style-two .single-column:first-child .single-item{
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 65%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.highlights-style-two .single-column:nth-child(2) .single-item{
    clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 100% 100%, 80% 100%, 11% 100%, 0% 65%, 0% 20%);
}

.highlights-style-two .single-column:nth-child(3) .single-item{
    clip-path: polygon(0% 0%, 90% 0%, 100% 36%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}

.highlights-style-two .single-column:last-child .single-item{
    clip-path: polygon(11% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 36%);
}

.highlights-style-two .bg-layer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 61% 0%);
}

.highlights-style-two .shape .shape-1{
    position: absolute;
    left: 0px;
    top: 260px;
    width: 240px;
    height: 359px;
    background-repeat: no-repeat;
}

.highlights-style-two .shape .shape-2{
  position: absolute;
  left: 60%;
  top: 110px;
  width: 137px;
  height: 13px;
  background-repeat: no-repeat;
}


/** pricing-section **/

.pricing-section{
	position: relative;

}

.pricing-block-one .pricing-table{
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}

.pricing-block-one .pricing-table .table-header{
	position: relative;
	display: block;
	padding: 31px 35px 24px 35px;
}

.pricing-block-one .pricing-table .table-header h2{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 43px;
}

.pricing-block-one .pricing-table .table-header h2 .symble{
	position: absolute;
	left: 0px;
	top: -10px;
	font-size: 24px;
}

.pricing-block-one .pricing-table .table-header h2 .text{
	position: absolute;
	top: -12px;
	right: 0px;
	font-size: 26px;
}

.pricing-block-one .pricing-table .table-header h2 .course{
	position: absolute;
	right: -57px;
	bottom: -17px;
	font-size: 14px;
	color: #a6a7ab;
	text-transform: uppercase;
	font-weight: 600;
}

.pricing-block-one .pricing-table .package-box{
	position: relative;
	display: block;
	background: #f6f6f7;
	padding: 16px 40px 15px 40px;
}

.pricing-block-one .pricing-table .package-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 3px;
}

.pricing-block-one .pricing-table .table-content{
	position: relative;
	display: block;
	padding: 20px 40px 40px 40px;
}

.pricing-block-one .pricing-table .feature-list li{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Lexend', sans-serif;
	color: #121113;
	padding: 13px 0px;
	border-bottom: 1px solid #e8eaed;
}

.pricing-block-one .pricing-table .feature-list li span{
	float: right;
	color: #75767b;
	font-family: 'Inter', sans-serif;
}

.pricing-block-one .pricing-table .feature-list li:last-child{
	border-bottom: none !important;
}

.pricing-block-one .pricing-table .feature-list{
	margin-bottom: 20px;
}

.pricing-section .sec-title{
	margin-bottom: 100px;
}

.pricing-block-one.active-block{
	margin-top: -53px;
}

.pricing-block-one.active-block .pricing-table{
	background: #121113;
}

.pricing-block-one.active-block .pricing-table .table-header h2{

}

.pricing-block-one.active-block .pricing-table .table-header h2 .course{

}

.pricing-block-one.active-block .pricing-table .feature-list li{
	color: #fff;
	border-bottom: 1px solid #414142;
}

.pricing-block-one.active-block .pricing-table .feature-list li span{
	color: #fff;
}

.pricing-block-one.active-block .pricing-table .theme-btn{
	background: #fff;
	color: #121113;
}

.pricing-block-one .pricing-table .table-header .popular{
	position: absolute;
	top: 19px;
	right: -39px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	background: #fee100;
	color: #121113;
	padding: 12.5px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 163px;
	transform: rotate(45deg);
}
.theme-btn.btn-two {
    padding: 13px 52px;
}
.theme-btn.btn-two {
    background: #121113;
    color: #fff;
}
.pricing-block-one.active-block h2
{
	color:#fee100
}


/* team css */

   .team-card {
    text-align: left;
    transition: 0.3s;
}

/* Outer hover frame (Blue border on hover) */
.team-frame {
    padding: 10px;
    border-radius: 14px;
    border: 3px solid #e8e8e8;
    position: relative;
    transition: 0.3s;
    background: #fff;
    margin: 10px 10px 30px;
}

/* Back shadow plates */
.team-frame::after,
.team-frame::before {
    content: "";
    position: absolute;
    top: 14px;
    right: -14px;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #e8e8e8;
    transition: 0.3s;
    z-index: -1;
}

/* Back 2nd plate */
.team-frame::before {
    top: 22px;
    right: -22px;
    background: #dedede;
}

/* Hover turns frame blue */
.team-card:hover .team-frame {
    border-color: #0066ff;
}

/* Bring plates closer on hover */
.team-card:hover .team-frame::after {
    top: 8px;
    right: -8px;
}
.team-card:hover .team-frame::before {
    top: 14px;
    right: -14px;
}

/* Image container */
.team-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.team-img-box img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/* Social icons */
.team-social {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.team-social a {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    color: #0066ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
}

.team-social a:hover {
    background: #0066ff;
    color: #fff;
}

/* Slide in on hover */
.team-card:hover .team-social {
    right: 10px;
}

/* Name + title */
.team-position {
    margin-top: 14px;
    display: block;
    color: #0066ff;
    font-size: 14px;
}

.team-name {
    font-size: 22px;
    font-weight: 700;
    margin-top: 4px;
}

/* Owl dots remove */
.owl-dots {
    display: none;
}

/* Responsive */
@media (max-width: 575px) {
    .team-card {
        text-align: center;
    }
}

.play-btn {
    position: absolute;
    top: -100px;
    left: calc(50% - 50px);
    display: inline-block;
    z-index: 1;
}

.play-btn i {
    font-size: 28px;
 
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    background-color: #c61d1b;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    animation: pulse 2.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: pulse 2.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* SMOOTH PULSE */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198,29,27, 0.9);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(198,29,27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(198,29,27, 0);
  }
}


/* review slider css */
.review-slider {
  color: #fff;

}
.review-marquee {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 18px;
  animation: scrollMarquee 45s linear infinite;
}

.review-slider:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Card style */
.review-card {
  background:#000 !important;
  border-radius: 12px;
  padding: 22px;
  width: 280px;
  min-height: 300px;
 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  transition: transform .3s ease, box-shadow .3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
 
}

.top-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #11132a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  flex: 0 0 44px;
}

.avatar.red { background: #8b1b1b; }
.avatar.green { background: #117a3a; }

.name { font-weight: 600; font-size: 16px; color: #fff; flex: 1; }
.fav { color: #06b06b; font-size: 18px; }

.stars { color: #facc15; font-size: 16px; margin-bottom: 10px; }

.review-text {
  
  line-height: 1.45;
  font-size: 14.6px;
  flex-grow: 1;
  margin-bottom: 14px;
}

.review-date {

  font-size: 13px;
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 992px) {
  .review-card { width: 260px; min-height: 320px; }
}

@media (max-width: 576px) {
  .review-card { width: 240px; min-height: 300px; padding: 18px; }
}

/*--------------------------
	5. Instructor Area
--------------------------*/
.instructor-details{}
.instructor-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.instructor-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.instructor-details p {
  margin-bottom: 17px;
}
.instructor-social{}
.instructor-social a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: block;
  float: left;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px;
}
.instructor-social a i {
  display: block;
  font-size: 18px;
  line-height: 33px;
}
.instructor-social a:hover {
  background-color: #dec839;
  border-color: #dec839;
  color: #fff;
}
.instructor-image {
  margin-top: 74px;
}
.instructor-image img {
  width: 100%;
}
/* Instructor Tab List */
.instructor-tab-list {
  float: left;
  margin-top: -127px;
}
.instructor-tab-list li {
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 12px;
  width: 115px;
}
.instructor-tab-list li:last-child {
  margin-right: 0;
}
.instructor-tab-list li a {
  display: block;
  position: relative;
}
.instructor-tab-list li a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.instructor-tab-list li a:hover::before, .instructor-tab-list li.active a::before {
  opacity: 0.5;
}
.instructor-tab-list li a::after {
  background-color: #dddddd;
  border-radius: 50%;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
}
.instructor-tab-list li a:hover::after, .instructor-tab-list li.active a::after {
  opacity: 1;
}
.instructor-tab-list li a img {
  width: 100%;
}


/* service section */
.service-section{
  position: relative;

}

.service-block-one{
  margin-top: 15px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #262427;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  left: 0px;
  top: -13px;
  width: 66px;
  height: 66px;
  background: #121113;
  z-index: 1;
	padding:10px;
}

.service-block-one .inner-box .image-box .icon-box:before{
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  top: 0px;
  right: -26px;
}

.service-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  padding: 30px 40px 28px 30px;
	height:200px
}

.service-block-one .inner-box .lower-content .text h4, .service-block-one .inner-box .lower-content .text h3{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content .text h4 a, .service-block-one .inner-box .lower-content .text h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box .lower-content .text h4 a:hover{

}

.service-block-one .inner-box .lower-content .text p{
  color: #c3c4c8;
}

.service-block-one .inner-box .lower-content .lower-box{
  position: relative;
  display: flex;
  background: #fff;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  transition: all 500ms ease;
	height:40px;
}
.service-block-one .inner-box .lower-content .lower-box ul
{
	margin-bottom:0
}
.service-block-one .inner-box:hover .lower-content .lower-box{
background:#da090c;
	color:#fff !important;
}
.service-block-one .inner-box:hover .lower-content .lower-box a
{
	color:#fff !important;
}
.service-block-one .inner-box .lower-content .lower-box .arrow-icon li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 50px;
  color: #e8eaed;

  transition: all 500ms ease;
	margin-left:-9px
}

.service-block-one .inner-box .lower-content .lower-box .arrow-icon li:first-child{
  margin-left: 0px;
}


.service-block-one .inner-box .lower-content .lower-box .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #121113;
}

.service-block-one .inner-box .lower-content .lower-box .link a i{
  position: relative;
  margin-right: 6px;
  font-size: 18px;
  top: 1px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .lower-box .link a i{
  opacity: 1;
}


.service-section .owl-theme .owl-dots .owl-dot span{
display:none
}


/*** Custom number navigation ***/
.custom-owl-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    margin-top:50px;
}

.custom-owl-nav i{
    font-size:30px;
    color:#4f4d52;
    cursor:pointer;
    transition:0.3s;
}

.custom-owl-nav i:hover{
    color:#e84344;
}

.custom-owl-nav .numbers{
    display:flex;
    align-items:center;
    gap:14px;
    font-family:'Lexend',sans-serif;
    font-size:20px;
}

.custom-owl-nav .numbers .num{
    color:#c3c4c8;
    cursor:pointer;
    transition:0.3s;
}

.custom-owl-nav .numbers .num.active{
    color:#ffd600;
    font-weight:600;
}

.custom-owl-nav .dot{
    color:#4f4d52;
    font-size:22px;
    margin-top:-3px;
}
.link_box {
    background: #df2a2d;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}
.link_box .content_linkin {
    width: 85%;
    float: left;
    padding: 18px 0;
    position: relative;
}
.link_box .content_linkin i {
    display: block;
    font-size: 48px;
    margin-bottom: 8px;
}
.link_box .content_linkin span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.link_box .arrow {
    width: 15%;
    background:#000000;
    color: #222;
    float: left;
    height: 125px;
    line-height: 120px;
    font-size: 20px;
}
.link_box .arrow a {
    display: inline-block;
    width: 100%;
    height: 100%;
	color:#fff
}


.dride-blog-card {
    background: #fff;
	margin:10px
}

.dride-blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
	border-radius:10px;
	z-index:1;
}

.dride-blog-content {
    padding: 25px;
	    background: #fff;
    border-radius: 18px;
    overflow: hidden;
   box-shadow: rgba(182, 182, 182, 0.15) 0px 6px 20px;
    margin: 15px;
	margin-top:-20px;
	z-index:999;
	position:relative;
}

.dride-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.dride-title  {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height:26px;
}
.dride-title  a
{
	color:#000;
}
.dride-line {
    height: 1px;
    background: #000 !important;
    border: none;
    margin: 15px 0 !important;
}

.dride-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline !important;
    letter-spacing: .5px;

}

/* Owl Carousel Navigation Buttons */
.blog_arrow .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}

/* Left arrow */
.blog_arrow .owl-nav button.owl-prev {
  position: absolute;
  left: -20px; /* desktop distance */
  transform: translateY(-50%);
}

/* Right arrow */
.blog_arrow .owl-nav button.owl-next {
  position: absolute;
  right: -20px; /* desktop distance */
  transform: translateY(-50%);
}

/* Arrow button styles */
.blog_arrow .owl-nav button {
  background: #fff !important;
  border: 1px solid #df090c !important;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.blog_arrow .owl-nav button:hover {
  background: #df090c !important;
  color: #fff;
  transform: scale(1.1);
}

/* Angled arrow pseudo-elements */
.blog_arrow .owl-nav button.owl-prev::before,
.blog_arrow .owl-nav button.owl-next::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.blog_arrow .owl-nav button.owl-prev::before {
  transform: rotate(-135deg);
}

.blog_arrow .owl-nav button.owl-next::before {
  transform: rotate(45deg);
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .blog_arrow .owl-nav button.owl-prev {
    left: -10px; /* closer to edge */
    width: 30px;
    height: 30px;
  }

  .blog_arrow .owl-nav button.owl-next {
    right: -10px; /* closer to edge */
    width: 30px;
    height: 30px;
  }

  .blog_arrow .owl-nav button {
    font-size: 16px;
  }

  .blog_arrow .owl-nav button:hover {
    transform: scale(1.05);
  }

  .blog_arrow .owl-nav button.owl-prev::before,
  .blog_arrow .owl-nav button.owl-next::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}


/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
/* Position testimonial arrows at top-right */
.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -60px;       /* Adjust height above slider */
    right: 0;         /* Move to right side */
    display: flex;
    gap: 10px;        /* Space between arrows */
}

/* Style arrow buttons */
.testimonial-style1-carousel.owl-theme .owl-nav button {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 40px;
    transition: 0.3s;
}

/* Hover effect */
.testimonial-style1-carousel.owl-theme .owl-nav button:hover {
    background: #df090c;
    color: #fff;
}

.testimonial-style1 {
    background-image: -moz-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%);
    background-image: -webkit-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 100%, rgb(240, 247, 243) 45%);
    background-image: -ms-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%);
    padding: 120px 0px 120px;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
}

.single-testimonial-style1__inner {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.single-testimonial-style1__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #e2e9e6;
    border-radius: 10px;
    z-index: -1;
}

.single-testimonial-style1__inner::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    background-color: #c4c4c4;
    border-radius: 10px;
    z-index: -2;
}

.single-testimonial-style1__inner .arrow-down {
    position: absolute;
    left: 35px;
    bottom: -45px;
    width: 45px;
    height: 45px;
    background-color:#c4c4c4;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

.single-testimonial-style1__quote {
    position: absolute;
    top: 18px;
    right: 30px;
}

.single-testimonial-style1__top {
    position: relative;
    display: block;
}

.single-testimonial-style1__top .title {
    position: relative;
    display: block;
    padding: 11px 30px 11px;
}

.single-testimonial-style1__top .title h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__inner .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e9e6;
}

.single-testimonial-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px;
}

.single-testimonial-style1__img {
    position: relative;
    display: block;
    max-width: 140px;
    width: 100%;
}

.single-testimonial-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.single-testimonial-style1__img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner::before {
    opacity: 0.5;
}

.single-testimonial-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner img {
    transform: scale(1.05) rotate(0deg);
}

.single-testimonial-style1__img .rating-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 35px;
    background-color: #000;
    height: 70px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.single-testimonial-style1__img .rating-box .icon {
    position: relative;
    display: block;
    margin-bottom: 3px;
    line-height: 0;
}

.single-testimonial-style1__img .rating-box .icon i {
    position: relative;
    display: inline-block;
    color: #df090c;
    font-size: 16px;
    line-height: 16px;
}

.single-testimonial-style1__img .rating-box p {
    color: #fff;
}

.single-testimonial-style1__text {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 30px;
}

.single-testimonial-style1__text p {
    margin: 0;
}

.single-testimonial-style1__leaner-box {
    position: relative;
    display: block;
    padding-left: 105px;
    padding-top: 23px;
}

.single-testimonial-style1__leaner-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__leaner-box h3 span {
    color: #df090c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.testimonial-style1 .section-btn {
    margin-top: 52px;
}


.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}





.testimonial-style1--1 {
    background-image: none;
    background-image: none;
    background-image: none;
}


/* city tab css */
.city_tab {
  width: 100%;
}

/* Top Tabs */
.city_tab__top {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #ddd;
  display: flex;
  gap: 20px;
}

.city_tab__top li {
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
  color: #444;
}
.city_tab__list
{

	border-bottom:2px solid #ddd;
	margin:20px 0
}
.city_tab__top li.active {
  font-weight: 700;
  color: #000;
}

/* Indicator */
.city_tab__line {
  position: relative;
  width: 100%;
}

.city_tab__active {
  position: absolute;
  bottom: 5px;
  height: 3px;
  width: 0;
  background: #df090c;
  transition: 0.3s ease;
}

/* Panels */
.city_tab__list > div {
  display: none;
}

.city_tab__list > div.active {
  display: block;
}

.city_tab__list ul {
  padding: 0;
  list-style: none;
  column-count: 2;
}
.city_tab__list ul li
{
    margin-bottom: 4px;
}


/* form css */
/* Rounded inputs and spacing */
.app_form .wpcf7-form-control {
    border-radius: 50px ;
    padding: 12px 20px ;
    border: 1px solid #e0e0e0 ;
       box-shadow: 0 9px 24px 0 rgba(26, 47, 106, .05);
}

/* Bootstrap button style override */
.app_form .wpcf7-submit.btn {
    background-color: #43d1a0 ; /* match green button */
    color: #fff ;
    border-radius: 50px ;
    padding: 10px 30px ;
    font-weight: 500;
    transition: 0.3s;
    border: none ;
}

.app_form .wpcf7-submit.btn:hover {
    background-color: #36b88c ;
    color: #fff ;
}

/* Optional: Remove default CF7 margins */
.app_form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

/* Calendar icon alignment */
.app_form .wpcf7-form-control[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(0.5);
}
@media (max-width: 768px) {
    .carousel-caption .d-flex {
/*         flex-direction: column;
        gap: 10px !important; */
    }

    .carousel-caption .d-flex a {
        padding:10px;
        text-align: center;
		font-size: 14px;
    }
	.carousel-item
	{
		    height: 70vh !important;
    min-height: 431px !important;
	}
}


