* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #7D7C7C;
}

.logo-part {
  max-width: 80px !important;
  margin-top: 10px !important;
  cursor: pointer;
  padding-bottom: 10px;
}

.custom-navbartop .custom-nav-item a {
  color: #000000cc;
  font-size: 15px !important;
  padding-right: .5rem;
  padding-left: 2.7rem !important;
  cursor: pointer;
  margin-top: 3px;
}

.custom-navbartop .custom-nav-item a:hover {
  color: #000;
}

.custom-active-link {
  font-size: 17px;
  cursor: pointer;
  color: #000 !important;
}

.custom-main-heading {


  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;

}

.custom-content-card {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.content-sectionnew {
  font-size: 17px !important;
  text-align: justify !important;
}

.join-the-move {
  background-color: #7D7C7C !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 3px;
}

.join-the-move:hover {
  background-color: #a8a6a6 !important;

}

.accordion-section {
  background: #edeceb9e;
  padding: 10px 60px;
}

section.video-section {
    background: #edeceb9e;
}
/*************************************gallery css starts here***************************/
:root {
  --center-width: 50%;
  --side-width: 28%;
  --card-radius: 12px;
  --control-size: 38px;
}


.gallery-section {
  padding: 36px 0px 80px 0px;
  /* background: #edeceb9e; */
  text-align: center;
}

.gallery-section .kicker {
  font-size: 14px;
  color: #7b7b7b;
  margin-bottom: 6px;
}

.gallery-section h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 26px;
}


.three-panel-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
}


.slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 500ms, opacity 400ms, filter 400ms;
}


.slide.center {
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 450px;
  z-index: 3;
  opacity: 1;
}


.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: var(--card-radius);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}


.slide.left {
  left: -5%;
  transform: translate(0, -50%) scale(.70);
  width: var(--side-width);
  height: 380px;
  opacity: .75;
  filter: blur(2px);
  z-index: 2;
}


.slide.right {
  right: -5%;
  transform: translate(0, -50%) scale(.70);
  width: var(--side-width);
  height: 380px;
  opacity: .75;
  filter: blur(2px);
  z-index: 2;
}


.slide.peek-left,
.slide.peek-right {
  width: var(--side-width);
  height: 280px;
  opacity: .30;
  transform: translateY(-50%) scale(.22);
  filter: blur(6px);
  z-index: 1;
}


.nav-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--control-size);
  height: var(--control-size);
  border-radius: 50%;
  background: white;
  border: 2px solid rgba(0, 89, 255, 0.08);
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 10;
}

.nav-control.left {
  left: 20%;
}

.nav-control.right {
  right: 20%;
}


.chev {
  border: solid #1a1a1a;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(135deg);
}

.nav-control.right .chev {
  transform: rotate(-45deg);
}



.enquire-tag {
  position: absolute;
  right: 6px;
  top: 45%;
  transform: rotate(90deg);
  background: #ffc400;
  padding: 6px 12px;
  font-weight: 700;
  color: #111;
  border-radius: 3px;
  font-size: 12px;
}



@media (max-width: 575px) {
  .slide {
    position: absolute;
    top: 54% !important;
    transform: translateY(-50%);
    transition: transform 500ms, opacity 400ms, filter 400ms;
  }

  .nav-control.right {
    right: 1%;
  }

  .nav-control.left {
    left: 2%;
  }

  .slide.center {
    left: 0%;
    transform: translate(0%, -50%);
    overflow: hidden;
    height: 450px;
    z-index: 3;
    opacity: 1;
  }

  .card-img {
    height: 320px;
  }

  .slide.left,
  .slide.right,
  .slide.peek-left,
  .slide.peek-right {
    display: none;
  }

  :root {
    --center-width: 96%;
  }
}

.nav-control.active {
  border: 2px solid #7D7C7C !important;
  transform: translateY(-50%) scale(1.1);
}

.custom-main-heading2 {

  padding-top: 14px;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;

}

.custom-main-heading2 {
  display: inline-block;
  position: relative;

}

.custom-main-heading2::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #7D7C7C;
}

.custom-main-heading3 {

  padding-top: 14px;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;

}

.custom-main-heading3 {
  display: inline-block;
  position: relative;

}

.custom-main-heading3::after {
  content: "";
  position: absolute;
  left: 35%;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #7D7C7C;
}

.custom-main-heading4 {

  padding-top: 14px;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;

}

.custom-main-heading4 {
  display: inline-block;
  position: relative;

}

.custom-main-heading4::after {
  content: "";
  position: absolute;
  left: 37%;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #7D7C7C;
}

/**********************faq section css starts here***********/
.accordion-button {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.accordion-button:focus {
  z-index: 3;
  border-color: 1px solid #ffffff !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #f4f7fa !important;
  box-shadow: none !important;
  border: 0px !important;
}

.accordion-item {
  margin-top: 18px;
  border-radius: 6px;
  overflow: hidden;
  border-top: 1px solid #dddada !important;
}

.accordion-button {
  font-size: 13px !important;
}

/********************form css starst heer**************/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 999;
  backdrop-filter: blur(3px);
}


