/*
 Theme Name:     TRoo Taxi Cab Service - Divi Child Theme
 Theme URI:      https://troocabsdivi.troothemes.com/
 Description:    A modern and fully responsive Divi child theme designed for cab services, taxi booking, and ride-hailing businesses. Features include pre-designed service pages, booking forms, user-friendly navigation, and seamless customization with Divi Builder. Optimized for performance and SEO-friendly.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.0.0
*/


 
/* Theme customization starts here */

body{
	overflow-x: hidden !important;
}


/*------ Root Color ------*/
:root{
	--color1: #F9ABB3;
	--color2: #355C7D;
	--color3: #484848;
}

/*------ Common CSS ------*/
body {
	overflow-x: hidden;
}

.pet_blurb_icon .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color2);
}

.pet_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	flex: 1;
	word-wrap: anywhere;
}

.pet_social li a.icon:before{
	color: var(--color3);
}

.et-db #et-boc .et-l .pet_blurb .et_pb_main_blurb_image .et_pb_image_wrap{
	width: auto !important;
}

.pet_heading h1,
.pet_heroheading h1,
.pet_heading h2,
.pet_heading h3,
.pet_heading h4,
.pet_heading h5,
.pet_heading h6 {
	padding-bottom: 0 !important;
	font-weight: 400 !important;
}

.pet_space h1,
.pet_space h2,
.pet_space h3,
.pet_space h4,
.pet_space h5,
.pet_space h6 {
	padding-bottom: 10px !important;
}

.pet_heading h1 {
	font-size: 40px !important;
	line-height: 50px !important;
	color: var(--color2) !important;
}

.pet_heroheading h1 {
	font-size: 70px !important;
	line-height: 80px !important;
	color: var(--color2) !important;
}

.pet_innerheading h1 {
	font-size: 70px !important;
	line-height: 80px !important;
	color: var(--color2) !important;
}

.pet_heading h2 {
	font-size: 36px !important;
	line-height: 46px !important;
	color: var(--color2) !important;
}

.pet_heading h3 {
	font-size: 24px !important;
	line-height: 34px !important;
	color: var(--color3) !important;
}

.pet_heading h4 {
	font-size: 20px !important;
	line-height: 30px !important;
	color: var(--color3) !important;
}

.pet_heading h5 {
	font-size: 16px !important;
	line-height: 26px !important;
	color: var(--color3) !important;
}

.pet_heading h6 {
	font-size: 14px !important;
	line-height: 24px !important;
	color: var(--color3) !important;
}

@media only screen and (max-width: 980px){
	.pet_heroheading h1 {
	font-size: 50px !important;
	line-height: 60px !important;
	color: var(--color2) !important;
}

.pet_innerheading h1 {
	font-size: 50px !important;
	line-height: 60px !important;
	color: var(--color2) !important;
}
}

@media only screen and (max-width: 767px) {
	.pet_heading h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		color: var(--color2) !important;
	}

	.pet_heroheading h1 {
		font-size: 40px !important;
		line-height: 50px !important;
		color: var(--color2) !important;
	}
	
	.pet_innerheading h1 {
	font-size: 30px !important;
	line-height: 40px !important;
	color: var(--color2) !important;
}

	.pet_heading h2 {
		font-size: 30px !important;
		line-height: 40px !important;
		color: var(--color2) !important;
	}
}

/* ------ Footer ------ */
.et-db #et-boc .et-l .pet_footer_blurb .et_pb_main_blurb_image .et_pb_image_wrap{
	width: auto !important;
}

.pet_footer_company a{
	color: var(--color1);
}

