@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */




::-moz-selection {
  background: #7b7d7f;
  color: var(--global);
  text-shadow: none;
}

::selection {
  background: #7b7d7f;
  color: var(--global);
  text-shadow: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

:root {
  --primary: #feca08;
  --secondary: #20409b;
  --global: #ffffff;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Plus Jakarta Sans", sans-serif;
}

p,
p span {
  font-family: "Plus Jakarta Sans", sans-serif;
}

img {
  border: 0px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: var(--secondary);
}

::-moz-placeholder {
  color: var(--secondary);
}

:-ms-input-placeholder {
  color: var(--secondary);
}

:-moz-placeholder {
  color: var(--secondary);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 15px;
}


strong {
  font-weight: bold;
}


.defualt-page-section {
  padding: 60px 0;
  background: #fff;
}

.content-wrap h2 {
  font-size: 46px;
  font-weight: 500;
  color: var(--primary);
  margin: 0 0 20px;
}

.content-wrap p {
  font-size: 16px;
  color: var(--secondary);
  line-height: 1.56;
  margin: 0 0 20px;
}

.content-wrap ul {
  width: 100%;
  margin: 0 0 20px;
}

.content-wrap ul li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--primary);
  padding-left: 10px;
  position: relative;
}

.content-wrap ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}

.content-wrap ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 28px;
  position: relative;
}

.content-wrap ol li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--primary);
  padding-left: 20px;
  position: relative;
  counter-increment: step-counter;
}

.content-wrap ol li:before {
  content: counter(step-counter) '.';
  margin-right: 0px;
  position: absolute;
  left: -4px;
  top: 0;
}

.content-wrap p a,
.content-wrap ul li a,
.content-wrap ol li a {
  color: var(--primary);
}

.content-wrap p a:hover,
.content-wrap ul li a:hover,
.content-wrap ol li a:hover {
  color: #000000;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  width: 95%;
}

.whatsup-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background: #fff;
  padding: 15px;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whatsup-icon img {
  width: 50px;
  height: 50px;
}

.whatsup-icon h3 {
  font-size: 12px;
  text-align: center;
  color: var(--primary);
  margin: 0 0 10px;
}



.slick-prev,
.slick-next {
  display: none !important;
}

.overlay {
  display: none;
}

.burger-btn {
  display: none;
}


.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0px;
  z-index: 999;
  position: relative;
}

.logo img {
  width: 100px;
  border: 5px solid var(--primary);
  border-radius: 50%;
}

.join-btn a {
  background: var(--primary);
  color: var(--secondary);
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid var(--primary);
}

.join-btn a:hover {
  background: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}

.header-col-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-col-left nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-col-left nav ul li {
  margin: 0 40px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary);
}

.header-col-left nav ul li a {
  font-size: 1.2rem;
  color: var(--global);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}



.banner-wrapper {
  background-image: url("../images/bg-1.webp");
  height: 100vh;
  margin-top: -140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-top: 100px;
}

.banner-col-left {
  width: 58%;
}

.banner-col-right {
  width: 40%;
  text-align: right;
}

.banner-col-left h1 {
  font-size: 3.5rem;
  color: var(--primary);
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 20px;
}

.banner-col-left h2 {
  font-size: 3rem;
  color: var(--global);
  font-weight: 700;
  margin: 20px 0 0;
  font-family: "Anek Malayalam", sans-serif;
}

.banner-col-left p {
  font-size: 1.4rem;
  color: var(--global);
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
}

.banner-col-left p span {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--primary);
  font-family: "Anek Malayalam", sans-serif;
}

.banner-col-right img {
  max-width: 100%;
  height: auto;
  margin-bottom: -10px;
  transform: scale(1.15);
  object-fit: cover;
}


.about-sec {
  padding: 40px 0;
  background: #ffffff;
}

.about-head h1 {
  font-size: 2.5rem;
  color: var(--secondary);
  font-weight: 700;
  text-align: center;
  margin: 0;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 600;
}

