@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  }

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-style: normal;
}
.nomargin {
  margin: 0;
}
.btn {
    color: #ffffff;
    background-color: #00bcd5;
    border: 1px solid #00bcd5;
    width: auto;
    padding: 8px 13px;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border-radius: 7px;
    cursor: pointer;
    margin-bottom: 18px;
    width: 100%;
    display: block;
}
.styledsquarebtn {
  background: #83b983;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 11px 60px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  text-decoration: none!important;
  max-width: 255px;
  margin-bottom: 0;
}
h2.heading {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 4rem !important;
    margin: 0;
    color: #E06506;
}
p {
  color: #3c3c3c;
  line-height: 30px;
  letter-spacing: 0.3px;
}
.top-nav.login a {
  font-size: 14px;
  font-weight: bold;
}
#navbar #login-menu li a.outlineBtn,
.outlineBtn {
    background: #fff;
    text-decoration: none;
    padding: 7px 26px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    display: inline-block;
    margin-right: 10px;
    position: relative
}
#navbar #login-menu li {
    display: flex;
    padding: 0;
    margin: 0 0px 0 10px;
}
#navbar #login-menu li a.outlineBtn.orange,
.outlineBtn.orange,
.top-nav.login a.outlineBtn.orange {
    color: #f5353c;
    border: 1px solid #f5353c;
}
#navbar .navbarText {
    color: #000000;
    font-weight: 700;
    padding-right: 0px;
    font-size: 14px;
    padding-top: 15px;
    letter-spacing: 0.7px;
}
#navbar #login-menu li a.textAnchor {
    font-size: 16px;
    color: #1f1f1f;
    padding-left: 5px;
    padding-right: 0px;
    margin-right: 0;
    font-weight: 500;
    display: inline-block; /* Needed for transform to work */
    transition: transform 0.3s ease;
}
#navbar #login-menu li a.textAnchor:hover {
  transform: translateX(5px);
}
#navbar {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    padding: 13px 40px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 8px 1px #e7e6e6;
    z-index: 9;
}
#navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
    margin: 0;
}
#navbar #login-menu li a {
    color: #fff;
    margin: 0 10px;
}
#navbar.otherpagenavbar {
  border-bottom: 5px solid #76b076;
}
.mobile-banner {
  display: none;
}
.bannerTest {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.bannerTest .mainImg {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bannerTest {
  position: relative; /* Required for absolute children */
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  overflow: hidden;
}
.banner-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.popupBox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: min(90%, 450px);
    background-color: #fff;
    box-shadow: 10px 8px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 2;
}
.mobileRegisterBlock {
  padding: 10px;
  display: none;
}
.mobilepopupBox .popupForm {
  padding: 15px;
}
.mobilepopupBox {
    display: block;
    width: min(90%, 450px);
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    z-index: 2;
}
.popupForm {
    padding: 1.5rem 2rem;
}
.popupBox h2,
.mobilepopupBox h2 {
    font-size: 22px;
    padding: 0;
    margin: 0px;
    text-align: center;
    padding: 15px 10px 15px;
    background-color: #fbeeee;
    border-top-left-radius: 7px;
    color: #f5353c;
    border-top-right-radius: 7px;
}
.popupForm select, .popupForm input {
    width: 100%;
    font-size: 16px;
    color: #333 !important;
    padding: 13px 20px;
    border-radius: 7px;
    border: 1px solid #000000;
    box-shadow: 0 0 7.5px 2.5px rgba(153,153,153,.08);
    outline: 0;
    height: auto;
}
.popupForm input::placeholder {
  color: #333333;
  opacity: 1; /* Firefox */
}
.popupForm .inputblock {
    margin-bottom: 15px;
}
.inputblock .countryblock select {
    padding: 0 5px;
}
.popupForm .btn,
.btn.green {
    background-color: #16A751;
    border-color: #16A751;
    margin-top: 30px;
    margin-bottom: 10px;
}
section.advertiseHeading {
    width: 100%;
    padding: 20px 50px;
    background-color: #9e7765d6;
    color: #fff;
}
.advertiseHeading .textsection h2 {
    margin: 0;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}
.advertiseHeading .textsection h2 span {
    color: darkred;
    font-family: 'Raleway', sans-serif;
}
.doorstepsection {
  background: linear-gradient(to right, #fbeeee, #fff);
  padding: 2rem 2rem;
  border-radius: 12px;
  max-width: 1080px;
  margin: 2rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  animation: fadeIn 1s ease-in;
}

.doorstepbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.doorstepimage {
  flex: 1;
  text-align: center;
}

.doorstepimage img {
  max-width: 220px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.doorstepimage img:hover {
  transform: scale(1.05);
}

.doorstepimage p {
    font-size: 20px;
    font-weight: 600;
    color: #c0392b;
    margin: 0;
    line-height: 1.4;
}

.doorsteptext {
  flex: 2;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.doorsteptext .heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #b03a2e;
}

.doorsteptext .green {
  color: #138d75;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-modern-section {
  background-color: #fff;
  padding: 4rem 2rem;
  font-family: 'Segoe UI', sans-serif;
}

.service-modern-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.service-modern-heading {
  font-size: 40px;
  color: #E06506;
  text-align: left;
  font-weight: 400;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

.service-modern-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
}

.service-left-content {
  flex: 1 1 40%;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

.service-right-boxes {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-modern-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #f9f9f9;
  padding: 25px;
  border-left: 4px solid #00bcd5;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*.service-modern-box:hover {
  background-color: #fff4f4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}*/

.service-icon-circle {
  border: 1px solid #ccc;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.service-modern-box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  margin-top: 0;
  color: #2d2b33;
}

.service-modern-box p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.timeline-section {
  background-color: #fefaf6;
  padding: 4rem 2rem;
}

.timeline-section h2 {
  text-align: center;
  padding: 0;
  margin: 0 0 5rem 0;
  color: #E06506;
  font-size: 40px;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  max-width: 960px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ddcebc;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
  z-index: 2;
}

.timeline-item.left {
  flex-direction: row;
}

.timeline-item.right {
  flex-direction: row-reverse;
}

.timeline-item .content {
  padding: 0;
  border-radius: 10px;
  width: 40%;
}
.timeline-item .content h3 {
  color: #66451c;
  font-size: 22px;
  margin: 5px 0 0;
}

.timeline-item .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item .icon img {
  max-width: 100%;
  max-height: 100%;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #44200e;
  box-shadow: 0 0px 10px 0.6px rgb(40 30 20 / 8%);
  border-radius: 50%;
  border: 5px solid #fff;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.time {
  color: #e91e63;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.success-stories {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #fff;
}
.success-container {
  max-width: 1200px;
  width: 95%;
}
.success-container h2 {
  margin: 0;
  margin-bottom: 5rem;
  color: #E06506;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 280px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.success-container .slider-scrollbar {
  height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  visibility: hidden;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
.campaign-section {
  background: linear-gradient(0deg, #F6FDF6 0%, #F6FDF6 100%), 
  linear-gradient(28deg, #FFFFF3 20.46%, #DFF7E5 59.67%, #D2F4DF 72.44%,
  rgba(210, 244, 223, 0.50) 89.74%,
  rgba(210, 244, 223, 0.00) 105.78%);
  padding: 3rem 2rem;
}

.campaign-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem;
}

.campaign-section h2 {
  font-size: 40px;
  font-weight: 400;
  color: #E06506;
  margin: 0;
  margin-bottom: 2rem;
}
.campaign-section p {
  margin-bottom: 4rem;
  color: #3c3c3c;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.campaign-section .campaign-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.campaign-section .left-large {
  flex: 1 1 50%;
}

.campaign-section .left-large img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.campaign-section .right-grid {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
}

.campaign-section .right-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.strengths-no-image {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #fff;
  color: #2d2b33;
}

.strengths-no-image h2 {
  margin-bottom: 5rem;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
}

.strength-item {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.strength-item .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.strength-item h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.strengths-section {
  background: #fdfdfd;
  padding: 3rem 1rem;
}

.strengths-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.strengths-image {
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

.strengths-image img {
  max-width: 100%;
  border-radius: 10px;
}

.strengths-content {
  flex: 1 1 500px;
}

.strengths-content h2 {
  color: #2d2b33;
  font-size: 32px;
  margin-bottom: 1rem;
}

.strengths-content ul {
  list-style: none;
  padding: 0;
}

.strengths-content li {
  margin-bottom: 0.75rem;
  font-size: 18px;
  color: #333;
}

.strengths-content li span {
  margin-right: 0.5rem;
}

.strengths-section .cta {
  margin-top: 1.5rem;
  font-weight: bold;
}

.strengths-section .cta a {
  color: #f1b100;
  text-decoration: none;
}

.branch-grid-section {
  padding: 4rem 2rem;
  background: linear-gradient(0deg, #F6FDF6 0%, #F6FDF6 100%), 
  linear-gradient(28deg, #FFFFF3 20.46%, #DFF7E5 59.67%, #D2F4DF 72.44%,
  rgba(210, 244, 223, 0.50) 89.74%,
  rgba(210, 244, 223, 0.00) 105.78%);
  color: #2d2b33;
}

.branch-grid-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0rem;
}
.branch-grid-container .heading,
.success-marriage .heading {
  font-size: 2.5rem;
  color: #E06506;
  margin-bottom: 0.5rem !important;
  line-height: 48px;
}

.branch-grid-container .subheading,
.success-marriage .subheading {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 5rem;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 30px;
}

.branch-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border-left: 5px solid #83b983;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  text-align: left;
}

.branch-card:hover {
  transform: translateY(-5px);
}

.branch-card h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-top: 0;
  color: #2d2b33;
}

.branch-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.branch-card a {
  display: block;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.branch-card a:hover {
  text-decoration: underline;
}
#googlereview .gNAKYQ {
  color: #E06506;
  font-size: 40px;
  font-weight: 400;
}
#googlereview .QVGeX {
  display: none;
}
#googlereview h2.heading {
  margin-bottom: 2rem !important;
}
.bannerContent {
  width: 100%;
  height: calc(100vh - 77px);
  position: relative;
}
.banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
#navbar #logo img,
.top-nav img {
  height: 50px;
}
section.advertiseHeading {
  width: 100%;
  padding: 15px 50px;
  background-color: #9e7765d6;
  color: #fff;
}
.popupBox {
  top: 45%;
}
.popupForm .btn, .btn.green {
  background-color: #16A751;
  border-color: #16A751;
  margin-top: 15px;
  margin-bottom: 10px;
}
.popupForm {
  padding: 15px 20px;
}
/* Bottom overlay box */
.bannerTest .textsection {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.79);
  padding: 10px 15px;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
}
.bannerTest .textsection h1 {
  font-size: 26px;
  color: #bd0000;
  font-weight: bold;
  margin: 0;
}
.bannerTest .textsection h1 {
  font-weight: 700;
  background: linear-gradient(16deg, #bd0000, #ffb300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strength-item {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.strenthbox-head {
  background: #fff1ed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.strenthbox-head icon,
.strenthbox-head h4 {
  margin: 0;
  padding: 0;
}
.branch-grid {
  grid-template-columns: repeat(6, 1fr);
}
.branch-card {
  border-top: 5px solid #83b983;
  text-align: center;
  border-left: 0;
}
.branch-card img {
  width: 40px;
  height: 40px;
}
.normalbtn {
  letter-spacing: 0;
  padding: 8px 30px;
  border-radius: 4px;
  background-color: #e06506;
  border: unset;
  color: #fff;
  display: block;
  width: max-content;
  margin: 20px auto 0 auto;
  font-size: 18px;
}
#registerFormError {
  margin: 0;
  font-size: 14px;
  color: red;
  display: none;
}
/*Marriage Slider*/
.success-marriage #marriage-slider .marriage {
  min-height: 350px;
  box-shadow: 0 0 5px 0 #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

.success-marriage #marriage-slider {
  max-width: 1000px;
  width: 100%;
  margin: 70px auto 0  auto;
  display: flex;
}

.success-marriage #marriage-slider .marriage {
  min-height: 350px;
  width: 33.33%;
  margin-right: 20px;
  padding: 10px;
}

.success-marriage #marriage-slider .marriage:last-child {
  margin-right: 0px;
}

.success-marriage #marriage-slider .imgdiv {
  overflow: hidden;
  position: relative;
  height: 100px;
  padding-bottom: 70%;
}

