/*
Theme Name: Caring Kind
Author: Josh Yager
Author URI: https://thedevq.com/
Description: Custom Theme build by The Dev Q
Version: 1.0.0
*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,600,700,900&display=swap);
nav#menu:not(.mm-menu) {
  display: none;
}

.mobilebtns {
	display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two columns, each taking 1 fractional unit of space */
  justify-content: center;
    text-align: center;
}

.btnitems-give {
  background-color: var(--primary);;
  padding: 10px;
	color:white;
	text-decoration: none;
	
}
.btnitems-helpline {
  background-color: var(--primary);;
  padding: 10px;
	color:white;
	text-decoration: none;
	border-right:1px solid #e7e7e7;
}


.container-fluid {
  max-width: 2400px;
  margin: auto;

}
.wysiwyg-container, .basiccontent1-container {
	max-width:1200px;
	margin: auto;
}

.myIframe {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /*<<--- THIS IS THE KEY*/ 
  border: solid black 1px;
}

.myIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* @media (min-width:1600px) {
  .container {
    max-width: 1550px;
  }
} */
blockquote {
  position: relative; /* Needed for positioning pseudo-elements */
  margin: 10px 0;
  padding: 20px 40px;
  font-size: 1.2em;
  font-family: Georgia, serif;
  color: #333;
	background-color: #f9f9f9;
	border-radius: 10px;
}

blockquote::before {
  content: '“'; /* Opening quotation mark */
  font-size: 9em;
  color: #ddd;
  position: absolute;
  left: -20px;
  top: -30px;
}

blockquote::after {
  content: '”'; /* Closing quotation mark */
  font-size: 8em;
  color: #ddd;
  position: absolute;
  right: 4px;
  bottom: -110px; /* Adjust as needed for placement */
}


body, p, ul, li {
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #0c0c0c;
  font-size: 14px;
  line-height: 1.65;
}

html, body {
  /* overflow-x: hidden !important; */
  position: relative;
}

.maincopy ul li {
  list-style: none;
  position: relative;
  margin-bottom: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font1);
  color: var(--primary);
  font-weight: 800;
  line-height: 1.3em;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

a {
  color: #346699;
  transition: all .3s ease-in-out;
  font-weight: 600;
}

a:hover {
  color: var(--secondary);
}

@media (max-width:991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }
}

.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-top: 40px;
}

.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.btn-small {
  text-decoration: none;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 150px;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
  transition: all .3s ease-in-out;
}

.btn {
  text-decoration: none;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 300px;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  transition: all .3s ease-in-out;
}

.btn i {
  margin-right: 8px;
  font-size: 14px;
}

.btn.btn-secondary, .btn-small.btn-secondary {
  background: var(--secondary);
}

.btn.btn-tertiary, .btn-small.btn-tertiary {
  background: var(--tertiary);
}

.btn.btn-white, , .btn-small.btn-white {
  background: white;
  color: var(--primary);
}

.btn-small:hover, .btn.white:hover {
  background: var(--primary);
  color: white;
}

.btn:hover {
  background: var(--secondary);
  color: white;
}

.btn.btn-secondary:hover, .btn-small.btn-secondary:hover {
  background: var(--primary);
  color: white;
}

@media (max-width:991px) {
  .btn {
    max-width: 100%;
    font-size: 14px;
  }
	.btn-small {
    max-width: 100%;
    font-size: 12px;
  }
}

.cs-topper {
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  margin-top: 0;
  color: var(--secondary);
  letter-spacing: 3px;
}

.cs-title {
  font-size: 34px;
  margin: 0;
  line-height: 1;
  font-weight: 800;
  max-width: 530px;
  color: var(--primary);
}



::selection {
  background: var(--tertiary);
  color: var(--secondary);
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--tertiary);
}

::-webkit-scrollbar {
  width: 10px;
}