.about-col-left p span.highlight{
  color:var(--secondary);
}
.about-col-left h2 {
  font-size: 2rem;
  color: var(--secondary);
  font-weight: 600;
  margin: 0 0 50px;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.about-col-left h2::after {
  content: "";
  display: block;
  width: 8px;
  height: 60px;
  background: var(--primary);
  top: -10px;
  left: 0;
  position: absolute;
}

.about-row-second .about-col-left h2::after {
  height: 90px;
}

.about-col-left p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 10px;
}

.about-col-left p span {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary);
  font-family: "Anek Malayalam", sans-serif;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.about-col-left {
  width: 48%;
}

.about-col-right {
  width: 48%;
  text-align: right;
}

.about-image {
  border: 8px solid var(--primary);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-image img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}

.about-row-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  flex-direction: row-reverse;
}



.eductional-purpose {
  padding: 40px 0;
  background: var(--secondary);
}

.edu-image {
  border: 8px solid var(--primary);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.edu-image img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}

.educational-head h2 {
  font-size: 2.5rem;
  color: var(--global);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  border-bottom: 1px solid var(--global);
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.educational-content {
  margin-top: 30px;
  text-align: center;
}

.educational-content p {
  font-size: 1.5rem;
  color: var(--global);
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}

.educational-content p span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  font-family: "Anek Malayalam", sans-serif;
}

.educational-content p a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
}


.political-section {
  padding: 20px 0 0px;
  background: #ffffff;
}

.political-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.political-col-left {
  width: 38%;
}

.political-col-right {
  width: 58%;
}

.political-image {
  height: 600px;
}

.political-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.political-head h2 {
  font-size: 3rem;
  color: var(--secondary);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.political-content {
  text-align: center;
}

.political-content p {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12px;
}

.political-content p span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  font-family: "Anek Malayalam", sans-serif;
}



.footer-section {
  padding: 40px 0;
  background: #fec908be;
}

.footer-head h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 10px;
  font-family: "Anek Malayalam", sans-serif;
}

.footer-head p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
  color: #000000;
  line-height: 1.7;
  font-size: 17px;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
}

.footer-box {
  width: 100%;
  background: #e9e9e9;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 4px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-single-option {
  flex: 1;
  background: #fff;
  padding: 18px;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.footer-btn {
  background: #102c69;
  padding: 18px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
}

.footer-btn:hover {
  background: var(--primary);
  color: #fff;
}



.gallery-section {
  padding: 40px 0;
  background: var(--secondary);
}

.gallery-head h2 {
  font-size: 2.5rem;
  color: var(--global);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  border-bottom: 1px solid var(--global);
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
}

.gallery-head p {
  font-size: 1.2rem;
  color: var(--global);
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 20px
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.masonry-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.masonry-item img,
.masonry-item video {
  width: 100%;
  height: auto;
  display: block;
}

.masonry-item.tall img,
.masonry-item.tall video {
  height: 400px;
  object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .masonry-gallery {
    column-count: 1;
  }
}


.insta-floating-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: 0.3s ease;
}

.insta-floating-btn:hover {
  transform: scale(1.13) rotate(8deg);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.insta-floating-btn i {
  animation: pop 1.8s infinite ease-in-out;
}

/* Icon soft bounce animation */
@keyframes pop {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }
}



.complaint-mini {
  padding: 40px 0 40px;
  text-align: center;
  background: #ffffff;
}

.complaint-mini h2 {
  font-size: 2.5rem;
  color: var(--secondary);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Anek Malayalam", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--secondary);
}

.complaint-mini p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.complaint-mini-form {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.complaint-mini-form input,
.complaint-mini-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--secondary);
  border-radius: 8px;
  font-size: 16px;
  resize: vertical;
  font-family: "Anek Malayalam", sans-serif;
}

.complaint-mini-form button {
  background: var(--primary);
  color: var(--secondary);
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Anek Malayalam", sans-serif;
}

.complaint-mini-form button:hover {
  background: var(--secondary);
  color: var(--primary);
}

.complaint-head {
  max-width: 1000px;
  margin: 0 auto;
}



@media(max-width:1300px) {
  .banner-col-left h1 {
    font-size: 3rem;
  }

  .banner-col-left h2 {
    font-size: 2.5rem;
  }
}


