body {
  padding: 0;
  margin: 0;
}
.topheader {
  background: black;
  height: 50px;
  text-align: right;
  padding: 0 10%;
}
.heosection {
  padding: 11% 0;
}
.heosection h1 {
  font-weight: 700;
  font-size: 45px;
}

.heosection a {
  background: #e10000;
  color: white !important;
  border: none;
  padding: 5px;
  width: 19% !important;
  border-radius: 50px;
  margin-top: 1%;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.heosection p {
  color: gray;
  font-size: 18px;
}
.knowMorebtn:focus {
  border: none;
}
.secondTopHeader {
  background: #e6eef1;
  height: 100px;
  padding: 1% 10%;
  display: flex;
  justify-content: space-between;
}
.govlogo {
  /* margin-top: -45px; */
  width: auto;
  height: 85px;
  padding: 0;
  margin-top: -6px;
}
.govlogo2 {
  margin-left: 5%;
}
.secondTopHeader h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.secondTopHeader p {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #058243;
  font-weight: 600;
}
.mainNavbar {
  background: #04542c;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.langBtn {
  color: white !important;
}
.mainNavbar button {
  color: white !important;
  font-size: 17px;
  font-weight: 500;
}
.knowMorebtnMenu {
  position: absolute;
  padding-top: 2%;
  width: 100%;
  height: 279px;
  background: #000000c4;
  display: none;
}
.knowMorebtnMenu .container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.knowMorebtnMenu div img {
  width: 46%;
}
.knowMorebtnMenu div h6 {
  color: white;
  font-size: 18px;
}
.heosection {
  background-image: url(img/banner_image.jpg);
  height: auto;
  /* height: 500px; */
  width: 100%;
  background-size: cover;
}
.dignitaries {
  background-image: url(img/bg_2.jpg);
  background-size: cover;
  width: 100%;
  padding: 4% 0px 0 0;
}
.dignitaries h2 {
  font-size: 40px;
}
.dignitaries .row {
  padding: 5% 0px;
}
.dignitaries h4 {
  font-size: 20px;
  text-align: center;
}
.dignitaries p {
  font-size: 14px;
  text-align: center;
}
.dignitaries img {
  width: 75%;
  margin-bottom: 10%;
}
.department {
  background-image: url(img/department_bg.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
}
.subheading {
  font-size: 20px;
  font-weight: 500;
  color: green;
}
.department a {
  text-decoration: none;
  color: none;
}
.department h2 {
  font-size: 40px;
}
.department img {
  width: 100%;
}

.squre_1 {
  background-image: url(img/squre_1.png);
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_2 {
  background-image: url(img/squre_2.png);
  width: 100%;
  height: 310px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_3 {
  background-image: url(img/squre_3.png);
  width: 100%;
  height: 310px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_4 {
  background-image: url(img/squre_4.png);
  width: 100%;
  height: 310px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_5 {
  background-image: url(img/squre_5.png);
  width: 100%;
  height: 310px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_6 {
  background-image: url(img/squre_6.png);
  width: 100%;
  height: 310px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_7 {
  background-image: url(img/squre_7.png);
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  padding: 15%;
  text-align: left;
  background-position: center;
}
.squre_1 .logo,
.squre_2 .logo,
.squre_3 .logo,
.squre_4 .logo,
.squre_5 .logo,
.squre_6 .logo,
.squre_7 .logo {
  width: 25%;
  margin-bottom: 10px;
}
.squre_1 p,
.squre_2 p,
.squre_3 p,
.squre_4 p,
.squre_5 p,
.squre_6 p,
.squre_7 p {
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  display: flex;
  margin: 10px 0;
}
.squre_1 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #ea719e;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.squre_1 button:hover {
  background-color: white;
  border: 1px solid #ea719e;
  transform: scale(1.1);
}
.squre_1 button:hover div {
  background: #ea719e;
  color: white;
}
.squre_1 button:hover .fa-angle-double-right {
  color: #ea719e;
}
.squre_2 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #dc926a;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_2 button:hover {
  background-color: white;
  border: 1px solid #dc926a;
  transform: scale(1.1);
}
.squre_2 button:hover div {
  background: #dc926a;
  color: white;
}
.squre_2 button:hover .fa-angle-double-right {
  color: #dc926a;
}
.squre_3 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #7a94ce;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_3 button:hover {
  background-color: white;
  border: 1px solid #7a94ce;
  transform: scale(1.1);
}

/* Support toast popup */
.ssdit-support-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  max-width: 320px;
  width: calc(100% - 44px);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 1100;
  pointer-events: none;
}

.ssdit-support-toast-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ssdit-support-toast-hidden {
  opacity: 0 !important;
  transform: translateY(24px) !important;
  pointer-events: none !important;
}

.ssdit-support-toast-content {
  background: linear-gradient(135deg, #14213d, #264653);
  color: #f8f9fa;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(11, 18, 43, 0.28);
  padding: 18px 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ssdit-support-toast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ssdit-support-toast-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ssdit-support-toast-close {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #f8f9fa;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ssdit-support-toast-close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.05);
}

.ssdit-support-toast-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #e7eef8;
}

.ssdit-support-toast-body a {
  color: #ffd166;
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 640px) {
  .ssdit-support-toast {
    right: 12px;
    bottom: 12px;
    max-width: 92%;
  }
}
.squre_3 button:hover div {
  background: #7a94ce;
  color: white;
}
.squre_3 button:hover .fa-angle-double-right {
  color: #7a94ce;
}
.squre_4 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #cdbd6b;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_4 button:hover {
  background-color: white;
  border: 1px solid #cdbd6b;
  transform: scale(1.1);
}
.squre_4 button:hover div {
  background: #cdbd6b;
  color: white;
}
.squre_4 button:hover .fa-angle-double-right {
  color: #cdbd6b;
}
.squre_5 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #5bc559;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_5 button:hover {
  background-color: white;
  border: 1px solid #5bc559;
  transform: scale(1.1);
}
.squre_5 button:hover div {
  background: #5bc559;
  color: white;
}
.squre_5 button:hover .fa-angle-double-right {
  color: #5bc559;
}

.squre_6 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #a85dbc;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_6 button:hover {
  background-color: white;
  border: 1px solid #a85dbc;
  transform: scale(1.1);
}
.squre_6 button:hover div {
  background: #a85dbc;
  color: white;
}
.squre_6 button:hover .fa-angle-double-right {
  color: #a85dbc;
}
.squre_7 button {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background: #a5c387;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.squre_7 button:hover {
  background-color: white;
  border: 1px solid #a5c387;
  transform: scale(1.1);
}
.squre_7 button:hover div {
  background: #a5c387;
  color: white;
}
.squre_7 button:hover .fa-angle-double-right {
  color: #a5c387;
}
.squre_1 button div,
.squre_2 button div,
.squre_3 button div,
.squre_4 button div,
.squre_5 button div,
.squre_6 button div,
.squre_7 button div {
  width: 50%;
  height: 31px;
  background: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.documents {
  background-image: url(img/documents.png);
  background-size: cover;
  padding: 4% 10px;
}
ul {
  list-style: none;
}
marquee {
  display: block;
}
.marq {
  height: 696px; /* Adjust the height as needed */
  overflow: hidden;
}
/* .documents .container {
    display: flex;
}
.documents .row {
    display: flex;
    flex-wrap: wrap;
}
.documents .col-lg-6, .col-md-6, .col-sm-12 {
    flex: 1;
} */
.docDiv {
  border-radius: 25px;
  padding: 4% 3%;
  background: white;
  border: 1px solid #e0e0e0;
  margin: 40px auto;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.docDiv ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.docDiv ul li img {
  margin-right: 2%;
  width: 4% !important;
  max-width: 22px;
  height: 22px !important;
}
.docDiv ul li p a {
  color: black;
  text-decoration: none;
}
.docDiv button {
  background: red;
  color: white;
  border: none;
  padding: 1% 4%;
  border-radius: 50px;
  margin: 0px 6%;
  font-weight: 500;
}
.documents h3 {
  font-size: 40px;
  margin: 20px 0;
  text-align: center;
}
.documents-main-title {
  font-size: 28px;
  margin: 24px 0;
  text-align: center;
}
.documents-subtitle {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 16px;
  text-align: center;
}
.documents-main-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dept-tab-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dept-tab-item {
  flex: 0 0 auto;
  min-width: 210px;
  max-width: 260px;
}
.dept-tab-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #dde2eb;
  background: #f7f9fc;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.dept-tab-link:hover {
  background: #e3f2ec;
  border-color: #04542c;
  color: #04542c;
}
.dept-tab-social-justice.dept-tab-link {
  background: #dc926a;
  border-color: #dc926a;
  color: #ffffff;
}
.dept-tab-tribal.dept-tab-link {
  background: #ea719e;
  border-color: #ea719e;
  color: #ffffff;
}
.dept-tab-obc.dept-tab-link {
  background: #cdbd6b;
  border-color: #cdbd6b;
  color: #ffffff;
}
.dept-tab-minority.dept-tab-link {
  background: #5bc559;
  border-color: #5bc559;
  color: #ffffff;
}
.dept-tab-forest.dept-tab-link {
  background: #a85dbc;
  border-color: #a85dbc;
  color: #ffffff;
}
.dept-tab-planning.dept-tab-link {
  background: #a5c387;
  border-color: #a5c387;
  color: #ffffff;
}
.dept-tab-higher-tech.dept-tab-link {
  background: #7a94ce;
  border-color: #7a94ce;
  color: #ffffff;
}
.dept-tab-link.active {
  background: #04542c;
  color: #ffffff;
  border-color: #04542c;
}

.dept-label {
  text-align: center;
  padding: 0 6px;  
}
.dept-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dept-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dept-status-open .dept-status-dot {
  background: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.25);
}
.dept-status-closed .dept-status-dot {
  background: #6c757d;
}
.dept-status-badge sup {
  color: #04542c;
  font-weight: 600;
}
.dept-tab-link.active .dept-status-badge sup {
  color: #ffffff;
}
.dept-status-open sup {
  animation: blinkStatus 1s linear infinite;
  font-weight: 700;
}
.dept-status-closed sup {
  font-weight: 600;
}
@keyframes blinkStatus {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.documents-list {
  padding-left: 0;
  margin-bottom: 0;
}
.documents-inner-card {
  border-radius: 20px;
  border: 1px dashed #dde2eb;
  padding: 18px 20px;
  background: #f9fafc;
  margin-bottom: 18px;
  max-height: 260px;
  overflow-y: auto;
}
.documents-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.no-documents-text {
  font-size: 14px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .documents h3 {
    text-align: center;
  }
  .documents .docDiv {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .documents-main-title {
    text-align: center;
  }
}
.counter {
  padding: 4% 4% 0 4%;
}
.counter img {
  width: 50%;
}
.counter p {
  color: gray;
  font-size: 16px;
  font-weight: 400;
}
.verticalhr {
  border-right: 1px solid #c3c3c3;
  height: 85px;
  margin-top: 5%;
}
.counter h2 {
  font-weight: 700;
}
footer {
  background: black;
  padding: 10% 0% 4% 0%;
  color: #ffffff;
}
footer ul li {
  cursor: pointer;
}
footer h2 {
  color: #e2d7bd;
  font-size: 20px;
}
footer p {
  font-size: 16px;
}
.subfooter {
  background-color: #222222;
  padding: 1% 0px;
}
.subfooter p {
  color: white;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
footer .container ul li {
  display: flex;
}
footer .container ul li div {
  margin-right: 5%;
}
.Deptscrollbar {
  background-color: #292929;
  gap: 10px;
  padding: 2% 3%;
  border-radius: 15px;
  width: 50%;
  margin: -20px auto;
  position: relative;
  top: 82px;
}
.slider-1 img {
  width: 145px;
  height: 145px;
}
.slick-list {
  margin-left: 45px !important;
}
.slider-1 img {
  cursor: pointer;
}
.media {
  cursor: pointer;
  border-radius: 50px;
}
.docDiv ul {
  padding: 0 18px;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .govlogo {
    margin-top: 0px;
    height: 70px;
    margin-top: -18px;
  }
  .secondTopHeader {
    height: 250px;
  }
  .heosection p {
    width: 83%;
  }
  .govlogo2 {
    width: 22%;
  }
  .topheader {
    height: 15px;
  }
  .secondTopHeader {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .secondTopHeader h1 {
    text-align: center;
    font-size: 17px;
  }
  .secondTopHeader p {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .heosection {
    padding: 24% 0;
  }
  .heosection a {
    padding: 5px;
    width: 50% !important;
    border-radius: 50px;
    margin-top: 1%;
    font-size: 18px;
  }
  .heosection h1 {
    font-weight: 700;
    font-size: 30px;
    color: white;
  }

  .knowMorebtnMenu .container {
    flex-wrap: wrap;
  }
  .knowMorebtnMenu .container div {
    width: 50%;
    margin: 0 auto;
  }
  .knowMorebtnMenu div img {
    width: 40%;
  }
  .knowMorebtnMenu div h6 {
    font-size: 16px;
  }
  .knowMorebtnMenu {
    height: 354px;
  }
  .dignitaries img {
    width: 50%;
  }
  .counterMain {
    flex-wrap: wrap;
  }
  .counterMain div {
    width: 50%;
  }
  .verticalhr {
    display: none;
  }
  .Deptscrollbar {
    width: 80%;
    position: relative;
    top: 18px;
  }
  .subfooter {
    background-color: #222222;
    padding: 1% 5%;
  }
  .govlogo2 {
    margin-left: 0%;
  }
  .heosection {
    background-position-x: -789px;
    padding: 68% 0 0 0;
    height: 500px;
  }
  .docDiv ul li img {
    width: 6%;
    align-items: center;
  }
  .docDiv {
    border-radius: 25px;
    padding: 4% 0%;
    background: white;
    border: 1px solid black;
    margin: 9% 0%;
    height: auto;
    width: 100%;
  }
  footer {
    padding: 23% 5% 4% 5%;
  }
  footer ul {
    padding-left: 0 !important;
  }
  .slick-prev {
    left: 0px !important;
  }
  .slick-next {
    right: 0px !important;
  }
  .slider-1 img {
    width: 65px;
    height: 65px;
  }
  .slick-list {
    left: -18px;
  }
  .docDiv ul li img {
    margin-right: 2%;
    width: 7% !important;
    height: 23px !important;
  }
  .squre_1,
  .squre_2,
  .squre_3,
  .squre_4,
  .squre_5,
  .squre_6,
  .squre_7 {
    height: 380px;
    background-size: cover;
    /* background-position: unset; */
  }
  .squre_1 p,
  .squre_2 p,
  .squre_3 p,
  .squre_4 p,
  .squre_5 p,
  .squre_6 p,
  .squre_7 p {
    font-size: 25px;
  }
  .department h2 {
    font-size: 30px;
  }
  .subheading {
    font-size: 18px;
  }
  .dignitaries h2 {
    font-size: 30px;
  }
  .docDiv ul {
    padding: 0 18px;
  }
}
/* Media Query for low resolution mobile  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .govlogo {
    margin-top: 0px;
    height: 70px;
    margin-top: -18px;
  }
  .secondTopHeader {
    height: 250px;
  }
  .heosection p {
    width: 83%;
  }
  .govlogo2 {
    width: 22%;
  }
  .topheader {
    height: 15px;
  }
  .secondTopHeader {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .secondTopHeader h1 {
    text-align: center;
    font-size: 17px;
  }
  .secondTopHeader p {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .heosection {
    background-position-x: -400px;
    padding: 47% 0 0 0;
    height: 500px;
  }
  .heosection a {
    padding: 5px;
    width: 50%;
    border-radius: 50px;
    margin-top: 1%;
    font-size: 18px;
  }
  .heosection h1 {
    font-weight: 700;
    font-size: 31px;
  }
  .knowMorebtnMenu .container {
    flex-wrap: wrap;
  }
  .knowMorebtnMenu .container div {
    width: 50%;
    margin: 0 auto;
  }
  .knowMorebtnMenu div img {
    width: 40%;
  }
  .knowMorebtnMenu div h6 {
    font-size: 16px;
  }
  .knowMorebtnMenu {
    height: 354px;
  }
  .dignitaries img {
    width: 50%;
  }
  .counterMain {
    flex-wrap: wrap;
  }
  .counterMain div {
    width: 50%;
  }
  .verticalhr {
    display: none;
  }
  .Deptscrollbar {
    width: 80%;
    position: relative;
    top: 18px;
  }
  .subfooter {
    background-color: #222222;
    padding: 1% 5%;
  }
  .govlogo2 {
    margin-left: 0%;
  }
  .heosection {
    background-position-x: -400px;
  }
  .docDiv ul li img {
    width: 6%;
    height: 22px;
    align-items: center;
  }
  .docDiv ul {
    padding: 0 18px;
  }
  .docDiv {
    border-radius: 25px;
    padding: 4% 0%;
    background: white;
    border: 1px solid black;
    margin: 9% 0%;
    height: auto;
    width: 100%;
  }

  footer {
    padding: 23% 5% 4% 5%;
  }
  footer ul {
    padding-left: 0 !important;
  }
  .slick-prev {
    left: 0px !important;
  }
  .slick-next {
    right: 0px !important;
  }
  .docDiv ul li img {
    margin-right: 2%;
    width: 7% !important;
    height: 23px !important;
  }
  .slider-1 img {
    width: 65px;
    height: 65px;
  }
  .slick-list {
    left: -18px;
  }
  .squre_1,
  .squre_2,
  .squre_3,
  .squre_4,
  .squre_5,
  .squre_6,
  .squre_7 {
    height: 380px;
    background-size: cover;
    /* background-position: unset; */
  }
  .squre_1 p,
  .squre_2 p,
  .squre_3 p,
  .squre_4 p,
  .squre_5 p,
  .squre_6 p,
  .squre_7 p {
    font-size: 25px;
  }
  .department h2 {
    font-size: 30px;
  }
  .subheading {
    font-size: 18px;
  }
  .dignitaries h2 {
    font-size: 30px;
  }
}
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
  .heosection h1 {
    font-weight: 700;
    font-size: 45px;
  }
  .heosection {
    height: 500px;
  }

  .heosection a {
    background: #e10000;
    color: white !important;
    border: none;
    padding: 5px;
    width: 19% !important;
    border-radius: 50px;
    margin-top: 1%;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-decoration: none;
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) and (max-width: 1920px) {
  /* .slider-1 img{
        width: 201px;
        height: 201px;
    } */
  .heosection {
    height: auto;
  }
  .heosection h1 {
    font-size: 65px;
  }
}