/* ------ Hero ------ */
.pethero_image img{
	    mask-image: url(http://pet.local/wp-content/uploads/2025/05/Group-1.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.pethero_buttonimage:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/05/Group-1-1.png);
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}

.pethero_buttonimage img{
	-webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* ------ About ------ */
/*Video Popup*/

body:not(.et-fb) .dl-popup-wrapper {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
  opacity: 0;
  visibility: hidden;
}

body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-popup-inside {
  height: 100%;
}

body.dl-noscroll {
  overflow: hidden;
}

.troo-popup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.troo-popup-section .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

.et_builder_inner_content.popup-is-visible {
  z-index: 99999;
}

.popup-close {
  cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
  animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
  animation-delay: 0.5s;
}

@keyframes scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
  background: var(--color1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  border-radius: 50%;
}

.petabout_tab .et_pb_tabs_controls, .petabout_tab .et_pb_all_tabs{
	background: transparent;
}

.petabout_tab .et_pb_tab{
	padding: 0;
    padding-top: 20px;
}

.petabout_tab ul.et_pb_tabs_controls:after{
	opacity: 0;
}

.petabout_tab .et_pb_tabs_controls li{
	border: 0;
}

.petabout_tab .et_pb_tabs_controls li.et_pb_tab_active{
	border-bottom: 1px solid var(--color1);
}

.petabout_tab .et_pb_tabs_controls li a{
	padding: 12px 30px;
	color: var(--color3) !important;
}

.petabout_tab .et_pb_tabs_controls li.et_pb_tab_active a{
	color: var(--color1) !important;
}

.petabout_tab .et_pb_tab_content{
	color: var(--color3) !important;
}

.petabout_number .percent-value, .petabout_number .percent-sign{
	color: var(--color1);
}

/* ------ Services ------ */
.et-db #et-boc .et-l #et-fb-app .petservice_section_slider.et_pb_column{
	display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
}

.petservice_section_slider .slick-list {
  padding: 0 !important;
  overflow: hidden;
}

.petservice_section_slider .slick-track {
  display: flex;
  overflow: hidden;
  gap: 30px;
}

.petservice_section_slider .slick-arrow {
	position: absolute;
    top: -104px;
    right: 1vw;
    height: 50px;
    width: 80px;
    font-size: 0;
    border: 0;
    background: rgba(0, 160, 211, 0.2);
    padding: 0;
    z-index: 9;
    transition: all .5s ease;
    cursor: pointer;
    border-radius: 25px;
}

.petservice_section_slider .slick-arrow:hover{
	background: var(--color1);
}

.petservice_section_slider .slick-arrow.slick-prev {
	right:110px;
	left: auto;
}

.petservice_section_slider .slick-arrow:before{
	content:'\24';
	font-family:ETmodules;
	color:var(--color1);
	font-size: 30px;
	transition: all .5s ease;
}

.petservice_section_slider .slick-arrow:hover:before{
	color:#ffffff;
}

.petservice_section_slider .slick-arrow.slick-prev:before {
	content:'\23';
}

.pet_service_blurb .et_pb_main_blurb_image, .pet_service_blurb .et_pb_main_blurb_image img{
	border-radius: 200px 200px 0 0;
}

.pet_service_blurb .et_pb_blurb_description .button a{
	    width: 50px;
    height: 50px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 20px;
	transform: scale(0);
	transition: all 0.5s ease;
}

.pet_service_blurb:hover .et_pb_blurb_description .button a{
	transform: scale(1);
}

.pet_service_blurb .et_pb_blurb_description .button a:before{
	    content: "\35";
    font-family: ETmodules;
    color: #fff;
    font-size: 25px;
}

/* ------ Service Center ------ */
.pet_why_section .et_pb_row{
	display: flex;
	align-items: center;
}

.pet_why_number .percent-value{
	font-weight: 700;
	color: var(--color2);
}

/* ------ Person ------ */
.pet_person.et_pb_team_member .et_pb_team_member_image{
	position: relative;
}

.pet_person.et_pb_team_member .et_pb_team_member_image:before{
	content: "\35";
    font-family: ETmodules;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    z-index: 1;
	opacity: 0;
}

.pet_person.et_pb_team_member:hover .et_pb_team_member_image:before{
	opacity: 1;
}

.pet_person.et_pb_team_member .et_pb_team_member_image img{
	border-radius: 200px 200px 0 0;
	width: 100% !important;
    max-width: 100% !important;
	transition: all 0.5s ease;
}

.pet_person.et_pb_team_member:hover .et_pb_team_member_image img{
	opacity: 0.5;
}

/* Testimonial Section */
.pet_testimonial .pet_testimonial_box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.pet_testimonial .et_pb_testimonial_portrait {
    margin: 0;
}

.pet_testimonial .et_pb_testimonial_author {
    padding: 0 0 10px 0 !important;
}

.pet_testimonial p {
    padding: 0 !important;
}

/* Testimonial Section */
.pet_testimonial .pet_testimonial_box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.pet_testimonial .et_pb_testimonial_portrait {
    margin: 0;
}

.pet_testimonial .et_pb_testimonial_author {
    padding: 0 0 10px 0 !important;
}

.pet_testimonial p {
    padding: 0 !important;
}

.et-db #et-boc .et-l #et-fb-app .pet_testimonial_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pet_testimonial_slider .slick-list {
    overflow: hidden;
}

.pet_testimonial_slider .slick-track {
    display: flex;
    gap: 30px;
    padding: 0 0 100px 0;
}