.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 350px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}


.popup-show {
  display: block !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}


.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.popup-header h4 {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.popup-close {
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #555;
}

.popup-close:hover {
  color: #000;
}


.popup-body .form-group {
  margin-bottom: 12px;
}

.popup-body input {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}


.submit-btn {
  width: 100%;
  padding: 10px;
  background: #7D7C7C;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #939292;
}

/*****************footer section strats here**************/
.custom-footer {
  background-color: #342a21;
  padding: 23px 0;
  color: #fff;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.footer-icons a {
  margin: 0 12px;
  font-size: 19px;
  color: #fff;
  transition: 0.3s ease;
  text-decoration:none;
}

.footer-icons a:hover {
  color: #737272;
  transform: scale(1.2);
  text-decoration:none !important;
}

.footer-text {
  font-size: 14px;
  opacity: 0.9;
}

/***************videos section starts here***************/
.gallery-heading {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #7D7C7C;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.video-grid video {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
  background: #000;
}

.view-more-btn {
  background: #7D7C7C;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  transition: 0.3s;
}

.view-more-btn:hover {
  background: #5e5d5d;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

i.chev.arrow-mar-left {
  margin-left: 5px;
}

i.chev.arro-mar-right {
  margin-right: 5px;
}

.accordion-body {
  font-size: 14px;

}

@media (max-width: 768px) {
  .top-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #7D7C7C;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
  }

  .navbar {
    background: #fff !important;
  }

  .navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    position: fixed;
    top: 10px;
    right: 20px;
  }

  ul.navbar-nav.custom-navbartop {
    /* position: relative;
        right: 265%;
        top: 60%; */
    margin-top: 4cqw;
  }

  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-navbartop .custom-nav-item a {
    color: #000000cc;
    font-size: 15px !important;
    padding-right: .5rem;
    padding-left: 0rem !important;
    cursor: pointer;
    margin-top: 3px;
  }

  /* Fix navbar fluctuation in mobile */
  /* .navbar-collapse {
  transition: none !important;
} */

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .slide.center img.small-center-img {
    height: 400px !important;
    object-fit: cover;
    border-radius: 12px;
  }

  .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-image {
    margin-top: 100px;
  }
}


.margin-top10 {
  margin-top: 15px;
}

.extra-content {
  display: none;
}

.toggle-btn {
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  border: none;
  text-decoration: underline;
  cursor: pointer;

}

.toggle-btn:hover {
  color: #7b7b7b;
}
.videotitle {
    background: #fff;
    padding: 10px;
    text-align: justify;
}

#igWidget {
  width: 500px;
  height: 570px;
  max-width: 100%;
  border-radius: 12px;
  overflow-y: scroll;
  overflow-x:hidden !important;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
#igWidget .headerfacebook {
  flex-shrink: 0;
}
video {
    width: 100%;
}
#igWidget .scrollbox {
  flex: 1;
  overflow-y: auto;
}
div#igWidget img {
    width: 100%;
}

.logofacebook {
  width: 48px;          /* adjust as needed */
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar {
  width: 48px;          /* adjust as needed */
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logofacebook img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* IMPORTANT */
  display: block;
}

#igWidget .headerfacebook {
  padding: 12px 14px;   /* reduce padding */
  margin: 0;
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

#igWidget .titlefacebook {
  display: flex;
  align-items: center;
  gap: 10px;
}

#igWidget h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

#igWidget .sub {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

#igWidget .follow-btn {
  padding: 6px 12px;
  line-height: 1;
}
#igWidget .follow-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}
#igWidget .headerfacebook * {
  box-sizing: border-box;
}

.ig-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.ig-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logofacebook img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e1306c;
}

.ig-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.ig-logo svg {
  width: 18px;
  height: 18px;
  color: #e1306c;
}

.sub {
  font-size: 13px;
  color: #8e8e8e;
}

.follow-btn {
  background: #0095f6;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.follow-btn:hover {
  background: #0077cc;
}


/*facebook widget */
div#fbWidget{  width: 100%;
  max-width: 500px;
  height: 570px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  padding: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;}



/* REMOVE INLINE BORDER LOOK */
#fbPosts > div {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

/* FACEBOOK POST CARD */
#fbPosts > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 12px !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

#fbPosts > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

/* FB TEXT */
#fbPosts p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

/* FB IMAGE */
#fbPosts img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

/* FB LINK */
#fbPosts a {
  font-size: 13px;
  font-weight: 600;
  color: #1877f2;
  text-decoration: none;
}

.fb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #e4e6eb;
  background: #fff;
}

.fb-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fb-left img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.fb-text h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.fb-logo svg {
  width: 18px;
  height: 18px;
  color: #1877f2;
}

.fb-text .sub {
  font-size: 13px;
  color: #65676b;
}

.fb-btn {
    background: #1877f2;
    color: #fff !important;
    padding: 6px 12px;
    line-height: 1;
    font-weight: bold;
}

/*facebook widget */