html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}
html {
  scroll-behavior: smooth;
}

body {
  padding: 0 !important;
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden !important;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  margin: 0;
  padding: 0;
}

.m-100 {
  margin-bottom: 80px;
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}
.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: #08e255;
}

.what a:last-child {
  font-size: 20px;
}
.under {
  background-color: #008bce;
  padding: 7px 20px;
  color: #fff;
  border-left: 8px solid #f05922;
  font-size: 18px;
  font-weight: 600;
  font-variant: small-caps;
}

.sec-btn {
  padding: 10px 20px;
  background-color: #008bce;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  transition: 0.5s;
  position: relative;
}

.sec-btn:hover {
  color: #fff;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  transition: 0.5s;
  left: 0;
  transform: scale(1);
  height: 100%;
  width: 100%;
  background-color: #f05922;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1, 0);
}

.sec-btn span {
  position: relative;
  font-size: 18px;
  z-index: 4;
}
.p-100 {
  padding: 80px 0px;
}
h1 {
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: capitalize;
}
.main-heading h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .main-heading h2 {
    text-transform: capitalize;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0px;
  }
}
.overflow-x-hidden {
   overflow-x: hidden !important;
}
/*---Header-Section-Start----*/

.header-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 8px;
  background-color: #e31e25;
}
.header.btn-info {
  background-color: #e31e25 !important;
  border-color: #19c6d7;
}
header .btn-success {
  background-color: #49ad4b;
  border-color: #49ad4b;
}
header .btn-danger {
  background-color: #e63333;
  border-color: #e63333;
}
.header-second-link a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.search-box-outer i {
  font-size: 18px;
  color: #0941ba;
  cursor: pointer;
}
.request-btn {
  border: 1px solid #0941ba;
  color: #0941ba !important;

}
.menu-bar i {
  font-size: 25px !important;
  color: #0941ba;
  cursor: pointer;
}
/* Custom CSS for overlay blur and backdrop */
#menuOverlay {
  backdrop-filter: blur(7px);
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
.Menu-Section {
  background-color: #00000059;
  padding: 50px;
  border-radius: 20px;
  box-shadow: -1px 5px 13px 2px #00000059;
}
#menuOverlay ul li a {
  font-size: 1.2rem;
  margin-bottom: 0.6em;
  color: #fff;
}

#menuOverlay h3,
#menuOverlay h4 {
  color: #fff;
  font-size: 1.2rem;
}

/* Hide scroll on overlay open */
body.menu-open {
  overflow: hidden;
}
.header-navbar .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #0941BA !important;
  margin-right: 20px;
}
/*---Header-Section-End----*/
/*---Hero-Section-Start----*/
.hero-section {
  position: relative;
  height: 680px;
  overflow: hidden;
  z-index: 1;
}
.hero-bg-img {
  object-fit: cover;
  height: 600px;
  filter: brightness(0.8);
}
.hero-slide {
  position: relative;
}

.hero-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(
  to top,
  rgba(0, 0, 0, 1),
  rgba(9, 65, 186, 0) /* second color same rahega */
);

  pointer-events: none;
  z-index: 1;
}

