@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&amp;display=swap");

:root {
  --primary: #4477ce;
  --primaryLight: #4477ce8a;
  --secondary: #999999;
  --light: #f2f8fe;
  --dark: #11111d;
}

body {
  color: var(--dark);
}

h1 {
  line-height: 1;
}

.ff-baloo-chettan {
  font-family: "Baloo Chettan", cursive;
}

.bg-color-1 {
  background: #ffaf0f;
}

.bg-color-2 {
  background-color: #fffcf5;
}

.blend-darken {
  mix-blend-mode: darken;
  /* animation  : hideshow 1000ms infinite linear; */
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 200px;
}

.logo .logo__text {
  font-size: 18px;
  color: #11111d;
  margin-left: 10px;
  border-bottom: 1px solid #4477ce;
  padding: 5px 0;
}

/* Logo */

.accordion .accordion-body {
  padding: 1rem;
  background-color: white;
}

.accordion .accordion-item {
  margin-bottom: 10px;
}

.accordion .accordion-button {
  color: #4477ce;
  padding: 1rem;
  font-weight: 800;
  background-color: #fffcf5;
  border: 1px solid #4477ce;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* .callback::before {
    position             : absolute;
    content              : "";
    width                : 100%;
    height               : 50%;
    top                  : 0;
    left                 : 0;
    background-image     : url(../img/illustrations/contact.png);
    background-color     : #FFAF0F;
    z-index              : -1;
    background-size      : 50%;
    background-attachment: fixed;
    opacity              : 0.5;
} */

.form-floating .form-control,
.form-floating .form-control:focus {
  background-color: #fffcf5 !important;
}

.form-floating,.form-floating .iti{
  height: 100%;
}

.form-floating .form-control::placeholder {
  /* opacity: 0; */
}

.rounded {
  background: #fffcf5;
}

.testimonal-quote {
  background-image: url(../img/gallery/quote.png);
  background-position: top;
  background-size: auto;
  margin-left: -270px;
  margin-top: -45px;
  z-index: -1;
}

.home-cta-section {
  position: relative;
}

.home-cta-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(../img/illustrations/contact.png);
  background-color: #ffaf0f;
  z-index: -1;
  background-size: 50%;
  background-attachment: fixed;
  opacity: 0.5;
}

/* Header */
header a {
  font-weight: 600 !important;
}

header .btn-primary.ms-2 {
  width: 42px;
  height: 38px;
}

.navbar-light .navbar-nav .nav-item.isActive a,
.navbar-light .navbar-nav .nav-item a:hover {
  color: #4477ce;
}

.footer-section h5 {
  margin: 0;
  color: #4477ce;
  font-family: "Baloo Chettan", cursive;
}

.footer-section a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}

.footer-section a:hover {
  color: #4477ce;
  text-decoration: none;
}

.copyright-section {
  border-top: 1px solid #c5c5d2 !important;
}

.why-choose-us .feature-box {
  display: block;
  text-decoration: none;
  transition: 0.4s;
}

.why-choose-us .feature-box:hover {
  /* transform: scale(1.1); */
  transition: 0.4s;
  box-shadow: 2px 2px 5px #000;
}

.why-choose-us .feature-box p {
  color: var(--dark);
}

.statistics-section .feature-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.statistics-section .feature-box-icon svg {
  font-size: 80px;
}

