/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.btn-border-radius {
    border-radius: 25% 10%;
}

/*.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}*/

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(/wp-content/uploads/2025/11/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/


/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(/wp-content/uploads/2025/11/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    /*border-radius: 50% 20% / 10% 40%;*/
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    /*border-radius: 50% 20% / 10% 40%;*/
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: var(--bs-secondary);
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}
.team .team-item:hover{
        border-radius: 0 0 10px 10px;
}
.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-dark) !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/


.header-logo{
    width: 110px;
}
.header-logo img{
    width: 100%;
}

.footer-logo {
    width: 110px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-logo img{
    width: 100%
}

.footer-item a.text-body{
    padding-left: 30px;
    position: relative;
}
.footer-item a.text-body i{
        position: absolute;
    top: 5px;
    left: 0px;
}
.panel-grid-cell .widget-title{
    display: none !important;
}
.so-panel{
    margin-bottom: 0px !important;
}



.home-tutor-section {
  font-family: 'Poppins', sans-serif;
  background: #1d1f23;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  background-image: url(/arkhometuition/wp-content/uploads/2025/09/freatured-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-tutor-section .background-overlay {
    inset: 0;
    position: absolute;
}
.home-tutor-section .background-overlay{
        background-color: #2C2C2C;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.home-tutor-section .speciality {
    position: relative;
}
.home-tutor-section .tag {
  color: #ff6b35;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.home-tutor-section .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 60px;
  color: #fff;
}

.home-tutor-section .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.home-tutor-section .card {
  padding: 50px 20px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-tutor-section .card .icon {
  font-size: 3rem;
  margin-bottom: 20px;
  width: 120px;
    height: 120px;
    background: #FFFFFF1A;
    border-radius: 50%;
    position: relative;
}
.home-tutor-section .card .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-tutor-section .card h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.home-tutor-section .card1 {
  background: #ff5722;
}

.home-tutor-section .card2 {
  background: #00bfa6;
}

.home-tutor-section .card3 {
  background: #8bc34a;
}

.home-tutor-section .card4 {
  background: #ffb74d;
}

.home-tutor-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .home-tutor-section .title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .home-tutor-section .title {
    font-size: 1.5rem;
  }
  .home-tutor-section .card {
    padding: 40px 15px;
  }
}


.main-benefits {
      padding: 60px 0;
    }
    .main-benefits .content h2 {
      font-size: 24px;
    margin-bottom: 10px;
    color: #ff4880;
    font-family: "Quicksand", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    }
    .main-benefits .content h3 {
      margin-bottom: 15px;
    color: #2C2C2C;
    font-family: "Mulish", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: capitalize;
    }
    .main-benefits .content p {
      margin-bottom: 20px;
    }
    .main-benefits .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    padding: 0px;
}
    .main-benefits .benefits li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-weight: 500;
    color: #2C2C2C;
    transition: color 0.3s;
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}
    .main-benefits .benefits li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: #f04e30;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    width: 1.25em;
    color: #ff4880;
    transition: color 0.3s;
    top: 50%;
    transform: translateY(-50%);
}
    /* IMAGE DESIGN */
    .main-benefits .image-side {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .main-benefits .circle-img {
      width: 380px;
      height: 380px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      z-index: 3;
      /*box-shadow: 0px 10px 25px rgba(0,0,0,0.15);*/
    }
    .main-benefits .circle-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* DECORATIVE CIRCLES */
    .main-benefits .shape {
      position: absolute;
      border-radius: 50%;
      z-index: 1;
      opacity: 0.95;
    }
    .main-benefits .shape.orange {
      width: 18px;
      height: 18px;
      background: #f04e30;
      top: 35%;
      right: 15%;
    }
    .main-benefits .shape.green {
      width: 70px;
      height: 70px;
      background: #ff4880;
      top: 20%;
      right: 25%;
      z-index: 4;
    }
    .main-benefits .shape.gray-lg {
      width: 140px;
      height: 140px;
      background: #f4f4f4;
      bottom: 5%;
      left: 15%;
    }
    .main-benefits .shape.gray-sm {
      width: 90px;
      height: 90px;
      background: #f8f8f8;
      bottom: -10%;
      right: 5%;
    }

    @media (max-width: 768px) {
 .main-benefits .benefits{
    display: inline-block;
 }
 .main-benefits .benefits li{
    margin-bottom: 10px;
 }
}






.benefits-section {
         background-color: #F8F8F8;
         padding: 60px 0;
         }
         .benefit-box {
         border-radius: 15px;
         box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
         padding: 40px 20px;
         text-align: center;
         background-size: cover;
         background-position: center;
         transition: all 0.3s ease;
         color: #2C2C2C;
         background-position: top left;
         background-repeat: no-repeat;
         border-radius: 15px 15px 15px 15px;
         box-shadow: 6px 5px 25px 0px rgba(0, 0, 0, 0.0784313725490196);
         }
         .benefit-box:hover {
         background-color: #ff4880;
         transform: translateY(-5px);
         }
         .benefit-icon {
         width: 140px;
         height: 140px;
         border-radius: 50%;
         margin: 0 auto 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         background-color: rgba(255, 255, 255, 0.8);
         transition: all 0.3s ease;
         position: relative;
         }
         .benefit-box:hover .benefit-icon {
         background-color: rgba(255, 255, 255, 0.2);
         }
         .benefit-icon i, .benefit-icon svg {
         font-size: 90px;
         color: #ff4880;
         fill: #ff4880;
         transition: all 0.3s ease;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 100px;
         }
         .benefit-box:hover .benefit-icon i,
         .benefit-box:hover .benefit-icon svg {
         color: #fff;
         fill: #fff;
         }
         .benefit-title {
         font-size: 22px;
         font-weight: 800;
         margin-top: 15px;
         transition: color 0.3s ease;
         }
         .benefit-box:hover .benefit-title {
         color: #fff;
         }
         @media (max-width: 767px) {
         .benefit-box {
         margin-bottom: 20px;
         }
         }


.custom-section {
  padding: 40px 0px;
  text-align: center;
}


.custom-container {
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}


.btn-wrapper {
  margin-top: 20px;
}
.custom-section .custom-container p{
    text-align: center;
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 500;
}


.custom-btn {
  display: inline-block;
  background: #00c4a7;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
  text-transform: capitalize;
}

.custom-btn:hover {
  background: #009e87;
}






/*.tutor-box {
  background: #00897b;   
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  color: #fff;
}*/

.tutor-content {
  flex: 1;
  min-width: 250px;
}

.tutor-content h2 {
  margin-bottom: 15px;
  color: #FFFFFF;
    font-family: "Mulish", Sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    text-align: left;
}

.tutor-content p {
  font-size: 16px;
  line-height: 1.6;
      color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.tutor-btn-wrap {
  flex: 0 0 auto;
  min-width: 180px;
  text-align: right;
}

.tutor-btn {
  background: #4d65f9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
}

.tutor-btn:hover {
  background: #4d65f9;
  color: #fff;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .tutor-box {
    flex-direction: column;
    text-align: center;
  }

  .tutor-btn-wrap {
    text-align: center;
    margin-top: 20px;
  }

  .tutor-content h2 {
    font-size: 22px;
  }

  .tutor-content p {
    font-size: 15px;
  }
}

.home-tutor-box{
        padding: 20px 0px 30px 0px;
}
.home-tutor-section.tutor-box{
    border-radius: 12px;
    padding: 50px 20px;
}
.home-tutor-section.tutor-box .tutor-box-container{
    position: relative;
}
.home-tutor-section.tutor-box .background-overlay{
    background-color: #ff4880;
    opacity: 0.7;
    border-radius: 12px;
}



.btn-primary.active{
    color: #000;
    background-color: #4d65f9;
    border-color: #4d65f9;
}

.btn-primary.active:hover{
    color: #000;
    background-color: #ff6d99;
    border-color: #ff5a8d;
}


.whatsapp_icon_fix {
    position: fixed;
    width: 45px;
    height: 45px;
    z-index: 999;
    top: auto;
    right: 30px;
    bottom: 85px;
    left: auto;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite;
    -o-animation: bounce 2.5s infinite;
    transition: all .7s ease;
}
.whatsapp_icon_fix a img{
    width: 100%;
    height: auto;
}

.chaty-i-trigger .chaty-channel {
    position: absolute;
    bottom: 60px !important;
    right: 4px;
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;

}
.chaty-outer-forms.active, .chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view {
    -webkit-transform: translateY(-93px);
    transform: translateY(-93px);
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    bottom: 60px !important;
    pointer-events: auto;
}