.mobileonly {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/* Basic Html */
body {
  margin: 0px;
  background: #fff;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
}

/* Header Styles & Main Logo */
.mainLogo {
  padding: 0;
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  position: relative;
}

.menutop {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menutop ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 30px;
}

/* Drop Down Menu */
.dropdown-menu {
  display: none;
  transform-origin: center top 0;
  transition: all .1s ease 0s;
  min-width: 270px;
  left: -10px;
  overflow: hidden;
  padding-top: 10px;
}

.menu-depth-1 {
  position: relative;
}

/* Hamburger Styles */
.mburger strong {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size)*((1 - var(--mb-bar-width))/2));
  width: calc(var(--mb-button-size)*var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/2);
  background: black;
  color: inherit;
  opacity: 1;
}

.mburger strong {
  border-radius: 0px;
}

.mburger {
  color: #fff;
}

.mburger:hover, .mburger:focus, .mburger:active {
  color: #fff;
}

.mburger strong:nth-of-type(1) {
  bottom: calc(45% + var(--mb-bar-spacing));
}

.mburger strong:nth-of-type(3) {
  top: calc(45% + var(--mb-bar-spacing));
}

.mburger span {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.mm-menu {
  --mm-color-background: #FFF;
}

.mm-listitem__text, .mm-navbar__title>span {
  font-weight: 600;
  color: var(--primary);
}

/* Menu Tablet */
@media screen and (max-width:1199px) {
	.menutop ul li a {
  text-decoration: none;
  font-weight: 500;
  color: initial;
  transition: all .1s ease-in-out;
  display: flex;
  align-items: center;
}
	
  .mobileonly {
    display: inherit;
  }

  .mainLogo {
    margin: 0px auto;
    height: auto;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* forms */
.devqform {
  width: 100%;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: auto;
}

.devqform input, .devqform textarea, .devqform select {
  padding: 10px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  font-family: var(--font1);
  background: #ecebec;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  margin-bottom: 1rem !important;
}

.devqform select {
  text-transform: uppercase;
}

.devqform input::placeholder, .devqform textarea::placeholder, .devqform select::placeholder {
  font-weight: 300;
  color: #a9a9a9;
  font-family: var(--font2);
  font-size: 16px;
}

.devqform .gform_footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.devqform .button {
  background: var(--primary);
  color: white;
  margin: 0;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin-right: 10px;
}

.devqform .button:hover {
  background: var(--tertiary);
  color: initial;
}

.devqform textarea {
  height: 110px !important;
}

.devqform .gform_fields {
  grid-row-gap: 4px !important;
}

.col15 {
  width: 15%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col25 {
  width: 25%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col30 {
  width: 30%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col33 {
  width: 33.33%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col43 {
  width: 43.33%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col50 {
  width: 50%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.col10 {
  width:10%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
  vertical-align:top;
}

.col75 {
  width: 75%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
  vertical-align:top;
}

.col100 {
  width: 100%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
	vertical-align:top;
}

.boxFormFlex .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxFormFlex .gchoice {
  width: 33%;
  height: 50px;
  display: flex;
  align-items: center;
}

.boxFormFlex input {
  margin: 0 10px 0 0 !important;
}

.boxFormFlex {
  margin: 30px 0 !important;
}

.devqform h2 {
  margin-bottom: 30px;
}

.devqform .gform_button_select_files {
  padding: 15px;
  font-family: var(--font1);
  font-size: 18px;
  border: 0;
}

@media (max-width:991px) {
  .boxFormFlex .gchoice {
    width: 50%;
  }

  .col10, .col15, .col50, .col25, .col30, .col33, .col43, .col50, .col75, .col100 {
    width: 100%;
    padding: 5px 0 !important;
  }
}

.devq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 0;
}

.menutop ul li a {
  text-decoration: none;
  font-weight: 500;
  color: initial;
  transition: all .1s ease-in-out;
  display: flex;
  align-items: center;
}

.menutop ul li a:hover {
  color: var(--secondary);
}


.mobileOnly {
  display: none;
}

.flextophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.mobilelogo {
  width: 230px;
  margin: 0 15px;
}

.mobilemen {
  margin: -10px 10px 0 0;
}

img.mobileLogo {
  padding: 30px;
}

#buttonTop {
  display: inline-block;
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid white;
}

#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

#buttonTop:hover {
  cursor: pointer;
  background-color: #333;
}

#buttonTop:active {
  background-color: #555;
}

#buttonTop.show {
  opacity: 1;
  visibility: visible;
}

ul.dropdown-menu {
  display: none;
}

a.dropdown-toggle i {
  padding-left: 5px;
  font-size: 14px;
}

.dropdown:hover ul.dropdown-menu {
  display: block;
  position: absolute;
  padding-top: 10px;
  z-index: 3;
  left: 5px;
  background: transparent;
}

.menu-item-has-children {
  position: relative;
}

.dropdown-menu a {
  margin: 0 !important;
}

.dropdown-menu li a {
  background: var(--primary);
  padding: 10px 15px;
  color: white !important;
  display: block;
  border-bottom: 1px solid white;
  transition: all .1s ease-in-out;
}

.dropdown-menu li:last-child a {
  border-bottom: 0;
}

.dropdown-menu li a:hover {
  background: var(--secondary);
  color: white !important;
}

/* Updated dropdown menu styles for second-nav */
.second-nav .dropdown-menu {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}

.second-nav .dropdown-menu li {
  list-style: none;
}

.second-nav .dropdown-menu li a {
  background: white;
  color: var(--primary) !important;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s ease-in-out;
}

.second-nav .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.second-nav .dropdown-menu li a:hover {
  background: whitesmoke;
  color: var(--primary) !important;
  text-decoration: none;
}

.mobilemen {
  display: none;
}

@media (max-width:1199px) {
  .desktopOnly {
    display: none;
  }

  .mobileOnly {
    display: initial;
  }

  .footerfluidcolor {
    padding: 70px 0 40px;
  }

  .footerfluid2 p {
    text-align: center;
  }

  .mobilemen {
    display: inherit;
  }

  .menutop {

    display: none;
  }
}

.ck-header {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 0 0 30px;
  justify-content: space-between;
}

.waystogive a {
  color: white;
  text-decoration: none;
  background: var(--secondary);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  font-weight: 700;
  transition: all .3s ease-in-out;
	font-size: 20px;
}

.waystogive a:hover {
  background: var(--tertiary);
  color: black;
}

.gt_float_switcher {
  font-size: 16px;
  box-shadow: none;
}

.gt_options {
  position: absolute !important;
  background: white;
}

.gt_options {
  position: absolute !important;
  background: white;
  transform: translateY(37px) !important;
}

@media (max-width:1515px) {
  .translation {
    display: none;
  }
}



@media (max-width:1310px) {
  .helpline {
    display: none;
  }
}

span.gt-lang-code {
  display: none;
}

.rightermenu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.helpline {
  text-align: center;
}

.helpline a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  /* text-decoration: underline;
  text-underline-offset: 3px; */
  transition: all .3s ease-in-out;
}

.helpline a:hover {
  color: var(--primary);
}

.helpline p {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 14px;
}

.menutop ul li a {
  text-decoration: none;
  font-weight: 500;
  color: initial;
  transition: all .1s ease-in-out;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}

@media (max-width:1400px) {
  .menutop ul li a {
    font-size: 13px !important;
  }
}

.menutop ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  /* Thickness of the underline */
  bottom: -2px;
  /* Position it below the text */
  left: 0;
  background-color: var(--primary);
  /* Uses the text color */
  transition: width .3s ease-in-out;
  /* Animation for the underline */
}

.menutop ul li a:hover::before {
  width: 100%;
  /* Expands the underline on hover */
}

.menutop ul li a:hover {
  color: var(--secondary);
  /* Optional: Change color on hover */
}

.menutop ul li a::before {
  transition: width 0.3s ease-in-out;
  /* Hover effect animation from left to right */
}

.menutop ul li a {
  text-decoration: none;
  font-weight: 500;
  color: initial;
  transition: all .1s ease-in-out;
  display: flex;
  align-items: center;
}


.second-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  position: relative;
  gap: 80px;
  padding: 10px;
  color: white;
}

ul#menu-secondary {
  display: flex;
  list-style: none;
  color: white;
  justify-content: space-between;
  max-width: 100%;
  width: 1200px;
  margin: 0;
}

