@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;0,800;1,500&family=Roboto:wght@100;300;400;500;700;900&family=Titillium+Web:wght@300;600;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
.loader {

  width: 120px;
  height: 120px;
  display: block;
  margin: auto;
  margin-top: 50vh;
}

#abc {
  width: 100%;
  height: 100vh;
  background-image: url(/images/home2.jpg);
  background-size: cover;
}

#landing {
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
}
#services {
  width: 100%;
  height: fit-content;
  padding-top: 3rem;
}

#faq {
  width: 100%;
  height: 80vh;
  padding-top: 3rem;
}

#solarpanel {
  width: 100%;
  height: fit-content;
  padding-top: 5rem;
  background-color: #1770c8;
}

#solarpanel2 {
  width: 100%;
  height: 90vh;
  padding-top: 2rem;
  background-color: #ffffff;
}

#projects {
  width: 100%;
  height: fit-content;
  padding-top: 5rem;
}

#query {
  width: 100%;
  height: fit-content;
  padding-top: 3rem;
  background-color: #1770c8;
  padding-bottom: 1rem;
}

#contacts {
  width: 100%;
  height: fit-content;
  padding-top: 1rem;
  background-color: #1770c8;
  padding-bottom: 1rem;
}

nav{
  font-family: 'Titillium Web', sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: #fff;
  border-bottom: #1770c8 2px solid;
  z-index: 10;
}
nav a.logo{
  font-size: 2rem;
  color:#1770c8;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
nav a.logo span{
  color:#1770c8;
}
nav ul li{
  display: inline-block;
}
nav ul li a{
  text-decoration: none;
  display: block;
  font-weight: 700;
  color:  #1770c8;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-left: 1.5rem;
  position: relative;
}
nav ul li a::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ffdd00;
  transform: scaleX(0);
  transition: 0.3s;
}
nav ul li a:hover::before{
  transform: scaleX(1);
}

nav label.barIcon{
  font-size: 30px;
  color:#1770c8;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: 0.3s;
  display: none;
}
nav label.barIcon:hover{
  color: #000000;
}

.menuIcon{
  padding-top: auto;
  padding-right: 15px;
}
#menuBtn{
  display: none;
}
@media only screen and (max-width: 1070px){
  nav {
    z-index: 55;
  }
  nav a.logo{
      font-size: 2rem;
  }
  nav ul li a{
      font-size: 2rem;
      margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px){
  nav label.barIcon{
      display: block;
  }
  nav ul{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 8, 20, 0.881);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transform: translateX(-100%);
      transition: 0.3s;
  }
  nav ul li{
      margin: 10px 0;
  }
  nav ul li a{
      display: block;
      font-size: 2rem;
      border-bottom: #ffffff 2px solid;
  }
  #menuBtn:checked ~ ul{
    transform: translateX(0);
}
}

.heading-container {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: min-content;
 
}

.heading-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #1770c8;
  line-height: 5rem;
  letter-spacing: 1rem;
}

.logo {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  color: #1770c8;
  margin-left: 2rem;
  font-size: 2rem;
  text-decoration: underline;
}

.logo:hover {
  color: rgb(255, 213, 0);
}

.heading-text2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #000000;
  letter-spacing: 2px;
}

.heading-text2-deco {
  text-decoration: underline;
  color: #1770c8;
}

.heading-col1 {
  text-align: start;
  margin-top: 5vh;
}

.heading-col2 {
  margin-top: 5vh;
}

.heading-text3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #000000;
  text-align: justify;
}

.heading3-button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;

}

.button-more {
  width: 10rem;
  border: #1770c8 2px solid;
  border-radius: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1770c8;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #fff;
}

.button-query {
  width: 10rem;
  border: #1770c8 2px solid;
  border-radius: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #1770c8;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.button-query:hover {
  background-color: #fff;
  color: #1770c8;
}

.button-more:hover {
  background-color: #1770c8;
  color: #fff;
}

