
.contact-detail-inner h3 {
  font-size: 21px;
  color: #06b453;
  font-family: var(--font-02);
  margin: 0;
}
.contact-detail-inner span {
  color: rgb(253 253 225);
  font-size: 21px;
  font-weight: 400;
  /*font-family: var(--font-02);*/
}
.contact-detail {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hr-footer {
  background: #000;
}
.hr-footer-about {
  color: rgb(253 253 225);
  font-size: 21px;
  margin: 0;
}
.hr-footer-social ul li .nav-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all .4s;
  border: 1px solid rgb(253 253 225);
  background-color: #000;
  color: rgb(253 253 225);
}
.hr-footer-social ul {
  display: flex;
  align-items: center;
  column-gap: 6px;
  flex-direction: row;
}
.hr-footer-social ul li .nav-link:hover {
  background-color: #06b453;
  box-shadow: 0 2px 0 0 rgb(253 253 225);
  border: 1px solid #000;
  color: #000;
}

.footer-content h2 {
  margin-bottom: 24px;
  font-size: 24px !important;
  line-height: 28px;
  color: rgb(253 253 225);
  font-family: var(--font-01);
}
.hr-footer-form input {
  margin: 0;
  width: 100%;
  height: 60px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  background-color: transparent;
  padding: 15px 24px !important;
  transition: all .4s;
  border: 1px solid #fff !important;
  margin-bottom: 24px;
}
.hr-footer-form input::placeholder {
  color: #fff;
}
.hr-footer-form select {
    margin: 0;
    width: 100%;
    height: 60px;
    font-weight: 700;
    color: #fff; /* Black selected text */
    font-size: 16px;
    border-radius: 50px;
    background-color: transparent; /* White background */
    padding: 15px 24px !important;
    transition: all .4s;
    border: 1px solid #fff !important;
    margin-bottom: 24px;
}

.hr-footer-form select option {
    color: #000; /* Black dropdown text */
    background: #fff;
}
.hr-footer-form .form-control {
  margin: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 60px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  background-color: transparent;
  padding: 15px 24px !important;
  transition: all .4s;
  border: 1px solid #fff !important;
  margin-bottom: 24px;
  height: 150px;
}
.hr-footer-form .form-control::placeholder {
  color: #fff;
}

.footer-form-btn {
  text-align: left;
  position: relative;
  font-family: var(--font-02);
  padding: 22px 118px 22px 48px;
  border-radius: 50px;
  /* border-width: 2px; */
  font-weight: 700;
  margin: 0 !important;
  background: #06b453;
  color: #000;
  --tw-text-opacity: 1;
  color: #fff;
  --tw-shadow: 0 4px 0 0;
  --tw-shadow-colored: 0 4px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  transition: .3s ease-in-out;
  border: none;
}
.footer-form-btn:hover {
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: .3s ease-in-out;
}

.footer-form-btn span {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
} 

.hr-copyright-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  border-top: 1px solid #333;
}
.hr-main-footer {
  padding-bottom: 130px;
}
.hr-copyright-wrap p {
  color: #fff;
  font-size: 18px;
  max-width: 580px;
}
.hr-copyright-wrap p a {
  color: #06b453;
}

.hr-footer-info {
  position: relative;
}
.hr-footer-info .curve-shape {
  right: 70px;
  bottom: 70px;
  animation: float-left-right 6s ease-in-out infinite;
}

.hr-footer-info h2 {
  color: rgb(253 253 225);
  font-family: var(--font-01);
  font-size: 70px;
  line-height: 1.07em;
  letter-spacing: -.7px;
  position: relative;
}
.hr-footer-info h2 span {
  position: absolute;
  top: 0;
  right: 90px;
}

.footer-policy-terms {
  padding: 0;
  margin: 0;
  padding-top: 30px;
}
.footer-policy-terms li {
  list-style: none;
  padding-right: 20px;
}
.footer-policy-terms {
}
.footer-policy-terms li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-02);
}
.footer-policy-terms li a:hover {
  color: #06b453;
}
.hr-footer-social .nav-item .th-admin-edit .icon {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 2;
}
/*footer whatsapp css start*/
.whatsapp-widget-container {
    position: fixed;
    bottom: 110px; /* Positions it nicely above the scroll-to-top button */
    right: 24px;
    z-index: 1000;
    display: none; /* Controlled by JS on scroll */
    flex-direction: column;
    align-items: center;
}

/* Close Button Styling */
.whatsapp-close-btn {
    position: absolute;
    top: -22px;
    right: -8px;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: color 0.2s ease;
    z-index: 1001;
}

.whatsapp-close-btn:hover {
    color: #e53935; /* Turns red on hover */
}

/* Floating Text Bubble */
.whatsapp-greeting {
    background-color: #ffffff;
    color: #00a884;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-bottom: 12px;
    position: relative;
    transform: rotate(-8deg); /* Playful tilt like the image */
    white-space: nowrap;
    border: 2px solid #00a884;
    animation: floatUpDown 2.5s ease-in-out infinite;
    font-family: 'Comic Sans MS', cursive, sans-serif; /* Friendly font */
}

/* Speech Bubble Tail */
.whatsapp-greeting::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 20px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-bottom: 2px solid #00a884;
    border-right: 2px solid #00a884;
    transform: rotate(45deg);
}

/* Floating Animation */
@keyframes floatUpDown {
    0%, 100% { transform: translateY(0) rotate(-8deg); }
    50% { transform: translateY(-5px) rotate(-8deg); }
}

/* Green WhatsApp Button */
.whatsapp-btn1 {
    background-color: #25D366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}

.whatsapp-btn1:hover {
    transform: scale(1.1);
    color: white;
}

/* Red Notification Badge */
.whatsapp-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #e53935; /* Red */
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
@media(max-width:1400px){
  .hr-footer-info h2 {
  font-size: 60px;
}
.hr-footer-about {
  font-size: 18px;
}
}
@media(max-width:1200px){
  .hr-footer-info h2 {
  font-size: 45px;
}
.hr-footer-info h2 span svg {
  width: 50px;
  height: 50px;
}
}
@media(max-width:991px){
  .hr-footer-info h2 {
  font-size: 36px;
}
.hr-main-footer {
  padding-bottom: 70px;
} 
.hr-copyright-wrap p {
  color: #fff;
  font-size: 13px;
}
.hr-footer-info {
  position: relative;
  padding-bottom: 40px;
}
.home-service-wapper {  
  padding: 20px 20px;
}
}
@media(max-width:768px){
  .hr-copyright-wrap {
  flex-direction: column;
}
.hr-copyright-wrap p {
  color: #fff;
  font-size: 14px;
}
.hr-footer-info h2 span svg {
  position: absolute;
  right: -40px;
}
}
@media(max-width:576px){
  .hr-footer-info h2 span svg {
  display: none;
}
.hr-copyright-wrap p {  
  text-align: center;
}
.hr-footer-info h2 {
  font-size: 28px;
}
.footer-policy-terms li {
  list-style: none;
  padding-right: 10px;
}
.footer-policy-terms li a {
  font-size: 13px;
}
.hr-footer-info .curve-shape {
  right: 10px;
  bottom: 105px;
  animation: float-left-right 6s ease-in-out infinite;
}
}