@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Scss Document */

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  overflow-x: hidden;
  color: #111;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 14px;
  color: #333;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

img {
  max-width: 100%;
  border: 0;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #1D3D44;
}

a:hover {
  color: #1278d1;
}

.img-responsive {
  width: 100%;
  height: auto;
}

/*------------------common-css-------------------*/

.common-btn {
  font-size: 15px;
  background: #014a97;
  color: #fff;
  padding: 14px 23px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease-in-out;
}

.common-btn:hover {
  background: #E95E3F;
  color: #fff;
}

.common-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
  vertical-align: middle;
}

.common-btn:hover i {
  margin-left: 2px !important;
}


.title-col {
  margin-bottom: 40px;
  text-align: center;
}

.title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #1D1D1F;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
}


.title span.red {
  color: #E95E3F;
}

.title b {
  font-weight: 800;
}

.title-para {
  font-size: 16px;
  max-width: 1100px;
  margin: 20px auto 50px;
  width: 100%;
  line-height: 28px;
}

.form-control {
  border-radius: 6px;
  padding: 1.3rem 15px;
  font-size: 15px;
  height: 44px;
  background-color: #fbfbfb;
  color: #000;
  border: 1px solid #cfcfcf;
}

select.form-control {
  padding: 0;
  padding-left: 15px;
  height: 50px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fbfbfb;
  border: 1px solid #cfcfcf;
  color: #000 !important;
}

textarea.form-control {
  height: auto !important;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #1D3D44 !important;
  color: #000 !important;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pa-20 {
  padding: 16px 0px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pa-80 {
  padding: 80px 0;
}

.pa-60 {
  padding: 60px 0;
}

.pa-50 {
  padding: 50px 0;
}

.pa-30 {
  padding: 30px 0;
}

.pa-120 {
  padding: 120px 0;
}

/*------------------end common-css-------------------*/

.topbar {
  padding: 6px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.topbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.topbar p {
  margin-bottom: 0;
  font-size: 14px;
}

.header-top-action ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.header-top-action ul li {
  display: inline-block;
  font-size: 12px;
  color: #545454;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #555;
}

.header-top-action ul li:last-child {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
}

.header-top-action ul li a {
  color: #0c4286;
}

.header-top-action ul li a:hover {
  color: #0c4286;
}

.header-top-action ul li i {
  color: #0c4286;
}

.top-call {
  text-align: right;
}

.top-call a {
  margin-left: 1px;
  color: #fff;
  background: #999;
  font-size: 15px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}

.top-call a:nth-child(1) {
  background: #38529A;
}

.top-call a:nth-child(2) {
  background: #444;
}

.top-call a:nth-child(3) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.top-call a:nth-child(4) {
  background: #F70000;
}

.topright-col {
  display: flex;
  justify-content: end;
}

.top-google {
  margin-left: 10px;
}

.top-google img {
  max-height: 24px;
  border-radius: 3px;
}

.main-header {
  padding: 10px 0;
  transition: all 0.3s ease;
  background: #fff;
}

.main-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.logo img {
  max-height: 62px;
}


.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
}

.main-header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  color: #fff;
  background: #E95E3F;
  border-radius: 4px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #154cc3;
}

.navbar-nav {
  background: #fff;
  margin-right: -30px;
  padding-right: 21px;
  position: relative;
}

.navbar-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  background: url(../images/shape.svg) no-repeat;
  width: 38px;
  height: 35px;
}

.main-header.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.main-header.fixed-nav .logo img {
  max-height: 46px;
}


/*-------------banner---------------*/

.banner {
  position: relative;
  background: #fff;
  overflow: hidden;
}


.banner .item:after {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .banner_containt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 1150px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}

.banner .banner_containt h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
}

.banner .banner_containt p {
  color: #fff;
  font-size: 21px;
  margin: 15px 0px 25px;
  font-weight: 500;
  max-width: 600px;
}

.banner_containt a {
  background: #014a97;
  color: #fff;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 99;
}

.banner .owl-nav span img {
  height: 44px;
}

.banner .owl-nav .owl-next {
  position: absolute;
  color: #000;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 99;
}

/*-------------end banner---------------*/

.aboutsheows-text {
  padding-left: 40px;
}

.timeline-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px;
}

.timeline-item p {
  max-width: 500px;
}

.timeline-item.right p {
  margin-left: auto;
}

.timeline-item.right {
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 70px;
  height: 100%;
  border-left: 2px dashed currentColor;
}

