@import url('https://fonts.googleapis.com/css2?family=Forum&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
body {
  font-family: "Inter", sans-serif;
}
:root {
    --header-bg-color: #F5F5F5;
    --button-bg-color: #f478a2;
    --heading-text-color: #333333;
    --text-color: #626262;
    --footer-bg-color: #193b59;
    --copyright-bg-color: #122a40;
    --white-color: #fff;

    --body-font-size: 16px;
    --menu-font-size: 14px;
    --h2-font-size: 50px;
    --small-heading-font-size: 20px;

    --thin-font-weight: 300;
    --regular-font-weight: 400;
    --medium-font-weight: 500;
    --semi-bold-font-weight: 600;
    --bold-font-weight: 700;

    --body-font-family: "Inter", sans-serif;
    --heading-font-family: "Merriweather", serif;
     
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
}
.btn {
    background: var(--button-bg-color);
    padding: 16px 28px 16px 28px;
    border-radius: 8px 8px 8px 8px;
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--bold-font-weight);
    color: var(--white-color) !important;
    border: none !important;
}
.btn:hover {
    background: var(--button-bg-color);
    color: var(--white-color);
}
/*Header Css Style Start*/
/*.header-sec .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 50px;
}*/
.header-sec .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.header-sec .dropdown-menu {
    display: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    padding: 10px 0;
}
.header-sec .navbar .dropdown-toggle::after {
    display: none;
}
.header-sec .navbar .dropdown-toggle {
    position: relative;
    padding-right: 18px;
}
.header-sec .navbar .dropdown-toggle::before {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease;
}
.header-sec .dropdown-item {
    padding: 8px 20px;
    transition: 0.2s;
}
.header-sec .navbar .dropdown {
    position: relative;
}
.header-sec {
    background: var(--header-bg-color);
}
.header-sec ul.navbar-nav{
    gap: 40px;
    padding: 15px 0;
}
.header-sec ul.navbar-nav li.nav-item a.nav-link,
.header-sec ul.navbar-nav ul.dropdown-menu li a.dropdown-item {
    font-size: var(--menu-font-size);
    font-weight: var(--semi-bold-font-weight);
    font-family: var( --body-font-family);
    color: var(--text-color);
    padding: 0;

}
.header-sec ul.navbar-nav ul.dropdown-menu {
    border: none;
    border-radius: 0 0 20px 20px;
    padding: 0 30px  20px;
    background-color: var(--header-bg-color);
}
.header-sec ul.navbar-nav ul.dropdown-menu li a.dropdown-item {
    background-color: unset;
    line-height: 1.2;
}
.header-sec ul.navbar-nav ul.dropdown-menu li {
    margin-bottom: 16px;
}
.header-sec ul.navbar-nav ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}
/*Header Css Style End*/


/*Footer Css Style Start*/
/*Footer CTA*/
.footer-cta {
    background: url(../images/donate-footer-bg.png) center/cover no-repeat;
    padding: 60px 20px;
    position: relative;
    text-align: center;
    color: #fff;
}

.footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(25,59,89,0.75);
}

.footer-cta .container {
    position: relative;
    z-index: 2;
}
.footer-content {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--footer-bg-color);
    padding: 56px 0 65px;
    color: var(--white-color);
}
.footer-cta h2 {
    font-size: var(--h2-font-size);
    font-weight: var( --bold-font-weight);
}
.footer-content h5 {
    font-size: var(--small-heading-font-size);
    font-weight: var(--regular-font-weight);
    font-family: var( --heading-font-family);
    color: var(--button-bg-color);
    margin-bottom: 15px;
}
.footer-sec-col ul li,
.footer-last-col ul li {
    margin-bottom: 10px;
}
.footer-content svg {
    width: 18px;
    fill: var(--white-color);
}

.footer-content a:hover {
    color: var(--white-color);
}
.footer-content .footer-first-col {
    max-width: 312px;
}
.footer-content .footer-first-col p,
.footer-content .footer-sec-col a,
.footer-content .footer-last-col a {
    font-size: var(--body-font-size);
    font-weight: var(--regular-font-weight);
    font-family: var(--body-font-family);
    color: var(--white-color);
    text-decoration: none;
}
.footer-sec-col {
    max-width: 300px;
}
.footer-sec-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-sec-col ul li,
.footer-sec-col ul li a { 
    display: flex;
    gap: 10px;
}
/*Footer Copyright*/
.footer-bottom {
    background: var(--copyright-bg-color);
    padding: 15px 0;
    text-align: center;
}
.footer-bottom p {
    font-size: var(--body-font-size);
    font-weight: var(--regular-font-weight);
    font-family: var(--body-font-family);
    color: #F4F4F48C;
    margin-bottom: 0;
}
/*Footer Css Style End*/
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 0 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

/* Focus state for better UX */
input:focus,
select:focus,
textarea:focus {
  border-color: #666;
  background-color: red;
}