@media (min-width: 992px) {
  .home-faq-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-cta-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

/* Text Me */
.text-me-section {
  background-color: #fffcf5ab;
  border-top: 1px solid #c5c5d2 !important;
  border-bottom: 1px solid #c5c5d2 !important;
  /* background-image  : url(../img/illustrations/contact-2.png);
    background-color     : #FFAF0F;
    background-size      : 50%;
    background-attachment: fixed; */
}

.subscribe-form-wrap {
  /* border             : 1px solid var(--primary); */
  border-radius: 10px;
  width: 100%;
  padding: 35px;
  margin-top: 20px;
  background-color: #222132 !important;
  background-image: url(../img/gallery/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subscribe-form-wrap h6 {
  background: var(--primary);
  border-radius: 10px;
  color: white;
  text-align: center;
  position: relative;
  bottom: 55px;
  font-size: 1.4rem;
  margin-bottom: -25px;
  padding: 12px 12px;
  font-family: "Baloo Chettan", cursive;
}

.subscribe-form-wrap p {
  color: white;
}

.subscribe-form label {
  font-weight: bold !important;
  display: block;
  color: white;
}

.subscribe-form #subscribe-email {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.subscribe-form #submit {
  border-radius: 0;
  background: var(--primary) !important;
  color: white;
  border: none;
  height: calc(2.8rem + 2px);
  transition: 0.4s;
  margin-top: 10px;
  border-radius: 6px;
}

.subscribe-form #submit:hover {
  transition: 0.4s;
  background-color: black !important;
}

.subscribe-form .iti {
  width: 100%;
}

.subscribe-form .iti input[type="tel"],
.subscribe-form input[type="text"] {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-indent: 26px;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
  border: none;
  border: 1px solid black;
  box-shadow: 0 0 0 1px white;
}

.subscribe-form .iti .iti__selected-flag {
  padding: 0 15px;
}

.text-me {
  border-radius: 10px;
  border: none !important;
}

.text-me:focus {
  box-shadow: none;
  outline: none;
}

.subscribe-form-wrap .phone-icon {
  width: 40px;
  background-color: var(--primary);
  position: absolute;
  right: 9px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: white;
  top: 9px;
  display: none;
  animation: spin 5000ms infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hideshow {
  50% {
    opacity: 0.85;
  }
}

/* Breadcrumb Card */
.breadcrumb-section .page-header {
  background: white;
}

.breadcrumb-card h1 {
  font-family: "Baloo Chettan", cursive;
}

.breadcrumb-card {
  position: relative;
  padding: 45px 0 45px 35px;
}

.breadcrumb-card::before,
.breadcrumb-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: var(--primary);
}

.breadcrumb-card::after {
  top: 100%;
  margin-top: -15px;
  width: 300px;
}

@media (max-width: 991px) {
  .breadcrumb-section {
    margin-top: 30px;
  }
}

/**/
.progress-icon {
  position: fixed;
  right: 30px;
  bottom: 90px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--black-opacity);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-icon.isActive {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-icon::after {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\F145";
  text-align: center;
  line-height: 46px;
  font-size: 32px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-icon:hover::after {
  color: var(--primary);
}

.progress-icon svg path {
  fill: none;
}

.progress-icon svg.rbt-back-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0.6;
}

/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: white;
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}

.testimonial-img {
  width: 36px;
  height: 36px;
}

/* Menu */
.dropdown-menu {
  background: #fffcf5 !important;
  border: 1px solid #c5c5d2 !important;
  min-width: max-content;
  border-radius: 10px;
}

.dropdown-menu a {
  padding: 3px 10px !important;
  font-size: 13px;
}

@media (max-width: 992px) {
  .dropdown > a,
  .dropdown .bi {
    pointer-events: none;
  }

  .dropdown.isOpen .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  #toggleMenu {
    font-size: 12px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-collapse.collapse.show .menu-right-buttons .btn.ms-2 {
  display: inline-block;
}

.tooltip-inner {
  max-width: 350px !important;
}

.list-circle {
  padding: 0;
  margin: 0;
}

.list-circle li {
  position: relative;
  list-style: none;
  padding-left: 22px;
  margin: 15px 0;
}

.list-circle li::before {
  content: "\F132";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -2px;
  position: absolute;
  top: 2px;
  color: #4477ce;
}

/* Form */
.contact-form .form-floating > label.error,
.subscribe-form .form-floating > label.error {
  position: unset;
  padding: 0;
  margin: 0 !important;
  color: red;
  font-size: 11px;
  transform: none !important;
  display: none !important;
}

.contact-form .form-control.has-error,
.subscribe-form.has-error {
  border-color: red;
}

.subscribe-form.has-error .error {
  color: white;
  position: absolute;
  top: -15px;
  right: -1px;
  font-size: 11px;
  background: red;
  padding: 4px 6px;
  border-radius: 4px;
}

.subscribe-form.has-error #submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.subscribe-form.has-error #submit:hover {
  padding-left: 12px !important;
}

.form-floating > label span {
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Responsive */
@media (max-width: 1539px) {
  header .container {
    max-width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 98% !important;
  }
}

@media (max-width: 1200px) {
  .logo {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .logo .logo__text {
    font-size: 15px;
  }
}

@media (max-width: 1150px) {
  .menu-right-buttons .btn.ms-2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 90px 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .logo {
    flex-direction: row;
  }

  .hero-section {
    padding-top: 120px;
  }
}

/**
* Form Section
*/
.form-section {
  background: #ffe5e5;
  border: 1px solid #ddd;
  margin-block: 60px;
  padding-block: 60px;
}

.home-form-card {
  background-color: #f3f3f3;
  padding: 40px 20px 20px 20px;
  border-radius: 20px 20px 0 0;
  border-top: solid 8px var(--primary);
  /* box-shadow   : 0 0 9px 0 rgb(0 0 0 / 50%); */
  border-left: 2px solid #674cfe !important;
  border-right: 2px solid #674cfe;
}

.home-form-card h2 {
  font-size: 24px;
  margin-bottom: 12px !important;
}

.home-form-card form {
  position: relative;
}

.home-form-footer {
  background: var(--primaryLight);
  padding: 5px 20px 10px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0 0 20px 20px;
  border: 2px solid #674cfe;
}

.home-form-footer a {
  color: black;
}

.send-btn {
  border: none;
  background: var(--primaryLight);
  padding: 0;
  width: 108px;
  height: 53px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}

.send-btn i {
  color: var(--primary);
}

.send-btn:hover {
  background-color: var(--primary);
  transition: 0.5s;
}

.send-btn:hover i {
  color: white;
}

.form-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.form-list li {
  position: relative;
  margin: 0;
}

.form-list li path {
  fill: var(--primary);
}

.form-list li i span {
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal-form-card {
  position: relative;
}

.modal-form-card .close {
  border: none;
  background: var(--primaryLight);
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.5s;
  opacity: 9;
}

.modal-form-card .close span {
  opacity: 9;
  font-size: 30px;
  line-height: 26px;
  color: black;
}

.modal-form-img {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
}

.modal-form-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .modal-form-img {
    display: none;
  }
}

.modal-form-box {
  padding: 40px;
  /* min-height    : 480px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.modal-form-box h3 {
  font-size: 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary);
}

.modal-form-box label {
  margin-bottom: 3px;
  font-size: 14px;
}

/* .modal-form-box label span {} */

/* .modal-btn {
    padding         : 5px 30px;
    color           : white;
    border-radius   : 3px;
    display         : inline-block;
    border          : none;
    font-weight     : bold;
    width           : 100%;
    margin-top      : 10px;
    background-color: var(--primary);
} */

.modal-form-box .form-control {
  background: #eee;
  height: 44px;
  border-radius: 0.35rem;
  font-weight: bold;
  font-size: 15px;
}

.modal-form-box form {
  width: 100%;
}

.modal-form-box .error {
  position: absolute;
  top: -15px;
  font-size: 10px;
  color: white;
  right: 0;
  background: red;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: bold !important;
}

.modal-form-box .form-row-list {
  position: relative;
}

.modal-form-box .iti {
  width: 100%;
}

.modal-form-box .iti .iti__selected-flag {
  padding: 0 15px;
}

.modal-form-box .iti input[type="tel"] {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  text-indent: 26px;
  padding: 10px 0;
  border-radius: 5px;
}

.list-unstyled-2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.modal-open .main {
  filter: blur(5px);
}

.modal-backdrop.show {
  opacity: 9 !important;
  background-color: rgba(8, 25, 43, 0.85) !important;
}

.res-signup .form-control {
  background-color: #fffcf5 !important;
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.res-signup .iti {
  width: 100%;
}

.res-signup .iti .iti__selected-flag {
  padding: 0 15px;
}

.res-signup input[type="tel"] {
  width: 100%;
  text-indent: 26px;
}

.res-signup button {
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.res-signup-item label.error {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 12px;
  color: white;
  margin: 0;
  background: red;
  padding: 3px 5px;
  border-radius: 4px;
}

.res-signup .form-control.has-error {
  border-color: red;
}

.home-form-section {
  background-image: url(../img/gallery/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #222132 !important;
  margin-top: 50px;
  padding: 50px 0 !important;
}

/* .hfs-card {
    padding      : 40px 40px;
    border-radius: 12px;
} */

.hfs-card :is(h2, h5, label) {
  color: white;
}

.hfs-card :is(h2, h5) {
  text-align: center;
}

.results-col {
  display: flex;
  flex-wrap: wrap;
}

.results-col a {
  display: inline-block;
  margin: 10px 10px 0 0;
  position: relative;
}

.results-col a img {
  width: 345px;
  border: 1px solid #555;
  padding: 5px;
  background: white;
  border-radius: 12px;
}

.results-col a .gallery-hover {
  position: absolute;
  inset: 1px;
  background: black;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  display: none;
}

.results-col a .gallery-hover svg {
  font-size: 80px;
}

.ban_form {
  padding: 20px;
  background: #fff;
  width: 90%;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
}
.ban_form form {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.ban_form input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.ban_form .iti {
  width: 100%;
}


.ban_form .btn {
  border-radius: 20px;
  width: 100%;
}

.ban_form form .form-group {
  width: 100%;
}

footer {
  background: #f9fafd !important;
}

@media(max-width:991px){
    .ban_form form{
        flex-wrap:wrap;
    }
}