.timeline-item.right::before {
  left: auto;
  right: 34px;
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-item .number {
  font-weight: 700;
  color: #888;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.timeline-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid currentColor;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item.right .icon {
  left: auto;
  right: 0;
}

.timeline-item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.timeline-item h5 {
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  padding-bottom: 5px;
}

/* COLORS */
.color-purple {
  color: #b57edc;
}

.color-yellow {
  color: #f1c40f;
}

.color-blue {
  color: #6c7ae0;
}

.color-pink {
  color: #ff6f91;
}

.color-green {
  color: #7ac943;
}

.color-orange {
  color: #f4a261;
}

.color-red {
  color: #e63946;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .timeline-item,
  .timeline-item.right {
    padding-left: 90px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-item.right .icon {
    left: 0;
    right: auto;
  }

  .timeline-item.right::before {
    left: 45px;
    right: auto;
  }
}

.elder-care-list {
  padding-left: 1.2rem;
}

.elder-care-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}

.elder-care-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.homesec-3 .title {
  font-size: 28px;
  line-height: 38px;
}

.homesec-3 .aboutsheows-img {
  position: sticky;
  top: 50px;
  z-index: 1;
}

.homesec-4 {
  background: url(../images/bg-1.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.homesec-4 .row {
  padding-top: 100px;
}

.aboutfounder-col {
  text-align: center;
}

.aboutfounder-col {
  background: #014a97;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}

.aboutfounder-pic {
  margin-top: -123px;
}

.aboutfounder-col .title {
  color: #fff;
  margin-bottom: 20px;
}

.aboutfounder-col p {
  color: #fff;
  opacity: 1;
  font-weight: 300;
  line-height: 21px;
  font-size: 15px;
}

.aboutfounder-pic img {
  border-radius: 10%;
  max-width: 200px;
  margin-bottom: 20px;
}

.strippoints {
  background: #f5f5f5;
}

.location-cards .loc-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location-cards .loc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.location-cards .icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

/* Custom green for forest */
.bg-forest {
  background: #2e7d32;
}

/* Mobile tweak */
@media (max-width: 576px) {
  .location-cards .loc-card {
    font-size: 15px;
    padding: 16px;
  }
}

.homesec-5 .row {
  background: #DBF8E8;
  border-radius: 20px;
  padding: 50px 30px;
  border-left: 5px solid green;
}

.homesec-5 .aboutsheows-text {
  padding-left: 0px;
  padding-right: 50px;
}

.homesec-5 .aboutsheows-text .title {
  color: green;
}

.amenity-card {
  background: #fff;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 0px;
  height: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.amenity-card:hover .amenity-pic {
  opacity: 1;
}

.amenity-card:hover h6 {
  color: #fff;
}

.amenity-pic {
  opacity: 0;
  transition: all 1s ease;
}

.amenity-text {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  width: 90%;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
}

.amenity-card h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

/* Icon Colors */
.bg-green {
  background: #2e7d32;
}

.bg-blue {
  background: #1976d2;
}

.bg-orange {
  background: #f57c00;
}

.bg-purple {
  background: #6a1b9a;
}

.bg-red {
  background: #e63946;
}

/* Mobile polish */
@media (max-width: 575px) {
  .amenity-card {
    padding: 24px 16px;
  }
}

.homesec-7 {
  background: #EEF2FF;
}

.medical-cols {
  text-align: center;
}

.medical-cols h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 18px;
  color: #4D4D4D;
}

.homesec-7 .title-para {
  margin-bottom: 40px;
}



.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
}

.accordion-button {
  background-color: #E5E5E5;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  box-shadow: none;
}

.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  background-color: #E5E5E5;
  color: #000;
  border-bottom: none;
  border-radius: 12px 12px 0 0;

}

.accordion-collapse {
  transition: max-height 0.4s ease;
  border: none;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background-color: #F5F5F5;
  box-shadow: none;

}

.miningvalues-txt {
  margin-left: 50px;
}

.accordion-button:focus {
  border-color: none;
}

.progress-modern {
  background: #edf4ff;
}

/* Gallery */
.gallery-modern img {
  object-fit: cover;
  height: 100%;
}

/* Progress cards */
.progress-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.progress-card i {
  font-size: 28px;
  color: #014a97;
  margin-bottom: 10px;
  display: block;
}

.progress-card h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.progress-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.progress-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Highlight active phase */
.progress-card.active {
  border-left: 5px solid #0d6efd;
}

.layout-fig img {
  border: 1px solid #ccc;
}

.homesec-8 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.homesec-8 .layout-fig h4 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
}

/* Floating Lead Magnet Form */
.banner-form-overlay {
  position: absolute;
  bottom: 20px;
  right: 5%;
  z-index: 10;
  width: 100%;
  max-width: 400px;
}

.lead-magnet-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.lead-magnet-card h4 {
  color: #1D1D1F;
  font-weight: 700;
}

.budget-strip {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.border-end-md {
  border-right: 1px solid #dee2e6;
}

/* Fix for shorter laptop screens (13" / 14") so form doesn't hit the navbar */
@media (max-width: 1400px) and (max-height: 850px) {
  .banner-form-overlay {
    bottom: 5px;
    max-width: 380px;
  }

  .lead-magnet-card {
    padding: 10px 20px;
  }

  .lead-magnet-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .lead-magnet-card .mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lead-magnet-card .form-control,
  .lead-magnet-card .form-select {
    padding: 0.35rem 0.6rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .banner-form-overlay {
    position: relative;
    top: 0;
    bottom: auto;
    right: 0;
    max-width: 500px;
    margin: 20px auto;
    padding: 0 15px;
  }

  .lead-magnet-card {
    box-shadow: none !important;
    border: 1px solid #eee;
  }

  .budget-strip .border-end-md {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
  }
}


/* Mobile tweak */
@media (max-width: 576px) {

  .stamp-item .amount {
    font-size: 22px;
  }

  .stamp-item.highlight .amount {
    font-size: 26px;
  }
}

.pillar-cols {
  background: #014a97;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.pillar-cols h3 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pillar-cols p {
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
}

.pillar-cols p b {
  opacity: 1;
  color: #fffa00 !important;
}

.tagline {
  font-weight: 800;
  font-size: 36px;
  font-style: italic;
  animation: floatText 2s ease-in-out infinite,
    colorShift 2s ease-in-out infinite;
}

/* Floating motion */
@keyframes floatText {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Soft color change */
@keyframes colorShift {
  0% {
    color: #014a97;
  }

  33% {
    color: #296dc1;
  }

  66% {
    color: #b61212;
  }

  100% {
    color: #014a97;
  }
}

.footer-blue {
  background: url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #e8ecff;
  font-size: 15px;
  padding-bottom: 30px;
  position: relative;
}

.footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #6ea8ff;
  display: block;
  margin-top: 6px;
  border-radius: 2px;
}

.footer-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-item {
  font-weight: 300;
  font-size: 14px;
}

.footer-item strong {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer-item i {
  font-size: 18px;
  color: #fff;
  margin-top: 3px;
}

.social-icons a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #0f1f4b;
  transform: translateY(-4px);
}

.footer-note {
  color: #cfd8ff;
  line-height: 1.6;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.45);
}

.facilities-col {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  height: 100%;
  border: 1px solid #ccc;
  ;
  transition: all 0.3s ease;
}

.facilities-pic {
  margin-bottom: 15px;
}

.facilities-pic img {
  border-radius: 12px;
}

.facilities-txt h4 {
  font-weight: 600;
  color: #014a97;
  font-size: 21px;
}

.facilities-txt p {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin-bottom: 0px;
}

.whatsapp-fix {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9999;
}

.whatsapp-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Rotating text */
.rotating-text {
  position: absolute;
  width: 100px;
  height: 100px;
  animation: spin 10s linear infinite;
}

.rotating-text svg {
  width: 100%;
  height: 100%;
}

.rotating-text text {
  fill: #ccc;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
}

/* Rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#research-slider .owl-nav {
  margin-top: 0px;
}

.research-pic {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}

.research-txt h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #014a97;
  padding: 12px 10px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.gallery-modern .owl-nav.disabled {
  display: none;
}

.gallery-modern .owl-dots {
  margin-top: 15px !important;
}

.gallery {
  text-align: center;
}

.gallery h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.gallery img {
  border: 1px solid #ccc;
}

.gallery .col-md-3 {
  margin-bottom: 16px;
}


/*-------------media css------------------*/

@media (max-width:1280px) {
  .logo img {
    max-height: 46px;
  }

  .location-cards .loc-card {
    font-size: 13px;
  }

  .location-cards .icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .title {
    font-size: 28px;
  }

  .progress-card h6 {
    font-size: 13px;
  }

  .progress-card i {
    font-size: 24px;
  }

  .progress-card {
    padding: 16px 15px 10px;
  }


}

@media (max-width:1180px) {
  .container {
    max-width: 98%;
  }

  .aboutsheows-text {
    padding-left: 20px;
  }

  .tagline {
    font-size: 28px;
  }

}

@media (max-width:1024px) {
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 10px;
  }

  .amenity-pic {
    opacity: 1;
  }

  .amenity-text {
    position: static;
    transform: none;
    color: #333;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
  }

  .homesec-7 .col {
    flex: 0 0 33%;
    margin-bottom: 24px;
  }


}

@media (max-width:980px) {

  .navbar-toggler {
    background: #3d52a1;
    color: #fff;
    border: none;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px;
    width: 100%;
    text-align: right;
  }

  ul.navbar-nav.align-items-center .nav-item {
    width: 100%;
  }

  .aboutsheows-text {
    padding-left: 0px;
  }



}


@media (max-width:576px) {
  .topright-col {
    margin-top: 10px;
    justify-content: start;
    display: none;
  }

  .banner-stamp {
    width: 100%;
    position: static;
    background: rgb(25 40 99);
    border-radius: 0px;
  }

  .banner .owl-nav span img {
    height: 24px;
  }

  .location-cards .loc-card {
    font-size: 16px;
  }

  .pa-80 {
    padding: 50px 0;
  }

  .aboutfounder-col {
    margin-bottom: 145px;
    height: auto;
  }

  .homesec-4 {
    padding-bottom: 0px;
  }

  .homesec-7 .col {
    flex: 0 0 100%;
  }

  .pillar-cols {
    margin-bottom: 30px;
    height: auto;
  }

  .progress-card h6 {
    font-size: 16px;
  }

  .homesec-8 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

}