/*
 Theme Name:     Divi Child
 Theme URI:      https://rankupper.com/
 Description:    Custom Child Theme for Rankupper
 Author:         Monoarul
 Author URI:     https://themono.dev/
 Template:       Divi
 Version:        1.0.0
*/

.page-template-services-page-template #logo {
    content: url(/wp-content/uploads/2022/03/rankupper-logo-white.png);
}
.page-template-services-page-template .et-fixed-header #logo {
    content: url(/wp-content/uploads/2022/03/logo.png);
}
.page-template-services-page-template #top-menu li a {
  color: #fff;
}
.page-template-services-page-template #top-menu li .sub-menu li a {
  color: #525252;
}
.page-template-services-page-template .service-tab-list .et_pb_column {
  cursor: pointer;
  transition: 0.3s;
}
.page-template-services-page-template #et-boc .service-tab-list .et_pb_column:hover {
  background: #f7b92f17;
}
.page-template-services-page-template #et-boc .service-tab-list .et_pb_column.active {
  background: #F7B92F;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0px 34px 30px rgba(87, 99, 117, 0.06);
}
.page-template-services-page-template .service-tab-list .et_pb_column.active .et_pb_code_inner svg path {
  fill: #fff;
}
.page-template-services-page-template .service-tab-list .et_pb_column.active .et_pb_code_inner svg#social-media-writing-svg path {
  stroke:#fff;
}
.page-template-services-page-template .service-tab-list .active .et_pb_text_inner p {
  color: #fff;
}
.page-template-services-page-template .service-tab-details {
  display: none !important;
}
.page-template-services-page-template #et_pb_root .service-tab-details {
  display: flex !important;
}
.page-template-services-page-template .service-tab-details.active {
  display: flex !important;
  transform: translateY(10px);
	animation: fadeIn 1s ease 1 forwards;
}
.page-template-services-page-template .service-tab-details .et_pb_text_inner ul {
  padding-top: 1em;
  list-style: none;
}
.page-template-services-page-template .service-tab-details .et_pb_text_inner ul li:before {
  font-family: etmodules;
  content: "\5e";
  color: #F7B92F;
  font-weight: bold;
  display: inline-block; 
  width: 1.2em;
  margin-left: -1.25em;
  vertical-align: middle;
}
.page-template-services-page-template .service-tab-details .et_pb_text_inner ul li {
  padding-bottom: 0.5em;
}
.page-template-services-page-template .service-tab-details .et_pb_text_inner ul li:last-child {
  padding-bottom: 0;
}
.page-template-services-page-template .service-tab-details .et_pb_image_wrap img {
    border-radius: 28px;
}
@keyframes fadeIn {
  100% {
		transform: none;
  }
}
.page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner div {
  width: 50%;
}
.page-template-services-page-template #et-boc .our-core-heading-contents .our-core-heading p {
  font-weight: 900;
  font-size: 32px;
  line-height: 52px;
  color: #F7B92F;
}
.page-template-services-page-template #et-boc .our-core-heading-contents .our-core-heading h2 {
  font-weight: 800;
  font-size: 45px;
  line-height: 49px;
  color: #000000;
}
.page-template-services-page-template #et-boc .our-core-heading-contents .our-core-subheading p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.page-template-services-page-template #et-boc .our-core-row .specializations-list .et_pb_text_inner {
  display: grid;
  grid-template-columns: auto auto auto;
}
.page-template-services-page-template #et-boc .our-core-row .specializations-list .et_pb_text_inner p:before {
  font-family: etmodules;
  content: "\52";
  color: #F7B92F;
  display: inline-block;
  width: 1.5em;
}
/* Landing page style  */



@media (max-width: 980px){
  .page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner {
    display: block;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-services-page-template #et-boc .service-tab-list .et_pb_column {
    width: 150px !important;
  }
  .page-template-services-page-template #et-boc .service-tab-list .et_pb_column.active {
    box-shadow: unset;
  }
  .page-template-services-page-template #et-boc .service-tab-list .et_pb_column:last-child {
    margin-bottom: 30px !important;
  }
  .page-template-services-page-template .service-tab-details.active {
    flex-direction: column-reverse;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner {
    display: block;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .et_pb_code_inner div {
    width: 100%;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .our-core-heading p {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 5px;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .our-core-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .page-template-services-page-template #et-boc .our-core-heading-contents .our-core-subheading p {
    font-size: 15px;
    line-height: 22px;
  }
  .page-template-services-page-template #et-boc .our-core-row .specializations-list .et_pb_text_inner {
    grid-template-columns: auto;
	}
  .page-template-services-page-template #et-boc .our-core-row .specializations-list .et_pb_text_inner p {
    font-size: 15px;
    line-height: 26px;
  }
  .page-template-services-page-template #et-boc .latest_case_studies .et_pb_blog_grid .et_pb_post .post-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) and (max-width: 1540px) {
  .page-template-services-page-template #et-boc .et-l .services_page_hero .et_pb_text h1 {
    font-size: 62px;
  }
  .page-template-services-page-template #et-boc .et-l .services_page_hero .et_pb_text p {
    font-size: 32px;
  }
  .page-template-services-page-template #et-boc .et-l .gets-to-work .et_pb_text h2 {
    font-size: 50px;
    line-height: 60px;
	}
}
@media (min-width: 768px) and (max-width: 1540px) {
  .page-template-services-page-template #et-boc .et-l .et_pb_section .section_subheading p {
		font-size: 30px;
		line-height: 50px;
	}
	.page-template-services-page-template #et-boc .et-l .et_pb_section .section_heading h2 {
		font-size: 40px;
		line-height: 47px;
	}
	.page-template-services-page-template #et-boc .et-l .et_pb_section .section_subtext p {
		font-size: 18px;
		line-height: 28px;
	}
  #et-boc .our-core-heading-contents .our-core-heading p {
    font-size: 30px;
		line-height: 50px;
  }
  #et-boc .our-core-heading-contents .our-core-heading h2 {
    font-size: 40px;
		line-height: 47px;
  }
  #et-boc .our-core-heading-contents .our-core-subheading p {
    font-size: 18px;
		line-height: 28px;
  }
  #et-boc .our-core-row .specializations-list .et_pb_text_inner p {
    font-size: 18px;
		line-height: 32px;
  }
}