/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

.et-db
  #et-boc
  .et-l
  div[class^="et_pb_module et_pb_menu et_pb_menu_"].et_pb_menu
  ul
  li
  a.dipi-cta-button.menu_cta_btn,
.et-db #et-boc .et-l ul > li > a.dipi-cta-button.menu_cta_btn {
  border-radius: 50px 0px 50px 50px !important;
}
@media only screen and (max-width: 782px) and (min-width: 768px) {
  body.logged-in.admin-bar .et_pb_section_1_tb_header {
    top: calc(96px + 32px) !important;
  }
}
/* -------sticky header css  */
body.logged-in.admin-bar .sticky .et_pb_section_1_tb_header {
  top: 32px !important;
  background: #000 !important;
  transition:
    top 0.3s ease,
    background 0.3s ease; /* Added transition */
}

body .sticky .et_pb_section_1_tb_header {
  top: 0px !important;
  background: #000 !important;
  transition:
    top 0.3s ease,
    background 0.3s ease; /* Added transition */
}

header.et-l.et-l--header {
  height: auto !important;
}
.sticky #main_header_sec {
  background-color: #000 !important;
}

#main_header_sec {
  padding: 0 !important;
  transition: background-color 0.5s ease;
}

@media (min-width: 981px) and (max-width: 1209px) {
  #main_header_sec ul#menu-header-menu li {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 981px) and (max-width: 1136px) {
  #main_header_sec
    .header_btn_col
    a.et_pb_button.et_pb_button_1_tb_header.button_top.et_pb_bg_layout_light {
    font-size: 13px !important;
  }
  #main_header_sec ul#menu-header-menu li a {
    font-size: 14px !important;
  }
  #main_header_sec .header_btn_col.et_pb_column_2_tb_header {
    width: 280px !important;
  }
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
/* ---Home ---- */

/* ------banner bleow blurb section css */
@media (max-width: 767px) {
  .et_pb_section_1 .blurb_row .et_pb_column {
    margin-bottom: 20px !important;
  }
}
/* ---service slider css */
.services_slider .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.services_slider .et_pb_module.dipi_carousel_child:hover {
  background: #3fb551;
  border-color: #3fb551 !important;
}
.services_slider
  .et_pb_module.dipi_carousel_child:hover
  .dipi-carousel-item-title,
.services_slider
  .et_pb_module.dipi_carousel_child:hover
  .dipi-carousel-item-desc
  p,
.services_slider
  .et_pb_module.dipi_carousel_child:hover
  .dipi-carousel-item-desc
  p
  span {
  color: #fff !important;
}

.services_slider
  .et_pb_module.dipi_carousel_child:hover
  .dipi-carousel-image
  img {
  filter: brightness(8.5);
}

body
  #page-container
  .services_slider
  .et_pb_module.dipi_carousel_child:hover
  .et_pb_button.dipi-carousel-button {
  background: #fff !important;
  color: #000 !important; /* Changed from #0000 to #000 */
  border-color: #fff !important;
}

.services_slider
  .et_pb_module.dipi_carousel_child:hover
  .dipi_carousel_1
  a.et_pb_button.dipi-carousel-button {
  color: #000 !important; /* Removed unnecessary body selector */
}
/* .services_slider .dipi_carousel_child{
	width:322.4px !important;
	margin-right:20px !important;
} */
.services_slider .et_pb_module {
  box-shadow: none !important;
  border: 1px solid #d6d6d6;
}

/* ----accordion css */

.accordion_section .et_pb_toggle_open h5.et_pb_toggle_title {
  background: #1768ff;
  padding: 15px !important;
  border-radius: 10px;
  color: #fff;
}
.accordion_section h5.et_pb_toggle_title {
  background: #000;
  padding: 15px !important;
  border-radius: 10px;
  color: #fff;
}
.accordion_section .et_pb_toggle .et_pb_toggle_title:before {
  right: 12px;
  left: auto;
}
.accordion_section .et_pb_toggle {
  padding: 0px;
  margin-bottom: 10px !important;
}
.accordion_section .et_pb_accordion_0 .et_pb_toggle_open:after {
  font-family: ETmodules !important;
  content: "\4b" !important;
  font-size: 26px !important;
  position: absolute !important;
  left: auto !important;
  right: 15px !important;
  top: 13px !important;
  font-weight: 800 !important;
  color: #fff;
  right: 0;
}
/* ---blog section css */
/* Target the blog module */
.our_blog_sec .et_pb_posts {
  /* Or a more specific selector if you've customized it */
  display: flex; /* Make the container a flexbox */
  flex-direction: column; /* Stack items vertically */
}