.certified-text {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
  border-top: 1px solid #fff;
}
.hero-title {
  font-size: 60px;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  z-index: 2;
}
.hero-desc {
  font-size: 1.2rem;
  color: #fff;
}
.google-rating-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  padding: 5px 12px;
  display: flex;
  align-items: center;
}
.google-logo {
  height: 26px;
}
.relocation-Section{
    background:#0941BA;
    border-radius:18px;
}
@media (max-width: 767px) {
    .hero-section {
  height: 600px;
}

  .hero-title {
    font-size: 2rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .relocate-btn{
      font-size:12px;
  }
}

/*---Hero-Section-End----*/
.Shifting-Types {
  position: relative;
  z-index: 3;
  margin-top: -150px;
  background-color: #0941ba;
  margin-bottom: 20px;
}
.shifting-card h4 {
  font-size: 22px;
}
.shifting-card p {
  color: #ffffffbf;
}
@media (max-width: 767px) {
  .shifting-card {
    min-height: 100%;
  }
  .Shifting-Types {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0px;
    background-color: #0941ba;
  }
}

/*---Why-Chose-Section-Start----*/
.Why-Choose-Section {
  background-size: cover;
  background-repeat: no-repeat;
}
.Why-Choose-Content {
  /* background: rgba(9, 65, 186, 0.1); */
  border-radius: 5px;
  margin-bottom: 30px;
}
.Why-Choose-Content h5 {
  color: #e31e25;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.why-icon i {
  color: #0941ba;
  display: inline-block;
  font-size: 24px;
  margin-right: 18px;
  margin-top: 8px;
}
.why-choose-btn {
  color: #0941ba !important;
  font-weight: 600;
}

.why-accordion .accordion-button {
  color: #fff !important;
}
.why-accordion .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.why-accordion .accordion-button:not(.collapsed) {
  background-color: #0941ba !important;
  color: #fff !important;
}
.why-accordion .accordion-button::after {
  background-image: none !important;
  content: "\f107"; /* Font Awesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 1.1rem;
}

/*---Why-Chose-Section-End----*/
/*---Iba-Approved-Section-Start----*/

.Iba-Sec-first {
  border-radius: 5px;
  padding: 10px;
}
.iba-code {
  color: #0941ba;
  font-size: 2.3rem;
  text-shadow: 1px 2px 0 #bb0d0d22;
}

.iba-features {
  padding: 24px 29px 9px 23px;
}
.iba-icon img {
  width: 80px;
  margin-bottom: 15px;
}
.iba-features .fw-bold {
  color: #000 !important;
}
.content-inner {
  font-size: 18px;
  font-weight: 600;

  line-height: 1.6;
}
.iba-feature-item {
  background: rgba(9, 65, 186, 0.1);
  padding: 20px;
}
.about-btn a {
  color: #0941ba;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.5s;
  padding: 12px 25px;
  background-color: #0941ba;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .iba-code {
    font-size: 1.5rem;
  }
  .iba-features .fs-4 {
    font-size: 1.1rem;
  }
  .iba-dot-bg {
    width: 90px;
    height: 55px;
  }
}

/*---Iba-Approved-Section-End----*/
/*---Approved-Section-Start----*/
.Apporved-Section h4 {
  font-size: 23px;
  margin: 39px 0 0;
}
.Apporved-Section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 140px;
}
.Apporved-Section p {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  margin-top: 0.5rem;
}

.single-feature-item {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-feature-thumb img {
  transition: 0.5s;
}
.single-feature-item:hover {
  transform: translateY(-36px);
}
.single-feature-item:hover .single-feature-thumb img {
  transform: rotateY(360deg);
}
/*---Approved-Section-End----*/
/*---About-Section-Start----*/
.About-Section {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0941ba4d 0%, #0941ba00 40%);
}
.About-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #e31e25;
}
.About-content h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 5px;
}

.service-card h5 {
  font-size: 18px;
  font-weight: 700;
}
.About-icon-box {
  width: 56px;
  height: 56px;
  background: #0941ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}

.service-card {
  position: relative;
  color: #000;
  background-color: transparent !important;
  min-width: 260px;
  overflow: hidden;
  transition: color 0.3s ease;
}

.service-card * {
  position: relative;
  z-index: 1;
}

.pulselogo {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.pulselogo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: rgba(245, 66, 66, 0.4);
  transform: translate(-50%, -50%) scale(1);
  animation: pulselogo 1.5s infinite;
  z-index: 0;
}
.about-logo-img {
  width: 85%;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 8px 40px #ef8f8f1a);
  position: relative;
  z-index: 1;
  animation: none;
}

@keyframes pulselogo {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .about-logo-img {
    max-width: 100%;
  }
  .about-underline {
    width: 40px;
    height: 4px;
  }
  .About-content h2 {
    text-transform: capitalize;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0px;
  }
}

/*---About-Section-End----*/
/*---State-Section-Start----*/
.state-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.State-Section .state-img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.state-img-container {
  position: relative;
}
.State-Section .google-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: -55px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .State-Section .state-img {
    width: 100%;
    height: 100px;
  }
  .State-Section .google-icon {
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: -40px;
  }
  .state-card h4 {
    font-size: 16px;
  }
}

/*---State-Section-End----*/
/*---Process-Section-Start----*/
.Process-Section {
  text-align: center;
  background-color: #101010;
}
.Process-Section h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.Process-Section h2 {
  text-transform: capitalize;
  font-size: 39px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
.process-row {
  background-color: rgb(33, 37, 41);
}
.Process-Section .process-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.Process-Section .process-circle {
  top: 20%;
  left: 10px;
  transform: translateY(-50%);
  background: #0941ba;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 12px rgba(9, 65, 186, 0.1),
    0 0 0 24px rgba(9, 65, 186, 0.04);

  z-index: 2;
}
.process-card {
  position: relative;
  overflow: hidden;
}

.process-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(9, 65, 186, 0.85),
    rgba(9, 65, 186, 0)
  );

  pointer-events: none;
  z-index: 1;
}

