/* ========================= UNIVERSAL STYLES ========================= */

/* CSS Custom Properties for Consistent Font Management */
:root {
  --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-heading: 'Oswald', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-accent: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base Typography */
body {
  font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

/* Utility Font Classes */
.font-inter {
  font-family: var(--font-secondary);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-oswald {
  font-family: var(--font-heading);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* ========================= RESET & BASE STYLES ========================= */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
}

a {
  text-decoration: none;
  color: #575757;
}

/* ========================= NAVIGATION STYLES ========================= */

.mainIndexHeading {
  font-family: var(--font-heading);
  font-size: 100px;
  font-weight: 500;
  line-height: 110px;
  color: #ffffff;
}

.mainIndexTxt {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: #ffffff;
}

.indexCustomBtn {
  border: 2px solid #f54f29;
  border-radius: 9px;
  background-color: #f54f29;
  color: white;
  font-size: 35px;
  font-weight: 700;
}

.indexCustomlink:hover {
  color: #f54f29 !important;
}

.indexCustomBtn:hover {
  border-radius: 9px;
  border: 2px solid #f54f29;
  background-color: black;
  color: #f54f29;
}

.main_logo {
  padding: 18px 5px 18px 5px !important;
  width: 250px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main_logo1 {
  padding: 5px 0 0 30px !important;
  width: 200px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cursor-pointer {
  cursor: pointer !important;
}
#scroll {
  text-align: center !important;
}
#scroll form a {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 10px;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-weight: 400;
}

#products {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 11px;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-weight: 400;
}

#scroll form li {
  list-style: none;
}

.btm_brdr {
  font-family: var(--font-accent);
  font-size: 17px;
  font-weight: 400;
}

.btm_brdr1 {
  line-height: 50px;
  font-family: var(--font-accent);
  font-size: 17px;
  font-weight: 400;
}

.btm_brdr:focus,
.btm_brdr:hover {
  color: #b7462a !important;
}

.btm_brdr1:hover,
.btm_brdr1:focus {
  background-color: #b7462a !important;
  color: white !important;
}

.custom_dropdown a {
  display: block;
  font-weight: 700;
  transition: 0.4s all;
}

.custom_dropdown {
  position: relative;
}

.custom_dropdown:hover .dropdown {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.custom_dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 150px;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(116, 115, 115, 0.3);
  z-index: 111;
  transition: 0.4s all;
}

.custom_dropdown .dropdown a {
  font-weight: 400;
}

/* ****************************HOME SECTION***************************** */
.img_of_web {
  padding-top: 2.5rem !important;
}
.logo_font1 {
  color: #535252 !important;
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
}

.logo_font2 {
  color: #535252 !important;
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.logo_M {
  color: #b7462a;
}

.logo_B {
  color: #2a5699;
}
.blcg-backgroud {
  background-color: #000000 !important;
}

.logos_img {
  text-align: right;
}

.custom-menu-width {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.homeHeading {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #000000;
}

.homeHeading2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: rgb(87, 87, 87);
}

.custom-control:focus {
  outline: 0.5px solid #2a5699;
}

.servicefont {
  line-height: 28px;
}

.services {
  padding-top: 10px;
  text-align: center;
}

.card_titles {
  padding-top: 40px;
}

.custom_shadow {
  box-shadow: 4.5px 4.5px 3.6px rgba(0, 0, 0, 0),
    100px 100px 80px rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.9s;
  transition-delay: 0.05s;
}

.index_fist_img {
  width: 65%;
}

.custom_shadow:hover {
  cursor: pointer;
  box-shadow: 1px 0.9px 5.3px rgba(0, 0, 0, 0.025),
    3.4px 3.1px 17.9px rgba(0, 0, 0, 0.052), 15px 14px 80px rgba(0, 0, 0, 0.22);
}

.custom_unique_font {
  font-family: var(--font-heading);
  font-weight: 900;
}

/* **************************CONTACT SECTION**************************** */

/* Contact Page Cards */
.contact-info-card, .contact-form-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

.card-heading-contact {
    display: flex;
    align-items: flex-start;
}

.card-heading-contact::before {
    content: "";
    display: block;
    width: 4px;
    height: 40px;
    background-color: #b9492b;
    margin-right: 12px;
    flex-shrink: 0;
}

.contact-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Contact Icons */
.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25589C, #2a5699);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 18px;
}

.contact-text strong {
    color: #25589C;
    font-weight: 600;
}

/* Benefits List */
.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 8px 0;
    color: #666;
}