.pet_testimonial_slider .slick-arrow {
    width: 79px;
    height: 50px;
    position: absolute;
    right: 95px;
    left: 0px;
    bottom: 0px;
    border: 0;
    border-radius: 25px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: hsl(from var(--color1) h s l / 0.2);
    margin: auto;
    transition: all .5s ease;
	top: auto;
	z-index: 1;
}

.pet_testimonial_slider .slick-arrow.slick-next {
    right: 0px;
    left: 95px;
}

.pet_testimonial_slider .slick-arrow:before{
	display: none;
}

.pet_testimonial_slider .slick-arrow:after {
    content: '\23';
    font-family: ETmodules;
    color: var(--color1);
    font-size: 28px;
    width: 79px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    z-index: 1;
    position: relative;
}

.pet_testimonial_slider .slick-arrow.slick-next:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.pet_testimonial_slider .slick-arrow:hover,
.pet_testimonial_slider .slick-arrow.slick-disabled:hover {
    background: var(--color1);
    color: #fff !important;
}

.pet_testimonial_slider .slick-arrow:hover:after,
.pet_testimonial_slider .slick-arrow.slick-disabled:hover:after {
    color: #fff;
}

/* Pricing Section */
.pet_pricing_box .et_pb_pricing_table,
.pet_pricing_box .pet_pricing_top_box {
    display: flex;
    flex-direction: column;
    order: 1;
}

.pet_pricing_box .et_pb_pricing_content {
    order: 3;
}

.pet_pricing_box .et_pb_pricing_content ul li span:before {
    content: none;
}

.pet_pricing_box .et_pb_pricing_content ul li span:before {
    content: '\39';
    font-family: ETmodules;
    border: 0;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.pet_pricing_box .et_pb_button_wrapper {
    order: 2;
	padding: 0;
}

.pet_pricing_box .et_pb_et_price .et_pb_sum{
	color: var(--color1);
}

.pet_pricing_box .et_pb_pricing{
	display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ------ Contact ------ */
.pet_contact .et_pb_contact_form_label {
    display: block;
    padding-bottom: 10px;
    color: var(--color3);
}

/* ------ FAQs ------ */
.pet_faqs.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title{
	background: var(--color1) !important;
	color: #fff !important;
}

.pet_faqs.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before{
	display: block !important;
	visibility: visible !important;
	transform: translateY(-50%) rotate(180deg);
	color: #fff !important;
}

/* Blog Section */
.pet_blog_grid_1 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .pet_blog_grid_1>div {
	grid-template-columns: repeat(1, 1fr);
	display: grid;
  gap: 50px;
}

.pet_blog.col3 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .pet_blog>div {
	grid-template-columns: repeat(3, 1fr);
	display: grid;
  gap: 50px;
}

.pet_blog .post {
	padding: 0px;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.pet_blog .post .entry-featured-image-url img{
	margin-bottom: 0;
}

.pet_blog .post .entry-title {
	height: -webkit-fill-available;
}

.pet_blog .post .pet_blog_published_content {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-direction: row-reverse;
	width: fit-content;
	padding: 0px;
	margin: 0 0 15px 0;
	order: 1;
}

.pet_blog .post .published {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--color3);
	padding-left: 25px;
	position: relative;
}

.pet_blog .post .published:before {
	content: '\e023';
	position: absolute;
	font-family: 'ETMODULES';
	left: 0;
}

.pet_blog .post .pet_blog_published_content .post-meta {
	padding: 0 0 0 15px;
	border-left: 1px solid hsl(from var(--color3) h s l / 0.2);
}

.pet_blog .post .pet_blog_published_content .post-meta a {
	color: var(--color3);
}

.pet_blog .post .post-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	order: 4;
	gap: 15px;
}

.pet_blog .post .post-content .more-link:after {
	content: '\26';
	font-family: 'ETMODULES';
}

.pet_blog .post .post-content .author {
	text-transform: capitalize;
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--color3);
}

.pet_blog .post .post-content .author a {
	color: var(--color3);
}

.pet_blog .post .post-content .author:before {
	content: '\e08a';
	font-family: 'ETMODULES';
}

.pet_blog .post .entry-featured-image-url {
	order: 2;
}

.pet_blog_left .entry-featured-image-url {
    order: 1;
}

.pet_blog_left .post .pet_blog_published_content{
	order: 2;
}

/* ------ Blog Sidebar  ------ */
.pet_blog_sidebar.et_pb_widget_area h2 {
	color: #fff;
	font-weight: 400;
	background: var(--color1);
	padding: 15px 20px;
}

.pet_blog_sidebar.et_pb_widget_area .et_pb_widget {
	background: #FFFFFF;
	border: 1px solid rgb(41 29 26 / 10%);
}

