

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: clip;
  position: relative;
}
body::-webkit-scrollbar {
  width: 9px !important;
}

.fit-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.986);
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 5px;
  background-color: #cacaca;
  border: 3px solid transparent;
  background-clip: content-box;
}

.app-widgets {
  height: auto;
  width: 100dvw;
  background-color: white;
  overflow-x: clip;
  position: relative;
}
.footer-widget{
   height: auto;
  width: 100dvw;
  background-color: white;
  overflow-x: clip;
  position: relative;
}

.background-layer {
  overflow-x: clip;
  position: absolute;
  inset: 0;
  top: 0px;
  left: 0px;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/f_auto,q_auto/v1747399596/unsplash_5F4oYUg-WvM_s5kr94.png");
  background-size: cover;
  filter: grayscale(80%);
  background-repeat: no-repeat;
  background-position: center;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0)
  );
  z-index: 0;
}

.header-bar {
  height: 20px;
  width: 100%;
  background-color: #dd4a0a;
  position: absolute;
  top: 0%;
}

.icon-cont {
  width: fit-content;
  height: 50px;
  background-color:transparent;
  position: absolute;
  left: 5%;
  position: absolute;
  top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 15px;
  padding-left: 3px;
  color: white;
  font-size: 20px;
  padding-bottom: 5px;
}

.icon {
  height: 37px;
  border-radius:5px;
  width: 42px;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747357496/edmondie-logo_n3ykbw.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.widget-1{
  top: -90px;
}
.navigation {
  height: 50px;
  width: auto;
  gap: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: transparent;
  position: absolute;
  white-space: nowrap;
  top: 25px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  z-index: 100;
}
.icon-text {
  font-weight: 1000;
  color: #dd4a0a;
  margin-left: 10px;
}

.navigation a {
  text-decoration: none;
  color: rgb(23, 20, 32);
  transition: color 0.3s ease;
  position: relative;
}

.navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0%;
  background-color: #dd4a0a;
  transition: width 0.3s ease;
}

.navigation a:hover::after {
  width: 100%;
}
.navigation a:hover {
  color: #dd4a0a;
}



#side-image {
  background-image: url("https://res.cloudinary.com/dqtyu2frf/image/upload/v1760474375/happy-student-girl_ls5eyt_1_epeupw.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90%;
  width: auto;
  aspect-ratio: 9/13;
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 9%;
  transform: scale(1.1);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0)
  );
  z-index: 0;
}

.hero-cont {
  position: absolute;
  top: 32%;
  left: 7%;
  font-weight: 700;
  z-index: 10;
}
.hero {
  font-weight: 1000;
  font-size: 3rem;
}

.sign-in-button {
  height: 50px;
  width: 70%;
  bottom: -130%;
  background-color: #dd4a0a;
  position: absolute;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: white;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.616);

}

.header-cont{
  height: 90px;
  width: 100%;
  top: 0px;
  border-top: 20px solid #dd4a0a;
  background-color: rgba(255, 255, 255, 0.226);
  backdrop-filter: blur(4px);
  position: sticky;
  z-index: 1000 !important;
  }

.header-cont > *{
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.header-cont.header-shadow {
 box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  transition: box-shadow 0.4s, background-color 0.4s, position 0.3s;
  background-color: white;
  position: sticky;
}

.google-ico, .user-signin-ico {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1750595272/sign-in_zstox1.png");
  height: 25px;
  width: 25px;
  border-radius: 30px;
}
.user-signin-ico{
  width: 20px;
  height: 20px;
  background-image: url('https://res.cloudinary.com/dfynyucmr/image/upload/v1750597869/refer_tsaw9u.png') !important;
}

.details {
  position: absolute;
  width: 80%;
  bottom: -60%;
  font-weight: 500;
}

.doddle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 4/3;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 10;
  top: 29%;
  transform: rotate(-10deg);
  left: 25%;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747399590/Group_11_nff617.png");
}
.doddle2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 4/3;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 10;
  top: 27%;
  transform: rotate(-120deg);
  left: 3%;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747473999/Group_11_vb0blv.png");
}

