@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica+Neue:wght@100;400;700&display=swap');
@import url("https://fonts.cdnfonts.com/css/termina-test");
body {
  margin: 0;
}

a {
  text-decoration: none;
  font-size: 0.75rem;
}

/*nav*/
.red-section {
  font-family: 'Montserrat', sans-serif;
}

/* Blue color - Termina Test font family - black */
.blue-section {
  font-family: "Termina Test", sans-serif;
  /* Assuming 'black' corresponds to the boldest weight */
}


/* Green color - Neue font family - regular */
.green-section {
  font-family: 'Helvetica Neue', sans-serif;
}

/* Yellow color - New font, Montserrat also used */
.yellow-section {
  font-family: 'Montserrat', sans-serif;
  /* Replace with the actual font name */
}

.navbar {
  padding: 25px 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.navbar .navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar-nav .nav-item {
  letter-spacing: 1px !important;
  word-spacing: 5px;
}

.nav-link {
  font-size : 1.1rem !important;
  color: #000;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding:2px 20px !important;
}

.television-shows {
  background: linear-gradient(
    90deg,
    rgb(220 221 227) 0%, rgba(252, 252, 254, 1) 50%, rgb(226 226 226) 100%
  );
}

.nambi-gallri img {
  width: auto;
  height: 220px;
}



@media screen and(max-width: 786px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }

  .navbar {
    padding: none !important;
  }

  .navbar .navbar-brand img {
    width: 120px !important;
    height: auto;
  }
}

/*end-nav*/




/* Media queries for responsiveness */
@media (max-width: 768px) {

  .banner-text{
    padding: 80px 0px !important;
  }
  .live-btn .psan-text {
    margin-top: 10px;
  }
  .title {
    font-size: 48px;
    line-height: 48px;
  }

  .live-btn .arrow-btn .fa-arrow-right {

    padding: 15px;
  }
  .intro-sec {
    padding: 6rem 0;
  }

  .banner-video {
    opacity: 0.5; /* Reduce opacity for smaller screens */
  }

  .live-btn {
    font-size: 16px;
    padding: 6px 6px 6px 30px;
  }

  .live-btn .arrow-btn .fa-arrow-right {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 36px;
    line-height: 36px;
    
  }
    .banner-text{
      padding: 20px 0px !important;
    }

  .intro-sec {
    padding: 4rem 0;
  }

  .live-btn {
    font-size: 14px;
    padding: 6px 6px 6px 20px;
  }

  .live-btn .arrow-btn .fa-arrow-right {
    width: 40px;
    height: 40px;
  }
}



.about-us {
  position: relative;
  text-align: center;
  color: white;
}

.about-us .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-us img {
  width: 100%;
  height: auto;
}

.about-us video {
  width: 100%;
  height: auto;
}

.about-us .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-us .content h1 {
  color: #fff;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 25px;
  font-size: 30px;
  letter-spacing: 20px;
  white-space: nowrap !important;
}

.bg-primary {
  background: linear-gradient(
    61deg,
    rgba(19, 50, 97, 1) 0%,
    rgba(26, 38, 80, 1) 50%,
    rgba(28, 23, 63, 1) 100%
  );
  color: #fff;
}

.gallary-sec {
  padding: 50px 0;
}

.gallary-second {
  margin-top: 5px;
  padding: 70px 0px !important;
}

/* .gallary {
  background: linear-gradient(
    183deg,
    rgba(44, 33, 65, 1) 0%,
    rgba(41, 34, 67, 1) 50%,
    rgba(39, 31, 54, 1) 100%
  );
} */

.h3-gallary {
  text-align: center;
  letter-spacing: 55px;
  font-size: 30px;
  font-weight: 700;
  padding: 25px 0;
  color: #000;
  margin: auto;
}

.gallery {
  display: block;
}

.gallery .section-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.gallery .card {
  border: none;
  position: relative;
}

.gallery .card img {
  width: 100%;
}

.gallery .card:hover img {
  filter: grayscale(0%);
}

.gallery .card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.section-nambikkai img {
  width: auto;
  height: 420px;
}

