@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Quattrocento Sans', sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::selection {
  color: #ffff;
  background-color: #000;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(207, 207, 207);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #747474;
  border-radius: 6px;
}
.fix-iconsx {
  height: 45px;
  width: 45px;
  background-color: #e90d3c;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #ffffff;
  cursor: pointer;
  z-index: 99999;
}
p {
  font-size: 16px !important;
  color: #000 !important;
}
.sscon-py {
  padding-top: 80px !important;
}
:root {
  --primary-gradient: linear-gradient(135deg, #e90d3c, #dc3458);
  --accent-color: #ffc107;
  --light-color: #ffffff;
  --dark-color: #333333;
  --text-color: #555555;
  --primary-gradient: linear-gradient(135deg, #e90d3c, #dc3458);
  --accent-yellow: #ffc107;
  --dark-bg: #121212;
}
/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.hed-col {
  background-color: #959494e8;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.log-img {
  width: 160px;
  height: auto;
  background-size: cover;
  align-items: center;
}
.logo {
  font-size: 24px;
  font-weight: bold;
}
.logo span {
  color: #e90d3c;
}
.features {
  display: flex;
  gap: 30px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.feature-item i {
  font-size: 30px;
  color: #e90d3c;
}
.hed-font {
  font-size: 18px;
}
.h6-colo {
  color: #797979;
}
.nav-style {
  display: flex;
  justify-content: space-between;
}
.nav-style li {
  list-style: none;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 600;
}
.nav-style li a {
  text-decoration: none;
}

.navbar {
  background-color: #e90d3c !important;
  padding: 10px 0px;
}
.navbar-nav li > a {
  color: #fff;
  font-weight: 600;
  transition: all 0.2s linear;
}

.navbar-nav li > a:hover {
  color: #dc3458 !important;
}

.menu-hover {
  background-color: #fff;
  color: #6c757d !important;
  transition: all 0.03s ease-in;
}

.menu-hover:hover {
  color: #e90d3c;
  background-color: #e3e4e5;
}
.navbar-nav li > a:after {
  display: none;
}

/* slider */

.home-btn {
  background-color: #e90d3c;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  transition: 0.3s;
}

.text-main {
  color: #e90d3c;
  position: relative;
  display: inline-block;
}

.txt-size {
  font-size: 2.5rem;
  font-weight: 600;
}

.carousel-caption {
  bottom: 20%;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 5;
}

.icn-a {
  font-size: 1.5rem;
}

.icn-bg {
  background-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* service section start */
.text-main {
  color: #e90d3c;
  display: inline-block;
  font-weight: 800;
  position: relative;
}

/* Service Card Styling - Responsive */
.service-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 300px; /* Default for mobile */
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.service-card:hover .service-img {
  transform: scale(1.05);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: background 0.3s;
}

.service-card:hover .service-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 2;
  color: white;
}

.service-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-card p {
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.btn-service {
  background: #e90d3c;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-service:hover {
  background: #dc3458;
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 5px 15px rgba(233, 13, 60, 0.4);
}

.section-padding {
  padding: 80px 0;
}
/* service section start */

.video-call-btn {
  background: linear-gradient(to right, #00c853, #00e676);
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 200, 83, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  margin-top: 20px;
  width: 100%;
  max-width: 280px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.video-call-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00e676, #00c853);
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.video-call-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 200, 83, 0.4);
}

.video-call-btn:hover::after {
  opacity: 1;
}

.call-icon {
  font-size: 1.3rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 20px 0;
}

.feature-badge {
  background: rgba(233, 13, 60, 0.1);
  color: #e90d3c;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* service section end */

/* vidoe section start */
/* Video Section Styles */
.video-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #fff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.3)" d="M0,0 L100,0 L100,100 L0,100 Z" /></svg>');
  opacity: 0.5;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e90d3c;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #e90d3c, #dc3458);
  border-radius: 2px;
}

.section-subtitle {
  color: #7f8c8d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.video-thumbnail::before {
  content: '';
  display: block;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.feedback-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
  background: #e90d3c;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: none;
}

.video-card:hover .play-button {
  opacity: 1;
}

.client-info {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.client-info h4 {
  color: #e90d3c;
  font-weight: 600;
  margin-bottom: 5px;
}

.client-info p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0;
}

.btn-view-more {
  background: linear-gradient(to right, #e90d3c, #dc3458);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 13, 60, 0.3);
}

.btn-view-more:hover {
  background: linear-gradient(to right, #dc3458, #e90d3c);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 13, 60, 0.4);
}
/* vidoe section end */

/* About section start  */

/* About Pandit Section Styles */
.about-pandit {
  padding: 80px 0;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  position: relative;
  /* overflow: hidden; */
}

.pandit-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pandit-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.pandit-image-wrapper:hover .pandit-image {
  transform: scale(1.03);
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(233, 13, 60, 0.9);
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.experience-badge span {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

.experience-badge small {
  font-size: 0.8rem;
  display: block;
}

.section-header {
  margin-bottom: 30px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #e90d3c;
  margin-bottom: 15px;
}

.section-title span {
  color: #dc3458;
  position: relative;
}

.section-title span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #e90d3c, transparent);
}

.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #e90d3c, #dc3458);
  border-radius: 2px;
}

.about-content {
  color: #555;
  line-height: 1.7;
}

.lead-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.specialization {
  margin: 25px 0;
}

.specialization h4 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.specialization h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #e90d3c;
  border-radius: 50%;
}

.specialty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.specialty-item {
  display: flex;
  align-items: center;
  background: rgba(233, 13, 60, 0.08);
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.specialty-item:hover {
  background: rgba(233, 13, 60, 0.15);
  transform: translateY(-3px);
}

.specialty-item i {
  color: #e90d3c;
  margin-right: 10px;
  font-size: 1.1rem;
}

.cta-box {
  background: rgba(233, 13, 60, 0.08);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(233, 13, 60, 0.15);
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.phone-number,
.whatsapp-available {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.phone-number i,
.whatsapp-available i {
  margin-right: 8px;
  color: #e90d3c;
}

.phone-number a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.phone-number a:hover {
  color: #e90d3c;
}

.whatsapp-available span {
  color: #25d366;
}

.btn-appointment {
  background: linear-gradient(to right, #e90d3c, #dc3458);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 5px 15px rgba(233, 13, 60, 0.3);
}

.btn-appointment i {
  margin-right: 10px;
  font-size: 1.1rem;
}

.btn-appointment:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(233, 13, 60, 0.4);
  background: linear-gradient(to right, #dc3458, #e90d3c);
}

/* About section end  */

/* slider section start  */
.testimonial-section {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.section-header h1 {
  position: relative;
  display: inline-block;
}

.section-header h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #f34ed9, #ff8aeb);
  border-radius: 3px;
}

.slider-wrapper {
  padding: 30px 0 80px;
}

.slider-card {
  padding: 0 10px;
  outline: none;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  border: 1px solid rgba(243, 78, 217, 0.1);
}

.custom-slider .slick-center .testimonial-card {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(243, 78, 217, 0.15);
  border: 1px solid rgba(243, 78, 217, 0.2);
}

.quote-icon {
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
}

.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid rgba(243, 78, 217, 0.2);
}

.client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}

.client-title {
  font-size: 0.85rem;
  color: #888;
  margin: 0;
}

/* Dots Styling */
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #f34ed9;
  transform: scale(1.2);
}

.slick-dots li button:before {
  display: none;
}

/* slider section end */

/* ???????????////// */

.service-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 1.5rem;
}
.service-desc {
  color: #6c757d;
  margin-bottom: 20px;
}
.service-btn {
  background-color: #6f42c1;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
}
.section-title {
  font-weight: 800;
  color: #343a40;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.section-title:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background: #6f42c1;
  bottom: -15px;
  left: 50%;
  border-radius: 2px;
}
.sub-title {
  text-align: center;
  color: #6c757d;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
/* ???????????////// */

.services-section {
  background-color: #fbfff3;
  padding: 80px 0;
}

.service-column {
  margin-bottom: 30px;
}

.service-header {
  border-radius: 8px 8px 0 0;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-header.gradient-bg {
  background: linear-gradient(135deg, #e90d3c, #dc3458);
}

.service-header.yellow-bg {
  background-color: #f0496d;
  color: white !important;
}

.service-header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
  z-index: -1;
}

.service-header h5 {
  font-weight: 600;
  margin-bottom: 5px !important;
}

.service-header h5 strong {
  font-weight: 800;
  font-size: 1.1em;
}

.service-body {
  background: white;
  border-radius: 0 0 8px 8px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 1px solid #e0e0e0;
}

.service-list {
  list-style: none;
  padding: 0;
}

.service-list li {
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 10);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.service-list li:last-child {
  border-bottom: none;
}

.service-list li:hover {
  transform: translateX(5px);
}

.service-list li span.check-icon {
  color: #e90d3c;
  font-size: 1.2rem;
  margin-right: 12px;
  min-width: 20px;
}

.parallax-section {
  background-image: url('../image/bg-black.webp');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  z-index: 0;
  /* margin-top: 20px; */
}
.parallax-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.5s all;
  z-index: -1;
  opacity: 0.6;
}

.success-stories {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-heading h2 {
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #e90d3c, #dc3458);
  border-radius: 3px;
}

.story-slider-container {
  padding: 30px 0 80px;
  position: relative;
}

.story-item {
  padding: 0 10px;
  outline: none;
  transition: transform 0.3s ease;
}

.story-card {
  background: white;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(233, 13, 60, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  border-left: 4px solid #e90d3c;
}

.story-slider .slick-center .story-card {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(233, 13, 60, 0.15);
}

.quote-mark {
  margin-bottom: 15px;
  opacity: 0.7;
}

.story-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
}

.story-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
  border: 2px solid rgba(233, 13, 60, 0.1);
  flex-shrink: 0;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.author-desc {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}

/* Dots Styling */
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #e90d3c;
  width: 25px;
  border-radius: 5px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-weight: 800;
  color: #e90d3c;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.section-header h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-gradient);
  border-radius: 2px;
}

.section-header p {
  color: var(--text-color);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 30px auto 0;
  line-height: 1.7;
}

.contact-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.4s ease;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(233, 13, 60, 0.15);
}

.form-container {
  background: var(--primary-gradient);
  padding: 0;
}

.form-header {
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}

.form-header h3 {
  color: var(--light-color);
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}

.form-header p {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 12px;
  font-size: 1.05rem;
}

.contact-form {
  padding: 30px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #e90d3c;
  font-size: 1.1rem;
}

.form-control {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 12px;
  padding: 16px 20px 16px 50px;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 55px;
}

.form-control:focus {
  background: var(--light-color);
  box-shadow: 0 8px 20px rgba(233, 13, 60, 0.15);
  border: none;
  outline: none;
}

textarea.form-control {
  height: auto;
  padding: 20px 20px 20px 50px;
  resize: none;
}

.form-label {
  color: var(--light-color);
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  padding-left: 8px;
}

.submit-btn {
  background: var(--accent-color);
  color: var(--dark-color);
  border: none;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  background: #ffca2c;
}

.submit-btn i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.info-container {
  background: var(--light-color);
  padding: 0;
  height: 100%;
}

.info-header {
  padding: 30px 30px 20px;
}

.info-header h4 {
  color: #e90d3c;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.info-header h6 {
  color: #ff6600;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.contact-methods {
  padding: 0 30px 30px;
}

.contact-method {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-method:last-child {
  border-bottom: none;
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: var(--light-color);
  box-shadow: 0 5px 15px rgba(233, 13, 60, 0.2);
}

.contact-details {
  flex: 1;
}

.contact-details h5 {
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--dark-color);
  font-size: 1.2rem;
}

.contact-details p {
  color: var(--text-color);
  margin: 0;
  font-size: 1.05rem;
}

.contact-image {
  border-radius: 0 0 20px 20px;

  margin: 0 30px 30px;
}

.contact-image img {
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.contact-image:hover img {
  transform: scale(1.05);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 30px 30px;
}

.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e90d3c;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--primary-gradient);
  color: white;
  transform: translateY(-5px);
}

/* footer secton */
.custom-footer {
  background: var(--dark-bg);
  color: #fff;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

.custom-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-gradient);
}

.disclaimer-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  border-left: 4px solid #e90d3c;
  position: relative;
  overflow: hidden;
}

.disclaimer-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e90d3c" opacity="0.1"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>')
    no-repeat center;
  background-size: contain;
}

.disclaimer-box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #fff !important;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.nav-btn {
  background: rgba(255, 193, 7, 0.1);
  color: var(--accent-yellow);
  border: 2px solid var(--accent-yellow);
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.nav-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(233, 13, 60, 0.3);
  border-color: transparent;
}

.nav-btn:hover::before {
  opacity: 1;
}

.nav-btn span {
  position: relative;
  z-index: 2;
}

.nav-btn i {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.nav-btn:hover i {
  transform: translateX(3px);
}

.divider {
  height: 2px;
  background: var(--primary-gradient);
  margin: 30px auto;
  max-width: 800px;
  border-radius: 2px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.copyright {
  font-size: 0.95rem;
  color: #aaa;
  text-align: center;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--primary-gradient);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(233, 13, 60, 0.3);
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.footer-contact {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bbb;
  font-size: 0.9rem;
}

.contact-item i {
  color: var(--accent-yellow);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 19px;
    right: 80px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
     display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 19px;
    left: 80px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.float i{
    margin-top: 3px;
}