ul#menu-secondary li a {
  color: white;
  text-decoration: none;
}

ul#menu-secondary li a:hover {
  text-decoration: underline;
}

ul#menu-secondary li a i {
  margin-right: 7px;
}



.second-nav a {
  font-weight: 600;
}

.megaLink {
  color: white;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
}

.megaLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: var(--tertiary);
  bottom: -5px;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.megaLink:hover {
  color: var(--tertiary);
}

.megaLink:hover::before {
  opacity: 1;
}

a.megaMenu-trigger i:first-child {
  margin-right: 6px;
}

.megaMenu-container {
  position: static;
}

.megaMenu-trigger {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

.megaMenu-trigger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: var(--tertiary);
  bottom: -5px;
  left: 0;
  opacity: 0;
}

a.megaMenu-trigger.active::before {
  opacity: 1;
}

a.megaMenu-trigger.active {
  color: var(--tertiary);
}



.megaMenu-trigger .fa-chevron-down {
  margin-left: 5px;
}

.megaMenu-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  padding: 30px;
}

.megaMenu-content.active {
  display: block;
}

.innermega {
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 100%;
  margin: auto;
}


.megaMenu-container:hover .megaMenu-content {
  display: flex;
}

.megaMenu-container .megaMenu-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.megaMenu-container:hover .megaMenu-content {
  visibility: visible;
  opacity: 1;
}