.success-marriage #marriage-slider .imgdiv img {
  width: 100%;
  border-radius: 5px;
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.success-marriage #marriage-slider .textdiv {
  padding: 0;
}
.success-marriage .textdiv h3 {
  font-size: 17px;
  color: #66451c;
}
.success-marriage .textdiv p {
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  line-height: 20px;
  margin-top: 0;
}
.success-marriage .textdiv p b {
  color: #000;
}
.success-marriage {
  font-size: 17px;
  color: #66451c;
}
.success-marriage.storiespage {
  padding: 30px;
}
.success-marriage.storiespage #marriage-slider {
  margin: 70px auto 20px auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* adds spacing between tiles horizontally and vertically */
}
.success-marriage.storiespage #marriage-slider .marriage {
  flex: 1 1 calc(33.333% - 20px); /* three in a row with spacing */
  margin-right: 0;
}
.success-marriage.storiespage h2 {
  margin-bottom: 1rem !important;
}
.success-marriage.storiespage h3 {
  text-align: center;
}
/*#marriage-slider div {
  display: flex !important;
  justify-content: center;    /* center tile inside column */
  margin: 10px;
}*/
#marriage-slider .slick-dots {
  position: static !important;
  display: flex !important;
  justify-content: center;
  padding-top: 15px;
  gap: 12px;
  bottom: -35px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-x: auto;
}