.parent {
  background: linear-gradient(rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 55%), url('/images/home.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.question-text-white {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
}

.question-text-small-white {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
}

.question-text-blue {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #1770c8;
  text-align: center;
}

.question-text-small-blue {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1770c8;
  text-align: center;
}

.answer-text-white {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 2.5rem;
  text-align: justify;
}

.answer-text-blue {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #1770c8;
  line-height: 2rem;
  text-align: justify;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 10rem;
  margin-left: 2vw;
  margin-right: 2vw;
  background-color: #1770c8;
  margin-bottom: 2rem;
}

.image-container {
  display: flex;
  justify-content: center;
  vertical-align: bottom;
}

.image-holder {
  background-image: url("/images/solar1.jpg");
  height: 35vh;
  width: 35vw;
  background-size: cover;
  border: #fff 5px solid;
  border-radius: 10px;
  padding: -5px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}

.image-holder2 {
  background-image: url("/images/solar2.jpg");
  height: 35vh;
  width: 35vw;
  background-size: cover;
  border: #fff 5px solid;
  border-radius: 10px;
  padding: -5px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}

.image-holder4 {
  background-image: url("/images/solar4.jpg");
  height: 35vh;
  width: 35vw;
  background-size: cover;
  border: #fff 5px solid;
  border-radius: 10px;
  padding: -5px;
  margin-top: auto;
  margin-bottom: auto;
}

.image-holder3 {
  background-image: url("/images/solar3.jpg");
  height: 35vh;
  width: 35vw;
  background-size: cover;
  border: #fff 5px solid;
  border-radius: 10px;
  padding: -5px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}

.gallery {
  display: flex;
  padding: 10px;
  transition: 0.5s;
  margin-left: 4rem;
  margin-right: 4rem;
}

.gallery:hover .gallery__image {
  filter: grayscale(25%);
}

.gallery__column {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  height: max-content;
}

.gallery__link {
  margin: 0.5rem;
  overflow: hidden;
}

.gallery__link:hover .gallery__image {
  filter: contrast(120%);
}

.gallery__link:hover .gallery__caption {
  opacity: 1;
}

.gallery__thumb {
  position: relative;
}

.gallery__image {
  display: block;
  width: 100%;
  transition: 1.5s;
}

.gallery__image:hover {
  transform: scale(1.3);
}

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.form-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.single-input{
  display: flex;
  flex-direction: column;
  row-gap: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color:#000;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.text-input{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  border: #000 1px solid;
  border-radius: 10px;
  padding-left: 1rem;
}

.input-option{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

.benefit-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  gap: 1rem;
}

.benefit{
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  border: #fff 2px solid;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.benefit-text{
  font-weight: 500;
  background-color:#1770c8;
  color: #fff;
  text-align: justify;
  padding: 5px;
}

.accordion-item{
  background-color: #ffffff;
  border-radius: .4rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

.accordion-item hr{
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-link{
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color:#1770c8;
  text-decoration: none;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem ;
}

.accordion-link h3{
  font-weight:700;
  font-size: 2rem;
  font-family: 'Titillium Web', sans-serif;
}

.accordion-link i{
  color: #000000;
  padding: .5rem;
}

.answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  transition: max-height 500ms;
}
.answer p{
  color:#000;
  font-size: 1.2rem;
  padding: 1rem;
}

.accordion-item:target .answer{
  max-height: 5rem;
}

.accordion-item:target .answer.collapsed {
  max-height: 0;
  }

.faq-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.checkradioInput{
  display: flex; 
  gap: 1rem;  
  border-bottom: 1px #000 solid;
}

.marginator{
  height: 2rem;
  background-color: #fff;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.bigservice-con{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.checklist{
  border: #1770c8 3px solid;
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.5rem;
  border-radius: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.tick-icon{
  width: 64px;
  height: 64px;
}

.service-icon{
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.service{
  display: flex;
  color: #1770c8;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; 
}

.serviceText-con{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem;
  padding: 0.5rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
}

.service-text{
  color: #1770c8;
  display: flex;
  font-size: 1.5rem; 
  gap: 1rem; 
  margin-top: auto;
  margin-bottom: auto; 
  border-bottom: 3px solid #ffdd00;
  font-weight: 700;
  
}
.partners-con{
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid black ;
  justify-content: space-evenly;

}

.partners-title{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #1770c8;
  font-size: 2.5rem;
  margin-left: 5vw;
}

.partner-img{
 margin-left:auto ;
 margin-right: auto;
}

.factor-con{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-top: 2rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #1770c8;
}

.factor{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 2rem; 
  gap: 1rem; 
  margin-top: auto;
  margin-bottom: 1rem; 
  display: flex;
  justify-content: center;
}

.factor:hover{
  color: #ffdd00;
  background-color: #1770c8;
  border-radius: 10px;
}

.kontakti{
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 2rem; 
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.kontakti-podaci{
  font-weight: 500;
  font-size: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
  width: fit-content;
  font-family: 'Titillium Web', sans-serif;
  column-gap: 2rem;
}

.potpis{
  color: rgb(255, 255, 255);
  font-family: 'Titillium Web', sans-serif;
  font-weight: 100;
  font-size: 0.75rem;
  margin-left: auto;
  width: 20%;
  font-style: italic;
}

@media only screen and (max-width: 600px) {

  .kontakti{
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 1.2rem; 
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .kontakti-podaci{
    font-weight: 500;
    font-size: 1rem;
    display: grid;
    grid-template-columns: 1fr ;
    color: white;
    width: fit-content;
    font-family: 'Titillium Web', sans-serif;
    column-gap: 2rem;
  }

  .factor{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 1.5rem; 
    color: #1770c8;
    gap: 1rem; 
    margin-top: auto;
    margin-bottom: 1rem; 
   display: grid;
   grid-template-columns: 5fr 1fr;
  text-decoration: #ffdd00 underline;
  }

  .partners-title{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .factor-con{
    display: grid;
    grid-template-columns: 1fr;
    text-align: start;
    margin-top: 2rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .partners-con{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .service-icon{
    width: 64px;
    height: 64px;
    float: right;
    margin-left: 1rem;
  }

  .bigservice-con{
    display: grid;
    grid-template-columns: 1fr;
  }

  .tick-icon{
    width: 32px;
    height: 32px;
  }

  .checklist{
    border: #1770c8 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.5rem;
    border-radius: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }

  .service{
    display: grid;
    grid-template-columns: 4fr 1fr;
    color: #1770c8;
    text-align: start;
  }

  .serviceText-con{
    border-radius: 10px;
    width: 90%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 1rem;
    padding: 0.5rem;
    text-align: justify;
  }
  
  .service-text{
   display: inline;
   text-align: justify;
   font-size: 1.1rem;
  }

  .question-text-blue {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #1770c8;
    text-align: center;
  }
  .arrowicon{
    width: 32px;
    height: 32px;
  }

  .checkradioInput{
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;  
    border-bottom: 1px #000 solid;
  }

  .accordion-item{
    background-color: #ffffff;
    border-radius: .4rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
  }
  
  .accordion-item hr{
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .accordion-link{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color:#1770c8;
    text-decoration: none;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem ;
  }
  
  .accordion-link h3{
    font-weight:700;
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
  }
  
  .accordion-link i{
    color: #000000;
    padding: .5rem;
  }
  
  .answer{
    max-height: 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    transition: max-height 500ms;
  }
  .answer p{
    color:#000;
    font-size: 1rem;
    padding: 1rem;
    text-align: justify;
  }
  
  .accordion-item:target .answer{
    max-height: 20rem;
  }
  
  .faq-container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
    transition: 0.5s;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .gallery:hover .gallery__image {
    filter: grayscale(25%);
  }
    
  .gallery__link {
    margin: 0.5rem;
    overflow: hidden;
  }
  
  .gallery__link:hover .gallery__image {
    filter: contrast(120%);
  }
  
  .gallery__link:hover .gallery__caption {
    opacity: 1;
  }
  
  .gallery__thumb {
    position: relative;
  }
  
  .gallery__image {
    display: block;
    width: 100%;
    transition: 1.5s;
  }
  
  .gallery__image:hover {
    transform: scale(1.3);
  }
  
  .gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 1px 1px;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 1fr ;
    row-gap: 1rem;
    margin-left: 2vw;
    margin-right: 2vw;
    background-color: #1770c8;
  }
  .image-holder {
    background-image: url("/images/solar1.jpg");
    height: 30vh;
    width: 80%;
    background-size: cover;
    border: #fff 5px solid;
    border-radius: 10px;
    padding: -5px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .image-holder2 {
    background-image: url("/images/solar2.jpg");
    height: 30vh;
    width: 80%;
    background-size: cover;
    border: #fff 5px solid;
    border-radius: 10px;
    padding: -5px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .image-holder4 {
    background-image: url("/images/solar4.jpg");
    height: 30vh;
    width: 80%;
    background-size: cover;
    border: #fff 5px solid;
    border-radius: 10px;
    padding: -5px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .image-holder3 {
    background-image: url("/images/solar3.jpg");
    height: 30vh;
    width: 80%;
    background-size: cover;
    border: #fff 5px solid;
    border-radius: 10px;
    padding: -5px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
  }

  #abc {
    width: 100%;
    height: 100vh;
    background-image: url(/images/home2.jpg);
    background-size: cover;
  }
  
  #landing {
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
  }
  
  #solarpanel {
    width: 100%;
    height: fit-content;
    padding-top: 5rem;
    background-color: #1770c8;
  }
  
  #solarpanel2 {
    width: 100%;
    height: 90vh;
    padding-top: 1rem;
    background-color: #ffffff;
  }
  
  #projects {
    width: 100%;
    height: fit-content;
    padding-top: 5rem;
  }
  
  #query {
    width: 100%;
    height: fit-content;
    padding-top: 2rem;
    background-color: #1770c8;
  }

  #faq {
    width: 100%;
    height: 100vh;
    padding-top: 1rem;
  }
  .heading-container {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1vh;
    display: grid;
    grid-template-columns: 1fr;
    height: min-content;
  }
  
  .heading-text {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #1770c8;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.5rem;
  }

  .heading-text3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    text-align:justify;
    width: 95%;
    margin-inline: auto;
  }
  
  .heading3-button-container {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    row-gap: 1rem;
  
  }
  
  .heading-text2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .heading-text2-deco {
    text-decoration: underline;
    color: #1770c8;
  }
  
  .heading-col1 {
    text-align: center;
    margin-top: 3vh;
  }
  
  .heading-col2 {
    margin-top: 1vh;
  }
 
  .form-container{
    display: grid;
    grid-template-columns: 1fr;
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .single-input{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color:#000;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .benefit-container{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    gap: 1rem;
  }
  .faq-parent{
    padding-top: 3vh;
  }
  .contact-parent{
    padding-top: 3vh;
  }
}
