@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

/* .inter-<uniquifier > {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* .montserrat-<uniquifier > {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
} */

/* .arimo-<uniquifier> {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* .arimo-<uniquifier > {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/*#07263c
#183244
*/
:root {
  --inter: "Inter", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --poppins: "Poppins", sans-serif;
  --arimo: "Arimo", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--inter);
}

body{
    position:relative;
}
.country-code-box{
    width:25% !important;
}
.phone-no-box{
    width:53% !important;
}
.autism-hero-section {
  background-color: #07263c;
  padding: 30px 0 0;
  overflow: hidden;
}

.hero-heading {
    padding-top: 30px;
    font-weight: 700;
    font-size: 30px;
    color: rgb(255 255 255);
    text-align: center;
    line-height: 35px;
    font-family: var(--inter);
    text-transform: uppercase;
}

.hero-description {
    margin-top: 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    font-family: var(--inter);
    text-align: center;
    line-height: 30px;
    word-spacing: -2px;
    color: #ffffff;
    padding-bottom: 60px;
}

.blue {
  color: rgb(222 136 77);
  font-weight: 600;
}

.highlight {
  color: rgb(193, 39, 39);
  font-weight: 600;
  font-size: 28px;
}

.section-img {
  position: relative;
  z-index: 0;
padding: 20px;
}
.section-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../image/PDUTJbanner324w32.jpg');
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.orange {
  color: #ffa04d;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.masterclass-title {
  font-family: var(--inter);
  font-size: 48px;
  font-style: italic;
  color: #ffffff;
  font-weight: 700;
  text-align: end;
}

.intro-back{
    background: #0c1a2a;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.autism {
  position: relative;
}
.autism::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d28c58;
}

.hero-bottom {
  position: relative;
  top: 0;
  right: 0;
  padding: 95px 30px;
  z-index: 2;
}

.masterclass-subtitle {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 0;
  text-align: end;
  color: #ffffff;
  font-family: var(--inter);
  font-weight: 200;
}

.font-weight {
  font-weight: 600;
}

.s-hero-section {
  background:#0c2231;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.s-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: url('../image/s-1.jpg');*/
  background-repeat: no-repeat;
  z-index: 0;
  background-size: auto;
  background-position:  50% 50%;
}

.s-hero-section > .container {
  position: relative;
  z-index: 1;
}

.s-heading {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--inter);
  padding-top: 25px;
  line-height: 24px;
}

.s-subheading {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: var(--inter);
    font-style: italic;
    margin-bottom: 0;
    padding: 0px 0px 20px 0;
}

.s-sub-subheading {
  font-size: 20px;
  font-family: var(--inter);
  font-weight: 600;
  margin-bottom: 4px;
}

.s-sub-span {
  font-size: 21px;
  font-style: italic;
}

.s-small {
        font-family: var(--montserrat);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-spacing: 0px;
    padding: 0px 30px;
    letter-spacing: 0px;
    padding-bottom: 10px;



}

.h-autism {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-style: italic;
    padding-top: 10px;
}

.autism-span {
  color: #f76f00;
}

.p-autism {
    font-size: 20px;
    font-family: var(--inter);
    color: #ffffff;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 5px;
}
.p-autism-span {
  color: #f76f00;
  font-weight: 600;
  font-style: italic;
}

.autism-button {
  font-size: 21px;
  color: #ffffff;
background-image: linear-gradient(180deg, #36D2CE 0%, #008D8A 100%);
  padding: 12px 80px;
  text-decoration: none;
  border-radius: 30px;
  font-family: var(--poppins);
  font-weight: 600;
}
.autism-button:hover {
  background: #1bca5b;
}

.s-hero-section .btn-warning {
  background: linear-gradient(90deg, #ff9800, #ffb300);
  border: none;
  color: #5a2a00;
  font-size: 16px;
  transition: all 0.3s ease;
}

.s-hero-section .btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.section-b {
    background:#011d31;
  padding: 60px 0 60px 0;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    margin-top:-20px;
}

.left-img-div {
  position: relative;
}
.sec-b-heading {
    font-family: var(--arimo);
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    font-style: italic;
    padding-bottom: 50px;
    color: #ffffff;
}

.img-overlay {
  width: 100%;
  height: auto;
}

.img-img {
  width: 100%;
  height: 100%;
}

.img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../image/sb-2.png');
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}

.sec-b-ul {
  list-style: none;
  padding-bottom: 80px;
  padding-left: 0px;
}
.sec-b-ul li {
  font-family: var(--inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: black;
  padding-bottom: 6px;
}
.sec-b-ul li:nth-child(even) {
  color: #11529d;
}

.icon-size {
  font-size: 24px;
}

/* *********************************** */
/* *********************************** */
/* SECTION STYLING */
.success-section {
  background: #0d2434;
  padding: 60px 0;
  text-align: center;
}

.stress-h1 {
    font-family: var(--inter);
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
}

.struggles {
  position: relative;
  color: #ff8c42;
}
.struggles:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #ff8c42;
}

.success {
  color: #2ecc71;
  position: relative;
}
.success::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #2ecc71;
}