.text-primary {
  background: linear-gradient(
    90deg,
    rgba(27, 46, 105, 1) 0%,
    rgba(65, 53, 138, 1) 50%,
    rgba(115, 65, 178, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.tv-image{
  width: 400px;
  margin-top: -50px;
}
.visit-site img{
  width: 150px !important;
}
@media screen and (max-width: 991px) {
  .tv-image{
    width: 300px;
    margin-top: 0px;
  }
  .visit-site img{
    width: 120px !important;
  }
}

.text-secondary {
  color: #1b2d69 !important;
}

.text-teritary {
  color: #22367a !important;
}

.faq-span {
  font-size: 60px;
  font-weight: 900;
}

hr {
  border: 1px solid #020473;
  margin: 1.2rem 0;
  color: inherit;
  opacity: 0.9;
  width: 85%;
}

.down img {
  width: 150px;
  height: auto;
}

.million img {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 786px) {

  .million img {
    width: 100%;
    height: 250px;
  }

  .section-nambikkai img {
    width: auto;
    height: 150px !important;
    margin-top: 15px;
  }

  .about-us img {
    width: 100%;
    height: auto !important;
  }

  .h3-gallary {
    text-align: center;
    letter-spacing: 22px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
    line-height: 23px;
  }

}

.watchlive {
  background: linear-gradient(
    90deg,
    rgba(238, 239, 244, 1) 0%,
    rgba(252, 252, 254, 1) 50%,
    rgba(233, 234, 239, 1) 100%
  );
}

/*media-excellence*/
.media-exellence img {
  height: 25px;
}

/*end-excellence*/

/*carousel*/
.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;
  background: #3b55bf;
  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: 0px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: 0px;
}

.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;
  border-radius: 1rem;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 305px;
  height: 305px;
  object-fit: cover;
  padding: 10px !important;
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.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: #000;
  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;
}

@media only screen and (max-width: 1023px) {
  .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%;
  }
}

/*end-carousel*/

/*faq*/
.faq-section {
  padding: 70px 300px;
}

.faq-header {
  text-align: center;
  margin-bottom: 30px;
}

.faq-header h1 {
  font-size: 45px !important;
  font-weight: 900 !important;
}

.accordion-item {
  margin-top: 15px;
  border-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e9e9e9;
}

.bg-gray {
  background: #e9e7e8;
  border-radius: 15px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/*end-faq*/

/*site*/
.circle-site {
  width: 120px;
  height: 120px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(42, 81, 150, 1) 0%,
    rgba(34, 68, 129, 1) 50%,
    rgba(30, 61, 115, 1) 100%
  );
  grid-area: 50px;
}

.circle-site a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.gallary-sec-1 {
  padding: 30px 0;
}

/*end-site*/

/*footer*/
#copyrights {
  margin: 50px 0;
}

.copyright-links a {
  font-size: 1rem !important;
  font-weight: 600;
}

.copyrights a {
  font-weight: 500;
  font-size: 0.9rem;
  color: #aeaeae;
}

#footer img {
  height: 50px;
}

/*end-footer*/
@media only screen and (max-width: 768px) {
  .faq-section {
    padding: 20px !important;
  }

  .frequently-sec {
    padding: 0px !important;
  }

  .section-nambikkai {
    display: flex !important;
    justify-content: center !important;
  }
  .copyright-links a {
    font-size: 0.7rem !important;
    font-weight: 600;
  }
}

.division-heading {
  text-align: center;
  margin-top: 200px;
}

.division-heading h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #5e3a84;
  font-weight: bolder;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card-division {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-top: 50px;
  border-radius: 0px;
  position: relative;
  height: 265px;
}

.division-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
  left: 20px;
}

.division-number img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.card-division h3 {
  margin: 0;
  font-size: 23px;
  color: #3399ff;
  padding-left: 80px;
  padding-right: 90px;
  font-weight: bold !important;
}

