.banner__right--img {
  display: none;
}

@font-face {
  font-family: "MessinaSans";
  src: url("https://frenchfloristfranchise.com/wp-content/uploads/et-fonts/MessinaSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Meno Banner";
  src: url("https://frenchfloristfranchise.com/wp-content/uploads/et-fonts/MenoBanner-Regular.otf") format("opentype");
  font-weight: 400;
}

.font-family__messinaSans {
  font-family: "MessinaSans";
}
.font-family__menoBanner {
  font-family: "Meno Banner";
}
@media screen and (max-width: 980px) {
  .mb--0 {
    margin-bottom: 0 !important;
  }
}

/* Desktop menu */
.home__desktop-menu {
  position: relative;
}
.home__desktop-menu::after {
  content: "";
  background-image: url("https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower5.png");
  position: absolute;
  bottom: 0%;
  left: -10%;
  z-index: 999;
  transform: translate(-100%, 44%);
  height: 248px;
  width: 164px;
  background-size: 164px 248px;
  background-repeat: no-repeat;
}
.home__desktop-menu .et-menu-nav ul li ul.sub-menu
{
    left: 50%;
    transform: translateX(-50%);	
}
.header--section .sticky__menu-row.et_pb_sticky_module.et_pb_sticky.et_pb_sticky--top {
  margin-top: 0px;
  background: #2d3852;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  padding: 25px 0px 25px 0px !important;
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.header--section .sticky__menu-row.et_pb_sticky_module.et_pb_sticky.et_pb_sticky--top > div {
  padding: 25px 2.5% !important;
  margin-top: 0px !important;
}
.header--section .sticky__menu-row.et_pb_sticky_module.et_pb_sticky.et_pb_sticky--top > div > div {
  margin-top: 0px !important;
}
.header--section .sticky__menu-row .stickymenu__button-mb,
.header--section .sticky__menu-row .stickymenu__button-mb:hover {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.sticky__menu-row.et_pb_sticky .stickymenu__button-mb {
  color: #fff;
  border-color: #fff !important;
}

/* Banner */
.home__banner-section {
  /* 	overflow:hidden; */
}
.banner__right--img .et_pb_image_wrap img {
  object-fit: cover !important;
  max-width: 100%;
  border-radius: 50px;
}
.banner__right--img {
  /*   padding-top: 220px; */
}
.banner__section--contation::after {
  content: url(https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower3.png);
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translateY(100%);
}

.mobile__img img {
  object-fit: cover;
}

/* Second section slider */

#reason_slider .slick-dots li,
#reason_slider .slick-dots li button:before {
  width: 99px;
  height: 2px;
}

#reason_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

#reason_slider .slick-dots li button:before {
  font-size: 0;
  background-color: #f4ebda;
  opacity: 1;
}

#reason_slider .slick-dots li.slick-active button:before,
#reason_slider .slick-dots li.slide_done button:before {
  background-color: #2d3852;
  opacity: 1;
}

#reason_slider .slick-dots {
  bottom: inherit;
  top: -20px;
}

#reason_slider {
  /*   max-width: 1440px; */
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100vh;
}

.reason-section {
  position: relative;
  z-index: 1;
}

.reason-section {
  position: relative;
  z-index: 1;
}

.reason-section:after {
  content: "";
  background-image: url(https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower6.png);
  height: 248px;
  width: 164px;
  background-size: 164px 248px;
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(-20%);
}