.megaMenu-items ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.megaMenu-items li {
  margin-bottom: 15px;
}

.megaMenu-items li a {
  text-decoration: none;
  font-weight: 600;
  color: initial;
  font-size: 18px;
}

.megaMenu-items li a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.megaMenu-cta {
  background-color: var(--tertiary);
  padding: 20px;
  color: #fff;
  max-width: 450px;
}

.megaMenu-cta h3 {
  margin-top: 0;
}

.cta-button {
  width: 100%;
}

.megaMenu-container .megaMenu-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.megaMenu-container:hover .megaMenu-content {
  visibility: visible;
  opacity: 1;
}

.finalmob {
  display: none;
}

@media (max-width:1199px) {

  .finalmob {
    display: inherit;
  }

  .second-nav {
    display: none;
  }

  .rightermenu {
    display: none;
  }

  .header-container {
    display: none;
  }

  .mobileheader-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobileheader-left {
    width: 60%;
  }

  .mobileheader-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
  }

  .mobilemenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .line {
    width: 100%;
    height: 3px;
    background-color: var(--primary);
  }

  .mainLogo {
    width: 100%;
  }
}



/* footer  */
.initial-links {
  background: #EDF0F4;
  padding: 100px 0;
}

.flex3links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.linkbox {
  text-align: center;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--secondary);
  width: 300px;
  max-width: 100%;
  box-shadow: 0 2px 5px #00000021;
}

h3.overlink {
  margin: 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 900;
  width: 255px;
  margin: auto;
  position: absolute;
  top: -11px;
  background: #edf0f4;
}

a.donatelink {
  color: var(--secondary);
  font-weight: 700;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: all .3s ease-in-out;
}

a.donatelink:hover {
  color: var(--primary);
}

@media (max-width:991px) {
  .initial-links {
    padding: 50px 0;
  }

  .flex3links {
    flex-direction: column;
  }

  .linkbox {
    margin-bottom: 60px;
  }

  .linkbox:last-child {
    margin-bottom: 0;
  }
}

