/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.main-header.et_pb_sticky {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
} 

.landing-container {
  position: relative;
  z-index: 0;
}


/* =========================
   HERO SECTION
========================= */


 
/* =========================
   BUBBLE CONTAINER
========================= */
/* =========================
   BUBBLE CONTAINER
========================= */

.bubble-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

/* =========================
   MAIN BUBBLE STYLE (Your colors)
========================= */

.bubble {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0 10px 20px rgba(47, 110, 55, 0.3)) blur(0px);
    will-change: transform;
}

/* bubble image */
.bubble-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: hue-rotate(1deg) saturate(1.7) brightness(1.12) contrast(1.08);
    mix-blend-mode: screen;
    opacity: 0.85;
}

/* =========================
   BUBBLE 1: COME FROM LEFT TO POSITION (ONCE)
========================= */

@keyframes comeFromLeft {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* =========================
   BUBBLE 2: COME FROM RIGHT TO POSITION (ONCE)
========================= */

@keyframes comeFromRight {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* =========================
   BUBBLE 3-8: CONTINUOUS ORGANIC FLOATING
========================= */

@keyframes floatOrganic {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(15px, -12px) scale(1.02);
    }

    50% {
        transform: translate(-10px, -22px) scale(0.98);
    }

    75% {
        transform: translate(10px, 8px) scale(1.01);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* =========================
   BUBBLE POSITIONS & SIZES
========================= */

/* top left big - COMES FROM LEFT TO POSITION */
.b1 {
    width: 160px;
    height: 160px;
    top: 10px;
    left: 30px;
    opacity: 0;
    transform: translateX(-300px);
}

/* top right huge - COMES FROM RIGHT TO POSITION */
.b2 {
    width: 190px;
    height: 190px;
    top: -46px;
    right: -47px;
    opacity: 0;
    transform: translateX(300px);
}

/* small left - CONTINUOUS FLOATING */
.b3 {
  width:190px;
  height:190px;
  top:245px;
  right:220px;
  transform:translateX(400px)
}

/* mid right - CONTINUOUS FLOATING */
.b4 {
    width: 120px;
    height: 120px;
    bottom: 41px;
    right: 68px;
    transform: translateX(300px);
}

/* bottom left - CONTINUOUS FLOATING */
.b5 {
    width: 120px;
    height: 120px;
    bottom: -35px;
    left: -30px;
    transform: translateX(-300px);
}

/* tiny middle - CONTINUOUS FLOATING */
.b6 {
    width: 32px;
    height: 32px;
    top: 110px;
    right: 350px;
    animation: floatOrganic 16s ease-in-out infinite;
}

/* small bottom center - CONTINUOUS FLOATING */
.b7 {
    width: 45px;
    height: 45px;
    bottom: -10px;
    right: 350px;
    animation: floatOrganic 18s ease-in-out infinite;
}

/* tiny bottom right - CONTINUOUS FLOATING */
.b8 {
    width: 20px;
    height: 20px;
    bottom: 70px;
    right: 420px;
    animation: floatOrganic 14s ease-in-out infinite;
}
.b8 {
  width:20px;
  height:20px;
  bottom:70px;
  right:420px;
  animation:floatOrganic 14s ease-in-out infinite
}
.b9 {
  width:45px;
  height:45px;
  top:34px;
  right:500px;
  animation:floatOrganic 18s ease-in-out infinite
}
.b10 {
  width:45px;
  height:45px;
  top:34px;
  right:500px;
  animation:floatOrganic 18s ease-in-out infinite
}
.b10 {
  width:60px;
  height:60px;
  top:220px;
  right:580px;
  animation:floatOrganic 18s ease-in-out infinite
}

/* =========================
   ANIMATION CLASSES (Added by JavaScript)
========================= */

.bubble-container.animate .b1 {
    animation:
        comeFromLeft 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        floatOrganic 18s ease-in-out infinite 1.5s;
}
.bubble-container.animate .b3 {
    animation:
        comeFromLeft 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        floatOrganic 22s ease-in-out infinite 1.5s;
}
.bubble-container.animate .b2 {
    animation:
        comeFromRight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        floatOrganic 20s ease-in-out infinite 1.5s;
}

.bubble-container.animate .b5 {
    animation:
        comeFromLeft 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        floatOrganic 25s ease-in-out infinite 1.5s;
}
.bubble-container.animate .b4 {
    animation:
        comeFromRight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        floatOrganic 30s ease-in-out infinite 1.5s;
}
/* =========================
   EXTRA GLOW EFFECT
========================= */

.bubble::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 30%,
        rgba(255,255,255,0.55),
        transparent 40%
    );
    mix-blend-mode: screen;
    pointer-events: none;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){
    .b1 {
        width: 75px;
        height: 75px;
        top: 0;
        left: 0;
        transform: translateX(-150px);
    }
    .b2 {
        width: 100px;
        height: 100px;
        top: 0;
        right: 0;
        transform: translateX(150px);
    }
    .b3 {
        width: 50px;
        height: 50px;
        top: 341px;
        left: 0px;
        animation: floatOrganic 17s ease-in-out infinite;
    }
    .b4 {
        width: 80px;
        height: 80px;
        bottom: 0;
        right: 0;
        animation: floatOrganic 19s ease-in-out infinite;
    }
    .b5 {
        width: 100px;
        height: 100px;
        bottom: -64px;
        left: 20%;
        animation: floatOrganic 21s ease-in-out infinite;
    }
    
    .bubble-container.animate .b1 {
        animation: comeFromLeft 1.2s ease-out forwards;
    }
    
    .bubble-container.animate .b2 {
        animation: comeFromRight 1.2s ease-out forwards;
    }
    
    @keyframes comeFromLeft {
        0% {
            transform: translateX(-150px);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    @keyframes comeFromRight {
        0% {
            transform: translateX(150px);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

/*end here*/


.secondary-gradient::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    width: 1150px;
    height: 1150px;
    border-radius: 1150px;
    background: rgba(75, 79, 226, 0.5);
    filter: blur(150px);
    z-index: 0;
    pointer-events: none;
}

.secondary-gradient:before {
    background: #fd7b66a3 !important;
}
.lock-screen-section .container {
    padding-top: 20px !important;
}
/* main section spacing */
    .lock-screen-section {
     padding: 80px 0 80px;
     padding-top: 0;
      background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FF 100%);
    }

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 28px;
    }

    /* heading section */
    .sec-heading {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 80px auto;
    }

    .sec-heading h2 {
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      background: linear-gradient(125deg, #0B1120 0%, #1E2A4A 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      margin-bottom: 24px;
      line-height: 1.2;
    }

    .sec-heading p {
      font-size: 1.25rem;
      line-height: 1.5;
      color: #475569;
      font-weight: 400;
      max-width: 720px;
      margin: 0 auto;
    }

    /* STACK CONTAINER — one column layout, cards overlap on scroll */
    .lss-stack {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      position: relative;
      margin-top: 40px;
    }

    /* each card becomes a “sticky” overlapping tile */
 .lss-content-item {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 40px;
    box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: sticky;
    top: 120px;
    will-change: transform, box-shadow;
    transform-origin: center top;
    backdrop-filter: blur(0px);
    border: 1px solid rgba(226, 232, 240, 0.7);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 50px !important;
}

    /* dynamic scale + overlay effect while scrolling: the higher index cards overlap lower ones */
    .lss-content-item:not(:last-child) {
      margin-bottom: 0;
    }

    /* each card's inner flex layout */
    .lss-content-inner {
      padding: 36px 36px 28px 36px;
      display: flex;
      flex-direction: column;
    }

    .eyebrow-text {
    display: inline-flex;
    align-items: center;
    /* font-size: 0.75rem; */
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 0.06em; */
    background: #dbdbd0;
    color: #3f6f63;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
    width: fit-content;
}

   .lss-content-inner h2 {
    /* font-size: 1.85rem; */
    font-weight: 700;
    /* line-height: 1.3; */
    margin-bottom: 18px;
    color: #0A0F2C;
    /* letter-spacing: -0.01em; */
}

    .lss-desc {
    color: #334155;
    /* font-size: 1rem; */
    /* line-height: 1.55; */
    margin-bottom: 32px;
    max-width: 85%;
}

   .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #3f6f63;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s;
    margin-top: 6px;
    width: fit-content;
}

    .btn-link:hover {
      gap: 14px;
      color: #2C3180;
    }

    .btn-link svg path {
      transition: fill 0.2s;
    }

    .btn-link:hover .hover-arrow-line,
    .btn-link:hover .hover-arrow-tip {
      fill: #2C3180;
    }

    /* video container */
    .lss-responsive {
      width: 100%;
      background: #F8FAFF;
      border-top: 1px solid #EDF2F7;
      padding: 20px 24px 24px 24px;
    }

    /* responsive adjustments */
    @media (max-width: 860px) {
      .lock-screen-section {
        padding: 60px 0 100px;
        padding-top: 0;
      }
      .sec-heading h2 {
        font-size: 2.2rem;
      }
      .sec-heading p {
        font-size: 1rem;
      }
      .lss-content-item {
        top: 70px;
        max-width: 96%;
      }
      .lss-content-inner h2 {
        font-size: 1.5rem;
      }
      .lss-desc {
        max-width: 100%;
      }
      .lss-content-inner {
        padding: 28px 24px 20px 24px;
      }
      .lss-responsive {
        padding: 16px 20px 20px 20px;
      }
    }

    @media (max-width: 550px) {
      .lss-content-item {
        top: 56px;
      }
      .sec-heading h2 {
        font-size: 1.9rem;
      }
      .btn-link {
        font-size: 0.85rem;
      }
    }

    /* scroll-driven progressive reveal & overlap: 
       additional polish to make cards feel dynamic */
    .lss-content-item {
      transition: transform 0.4s ease-out, box-shadow 0.3s;
    }

    /* active class while hovering or focus */
    .lss-content-item:hover {
      transform: translateY(-4px) scale(1.01);
      box-shadow: 0 40px 55px -20px rgba(0, 0, 0, 0.25);
      border-color: #C7D2FE;
      transition: all 0.3s;
    }

    /* subtle gradient border animation for current focused card */
    .lss-content-item:focus-within {
      outline: none;
      border-color: #3f6f63;
      box-shadow: 0 0 0 3px rgba(75, 79, 226, 0.2);
    }
    .image-block img {
    width: 100%;
}



/* ===================
27. Pricing css 
====================== */

.pricing-area{
  position: relative;
}

.pricing-item {
    background: #e4e4d7;
    border-radius: 15px;
    position: relative;
    padding: 40px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 40px 5px;
    transition: all .5s ease-in-out;
    z-index: 1;
    position: relative;
}

.pricing-item:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
} 

.pricing-shape {
    position: absolute;
    top: 50%;
    width: 88%;
    opacity: .05;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pricing-header-wrap{
  margin-bottom: 30px;
}

.pricing-amount {
    margin-top: 30px;
}
.pricing-header {
    position: absolute;
    right: 0;
    top: 0;
    background: #3f6f63;
    padding: 2px 15px;
    box-shadow: var(--box-shadow);
    border-bottom-left-radius: 20px;
}

.pricing-header h5 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
}

.pricing-amount{
  margin-bottom: 45px;
}

.pricing-amount strong {
  font-size: 50px;
  font-weight: 900;
  color: var(--color-dark);
  line-height: 1;
}

.pricing-amount-type {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
}

.pricing-text{
  color: var(--color-dark);
  text-transform: uppercase;
  font-size: 15px;
}

.pricing-feature {
  padding: 40px 0 0 0;
}

.pricing-feature li {
  margin-bottom: 15px;
  color: var(--color-dark);
  font-weight: 500;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

.pricing-feature li i {
  color: var(--theme-color);
  margin-right: 10px;
}

.pricing-feature li .not-include{
  color: #F76464;
} 

.pricing-item .theme-btn{
  width: 100%;
}

.pricing-item.active{
  outline: 3px solid var(--theme-color);
}

.pricing-item .et_pb_button_module_wrapper .et_pb_button {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.pricing-item .et_pb_button_module_wrapper {
    width: 100%;
    display: block;
}

.optional-addons .pricing-amount {
    height: 52px;
}

.contact-blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.contact-blurb .et_pb_main_blurb_image {
    width: 70px !important;
}

.contact-blurb .et_pb_blurb_container {
    display: flex;
    flex-direction: column-reverse;
}

footer .contact-blurb .et_pb_main_blurb_image {
    width: 28px !important;
}

footer nav.et-menu-nav li {
    width: 100%;
    padding-bottom: 7px;
}
.et-pb-contact-message p, .et-pb-contact-message ul li {
    color: #fff;
}

.contact-blurb h4.et_pb_module_header {
    padding-bottom: 4px;
}


/* HEADING SCROLL REVEAL */

.heading-scroll{

  opacity:0;

  transform:translateY(60px);

  filter:blur(6px);

  transition:
  opacity .9s cubic-bezier(.16,1,.3,1),
  transform .9s cubic-bezier(.16,1,.3,1),
  filter .9s cubic-bezier(.16,1,.3,1);

}

/* active state */

.heading-scroll.is-visible{

  opacity:1;

  transform:translateY(0);

  filter:blur(0);

}
footer nav.et-menu-nav li:hover{
    transition: all .4s ease-in-out;
    color: #fff;
    padding-left: 18px;
}
@media(max-width:980px){
/*    div#home:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(219,219,208,1) 0%,
        rgba(219,219,208,.95) 30%,
        rgba(219,219,208,.7) 80%,
        rgba(219,219,208,0) 100%
    );
    z-index: 11;
}*/
  .pricing-amount strong {
    font-size: 50px;
  }

 .main-header .et_pb_row {
    flex-wrap: nowrap;
}
.et_pb_row {
    width: 95% !important;
}
.main-banner .et_pb_row{
    width: 100% !important;
}
.intro-col .et_pb_image {
    margin: 0 auto;
}
footer .et_pb_heading.et_pb_module {
    text-align: center;
    margin: 0 auto;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
footer .et_pb_menu__menu {
    display: block !important;
}
footer .et_pb_menu__menu li {
    justify-content: center;
}
footer .et_pb_menu__menu li a {
    padding-right: 0 !important;
}
.contact-col .et_pb_blurb .et_pb_blurb_content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
}
.contact-col .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.contact-col .et_pb_blurb {
    margin: 0 auto;
}
footer .et_pb_menu_inner_container .et_pb_menu__wrap {
    justify-content: center !important;
}
.contact-col .et_pb_blurb span.et-pb-icon {
    font-size: 18px;
}
.contact-col .et_pb_blurb .et_pb_blurb_container {
    padding-left: 5px;
}
.provintial-rep .et_pb_main_blurb_image span.et_pb_image_wrap {
    width: 100% !important;
    max-width: 100% !important;
}
.provintial-rep .et_pb_blurb_content {
    gap: 10px;
}
 .et_mobile_nav_menu {
        display: block !important;
        position: relative;
    }

    .et_pb_column_4_tb_header {
        width: auto;
        order: 3;
        left: 20px;
    }
    /* Cart */
    .et_pb_column_5_tb_header {
        width: auto;
        justify-content: flex-end;
        display: flex;
    }
    .mobile_menu_bar {
        cursor: pointer;
        font-size: 30px;
        line-height: 1;
        display: block;
    }
    .mobile_menu_bar:before {
        font-size: 32px !important;
    }
    .et_mobile_menu {
        position: absolute;
        top: 55px;
        right: 0;
        left: auto !important;
        width: 280px !important;
        min-width: 280px;
        background: #fff;
        z-index: 9999;
        padding: 0 !important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .et_mobile_menu li {
        width: 100%;
        list-style: none;
    }


    .et_mobile_menu li a {
        display: block;
        padding: 14px 20px !important;
        text-decoration: none;
        border-bottom: 1px solid #eee;
        font-size: 16px !important;
        line-height: 1.4;
    }

    .et_mobile_menu li:last-child a {
        border-bottom: none;
    }
    header li.menu-item:before{
        display: none;
    }
    .main-bannernew .et_pb_button {
    width: 100% !important;
    max-width: 100% !important;
}
    .main-header .et_pb_button_module_wrapper{
        display: none;
    }
    .main-header{
        z-index: 99999;
    
    }

    .contact-blurb .et_pb_main_blurb_image {
    width: 50px !important;
}
.optional-addons .pricing-amount {
    height: auto;
}
.lss-content-item {
    flex-direction: column;
}
.lock-screen-section .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.bubble {
                                    opacity: 0.5 !important;
                                }
                                div#home .et_pb_button_module_wrapper .et_pb_button {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

div#home .et_pb_row_nested {
    max-width: 100%;
    width: 100% !important;
}

div#home .et_pb_button_module_wrapper {
    width: 100%;
    display: block;
}
.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        #142f63 0%,
        #4e2d7d 45%,
        #8a2f9f 100%
    );
}
.et_pb_row.et_flex_row.banner-text-row {
    position: unset !important;
    top: unset !important;
    transform: unset !important;
}
.banner-text-row .heading-scroll{

  opacity:1;

  transform:unset;

  filter:unset;

  transition:
 unset;

}
}


