@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap");

html {
  font-size: 1em;
}

body {
  background-color: #edd5e5;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.25px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "EB Garamond";
  font-weight: 400;
  color: #A37632'

}

p {
  font-size: 1em;
  line-height: 25px;
  font-weight: 300;
  color: #636363;
  font-family: "Poppins", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:after,
a:before {
  color: #192836;
  transition: all 0.4s ease-in-out;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

.form-control:focus,
.btn:focus,
input:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #192836;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #192836;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #192836;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #192836;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style: none;
}

.section-pad {
  /* padding: 4em 0em; */
  padding: 1.5em 0em;
}

.section-heading .main-heading {
  color: #3e3058;
  font-size: 2.5em;
  font-weight: 300;
  font-family: "EB Garamond";
  letter-spacing: 1px;
  line-height: 46px;
  padding-bottom: 0.75em;
}

.section-heading .sub-heading {
  color: #3e3058;
  font-size: 2.5em;
  font-weight: 400;
}

.section-heading .sub-title {
  color: #3e3058;
  font-size: 1.5em;
}

/* Header classic */
.navbar-main {
  padding: 0.5em 3em 0.5em 3em;
}

.header .navbar-brand {
  display: inline-block;
  padding: 0px;
  width: 120px;
  /* position: relative; */
  /* top: -18px; */
}

.affix {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  animation: menu_sticky 0.6s ease-in-out;
  -webkit-animation: menu_sticky 0.6s ease-in-out;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.separator {
  height: 120px;
  margin-top: -120px;
  z-index: 5;
}

.navbar-main.affix {
  background-color: #ffffff;
}

.navbar-main.affix .navbar-nav .nav-item .nav-link {
  color: #361a19;
}

.navbar-main .navbar-nav .nav-item .nav-link {
  position: relative;
  /* color: #ffffff; */
  color: #3e3058;
  padding: .5em 1em;
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0.2px 0px #fff;
}

#navbar-classic a.active::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 20px;
  /* background-image: url('../img/Highlight.svg'); */
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.header .navbar-nav>li:not(:last-child) {
  margin-right: 25px;
}

.header .navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #F2CF4D;
}

#nav-icon1 {
  width: 30px;
  height: auto;
  margin-right: 25px;
  margin-top: -15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #3e3058;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* slider */
/* .hero-slider {
  position: relative;
  min-height: 100vh;
  background-image: url('../img/banner-image.jpg');
  background-position: center;
  background-size: 100%;
}

.hero-slider .slider-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */

.hero-slider .slider-content {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.hero-slider .slider-content h1 {
  line-height: 65px;
  font-weight: 400 !important;
  margin-bottom: 25px;
  color: #fff;
  font-size: 4.5em;
}

.hero-slider .slider-content p {
  color: #ffff;
  padding-right: 35px;
}

.hero-slider .slider-content .slider-btn {
  color: #3e3058;
  font-size: 1.1em;
  margin-top: 25px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider::after {
  content: "";
  background: linear-gradient(90deg, #080809a3 0%, #f1f2f366 100%);
  position: absolute;
  top: -40em;
  left: 0;
  right: 0;
  bottom: -28em;

}

.banner-image {
  overflow: hidden;
}

.banner-image img {
  width: 100%;
}


/* trusted */
.trusted-partners {
  position: relative;
}

.bride-image {
  position: relative;
  margin-top: -8em;
}

.bride-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20em;
}

.brand-block {
  position: relative;
}

.brand-block::before {
  content: '';
  position: absolute;
  top: -52px;
  bottom: 0px;
  right: 0;
  left: 68px;
  width: 60px;
  height: 60px;
  /* background-image: url(/img/brand-1.png); */
  /* background-position: left top; */
  background-size: 100%;
}


.brand-block::after {
  content: '';
  position: absolute;
  bottom: -52px;
  right: 80px;
  width: 60px;
  height: 60px;
  /* background-image: url(/img/brand.png); */
  /* background-position: right bottom; */
  background-size: 100%;
  background-repeat: no-repeat;
}

.about-left-image {
  position: relative;
  padding-top: 10px;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.arrow-right-bottom {
  position: absolute;
  bottom: -66px;
  right: -60px;
  z-index: -1;
}

.mission-right-block .mission-border {
  padding: 3em 2em 0em 2em;
  width: 334px;
  min-height: 300px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.mission-right-block .mission-border:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  padding: 3em 2em 0em 2em;
  width: 334px;
  min-height: 300px;
  border-radius: 6px;
}

.vision-left-block .vision-border {
  padding: 1em 2em 0em 2em;
  min-height: 300px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.vision-left-block .vision-border:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  padding: 1em 2em 0em 2em;
  border-radius: 6px;
  min-height: 300px;

}

.mission-right-block .mission-content h5 {
  color: #636363;
  font-size: 1.4em;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "EB Garamond";
  font-weight: 400;
}

.mission-right-block .mission-content h3 {
  color: #3e3058;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  padding-top: 1em;
}

.trusted-partners {
  position: relative;
}

.bride-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20em;
}

.mission-right-block {
  position: relative;
}

.mission-right-block::before {
  content: '';
  position: absolute;
  top: -31px;
  bottom: 0px;
  right: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mission-right-block::after {
  content: '';
  position: absolute;
  bottom: -32px;
  right: 80px;
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.vision-left-block {
  position: relative;
}

.vision-left-block::before {
  content: '';
  position: absolute;
  top: -36px;
  bottom: 0px;
  right: 0;
  left: -33px;
  width: 60px;
  height: 60px;
  background-size: 100%;
}

.vision-left-block::after {
  content: '';
  position: absolute;
  bottom: -36px;
  right: -42px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.vision-left-block .vision-content h5 {
  color: #636363;
  font-size: 1.4em;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 32px;
  font-family: "EB Garamond";
  font-weight: 400;
}

.vision-left-block .vision-content h3 {
  color: #3e3058;
  font-weight: 400;
  font-size: 1.6em;
  text-align: center;
  padding-top: 1em;
}

/* Contact Form Block */
.contact-form-block {
  box-shadow: 0 0 20px 0px #dddddd;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  padding: 3em;
  background-color: #ffffff;
}

.contact-page input {
  height: 50px !important;
}

.contact-page .form-group {
  margin-bottom: 35px;
}

.contact-page .invalid {
  font-size: 0.8em;
  margin-top: 5px;
  color: #ED4631;
  margin-left: 10px;
}

.quick_enquiry {
  color: #fff !important;
}

.btn-submit {
  font-family: "EB Garamond";
  background: #3e3058;
  border-radius: 2rem;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #ffffff;

}

.btn-submit:hover {
  background: #6B588B;
  color: #fff;
  border: 2px solid #ffffff;

}

.btn-submit.clicked {
  color: white;
  /* Set the color for the clicked state */
}

.contact-form-block .btn-submit {
  font-family: "EB Garamond";
  padding: 8px 20px;
  background: #3e3058;
  border-radius: 3rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  display: block;
  margin: 3.5em auto -5.35em;
}

.contact-form-block .form-control {
  min-height: 2.5em;
  padding: 0.375em 0.75em 0.375em 0;
  color: #444444bd;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #dddddd;
  border-radius: 0rem;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

.bg-contact {
  /* background-image: url('/img/bg.png')!important; */
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  max-height: 100%;
}


.contact-page .contact-form-block {
  position: relative;
}

.contact-form-block::before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: -50px;
  width: 70px;
  height: 200px;
  /* background-image: url(/img/our-promise-left.svg); */
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}

.contact-form-block::after {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  right: -70px;
  width: 70px;
  height: 200px;
  /* background-image: url(/img/our-promise-right.svg); */
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer {
  background-color: #6b588b;
  padding: 4em 0em 2em;
  color: #ffffff;
  /* text-align: center; */
}

.each-footer-group {
  display: block;
}

.each-footer-list {

  padding: 0 1em;
}

.each-footer-list a {
  color: #FFFFFF;
}

.each-footer-list:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -2px;
  background-color: #ffffff;
}


.social-footer {

  padding-top: 20px;
  margin-bottom: 30px;

}

.fa {
  padding: 10px;
  font-size: 18px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  border-radius: 35px;


}

.fa:hover {

  background: #B6435B;
  border: 1px solid white;
  color: white;
}

.fa-facebook {
  background: white;
  color: white;
}

.fa-twitter {
  background: white;
  color: white;
}


.fa-linkedin {
  background: white;
  color: white;
}

.fa-youtube {
  background: white;
  color: white;
}

.fa-instagram {
  background: white;
  color: white;
}

.fa-pinterest {
  background: white;
  color: white;
}




.border-line {
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  width: 9em;
  margin: 1em auto;
  padding-top: 0;
}

.contact-details {
  padding-top: 0.75em;
}

.copy-right-block {
  color: #fff;
  font-size: 0.85em;
  text-align: center;
  margin-top: 1em;
}

.footer-block {
  text-align: center;
}

.footer-logo {
  display: inline-block;
}


@media (max-width: 768px) {}

.invalid {
  color: red;
  font-size: 0.8em;
  margin-top: 5px;
  margin-left: 2px;
}

.success {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 15px;
  display: block;
  color: #3e3058;
  font-weight: 500;
}

.loader {
  display: inline-block;
  margin-left: 5px;
}

.loader img {
  width: 15px;
  display: inline-block;
}


/* Style for the overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Style for the popup */
.popup {
  background-color: #fff;
  padding: 15px;
  /* Adjusted padding */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  /* Adjusted max-width */
  position: fixed;
  top: 110px;
  /* Adjusted top value */
  width: 80%;
  /* Adjusted width */
  height: 80vh;
  /* Fixed height with viewport height (80%) */
  overflow-y: auto;
  /* Added overflow property for vertical scrolling */
}


/* Style for the close button */
.close-button {

  display: block;
  background-color: #B6435B;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  /* Positioned on the right */
}

.popup h3 {
  color: #6B588B;
  /* Set the desired color */
  font-size: 1.5em;
  /* Set the desired font size */
  margin-top: 20px;
  /* Add margin top as needed */
  margin-bottom: 20px;
  font-weight: 600;
}

/*Services*/
.hide {
  display: none;
}

.myDIV:hover+.hide {
  display: block;
  color: white;
}

.custom {
  text-align: left;
  margin-left: 50px;
  margin-top: 50px;
}

.custom h3 {
  text-align: left;
  margin-bottom: 10px;
}

.site-btn1 {
  background: #3e3058;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: GillSans Regular;
  border-radius: 4px;
}

.site-btn1:hover {
  background: #6B588B;
  color: #fff;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
  background-color: #6b588b;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 18px;
  text-align: left;
  border-bottom: 2px solid;
}

.button {
  background-color: #3e3058;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.button:hover {
  background-color: white; /* Prevents wrapping */
  border: 1px solid #3e3058;
  color: #3e3058;
}

@media (max-width: 1024px) {
    .button {
        font-size: 11px;
        padding: 10px 20px;
        white-space: normal;
    }
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.dropbtn {
  background-color: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 0.75em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: none;
}

.hlist ul li span:after {
  content: '';
  position: absolute;
  background: #000;
  width: 2px;
  height: 70%;
  left: 50%;
  top: 85px;
  transform: translatex(-50%);
}

.accordion {
  background-color: #6B588B;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 7px;
  margin-top: 2px;
}

.accordion:hover {
  background-color: #B6435B;
  color: #ffffff;
}

.accordion.active {
  background-color: #B6435B;
}

.accordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .active:after {
  content: "\2212";
} */

.panel {
  padding: 0 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.dropbtn {
  background-color: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.trusted-brand {
  margin-top: 100px;
}

/* Highlight the active nav link 13-09-2025*/
/* Active Nav Item */
.navbar-nav .nav-link.nav-active,
.navbar-nav .nav-item.nav-active .nav-link {
  color: #fff !important;
  font-weight: 600;
  position: relative;
  background: linear-gradient(90deg, #b6435b, #6b588b);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease;
}

/* Underline effect (optional, if you want both background + underline) */
.navbar-nav .nav-link.nav-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: width 0.3s ease;
}

/* ✨ Hover Effect for All Nav Links */
.navbar-nav .nav-link:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #b6435b, #6b588b);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(182, 67, 91, 0.3);
}

/* Keep underline on hover if using underline */
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.nav-logo {
  height: 50px;
  width: auto;
  max-width: 180px;
}

.custom-close span {
  color: #3e3058 !important;
  transition: color 0.3s ease;
}

.custom-close:hover span {
  color: #3e3058 !important;
}

.hide {
  display: none;
}

.myDIV:hover+.hide {
  display: block;
  color: white;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.dropbtn {
  background-color: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 0.75em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: none;
}

.popup {
  background-color: #ffffff;
  width: 420px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  display: none;
  text-align: center;
}

.popup button {
  display: block;
  margin: 0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: #03549a;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

.popup h2 {
  margin-top: -20px;
}

.popup p {
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}

.banner-image-div {
  margin-top: 5%;
  border-bottom: 2px solid #6b588b;
}

/* .logo_carousel img {
      filter: grayscale(100%);
      transition: filter 0.3s ease;
  }

  .logo_carousel img:hover {
      filter: grayscale(0%);
  } */

.logo_carousel .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.logo_carousel_client .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 400px;
}

#submitBtn:disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
}

.lable_text {
  font-size: 16px;
  text-align: left !important;
  display: block;
  margin-bottom: 0px;
}

.error_text {
  font-size: 12px;
  text-align: left !important;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
}

.collage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 12px;
  padding: 12px;
}

.collage a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.collage img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.3s ease;
}

.collage img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .collage img {
    height: 450px;
  }
}

@media (max-width: 480px) {
  .collage {
    grid-template-columns: 1fr;
  }

  .collage img {
    height: 450px;
  }
}


/* Our Client Testimonials */
.testimonial-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  flex: 0 0 calc(33.3333% - 13.33px);
  border: none;
  border-radius: 12px;
  padding: 30px 20px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #eee;
  margin-bottom: 15px;
}

.testimonial-card h5 {
  font-weight: 600;
  color: #3e3058;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  font-size: 0.95rem;
  position: relative;
  padding: 0 15px;
}

.testimonial-card p::before,
.testimonial-card p::after {
  font-size: 2rem;
  color: #ccc;
}

.testimonial-card p::before {
  /* content: "“"; */
  position: absolute;
  left: -10px;
  top: -10px;
}

.testimonial-card p::after {
  /* content: "”"; */
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.btn-circle-md {
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 1rem;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  transition: all 0.3s ease;
}

.btn-circle-md:hover {
  background-color: #333;
  color: #fff;
}

@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #333;
  /* color: #333;
      font-size: 1.5rem; */
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
  background-color: #333;
  color: #fff;
}

.carousel-nav.left {
  left: -25px;
}

.carousel-nav.right {
  right: -25px;
}

@media (max-width: 576px) {
  .carousel-nav.left {
    left: -10px;
  }

  .carousel-nav.right {
    right: -10px;
  }
}

.brand-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 120px;
  padding: 10px;
  background: #fff;
  /* border-radius: 8px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.brand-card img {
  max-height: 60px;
  max-width: 150px;
  object-fit: contain;
}

@media (min-width: 576px) {
  .brand-card {
    height: 130px;
  }

  .brand-card img {
    max-height: 70px;
    max-width: 160px;
  }
}

@media (min-width: 768px) {
  .brand-card {
    height: 140px;
  }

  .brand-card img {
    max-height: 75px;
    max-width: 170px;
  }
}

@media (min-width: 992px) {
  .brideImg{
    max-height:650px!important;
  }

  .brand-card {
    height: 150px;
  }

  .brand-card img {
    max-height: 80px;
    max-width: 180px;
  }
}

.logo_carousel_client .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 400px;
}

/* Our Happy Client's */
/* Container for client logos */
.logo_carousel_client {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 30px;
  padding: 30px 0; */
}

/* Logo card */
.client-card {
  width: 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin: 10px;
}

.client-card:hover {
  transform: scale(1.05);
}

.client-card img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  display: block;
}

.section-heading .sub-heading {
  font-size: 2rem;
  font-weight: 600;
  /* color: #333; */
  color: #3e3058;
}

/* Responsive styles */
@media (max-width: 768px) {
  .logo_carousel_client {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
  }

  .client-card {
    flex: 0 0 auto;
    width: 160px;
    height: 100px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .client-card {
    width: 140px;
    height: 90px;
    padding: 8px;
  }

  .section-heading .sub-heading {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .brideImg {
    max-height: 450px !important;
  }
}
