@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

:root {
  --white-color: #fff;
  --green-color: #565e15;
  --yellow-color: #ffd26d;
  --font-dm-display: "DM Serif Display", serif;
}

.global-anchor-green {
  background: linear-gradient(180deg, #565e15 0%, #868d30 100%);
  color: var(--white-color) !important;
  padding: 5px 5px 5px 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 34px;
  text-decoration: none;
  font-size: 16px;
}

.global-anchor-green span {
  background-color: #ffd26d;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.para {
  color: var(--green-color);
  font-weight: 400;
  font-size: 16px;
}

.ReactFlagsSelect-module_flagsSelect__2pfa2 {
  background: #fff;
  padding-bottom: 0 !important;
  border-radius: 10px;
}

.success_page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_page_content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.success_page_content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.success_page_content {
  background-color: var(--green-color);
  padding: 20px 0px 50px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success_page_content .logo-background {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.success_page_content a {
  background-color: var(--white-color);
  color: var(--green-color);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
}

.get-a-qoute {
  background-color: var(--green-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
}

.gt_container--hich1m .gt_switcher {
  position: absolute;
  top: 100px;
  left: -200px;
}

/* Hide Google top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* Hide bottom Google Translate bar (mobile sometimes) */
.goog-te-gadget-icon {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
  visibility: hidden !important;
}

#goog-gt-tt {
  display: none !important;
}