.our_blog_sec .et_pb_post_extra {
  /* Select the author element */
  order: -1; /* Move it to the top */
  margin-bottom: 10px; /* Add some spacing below the author */
}

.our_blog_sec .entry-title {
  /* Select the post title element */
  /* Any other styling for the title */
  margin-bottom: 15px;
}
.our_blog_sec .entry-title,
.our_blog_sec .post-meta,
.our_blog_sec .post-content {
  padding: 0px 20px;
}
.our_blog_sec .post-content {
  padding-bottom: 20px;
}
.our_blog_sec .et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.our_blog_sec article {
  max-width: 327px;
  margin-bottom: 20px !important;
}
.our_blog_sec article a,
.inner_blog article a {
  max-height: 132px;
  overflow: hidden;
}
.our_blog_sec article img,
.blog_sec_default_page img,
.inner_blog img {
  max-height: 100%;
  object-fit: cover;
}
.our_blog_sec .post-content a {
  text-transform: capitalize !important;
}
@media (max-width: 980px) {
  .our_blog_sec article {
    max-width: 100%;
  }
}

/* -------testimonial section css */
.testimonial_blog .contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.testimonial_blog .item {
  align-items: center;
  /* display: flex; */
  /* height: 300px; */
  justify-content: center;
  padding: 30px 20px;
  box-shadow: 0px 0px 5px 3px #eee;
  margin: 10px 0px;
  border-radius: 10px;
}
.testimonial_blog .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}
.testimonial_blog .img_box {
  width: 80px;
  background: #3db658;
  padding: 10px;
  border-radius: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -76px;
}
.testimonial_blog .img_box img {
  width: 100%;
  filter: invert(1);
}
.testimonial_blog .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_blog .owl-item.active {
  margin: 9px !important;
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .testimonial_blog .owl-item.active {
    margin: 0px !important;
    margin-top: 60px !important;
  }
  .testimonial_blog .item {
    margin: 10px;
  }
}
.testimonial_blog span {
  background: #3db658;
  padding: 8px 18px;
  /* margin-right: 10px; */
  /* margin-bottom: 30px; */
  color: #fff;
  font-size: 40px;
  display: block;
  border-radius: 4px;
  margin: 30px 10px;
}
.testimonial_blog span:hover {
  background: #000;
}
.testimonial_blog .item p {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
}
.testimonial_blog .item h3 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

