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


#top-menu li.current_page_item>a {
	color: #ffc73f;
}
.et-fixed-header .container {
  padding: 3px 0 6px;
}
.et_pb_blurb_description .text-content {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.4s ease
}

.et_pb_blurb_description .text-content.expanded {
  max-height: 500px
}

.show-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
}
.info-bar {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.title-bar {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 80px;
  line-height: 1;
	margin-bottom: 20px;
  font-weight: 600;
	text-shadow: none;
}
.title-bar span {
  color: #ffc73f;
}
.cls-title-span {
  color: #ffc73f;
}
.info-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
}
.info-item a {
  color: #ffffff;
}
.info-item a:hover {
  color: #ffc73f;
}
.info-item i {
	color: #ffc73f; 
	font-size: 18px;
}
.mobile_menu_bar:before {
  color: #ffc73f;
}
.et_mobile_menu {
  border-top: 3px solid #ffc73f;
}
#main-header .container {
  max-width: 1400px;
}
.et_pb_button {
  padding: 12px 35px !important;
	box-shadow: 0px 12px 50px -12px #ffc73f;
}
.sec-title__shape {
  position: absolute;
  padding-left: 48px;
  height: 27px;
  display: flex;
  align-items: center;
  color: #111;
  font-family: teko;
  font-size: 36px;
  line-height: 1;
}
.sec-title__shape::before, .sec-title__shape::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 100%;
  background-color: var(--cityride-base, #FED100);
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
}
.sec-title__shape::after {
  left: 18px;
}
.cls_head_button a {
  box-shadow: 0px 12px 50px -12px #ffc73f;
  font-size: 18px !important;
  background-color: #ffc73f;
  border-color: #ffc73f;
  letter-spacing: 2px;
  margin-top: -20px;
  text-align: center;
  color: #111 !important;
  padding: 20px 25px !important;
	  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
}
.cld-blocs .et_pb_column{
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 50px 25px;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(5px);
}
.cls-slider .et_pb_slide_content {
  width: 45%;
}
.custom-title {
  position: relative;
  display: inline-block;
	  padding-left: 55px;
}
.custom-title::before, .custom-title::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 34px;
  background-color: var(--cityride-base, #ffc73f);
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
}
.custom-title::after {
left: 23px
}
.cls-flat-icon {
  text-align: center;
}
.cls-flat-icon i {
  font-size: 38px;
  background: #ffc73f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  position: relative;
  margin: auto;
	  transition: all .3s ease;
}
.cls-flat-icon i:hover:after {
  border: 2px dashed #ffffff;
}
.cls-flat-icon i:after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 2px dashed #ffc73f;
  border-radius: 50%;
  animation: rotate 9s linear infinite;
}
.cls-flat-icon i:hover {
  background: #ffffff;
  color: #ffc73f;
  cursor: pointer;
}
@keyframes rotate {
  100%{
    transform: rotate(180deg);
  }
}

.fixed-phone {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    background-color: #ffc73f;
    border-radius: 0px;
    width: 60px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap;
	box-shadow: 0px 12px 50px -12px #ffc73f;
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: #111;
  padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
  justify-content: center;
}
.phone-icon {
  font-size: 20px;
  margin-right: 20px;
}
.phone-number {
  display: none;
  font-size: 16px;
  color: #111;
  white-space: nowrap;
}
.fixed-phone:hover {
  width: 187px;
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
.phone-icon {
  margin-right: 10px;
}
}
@media (max-width: 980px) {
.title-bar {
  font-size: 60px;
}
.info-bar {
  gap: 26px;
}
.cls-slider .et_pb_slide_content {
  width: 85%;
}
.cls_head_button a {
  box-shadow: 0px 12px 25px -12px #ffc73f;
  padding: 17px 20px !important;
  margin-top: 0px;
}
.et_pb_blurb_description .text-content {
  max-height: 50px;
}
}
@media (max-width: 767px) {
.title-bar {
  font-size: 41px;
}
.info-bar {
  gap: 16px;
}
.et_pb_button {
  padding: 8px 25px !important;
  font-size: 18px;
}
	.et_header_style_left #logo {
    max-width: 60%;
  }
	.cls-slider .et_pb_slide_content {
  width: 100%;
}
.custom-title::before, .custom-title::after {
  top: 14px;
  width: 13px;
  height: 23px;
}
.custom-title::after {
  left: 16px;
}
.custom-title {
  padding-left: 38px;
}

}