/* Global website configuration start --------------------------------------*/
body {
  font-family: 'Open Sans';
}

h1 {
  font-size: 43px;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 32px;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

p, ul {
  font-size: 20px;
  color: #242424;
  line-height: normal;
}

a:link, a:hover, a:visited {
  text-decoration: none;
  color: #000;
}

:root {
  /* Global Changes */
  --bg_cust: #A7C83A; /* second accent color of underlines and hero button */
  --drk_btn_text: #ffffff; /* color of the text of a button on a dark background */
  --drk_btn_weight: 600; /* Weight of button fonts */

  /* Navigation section and menu */
  --main_nav_col: #fff; /* Main navigation color */
  --bg_gn2: #A7C83A; /* background of the header section */

  /* Hero section */
  --bg_cust_btn: #F48120;
  --bg_cust_hov: #fffdee; /* Hero section button color of background on hover */
  --cust_hov_txt: #000; /* Hero section button color of text on hover */
  --hero_txt: #fff; /*Hero text color */
  --submsg_dsp: block; /* sub message on a hero section, block - display | none - to not display */

  /* Benefits Section */
  --benefits_font: 24px;

  /* Footer Section */
  --footer_background: #A7C83A;
  --footer_text_color: #fff;


  /* Links to other properties */

  --border_btm: solid 4px var(--bg_cust);
  --social_color: var(--drk_btn_text);
  --drk_btn_outline: var(--drk_btn_text);
}

/* end of global declarations --------------------------------------------------*/

[id] {
  scroll-margin-top: 80px;
}

.mt-6 {
  margin-top: 80px;
}

/* ===== GN-1 Start ======================================================*/
/* === Section Background & Borders === */
#gn1 {
  padding: 2px 0;
}

#contact_form h3{
  color: #fff;
}

#contact_form input[type="file" i]{
 color: #fff;
}


.nav-link:focus-visible{
  box-shadow: none !important;
}

#gn1 .w-100 {
  font-size: 16px;
  font-weight: var(--drk_btn_weight);
  margin-left: auto;
}
#gn1, #wa_a0067 {
  background: var(--hdr_line);
  border-bottom: 2px solid #505050;
}

/* === Link Styling === */
#gn1 a {
  color: var(--social_color);
  text-decoration: none;
}
#gn1 .list-unstyled {
  margin-bottom: 0;
}
/* === Icon Grid === */
#gn1 .gn1-top {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 15px;
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr {
  display: grid;
  grid-template-columns: repeat(10, auto);
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}

.gn1-ftr .fab:hover {
  color: #fff080;
  transform: scale(1.2);
}
@media (max-width: 576px) {
  #gn1 .gn1-top {
    grid-template-columns: repeat(5, auto);
    margin: 8px auto 15px auto;
    width: fit-content;
  }
  #gn1{
    padding-bottom: 20px;
  }
}
/* === Icon Size & Hover Animation === */
#gn1 .gn1-top .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}
#gn1 .fab:hover {
  color: #fff080;
  box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  -webkit-box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  -moz-box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  transform: scale(1.2);
}
/* === Button Styles === */
#gn1 .btn-outline-info.custom-outline {
  color: var(--drk_btn_text);
  border-color: var(--drk_btn_outline);
}
#gn1 .btn-outline-info.custom-outline:hover {
  background-color: var(--bg_cust_hov);
  color: #000 !important;
  color: var(--cust_hov_txt); /* last declaration takes effect */
  transition: 0.8s;
}
/* ===== GN-1 END ======================================================*/


/* ===== GN-2 Start: Main Navbar ===== */
#offcanvasNav, #gn2 {

}

#offcanvasNav {
  font-size: 16px;
}

#gn2 {
  padding: 20px 0 20px 0;
  transition: padding 0.3s ease;
  border-bottom: solid 1px #000;
  font-size: 20px;
}

#gn2 {
  will-change: padding;
  background-color: var(--bg_gn2);
}

#gn2-mobile {
  will-change: padding;
  background-color: var(--bg_gn2);
}

.head {
  height: 95px;
}

#gn2 .navbar-nav .nav-link.active, #gn2 .navbar-nav .nav-link.show {
  color: #F44336;
}

#gn2.navbar.scrolled {
  padding: 2px 0;
  margin-bottom: 0px;
}

#gn2.navbar:not(.scrolled) {
  padding: 12px 0;
}