.gallary-second  .nambikai-about{
  font-weight: 400;
    font-size: 18px;
    word-spacing: 1px;

}
.h6-gallary{
  text-align: center;
  letter-spacing: 50px;
  font-size: 25px;
  font-weight: 700;
  padding: 25px 0;
  color: #000;
  margin: auto;

}
.card-division p {
  font-size: 14px;
  color: #5e3a84;
  text-align: left;
  margin-top: 15px;
  line-height: inherit !important;
  letter-spacing: 0.001rem;
  word-spacing: 0.1rem;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

.nambikkai-division {
  justify-content: center;
  margin-top: 100px;
}

.reaching {
  color: white;
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px !important;
}

.reach-social {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.reach-million img {
  text-align: center;
  width: 220px !important;
}
.suba{
  padding-top: 3px !important;
}

@media (max-width: 1400px) {
  .card-division h3 {
    padding-right: 50px !important;
  }

}
@media (max-width: 1200px) {
  .card-division {
      height: 450px !important;
  }
}


@media (max-width: 991px) {
  .card-division {
      height: 610px !important;
  }
}

@media (max-width: 768px) {
  .card-division {
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto !important;
  }

  .reaching {
    color: white;
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px !important;
  }

  .division-header {
    top: -35px;
    left: 15px;
  }

  .division-number img {
    height: 50px;
    font-size: 5rem;
    margin-top: 10px;
  }

  .card-division h3 {
    margin: 0;
    font-size: 25px;
    color: #3399ff;
    font-weight: 600;
    padding-left: 50px;
    margin-top: -20px;
    padding-right: 100px;
  }

  .card-division p {
    margin-top: 20px;
  }

  .nambikkai-division {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  .shuba {
    width: 18% !important;
  }

  .reach-million {
    width: auto !important;
    text-align: center;
    margin: auto;
  }

  .reach-million img {
    text-align: center;
    width: 100px;
  }

  .reach-nambikkai {
    justify-content: center !important;
  }
}

.company-1 img {
  width: 160px;
  height: auto;
  padding: 0 10px 0 0;
}

.company-end img {
  width: 160px;
  height: auto;
  padding: 0 10px 0 0;
  margin: 10px;
}

.sun-direct {
  width: 70px !important;
}

.sun-direct-1 {
  width: 100px !important;
}

.sun-direct-2 {
  width: 150px !important;
}

ol,
ul {
  padding-left: 0rem;
}

@media (max-width: 1200px) {
  .reach-contain {
    max-width: fit-content !important;
  }

  .card-division h3 {
    padding-right: 0px !important;
  }

  .header-nambikkai h1 {
    font-size: 40px !important;
}
}

.contact {
  padding: 50px 0;
}

.banner-img {
  background-image: url(../assets/img/nambikkai_Gallery_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000 !important;
  padding: 4rem 0px 4rem 0px !important;
  position: relative;
  overflow: hidden;
}

.banner-img h1 {
  font-size: 45px;
}

.banner-img h6 {
  font-size: 20px;
}

label {
  font-weight: 700 !important;
  font-size: 18px;
  float: right;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.live-frame video {
  height: 405px;
  max-width: 726px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.video-container {
  display: inline-block; /* Adjusts to the size of the video */
  padding: 5px; /* Space for the border */
  border-radius: 5px; /* Rounds the corners */
  background: linear-gradient(
      85deg,
      rgba(45, 91, 203, 1) 0%,
      rgba(88, 69, 150, 1) 64%,
      rgba(96, 62, 136, 1) 100%
  ); /* Gradient border */
}

.video-container video {
  display: block;
  border-radius: 5px; /* Ensures the video itself has rounded corners */
}



.circle {
  border-radius: 50%;
  background: #455099 !important;
  height: 335px;
  width: 335px;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
}

.about {
  padding-top: 50px;
  padding-bottom: 30px;
}

.header-nambikkai h1 {
  font-size: 50px;
  font-weight: bold;
}

.header-nambikkai h4 {
  font-size: 25px;
  font-weight: 700 !important;
}

@media screen and (max-width: 786px) {

  .header-nambikkai h4 {
    font-size: 15px;
  }

  .contact {
    padding: 20px 0;
  }

  .banner-img {
    padding: 2rem 0px 2rem 0px !important;
  }

  .banner-img h1 {
    font-size: 30px;
  }

  .banner-img h6 {
    font-size: 18px;
  }

  label {
    float: left !important;
  }

  .phone-img img {
    width: 70% !important;
  }

  .live-frame video {
    width: auto !important;
    height: 180px !important;
  }

  .circle {
    height: 220px;
    width: 220px;
  }

  .reach-social {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 10px;
  }

  .subscribe {
    font-size: 13px;
  }

  .banner-img-live {
    padding: 3rem 0px 3rem 0px !important;
  }

  .company-1 img {
    width: 100px;
    height: auto;
    padding: 0 20px 0 0;
  }

  .company-end img {
    width: 100px;
    height: auto;
    padding: 0 20px 0 0;
    row-gap: none;
  }

  .sun-direct {
    width: 50px !important;
    margin-top: 10px;
  }

  .sun-direct-1 {
    width: 70px !important;
    margin-top: 10px;
  }

  .sun-direct-2 {
    width: 150px !important;
    margin-top: 10px;
  }

  .division-heading {
    margin-top: 10px;
  }
}

.rectangle:hover {
  /* transform: translateY(-50px); */
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  width:100% !important;
  height: 200px !important;
  object-fit: cover !important;
  padding: 10px;
}

@media (max-width: 1200px) {
  .rectangle:hover {
    /* transform: translateY(-50px); */
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    width:100% !important;
    height: 165px !important;
    object-fit: cover !important;
    padding: 10px;
  }

}



/* ----- new ----- */
.number-movement:hover {
  transform: translateY(-10px);
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.show .nav-link {
  color: #ffffff;
  background: #000;
  padding: 3px 20px;
  border-radius: 50px;
}

.nambi-divison {
  display: flex;
  justify-content: center;
}

.division-nambikkai {
  padding: 25px;
  position: relative;
  width: 325px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.faq-underline {
  border-bottom: 4px solid;
  border-image: repeating-linear-gradient(
    to right,
    #22306f 0 3px,
    transparent 3px 25px
  );
  border-image-slice: 90;
}

.accordion-body {
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: auto;
  padding: 30px !important;
}

.faq-minus {
  width: 12px !important;
}

.faq-plus {
  display: flex;
  justify-content: flex-start;
  height: 9px;
  padding-right: 20px;
}

.divisions h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #5e3a84;
  font-weight: 400;
  font-family: fantasy;
}

.accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.banner-img-live {
  background-image: url(../assets/img/nambikkai_hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000 !important;
  padding: 6rem 0px 6rem 0px !important;
  position: relative;
  overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto !important;
}

.image-list {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
}

.image-item {
  flex: 0 0 auto;
  width: 100%;
  /* Adjust based on desired number of items per slide */
  box-sizing: border-box;
  padding: 5px;
}


.slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

#prev-slide {
  left: 10px;
}

#next-slide {
  right: 10px;
}

.nambikkai-live img {
  width: 80%;
}

.office {
  height: 365px !important;
}

.contact-inframe iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

@media (max-width: 768px) {
  .image-item {
    width: 100%;
    /* Adjust for mobile view */
  }

  .faq-underline {
    border-bottom: 4px solid;
    border-image: repeating-linear-gradient(
      to right,
      #22306f 0 3px,
      transparent 3px 25px
    );
    border-image-slice: 20;
  }

  .about {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar-nav .nav-item {
    padding: 0 1rem 0.5rem;
    letter-spacing: 2px;
  }

  .navbar .navbar-brand img {
    width: 100px;
    height: auto;
  }

  .nav-link {
    font-size: 15px;
    
  }

  .navbar-nav .nav-item {
    padding: 0;
    letter-spacing: 0px;
    margin: 2px;
  }

  .navbar-toggler {
    color: rgb(1 0 115);
    background-color: white;
    padding: 3px;
    border: none;
  }

  .gallary-sec {
    padding: 20px 0;
  }

 

  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 280px;
  }
  .rectangle:hover {
    /* transform: translateY(-50px); */
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    padding: 10px;
    margin-top: -10px !important;
  }

  .nambikkai-live img {
    width: 50%;
    text-align: center;
  }

  .office {
    height: auto !important;
  }

  .contact-inframe iframe {
    width: 100%;
    height: 250px;
    border: 0;
  }
}

.contactdetail1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.contactdetail2 {
  padding: 30px;
  text-align: center;
}

.thank {
  background: linear-gradient(135deg, #01316f, #8e43ad);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4em;
  letter-spacing: 3px;
  color: #5892ff;
  margin: 0;
  margin-bottom: 20px;
}

.contactdetail2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  letter-spacing: 1px;
}

.go-home {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgb(10 68 113) 0%,
    rgb(55 14 95) 43%,
    rgb(70 24 106) 100%
  );
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
}

@media (min-width: 360px) {
  .thank {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .contactdetail1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.goes-home {
  color: #ffffff;
}

:root {
  --lightbox-bg-color: #292929;
  --lightbox-caption-text-color: white;
  --lightbox-controls-color: white;
  --lightbox-controls-hover-color: #bf40bf;
}

/* Styles for lightbox */
#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: var(--lightbox-bg-color);
  opacity: 0;
  /* Initial opacity set to 0 */
  transition: opacity 0.5s;
  /* Cross-fade transition */
}

/* Container for the image and caption */
#lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  width: 90vw;
  height: 100%;
  max-height: calc(100vh - 100px);
  /* Adjusted to accommodate the caption */
  display: block;
  margin: 0;
  opacity: 0;
  /* Initial opacity */
  transition: opacity 0.5s;
  /* Cross-fade transition */
  object-fit: contain;
  aspect-ratio: 4/3;
}

#lightbox-caption {
  color: var(--lightbox-caption-text-color);
  text-align: center;
  width: 100%;
  height: 80px;
  /* Fixed height for the caption */
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent background for the caption */
  padding: 10px;
  /* Padding for spacing */
  box-sizing: border-box;
  padding-top: 15px;
}

/* Styling for h2 and p in the caption */
#lightbox-caption h2 {
  font-size: 1.2em;
  /* Adjust as needed */
  margin: 0;
}

#lightbox-caption p {
  font-size: 0.9em;
  /* Adjust as needed */
  margin: 0;
}

#close,
#prev,
#next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: var(--lightbox-controls-color);
}

#lightbox #close {
  top: 35px;
  right: 20px;
  width: 35px;
  height: 35px;
}