@media(max-width:1199px) {
  .banner-col-left h1 {
    font-size: 2.5rem;
  }

  .header-row {
    justify-content: center;
    margin: 10px 0 0px;
  }

  .banner-col-left h2 {
    margin: 10px 0 0;
  }

  .banner-wrapper {
    height: 1000px;
    padding-top: 50px;
  }

  .banner-row {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }

  .banner-col-left,
  .banner-col-right {
    width: 100%;
  }

  .banner-col-right {
    margin-top: 30px;
    text-align: center;
  }

  .banner-col-right img {
    height: 600px;
    transform: scale(1.05);
    margin-bottom: -60px;
  }

  .banner-col-left h1 {
    margin-bottom: 10px;
  }

  .banner-col-left p {
    line-height: 1.1;
  }

  .banner-col-right {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .insta-floating-btn {
    right: 50px;
    bottom: 80px;
  }
}


@media(max-width:991px) {
  .header-row {
    padding: 10px 0 0px;
  }

  .banner-col-left h1 {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }

  .banner-col-left p {
    font-size: 1.2rem;
  }

  .banner-col-left p span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .about-head h1 {
    font-size: 2rem;
  }

  .about-col-left h2 {
    font-size: 1.5rem;
  }

  .educational-head h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .educational-content p {
    font-size: 1.2rem;
  }

  .educational-content p span {
    font-size: 1.5rem;
  }

  .political-head h2 {
    font-size: 2.2rem;
  }

  .political-content p {
    font-size: 1.2rem;
  }

  .political-image {
    height: 400px;
  }

  .gallery-head h2 {
    font-size: 2rem;
  }

  .complaint-mini h2 {
    font-size: 2rem;
  }

  .footer-head h2 {
    font-size: 32px;
  }
}

@media(max-width:767px) {
  .banner-col-left h1 {
    font-size: 2rem;
    font-weight: 500;
  }

  .banner-col-left h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .banner-row {
    margin-top: 0;
  }

  .banner-col-right {
    margin-bottom: -70px;
  }
  .insta-floating-btn{
    right: 15px;
    bottom: 30px;
  }
}


@media(max-width:600px){
  .banner-col-left h1{
    font-size: 1.5rem;
  }
  .banner-col-left p{
    font-size: 1rem;
  }
  .banner-col-left p span{
    font-size: 1.2rem;
  }
  .logo img{
    width: 80px;
    border: none;
  }
  .banner-wrapper{
    height: 800px;
  }
  .about-head h1{
    font-size: 1.5rem;
  }
  .about-sec{
    padding: 20px 0;
  }
  .about-col-left h2::after{
    height: 60px;
    width: 5px;
  }
  .about-row{
    flex-wrap: wrap;
  }
  .about-col-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .about-col-right{
    width: 100%;
    text-align: center;
  }
  .about-row-second{
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .about-row-second .about-col-left h2::after{
    height: 80px;
  }
  .educational-head h2{
    font-size: 1.8rem;
  }
  .educational-content p{
    font-size: 1rem;
  }
  .educational-content p span{
    font-size: 1.2rem;
  }
  .political-row{
    flex-wrap: wrap;
  }
  .political-col-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .political-col-right{
    width: 100%;
  }
  .political-head h2{
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .political-content p{
    font-size: 1rem;
  }
  .political-content p span{
    font-size: 1.2rem;
  }
  .complaint-mini h2{
    font-size: 1.8rem;
  }
  .complaint-mini p{
    font-size: 1rem;
  }
  .footer-head h2{
    font-size: 28px;
  }
  .footer-head p{
    font-size: 15px;
  }
  .gallery-head h2{
    font-size: 1.8rem;
  }
  .banner-col-right img{
    height: 400px;
    margin-bottom: -40px;
  }
  .footer-btn{
    padding: 18px 20px;
    font-size: 16px;
  }
  .footer-box{
    padding: 0; 
  }
  .about-image img{
    height: 300px;
  }
  .edu-image img{
    height: 300px;
  }
  .edu-image{
    border: 3px solid var(--primary);
  }
  .about-image{
    border: 3px solid var(--primary);
  }
}