/*

Theme Name: Divi Child

Theme URI: https://diviextended.com/

Version: 1.0

Description: Child Theme of Divi

Author: Divi Extended

Template: Divi

*/

@import url("../Divi/style.css");

.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-image img {
  object-fit: cover;
}

.hero-image {
  transform: rotate(7deg);
}

.hero-left-shape {
  z-index: -1;
  width: 35%;
  max-width: 230px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.hero-right-shape {
  z-index: -1;
  width: 35%;
  max-width: 230px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: -12%;
}

.about-img img {
  height: 400px;
  max-width: 450px;
  object-fit: cover;
  object-position: 100% 80%;
}

.about-right-shape {
  z-index: -1;
  width: 35%;
  max-width: 230px;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: -25%;
  transform: rotate(45deg);
}

.cardsWrapper .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.cardsWrapper .lifeStyle-text,
.cardsWrapper .lifeStyle-icon {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  margin: 0;
}

/* .cardsWrapper .et_pb_text {
  flex-basis: 100%;
} */

/* .lifestyle_Medicine .et_pb_blurb {
  height: 227px;
  display: flex;
  align-items: center;
} */

.lifestyle_Medicine {
  background-image: linear-gradient(180deg, #03045e 0%, #203b82 100%) !important;
}

/* .lifestyle_Medicine::before, */
.lifestyle_Medicine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://thecodesurgery.com/AB/wp-content/uploads/2025/07/64d31133088d74f8164a0fb9_Abstract-Services-1.png) !important;
  background-size: initial;
  background-position: right 0px bottom 0px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.lifestyle_Medicine::after {
  background-image: url(https://thecodesurgery.com/AB/wp-content/uploads/2025/07/Group.svg) !important;
  background-position: 100% 10%;
  opacity: 1;
  transform: scaleX(-1);
}

/* .Credentials_Wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://thecodesurgery.com/AB/wp-content/uploads/2025/07/64d31f28387969824bdf7bfd_Abstract-Comparison-1-1.png) !important;
  background-size: initial;
  background-position: left 0px bottom 0px;
  background-repeat: no-repeat;
  opacity: 0.4;
} */

.Credentials img {
  height: 680px;
  object-fit: cover;
}

.Credentials_Wrapper .et_pb_blurb {
  margin-bottom: 20px !important;
}

.cta-circle img {
  animation: spin 8s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

/* Keyframes for spinning */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

ul.footer-menu li {
  list-style: none;
}

ul.footer-menu li a {
  color: #fff !important;
  transition: all 0.4s ease 0s;
}

ul.footer-menu {
  display: flex;
  padding: 0;
}

ul.privacy_menu {
  justify-content: flex-end;
}

ul.footer-menu li:not(:first-child) {
  margin-left: 25px;
}

.new_menu ul.footer-menu {
    flex-flow: column;
    gap: 20px;
}

.new_menu ul.footer-menu li:not(:first-child) {
  margin-left: 0;
}

.footer-social-media,
.footer-site-logo, .hero-content .et_pb_button_module_wrapper {
  display: inline !important;
  align-items: center;
  vertical-align: middle;
}

.footer-social-media {
  padding-left: 14% !important;
}

.footer-contact .et_pb_main_blurb_image {
  margin: 0;
}

.footer-contact .et_pb_blurb_content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Key_Strengths img {
  height: 680px;
  object-fit: cover;
}

.object-cover img {
  object-fit: cover;
}

.object-position img {
  object-position: center;
}

.about-inner-img img {
  object-position: 50% 80%;
}

ul.footer-menu li a:hover {
  color: #a09b9b !important;
}

.footer-contact .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 0px !important;
}

.et-pb-contact-message p {
  font-size: 24px !important;
  line-height: 38px !important;
  color: #fff !important;
}

.custom-heading span:not(.pink-text) {
  display: inline-block;
  background-color: #fff;
  padding: 4px 8px;
  margin-bottom: 15px;
}

span.pink-text {
  color: #897c78 !important;
}

.custom-heading span:nth-child(4) {
  transform: rotate(-2deg);
}

.heroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://thecodesurgery.com/AB/wp-content/uploads/2025/08/header_new-1.png) !important;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0 center;
}


/* old pink - #f42a88  */


/* .logo-container {
  display: flex;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
} */


.slick-list.draggable {
  transition-timing-function: linear !important;
}

.pricingWrapper .et_pb_column {
  display: flex;
  justify-content: space-between;
  height: 500px;
  flex-flow: column;
}

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

.anchor-white a{
  color: #fff !important;
}

.anchor-white a:hover{
  color: #a09b9b !important;
}


/* hover effect */
.coaching_box .et_pb_module.et_pb_blurb, .cardsWrapper .et_pb_column  {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.coaching_box .et_pb_module.et_pb_blurb:hover, .cardsWrapper .et_pb_column:hover {
  transform: scale(1.05);
}

.coaching_box .et_pb_module.et_pb_blurb:hover h4 span {
  transition: color 0.3s ease;
}

body #page-container .et_pb_section .cardsWrapper .et_pb_column:hover .et_pb_button {
  color: #FFFFFF !important;
  border-color: #000 !important;
  background-image: initial;  
  background-color: #000 !important;
}

/* hover effect */

.logo-slider .slick-track {
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.logo-slider img {
    max-width: 160px !important;
    object-fit: contain;
}



@media (max-width: 980px) {
    ul.privacy_menu {
        justify-content: center;
    }
}

@media (max-width: 426px) {
 .et_mobile_menu {
	 right: 5px;
	 left: unset;
	 width: 300px;
	 top: 55px !important;
	}
	
}	