.reason-section:before {
  content: url(http://localhost/french-flowerist/wp-content/uploads/2024/06/Flower4.png);
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translateY(-50%);
}
.reason-section:before {
  content: url(https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower4.png);
  position: absolute;
  bottom: 0%;
  right: 8%;
  transform: translateY(0%);
}

.potential_section_row {
  position: relative;
  height: 100%;
}

.potential_section_row .et_pb_image_wrap img {
  object-fit: cover;
  height: 85vh;
}

.check__icon .et_pb_text_inner p::before {
  content: "\f00c ";
  font-family: FontAwesome;
  color: #1c1b1f;
  padding-right: 30px;
}
.check__icon .et_pb_text_inner p {
  padding-bottom: 20px;
  display: flex;
}

.check__icon .et_pb_text_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.offer__section > div {
  position: relative;
  overflow: visible;
}
.offer__section > div::before {
  content: "";
  background-image: url("https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower7.png");
  height: 234px;
  width: 154px;
  background-size: 154px 234px;
  position: absolute;
  top: -9%;
  left: 9%;
  transform: translateY(-20%);
}
@media screen and (max-width: 1420px) {
  .reason-section .reason_slide_img {
    max-width: 88vh;
  }
}
@media screen and (max-width: 1220px) {
  .reason-section:after {
    left: 3%;
  }
  .reason-section:before {
    right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .offer__section > div::before {
    left: 3%;
  }
}
@media screen and (max-width: 980px) {
  .offer__section > div::before {
    top: unset;
    bottom: -118px;
    transform: translate(0%);
  }
}

/* Form */
section.gravity__form--2024 {
  max-width: 670px;
  margin: auto;
}
.gravity__form--2024 .gform_title {
  font-size: 48px;
  text-align: center;
  line-height: 57.6px;
  font-weight: 400;
  padding-bottom: 90px;
  font-family: "Meno Banner";
  color: #212721;
}
.gravity__form--2024 .gf_progressbar_wrapper {
  display: flex;
  flex-direction: column-reverse;
  max-width: 300px;
  margin: auto;
}
.gravity__form--2024 .gf_progressbar_wrapper .gf_progressbar_title {
  text-align: center;
  color: #212721;
}
.gravity__form--2024 .ff-field h3 {
  margin-top: 0;
  color: #212721;
}
.gravity__form--2024 .gf_progressbar_wrapper .gf_progressbar {
  margin-bottom: 55px;
}
.gravity__form--2024 .gform_wrapper.gravity-theme fieldset {
  padding-bottom: 7px;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
  color: #212721;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform-grid-col {
  padding: 0 !important;
}
.gravity__form--2024 .gform_wrapper.gravity-theme input {
  padding: 12px 10px !important;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 21.6px;
	    border-radius: 12px !important;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gfield textarea {
  background: #f4ebda;
  border: 1px solid #212721;
	border-radius: 12px;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform_page_footer input {
  padding: 15px 50px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  line-height: 16.8px;
  display: inline-block;
  cursor: pointer;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform_page_footer input:hover{
	    background-color: #2d3852 !important;
	color:#fff;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform-body .gform_page:nth-child(1) .gform_page_footer {
  text-align: right;
  display: unset;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform-body .gform_page .gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gform-body .gform_previous_button {
  display: none;
}
.gravity__form--2024 .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message
{
	background: none;
    padding: 0px;
    border: none;
    font-weight: 600;
    margin-top: 0;
	line-height: 20px;
}

/* Developer-2 CSS  */

.fade-text {
  transition: opacity 0.8s ease-in-out;
  opacity: 1 !important;
}

.hidden-text {
  opacity: 0 !important;
}

/* About section */

.about_animated_row::-webkit-scrollbar {
  display: none;
}

.about_animated_row {
  display: flex;
  height: 100vh;
  overflow-y: auto;
}

.about_animated_img_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_animated_img_col img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  margin: 97px 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* .about_animated_img_col .left_col_image.active img {
  opacity: 1;
} */

.about_animated_text_col {
  position: sticky !important;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 24px;
  font-weight: bold;
}

.right_col_text {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}

.right_col_text.active {
  opacity: 1;
}
.sticky-image {
  position: sticky;
  top: 0;
  z-index: 100; /* Adjust z-index as needed */
}

/* Team section */

.team_member_image {
  /*   position: absolute !important;
  top: 50%; */
  display: none !important;
  /*   overflow: inherit;
  left: 50%; */
  /*   transform: translate(-50%, 0%); */
  transition: all 0.25s;
}

.team_member_column:hover .team_member_image {
  display: block !important;
}

.team_member_image.firstMember__image--active{
	 display:block !important;
	 position: absolute;
     left: 50%;
	 top: 50%;
     transform: "none";
     z-index: 3;
     width: 100%;
	 opacity:1 !important;
}

.team_member_row:first-of-type .team_member_column {
    z-index: 3;
}

.team_member_column:hover {
  border-color: #ffa300;
  cursor: pointer;
}

.team_member_title .et_pb_module_heading {
  padding-bottom: 0;
}

.team_member_column:hover .team_member_title .et_pb_module_heading {
  color: #ffa300 !important;
}

.team_member_row:has(.team_member_column:hover) + .team_member_row .team_member_column {
  border-color: #ffa300;
}

.team_member_row:has(.team_member_column:hover) ~ .team_member_row .team_member_column {
  z-index: 1;
}
.team_member_row {
  padding-top: 0px !important;
}
@media screen and (max-width: 1300px) {
  .banner__right--img .et_pb_image_wrap img {
    min-height: 580px;
  }
}
@media screen and (max-width: 1280px) {
  .banner__right--img .et_pb_image_wrap img {
    min-height: 610px !important;
  }
  .home__banner-section {
    padding-bottom: 150px !important;
  }
  .banner__right--img {
    padding-top: 40px;
  }

  #reason_slider {
    margin-top: 220px !important;
  }
  .banner__img--col {
    top: 73% !important;
  }
}

@media screen and (max-width: 980px) {
  .full__btn-mb {
    width: 100%;
  }
  .image_banner--right::after {
    content: url("https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower5-1.png");
    z-index: 999;
    transform: none;
    width: fit-content;
    bottom: 19%;
    right: 0;
    left: unset;
    position: absolute;
  }
  .banner__section--contation::after {
    left: 0;
  }

  #reason_slider .slick-dots li,
  #reason_slider .slick-dots li button:before {
    width: 60px;
  }
  #reason_slider {
    margin-top: 150px !important;
    margin-bottom: 200px !important;
  }
  #reason_slider .slick-track .slick-slide {
    padding: 0px 20px;
  }

  .reason-section:after {
    left: 0%;
    transform: translateY(79%);
    z-index: 1;
    top: unset;
    bottom: 0;
  }
  .reason-section:before {
    left: unset;
    transform: translateY(100%);
    right: 13%;
    height: 180px;
    width: 120px;
    background-size: 120px 180px;
    bottom: -50px;
    top: unset;
  }

  .ff_footer_flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  section.gravity__form--2024 {
    max-width: 100%;
  }
  .ff_footer_flex {
    flex-wrap: wrap;
  }
  .et_pb_column.ff_footer_link_col,
  .et_pb_column.ff_footer_connect_col {
    width: 50% !important;
  }

  .ff_footer_info_col {
    order: 3;
    width: 100%;
  }
  .home__banner-section {
    /* 		overflow:hidden; */
  }
}

@media screen and (max-width: 656px) {
  #reason_slider .slick-dots li,
  #reason_slider .slick-dots li button:before {
    width: 38px;
  }
}

.about_animated_img_col .left_col_image:last-child {
  padding-bottom: 14rem;
}
.reason_slide_img img {
  opacity: 0.3;
}
.active_slide img {
  opacity: 1;
  transition: opacity 7s ease;
}
.reason_slide_img img {
  transition: 0.4s all;
}
@media (max-width: 1600px) {
  .about_animated_img_col .left_col_image:last-child {
    padding-bottom: 0;
  }
}

.about_animated_section {
  position: relative;
}
.about_animated_section:before {
  content: url("https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower2.png");
  position: absolute;
  top: -70px;
  right: 0%;
}
.about_animated_row .animation--heading h2 {
  font-size: 36px !important;
  line-height: 43.2px !important;
  font-weight: 400 !important;
  color: #2d3852 !important;
  padding-bottom: 24px !important;
}
.about_animated_row .animation--heading p {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #2d3852 !important;
}
@media screen and (min-width: 767px) {
  .gravity__form--2024 .gform_wrapper.gravity-theme .gform-body .gform_page .gform_page_footer {
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .gravity__form--2024 .gform_wrapper.gravity-theme .gform_page_footer input {
    width: 100%;
    margin-top: 35px;
    font-size: 18px !important;
    line-height: 21.6px !important;
  }
  .gravity__form--2024 .gform_title {
    padding-bottom: 47px !important;
  }
}
.header--section .sticky__menu-row.et_pb_sticky_module.et_pb_sticky.et_pb_sticky--top > div {
  padding: 25px 0px !important;
}

/* 24-6-2024 */
.graph__section .garph__text-inline > div {
  /*   width: 50% !important; */
  margin-bottom: 0px !important;
}
.graph__section .garph__content--row {
  display: flex;
  align-items: center;
}
.graph__section .garph__content--row .graph__profit-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 19.2px;
  padding-top: 37px;
  width: 100%;
}
.graph__section .garph__content--row .graph__profit-row .graph__profit-col {
  width: 43%;
}
@media only screen and (max-width: 980px) {
  .graph__section {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .graph__section .garph__content--row {
    flex-direction: column;
  }
  .so-menu.convert-shop__mb-menu {
    height: 56vh;
    overflow-y: auto;
    margin-bottom: 0 !important;
  }
  .convert-shop__mb-menu--btn {
    margin-top: 0px !important;
  }
  #reason_slider {
    height: 100%;
  }
}
.about_animated_section--slider {
  position: relative;
}
.about_animated_section--slider::after {
  content: "";
  background-image: url("https://frenchfloristfranchise.com/wp-content/uploads/2024/06/Flower2.png");
  position: absolute;
  height: 300px;
  width: 200px;
  background-size: auto;
  top: 35px;
  background-repeat: no-repeat;
  z-index: -1;
  right: 40px;
}
.about_animated_section--slider .slick-dots li button:before {
  font-size: 12px;
  color: #2d3852;
  opacity: 1;
}
.about_animated_section--slider .slick-dots li.slick-active button:before {
  color: #ffa300;
}
@media only screen and (min-width: 980px) {
  .about_animated_section .about_animated_row div.about_animated_text_col {
    margin-right: 40px !important;
  }
  .home__banner-section.image_banner--right div.banner__img--col {
    position: absolute !important;
    margin-right: 40px !important;
    padding-right: 0;
    border-radius: 50px;
    width: 45%;
    top: -80px !important;
    left: 50% !important;
  }
}
@media (max-width: 1024px) {
  .team_member_column:hover .team_member_image {
    display: block !important;
    position: absolute;
    top: 80%;
    right: 35px;
  }
}

/* .banner__right--img .et_pb_image_wrap  {
     position: relative !important;
    width: 100% !important;
    height: 691px !important;
    overflow: hidden;
 border-radius: 50px;
}

.banner__right--img .et_pb_image_wrap  img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: all 0.3s;
	    min-height: 100% !important;
    height: 950px !important;
	    object-position: 64%;
} */

/* .banner__img--col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-out;
 	 background:pink;
}

.banner__img--col img {
    max-width: 100%;
    height: auto;
} */
.home__desktop-menu .et-menu li ul {
  width: 310px;
}
.home__desktop-menu .et-menu li ul li {
  padding: 0px;
  width: 100%;
}
.home__desktop-menu .et-menu li ul li a {
  width: 100%;
  padding: 6px 15px;
}
.monthly__item--list .garph--routed-icon-blue {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #2d3852;
}
.monthly__item--list .garph--routed-icon-yellow {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  background: #ffa300;
}
.monthly__item--list > div {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #reason_slider .slick-dots li.slick-active ~ li button:before {
    background-color: #f4ebda;
    opacity: 1;
  }
  #reason_slider .slick-dots li button:before {
    background-color: #2d3852;
    opacity: 1;
  }
}
.home__desktop-menu.et_pb_menu .et-menu > li {
  padding-left: 37px;
  padding-right: 37px;
}