.pet_blog_sidebar.et_pb_widget_area ul,
.pet_blog_sidebar .et_pb_widget .wp-block-tag-cloud {
	padding: 20px !important;
}

.pet_blog_sidebar.et_pb_widget_area ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(41 29 26 / 10%);
}

.pet_blog_sidebar.et_pb_widget_area ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-categories li a {
	color: var(--color2);
	font-weight: 400;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out !important;
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover {
	padding-left: 20px !important;
	color: var(--color1);
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-categories li a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--color1);
	left: 0;
	opacity: 0;
	-webkit-transition: all .500s ease-in-out;
	transition: all .500s ease-in-out;
	border-radius: 50%;
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before {
	opacity: 1;
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a {
	color: var(--color2);
}

.pet_blog_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover {
	color: var(--color1);
}

.pet_blog_sidebar .et_pb_widget .wp-block-tag-cloud a {
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 10px 20px;
	background: #fff;
	color: var(--color2);
	margin-bottom: 10px;
	display: inline-block;
	transition: all 0.5s ease;
	border: 1px dashed rgb(41 29 26 / 10%);
}

.pet_blog_sidebar .et_pb_widget .wp-block-tag-cloud a:hover {
	background: var(--color1);
	color: #ffffff;
	border: 1px dashed var(--color1);
}

/* ------ Blog Detail  ------ */

.pet_blog_comment #commentform {
	padding-bottom: 0px;
}

.pet_blog_list ul{
	padding-bottom: 0;
    padding-top: 10px;
}

/*Slide In Section*/

.et-fb .dl-slide-sidebar {
  transform: translateX(100%) !important;
}

body:not(.et-fb) .dl-slide-sidebar {
  transform: translateX(100%);
}
body:not(.et-fb) .dl-slide-sidebar.is-opened {
  transform: translateX(0);
}
.dl-slide-sidebar.has-transition {
  transition: 0.7s;
}
.dl-close {
  cursor: pointer;
}

.pet_menu .et_pb_menu__wrap{
	    align-items: center;
    justify-content: center;
}

/* 🧱 Reset overall menu structure */
.pet_menu .et-menu,
.pet_menu .et-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 🧱 Each item in the stack */
.pet_menu .et-menu > li,
.pet_menu .et-menu li ul li {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}

/* 🔗 All menu links styled the same */
.pet_menu .et_pb_menu__menu>nav>ul>li>a {
  font-size: 40px;
  line-height: 1.2;
  padding: 15px 0;
  color: var(--color3);
  text-decoration: none;
  width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pet_menu .et_pb_menu__menu>nav>ul>li>a:first-child:after{
	top: 50%;
    transform: translateY(-50%);
}

/* 👻 Hide submenus initially */
.pet_menu .et-menu li ul {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* ✅ Show submenu when parent has class */
.pet_menu .et-menu li.et-show-submenu > ul {
  display: flex !important;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
}

/* 🧼 Remove indentation & sub-submenu spacing */
.pet_menu .et-menu li ul,
.pet_menu .et-menu li ul li ul {
  padding: 0 !important;
  margin: 0 !important;
}



/* ------ Responsive ------ */
@media (min-width: 600px) and (max-width: 782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 32px;
  }
}

@media (max-width:980px) {
    .pet_testimonial_slider .pet_testimonial {
        opacity: 100%;
    }

    .pet_testimonial_slider .slick-arrow,
    .pet_testimonial_slider .slick-arrow:after {
        width: 69px;
        height: 45px;
    }
	
	.pet_why_section .et_pb_row {
    display: flex;
    align-items: center;
		flex-direction: column;
}
	
	.pet_blog.col3 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .pet_blog>div {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
  gap: 50px;
}
}

@media only screen and (max-width: 767px) {
	.pet_testimonial_slider .slick-arrow,
    .pet_testimonial_slider .slick-arrow:after {
        width: 59px;
        height: 40px;
    }

    .pet_testimonial_slider .slick-track {
        gap: 10px;
        padding: 0 0 80px 0;
    }
	
  .popup-close .et_pb_icon_wrap .et-pb-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
	
	.pet_blog .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .pet_blog>div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.pet_blog.col3 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .pet_blog>div {
	grid-template-columns: repeat(1, 1fr);
	display: grid;
  gap: 50px;
}
}

@media (max-width:540px) {

	.pet_blog .post .post-content,
	.pet_blog .post .pet_blog_published_content {
		flex-direction: column-reverse;
		gap: 10px;
		align-items: baseline;
	}
}