.caringfooter {
  background: var(--primary);
  padding: 50px 0 0px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-column {
  flex: 1;
  margin-right: 30px;
  text-align: center;
}

.footer-column:last-child {
  margin-right: 0;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.mission-statement {
  font-size: 14px;
  line-height: 1.5;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

.social-icons {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.social-icon.facebook {
  color: #3b5998;
}

.social-icon.twitter {
  color: #1da1f2;
}

.social-icon.instagram {
  color: #e1306c;
}

.social-icon.youtube {
  color: #ff0000;
}

.social-icon:hover {
  color: white;
}

.footer-content .btn {
  width: 100%;
}

.footer-content .btn:hover {
  background: white;
  color: var(--secondary);
}

.footer-column h3 {
  margin: 0 0 30px;
  color: white;
  font-size: 1.25rem;
}

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

.footer-menu li {
  margin-bottom: 10px;
}



.footer-column ul li a {
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-column ul li a:hover {
  color: var(--secondary);
}

.flexfinallinks {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.flexfinallinks .bf {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 14px;
}

.flexfinallinks .bf a {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 14px;
}

.addressandmore {
  padding: 40px 0 20px;
}

.flexcopydown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerfluid2 {
  padding: 15px 0;
}

.footerfluid2 p {
  margin: 0;
  padding: 10px 0;
}

.footerlogos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footerlogos img {
  width: 100px;
  height: 70px;
  object-fit: contain;
  margin: 0;
  object-position: center;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badge {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  max-width: 200px;
  height: auto;
  object-fit: contain;
}


@media (max-width: 991px) {
  .footer-badges {
    justify-content: center;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-column {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .addressandmore {
    padding: 0 0 20px;
  }

  .flexfinallinks {
    flex-direction: column;
  }


  .flexcopydown {
    flex-direction: column;
    text-align: center;
  }
}

/* end footer */

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 9998;
  padding: 20px;
  transform: translateY(200%);
  transition: transform 0.4s ease-in-out;
  visibility: hidden;
}

.cookie-banner.show {
  transform: translateY(0);
  visibility: visible;
}

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

.cookie-text {
  text-align: left;
  flex: 1;
  padding-right: 20px;
}

.cookie-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 1.5rem;
  font-size: 18px;
}

.cookie-content p {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 800px;
  font-size: 0.95rem;
  line-height: 1.5;
  font-size: 12px;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font2);
  font-size: 0.9rem;
}

.cookie-btn.primary-btn {
  background-color: var(--primary);
  color: white;
}

.cookie-btn.secondary-btn {
  background-color: var(--secondary);
  color: white;
}

.cookie-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cookie-link {
  color: var(--primary);
  text-decoration: underline;
  margin-right: 10px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.cookie-link:hover {
  color: var(--secondary);
}

@media (max-width: 767px) {
  .cookie-banner {
    padding: 15px;
  }

  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-text {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .cookie-buttons {
    flex-direction: row;
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
  }

  .cookie-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .cookie-link {
    margin-right: 0;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
	
  .cookie-btn {
    width: 100%;
  }

  .cookie-link {
    margin-bottom: 8px;
  }
}

/* Global Search Styles */
.search-icon-container {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.search-toggle {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.search-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--tertiary);
  transform: scale(1.05);
}

/* Search Modal */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
}

.search-modal-content {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  transform: translateY(30px);
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.search-modal.active .search-modal-content {
  transform: translateY(0);
}

.search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-close:hover {
  color: var(--primary);
  transform: rotate(90deg);
}

.search-form-container {
  text-align: center;
}

.search-form-container h2 {
  margin-bottom: 20px;
  color: var(--primary);
  font-size: 2rem;
}

.search-modal .search-form {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.search-modal .search-field {
  width: 100%;
  padding: 15px 120px 15px 25px;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
  height: 60px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.search-modal .search-field:focus {
  border-color: var(--secondary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.search-modal .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 50px;
}

.search-modal .search-submit:hover {
  background-color: var(--primary);
}

.search-modal .search-tips {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

@media (max-width: 767px) {
  .search-modal-content {
    padding: 30px 20px;
  }

  .search-modal .search-field {
    height: 50px;
    font-size: 16px;
    padding: 12px 100px 12px 20px;
  }

  .search-modal .search-submit {
    height: 40px;
    padding: 8px 15px;
  }

  .search-form-container h2 {
    font-size: 1.5rem;
  }
}