.potential_section .potential--title p {
  font-size: clamp(32px, calc(32px + (48 - 32) * ((100vw - 1000px) / (1440 - 1000))), 48px) !important;
  line-height: 1.1 !important;
}
.potential_section .potential--content p {
  font-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 1000px) / (1440 - 1000))), 20px) !important;
  line-height: 1.3 !important;
}
@media screen and (max-width: 1300px)
{
	.home__banner-section.image_banner--right
	{
		padding-top:220px !important; 
	}
}
@media only screen and (max-width: 980px) {
  .potential_section {
    height: 100vh !important;
  }
	.potential_section img {
    height: 45vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .potential_section .potential--title {
    margin-bottom: 20px;
  }
  .potential_section img {
    height: 36vh !important;
  }
	
	.banner_for_mobile{
		height:100vh;
		padding-top:0 !important;
	}
	
	.area-outer-wrap.popup_outer_wrap:has(.ceo_popup){
		    z-index: 99999999999 !important;
	}
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
  .banner__section--contation {
    padding-right: 30px;
  }
}
.footer__link-hover--yellow .et_clickable p:hover {
  color: #ffa300 !important;
}

.reason-section .slick-slide .et_pb_text_inner p
{
    color:#2D3852;
}
.menu__left-flowers.home__desktop-menu::after
{
  content:none;
}
.header__lighyellow-bg
{
	position:relative !important;
}