.footer_main .fwidget {
  margin-bottom: 0px !important;
}
.footer_main .et_pb_image img {
  position: relative;
  filter: brightness(124.5);
}
/* .footer_main  .et_pb_column{
   margin-right: 0% !important;
} */
.last_footer .et_pb_column {
  margin-bottom: 5px;
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* -----global css */
ul li.et_pb_social_icon,
ul li.et_pb_social_icon a {
  margin-bottom: 0px;
  margin: 0px;
}
.et_pb_main_blurb_image {
  margin-bottom: 10px;
}

.list ul {
  padding-left: 28px !important;
}
.list ul li {
  position: relative;
  list-style: none;
}
.list ul li:after {
  content: "" !important;
  background: url(https://branchedoutmarketing.com/wp-content/uploads/2025/02/23f882e3-d4c1-4ace-b5ef-1b77c81893cd-removebg-preview.png);
  font-size: 26px !important;
  position: absolute !important;
  left: -28px !important;
  right: auto;
  top: 8px !important;
  /* font-weight: 800 !important; */
  color: #fff;
  height: 15px;
  background-repeat: no-repeat;
  width: 15px;
  background-size: contain;
}
/*---css for image white   */
/* --------you should add this clas only where you want to add filter  */
.filter img {
  filter: invert(1);
}
.filter_black img {
  filter: grayscale(1);
}
/*----circle image css  */
.circle_image .et_pb_image_wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.circle_image .et_pb_main_blurb_image img {
  border-radius: initial;
}

/*------------- Contact form css --------- */

.required_form input.gform_button {
  border: none;
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 700;
  background-color: #3fb551;
  color: #ffffff;
  margin-bottom: 0px;
  border: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.required_form input#gform_submit_button_1:hover {
  background-color: #ffff;
  color: #000;
}
.required_form .validation_message {
  display: none;
}
@media (max-width: 767px) {
  .required_form .gform_footer {
    justify-content: center;
  }
}

/*.required_form .gform-footer.gform_footer.top_label input#gform_submit_button_3 {*/
/*    border: none;*/
/*    padding: 10px 30px 10px 30px;*/
/*    font-size: 15px;*/
/*    border-radius: 5px;*/
/*    font-weight: 600;*/
/*    background-color: #3fb551;*/
/*    color: #ffffff;*/
/*    margin-bottom: 0px;*/
/*}*/
.required_form .gform-footer.gform_footer.top_label :hover {
  background-color: #000 !important;
}
.required_form input#gform_submit_button_1:hover {
  color: #fff !important;
}
/* --------sidebar ---- */
.sidebar_design button.wp-block-search__button.wp-element-button {
  background: #40b552;
  color: #fff;
  border-color: #40b552;
}
.sidebar_design .wp-block-search__input {
  color: #000;
  border-color: #d6d6d6;
}
.sidebar_design button.wp-block-search__button.wp-element-button:hover {
  background: #fff;
  color: #000;
  border-color: #d6d6d6;
}

/* --------blog page css */

.wp-pagenavi {
  text-align: center;
  padding: 20px 0px;
}
.wp-pagenavi span.pages,
.wp-pagenavi .current,
.wp-pagenavi a {
  font-size: 16px;
  font-weight: 600;
  background: #40b552;
  padding: 10px 18px;
  border-color: #40b552 !important;
  color: #fff;
  border-radius: 3px;
}
.wp-pagenavi span.pages:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi a:hover {
  background: #000;
  padding: 10px 18px;
  border-color: #000 !important;
  color: #fff;
}
/* More specific, assuming .main-content contains the sidebar */
.main-content .sidebar_design .et_pb_sidebar_0_tb_body:last-child {
  margin-bottom: 0;
}
/* ------  1024 to 981 css */
@media (max-width: 1024px) and (min-width: 981px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 31px !important;
  }
  .services_slider .dipi-carousel-button {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  h1 span {
    font-size: 33px !important;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 27px !important;
  }
  h1 span {
    font-size: 26px !important;
  }
  h2 {
    font-size: 26px !important;
  }
}
@media (min-width: 981px) {
  .et_mobile_menu li a:hover,
  .nav ul li a:hover {
    background-color: transparent !important;
  }
  .et-menu li li a {
    padding: 3px 20px !important;
  }
}
.et_pb_button_module_wrapper a.black-btn.et_pb_bg_layout_light:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.responsive_image img {
  object-fit: cover;
}
.check_list ul li:before {
  content: "✔";
  color: #000;
  font-size: 15px;
  top: 0;
  position: absolute;
  left: 0;
}
.check_list ul {
  padding-left: 0;
  list-style-type: none;
}
.check_list ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
#appointment_form input#gform_submit_button_4 {
  padding: 12px 10px;
  background-color: #fff;
  border: none;
  color: #40b552;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
#appointment_form input#gform_submit_button_4:hover {
  background-color: #8ccf8f;
  color: #fff;
}
.gform_heading {
  display: none;
}
#gform_4_validation_container {
  display: none;
}
.gfield_description {
  display: none;
}
.pakage_row .pakage_price {
  font-size: 45px;
  font-weight: 700;
  color: #3fb551;
  position: relative;
}
.pakage_row .pakage_price:before {
  content: "$";
  position: absolute;
  left: -18px;
  color: #3fb551;
  font-size: 28px;
  top: 5px;
}
.pakage_row .et_pb_toggle_title:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  content: "\003E";
}
.pakage_row .et_pb_toggle_title {
  position: relative;
  padding: 0px 10px 0px 20px !important;
}
.pakage_row .et_pb_toggle_content {
  padding-left: 20px;
}
.pakage_row .et_pb_accordion {
  padding: 20px 10px !important;
  padding-right: 0px !important;
}
.pakage_row ul {
  padding-left: 8px;
  list-style-type: none;
}
.pakage_row ul li.list_wrong {
  position: relative;
  padding-left: 15px;
}

.pakage_row ul li.list_wrong:before {
  font-size: 11px;
  content: "\2715";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
}
.pakage_row h2 {
  padding: 0;
}
.pakage_row ul {
  padding-left: 8px;
  list-style-type: none;
}
.pakage_row ul li.list_right {
  position: relative;
  padding-left: 15px;
}

.pakage_row ul li.list_right:before {
  font-size: 14px;
  content: "\2713";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -1px;
}