.info-txt {
  position: absolute;
  top: 130%;
  color: #dd4a0a;
  font-weight: 300;
  left: 1%;
  border-top: 1px solid #dd4a0a;
  padding-left: 5px;
  border-left: 1px solid #dd4a0a;
}
.info-txt2 {
  position: absolute;
  top: 180%;
  color: #dd4a0a;
  font-weight: 300;
  left: 1%;
  border-left: 1px solid #dd4a0a;
  padding-left: 5px;
  opacity: 0.7;
}

.support-cont {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #dd4a0a;
  position: absolute;
  bottom: 10%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tawk-min-chat-icon {
  fill: white;
}
.support-txt {
  position: absolute;
  top: 110%;
  color: #dd4a0a;
}

.title-widget-2 {
  height: 100px;
  width: 85%;
  background-color: #ffffff;
  position: relative;
  left: 7.5%;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px -10px 10px -5px;
  margin-top: 20px;
}

.title-mask-content {
  height: 100%;
  width: 100%;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0)
  );
}

.title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.slide-up {
  transform: translateY(-100px);
  opacity: 0;
  transition: transform 0.9s ease, opacity 0.9s ease;
  
}

.about-details {
  width: 80%;
  text-align: center;
  position: relative;
  left: 10%;
}

.highlights {
  height: fit-content;
  width: 85%;
  background-color: transparent;
  position: relative;
  left: 7.5%;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
}

.highlight {
  border-radius: 10px;
  height: fit-content;
  width: 250px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  padding: 15px;
  gap: 10px;
  padding-bottom: 30px;
  min-height: 237px;
}

.highlight p {
  width: 90%;
  text-align: left;
}

.icon-highlight {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title-highlights {
  color: #dd4a0a;
  width: 95%;
}

.student-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  margin-top: -270px;
  z-index: 10;
  position: relative;
  left: 3%;
  width: auto;
  aspect-ratio: 9/16;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747399593/unsplash_7etIYqqw2jU_eimo9n.png");
}

.features-cont {
  background-color: #f9793b;
  border-radius: 100% 0% 0% 0%;
  height: 500px;
  width: 100%;
  margin-top: -370px;
  position: relative;
  z-index: 100;
  overflow: visible;
}

.ite {
  height: 80%;
  top: 20%;
  width: 50%;
  background-color: pink;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow-y: scroll;
}
.feature-card {
  background: white;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  
  font-size: 14px;
}

.feature-card h4 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #000;
}

.feature-card p {
  margin: 0;
  color: #333;
  line-height: 1.4;
}

.hero-features {
  font-size: 4rem;
  color: #ffffff;
  position: absolute;
  right: 4%;
  text-align: right;
  width: 70%;
  word-break: break-word;
}

.dotted-line-dooddle {
  height: auto;
  width: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747594649/wavy-dotted-line-graphic-mycg9gg5nd9bmhz9-mycg9gg5nd9bmhz9_qkvueo.png");
  aspect-ratio: 16/9;
}
.doddle-cont_ {
  height: auto;
  width: 100%;
  position: absolute;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  top: 0;
}
.jet-doddle {
  height: auto;
  width: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747399590/emojione-v1_northeast-pointing-airplane_fi767o.png");
  aspect-ratio: 9/16;
  position: absolute;
  right: 0%;
  top: 15px;
}

.edmondie-logo {
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747600111/af63b016-47be-4bbb-b480-236d4844899b.png_prev_ui_zhahmb.png");
  filter: grayscale(100%) brightness(250%);
}
.section-features {
  margin-bottom: 3rem;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  line-height: 1.5rem;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 85%;
  left: 7.5%;
  margin-top: 50px;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.feature-item {
  padding: 1rem;
  background: #f7fafc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-height: 104px;
}

.feature-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #f9793b;
  flex-shrink: 0;
}

a.dataset-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f9793b;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 1rem;
  transition: transform 0.2s;
  position: relative;
  width: fit-content;
}

a.dataset-link:hover {
  transform: translateY(-2px);
}

.launch-section {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  align-items: center;
}

.text-content {
  max-width: 50%;
  text-align: center;
}