#marriage-slider .slick-dots li {
  margin: 0;
  width: 30px;
  height: 30px;
}

#marriage-slider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  color: #E06506;
  border: 1px solid #E06506;
}

#marriage-slider .slick-dots .slick-active button {
  background: #E06506; /* Active color */
  color: #fff;
  border-color: #E06506;
}
#marriage-slider .slick-dots button::before {
  content: none !important;
}
#login-popup form input:not([type=checkbox]):not([type=submit]),
.custompopup form input:not([type=checkbox]):not([type=submit]),
.login_block form input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  margin-bottom: 15px;
}
#login-popup form label, .custompopup form label, .login_block form label {
  font-size: 15px;
  margin-bottom: 10px;
}
#login-popup form input[type=submit],
.custompopup form input[type=submit],
.login_block form input[type=submit] {
  margin-bottom: 0;
  background-color: #E06506;
  border: 1px solid #E06506;
}
#login-popup form {
  margin-bottom: 5px;
}
#login-popup form > div, .custompopup form > div {
  margin-bottom: 15px;
  color: #E06506;
}
#login-popup a, .custompopup a {
  color: #E06506;
  font-size: 16px;
}
#login-popup p, .custompopup p {
  margin: 0;
  color: #95959d;
  font-size: 14px;
}
#login-popup h2, .custompopup h2, .login_block h2 {
  margin-bottom: 20px;
}
.matrimony-section {
  padding: 20px;
}
.matrimony-container {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin: 0px auto;
}