.success-p {
    margin-top: 20px;
    font-size: 20px;
    font-family: var(--inter);
    color: #ffffff;
}

.video-wrapper {
  overflow: hidden;
  background: #000;
}

.autism-button {
  display: inline-block;
  transition: transform 0.3s ease;
}

.autism-button {
  display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.autism-button.animate {
  animation: scaleBlink 1.2s ease-in-out 2;
}

@keyframes scaleBlink {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* *********************************** */
/* *********************************** */
.bonus-section {
  background: #ffd6cf;
  padding: 70px 0;
}

i{
    color:#ffffff !important;
}

.bonus-top {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 35px;
    color: #ffffff;
    padding-top: 40px;
    font-family: var(--inter);
}

.bonus-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 35px;
    color: #ffffff;
    font-family: var(--inter);
}



.bonus-sub {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 21px;
  color: rgb(97, 97, 97);
  font-family: var(--inter);
}
.bonuses {
  color: #c62828;
  position: relative;
}
.bonuses:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #c62828;
}

.bonus-card {
     background: #ffffff1c;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    text-align: start;
}

.bonus-card h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.bonus-card-p {
        font-size: 16px;
    line-height: 23px;
    /* font-weight: 700; */
    font-family: var(--inter);
    color: #ffffff;
    margin-bottom: 10px;
}

.bonus-card span {
    font-size: 18px;
    color: #ffffff;
}

.bonus-note {
    font-size: 20px;
    font-family: var(--poppins);
    color: #ffffff;
    font-weight: 600;
    line-height: 25px;
}

.bonus-note span {
  color: #d60000;
  font-weight: 600;
}

.bonus-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  background: #ff9f43;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.bonus-btn:hover {
  background: #ff851b;
  color: #fff;
}

.section-Understand {
  padding: 60px 0;
  background: #07263c;
}

.understand-p {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: var(--inter);
}

.Understand-ul {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}

.under-ul {
  list-style: none;
  padding-left: 0;
}

.under-ul li {
    border-left: 4px solid #0277bd !important;
    font-size: 18px;
    font-family: var(--inter);
    padding: 20px 25px;
    background-color: #ffffff14;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.077);
    border-radius: 8px;
}
.under-ul li:hover {
  border-left: 4px solid #ffa04d !important;
}

.understand-new-div {
  background: #ffdfb6;
  border-radius: 10px;
  padding: 24px 28px;
  margin-top: 28px;
  text-align: center;
}

.h3-heading {
  font-size: 28px;
  font-family: var(--inter);
  color: #2e7d32;
  font-weight: 700;
}

.new-paragraph {
  font-family: var(--inter);
  font-size: 18px;
  color: #000000;
  font-style: italic;
}
/* Responsive */
@media (max-width: 768px) {
  .bonus-title {
    font-size: 1.6rem;
  }
}

/* *********************************** */
/* *********************************** */
.comparison-section {
  background: #081a27;
  padding: 80px 0;
}

.main-title {
  font-weight: 700;
  line-height: 1.4;
}

.compare-box {
  border-radius: 10px;
  padding: 30px 25px;
  height: 100%;
}

.compare-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.compare-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-box ul li {
  font-size: 14px;
    margin: 3px 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 300;
}

.traditional {
    border: 2px solid #ffb3b347;
    background: #fff5f50d;
}

.modern {
    border: 2px solid #ffb3b347;
    background: #fff5f50d;
}

.who-title {
   font-size: 35px;
    letter-spacing: 0.5px;
    margin-top: 48px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--poppins);
}

/*.who-title span {*/
/*  color: #ff7a00;*/
/*}*/

.perfect {
  font-style: italic;
  color: #ffffff !important;
}