/* Make sure number appears above overlay */
.process-circle {
  z-index: 2;
}

@media (max-width: 576px) {
  .Process-Section .process-circle {
    left: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 7px rgba(237, 34, 61, 0.1),
      0 0 0 12px rgba(237, 34, 61, 0.04);
  }
  .process-row {
    background-color: #000;
  }
  .Process-Section h2 {
    text-transform: capitalize;
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
  }
}

/*---Process-Section-End----*/
/*---Counter-Section-Start----*/
.Counter-Section {
  background-color: #0941ba;
}

.Counter-Section h1 {
  font-size: 4rem;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}
.Counter-Section h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}
.Counter-Section p {
  margin-top: 0.6rem;
}

@media (max-width: 768px) {
  .Counter-Section h1 {
    font-size: 3rem;
  }
  .Counter-Section h2 {
    font-size: 1.5rem;
  }
  .Counter-Section p {
    font-size: 1.05rem;
  }
}

/*---Counter-Section-End----*/
/*---Featured -Section-Start----*/
.Featured-Section h2 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}
.Featured-Section img {
  max-width: 140px;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .Featured-Section h2 {
    font-size: 1.3rem;
  }
}

/*---Featured -Section-End----*/
/*---Blog -Section-Start----*/
.Blog-Section .card {
  border-radius: 10px;
  overflow: hidden;
}

.Blog-Section .card-img-top {
  position: relative;
  min-height: 200px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Blog-Section h5 {
  font-size: 16px;
  font-weight: 600;
  color: #e31e25;
}
.Blog-Section h2 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}
.Blog-Section .badge {
  font-size: 0.8rem;
  font-weight: 600;
}

.Blog-Section .card-body {
  background: #fff;
}

.Blog-Section .card-title {
  color: #222;
  font-size: 1.25rem;
}

.Blog-Section .card-text {
  color: #555;
}

.Blog-Section .text-muted {
  font-size: 0.95rem;
}
.blog-slider .slick-slide {
  padding: 0 10px; /* 10px gap on left + right */
}

.blog-slider .slick-list {
  margin: 0 -10px; /* compensate outer space */
}
@media (max-width: 570px) {
  .Blog-Section h2 {
    font-size: 29px;
  }
}
/*---Blog -Section-End----*/
/*---Testimonials -Section-Start----*/
.Testimonials-Section {
  position: relative;
  background-image: url("../images/f2.webp"); /* change image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  z-index: 1;
}

/* Overlay using ::after */
.Testimonials-Section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0941ba;
  opacity: 0.85; /* overlay opacity */
  z-index: -1;
}

/* Bring content above overlay */
.Testimonials-Section * {
  position: relative;
  z-index: 2;
}

.Testimonials-Section .testimonial-card {
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.Testimonials-Section h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0941ba;
}
.Testimonials-Section h2 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}
.Testimonials-Section .testimonial-text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
}

.Testimonials-Section .card-body {
  background: transparent;
  padding: 0px;
}

.testi-slider .slick-slide {
  padding: 10px; /* 10px gap on left + right */
}

.testi-slider .slick-list {
  margin: 0 -10px; /* compensate outer space */
}

@media (max-width: 576px) {
  .Testimonials-Section h2 {
    font-size: 29px;
  }
  .Testimonials-Section .testimonial-text {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3;
  }
}
/*---Testimonials -Section-End----*/

/*---Footer -Section-Start----*/
.Footer-Section {
  background-color: #101010;
}

.Footer-Section h4,
.Footer-Section h5 {
  letter-spacing: 1px;
  color: #fff;
}
.footer-logo {
  max-width: 150px;
  margin-bottom: 0px;
}
.Footer-Section .footer-links li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.Footer-Section .footer-links li a {
color:white !important;
}
.Footer-Section .footer-phone {
  color: #fff;
  letter-spacing: 1px;
}

.Footer-Section .btn-primary {
  background: #1076e7;
  border: none;
}

.Footer-Section a.text-white:hover {
  color: #ffc107 !important;
}

.Footer-Section ul,
.Footer-Section li {
  padding-left: 0;
  list-style: none;
}

.Bottom-Footer-Section .bottom-bar {
  background-color: #222 !important;
}