.matrimony-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}

.matrimony-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.matrimony-list a {
  white-space: nowrap;
  font-size: 16px;
}

.matrimony-list a::after {
  content: "|";
  margin: 0 6px;
}

.matrimony-list a:last-child::after {
  content: "";
}
.footersection {
  background: #fff;
}
.footerdiv li p {
    margin: 0;
    font-size: 12px;
}
.footerdiv li a.btn {
  color: #fff;
  background: #16a751;
  border: #16a751;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  padding: 8px 20px;
  width: auto;
  border-radius: 6px;
  text-decoration: none;
}
/* Responsive grid for smaller screens */
@media (max-width: 992px) {
  .branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .branch-grid {
    grid-template-columns: 1fr;
  }
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}
/* Responsive: 2 tiles per row on tablets */
@media (max-width: 992px) {
  .success-marriage #marriage-slider .marriage,
  .success-marriage.storiespage #marriage-slider .marriage {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Responsive: 1 tile per row on small screens */
@media (max-width: 600px) {
  .success-marriage #marriage-slider .marriage {
    flex: 1 1 100%;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .service-container {
    flex-direction: column;
  }

  .strength-left,
  .strength-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
    .bannerTest .textsection {
        padding: 10px 5px;
    }
    .bannerTest .textsection h2 {
      font-size: 13px;
      line-height: 16px;
    }
    .banner-img {
        object-fit: contain;
        object-position: center center;
    }
    .bannerContent {
      height: 100%;
    }
    .mobileRegisterBlock {
      display: block;
    }
    .mobileRegisterBlock .inputblock .countryblock input {
      width: calc(100% - 35%) !important;
    }
    .mobileRegisterBlock .inputblock .countryblock select {
      width: 33% !important;
    }
}
@media (max-width: 768px) {
  .doorstepbox {
    flex-direction: column;
    text-align: center;
  }
  .doorsteptext {
    font-size: 15px;
  }
  .success-marriage.storiespage #marriage-slider .marriage {
    flex: 1 1 calc(100% - 20px);
    max-width: 350px;
    margin: 0 auto;
  }
}
/* desktop screens (tablets) */
@media (min-width: 1366px) {
  .banner-img {
    object-position: left;
  }
}
/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .branch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-img {
    object-position: left center;
  }
  .popupBox {
    width: 370px;
    right: 3%;
  }
  .mobilepopupBox {
    width: 370px;
    margin: 0 auto;
  }
  .popupBox h2 {
    padding: 5px;
  }
  .mobilepopupBox h2 {
    padding: 10px 5px;
  }
  .popupForm select, .popupForm input {
    padding: 8px 10px;
    margin: 0;
  }
  .mobilepopupBox .popupForm select,
  .mobilepopupBox .popupForm input {
    height: 42px;
  }
  .popupForm .inputblock {
    margin-bottom: 8px;
  }
  .popupForm .registerBtn {
    margin-bottom: 5px;
  }
  .hideinmobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #navbar {
    padding: 17px 10px;
  }
  #navbar #logo img {
    height: 41px;
  }
  #navbar #login-menu li a.outlineBtn {
    padding: 7px 10px;
    margin: 0;
  }
  .popupBox {
    display: none;
  }
  .mobilepopupBox {
    display: block;
  }
  #navbar #login-menu li a.textAnchor {
    /*display: none;*/
    font-size: 14px;
    letter-spacing: 0;
  }
  .branch-grid-container {
    padding: 0;
  }
  .branch-grid-section,
  .timeline-section {
    padding: 4rem 1.5rem;
  }
  .service-modern-container {
    padding: 0;
  }
  .mobile-banner {
    display: block;
  }
  .laptop-banner {
    display: none;
  }
  .banner-img {
    object-position: center center;
  }
}
/* Small screens (mobiles) */
@media (max-width: 600px) {
  .branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .success-marriage #marriage-slider {
    flex-direction: column;
  }
  .success-marriage #marriage-slider .marriage {
    width: 100%;
    margin-bottom: 10px;
  }
  #navbar .navbarText {
    padding: 0;
  }
  #navbar #login-menu li a.textAnchor {
    display: none;
  }
}