body {
    font-family: 'Outfit', sans-serif; 
}
h1, h2. h3, h4, h5{font-family: Georgia, "Times New Roman", serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #1a1a1a;
	font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.align{
    align-items: center !important;
}
.c-fff{
    color: #fff !important;
}
.c-ffd400 {
    color: #ff7a01 !important;
}
.c-fecf04 {
     color: #fecf04 !important;
}
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}
img.vert-move  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/**/
.marquee-bar {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 0;
    font-style: italic;
}

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #4e2326;
    font-size: 16px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #ab3320;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate content for seamless loop */
  .marquee-inner {
    display: flex;
  }

/**/

.call-part  ul {
    margin: 0;
    padding: 0;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -104px;
    width: 160px;
    list-style: none;
    transition: 1.7s;
    bottom: 50px;
}
.call-part ul li a {
    background: #000;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #ffffffb8;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #dd9267;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 125px;
}
 
.call-part ul li.whats i {
    background: #1d8900;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}


/**/
 /* ===========================
   HEADER
=========================== */

.rakesh-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 4px 18px rgba(79, 36, 39, 0.14);
}

.rakesh-header-top {
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
}

.rakesh-header-top .container {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/* Logo */

.rakesh-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.rakesh-logo img {
    display: block;
    width: auto;
    height: 75px;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin: 3px 0;
}
.rakesh-logo:hover img {
  transform: scale(1.03);
}

/* Contact Buttons */

.rakesh-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rakesh-header-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(249, 173, 129, 0.65);
    border-radius: 30px;
    transition: 0.3s ease;
    letter-spacing: 0.2px;
}

.rakesh-header-actions a:hover {
  color: #4f2427;
  background: #f9ad81;
  transform: translateY(-2px);
}

.rakesh-header-actions i {
  font-size: 17px;
}

.rakesh-whatsapp-btn i {
  color: #25d366;
}

.rakesh-whatsapp-btn:hover i {
  color: #ffffff;
}

/* Navigation */

.rakesh-navbar {
  background: #faf7f0;
  border-bottom: 1px solid rgba(79, 36, 39, 0.12);
}

.rakesh-menu-wrapper {
  width: 100%;
}

.rakesh-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.rakesh-menu a {
    position: relative;
    display: block;
    padding: 16px 6px;
    color: #26191a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.rakesh-menu a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 7px;
    left: 50%;
    height: 2px;
    background: #f9ad81;
    transition: 0.3s ease;
}
.headline-section {
    background: #f9ad81;
}
.rakesh-menu a:hover,
.rakesh-menu a.active {
  color: #4f2427;
}

.rakesh-menu a:hover::after,
.rakesh-menu a.active::after {
  right: 0;
  left: 0;
}

/* Burger */

.rakesh-menu-btn {
  display: none;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid rgba(249, 173, 129, 0.6);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.rakesh-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 7px auto;
    border-radius: 10px;
    background: #ffffff;
    transition: 0.3s ease;
}

.rakesh-menu-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
   width: 30px;
    margin: 5px auto;
}

.rakesh-menu-btn.active span:nth-child(2) {
    opacity: 0;
    margin: 0px;
}

.rakesh-menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 30px;
    margin: 5px auto;
}

.rakesh-mobile-actions {
  display: none;
}

/* ===========================
   TABLET
=========================== */

@media (max-width: 1100px) {
  .rakesh-menu {
    gap: 22px;
  }

  .rakesh-menu a {
    font-size: 12px;
  }

  .rakesh-header-actions a {
    padding: 8px 13px;
    font-size: 13px;
  }
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 850px) {
  .rakesh-header-top .container {
    min-height: 68px;
  }
 
  .rakesh-header-actions {
    display: none;
  }

  .rakesh-menu-btn {
    display: block;
    flex-shrink: 0;
  }

  .rakesh-navbar {
    position: relative;
  }

  .rakesh-navbar .container {
    width: 100%;
    padding: 0;
  }

  .rakesh-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #faf7f0;
    box-shadow: 0 15px 25px rgba(79, 36, 39, 0.18);
    transition: 0.4s ease;
  }

  .rakesh-menu-wrapper.active {
    max-height: 650px;
    opacity: 1;
    visibility: visible;
  }

  .rakesh-menu {
    display: block;
    padding: 10px 20px 5px;
  }

  .rakesh-menu li {
    border-bottom: 1px solid rgba(79, 36, 39, 0.11);
  }

.rakesh-menu a {
    padding: 14px 5px;
    font-size: 15px;
}
  .rakesh-menu a::after {
    display: none;
  }

.rakesh-menu a:hover, .rakesh-menu a.active {
    padding-left: 5px;
    color: #4f2427;
}

  .rakesh-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 20px 20px;
  }

  .rakesh-mobile-actions a {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    background: #4f2427;
  }

  .rakesh-mobile-actions a:last-child {
    background: #25d366;
  }
  .rakesh-header {
    border-top: solid 2px #f4a97e;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 1.4rem;
    height: 1.4rem; 
}

}