.who-box {
    padding: 20px;
    text-align: center;
    background: #ffffff1f;
    border-radius: 20px;
    height: 100%;
}

.who-box h6 {
        font-size: 17px;
    margin: 0.48rem 0px 0.3rem;
    font-weight: 700;
    
    text-transform: uppercase;
    color: #d28c58;

}

.who-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    color: #ffffff;
    padding-top: 0px;
}

.cta-text {
     font-size: 35px;
    margin: 20px 0px 10px;
    font-weight: 700;
    color: #ffffff;
}

.cta-sub {
    font-family: var(--poppins);
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.main-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: #ff9f43;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.main-cta:hover {
  background: #ff851b;
  color: #fff;
}

.comparison-h5 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 16px !important;
    font-weight: 600;
   
    color: rgb(210 140 88);
    text-transform: uppercase;
}

.icon-green {
  color: #1bca5b;
  padding-right: 10px;
}
.icon-red {
  color: red;
  padding-right: 10px;
  font-size: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 1.6rem;
  }
}

/* *********************************** */
/* *********************************** */
.why-learn-section {
  background: #183244;
}

/*.highlight {
  color: #ff6a00;
}
*/
.intro-text {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.info-box h6 {
     color: rgb(2 119 189);
    font-family: var(--poppins);
    font-weight: 600;
    font-size: 20px;
}

.experience-card {
  background-image: linear-gradient(180deg, #36D2CE 0%, #0a3130 100%);
  border-radius: 16px;
  color: #fff;
}

.experience-card img {
  object-fit: cover;
  height: 100%;
}

.stress-span {
  color: #ffffff;
  font-style: italic;
}

.us {
  position: relative;
}

/*.usd{*/
/*    display:flex;*/
/*}*/
.usd-99{
    font-size: 26px;
    text-decoration: line-through;
    color: #de884d;
    font-weight: 800;
    margin-right: 20px;
}
.usd-5{
    font-size: 30px;
    color: #4CAF50;
    font-weight: 800;
}

.us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #0277bd;
}

.journey {
  position: relative;
  color: #d84315;
}
.journey::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #d84315;
}

.why-heading {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 20px;
}

.why-para {
  color: rgb(255 255 255);
    font-family: var(--poppins);
    /* font-weight: 600; */
    font-size: 15px;
    margin-top: -8px;
    line-height: 30px;
    letter-spacing: 0px;
}

.info-box{
    background: #071a2b;
    height: 100%;
    padding: 10px;
}