.benefits-list i {
    color: #b9492b;
    margin-right: 10px;
}

/* Modern Form Styles */
.modern-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.modern-input:focus {
    border-color: #25589C;
    box-shadow: 0 0 0 0.2rem rgba(37, 88, 156, 0.15);
    background: white;
}

.form-label {
    font-weight: 600;
    color: #25589C;
    margin-bottom: 8px;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #b9492b, #d55a35);
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.modern-submit-btn:hover {
    background: linear-gradient(135deg, #a03d24, #b9492b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(185, 73, 43, 0.3);
    color: white;
}

.form-note {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #25589C, #2a5699);
}

.cta-btn {
    background: #25c26e;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #20a85a;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-card, .contact-form-card {
        padding: 1.5rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-icon i {
        font-size: 16px;
    }
}

.mapouter {
  margin-top: 40px;
  position: relative;
  text-align: right;
  width: 100%;
  height: 670px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 670px;
}

.gmap_iframe {
  width: 500px !important;
  height: 470px !important;
}

/* ****************************Features***************************** */
.featuresHead {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.featurestxt {
  font-family: var(--font-primary);
  font-size: 15px;
  color: #000000;
}

/* ************************ Tags ***************************** */

.btn-p-secondary {
  color: #1677ff !important;
  background-color: #e6f4ff !important;
  border: 0 !important;
  font-weight: 500;
}

.my-space {
  display: flex;
  align-items: center;
}

.my-space > * {
  margin-right: 10px !important;
}

.btn-s-secondary {
  color: #52c41a !important;
  background: #f6ffed !important;
  border: 0 !important;
}
.btn-d-secondary {
  color: #ff4d4f !important;
  background: #fff2f0 !important;
  border: 0 !important;
}
.btn-w-secondary {
  color: #faad14 !important;
  background: #fffbe6 !important;
  border: 0 !important;
}
.btn-m-secondary {
  color: #c41d7f !important;
  background: #fff0f6 !important;
  border: 0 !important;
}
.btn-r-secondary {
  color: #cf1322 !important;
  background: #fff1f0 !important;
  border: 0 !important;
}
.btn-v-secondary {
  color: #d4380d !important;
  background: #fff2e8 !important;
  border: 0 !important;
}
.btn-o-secondary {
  color: #d46b08 !important;
  background: #fff7e6 !important;
  border: 0 !important;
}
.btn-g-secondary {
  color: #389e0d !important;
  background: #f6ffed !important;
  border: 0 !important;
}
.btn-l-secondary {
  color: #7cb305 !important;
  background: #fcffe6 !important;
  border: 0 !important;
}
.btn-c-secondary {
  color: #08979c !important;
  background: #e6fffb !important;
  border: 0 !important;
}
.btn-b-secondary {
  color: #0958d9 !important;
  background: #e6f4ff !important;
  border: 0 !important;
}
.btn-db-secondary {
  color: #1d39c4 !important;
  background: #f0f5ff !important;
  border: 0 !important;
}
.btn-p-outline {
  box-shadow: 0 0 0 1px #0958d9 inset;
  color: #0958d9 !important;
  padding: 5px 12px 5px 12px !important;
}
.btn-gr-secondary {
  color: #000 !important;
  background: lightgray !important;
  font-weight: 500;
  border: 0 !important;
}

/* *****************************Services**************************** */
.card_of_img {
  width: min-content;
  text-align: center;
}
.p-card-shadow {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in 0.3s;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.p-card-shadow:hover {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.9);
}
.dashed-divider {
  border-top: 2px dashed gray;
  background-color: none;
  width: 100%;
  opacity: none;
}
.p-after-sec {
  position: relative;
  display: flex;
}

.card-heading {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
}

.p-heading {
  display: flex;
  align-items: center !important;
  height: 40px;
}
.text-caption {
  font-size: 9px;
}
.tech-text {
  font-size: 13px;
  font-weight: 500;
  color: #010101;
}

.p-heading::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #b9492b;
  border-radius: 3px;
}
.simple_card {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: left !important;
}

.services_head01 {
  font-family: "Antonio", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.company_txt_clr {
  color: #2a5699;
}

.read_more {
  color: #000000;
}

.read_more:hover {
  border-bottom: 1px solid black;
  color: #000000;
}

.services_nice_font {
  font-family: "yae";
  font-size: 22px;
}

.services_heading {
  font-family: "Source-sans-pro", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  color: rgb(0, 0, 0);
}

.cards_head {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 900;
  font-size: 32px;
}

.service_heading {
  font-family: "montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: rgb(0, 0, 0);
}

.service_txt {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 51, 51);
}

.developmnt_clr {
  background-color: #f4f6fd;
}

/* ******************************FOOTER***************************** */
.footer_logo {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 46px;
}

.footer_logo:hover {
  color: white;
}

.mobivone {
  font-weight: 400;
  font-size: 22px;
}

.rights {
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
}

.footer_custom {
  background-color: #000000;
  padding: 120px 0 60px 0;
  margin-bottom: 0% !important;
}

.last_list {
  list-style: none;
  display: flex;
  text-align: center;
}

.l_item a {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  color: rgb(255, 255, 255);
  transition: 0.4s all;
}

.l_item a:hover {
  color: #c2c2c2;

  font-size: 12px;
}

.footer_li {
  font-size: 30px;
  color: gray;
  cursor: pointer;
}

.footer_li_1,
.footer_li_2,
.footer_li_3 {
  padding: 0 30px 0 0px;
}

.footer_li_1:hover {
  /* color: #016FAC; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.footer_li_2:hover {
  /* color: #2BA2D9; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.footer_li_3:hover {
  /* color: #38589B; */
  color: white;
  border-radius: 3px;
  transform: scale(1.199);
  transition: all 0.5s;
}

.privacy {
  color: #f54f29;
}

.privacy:hover {
  cursor: pointer;
  color: #ff772f;
  transform: scale(1.199);
}

.footer_green {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 40px;
}

.cpy_txt {
  font-size: 11px;
}

/* Pojects */

.courses-section-title {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.course-title {
  font-size: 20px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.courses-section {
  background-color: #fafafa;
}
.courses-section .btn {
  border-radius: 3px !important;
  font-size: 13px !important;
}
.btn-primary {
  background-color: #0059a5 !important;
  color: #fff !important;
  outline: none !important;
  border: none !important;
}
.bg-icon {
  color: #fff;
  background-color: #0059a5 !important;
  border-radius: 50%;
  padding: 18px;
}
.card {
  color: #242424;
}
.card-footer {
  background-color: #e8e7e729 !important;
}

.custom-heading {
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.caption {
  font-size: 13px !important;
}

.upper-line1 {
  height: 5px;
  background-color: #004fa5;
}
.upper-line2 {
  height: 5px;
  background-color: #db0000;
}
.upper-line3 {
  height: 5px;
  background-color: #00823f;
}
.upper-line4 {
  height: 5px;
  background-color: #f76d00;
}
/* .custom-footer{
  position: fixed;
  bottom: 0;
} */
.card-col {
  height: 400px;
}

/* .custom-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;
} */
.course-desc {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  text-align: justify;
  margin-left: 12px;
  color: #21293f;
}

.courses-section-title {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.course-title {
  font-size: 20px;
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
.courses-section {
  background-color: #fafafa;
}
.bg-body {
  background-color: #fff !important;
}
.project-section .btn {
  border-radius: 3px !important;
  font-size: 13px !important;
}
.card-section {
  display: grid;
  grid-template-columns: repeat(
    3,
    1fr
  ); /* Display 3 items in a row on desktop */
  grid-gap: 30px; /* Adjust the gap between items as needed */
}

/* *******************MAIL PAGE**************** */
.mail-page {
  padding: 10% 0 10% 0;
  background-color: rgb(157, 155, 155);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  object-fit: fill;
  overflow: hidden;
}
.embed-responsive.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: fill;
  border: none !important;
}

#video-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  z-index: 10;
  display: none;
  z-index: 999999;
}

@media only screen and (min-width: 768px) {
  iframe.embed-responsive-item {
    width: 100% !important;
    min-height: 267px !important;
    object-fit: contain !important;
  }
}
@media only screen and (max-width: 768px) {
  iframe.embed-responsive-item {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  #scroll form {
    text-align: center;
    padding-left: auto;
  }
  #scroll form a {
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 0px 7px;
    font-family: "Oswald", sans-serif;
    color: #000000;
    font-weight: 400;
  }
  .footer_green {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 22px;
  }
  .footer_custom {
    background-color: #000000;
    padding: 30px 0;
    margin-bottom: 0% !important;
  }
  .service_txt {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(51, 51, 51);
  }
  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }

  .card-section {
    grid-template-columns: 1fr; /* Display 1 item per row on mobile */
  }
  .main_logo {
    /* padding: 18px 0 11px 25px !important; */
    width: 250px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .main_logo1 {
    padding: 5px 0 0 25px !important;
    width: 200px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mainIndexHeading {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    color: rgb(255, 255, 255);
  }

  .mainIndexTxt {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40.8px;
    color: rgb(255, 255, 255);
  }

  .index_fist_img {
    width: 65%;
  }

  .indexCustomBtn {
    border: 2px solid #f54f29;
    border-radius: 9px;
    background-color: #f54f29;
    color: white;
    font-size: 30px;
    font-weight: 700;
    width: 50% !important;
  }

  .btn-whatsapp-pulse {
    bottom: 20px !important;
    right: 20px !important;
    padding: 20px !important;
    font-size: 24px !important;
  }

  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
}

@media only screen and (max-width: 480px) {
  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
  #scroll::after {
    content: "";

    width: 100%;
    padding: 0 0 0 20px;
  }
  .mainIndexHeading {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    color: rgb(255, 255, 255);
  }

  .mainIndexTxt {
    padding: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30.8px;
    color: rgb(255, 255, 255);
  }

  .indexCustomBtn {
    border: 2px solid #f54f29;
    border-radius: 9px;
    background-color: #f54f29;
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 50% !important;
  }

  .services_heading {
    font-family: "Source-sans-pro", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 60px;
    color: rgb(0, 0, 0);
  }
}
.row {
  --bs-gutter-x: 0 rem !important;
}
.android-menu a {
  font-size: 14px !important;
  width: 100% !important;
}
.sm-menu {
  padding: 0px 0px 10px 0px;
}
.sm-menu a {
  font-size: 14px !important;
  padding: 0 8px;
  font-family: "Oswald", sans-serif;
}
.sm-menu li {
  font-size: 14px !important;
  padding: 0 8px;
  font-family: "Oswald", sans-serif;
  list-style: none;
}
.app-gif img {
  width: 100% !important;
  height: 275px !important;
}
.modal-body {
  object-fit: contain !important;
}
.modal-xl {
  max-width: 920px !important;
}

/* Details */
.features-card:hover {
  cursor: pointer !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.bgColorGray200 {
  background-color: #f6f5f4 !important;
}

/* WhatsApp Button Styles */
.btn-whatsapp-pulse {
  background: #1AD03F !important;
  color: white !important;
  position: fixed;
  bottom: 45px !important;
  right: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none !important;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 15;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #1AD03F;
  }
  80% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