.text-content h2 {
  font-size: 2rem;
  font-weight: bold;
}

.highlight-txt-end {
  color: #dd4a0a; /* orange color */
}

.text-content p {
  margin: 1rem 0;
  color: #444;
}

.signup-link-d {
  color: #dd4a0a;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.signup-link-m {
  display: none;
}

.logo-placeholder {
  font-size: 6rem;
  font-weight: bold;
  color: #dd4a0a;
  position: relative;
}

.logo-placeholder .dot {
  font-size: 3rem;
  position: absolute;
  top: -1.5rem;
  right: -2rem;
}

.image-placeholder {
  width: auto;
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  aspect-ratio: 9/16;
  border-radius: 10px;
  flex-shrink: 0;
  max-width: 50%;
  background-image: url("https://res.cloudinary.com/dqtyu2frf/image/upload/v1760474354/portrait-young-male-student-holding-disposable-coffee-cup-books-hand-standing-against-campus_b1am4f_1_t6xvfv.jpg");
}

a#sign-up-d::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0%;
  background-color: #dd4a0a;
  transition: width 0.3s ease;
}
a#sign-up-d:hover::after {
  width: 90%;
}

.end-logo-ed {
  position: absolute;
  top: 8%;
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 9.5%;
  background-image: url("https://res.cloudinary.com/dfynyucmr/image/upload/v1747600111/af63b016-47be-4bbb-b480-236d4844899b.png_prev_ui_zhahmb.png");
}




.main-footer {
  background: #dd4a0a;
  color: #fff;
  padding: 4rem 0 0;
  position: relative;
  overflow: hidden;
}

.footer-container {
  max-width: 1200px;
  padding: 0 2rem;
}

/* Footer Content */
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-logo-image {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.footer-logo-image:hover {
  transform: scale(1.05);
}

.footer-logo-text {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-nav-heading {
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1rem;
}

.footer-nav-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: white;
  border-radius: 2px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  margin-bottom: 0.8rem;
}

.footer-nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 1rem;
  white-space: nowrap;
}

.footer-nav-link:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-nav-link::before {
  content: '›';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-nav-link:hover::before {
  opacity: 1;
}

.footer-bottom {
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.footer-legal-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-link:hover {
  color: white;
}

.social-media {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover {
  
  transform: translateY(-3px);
}

#user-avatar-logout, .sign-in-btn {
  position: absolute;
  top: 40px;
  right: 32px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sign-in-btn{
  color: #ffffff;
  background-color: #dd4a0a;
  padding: 8px 16px;
  border-radius: 7px;
  top: 40px;
  right: 5%;
  border: 1.5px solid rgba(255, 255, 255, 0.589);
}
.user-avatar-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e2e2;
  background: #fff;
}
.logout-btn {
  background: #fff;
  border: 1px solid #dd4a0a;
  color: #dd4a0a;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
}
.logout-btn:hover {
  background: #dd4a0a;
  color: #fff;
}
.sign-in-button a {
  color: inherit;
  text-decoration: none;
}


.swal2-confirm{
  background-color: #dd4a0a !important;

  width: 95%;
}
.swal2-popup{
  z-index: 9999 !important;
  border-radius: 20px !important;
  transform: scale(0.95) !important;
}


  
  
  
  .not-available {
  cursor: not-allowed;
}

.not-available::after {
  content: "Not Yet available";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}

.not-available:hover::after {
  opacity: 1;
  
}
.not-available:hover{
  opacity: 0.7;
}


#cookie-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px;
  background: #ffffff;
  color: #333;
  padding: 16px 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-left: 3px solid #dd4a0a;
  max-width: 80% !important;
  font-size: 0.95rem;
  z-index: 9999;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#cookie-notification p {
  margin: 0 0 12px 0;
  line-height: 1.4;
}

#cookie-notification button {
  background: #dd4a0a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 1px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease;
}

#cookie-notification button:hover {
  background: #fd4d02;
}
#cookie-notification {
  transform: translateX(100%);
  opacity: 0;
}

#cookie-notification.show {
  transform: translateX(0);
  opacity: 1;
}