.Bottom-Footer-Section .bottom-bar .fw-semibold {
  font-size: 1.13rem;
}

.Bottom-Footer-Section a.text-white:hover {
  color: #ffda19 !important;
}

/*---Footer -Section-End----*/
/*---About-Page-Section-Start----*/

.about-hero-section {
  min-height: 250px;
  overflow: hidden;
}
.about-hero-section img {
  object-fit: cover;
  object-position: start;
  border-radius: 20px;
}
.about-hero-section .breadcrumb .breadcrumb-item + li {
  padding: 0;
}
.About-Page-Section p {
  font-weight: 550;
  font-size: 1rem;
}
.bi-chevron-right::before {
  font-size: 12px;
}

/* Header background & text color */
#faqAccordion .accordion-button {
  background-color: #0941ba !important;
  color: #fff !important;
}
#faqAccordion .accordion-item {
  border: none !important;
}
/* Keep background same when opened */
#faqAccordion .accordion-button:not(.collapsed) {
  background-color: #0941ba !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Remove border & focus outline */
#faqAccordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Arrow icon white */
#faqAccordion .accordion-button::after {
  filter: brightness(0) invert(1) !important;
}

/*---About-Page-Section-End----*/
/*---Form-Section-Start----*/
.Form-Section {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(9, 65, 186, 0.09);
  padding: 34px 22px;
  margin: auto;
}

.form-label {
  font-weight: 500;
}

.input-group-text {
  border-right: none;
  background: #f6f8fd;
}
.input-group-text i{
  color: #0941ba;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important;
}

.btn-submit {
  background-color: #0941ba;
  color: #fff !important;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background 0.2s;
}

@media (max-width: 767px) {
  .Form-Section {
    padding: 22px 10px;
  }
}

.service-page-list li {
  color: #000 !important;
  font-weight: 600;
}

.service-page-list li::marker {
  color: #80858b;
}

.service-city-section .service-box {
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #e5f1fc;
  color: #0941ba;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.2s;
}

@media (max-width: 768px) {
  .service-city-section .service-box {
    min-width: 220px;
    font-size: 1rem;
    padding: 10px 12px;
  }
}

/*---Form-Section-End----*/
.btn-apply{
  background-color: #0941ba;
  color: #fff !important;
}
/*---Blog-Page-Section-Start----*/
.Blog-Keyword-Section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30, 37, 44, 0.6);
  padding: 30px 32px 18px 32px;
  margin: 32px auto;
  font-family: "Segoe UI", Arial, sans-serif;
}

.bks-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 28px;
}

.bks-keyword-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bks-keyword {
  background: #0941ba;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
/*---Blog-Page-Section-End----*/
/*---Payment-Section-Start----*/
.Payment-Section .form-label {
  font-weight: 500;
  font-size: 1.1rem;
}
.Payment-Section .form-check-label {
  font-weight: 500;
  font-size: 1.1rem;
}
.Payment-Section .form-check {
  margin-right: 30px;
}
.Payment-Section .btn-primary {
  min-width: 120px;
  font-size: 1.15rem;
}
/*---Payment-Section-End----*/
/*---Tracking-Section-Start----*/
.Tracking-Section .form-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.Tracking-Section .form-control {
  font-size: 1.15rem;
  border-radius: 6px;
}

.btn-sumbit {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 15px !important;
  color: #fff !important;
  background-color: #28a745 !important;
}

.Tracking-Section .btn-outline-danger {
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 25px;
  margin-left: 10px;
  border-width: 2px;
}

.Tracking-Section .d-flex {
  margin-top: 10px;
}
/*---Tracking-Section-End----*/
/* Franchise-Section custom CSS (Bootstrap used) */
.Franchise-Section {
  padding: 36px 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.franchise-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

.Franchise-Section .form-control,
.Franchise-Section .form-label {
  font-size: 1rem;
}

#feedbackCards .card {
  margin-bottom: 24px;
}
.star-rating {
  color: #f8c30e;
  font-size: 1.2rem;
}
.feedback-img-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 18px;
}
/*---Contact-Section-Start----*/
/* Header background & text color */
#ContactAccordion .accordion-button {
  background-color: #0941ba !important;
  color: #fff !important;
}
#ContactAccordion .accordion-item {
  border: none !important;
}
/* Keep background same when opened */
#ContactAccordion .accordion-button:not(.collapsed) {
  background-color: #0941ba !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Remove border & focus outline */
#ContactAccordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Arrow icon white */
#ContactAccordion .accordion-button::after {
  filter: brightness(0) invert(1) !important;
}
.contact-ui-accordion-button {
  font-weight: 500;
  font-size: 1.15rem;
  background: #0941ba;
  color: #fff;
}
.contact-ui-accordion-body {
  font-size: 1rem;
}
.contact-ui-btn-phone {
  background: #e5f1fc;
  color: #0941ba;
}
.contact-ui-btn-phone:hover {
  background: #d0e5fa;
  color: #042067;
}
.contact-ui-btn-whatsapp {
  background: #d9fbe5;
  color: #25d366;
}
.contact-ui-btn-whatsapp:hover {
  background: #c0edd3;
  color: #128c7e;
}
.contact-ui-btn-request {
  background: #072a74;
  color: #fff;
  font-weight: 500;
  border: none;
  margin-top: 10px;
}
.contact-ui-btn-send {
  background: #0941ba;
  color: #fff !important;
  font-weight: 500;
  border: none;
  margin-top: 10px;
}
.contact-ui-btn-request:hover {
  background: #072a74;
  color: #fff;
}
.contact-ui-form-card {
  border-radius: 12px;
}

/*---Contact-Section-End----*/
/*---City-Section-Start----*/
/* Section Wrapper */
.state-city-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

/* City Card Styling */
.state-city-section .city-card {
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    height: 100%;
    background: #fff;
}

.state-city-section .city-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(9, 65, 186, 0.2);
    border-color: #0941BA;
}

/* Circle Background for Icon */
.state-city-section .icon-circle {
    width: 80px;
    height: 80px;
    background-color: #e5f1fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.state-city-section .icon-circle i {
    font-size: 2.5rem;
    color: #0941BA;
}

/* City Name Styling */
.state-city-section .city-name {
    color: #333333;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
     min-height: 55px; /* long city names me layout stable rahe */
 
}

/* Button Styling */
.state-city-section .btn-primary {
    background-color: #0941BA;
    border-color: #0941BA;
    font-weight: 500;
   
}



/*---City-Section-End----*/
/*---Payment-Section-Start----*/

        .payment-online-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
        }
        
        .payment-online-section .payment-card {
            border: none;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(9, 65, 186, 0.15);
            overflow: hidden;
        }
        
        .payment-online-section .qr-section {
            background: linear-gradient(135deg, #0941BA 0%, #072f8f 100%);
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 500px;
        }
        
        .payment-online-section .qr-code-box {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            margin-bottom: 20px;
        }
        
        .payment-online-section .qr-code-box img {
        
            display: block;
        }
        
        .payment-online-section .qr-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .payment-online-section .qr-subtitle {
            color: rgba(255,255,255,0.9);
            font-size: 0.95rem;
            text-align: center;
        }
        
        .payment-online-section .bank-details-section {
            padding: 50px 40px;
            background: white;
        }
        
        .payment-online-section .section-title {
            color: #0941BA;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
        }
        
        .payment-online-section .section-title i {
            margin-right: 10px;
        }
        
        .payment-online-section .detail-group {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .payment-online-section .detail-group:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        
        .payment-online-section .detail-label {
            color: #666;
            font-size: 0.85rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        
        .payment-online-section .detail-value {
            color: #333;
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .payment-online-section .copy-btn {
            background: #0941BA;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .payment-online-section .copy-btn:hover {
            background: #072f8f;
            transform: scale(1.05);
        }
        
        .payment-online-section .payment-note {
            background: #e3eeff;
            padding: 15px;
            border-radius: 10px;
            margin-top: 20px;
            border-left: 4px solid #0941BA;
        }
        
        .payment-online-section .payment-note i {
            color: #0941BA;
            margin-right: 8px;
        }
        
        .payment-online-section .payment-note p {
            margin: 0;
            color: #333;
            font-size: 0.9rem;
        }
        
        @media (max-width: 991px) {
            .payment-online-section .qr-section {
                min-height: auto;
                padding: 40px 20px;
            }
            
            .payment-online-section .bank-details-section {
                padding: 40px 25px;
            }
        }
/*---Payment-Section-End----*/
/*---gallery-Section-Start----*/
.galley-image-container img{
  width: 100%;
  height: 350px;
  background-size: cover;
}
/*---gallery-Section-End----*/

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 100px;
}
.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.thank ul li a {
  height: 40px;
  width: 40px;
  background: #8514fb;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}
/*---thank-Section-end----*/