@media (max-width: 480px) {
  .rakesh-header-top .container {
    min-height: 63px;
  }

 
.rakesh-menu-btn {
    width: 45px;
    height: 45px;
}

  .rakesh-mobile-actions {
    grid-template-columns: 1fr;
  }
  .marquee-item { 
    font-size: 13px;
    margin-right: 10px;
}
.dot { 
    margin-right: 6px; 
}


}

/**/

/* ==========================
   INSTANT RESULTS SECTION
========================== */

.instant-results-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient(
      circle at top left,
      rgba(249, 173, 129, 0.18),
      transparent 32%
    ),
    #faf7f0;
}
.instant-results-section::before,
.instant-results-section::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(79, 36, 39, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.instant-results-section::before {
  top: -120px;
  left: -90px;
}

.instant-results-section::after {
  right: -100px;
  bottom: -130px;
}

.instant-results-heading {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto 28px;
}

.instant-results-heading span {
  display: block;
  margin-bottom: 6px;
  color: #d77848;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.instant-results-heading h2 {
    margin: 0 0 10px;
    color: #4f2427;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 700;
}

.instant-results-heading p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Cards */

.instant-result-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 28px 12px;
  text-align: center;
  border: 1px solid rgba(79, 36, 39, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(79, 36, 39, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  animation: instantCardUp 0.7s ease both;
}

.instant-result-card::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(249, 173, 129, 0.13);
    transition: transform 0.4s ease;
}

.instant-result-card:hover {
  transform: translateY(-8px);
  border-color: #f9ad81;
  box-shadow: 0 18px 38px rgba(79, 36, 39, 0.15);
}

.instant-result-card:hover::before {
  transform: scale(1.55);
}

.instant-result-icon {
    position: relative;
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    color: #faf7f0;
    border-radius: 50%;
    background: linear-gradient(135deg, #351518, #4f2427);
    box-shadow: 0 8px 18px rgba(79, 36, 39, 0.22);
    transition: transform 0.4s ease,
    background 0.4s ease;
}

.instant-result-icon i {
    font-size: 35px;
}
.instant-result-card:hover .instant-result-icon {
  transform: rotateY(360deg);
  background: linear-gradient(135deg, #dd7c4e, #f9ad81);
}

.instant-result-card h3 {
  margin: 0 0 9px;
  color: #4f2427;
  font-size: 20px;
  font-weight: 700;
}

.instant-result-card p {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.6;
}
/* CTA */

.instant-results-cta {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.instant-call-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  min-height: 52px;
  padding: 12px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 80px;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 10px 22px rgba(79, 36, 39, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.instant-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}

.instant-call-btn i,
.instant-call-btn span {
  position: relative;
  z-index: 1;
}

.instant-call-btn i {
  color: #f9ad81;
  font-size: 18px;
  animation: instantPhonePulse 1.5s infinite;
}

.instant-call-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(79, 36, 39, 0.28);
}

.instant-call-btn:hover::before {
  left: 140%;
}

/* Animations */

@keyframes instantCardUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes instantPhonePulse {
  0%,
  100% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-12deg);
  }

  40% {
    transform: rotate(12deg);
  }

  60% {
    transform: rotate(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
 

  .instant-results-heading {
    margin-bottom: 28px;
  }

  .instant-results-heading h2 {
    font-size: 30px;
  }

  .instant-results-heading p {
    font-size: 14px;
  }

  .instant-result-card {
    padding: 22px 12px;
    border-radius: 10px;
  }

  .instant-result-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 14px;
  }

  .instant-result-icon i {
    font-size: 21px;
  }

  .instant-result-card h3 {
    font-size: 15px;
  }

  .instant-result-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .instant-call-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 380px) {
  .instant-result-card {
    padding: 20px 9px;
  }

  .instant-result-card h3 {
    font-size: 14px;
  }

  .instant-result-card p {
    font-size: 13px;
  }
}


/**/
 
/* ==========================
   ABOUT SECTION
========================== */

.about-rakesh-section {
    padding: 50px 0;
    overflow: hidden;
    background: #ffffff;
}

.about-rakesh-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(79, 36, 39, 0.16);
  animation: aboutImageIn 0.8s ease both;
}

.about-rakesh-image img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-rakesh-image:hover img {
  transform: scale(1.04);
}

.about-rakesh-content {
  animation: aboutContentIn 0.8s ease both;
}

.about-rakesh-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  color: #d97d50;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-rakesh-content h2 {
  margin: 0 0 18px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.about-rakesh-content h2 strong {
  color: #d97d50;
  font-weight: 700;
}

.about-rakesh-content p {
    margin: 0 0 14px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.4;
}

.about-rakesh-list {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.about-rakesh-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #4f2427;
  font-size: 16px;
  font-weight: 600;
}

.about-rakesh-list i {
  color: #d97d50;
  font-size: 17px;
}

.about-rakesh-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  min-height: 52px;
  padding: 12px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 10px 22px rgba(79, 36, 39, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-rakesh-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}

.about-rakesh-btn i,
.about-rakesh-btn span {
  position: relative;
  z-index: 1;
}

.about-rakesh-btn i {
  color: #f9ad81;
}

.about-rakesh-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(79, 36, 39, 0.28);
}