#gn2 .logo {
  height: 60px;
  transition: height 0.3s ease;
}

#logo2 {
  display: none;
}

#gn2 .logo:hover {
  scale: 1.2;
  transition: 0.5s;
}

#gn2.scrolled .logo {
  height: 40px;
}

#gn2.fixed {
  width: 100%;
  position: fixed;
}

#gn2 .nav-link {
  font-size: 20px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  color: var(--main_nav_col);
}

#gn2 .navbar-nav .nav-item {
  position: relative;
}

#gn2 .navbar-nav .nav-item:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}

#gn2 .navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

/* Hide separators and spacing in mobile collapsed nav */
@media (max-width: 576px) {
  #gn2 .navbar-collapse.show .navbar-nav .nav-item,
  #gn2 .navbar-nav .nav-item {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  .head {
    height: 0px;
  }

  #gn2 .navbar-nav .nav-item::after {
    display: none !important;
  }
}


/* ===== Offcanvas Sidebar Menu ===== */
.offcanvas-start {
  width: 250px;
  background-color: #221f2e;
  color: #fff;
}

.offcanvas-header {
  border-bottom: solid 1px #ffffff2e;
}

.offcanvas .close_updated {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  border: none;
  opacity: 1;
}

.offcanvas .nav-link {
  color: #fff;
  padding-left: 5px;

}

.offcanvas .nav_inner {
  color: #ffffff;
  padding: 0 0 5px 20px;
  font-size: 14px;
}

.offcanvas .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Prevent layout shift of accordion on mobile */
@media (max-width: 576px) {
  #offcanvasNav .collapse,
  #offcanvasNav .collapse ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}


/* ===== Toggler & Utility Classes ===== */
#gn2_togler .z-1030 {
  z-index: 1030;
}

#gn2_togler .custom-toggler, .bg_remove {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none !important;
}

#gn2_togler .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ===== Dropdown (for top nav only) ===== */
.dropdown-menu {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}

/* hover under */
.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.underline-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #FF9800;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1s ease;
}

.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}

#offcanvasNav .nav-link i {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 10px;
}

#offcanvasNav .nav-link[aria-expanded="true"] i {
  transform: rotate(180deg); /* flip arrow when open */
}


/* ===== GN-2 End ===== */


/*-- SA --------------------------------------*/
.wa_sa {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  background-position-x: center;
  border-bottom: var(--border_btm);
}

.wa_sa .wa_lft_txt {
  bottom: 0;
  min-height: 200px;
  /*background-color: #000000b3; */
  color: #000;
  text-align: left;
  margin-top: 130px;
}

.wa_sa .wa_lft_txt .wa_text {
  margin-top: 20px;
  font-size: 2.7em;
  font-weight: 900;
  line-height: 1.2em;
}

.wa_sa .wa_lft_txt .wa_text h1 {
  color: var(--hero_txt);
}


.wa_sa .wa_lft_txt .wa_sub_message {
  display: var(--submsg_dsp);
  padding-top: 15px;
}

.wa_sa .wa_lft_txt .wa_sub_message p {
  color: var(--hero_txt);
}

.wa_custm {
  background-color: var(--bg_cust_btn);
  border-color: #FFF;
  border-radius: 0px;
  margin-top: 15px;
  font-weight: var(--drk_btn_weight);
}

.wa_custm:hover {
  background-color: var(--bg_cust_hov);
  border-color: #FFF;
  color: var(--cust_hov_txt);

}

.wa_lft_logo {
  margin-top: 130px;
}

@media (max-width: 768px) {
  .wa_sa {
    min-height: auto;
    padding-bottom: 50px;
  }

  .wa_sa .wa_lft_txt {
    margin-top: 50px;
  }
}

@media (min-width: 576px) {
  .wa_sa .wa_lft_txt {
    width: 500px;
  }
}

/*-- SA END --------------------------------------*/


/*-- Benefits & Offer Sections -------------------------------*/
#benefits, #offer{
  padding-bottom: 40px;
  border-bottom: solid 4px var(--bg_cust);
}

#benefits ul, #offer ul {
  font-size: var(--benefits_font);
}



#testcard {
  text-align: center;
  background-color: #e7e7e7;
  padding-bottom: 50px;
}

.card {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #221f2e;
}

.card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: all 0.5s ease;
  background-color: #0000007d;
}