#lightbox #close:hover {
  background: rgba(178, 34, 52, 0.95);
}

#lightbox #close {
  text-indent: -9999px;
  cursor: pointer;
}

#lightbox #close:after,
.close-button:before {
  content: "" "";
  width: 55%;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}

#lightbox #close:after {
  transform: rotate(45deg);
  transition: 0.3s ease-out;
}

#lightbox #close:hover:after,
.close-button:hover:before {
  transform: rotate(180deg);
}

#lightbox #prev {
  left: 20px;
}

#lightbox #next {
  right: 20px;
}

#close:hover,
#prev:hover,
#next:hover {
  color: var(--lightbox-controls-hover-color);
  transition: all 0.5s ease-in-out;
}

/* Demo styles */

.top-title {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.gallery-photos {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.gallery-photos img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;

  width: 100%;
  height: auto;
  aspect-ratio: 4/0;
  object-fit: contain;
}

/* .gallery img:hover {
  transform: scale(1.02) translateY(5px);
} */

.services-1 {
  padding: 40px 0 !important;
}

.services {
  padding: 40px 0 !important;
}

.services-1 h3 {
  font-size: 30px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.services h3 {
  font-size: 30px !important;
  font-weight: 600;
  text-transform: capitalize;
  text-align: right;
}

.services-1 p {
  text-align: left !important;
}

.services p {
  text-align: right !important;
}

@media (max-width: 992px) {
  .services .row {
    flex-direction: column-reverse;
    /* Reverse the column order */
  }

  .nambi-gallri img {
    width: auto;
    height: auto;
  }
  .nambi-gallri-1 img {
    height: auto !important;
    margin: auto;
  }
  .about-us .content h1 {
    font-size: 18px !important;
  }
  .header-nambikkai h1 {
    font-size: 30px !important;
  }

  .header-nambikkai h4 {
    font-size: 15px;
  }

  .nambikkai-live img {
    width: 50%;
  }

  hr {
    border: 1px solid #020473;
    margin: 1.2rem 0;
    color: inherit;
    opacity: 0.9;
    width: 100%;
  }

  .services {
    width: 100%;
    /* Make each column full width */
    padding: 10px 0px !important;
  }

  .services {
    width: 100%;
    /* Make each column full width */
    padding: 10px 5px !important;
  }

  .services .col-md-6 {
    width: 100%;
    /* Make each column full width */
    padding-bottom: 20px;
  }

  .services-1 {
    width: 100%;
    padding: 20px 0 !important;
  }

  .services h3 {
    text-align: left;
  }

  .services p {
    text-align: left !important;
  }

  #copyrights {
    margin: 20px 0;
  }

  .faq-section {
    padding: 30px 100px;
  }

  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item.show .nav-link {
    color: #ffffff;
    background: #000;
    padding: 5px 20px;
    border-radius: 50px;
  }

  .section-nambikkai img {
    width: auto;
    height: 250px;
    margin-top: 5px;
  }
}

a:hover {
  color: #fff;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  box-shadow: none;
}

a:hover {
  color: #c2c2c2;
}

.login_form #captcha {
  margin: 15px 0px;
}