.about-rakesh-btn:hover::before {
  left: 140%;
}

/* Responsive */

@media (max-width: 991px) {
  .about-rakesh-section {
    padding:40px 0;
  }

  .about-rakesh-image img {
    height: 450px;
  }

  .about-rakesh-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
 
  .about-rakesh-image {
    border-radius: 12px;
  }

  .about-rakesh-image img {
    height: 380px;
  }

  .about-rakesh-content h2 {
    font-size: 24px;
  }

  .about-rakesh-list li {
    align-items: flex-start;
    font-size: 15px;
  }

  .about-rakesh-btn {
    width: 100%;
  }
  .instant-result-card::before { 
    width: 125px;
    height: 125px; 
}

}

/* Animation */

@keyframes aboutImageIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes aboutContentIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**/
/* ============================
   OUR SERVICES SECTION
============================ */

.our-services-section {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(249, 173, 129, 0.14),
      transparent 30%
    ),
    linear-gradient(90deg, #351518, #4f2427, #351518);
}

.our-services-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(249, 173, 129, 0.1);
  border-radius: 50%;
}

.our-services-heading {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto 30px;
}

.our-services-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #f9ad81;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.our-services-heading h2 {
  margin: 0 0 12px;
  color: #faf7f0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.our-services-heading p {
  margin: 0;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

/* Service Card */

.service-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(249, 173, 129, 0.25);
  border-radius: 16px;
  background: #faf7f0;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  animation: serviceCardUp 0.7s ease both;
}

.service-box:hover {
  transform: translateY(-8px);
  border-color: #f9ad81;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}

.service-box-image {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.service-box-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(53 21 24 / 4%), #00000003 55%);
}

.service-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-box:hover .service-box-image img {
  transform: scale(1.07);
}

.service-box-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 235px);
  padding: 22px;
}