.our_pakage_sec .pakage_row .et_pb_accordion {
  min-height: 51%;
}
@media (min-width: 1199px) and (max-width: 1320px) {
  .pakage_row h2 {
    font-size: 26px !important;
  }
  .pakage_row .et_pb_text_6 {
    font-size: 10px;
  }
  .pakage_row .pakage_price {
    font-size: 29px;
  }
  .pakage_row .et_pb_module_header {
    font-size: 20px !important;
  }
  .pakage_row ul li.list_wrong {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .pakage_row h5.et_pb_toggle_title {
    font-size: 13px !important;
  }
  .pakage_row ul li.list_right {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .pakage_row .et_pb_button {
    font-size: 9px !important;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .pakage_row h2 {
    font-size: 26px !important;
  }
  .pakage_row .et_pb_text_6 {
    font-size: 10px;
  }
  .pakage_row .pakage_price {
    font-size: 29px;
  }
  .pakage_row .et_pb_module_header {
    font-size: 20px !important;
  }
  .pakage_row ul li.list_wrong {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .pakage_row h5.et_pb_toggle_title {
    font-size: 13px !important;
  }
  .pakage_row ul li.list_right {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .pakage_row .et_pb_button {
    font-size: 9px !important;
  }
}
@media (min-width: 768px) and (max-width: 981px) {
  .our_pakage_sec .pakage_row .et_pb_accordion {
    min-height: auto;
  }
  .pakage_row .et_pb_accordion_3.et_pb_accordion {
    height: auto !important;
  }
  .our_pakage_sec .pakage_row .et_pb_column {
    position: relative;
  }
  .pakage_row .et_pb_accordion_2.et_pb_accordion {
    height: 51%;
  }
}

@media screen and (max-width: 767px) {
  .our_pakage_sec .pakage_row .et_pb_accordion {
    min-height: 45%;
    height: auto;
  }
  .pakage_row .et_pb_accordion_2.et_pb_accordion {
    height: 54%;
  }
  .our_pakage_sec .pakage_row .et_pb_text_6 {
    font-size: 11px;
  }
  .our_pakage_sec .pakage_row .et_pb_button {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 600px) {
  .pakage_row .et_pb_accordion_2.et_pb_accordion {
    height: auto;
  }
  .our_pakage_sec .pakage_row .et_pb_accordion {
    min-height: auto;
  }
}

#appointment_form .et_pb_text_inner h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#appointment_form .et_pb_text_inner h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media (min-width: 981px) and (max-width: 1037px) {
  #menu-header-menu li a {
    font-size: 16px;
    font-weight: 500;
  }
}
.page-id-25958402 footer#main-footer {
  display: none;
}

div#error-container {
  display: none;
}
label.label-alignment {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

/* ------ */

#inline-aWUmcDmFh5U5zxOy63v9-div .hl-app .form-builder--wrap {
  background-color: #000 !important;
  color: #fff !important;
}

@media screen and (max-width: 425px) {
  .growth-program-box h3 {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
  }
  .growth-program-box .price {
    font-size: 18px !important;
  }
  .phase-badge {
    bottom: -11px !important;
    right: 4px !important;
    font-size: 10px !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
  }
  .phase-badge span {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 700px) {
  .growth-program-box h3 {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
  }
  .growth-program-box .price {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .growth-program-box h3 {
    display: flex;
    justify-content: space-between;
  }
}

.growth-program-box hr {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa, #a855f7);
  margin: 0;
}
.growth-heading {
  padding-top: 20px;
}

.growth-program-box h3 {
  padding: 15px 15px;
}
.growth-program-box .price {
  font-size: 24px;
  font-weight: 700;
  color: #48c24a;
  float: right;
}
.growth-program-box {
  border: 2px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #60a5fa, #a855f7) border-box;
}

.phase-badge {
  position: absolute;
  bottom: 0px;
  right: 15px;
  background: #3b82f6; /* blue */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.phase-badge span {
  font-size: 17px;
}

.growth-program-box ul {
  list-style: disc;
  margin: 10px 0 20px 30px;
  padding: 0;
  color: #555;
}

.growth-program-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

#webinar_form #gform_submit_button_5 {
  border: none;
  padding: 10px 30px 10px 30px;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  border: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#webinar_form #gform_submit_button_5:hover {
  background-color: #fff;
  color: #3fb551;
}
#webinar_form h3 {
  margin-bottom: 20px;
}