.login_form #captcha .preview {
  color: #949494;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  border: 1px dashed #888;
  border-radius: 0.5em;
  margin-bottom: 1.6em;
  background: url(../assets/img/banner-1.webp);
}

.form_input_captcha {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border: 1px solid #000000;
  border-radius: 0.5em;
  outline: none;
  padding: 1em;
  z-index: 1;
  background: none;
}

.form_label_captcha {
  position: absolute;
  left: 1em;
  top: 5.2em;
  padding: 0 0.25em;
  background-color: #fff;
  color: #80868b;
  font-size: 1em;
  transition: 0.4s;
}

.form_input_captcha:focus + .form_label_captcha {
  top: 4.7em;
  left: 0.8em;
  color: rgb(28, 164, 248);
  font-size: 0.8em;
  font-weight: 600;
  z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus)
  + .form_label_captcha {
  top: 4.6em;
  left: 0.8em;
  font-size: 0.8em;
  font-weight: 600;
  z-index: 5;
}

.form_input_captcha:focus {
  border: 0.1em solid rgb(28, 164, 248);
}

.login_form #captcha .preview span {
  display: inline-block;
  user-select: none;
}

.login_form #captcha .captcha_form {
  display: flex;
}

.login_form #captcha .captcha_form input {
  width: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  outline: none;
  padding: 1em;
  z-index: 1;
  background: none;
}