.service-box-content h3 {
  margin: 0 0 10px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.service-box-content p {
  margin: 0 0 20px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Buttons */

.service-box-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.service-box-actions a {
  width: 50%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.service-call-btn {
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 8px 18px rgba(79, 36, 39, 0.22);
}

.service-whatsapp-btn {
  background: linear-gradient(135deg, #128c3d, #25d366);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22);
}

.service-box-actions a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.service-call-btn:hover {
  box-shadow: 0 12px 24px rgba(79, 36, 39, 0.3);
}

.service-whatsapp-btn:hover {
  background: linear-gradient(135deg, #0c7130, #20bd5a);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.3);
}

.service-box-actions i {
  font-size: 17px;
}

/* Animation Delay */

.our-services-section .col-lg-4:nth-child(2) .service-box,
.our-services-section .col-lg-4:nth-child(5) .service-box,
.our-services-section .col-lg-4:nth-child(8) .service-box {
  animation-delay: 0.12s;
}

.our-services-section .col-lg-4:nth-child(3) .service-box,
.our-services-section .col-lg-4:nth-child(6) .service-box,
.our-services-section .col-lg-4:nth-child(9) .service-box {
  animation-delay: 0.24s;
}

@keyframes serviceCardUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 991px) {
  .our-services-section {
    padding: 60px 0;
  }

  .our-services-heading h2 {
    font-size: 28px;
  }

  .service-box-image {
    height: 230px;
  }

  .service-box-content {
    height: calc(100% - 230px);
  }
}

@media (max-width: 575px) {
  .our-services-section {
    padding: 45px 0;
  }

  .our-services-heading h2 {
    font-size: 24px;
  }

  .service-box {
    border-radius: 12px;
  }

  .service-box-image {
    height: 220px;
  }

  .service-box-content {
    height: calc(100% - 220px);
    padding: 18px;
  }

  .service-box-content h3 {
    font-size: 21px;
  }

  .service-box-actions {
    gap: 8px;
  }

  .service-box-actions a {
    min-height: 46px;
    padding: 9px 7px;
    font-size: 14px;
  }

  .service-box-actions i {
    font-size: 15px;
  }
}

/**/

/* ==========================
   WHY CHOOSE US
========================== */

.why-choose-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #faf7f0;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(79, 36, 39, 0.08);
  border-radius: 50%;
}

.why-choose-heading {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto 30px;
}

.why-choose-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d77848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.why-choose-heading h2 {
  margin: 0 0 12px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.why-choose-heading p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Boxes */

.why-choose-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(79, 36, 39, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(79, 36, 39, 0.07);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  animation: whyChooseUp 0.7s ease both;
}

.why-choose-box:hover {
  transform: translateY(-6px);
  border-color: #f9ad81;
  box-shadow: 0 15px 32px rgba(79, 36, 39, 0.14);
}

.why-choose-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #faf7f0;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  box-shadow: 0 8px 18px rgba(79, 36, 39, 0.2);
  transition:
    transform 0.4s ease,
    background 0.3s ease;
}

.why-choose-icon i {
  font-size: 22px;
}

.why-choose-box:hover .why-choose-icon {
  transform: rotateY(360deg);
  background: linear-gradient(135deg, #d77848, #f9ad81);
}

.why-choose-content h3 {
  margin: 2px 0 7px;
  color: #4f2427;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.why-choose-content p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Small animation delay */

.why-choose-section .col-6:nth-child(2) .why-choose-box,
.why-choose-section .col-6:nth-child(5) .why-choose-box {
  animation-delay: 0.12s;
}

.why-choose-section .col-6:nth-child(3) .why-choose-box,
.why-choose-section .col-6:nth-child(6) .why-choose-box {
  animation-delay: 0.24s;
}

@keyframes whyChooseUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 991px) {


  .why-choose-box {
    display: block;
    text-align: center;
    padding: 20px 14px;
  }

  .why-choose-icon {
    margin: 0 auto 14px;
  }

  .why-choose-content h3 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {

  .why-choose-heading h2 {
    font-size: 24px;
  }

  .why-choose-box {
    padding: 18px 10px;
    border-radius: 10px;
  }

  .why-choose-icon {
    width: 52px;
    height: 52px;
  }

  .why-choose-icon i {
    font-size: 19px;
  }

  .why-choose-content h3 {
    font-size: 15px;
  }

  .why-choose-content p {
    font-size: 14px;
  }
}


/**/

/* =========================
   HOW IT WORKS
========================= */

.how-work-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff;
}
.how-work-heading {
  max-width: 700px;
  margin: 0 auto 30px;
}

.how-work-heading span {
  display: inline-block;
  margin-bottom: 7px;
  color: #d77848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.how-work-heading h2 {
  margin: 0 0 10px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.how-work-heading p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Steps */
.banner-img {
    border-radius: 20px;
    border: solid 2px #fa9966;
}
.how-work-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid rgba(79, 36, 39, 0.12);
  border-radius: 14px;
  background: #faf7f0;
  box-shadow: 0 8px 22px rgba(79, 36, 39, 0.08);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  animation: howWorkUp 0.7s ease both;
}

.how-work-box:hover {
  transform: translateY(-7px);
  border-color: #f9ad81;
  box-shadow: 0 16px 32px rgba(79, 36, 39, 0.15);
}

.how-work-number {
  position: absolute;
  top: 10px;
  right: 14px;
  color: rgba(79, 36, 39, 0.09);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.how-work-icon {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: #faf7f0;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  box-shadow: 0 8px 18px rgba(79, 36, 39, 0.2);
  transition:
    transform 0.4s ease,
    background 0.3s ease;
}

.how-work-icon i {
  font-size: 24px;
}

.how-work-box:hover .how-work-icon {
  transform: rotateY(360deg);
  background: linear-gradient(135deg, #d77848, #f9ad81);
}

.how-work-box h3 {
  margin: 0 0 9px;
  color: #4f2427;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.how-work-box p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* CTA */

.how-work-action {
  margin-top: 30px;
}

.how-work-call-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  min-height: 52px;
  padding: 12px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 10px 22px rgba(79, 36, 39, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.how-work-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}

.how-work-call-btn i {
  color: #f9ad81;
}

.how-work-call-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(79, 36, 39, 0.28);
}

.how-work-call-btn:hover::before {
  left: 140%;
}

/* Animation Delay */

.how-work-section .col-6:nth-child(2) .how-work-box {
  animation-delay: 0.1s;
}

.how-work-section .col-6:nth-child(3) .how-work-box {
  animation-delay: 0.2s;
}

.how-work-section .col-6:nth-child(4) .how-work-box {
  animation-delay: 0.3s;
}

@keyframes howWorkUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
  .how-work-section {
    padding: 35px 0;
  }

  .how-work-heading h2 {
    font-size: 30px;
  }

  .how-work-box {
    padding: 22px 12px;
    border-radius: 11px;
  }

  .how-work-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 13px;
  }

  .how-work-icon i {
    font-size: 20px;
  }

  .how-work-number {
    top: 8px;
    right: 10px;
    font-size: 30px;
  }

  .how-work-box h3 {
    font-size: 16px;
  }

  .how-work-action {
    margin-top: 25px;
  }

  .how-work-call-btn {
    width: 100%;
    max-width: 320px;
  }
}

/**/

/* ==============================
   SUCCESS STORIES
============================== */

.success-stories-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(249, 173, 129, 0.15),
      transparent 28%
    ),
    linear-gradient(90deg, #351518, #4f2427, #351518);
}

.success-stories-section::before,
.success-stories-section::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(249, 173, 129, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.success-stories-section::before {
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
}

.success-stories-section::after {
  bottom: -130px;
  left: -100px;
  width: 280px;
  height: 280px;
}

.success-stories-heading {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto 30px;
}

.success-stories-heading span {
  display: inline-block;
  margin-bottom: 7px;
  color: #f9ad81;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.success-stories-heading h2 {
  margin: 0 0 10px;
  color: #faf7f0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.success-stories-heading p {
  margin: 0;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

/* Story Card */

.success-story-card {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    padding: 18px 12px;
    border: 1px solid rgba(249, 173, 129, 0.25);
    border-radius: 14px;
    background: #faf7f0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
    animation: successStoryUp 0.7s ease both;
}
.success-story-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(249, 173, 129, 0.15);
  transition: transform 0.4s ease;
}

.success-story-card:hover {
  transform: translateY(-7px);
  border-color: #f9ad81;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
}

.success-story-card:hover::before {
  transform: scale(1.3);
}

.success-story-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.success-story-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #faf7f0;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  box-shadow: 0 7px 16px rgba(79, 36, 39, 0.22);
  transition:
    transform 0.4s ease,
    background 0.3s ease;
}

.success-story-icon i {
  font-size: 21px;
}

.success-story-card:hover .success-story-icon {
  transform: rotateY(360deg);
  background: linear-gradient(135deg, #d77848, #f9ad81);
}

.success-story-category {
  padding: 6px 11px;
  color: #4f2427;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
  background: rgba(249, 173, 129, 0.25);
}

.success-story-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #4f2427;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.success-story-card p {
  position: relative;
  margin: 0 0 18px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

.success-story-result {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  color: #4f2427;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid rgba(79, 36, 39, 0.12);
}

.success-story-result i {
  color: #d77848;
  font-size: 16px;
}

/* CTA */

.success-stories-action {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.success-stories-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  min-height: 52px;
  padding: 12px 25px;
  color: #4f2427;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  background: #f9ad81;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.success-stories-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transition: left 0.6s ease;
}

.success-stories-btn:hover {
  color: #4f2427;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.3);
}

.success-stories-btn:hover::before {
  left: 140%;
}

/* Animation Delay */

.success-stories-section .col-md-6:nth-child(2) .success-story-card {
  animation-delay: 0.1s;
}

.success-stories-section .col-md-6:nth-child(3) .success-story-card {
  animation-delay: 0.2s;
}

.success-stories-section .col-md-6:nth-child(4) .success-story-card {
  animation-delay: 0.3s;
}

@keyframes successStoryUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
  .success-stories-section {
    padding: 35px 0;
  }

  .success-stories-heading h2 {
    font-size: 24px;
  }

  .success-story-card {
    padding: 20px;
    border-radius: 11px;
  }

  .success-story-card h3 {
    font-size: 19px;
  }

  .success-stories-btn {
    width: 100%;
    max-width: 330px;
  }
}


/**/
/* ================================
   TESTIMONIAL CAROUSEL
================================ */

.client-testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(249, 173, 129, 0.18),
      transparent 30%
    ),
    #faf7f0;
}

.client-testimonial-section::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(79, 36, 39, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.client-testimonial-heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 30px;
}

.client-testimonial-heading span {
  display: inline-block;
  margin-bottom: 7px;
  color: #d77848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.client-testimonial-heading h2 {
  margin: 0 0 10px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.client-testimonial-heading p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Slider */

.client-testimonial-wrapper {
  position: relative;
  z-index: 1;
}

.clientTestimonialSlider {
  padding: 5px 5px 45px;
}

.clientTestimonialSlider .swiper-slide {
  height: auto;
}

/* Testimonial Card */

.client-testimonial-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(79, 36, 39, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(79, 36, 39, 0.09);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  animation: testimonialCardUp 0.7s ease both;
}

.client-testimonial-card::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(249, 173, 129, 0.14);
  transition: transform 0.4s ease;
}

.client-testimonial-card:hover {
  transform: translateY(-7px);
  border-color: #f9ad81;
  box-shadow: 0 18px 38px rgba(79, 36, 39, 0.16);
}

.client-testimonial-card:hover::before {
  transform: scale(1.3);
}

/* Client Details */

.client-testimonial-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.client-testimonial-person {
  display: flex;
  align-items: center;
  gap: 13px;
}

.client-testimonial-person img {
  width: 66px;
  height: 66px;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  border: 3px solid #f9ad81;
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(79, 36, 39, 0.16);
  transition: transform 0.4s ease;
}

.client-testimonial-card:hover .client-testimonial-person img {
  transform: scale(1.06);
}

.client-testimonial-person h3 {
    margin: 0 0 4px;
    color: #4f2427;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.client-testimonial-person span {
    color: #d77848;
    font-size: 15px;
    font-weight: 600;
}
.client-testimonial-quote {
  position: relative;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #faf7f0;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  transition:
    transform 0.4s ease,
    background 0.3s ease;
}

.client-testimonial-quote i {
  font-size: 18px;
}

.client-testimonial-card:hover .client-testimonial-quote {
  transform: rotate(12deg);
  background: linear-gradient(135deg, #d77848, #f9ad81);
}

/* Stars */

.client-testimonial-stars {
  position: relative;
  display: flex;
  gap: 4px;
  margin-bottom: 13px;
  color: #e7a338;
  font-size: 14px;
}

.client-testimonial-card p {
    position: relative;
    margin: 0 0 18px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}
/* Verified */

.client-testimonial-verified {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 15px;
  color: #4f2427;
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid rgba(79, 36, 39, 0.12);
}

.client-testimonial-verified i {
  color: #25a85a;
  font-size: 15px;
}

/* Navigation */

.client-testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.client-testimonial-prev,
.client-testimonial-next {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  box-shadow: 0 8px 18px rgba(79, 36, 39, 0.2);
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.client-testimonial-prev:hover,
.client-testimonial-next:hover {
  color: #4f2427;
  background: #f9ad81;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(79, 36, 39, 0.25);
}

/* Pagination */

.client-testimonial-pagination {
  bottom: 8px !important;
}

.client-testimonial-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: rgba(79, 36, 39, 0.25);
  transition:
    width 0.3s ease,
    border-radius 0.3s ease,
    background 0.3s ease;
}

.client-testimonial-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 20px;
  background: #4f2427;
}

/* Animation */

@keyframes testimonialCardUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
  .client-testimonial-section {
    padding: 35px 0;
  }

  .client-testimonial-heading h2 {
    font-size: 24px;
  }

  .client-testimonial-card {
    padding: 21px;
    border-radius: 12px;
  }

  .client-testimonial-person img {
    width: 58px;
    height: 58px;
  }

  .client-testimonial-person h3 {
    font-size: 17px;
  }

  .client-testimonial-quote {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .client-testimonial-card {
    padding: 18px;
  }

  .client-testimonial-top {
    align-items: flex-start;
  }

  .client-testimonial-person {
    gap: 10px;
  }

  .client-testimonial-person img {
    width: 52px;
    height: 52px;
  }

  .client-testimonial-person span {
    font-size: 12px;
  }
}

.client-testimonial-pagination {
    display: none;
}
.client-testimonial-controls {
    margin-top: 28px;
}

/**/

/* =========================
   FAQ SECTION
========================= */

.rakesh-faq-section {
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff;
    border-top: solid 2px #f9ad81;
    border-bottom: solid 2px #f9ad81;
}
/* Left Image */

.rakesh-faq-image {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(79, 36, 39, 0.14);
  animation: rakeshFaqImageIn 0.7s ease both;
}

.rakesh-faq-image img {
  width: 100%; 
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rakesh-faq-image:hover img {
  transform: scale(1.04);
}

/* Right Content */

.rakesh-faq-content {
  animation: rakeshFaqContentIn 0.7s ease both;
}

.rakesh-faq-subtitle {
  display: inline-block;
  margin-bottom: 7px;
  color: #d77848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.rakesh-faq-content h2 {
  margin: 0 0 10px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.rakesh-faq-intro {
  margin: 0 0 22px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* FAQ Accordion */

.rakesh-faq-list {
  display: grid;
  gap: 10px;
}

.rakesh-faq-item {
  overflow: hidden;
  border: 1px solid rgba(79, 36, 39, 0.13);
  border-radius: 10px;
  background: #ffffff;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.rakesh-faq-item:hover {
  border-color: #f9ad81;
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(79, 36, 39, 0.08);
}

.rakesh-faq-item.active {
  border-color: #f9ad81;
  box-shadow: 0 9px 22px rgba(79, 36, 39, 0.1);
}

.rakesh-faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 17px;
  color: #4f2427;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rakesh-faq-question span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.rakesh-faq-question i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #351518, #4f2427);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.rakesh-faq-item.active .rakesh-faq-question i {
  color: #4f2427;
  background: #f9ad81;
  transform: rotate(180deg);
}

.rakesh-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

.rakesh-faq-item.active .rakesh-faq-answer {
  max-height: 180px;
  opacity: 1;
}

.rakesh-faq-answer p {
  margin: 0;
  padding: 0 17px 16px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Call Button */

.rakesh-faq-call-btn {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  margin-top: 22px;
  padding: 12px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 10px 22px rgba(79, 36, 39, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rakesh-faq-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.6s ease;
}

.rakesh-faq-call-btn i {
  color: #f9ad81;
}

.rakesh-faq-call-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(79, 36, 39, 0.28);
}

.rakesh-faq-call-btn:hover::before {
  left: 140%;
}

/* Animations */

@keyframes rakeshFaqImageIn {
  from {
    opacity: 0;
    transform: translateX(-25px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rakeshFaqContentIn {
  from {
    opacity: 0;
    transform: translateX(25px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
  .rakesh-faq-section {
    padding: 35px 0;
  }

 

  .rakesh-faq-content h2 {
    font-size: 30px;
  }

  .rakesh-faq-question {
    padding: 13px 14px;
  }

  .rakesh-faq-question span {
    font-size: 15px;
  }

  .rakesh-faq-answer p {
    padding: 0 14px 14px;
  }

  .rakesh-faq-call-btn {
    width: 100%;
  }
}

 


/**/
/* =========================
   CTA SECTION
========================= */

.rakesh-cta-section {
  padding: 40px 0;
  background: #faf7f0;
}

.rakesh-cta-box {
  padding: 32px 30px;
  border: 1px solid rgba(249, 173, 129, 0.2);
  border-radius: 20px;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 15px 35px rgba(79, 36, 39, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rakesh-cta-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(79, 36, 39, 0.25);
}

.rakesh-cta-content span {
  display: inline-block;
  margin-bottom: 8px;
  color: #f9ad81;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rakesh-cta-content h2 {
  margin: 0 0 10px;
  color: #faf7f0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.rakesh-cta-content p {
  margin: 0;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

.rakesh-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.rakesh-cta-actions a {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  padding: 12px 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 80px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rakesh-cta-call-btn {
  background: #f9ad81;
  color: #4f2427 !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.rakesh-cta-whatsapp-btn {
  background: linear-gradient(135deg, #128c3d, #25d366);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.2);
}

.rakesh-cta-actions a:hover {
  transform: translateY(-3px);
}

.rakesh-cta-call-btn:hover {
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.25);
}

.rakesh-cta-whatsapp-btn:hover {
  box-shadow: 0 15px 28px rgba(37, 211, 102, 0.28);
}

.rakesh-cta-actions i {
  font-size: 17px;
}

/* =========================
   FOOTER
========================= */

.rakesh-footer-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
  background: linear-gradient(90deg, #351518, #4f2427, #351518);
}

.rakesh-footer-section::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(249, 173, 129, 0.08);
  border-radius: 50%;
}

.rakesh-footer-box {
  position: relative;
  z-index: 1;
}

.rakesh-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.rakesh-footer-logo img {
  max-width: 290px;
  height: auto;
  display: block;
}

.rakesh-footer-box h3 {
  margin: 0 0 18px;
  color: #f9ad81;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.rakesh-footer-box p {
  margin: 0 0 18px;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

.rakesh-footer-social {
  display: flex;
  gap: 10px;
}

.rakesh-footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #4f2427;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50%;
  background: #f9ad81;
  transition: transform 0.3s ease, background 0.3s ease;
}

.rakesh-footer-social a:hover {
  transform: translateY(-3px);
  background: #faf7f0;
}

.rakesh-footer-links,
.rakesh-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rakesh-footer-links li,
.rakesh-footer-contact li {
  margin-bottom: 12px;
}

.rakesh-footer-links a {
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.rakesh-footer-links a:hover {
  color: #f9ad81;
  padding-left: 5px;
}

.rakesh-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

.rakesh-footer-contact i {
  margin-top: 3px;
  color: #f9ad81;
  font-size: 15px;
  flex-shrink: 0;
}

.rakesh-footer-contact a,
.rakesh-footer-contact span {
  color: #faf7f0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rakesh-footer-contact a:hover {
  color: #f9ad81;
}

.rakesh-footer-bottom {
  margin-top: 25px;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid rgba(249, 173, 129, 0.15);
}

.rakesh-footer-bottom p {
  margin: 0;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .rakesh-cta-box {
    padding: 25px 20px;
  }

  .rakesh-cta-content h2 {
    font-size: 22px;
  }

  .rakesh-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .rakesh-cta-section,
  .rakesh-footer-section {
    padding: 35px 0 0;
  }

  .rakesh-cta-box {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .rakesh-cta-content h2 {
    font-size: 22px;
  }

  .rakesh-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rakesh-cta-actions a {
    width: 100%;
  }
.rakesh-cta-box {
    text-align: center;
    margin-bottom: 35px;
}
  .rakesh-footer-box h3 {
    font-size: 20px;
  }

 

  .rakesh-footer-bottom {
    margin-top: 20px;
  }
}
/**/

/* =========================
   CONTACT FORM
========================= */

.contact-form-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0 25px 0;
  background: #faf7f0;
}

.contact-form-section::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(79, 36, 39, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.contact-form-heading {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto 30px;
}

.contact-form-heading span {
  display: inline-block;
  margin-bottom: 7px;
  color: #d77848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-form-heading h2 {
  margin: 0 0 10px;
  color: #4f2427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-form-heading p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
}

/* Form */

.whatsapp-contact-form {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid rgba(79, 36, 39, 0.13);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(79, 36, 39, 0.11);
  animation: contactFormUp 0.7s ease both;
}

.contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #4f2427;
  font-size: 15px;
  font-weight: 700;
}

.contact-input {
  position: relative;
}

.contact-input > i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 1;
  color: #d77848;
  font-size: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-input input,
.contact-input select,
.contact-input textarea {
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid rgba(79, 36, 39, 0.16);
  border-radius: 10px;
  outline: none;
  background: #faf7f0;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.contact-input input,
.contact-input select {
  height: 54px;
  padding: 10px 16px 10px 46px;
}

.contact-input textarea {
  min-height: 135px;
  padding: 15px 16px 15px 46px;
  resize: vertical;
}

.contact-textarea > i {
  top: 18px;
  transform: none;
}

.contact-input input:focus,
.contact-input select:focus,
.contact-input textarea:focus {
  border-color: #f9ad81;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(249, 173, 129, 0.16);
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #777777;
}

/* WhatsApp Button */

.contact-whatsapp-btn {
    position: relative;
    width: fit-content;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    overflow: hidden;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 80px;
    background: linear-gradient(135deg, #128c3d, #25d366);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
    cursor: pointer;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-whatsapp-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: left 0.6s ease;
}

.contact-whatsapp-btn i {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.contact-whatsapp-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(37, 211, 102, 0.3);
}

.contact-whatsapp-btn:hover::before {
  left: 140%;
}

.contact-form-note {
  margin: 12px 0 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

/* Animation */

@keyframes contactFormUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 767px) {
  .contact-form-section {
    padding: 35px 0;
  }

  .contact-form-heading h2 {
    font-size: 24px;
  }

  .whatsapp-contact-form {
    padding: 22px 16px;
    border-radius: 13px;
  }

  .contact-input input,
  .contact-input select {
    height: 52px;
  }
}

/**/
.trust-features-section {
  padding: 40px 0;
  background: #faf7f0;
}

.trust-features-wrap {
  overflow: hidden;
  border: 1px solid rgba(249, 173, 129, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at top left,
      rgba(249, 173, 129, 0.12),
      transparent 30%
    ),
    linear-gradient(90deg, #351518, #4f2427, #351518);
  box-shadow: 0 14px 32px rgba(79, 36, 39, 0.18);
}

.trust-feature-box {
  position: relative;
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
  animation: trustFeatureUp 0.7s ease both;
}

.trust-feature-box::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: rgba(249, 173, 129, 0.24);
}

.trust-features-section .col-lg-3:last-child .trust-feature-box::after {
  display: none;
}

.trust-feature-box:hover {
  background: rgba(249, 173, 129, 0.08);
  transform: translateY(-5px);
}

.trust-feature-icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  transition: transform 0.4s ease;
}

.trust-feature-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.trust-feature-box:hover .trust-feature-icon {
  transform: scale(1.08) rotate(3deg);
}

.trust-feature-box h3 {
  margin: 0 0 9px;
  color: #f9ad81;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.trust-feature-box p {
  margin: 0;
  color: #faf7f0;
  font-size: 16px;
  line-height: 1.4;
}

.trust-features-section .col-lg-3:nth-child(2) .trust-feature-box {
  animation-delay: 0.1s;
}

.trust-features-section .col-lg-3:nth-child(3) .trust-feature-box {
  animation-delay: 0.2s;
}

.trust-features-section .col-lg-3:nth-child(4) .trust-feature-box {
  animation-delay: 0.3s;
}

@keyframes trustFeatureUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .trust-feature-box {
    padding: 24px 15px;
  }

  .trust-feature-box::after {
    display: none;
  }

  .trust-features-section .col-6:nth-child(1),
  .trust-features-section .col-6:nth-child(2) {
    border-bottom: 1px solid rgba(249, 173, 129, 0.2);
  }

  .trust-features-section .col-6:nth-child(odd) {
    border-right: 1px solid rgba(249, 173, 129, 0.2);
  }
}

@media (max-width: 767px) {
  .trust-features-section {
    padding: 35px 0;
  }

  .trust-features-wrap {
    border-radius: 13px;
  }

  .trust-feature-box {
    padding: 20px 10px;
  }

  .trust-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .trust-feature-box h3 {
    font-size: 16px;
  }

  .trust-feature-box p {
    font-size: 14px;
  }
}
/**/



@media (max-width:767px) { 
 .m-none {
    display: none;
}

}