.whyy-para {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.whyy-para-span {
  font-size: 16px;
  color: #0277bd;
  font-style: italic;
}

.bonus-para-sub {
    font-size: 16px;
    color: #ffffff;
    font-family: var(--poppins);
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}

.year-16 {
    color: rgb(255 255 255);
    text-align: center;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.year-16-sub {
    font-size: 25px;
    line-height: 32px;
    margin: 0.36rem 0 0.3rem;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
}

.icon-imge{
    width: 15px;
    height: 15px;
    margin-right: 10px;

}
/* *********************************** */
/* *********************************** */
.masterclass-section {
  background-color: #09202f;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrap {
  max-width: 620px;
  margin: auto;
}

.quote-text {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}

.quote-text span {
  font-style: italic;
  font-weight: 400;
}

.cta-btn {
  background: #ffa34d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ff8a1f;
  color: #fff;
  transform: translateY(-2px);
}

.footer-section{
    background: #012137;
    padding: 20px 0;
}
.footer-menu{
    display: inline;
    color:#ffffff;
        padding-left: 0px;
}
.footer-menu li{
    display: inline;
    margin-left: 10px;
}
.footer-menu li a{
  t    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
    
}
.footer-menu li::before{
    content: '•';
}

@media (min-width: 769px) and  (max-width: 991px) {
  .quote-text {
    font-size: 22px;
    text-align: center;
  }

  .content-wrap {
    text-align: center;
    padding-top: 30px;
  }
    .left-img-div {
        height: 750px !important;
    }
    .hero-bottom {
        padding: 90px 10px;
        width: 70%;
        left: 30%;
    }
    .section-b {
        padding: 20px 0 0 0;
    }
}

/* *********************************** */

@media (min-width: 576px) and (max-width: 768px) {
  .s-hero-section h3 {
    font-size: 22px;
  }

  .s-hero-section h4 {
    font-size: 20px;
  }

  .s-hero-section p {
    font-size: 15px;
  }
    .left-img-div {
        height: 550px !important;
    }
    .hero-bottom {
        padding: 90px 10px;
    }
    .section-b {
        padding: 40px 0 0 0;
    }
    .masterclass-title {
        font-size: 22px;
    }
    .masterclass-subtitle {
        font-size: 14px;
    }
    .benefit-item {
        flex-direction: row;
    }
  
}

/* ********************************* */


.footer-button-div{
    width:100%;
    display:fixed;
    top:0;
    left:0;
}


@media (max-width: 769px) {
    .s-hero-section::before {
     background-position: 50% 61%;
    }   
}

@media (max-width: 575px) {
    
    .intro-text {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    line-height: 23px;
    padding-bottom: 15px;
}
.why-para {
    color: rgb(255 255 255);
        font-family: var(--poppins);
        /* font-weight: 600; */
        font-size: 16px;
        margin-top: -10px;
        line-height: 20px;
        letter-spacing: 0px;
}
    .hero-heading {
        font-size: 22px;
        line-height: 27px;
    }
    .hero-description{
        line-height: 27px;
        padding-bottom: 20px;
    }
    .success-section{
        padding: 30px 0;
    }
    .section-img::after{
        background-image: url(../image/abc.png);
        background-position: center center;
    }
    .hero-bottom {
        padding: 20px 10px;
        z-index: 2;
        height: 500px;
    }
    .masterclass-title {
        font-size: 28px;
    }
    .s-hero-section h3 {
                font-size: 30px;
        line-height: 33px;
    }
    .s-subheading {
                font-size: 21px !important;
        line-height: 24px;
    }
    .s-sub-subheading {
        font-size: 21px !important;
    }
    .s-small {
        font-size: 18px !important;
        padding-bottom: 10px !important;
        line-height: 23px;
    }
    .s-hero-section h4 {
        font-size: 24px !important;
    }
    .p-autism{
        font-size: 21px !important;
    }
    .autism-button{
        padding: 12px 0px;
    }
    .sec-b-ul {
        padding-bottom: 0px;
    }
    .sec-b-heading {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .autism-button {
        width: auto;
        max-width: 100%;
        padding: 10px 15px;
        margin: 0 auto;
        display: block;
    }
    .left-img-div {
        height: 400px !important;
    }
    .stress-h1 {
        font-size: 26px;
    }
    .success-p{
        font-size: 21px !important;
    }
    .understand-p{
        margin-bottom: 0px !important;
    }
    .section-Understand {
        padding: 30px 0;
    }
    .bonus-top{
        padding-top: 30px;
    }
    .bonus-top, .bonus-title{
        font-size: 28px !important;
    }
    .bonus-sub{
        margin-bottom: 20px !important;
    }
    .bonus-card {
        padding: 10px !important;
    }
    .bonus-card-p {
        font-size: 18px !important;
    }
    .bonus-card span {
        font-size: 16px !important;
    }
    .bonus-note {
        font-size: 18px !important;
    }
    .bonus-para-sub {
        font-size: 16px;
    }
    .year-16, .year-16-sub{
        font-size: 24px;
    }
    .why-heading {
        line-height: 40px;
    }
    .who-box {
        padding: 10px;
    }
    .who-box h6 {
        font-size: 22px;
    }
    .who-box p {
        font-size: 16px;
        line-height: 1.5;
    }
    .cta-text {
        font-size: 28px;
    }
    .cta-sub {
        font-size: 18px;
        line-height: 26px;
    }
    .quote-text {
        font-size: 26px;
        text-align: center;
        line-height: 32px;
        padding: 21px;
    }
    .section-b {
        padding: 20px 0 0 0;
    }
    .comparison-section {
        padding: 40px 0;
    }
    .footer-menu li {
        margin-left: 0px;
    }
    .footer-menu li a {
        font-size: 12px;
    }
    .benefit-item {
        flex-direction: column;
    }
     .s-hero-section::before {
        background-position: 50% 80%;
    }
}


/*0000000000000000000000000000000*/
.footer-button-div {
    position:sticky  !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;

    background: transparent; /* 🔥 remove white background */
    padding: 0;
    margin: 0;

    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* show after scroll */
.footer-button-div.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.footer-button-div button {
    width: 100%;
    background: #f03;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
}

/* mobile only */
@media (min-width: 769px) {
    .footer-button-div {
        display: none !important;
    }
}

