/* Importing Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background: linear-gradient(to right, #FF6B6B, #FFD166, #06D6A0); /* Vibrant gradient background */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1000;
}

header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar .logo {
  color: #fff;
  font-weight: 600;
  font-size: 2.1rem;
  text-decoration: none;
}

.navbar .logo span {
  color: #06D6A0; /* Contrasting color */
}

.navbar .menu-links {
  display: flex;
  list-style: none;
  gap: 35px;
}

.navbar a {
  color: #000000; /* Text color changed to white for contrast */
  text-decoration: none;
  transition: 0.2s ease;
}

.navbar a:hover {
  color: #FF6B6B; /* Hover color */
}

.hero-section {
  height: 100vh;
  background: url("MAINBG.png");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.hero-section .content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

.hero-section .content h2 {
  font-size: 3rem;
  max-width: 600px;
  line-height: 70px;
}

/* Remaining styles remain unchanged for brevity */


.hero-section .content p {
  font-weight: 300;
  max-width: 600px;
  margin-top: 15px;
}

.hero-section .content button {
  background: #fff;
  padding: 12px 30px;
  border: none;
  font-size: 1rem;
  border-radius: 6px;
  margin-top: 38px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.hero-section .content button:hover {
  color: #fff;
  background: #C06B3E;
}

.menu-links li {
  background-color: #ffffff;
  max-width: 1500px;
  margin: auto;
  top: 23%;
  border: 1px solid #fff;
  padding: 5px 20px;
  color: #000000;
  text-decoration: none;
  transition: 0.6s ease;
  border-radius: 5px;

  
}

.menu-links li:hover {
  background-color: rgb(249, 222, 161);
  color: #000;
  border-radius: 5px;
}

#close-menu-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
}

#hamburger-btn {
  color: #000000;
  cursor: pointer;
  display: none;
}

@media (max-width: 982px) {
  header {
    padding: 10px;
  }

  header.show-mobile-menu::before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
  }

  .navbar .logo {
    font-size: 1.7rem;
  }

  #hamburger-btn,
  #close-menu-btn {
    display: block;
  }

  .navbar .menu-links {
    position:fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 70px 40px 0;
    transition: left 0.2s ease;
  }

  header.show-mobile-menu .navbar .menu-links {
    left: 0;
  }

  .navbar a {
    color: #000;
  }

  .hero-section .content {
    text-align: center;
  }

  .hero-section .content :is(h2, p) {
    max-width: 100%;
  }

  .hero-section .content h2 {
    font-size: 2.3rem;
    line-height: 60px;
  }

  .hero-section .content button {
    padding: 9px 18px;
  }
}

#aboutUs {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items:r;
  background: linear-gradient(to right,#06D6A0,  #FFD166,#FF6B6B );
  text-decoration-color: #000;
}

#aboutUs img {
  width: 500px;
  border-radius: 10px;
}

.content {
  margin: 20px 0;
 
}
.content h1 {
  font-size: 100px;
  color: #fcf1ea;
}

.content h2 {
  font-size: 50px;
  color: #f8e3ce;
}

.content h4 {
  font-size: 20px;
  color: #fff;
  margin: 10px 0;
}

.description {
  color: #fff;
  margin: 20px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

.btns {
  font-weight: bold;
  border: 2px solid #ffca70;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.4s;
  background-color: #fccf83;
  
}

.btns:hover {
  border: 2px solid #ffca70;
  background: transparent;
  color: #ffca70;
}

@media screen and (max-width: 790px) {
  #aboutUs img {
    width: 80%;
  }
}

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

* {
  box-sizing:inherit;
}

#ratings {
  align-items: center;
  background: linear-gradient(to right,#FF6B6B,  #FFD166,#06D6A0 );
  display: flex;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
  overflow-y: auto;
}

.panel-container {
  align-items: center;
  background:  linear-gradient(to left, #ffe4a4,#ffb5b5, #ffedc4 );
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: relative;
  flex-direction: column;
  font-size: 90%;
  justify-content: center;
  max-width: relative;
  max-height: relative;
  padding: 30px;
  text-align: center;
}

.panel-container strong {
  line-height: 500px;
}

.ratings-container {
  display: flex;
  margin: 20px 0;
  background:linear-gradient(to left,#ff6767, #ffc642, #ff6767 );
}

.rating {
  flex: 1;
  margin: 10px 5px;
  padding: 20px;
  background: linear-gradient(to right,#FFD166, #06D6A0,  #FFD166 );
}

.rating:hover,
.rating.active {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rating img {
  cursor: pointer;
  width: 40px;
}

.rating small {
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 0;
}

.rating:hover small,
.rating.active small {
  color: #111;
}

.btn {
  background-color: #fdc275;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  top: 6%;
  left: 80%;
 
 
}


.btn:active {
  transform: scale(0.98);
}

.fa-heart {
  color: red;
  font-size: 30px;
  margin-bottom: 10px;
}

html{
  scroll-behavior: smooth;
}


.scroll-section {
  scroll-snap-align: start;
}

.scroll-btn {
  background: #fff;
  color: #000;
  padding: 12px 30px;
  border: none;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.scroll-btn:hover {
  color: #fff;
  background: #C06B3E;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.full-height {
  height: 100vh;
  display: flex;
  align-items: center;
}

.full-height .content {
  max-width: 1200px;
  margin:0 ;
  width: 100%;
  text-align: center;
  color: #fff;
}

.full-height h2 {
  font-size: 3rem;
  line-height: 70px;
}

.panel-container strong {
  line-height: 20px;
}

.logo img{
  float:left;
  width: 100px;
  height:auto;

}

.graphic img {
  top: 0;
  float : right;
  height: 100vh;
  width: auto;
}

.ratingimg img {

  float : left;
  height: auto;
  width: 300px;
  margin-left : 0;
  align-items: left;
}

.navbar button{
  position:fixed;
  top: 40%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #ef9948;

  
}
.btn{
  border:1px solid #fff;
  padding:5px 20px;
  color: #fff;
  text-decoration: none;
  transition:0.6s ease;
  border-radius:5px;
  position:fixed;
}
.btn:hover{
  background-color:rgb(249, 202, 158);
  color : #000;
}


#contact{
  background: linear-gradient(to right,#06D6A0 ,  #FFD166,#FF6B6B );
}


.container{
  width: 75%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-left: 10%;
}
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #eb7037;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #eb7037;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #eb7037;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #eb7037;
}

@media (max-width: 950px) {
  .container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
/* styles.css */

/* General body styling */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

/* Section for the recording buttons and form */
#startRecordingBtn,
#emailButton {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  margin: 10px 0;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#startRecordingBtn:hover,
#emailButton:hover {
  background-color: #45a049;
  transform: scale(1.05);
}

#emailForm {
  margin: 20px auto;
  padding: 20px;
  max-width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#emailForm label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

#emailForm input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

#emailForm input[type="email"]:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

#emailForm button[type="submit"] {
  width: 100%;
  padding: 10px 0;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#emailForm button[type="submit"]:hover {
  background-color: #45a049;
}

#emailButton {
  display: block;
  margin: 20px auto;
}