.hover-bg {
  position: absolute;
  background: rgb(255 255 255 / 0%);
  z-index: 1;
  border: 0px solid #000;
  transition: all 0.5s ease;
  width: 0px;
  height: 0px;
}

.card-text {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 80%;
}

.card-text h3 {
  margin: 0;
  font-size: 2rem;
  color: white;
}

.actionstep {
  font-size: 25px;
  padding-top: 10px;
}

.actionstep .chevron_modi {
  font-size: 20px;
  background-color: #221f2e;
  color: #fff;
  padding: 5px 10px 5px 9px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.actionstep:hover .chevron_modi {
  padding-left: 80px;
  border-radius: 40px;
  background-color: #e13600;
}

/* Hover effect */
.card:hover .hover-bg {
  width: 80%;
  height: 80%;
  border: 1px solid #ffffff;
  color: #000 !important;
}

.card:hover .card-overlay {
  background: #ffffff24;
}

@media (max-width: 768px) {
  #testcard h2 {
    font-size: 24px;
  }
}

/* A0136 -----------------------------------------------------------*/
#a0136 {
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover;
}

.a0136-grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  align-items: start;
  margin-top: 50px;
}

#a0136 .a0136-subtitle {
  margin-top: 20px;
}

#a0136 img {
  width: 100%;
  border-radius: 5px;
}

#a0136 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #3A4750;
}

.a0136-btn {
  background: #111820;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  color: #F5F4FA !important;
  display: block;
  padding: 8px;
  max-width: 650px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.a0136-btn:hover {
  background: #F5F4FA;
  border: 1px solid #111820;
  color: #111820 !important;
  transition: 0.9s;
}

.a0136-itm {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .a0136-grd {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #a0136 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  #a0136 h6 {
    border-bottom: 6px solid #FFEACE;
    line-height: 25px;
    font-size: 40px;
  }

  .a0136-blk-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .a0136-itm {
    padding-bottom: 30px;
  }
}

/* A0136 END -------------------------------------------------------*/


/*-- a0228 ------------------------------------------*/
#a0228 {
  background: #FFE6CC;
  padding-top: 80px;
  padding-bottom: 70px;
}

.a0228_header {
  color: #EE7721;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.a0228-txt {
  color: #50555B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  width: 100%;
  max-width: 940px;
  margin: auto;
  margin-bottom: 30px;
}

.a0228-grd-first {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto 1fr;
  max-width: 940px;
  margin: auto;
  align-items: center;
  margin-bottom: 70px;
}

.a0228-grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.a0228-grd-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.a0228-item {
  box-shadow: 0px 4px 10px 0px #EE7721;
  border-radius: 12px;
  background: #FFF;
}

.a0228-item img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.a0228-item h3 {
  color: #EE7721;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.a0228-item h4 {
  color: #EE7721;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#a0228 h5 {
  color: #007CA5;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.a0228-box {
  padding: 16px;
  padding-bottom: 30px;
}

.a0228-item-text {
  color: #50555B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

@media (max-width: 992px) {
  #a0228 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .a0228-grd-first {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }

  .a0228-grd {
    grid-template-columns: 1fr;
  }

  .a0228-grd-3col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .a0228_header {
    font-size: 30px;
  }
}

/*-- a0228 END --------------------------------------*/


/* FOOTER -------------------------------*/
.a0167 {
  padding-bottom: 10px;
  padding-top: 30px;
  background-color: var(--footer_background);
  border-top: solid 2px #FFF;
  color: var(--footer_text_color);
}
.a0167 a:link, .a0167 a:visited, .a0167 a:active {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: var(--footer_text_color);
}
.a0167 a:hover{
  color: var(--footer_text_color);
  text-decoration: underline;
}
.a0167_sbft {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--footer_text_color);
  margin-top: 30px;
  margin-bottom: 10px;
}
.a0167 .a0167_soc{
  font-size: 30px;
}
.a0167 .a0167_soc a:hover{
  color: #000;
  transition: 0.5s;
}
.a0167-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 600px;
}
.a0167-grid .tnp-email {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 29px !important;
  color: #ABABAB !important;
}
.a0167-grid .tnp-submit {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
  background-color: #56A457 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 26px !important;
  line-height: 28px !important;
  text-align: center;
}
.a0167 .tnp-subscription {
  margin: 0px auto;
}
.a0167 img {
  height: 64px;
  margin-bottom: 30px;
}
.a0167 h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: var(--footer_text_color);
  margin-bottom: 20px;
}
.a0167 .fab {
  padding: 6px;
  font-size: 30px;
}
.gn1-ftr .fab {
  padding: 10px 10px 10px 0;
}
.a0167-col {
  margin-bottom: 20px;
}
/* A0167 END ---------------------------------------*/