.login_form #captcha .captcha_form .captcha_refersh {
  width: 40px;
  border: none;
  outline: none;
  background: #888;
  color: #eee;
  cursor: pointer;
  border-radius: 0.5em;
  margin-left: 5px;
}

.captcha_refersh {
  transition: 0.4s;
}

.captcha_refersh:hover {
  transition: 0.4s;

  transform: scale(0.9);
}

.bg-secondary {
  background: linear-gradient(
    85deg,
    rgba(45, 91, 203, 1) 0%,
    rgba(88, 69, 150, 1) 64%,
    rgba(96, 62, 136, 1) 100%
  );
  color: #fff;
}

.nambi-gallri-1 img {
  height: 300px;
  margin: auto;
}
.abouttext h1{
  color: #fff;
  padding: 8px 80px;
  font-weight: bold;
  border-radius: 23px;
  font-size: 35px;
  letter-spacing: none !important;
  white-space: nowrap !important;
}


@media (max-width: 768px) {
  .nambi-gallri-1 img {
    height: auto;
    margin: auto;
  }
  .header-nambikkai h1 {
    font-size: 25px !important;
  }

  .about-us .content h1 {
    padding: 5px 20px !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }
  .nambikkai-arrow-right {
    margin-right: 20px !important;
    height: 40px !important;
  }

  .nambikkai-arrow-left {
    margin-left: 20px !important;
    height: 40px !important;
  }

  .sub-nambikkai {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .nambi-gallri img {
    height: auto !important;
  }

  .company-end {
    width: 100% !important;
    object-fit: cover;
    height: auto;
    overflow: hidden;
  }

  .contact-socialmedia {
    margin-bottom: 20px !important;
  }

  .nambi-television {
    white-space: nowrap !important;
    font-size: 26px !important;
  }

  .nambikkai-television {
    margin-top: 20px !important;
  }
  .abouttext h1{
    color: #fff;
    padding: 8px 40px;
    font-weight: bold;
    border-radius: 23px;
    font-size: 20px;
    letter-spacing: none !important;
    white-space: nowrap !important;
  }
  .accordion-body {
    padding: 10px !important;
  }
  .h6-gallary {
    text-align: center;
    letter-spacing: 22px;
    font-size: 18px !important;
    font-weight: 600;
    background: #f8fbff;
    padding: 5px 0;
    color: #000;
    line-height: 23px;
  }
  .gallary-second {
    margin-top: 2px;
    padding: 20px 0 !important;
  }
  .division-heading h2 {
    font-size: 3rem;
}
.visit-site img {
  width: 100px !important;
}
.reach-million img {
  text-align: center;
  width: 100px !important;
}
.nambikkai-privacy {
  margin-top: 20px !important;
}
}
.faq-ques{
  font-weight: 600 !important;
}
.accordian-content{
  font-weight: 600 !important;
  color: #283b94;
}
.great{
  padding-top:3.9px !important;
}
.great-1{
  padding-top:3px !important;
}


.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* Hidden by default */
}

/* Keyframes for the spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Style for lightbox when showing loader */
.lightbox {
  position: relative;
}

.lightbox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  visibility: hidden; /* Hide image until it is loaded */
}
.info-collect {
  padding-left: revert !important;
}

.info-collect li {
  font-family: 'Montserrat', sans-serif !important;
}
.nambikkai-privacy {
    font-size: 18px !important;
}
.nambikkai-a-tag {
    font-size: 18px !important;
}
.for-inern-mail {
    text-decoration: underline;
    font-size: 14px;
    color: #5e3a84;
    text-align: left;
    margin-top: 15px;
    line-height: inherit !important;
    letter-spacing: 0.001rem;
    word-spacing: 0.1rem;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}
.for-inern-mail:hover {
    color: #5e3a84;
}