/*-- a0149 Start ------------------------------------------*/
#a0149 {
  padding: 0px 0px 40px 0;
  border-top: 1px solid #65BA17;
  border-bottom: 3px solid var(--bg_cust);
}

#a0149 h2 {
  margin-top: 24px;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

#a0149 .line {
  height: 1px;
  max-width: 430px;
  background: #2E6DC8;
  margin: auto;
  margin-bottom: 15px;
}

.wa_a0149_descr {
  text-align: center;
}

#a0149 .wa_a0149_descr p {
  margin-bottom: 35px;
  font-style: normal;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

#a0149 h6 a {
  color: #252A2E !important;
}

#a0149 li {
  margin-bottom: 10px;
  font-size: 19px;
}

.a0149-border {
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}

.a0149-grid {
  display: grid;
  grid-gap: 22px;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a0149-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
  border: solid 2px var(--bg_cust);
}

.a0149-grd-imgs {
}

.a0149-art_img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.wa_a0149_title {
  font-size: 24px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.a0149-pad {
  padding: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.a0149-pad p {
  font-size: 16px;
}

#a0149 .read_more-2 {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
  border-radius: 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #2E6DC8;
  padding: 10px 0;
  margin: 0px 0 0px 0;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 5px;
}

#a0149 .read_more-2:hover {
  background: #ecf4f6;
  transition: 0.9s;
}

.a0149-box-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 0px;
}

.a0149-btn-box {
  background: #ECF4F6;
  padding: 30px;
}

.a0149-btn-box a {
  background: #2E6DC8;
  border-radius: 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 0;
  margin: auto;
  display: block;
}

.a0149-btn-box a:hover {
  background: #508aeb;
  transition: 0.9s;
}

@media (max-width: 1200px) {
  .a0149-grid {
    grid-template-columns: 320px 320px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #a0149 {
    padding: 0px 0px 0px 0px;
  }

  #a0149 h2 {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .a0149-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}

/*-- a0149 END --------------------------------------*/


.contact-section {
  background: url('../images/cont_bg.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 60px 20px;
}

.form-container {
  background: rgba(255, 255, 255, 0.0);
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

.form-container h2 {
  margin-bottom: 30px;
  color: #ffffff;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea {
  flex: 1;
  min-width: 300px;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

button[type="submit"] {
  padding: 15px 0px 15px 50px;
  font-size: 18px;
  background-color: #FAAD3F;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  border: solid 1px #ffffff6b;
  width: 200px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: left;
}

button[type="submit"]:hover {
  background-color: #ff8a26;
  color: #001020;

}

button[type="submit"]:hover .fa-chevron-right {
  color: #fff;
  padding-left: 5px;
  transition: all 0.3s ease;
}

.form-row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* for responsiveness on smaller screens */
}

.form-row-flex .cf-turnstile {
  flex: 1 1 auto;
}

.form-row-flex button[type="submit"] {
  flex: 0 0 auto;
  transition: background-color 0.3s ease;
  border: solid 1px #ffffff6b;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
}


.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 30, 30, 0.95);
  color: white;
  padding: 15px 20px;
  z-index: 9999;
  display: none;
  font-size: 15px;
}

.cookie-popup-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-popup p {
  margin: 0;
  flex: 1;
  color: #FFF;
}

.cookie-popup a {
  color: #ffd700;
  text-decoration: underline;
}

.cookie-popup button {
  background-color: #ffffff;
  color: #333;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 15px;
  transition: background-color 0.3s ease;
}

.cookie-popup button:hover {
  background-color: #ddd;
}

.contact-grid {
  display: grid;
  gap: 10px;
  max-width: 800px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-item i {
  font-size: 1.2rem;
  margin-top: 3px;
}


/* Info Section ------------------------------------- */
#ginfo {
  background-image: url(/images/ginfo_bg.jpg);
  background-size: cover;
  background-position-y: bottom;
  border-bottom: solid 1px #000;
}

.info-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  color: #1e2d4e;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.info-block i {
  font-size: 2.5rem;
  color: #1e2d4e;
  min-width: 40px;
}

/* Info Section END --------------------------------------------*/