/*-----------------------------------------------------------------------------------

    Template Name: Baitus Sadaqah - Charity And Fundraising 
    Author: HixStudio
    Support: help.aqlova.com
    Description: Wehelp is a modern & professional Non Profit Charity HTML Template. Which fits for all kind of charity, fundraising, nonprofit, NGO, donations, church, Mosque and all other non-profit charity website, businesses and NGO. 
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Default Spacing
		1.3 Default Classes

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Btn
		2.2 Section Title
		2.3 Faq
		2.4 Skill
		2.5 Tabs
		2.6 Breadcrumb
		2.7 Pagination

	-----------------
    03. LAYOUT CSS
	-----------------
		Header 
			3.1 Header
			3.2 Offcanvas
			3.3 Sidemenu

		Sections
			3.4 Slider
			3.5 Hero
			3.6 Features
			3.7 Services
			3.8 About
			3.9 Causes
			3.10 Volunteers
			3.11 Brand
			3.12 Fact
			3.13 CTA
			3.14 Evenst
			3.15 Team
			3.16 Contact Form
			3.17 Step
			3.18 Join
			3.19 Tptestimonal
			3.20 Pricing

		Blog
			3.21 Blog

		Footer
			32.22 Footer	



**********************************************/
/*  1.1 Theme Default */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Sue+Ellen+Francisco&family=Tillana:wght@400;500;600;700;800&display=swap");

/* for bangla text */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700&display=swap");

:root {
    --tp-body-color: #5a5860;
    --tp-theme-color: #ffcf4e;
    --tp-primary-color: #073d30;
    --tp-primary-color-2: #055c4d;
    --tp-secondary-color: #fe4e15;
    --tp-pink-color: #ff73ae;
    --tp-white-color: #fff;
    --tp-black-color: #000;
    --tp-heading-color: #121018;
    --tp-grey-color: #f2f0ec;
    --tp-grey-color-2: #f8f3e7;
}

:root {
    --tp-font-body: "Inter", serif;
    --tp-font-heading: "Libre Baskerville", serif;
    --tp-font-heading-2: "Libre Baskerville", serif;
    --tp-font-sub-heading: "Sue Ellen Francisco", serif;
    --tp-font-sub-heading-2: "Tillana", system-ui;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-family: var(--tp-font-body);
    font-size: 18px;
    font-weight: normal;
    color: var(--tp-body-color);
    line-height: 28px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-font-heading);
    color: var(--tp-heading-color);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -2px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--tp-font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-body-color);
    margin-bottom: 15px;
    line-height: 28px;
}

img {
    height: auto;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 54px;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #121018;
    border: 0;
    font-weight: 400;
    border-radius: 12px;
    background: #f6f6f6;
    padding: 0 20px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #85838b;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #85838b;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #85838b;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #85838b;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--tp-secondary-color);
    box-shadow: 0px 0px 0px 4px rgba(254, 78, 21, 0.1);
    background: #fff;
}

textarea {
    height: 160px;
    margin-bottom: 30px;
}

*::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

*::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: rgba(7, 61, 48, 0.7);
    font-size: 16px;
    opacity: 1;
    font-weight: 500;
}

*::placeholder {
    color: rgba(7, 61, 48, 0.7);
    font-size: 16px;
    opacity: 1;
    font-weight: 500;
}

/*  1.2 Default Spacing */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

/*  1.3 Default Classes */
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.z-index-3 {
    z-index: 3;
    position: relative;
}

.z-index-11 {
    z-index: 11;
    position: relative;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.overflow-x-visible {
    overflow-x: visible;
    overflow-y: hidden;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.white-bg {
    background-color: var(--tp-white-color);
}

.bg-black {
    background-color: var(--tp-black-color);
}

.bg-grey {
    background-color: var(--tp-grey-color);
}

.bg-grey-2 {
    background-color: var(--tp-grey-color-2);
}

.bg-theme {
    background-color: var(--tp-theme-color);
}

.bg-theme-2 {
    background-color: var(--tp-primary-color);
}

.bg-theme-3 {
    background-color: var(--tp-primary-color-2);
}

.bg-cover {
    background-size: cover;
}

.tp-sub-font {
    font-family: var(--tp-font-sub-heading);
}

.tp-body-font {
    font-family: var(--tp-font-body);
}

.tp-sub-font-2,
.tp-sf-2 {
    font-family: var(--tp-font-sub-heading-2);
}

.tp-heading-font {
    font-family: var(--tp-font-heading);
}

.tp-heading-font-2,
.tp-hf-2 {
    font-family: var(--tp-font-heading-2);
}

.fnw-300 {
    font-weight: 300;
}

.fnw-400 {
    font-weight: 400;
}

.fnw-500 {
    font-weight: 500;
}

.fnw-600 {
    font-weight: 600;
}

.fnw-700 {
    font-weight: 700;
}

.br-12 {
    border-radius: 12px;
}

.br-16 {
    border-radius: 16px;
}

.br-20 {
    border-radius: 20px;
}

.br-30 {
    border-radius: 30px;
}

.lh-24 {
    line-height: 24px;
}

.lh-1-2 {
    line-height: 1.2;
}

.tp-h-630 {
    min-height: 630px;
}

.container-1400 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.ls-0 {
    letter-spacing: inherit;
}

/*  2.1 Btn */
.tp-btn {
    background: var(--tp-theme-color);
    padding: 22px 34px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    border-radius: 12px;
    color: #073d30;
}

.tp-btn:hover {
    background-color: var(--tp-primary-color);
    color: #fff;
}

.tp-btn-primary {
    background-color: var(--tp-primary-color);
    color: #fff;
}

.tp-btn-primary:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tp-btn-white {
    background-color: var(--tp-white-color);
}

.tp-btn-text {
    font-size: 15px;
}

.tp-btn-text:hover {
    color: #f55;
}

.tp-btn-border {
    border-radius: 12px;
    border: 1px solid var(--tp-primary-color);
    padding: 11px 27px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-primary-color);
    line-height: 1;
    display: inline-block;
}

.tp-btn-border:hover {
    background-color: var(--tp-primary-color);
    color: #fff;
    border-color: var(--tp-primary-color);
}

.tp-btn-border-down {
    font-size: 24px;
    color: #121018;
    font-weight: 600;
    border-bottom: 1px solid #121018;
    font-family: var(--tp-font-heading);
    display: inline-block;
}

.tp-btn-border-down:hover {
    color: #f55;
    border-color: #f55;
}

.tp-btn-border-down.border-0:hover {
    text-decoration: underline;
}

.tp-btn-sm {
    border-radius: 8px;
    background: var(--tp-primary-color);
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 600;
    color: #f8f3e7;
    line-height: 1;
    display: inline-block;
}

.tp-btn-sm:hover {
    background-color: var(--tp-theme-color);
    color: #073d30;
}

.tp-btn-sm-theme {
    background: var(--tp-theme-color);
    color: #073d30;
}

.tp-btn-sm-theme:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tp-btn-full {
    background-color: #f8f3e7;
    font-weight: 600;
    font-size: 16px;
    color: #073d30;
    display: block;
    text-align: center;
    padding: 17px 20px;
    line-height: 1;
    border-radius: 12px;
}

.tp-btn-full-red {
    background: var(--tp-secondary-color);
    color: #fff;
}

.tp-btn-full:hover {
    background-color: var(--tp-primary-color);
    color: #fff;
}

.tp-btn-red {
    background: var(--tp-secondary-color);
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
}

.tp-btn-red:hover {
    background-color: var(--tp-theme-color);
    color: #222;
}

.tp-btn-red-xl {
    background: var(--tp-secondary-color);
    padding: 22px 43px;
    text-transform: uppercase;
    color: #fff;
}

.tp-btn-red-xl:hover {
    background-color: var(--tp-theme-color);
    color: #222;
}

.tp-btn-red-sm {
    padding: 19px 43px;
}

.tp-btn-red-yellow {
    padding: 17px 26px;
    background-color: #ffcf4e;
    color: #121018;
}

.tp-text-btn-icon {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-heading-color);
}

.tp-text-btn-icon svg {
    margin-left: 5px;
}

.tp-text-btn-icon:hover {
    text-decoration: underline;
    color: var(--tp-heading-color);
}

.tp-section-info-space {
    margin-left: 78px;
}

.tp-section-sub-title {
    font-size: 30px;
    color: var(--tp-pink-color);
}

.tp-section-sub-title samp {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: var(--tp-secondary-color);
    transform: translateY(-5px);
}

.tp-section-title {
    font-size: 57px;
}

.tp-section-title-sm {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.15;
}

.tp-section-title span {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.tp-section-back-title {
    font-size: 280px;
    background: linear-gradient(179deg, #e0deda 39.13%, #f2f0ec 104.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    position: absolute;
    bottom: 42px;
    z-index: 1;
}

.tp-section-back-title-2 {
    bottom: -45px;
}

/*  2.3 Faq */
.tp-faq-item {
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid transparent;
}

.tp-faq-item.active {
    border-color: rgba(18, 16, 24, 0.1);
}

.tp-faq-item.active .tp-faq-button {
    background: transparent;
}

.tp-faq-item.active .tp-faq-button::before,
.tp-faq-item.active .tp-faq-button:after {
    background: #f6f6f6;
}

.tp-faq-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0 30px;
    padding-right: 80px;
    padding-bottom: 30px;
}

.tp-faq-button {
    border-radius: 10px;
    background: #f6f6f6;
    color: #121018;
    font-size: 20px;
    letter-spacing: -0.4px;
    width: 100%;
    text-align: left;
    padding: 25px 30px;
    position: relative;
    font-family: var(--tp-font-heading-2);
    font-weight: 700;
    line-height: 1.3;
    padding-right: 80px;
}

.tp-faq-button::before,
.tp-faq-button:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 25px;
    top: 17px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 400;
}

.tp-faq-button.collapsed:after {
    content: "\f067";
}

/*  2.4 Skill  */
.tpprogress label {
    background: var(--tp-theme-color);
    margin-bottom: 7px;
    padding: 7px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #121018;
    border-radius: 6px;
    line-height: 1;
    position: relative;
    transform: translateX(-66%);
}

.tpprogress label::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--tp-theme-color) transparent transparent transparent;
    transform: rotate(0deg);
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.tpprogress .progress,
.tpprogress .progress-stacked {
    --bs-progress-height: 8px;
    --bs-progress-bg: rgba(18, 16, 24, 0.1);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: var(--tp-theme-color);
    border-radius: 6px;
}

.tp-help-progress .progress,
.tp-help-progress .progress-stacked {
    --bs-progress-height: 10px;
    --bs-progress-bg: rgba(248, 243, 231, 0.1);
}

.tpprogress-2 .progress {
    --bs-progress-height: 6px;
    --bs-progress-bar-bg: #073d30;
    --bs-progress-bg: #f1f1f1;
}

.tpprogress-2 label {
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #073d30;
    transform: inherit;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 11px;
    text-align: right;
}

.tpprogress-2 label::before {
    display: none;
}

.tpcharity__circle {
    background: #055c4d;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -45px;
    right: 35px;
}

.progress-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: conic-gradient(#fff 0% 75%, #377d71 75% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 700;
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 71px;
    background: #055c4d;
    border-radius: 50%;
}

.progress-circle::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 73px;
    background: #055c4d;
    border-radius: 50%;
    border: 1px solid #377d71;
    z-index: -1;
}

.progress-circle span {
    position: absolute;
    font-weight: bold;
}

/*  2.5 Tabs  */
.tp-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-nav-tabs button {
    width: 33.33%;
    color: #121018;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    padding: 11px 0;
    border-radius: 12px;
}

.tp-nav-tabs button.active {
    background-color: var(--tp-theme-color);
}

/*  2.6 Breadcrumb  */
.tp-breadcrumb-bg {
    position: relative;
    background-size: cover;
}

.tp-breadcrumb-bg:before {
    content: "";
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-breadcrumb-title {
    font-size: 84px;
    color: #ffffff;
}

.tp-breadcrumb-list span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1.68px;
}

.tp-breadcrumb-list span.active {
    color: #ffcf4e;
}

/*  2.7 Pagination */
.tp-pagination li {
    display: inline-block;
}

.tp-pagination li a {
    height: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #5a5860;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tp-pagination li.current a,
.tp-pagination li:hover a {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

#loading {
    background-color: #063d30;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#object_two {
    -webkit-animation: object 2s linear infinite -0.4s;
    animation: object 2s linear infinite -0.4s;
}

#object_three {
    -webkit-animation: object 2s linear infinite -0.8s;
    animation: object 2s linear infinite -0.8s;
}

#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}

#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object {
    0% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 100px;
        top: 0;
    }
}

.tpFadeInUp {
    animation: tpfadeInUp 2s ease-out forwards;
    opacity: 0;
}

@keyframes tpfadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tpFadeInLeft {
    animation: tpfadeInLeft 2s ease-out forwards;
    opacity: 0;
}

@keyframes tpfadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tpFadeInRight {
    animation: tpfadeInRight 2s ease-out forwards;
    opacity: 0;
}

@keyframes tpfadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes tpfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tpfadeInDown {
    animation: tpfadeInDown 1s ease-out forwards;
}

.tpZoomIn {
    animation: tpZoomIn 2s ease-out forwards;
    opacity: 0;
}

@keyframes tpZoomIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/*  3.1 Header  */
.tp-header-transparent {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
}

.tp-header-container {
    max-width: 1424px;
}

.tp-header-bg {
    padding-right: 5px;
    border-radius: 12px;
}

.tp-header-logo {
    z-index: 1;
    position: relative;
}

.tp-header-full-logo img {
    height: 46px;
}

.tp-header-logo-box {
    width: 200px;
    flex: 0 0 auto;
    border-radius: 12px 0 0 11px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tp-header-logo-shape {
    position: relative;
}

.tp-header-logo-shape svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.tp-header-logo-sep {
    padding-left: 20px;
    position: relative;
}

.tp-header-logo-sep::after {
    content: "";
    background: rgba(8, 55, 44, 0.2);
    height: 30px;
    width: 1px;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.tp-header-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.tp-header-menu ul li a {
    display: inline-block;
    color: var(--tp-primary-color);
    font-size: 16px;
    font-weight: 600;
    padding: 21px 0;
}

.tp-header-menu ul li:hover > a {
    color: var(--tp-secondary-color);
}

.tp-header-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.tp-header-menu ul li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    background: #fff;
    width: 220px;
    padding: 18px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.tp-header-menu ul li .sub-menu li {
    margin-right: 0px;
    display: block;
}

.tp-header-menu ul li .sub-menu li a {
    padding: 3px 28px;
    display: block;
}

.tp-header-menu ul li .sub-menu li .sub-menu {
    left: 102%;
    top: 0;
}

.tp-header-menu ul li .sub-menu li:hover > .sub-menu {
    left: 100%;
}

.tp-header-content {
    width: 100%;
}

.tp-header-phone a {
    color: #063d30;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tp-header-phone a:hover {
    color: var(--tp-secondary-color);
}

.tp-header-phone a svg {
    margin-right: 5px;
}

.tp-header-toogle {
    font-size: 34px;
    color: #063d30;
    border-radius: 5px;
}

.tp-header-toogle-2 {
    background: #fff;
    padding: 7px 14px;
    font-size: 22px;
    border-radius: 5px;
}

.tp-meta-dvir {
    background: rgba(255, 255, 255, 0.2);
    height: 20px;
    width: 1px;
    display: inline-block;
    margin: 0 22px;
}

.tp-header-full-meta {
    display: flex;
    align-items: center;
    padding: 11px 0;
}

.tp-header-full-meta span {
    color: #ffffff;
    font-size: 14px;
}

.tp-header-full-meta span svg {
    margin-right: 6px;
}

.tp-header-full-row {
    display: flex;
}

.tp-header-full-logo {
    background-color: #055c4d;
    padding-left: 80px;
}

.tp-header-full-logo-shape {
    border-style: solid;
    border-width: 120px 0 0 86px;
    border-color: transparent transparent transparent var(--tp-primary-color-2);
    transform: rotate(0deg);
    position: absolute;
    right: -86px;
    top: 0;
}

.tp-header-full-left {
    width: 260px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.tp-header-full-middle {
    background-color: #055c4d;
    width: 100%;
}

.tp-header-full-right {
    width: 260px;
    flex: 0 0 auto;
}

.tp-header-full-btn a {
    font-size: 18px;
    font-weight: 600;
    color: #ffcf4e;
    font-family: "Tillana", system-ui;
}

.tp-header-full-btn svg {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
}

.tp-header-lang ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}

.tp-header-lang ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.tp-header-lang ul li ul {
    display: none;
    position: absolute;
    top: 173%;
    left: 0;
    background: #000;
    width: 70px;
    padding: 7px 15px;
    z-index: 9;
}

.tp-header-lang ul li ul li {
    margin: 7px 0;
}

.tp-header-full-menu {
    border-radius: 0 12px 12px 0;
}

.tp-header-full-logo-line {
    background: var(--tp-secondary-color);
    width: 6px;
    height: calc(100% + 27px);
    position: absolute;
    top: -2px;
    content: "";
    z-index: 22222;
    right: -5px;
    transform: rotate(-36deg);
    transform-origin: top right;
}

.header-sticky {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    -webkit-animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
    animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
    z-index: 55;
}

.header-sticky .tp-header-bg {
    box-shadow: 0px 20px 30px rgba(167, 167, 167, 0.1);
}

.header-sticky.tp-header-full-area {
    top: 0;
    box-shadow: 0px 20px 30px rgba(167, 167, 167, 0.1);
}

.header-sticky .tp-header-full-top {
    display: none;
}

.header-sticky .tp-header-full-logo-line {
    width: 6px;
    height: calc(100% + 38px);
    top: -8px;
    right: 2px;
    transform: rotate(-47deg);
    transform-origin: top right;
}

.header-sticky .tp-header-full-logo-shape {
    border-width: 70px 0 0 75px;
    transform: rotate(0deg);
    right: -74px;
    top: 0;
}

/*  3.2 Offcanvas  */
.tp-offcanvas {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 0;
    width: 400px;
    background: #fff;
    padding: 50px 40px;
    height: 100%;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.tp-offcanvas-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tp-offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 15;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.tp-offcanvas-overlay-open {
    opacity: 0.4;
    visibility: visible;
}

.tp-offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp-offcanvas-close-button {
    font-size: 28px;
    color: var(--tp-heading-color);
}

.tp-offcanvas-gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
}

.tp-offcanvas-info span {
    display: block;
    margin-bottom: 4px;
}

.tp-offcanvas-social a {
    height: 44px;
    width: 44px;
    background-color: var(--tp-primary-color);
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-right: 2px;
    color: #fff;
}

/*  3.3 Sidemenu  */
.tp-offcanvas-menu ul li {
    list-style: none;
    position: relative;
}

.tp-offcanvas-menu ul li:last-child a {
    border: 0;
}

.tp-offcanvas-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.tp-offcanvas-menu ul li.active > a {
    color: var(--tp-secondary-color);
}

.tp-offcanvas-menu ul li.active > button.tp-sidemenu-close i {
    transform: rotate(90deg);
}

.tp-offcanvas-menu ul li .sub-menu {
    margin-left: 20px;
    display: none;
}

.tp-sidemenu-close {
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

.tp-sidemenu-close i {
    transition: 0.3s;
}

/* -------- Kawsar Start -------- */

/* gallery */
.tp-gallery-area {
}

.tp-gallery-area .gallery-items {
    column-count: 4;
    column-gap: 15px;
}

.tp-gallery-area .gallery-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background: #000;
    margin-bottom: 15px;
}

.tp-gallery-area .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tp-gallery-area .gallery-item:hover img {
    transform: scale(1.08);
}

.tp-gallery-area .gallery-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.tp-gallery-area .gallery-item:hover .caption {
    padding-bottom: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

/* Why Join */
/* ─── Section Header (above grid) ────────────────── */
.why-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 69, 10, 0.09);
    color: var(--tp-secondary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.why-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tp-secondary-color);
    animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.why-title {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin-bottom: 14px;
}

.why-title span {
    color: var(--tp-secondary-color);
}

.why-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    max-width: 560px;
    margin: 0 auto;
}

.why-subtitle strong {
    color: #333;
}

/* =============== Grid =============== */
.why-row {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 28px;
    align-items: stretch;
}

/* =============== Left Card =============== */
.why-container {
    background: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

/* .why-left-border {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    background: var(--tp-secondary-color);
    border-radius: 24px 0 0 24px;
} */
.why-container::after {
    content: "BSF";
    position: absolute;
    right: -18px;
    bottom: -20px;
    font-size: 130px;
    font-weight: 800;
    color: rgba(232, 69, 10, 0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px;
}

/* ====================== List ================ */
.why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    width: 100%;
}

.why-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 12px;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: default;
}

.why-list li:hover {
    /* background: #fef6f3; */
    transform: translateX(5px);
}

.why-list li + li {
    border-top: 1px solid #f0f2f4;
}

.why-list li .icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--tp-primary-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.why-list li .icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =============== Buttons =============== */
.why-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.outline-btn {
    border: 2px solid var(--tp-secondary-color);
    color: var(--tp-secondary-color);
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.outline-btn:hover {
    background: var(--tp-secondary-color);
    color: #fff;
}

/* ─── Right Image ─────────────────────────────────── */
.why-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 420px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.13);
}

.why-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 5s ease;
}

.why-image-wrap:hover img {
    transform: scale(1.04);
}

.why-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(232, 69, 10, 0.18) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 1;
}

/* ─── Video Button ────────────────────────────────── */
.why-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.wave-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: wave-expand 2.4s ease-out infinite;
}

.wave-ring:nth-child(1) {
    width: 70px;
    height: 70px;
    animation-delay: 0s;
}

.wave-ring:nth-child(2) {
    width: 100px;
    height: 100px;
    animation-delay: 0.6s;
}

.wave-ring:nth-child(3) {
    width: 130px;
    height: 130px;
    animation-delay: 1.2s;
}

@keyframes wave-expand {
    0% {
        transform: scale(0.85);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.play-circle {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-video-btn:hover .play-circle {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.play-circle svg {
    width: 22px;
    height: 22px;
    fill: var(--tp-secondary-color);
    margin-left: 4px;
}

/* ─── Stat Badge ──────────────────────────────────── */
.why-stat-badge {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    gap: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.stat-item {
    text-align: center;
}

.stat-item .num {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: var(--tp-secondary-color);
    line-height: 1.1;
}

.stat-item .lbl {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    font-weight: 500;
    line-height: 12px;
}

.stat-divider {
    width: 1px;
    background: #e2e6ea;
    align-self: stretch;
}

/* Responsive */
@media (max-width: 991.98px) {
    .tp-section-info.mb-60 {
        margin-bottom: 20px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .why-row {
        grid-template-columns: 1fr;
    }

    .why-image-wrap {
        min-height: 360px;
        height: 360px;
    }

    .why-section-header {
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    .tp-why-join-area {
        padding: 56px 0;
    }

    .why-title {
        font-size: 26px;
    }

    .why-subtitle {
        font-size: 14.5px;
    }

    .why-container {
        padding: 28px 12px 28px 12px;
        border-radius: 18px;
    }

    .why-list li {
        font-size: 14.5px;
        padding: 10px 8px;
    }

    .why-image-wrap {
        min-height: 280px;
        height: 280px;
        border-radius: 18px;
    }

    .why-stat-badge {
        gap: 14px;
        padding: 12px 16px;
        bottom: 16px;
    }

    .stat-item .num {
        font-size: 17px;
    }

    .stat-item .lbl {
        font-size: 10px;
    }

    .why-buttons {
        gap: 12px;
    }

    .why-buttons .tp-btn-red {
        width: 100%;
        text-align: center;
    }

    .why-buttons .outline-btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* Blog */
.tp-blog-area {
}

.tp-blog-area .blog-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 35px -8px rgba(0, 40, 20, 0.12), 0 6px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.15, 0.75, 0.45, 1);
    will-change: transform;
    border: 1px solid rgba(150, 170, 150, 0.1);
    height: 100%;
}

.tp-blog-area .blog-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 28px 45px -12px rgba(46, 125, 50, 0.25), 0 8px 18px rgba(0, 30, 10, 0.08);
}

.tp-blog-area .blog-image {
    position: relative;
    height: 230px;
    overflow: hidden;
    background-color: #cbd5c0;
}

.tp-blog-area .blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(30, 50, 30, 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.tp-blog-area .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.3, 1);
    display: block;
}

.tp-blog-area .blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 10px 16px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 12px 22px -10px rgba(0, 50, 0, 0.2);
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.6);
    line-height: 1.2;
}

.tp-blog-area .date-badge h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-secondary-color);
    letter-spacing: -0.5px;
}

.tp-blog-area .date-badge span {
    font-size: 12px;
    font-weight: 600;
    color: var(--tp-primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tp-blog-area .blog-content {
    padding: 26px 26px 28px;
    height: calc(100% - 230px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tp-blog-area .blog-category {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-primary-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.tp-blog-area .blog-category i {
    font-size: 14px;
    color: #e91e63;
    background: rgba(233, 30, 99, 0.1);
    padding: 4px 5px 3px 5px;
    border-radius: 30px;
}

.tp-blog-area .blog-title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #122b1c;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.tp-blog-area .blog-desc {
    font-size: 0.95rem;
    color: #3b4a3e;
    line-height: 1.65;
    margin-bottom: 24px;
    opacity: 0.9;
    border-left: 3px solid #b9dbb9;
    padding-left: 18px;
}

.tp-blog-area .read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: var(--tp-secondary-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: background 0.25s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 10px 18px -8px rgba(36, 95, 40, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-blog-area .read-btn i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.tp-blog-area .read-btn:hover {
    background: var(--tp-primary-color);
    box-shadow: 0 14px 24px -8px var(--tp-primary-color);
}

.tp-blog-area .read-btn:hover i {
    transform: translateX(6px);
}

.tp-blog-area .blog-card:hover .date-badge {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 22px -6px rgba(46, 125, 50, 0.3);
}

/* ------- Kawsar End --------- */

/*  3.4 Slider  */
.tp-slider-arrow {
    position: absolute;
    top: 50%;
    left: 64px;
    height: 54px;
    width: 54px;
    color: #fff;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    font-size: 16px;
}

.tp-slider-arrow:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tp-slider-arrow-next {
    left: auto;
    right: 64px;
}

.tp-slider-item {
    height: 810px;
    position: relative;
    background-size: cover;
}

.tp-slider-item:before {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.tp-slider-title {
    font-size: 100px;
    color: #fff;
    line-height: 1.2;
}

.tp-slider-subtitle {
    font-size: 24px;
    color: #ffcf4e;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-slider-subtitle i {
    display: inline-block;
    height: 1px;
    width: 70px;
    background: #ffcf4e;
    margin: 0 18px;
}

.tp-slider-subtitle {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
}

.tp-slider-title {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
}

.tp-slider-btn {
    transform: translateY(-30px);
    opacity: 0;
    transition: 0.6s;
}

.swiper-slide-active .tp-slider-subtitle {
    transition-delay: 0.6s;
}

.swiper-slide-active .tp-slider-title {
    transition-delay: 0.9s;
}

.swiper-slide-active .tp-slider-btn {
    transition-delay: 1.3s;
}

.swiper-slide-active .tp-slider-subtitle,
.swiper-slide-active .tp-slider-title,
.swiper-slide-active .tp-slider-btn {
    opacity: 1;
    transform: translateY(0px);
}

/*  3.5 Hero  */
.tp-hero {
    position: relative;
    z-index: 2;
}

.tp-hero-height {
    height: 950px;
}

.tp-hero-btn {
    margin-top: 35px;
}

.tp-hero-btn-2 .tp-btn:hover {
    background-color: var(--tp-secondary-color);
}

.tp-hero-area {
    padding-top: 285px;
    padding-bottom: 340px;
    background-size: cover;
}

.tp-hero-area-2 {
    padding-top: 240px;
    padding-bottom: 230px;
}

.tp-hero span {
    font-size: 50px;
    color: var(--tp-theme-color);
    line-height: 1;
}

.tp-hero-title {
    font-size: 100px;
    letter-spacing: -2px;
}

.tp-hero-title-2 {
    font-size: 78px;
}

.tp-hero p {
    color: #f8f3e7;
    font-size: 21px;
}

/*  3.6 Features  */
.tpfea {
    background-color: #ffdeef;
    padding: 40px;
}

.tpfea span {
    font-size: 16px;
    color: var(--tp-secondary-color);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.tpfea p {
    font-size: 15px;
    line-height: 24px;
    color: #545258;
    padding-right: 80px;
}

.tpfea__title {
    color: #121018;
    font-size: 28px;
    margin-bottom: 12px;
}

.tpfea__url a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(18, 16, 24, 0.08);
    display: block;
    text-align: center;
    line-height: 42px;
    color: #121018;
    font-size: 16px;
}

.tpfea__url a:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tpfea__url a i {
    transform: rotate(-30deg);
}

.tpfea__icon {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

/*  3.8 Services  */

.tpservices {
    border-radius: 16px;
    padding: 50px 15px;
    border: 2px solid #f55;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tpservices-style-2 .tpservices__title:hover {
    color: #36e0d1;
}

.tpservices-style-2 .tp-btn-text:hover {
    color: #36e0d1;
}

.tpservices-style-3 .tpservices__title:hover {
    color: #efcb4a;
}

.tpservices-style-3 .tp-btn-text:hover {
    color: #efcb4a;
}

.tpservices-style-4 .tpservices__title:hover {
    color: #e63946;
}

.tpservices-style-4 .tp-btn-text:hover {
    color: #e63946;
}

.tpservices-area-margin {
}

.tpservices__title {
    font-size: 24px;
}

.tpservices__title:hover {
    color: #f55;
}

.tpservices__title-2 {
    font-size: 23px;
    color: #0d594a;
    margin-bottom: 10px;
    letter-spacing: inherit;
}

.tpservices__title-2:hover {
    color: #efcb4a;
}

.tpservices:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 60px 0px rgba(41, 28, 3, 0.1);
}

.tpservices-2 {
    padding: 50px 40px;
    border-radius: 20px;
    padding-bottom: 46px;
    box-shadow: none;
    background: #d5f4f0;
}

.tpservices__icon img {
    width: 80px;
    height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpservices-2 {
        padding: 50px 30px;
    }
}

.tpservices-2:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.tpservices-2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.tpservices-3 .tpservices__title-2 {
    font-size: 23px;
    letter-spacing: -0.52px;
}

.tp-bottom-quote img {
    margin-right: 14px;
}

.tp-bottom-quote p {
    margin: 0;
    font-size: 24px;
    font-family: var(--tp-font-heading);
    color: #073d30;
}

.tp-bottom-quote p a {
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: -0.96px;
}

.tp-bottom-quote-2 p {
    font-family: var(--tp-font-heading-2);
}

.tpsv {
    background: #eefceb;
    padding: 40px;
    border-radius: 20px;
}

.tpsv__content p {
    font-size: 16px;
    line-height: 24px;
    color: #055c4d;
    margin: 0;
}

.tpsv__title {
    font-size: 24px;
    font-weight: 700;
    color: #055c4d;
    letter-spacing: -0.48px;
}

/*  3.8 About  */
.tp-about-area {
    padding-bottom: 100px;
}

.tp-about-shape-1 {
    left: 97px;
    top: 30%;
    mix-blend-mode: exclusion;
}

.tp-about-shape-2 {
    right: -232px;
    top: 0;
}

.tp-about-vr-title {
    font-size: 130px;
    font-weight: 600;
    color: #e0deda;
    margin: 0;
    line-height: 1;
    position: absolute;
    right: -242px;
    transform: rotate(90deg);
    top: 120px;
}

.tp-about-number {
    position: absolute;
    bottom: 80px;
    right: -120px;
}

.tp-about-number-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    left: 0;
    right: 0;
    padding-right: 62px;
    padding-left: 40px;
}

.tp-about-number-info h2 {
    color: #f8f3e7;
    font-size: 82px;
}

.tp-about-number-info h6 {
    font-size: 15px;
    color: #f8f3e7;
    letter-spacing: 0;
    margin: 0;
}

.tp-about-fact-shape {
    top: -6px;
    left: -40px;
    max-width: inherit;
    mix-blend-mode: multiply;
}

.tp-about-fact-img {
    margin-right: 12px;
}

.tp-about-fact-box {
    padding: 20px 16px 15px;
}

.tp-about-fact-box-info h4 {
    margin-bottom: 4px;
}

.tp-about-fact-box-info p {
    font-size: 15px;
    margin: 0;
}

.tp-about-quote p {
    font-size: 20px;
    line-height: 26px;
    color: #073d30;
}

.tp-about-quote-img {
    flex: 0 0 auto;
}

.tp-about-shape-2-1 {
    right: 0;
    top: -22%;
    z-index: -1;
}

.tp-about-thumb-shape-1 {
    top: 50%;
    transform: translateY(-42%);
    left: -195px;
    border-radius: 20px;
    border: 6px solid #fff;
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.14);
}

.tp-about-thumb-shape-2 {
    top: 60px;
    left: -117px;
    border-radius: 20px 20px 6px 20px;
}

.tp-about-thumb-shape-3 {
    bottom: 45px;
    left: -124px;
}

.tp-about-3 {
    padding-right: 80px;
    padding-left: 80px;
}

.tp-about-list {
    display: flex;
}

.tp-about-list-icon {
    flex: 0 0 auto;
    margin-right: 22px;
}

.tp-about-list-title {
    font-size: 24px;
    letter-spacing: -0.48px;
}

.tp-about-list-text p {
    font-size: 16px;
    line-height: 27px;
}

/*  3.9 Causes  */
.tpcauses {
    box-shadow: 0px 36px 16px -24px rgba(18, 16, 24, 0.08);
    padding: 15px;
}

.tpcauses__meta span {
    color: #85838b;
    font-size: 14px;
}

.tpcauses__meta span svg {
    margin-right: 5px;
}

.tpcauses__title {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -1px;
}

.tpcauses__title:hover {
    color: var(--tp-secondary-color);
}

.tpcauses__title-2 {
    font-size: 26px;
    color: #073d30;
}

.tpcauses__content p {
    padding-right: 55px;
    margin-bottom: 0;
}

.tpcauses__amount label {
    color: #56605d;
    font-size: 15px;
    display: block;
    line-height: 1;
}

.tpcauses__amount span {
    color: #121018;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.tpcauses__downtext p {
    font-size: 24px;
    font-family: var(--tp-font-heading);
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 0;
}

.tpcauses__downtext-2 p {
    font-family: var(--tp-font-heading-2);
    font-size: 18px;
}

.tpcauses__downtext-2 p a {
    font-size: 18px;
    color: #ffcf4e;
}

.swiper.tpcauses-slider-active {
    margin-right: -580px;
}

.tp-arrow {
    border-radius: 12px;
    border: 1px solid rgba(18, 16, 24, 0.1);
    width: 60px;
    height: 60px;
}

.tp-arrow:hover {
    color: var(--tp-primary-color);
    background-color: var(--tp-theme-color);
    border-color: var(--tp-theme-color);
}

.tp-arrow-prev {
    margin-right: 6px;
}

.tpcharity {
    background-color: #fff;
    padding: 10px;
}

.tpcharity-border {
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tpcharity__thumb img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.tpcharity__thumb--shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tpcharity__thumb--shape img {
    height: 27px;
}

.tpcharity__thumb-2 img {
    border-radius: 20px 20px 0 0;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tpcharity__cat a {
    border-radius: 28px;
    background: #ffcf4e;
    padding: 9px 18px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    color: #121018;
}

.tpcharity__content {
    padding: 0 20px;
}

.tpcharity__content p {
    font-size: 16px;
    line-height: 24px;
}

.tpcharity__content-2 {
    padding: 35px;
}

.tpcharity__title {
    font-size: 26px;
    font-weight: 600;
    color: var(--tp-primary-color);
    letter-spacing: -1px;
}

.tpcharity__title:hover {
    color: var(--tp-secondary-color);
}

.tpcharity__title-2 {
    color: #121018;
}

.tpcharity__amount label {
    color: #8f9694;
    font-size: 16px;
    line-height: 1;
}

.tpcharity__amount span {
    color: var(--tp-primary-color);
    font-size: 18px;
    font-weight: 600;
}

.tpcharity__amount-2 label {
    color: #97959b;
}

.tpcharity__amount-2 span {
    color: #121018;
}

.tp-charity-shape-1 {
    left: 9%;
    top: 15%;
    mix-blend-mode: exclusion;
}

.tp-charity-shape-2 {
    right: 0;
    bottom: 0;
}

.tp-charity-shape-3 {
    left: -32px;
    bottom: 17%;
}

.tp-charity-shape-top {
    top: 0;
    left: 0;
}

.tp-causes-details p {
    font-size: 16px;
    line-height: 26px;
}

.tp-causes-details-thumb img {
    border-radius: 16px 16px 0 0;
}

.tp-causes-quote {
    display: flex;
    padding-left: 50px;
    padding-right: 83px;
}

.tp-causes-quote svg {
    flex: 0 0 auto;
    margin-right: 27px;
}

.tp-causes-quote p {
    font-size: 26px;
    color: #055c4d;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--tp-font-heading-2);
}

.tp-causes-inner-img img {
    border-radius: 16px;
}

.tp-causes-tab {
    border-radius: 0 0 20px 20px;
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-causes-tab-content-main {
    padding: 80px;
    padding-top: 0;
    padding-top: 55px;
    padding-bottom: 50px;
}

.tp-causes-tabs {
    border-bottom: 1px solid rgba(18, 16, 24, 0.1);
    padding: 0 80px;
    padding-top: 50px;
}

.tp-causes-tabs button {
    font-family: var(--tp-font-heading-2);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-right: 30px;
    padding-bottom: 18px;
    border-bottom: 3px solid transparent;
}

.tp-causes-tabs button.active {
    border-color: var(--tp-secondary-color);
}

.tp-donation-amount {
    color: #3c3a40;
    font-size: 16px;
}

.tp-donation-amount span {
    color: var(--tp-secondary-color);
    font-weight: 600;
}

.tp-donation-progress-label {
    letter-spacing: inherit;
    font-size: 17px;
    font-weight: 400;
    color: #121018;
}

.tp-donation-progress-label span {
    color: #5a5860;
}

.tp-donation-progress-number {
    color: var(--tp-secondary-color);
    font-size: 17px;
    font-weight: 600;
}

.tp-donation-progress .progress,
.tp-donation-progress .progress-stacked {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: var(--tp-secondary-color);
}

.tp-donation-form {
    border-radius: 20px;
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-donation-form-wrap {
    padding: 60px 80px;
}

.tp-donation-form-title {
    font-size: 36px;
    border-bottom: 1px solid rgba(18, 16, 24, 0.1);
    padding: 0 80px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.tp-donation-form-label-title {
    font-size: 16px;
    letter-spacing: inherit;
    font-weight: 600;
    margin-bottom: 14px;
}

.tp-donation-filter-input {
    position: relative;
}

.tp-donation-filter input {
    width: 200px;
    border-radius: 12px;
    border: 1px solid rgba(18, 16, 24, 0.1);
    background: none;
    padding-left: 50px;
}

.tp-donation-filter label {
    position: absolute;
    height: 34px;
    width: 34px;
    background: var(--tp-secondary-color);
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    line-height: 33px;
    top: 10px;
    left: 10px;
}

.tp-donation-filter-button button {
    border: 1px solid rgba(18, 16, 24, 0.1);
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    padding: 9px 25px;
    color: #121018;
    border-radius: 8px;
    margin-right: 2px;
}

.tp-donation-filter-button button:hover {
    border-color: #121018;
}

.tp-donation-filter-radio {
    border-bottom: 1px solid rgba(18, 16, 24, 0.1);
    padding-bottom: 20px;
}

.tp-donation-filter-radio .form-check {
    margin-right: 20px;
    flex: 0 0 auto;
}

.tp-donation-filter-radio .form-check-input:checked {
    background-color: var(--tp-secondary-color);
    border-color: var(--tp-secondary-color);
}

.tp-donation-filter-radio label {
    font-size: 16px;
    color: #3c3a40;
}

.tp-donation-offline p {
    font-size: 16px;
    line-height: 28px;
}

.tp-donation-offline ol {
    padding-left: 20px;
}

.tp-donation-offline ol li {
    font-size: 16px;
    line-height: 28px;
}

p.tp-donation-notice {
    color: #5a5860;
    font-size: 14px;
}

p.tp-donation-notice span {
    border-radius: 16px;
    background: rgba(255, 207, 78, 0.4);
    font-size: 13px;
    font-weight: 700;
    color: #121018;
    padding: 6px 12px;
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
}

.tp-fact-item p {
    color: #454449;
}

.tp-fact-item-border {
    border-left: 2px solid #ffcf4e;
}

.tp-fact-item-border-2 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
}

.tp-cta-img {
    right: 43px;
    bottom: 0;
}

.tp-cta-img-2 {
    right: 0;
    left: 0;
}

.tp-cta-img-2 img {
    mix-blend-mode: luminosity;
}

.tp-help-list-item {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
}

.tp-help-list span {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background: rgba(248, 243, 231, 0.1);
    display: inline-block;
    color: #f8f3e7;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}

.tp-help-list p {
    font-size: 16px;
    color: #f8f3e7;
    margin: 0;
    font-weight: 500;
}

.tp-help-amount h4 {
    color: #f8f3e7;
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.tp-help-btn {
    padding: 21px 34px;
    border-radius: 0px 0px 12px 0px;
}

.tp-help-btn:hover {
    background-color: #fff;
    color: #073d30;
}

.tp-br-top-bottom-left {
    border-radius: 12px 0 0 12px;
}

.tp-br-right-bottom-right {
    border-radius: 0 12px 12px 0;
}

/*  3.14 Evenst  */
.tpevent {
    border-radius: 20px;
    border: 1px solid rgba(136, 135, 139, 0.2);
}

.tpevent__img {
    position: relative;
}

.tpevent__img img {
    border-radius: 20px;
    aspect-ratio: 16/9;
}

.tpevent__date {
    position: absolute;
    top: 40px;
    right: 40px;
    background: var(--tp-secondary-color);
    width: 80px;
    height: 80px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
}

.tpevent__date span {
    font-size: 16px;
}

.tpevent__date div {
    font-size: 30px;
    font-weight: 700;
}

.tpevent__content {
    padding: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tpevent__meta {
    display: flex;
    flex-wrap: wrap;
}

.tpevent__meta span {
    font-size: 15px;
    color: #454449;
    display: flex;
    align-items: center;
    margin-right: 18px;
}

.tpevent__meta span svg {
    margin-right: 7px;
}

.tpevent__title {
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 1.3;
}

.tpevent__title:hover {
    color: var(--tp-secondary-color);
}

.tpevent__link a {
    color: var(--tp-secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.tpevent__link a i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tpevent__link a:hover i {
    transform: translateX(3px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-sidebar {
        margin-left: 0;
    }
}

.tp-event-price span {
    border-radius: 30px;
    background: #ffcf4e;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #121018;
    text-transform: uppercase;
    line-height: 1;
}

.tp-event-details-img img {
    border-radius: 20px;
}

.tp-event-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
}

.tp-event-inner {
    padding-right: 27px;
}

.tp-event-inner-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.tp-event-inner-img img {
    border-radius: 16px;
}

.tp-event-info {
    border-radius: 20px;
    background: #055c4d;
    box-shadow: 0px 1px 3px 0px rgba(22, 18, 5, 0.08);
    display: flex;
    padding: 30px 25px;
}

.tp-event-info-icon {
    height: 64px;
    width: 64px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 20px;
}

.tp-event-info-text span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.tp-event-info-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2px;
}

.tp-event-info-2 .tp-event-info-title {
    color: #121018;
}

.tp-event-info-2 .tp-event-info-text span {
    color: rgba(18, 16, 24, 0.8);
}

.tp-event-info-2 .tp-event-info-icon {
    border-color: rgba(18, 16, 24, 0.1);
    color: #121018;
}

.tp-event-map iframe {
    width: 100%;
    height: 460px;
}

/*  3.15 Team  */
.tpteam {
    box-shadow: 0px 36px 16px -24px rgba(22, 18, 5, 0.08);
}

.tpteam__img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(7, 4, 16, 0) 60.71%, #070410 99.3%);
}

.tpteam__content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.tpteam__content span {
    font-size: 16px;
    color: #fff;
}

.tpteam__title {
    font-size: 24px;
    color: #fff;
    letter-spacing: inherit;
}

.tpteam__title:hover {
    color: var(--tp-secondary-color);
}

.tp-team-space {
    padding-top: 220px;
}

.tp-team-shape {
    right: -232px;
    top: 0;
}

.tp-team-details-bg {
    padding: 80px;
    padding-bottom: 40px;
}

.tp-team-details-thumb img {
    width: 340px;
    height: 340px;
    border-radius: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-team-details-thumb img {
        width: 100%;
        height: 100%;
    }
}

.tp-team-details-title {
    font-size: 40px;
    margin-bottom: 10px;
}

.tp-team-details-sub-title {
    color: var(--tp-secondary-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.tp-team-details p {
    color: #5a5860;
    font-size: 16px;
    margin-bottom: 15px;
}

.tp-team-details ul li {
    list-style: none;
    font-size: 16px;
    color: #5a5860;
    font-weight: 400;
}

.tp-team-details ul li span {
    font-weight: 500;
    color: #121018;
    min-width: 150px;
    display: inline-block;
    margin-bottom: 7px;
}

.tp-team-details-social a {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin: 0 0px;
    box-shadow: 0px 1px 3px 0px rgba(22, 18, 5, 0.08);
}

.tp-team-details-social a:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tp-team-details-img img {
    border-radius: 20px;
}

.tp-team-skill-title {
    letter-spacing: inherit;
    font-size: 15px;
    color: #121018;
    font-weight: 600;
}

.tp-team-skill .tpprogress-2 .progress {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: var(--tp-secondary-color);
    --bs-progress-bg: #f1f1f1;
}

.tpteamcrd__shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.tpteamcrd__shape img {
    height: 23px;
}

.tpteamcrd__img img {
    width: 100%;
}

.tpteamcrd__img:before {
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(180deg, rgba(18, 16, 24, 0) 38.28%, #121018 100%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.tpteamcrd__title {
    font-size: 22px;
    color: #073d30;
    font-weight: 600;
    letter-spacing: -0.52px;
    margin-bottom: 5px;
}

.tpteamcrd__title:hover {
    color: var(--tp-secondary-color);
}

.tpteamcrd__content span {
    font-size: 16px;
    color: #073d30;
    letter-spacing: -0.32px;
}

.tpteamcrd__social {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tpteamcrd__social a {
    height: 42px;
    width: 42px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 0px;
}

.tpteamcrd__social a:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tpteamcrd:hover .tpteamcrd__social {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

.tpteamcrd:hover .tpteamcrd__img:before {
    opacity: 1;
    visibility: visible;
}

.tpteam-banner {
    background-color: #ffcf4e;
}

.tpteam-banner-content {
    padding: 0 35px 40px;
    margin-top: 45px;
}

.tpteam-banner-content p {
    color: #073d30;
    font-size: 16px;
    line-height: 24px;
}

.tpteam-banner-title {
    color: #073d30;
    letter-spacing: -0.6px;
    font-size: 30px;
    margin-bottom: 13px;
}

.tp-bottom-quote-team {
    margin-top: -65px;
}

.tp-sm-team {
    border-radius: 20px;
    border: 1px solid rgba(18, 16, 24, 0.1);
    padding: 44px 20px 20px;
    padding-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tp-sm-team:hover {
    border-color: var(--tp-secondary-color);
}

.tp-sm-team-thumb img {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    border: 1px solid #eee;
    object-fit: cover;
}

.tp-sm-team-title {
    font-size: 20px;
    letter-spacing: -0.4px;
}

.tp-sm-team-title:hover {
    color: var(--tp-secondary-color);
}

.tp-sm-team-content span {
    color: #5a5860;
    font-size: 16px;
}

.tp-sm-team-social a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 37px;
    color: #5a5860;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 -2px;
}

.tp-sm-team-social a:hover {
    background: var(--tp-secondary-color);
    color: #fff;
}

/*  3.16 Contact Form  */
.tp-form {
    border-radius: 20px;
    padding: 60px;
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-form-title {
    letter-spacing: -0.6px;
}

.tp-form-label {
    color: #3c3a40;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}

.tp-form-info-box {
    display: flex;
    align-items: center;
}

.tp-form-info ul {
    list-style: none;
}

.tp-form-info ul li {
    margin-bottom: 20px;
}

.tp-form-info-icon {
    border-radius: 50px;
    border: 1px solid rgba(69, 68, 73, 0.1);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.tp-form-info-label {
    color: #85838b;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: -2px;
}

.tp-form-info a {
    color: #121018;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.tp-map iframe {
    border-radius: 16px;
    width: 100%;
    height: 240px;
}

.tp-contact-info {
    border-right: 1px solid rgba(18, 16, 24, 0.08);
    padding: 0 50px;
    padding-top: 20px;
}

.tp-contact-info-wrap .col-xl-4:nth-child(1) .tp-contact-info {
    border-left: 1px solid rgba(18, 16, 24, 0.08);
}

.tp-contact-info-list {
    border-bottom: 1px solid rgba(18, 16, 24, 0.08);
    padding: 20px 0;
}

.tp-contact-info-list:last-child {
    border-bottom: 0;
}

.tp-contact-info-list label {
    font-size: 18px;
    font-weight: 600;
    color: #121018;
    display: block;
}

.tp-contact-info-list a {
    font-size: 16px;
    color: #3c3a40;
}

.tp-contact-info-title {
    font-family: var(--tp-font-sub-heading-2);
    font-size: 26px;
    font-weight: 500;
    color: var(--tp-secondary-color);
    letter-spacing: inherit;
}

.tp-join-form input {
    margin-bottom: 8px;
}

.tp-join-text p {
    font-size: 18px;
    line-height: 24px;
}

.tp-join-text p a {
    font-size: 18px;
    border: 0;
}

.tp-join-img {
    height: 100%;
    background-position: right;
    background-size: cover;
}

.tp-custom-donate-img img {
    max-width: inherit;
    margin-top: -60px;
    margin-left: -85px;
    position: relative;
    z-index: 2;
}

.tp-custom-donate-circle {
    background: #055c4d;
    height: 400px;
    width: 400px;
    position: absolute;
    border-radius: 100%;
    bottom: 10%;
    right: -40%;
    z-index: 1;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-items {
        column-count: 3;
    }

    .tp-section-title-sm br {
        display: none;
    }

    .tp-form {
        margin-left: 0;
        padding: 30px;
    }
}

.tp-custom-donate-bg {
    margin-right: -244px;
    border-radius: 0 0 0 16px;
}

.tp-custom-donate-form {
    padding-right: 50px;
}

.tp-custom-donate-content {
    font-size: 16px;
    color: rgba(18, 16, 24, 0.7);
}

.tp-custom-donate-input {
    position: relative;
}

.tp-custom-donate-input input {
    height: 70px;
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 50px;
    font-size: 24px;
    color: #121018;
    border-radius: 12px;
}

.tp-custom-donate-input input::-webkit-input-placeholder {
    font-size: 24px;
    color: rgba(18, 16, 24, 0.3);
}

.tp-custom-donate-input input:-moz-placeholder {
    font-size: 24px;
    color: rgba(18, 16, 24, 0.3);
}

.tp-custom-donate-input input::-moz-placeholder {
    font-size: 24px;
    color: rgba(18, 16, 24, 0.3);
}

.tp-custom-donate-input input:-ms-input-placeholder {
    font-size: 24px;
    color: rgba(18, 16, 24, 0.3);
}

.tp-custom-donate-input label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 700;
    color: #121018;
    font-family: var(--tp-font-heading-2);
}

.tp-custom-donate-button button {
    color: #121018;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid rgba(18, 16, 24, 0.1);
    background: rgba(18, 16, 24, 0.06);
    text-transform: uppercase;
    padding: 9px 14px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
}

.tp-custom-donate-button button:hover {
    background-color: var(--tp-primary-color);
    color: #fff;
}

.tp-custom-donate-shape {
    right: 0;
    bottom: 0;
}

.tp-input-donate-submit .tp-btn-red-xl:hover {
    background-color: var(--tp-primary-color);
    color: #fff;
}

/*  3.17 Step  */
.tp-step {
    position: relative;
}

.tp-step-number {
    font-size: 26px;
    color: #073d30;
    background: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 81px;
    border-radius: 100%;
    display: inline-block;
}

.tp-step-title {
    color: #f8f3e7;
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: inherit;
}

.tp-step-content p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(248, 243, 231, 0.6);
    line-height: 24px;
}

.tp-step-arrow {
    position: absolute;
    right: -70px;
    top: 25px;
}

.tp-step-down-text {
    color: rgb(248, 243, 231);
    display: inline-block;
    border: 1px solid rgba(248, 243, 231, 0.1);
    padding: 6px 20px;
    border-radius: 20px;
}

.tp-step-shape-1 {
    top: -40px;
    left: 0;
    height: 45px;
}

.tp-step-shape-2 {
    bottom: -40px;
    left: 0;
    height: 45px;
}

.tp-step-shape-3 {
    top: 16%;
    left: 20%;
}

.tp-step-shape-4 {
    top: 23%;
    right: 19%;
}

/*  3.18 Join  */
.tp-join-number {
    letter-spacing: -6px;
    font-size: 150px;
    color: #073d30;
    line-height: 1;
}

.tp-join-bg-shape-1 {
    height: 250px;
    width: 250px;
    background-color: #ff73ae;
    opacity: 0.5;
    filter: blur(150px);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tp-join-bg-shape-2 {
    height: 300px;
    width: 300px;
    background-color: #ffcf4e;
    opacity: 0.5;
    filter: blur(150px);
    top: 0;
    right: 0;
    z-index: -1;
}

.tp-join-shape-1 {
    left: 0;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    top: 60px;
}

.tp-join-shape-2 {
    left: 10%;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    bottom: -42px;
}

.tp-join-shape-3 {
    right: 0%;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    top: 15%;
}

.tp-join-shape-4 {
    right: 8%;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    bottom: 0;
}

.tp-join-area-margin {
    margin-bottom: -240px;
    position: relative;
    z-index: 2;
}

/*  3.19 Tptestimonal  */
.tptestimonal p {
    font-size: 24px;
    color: #121018;
    line-height: 1.4;
    padding: 0 42px;
}

.tptestimonal__label {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.tptestimonal__star {
    color: #ffa72c;
    font-size: 13px;
}

.tptestimonal__name {
    font-size: 16px;
    font-family: var(--tp-font-body);
    letter-spacing: inherit;
    margin: 0;
}

.tptestimonal__user {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}

.tptestimonal__img {
    margin-right: 12px;
}

.tptestimonal__img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #eee;
}

.tptestimonal__bio span {
    color: #6e6b76;
    font-size: 14px;
}

.tp-test-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(18, 16, 24, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9;
    color: #121018;
}

.tp-test-arrow:hover {
    background-color: var(--tp-secondary-color);
    color: #fff;
}

.tp-test-arrow-next.tp-test-arrow {
    left: auto;
    right: 15px;
}

/*  3.20 Pricing  */
.fns-14 {
    font-size: 14px;
}

.fns-16 {
    font-size: 16px;
    line-height: 24px;
}

.fns-18 {
    font-size: 18px;
    line-height: 24px;
}

.fns-20 {
    font-size: 20px;
    line-height: 32px;
}

.fns-24 {
    font-size: 24px;
}

.fns-26 {
    font-size: 26px;
}

.fns-28 {
    font-size: 28px;
}

.fns-30 {
    font-size: 30px;
}

.fns-34 {
    font-size: 34px;
}

.fns-36 {
    font-size: 36px;
}

.fns-45 {
    font-size: 45px;
}

.fns-50 {
    font-size: 50px;
}

.fns-55 {
    font-size: 55px;
}

.fns-60 {
    font-size: 60px;
}

.fns-80 {
    font-size: 80px;
}

/*  3.21 Blog  */
.tplpblog__img {
    width: 270px;
    flex: 0 0 auto;
}

.tplpblog__img--shape {
    position: absolute;
    right: -11px;
    top: 0;
}

.tplpblog__content {
    padding: 40px;
}

.tplpblog__content p {
    font-size: 16px;
    line-height: 24px;
    color: #5c6160;
}

.tplpblog__cat a {
    background: #f8f3e7;
    color: #073d30;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    padding-top: 8px;
    display: inline-block;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 8px;
    padding-top: 9px;
}

.tplpblog__title {
    font-size: 20px;
    color: #073d30;
    letter-spacing: -1px;
    line-height: 1.3;
}

.tplpblog__title:hover {
    color: var(--tp-secondary-color);
}

.swiper.tplpblog-slider-active {
    margin-right: -612px;
}

.tp-widget-sidebar {
    border-radius: 20px;
    border: 1px solid rgba(18, 16, 24, 0.08);
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(22, 18, 5, 0.08);
    padding: 35px;
}

.tp-widget-search {
    position: relative;
}

.tp-widget-search input {
    border: 1px solid rgba(18, 16, 24, 0.08);
    background: no-repeat;
    height: 60px;
}

.tp-widget-search button {
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 1;
}

.tp-widget-cat ul {
    padding-left: 17px;
}

.tp-widget-cat ul li a {
    font-size: 16px;
    color: #5a5860;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tp-widget-cat ul li a:hover {
    color: var(--tp-secondary-color);
}

.tp-widget-cat ul li:last-child {
    margin-bottom: 0;
}

.tp-widget-main-title {
    font-size: 26px;
}

.tp-widget-post-content span {
    color: #5a5860;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.tp-widget-post-thumb {
    flex: 0 0 auto;
}

.tp-widget-post-thumb img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px;
}

.tp-widget-post-list {
    display: flex;
}

.tp-widget-post-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1.25;
}

.tp-widget-post-title:hover {
    color: var(--tp-secondary-color);
}

.tagcloud a {
    background: #f6f6f6;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    color: #5a5860;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.tagcloud a:hover {
    color: #fff;
    background-color: var(--tp-secondary-color);
}

.tp-blog {
    border-radius: 20px;
    border: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-blog-thumb {
    position: relative;
}

.tp-blog-thumb img {
    border-radius: 20px 20px 0 0;
    aspect-ratio: 1 / 0.5;
}

.tp-blog-thumb-overlay:before {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    border-radius: 20px 20px 0 0;
}

.tp-blog-cat {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.tp-blog-cat a {
    background: #006b5e;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    grid-gap: 5px;
    line-height: 1;
}

.tp-blog-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tp-blog-title:hover {
    color: var(--tp-secondary-color);
}

.tp-blog-meta {
    display: flex;
    flex-wrap: wrap;
}

.tp-blog-meta-border {
    border-bottom: 1px solid rgba(18, 16, 24, 0.1);
}

.tp-blog-meta span {
    color: #5a5860;
    font-size: 15px;
    position: relative;
    margin-right: 13px;
    padding-right: 13px;
}

.tp-blog-meta span a {
    display: inline-flex;
    align-items: center;
}

.tp-blog-meta span svg {
    margin-right: 5px;
}

.tp-blog-meta span img {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    margin-right: 1px;
    margin-right: 5px;
}

.tp-blog-meta span:not(:last-child)::after {
    content: "";
    background: rgba(18, 16, 24, 0.1);
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.tp-blog-video a {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: auto;
}

.tp-blog-content,
.tp-blog-content-details {
    padding: 0 35px 35px 35px;
}

.tp-blog-content > p,
.tp-blog-content-details > p {
    font-size: 16px;
    line-height: 25px;
}

.tp-blog-content .tp-causes-quote,
.tp-blog-content-details .tp-causes-quote {
    padding-right: 160px;
}

.tp-blog-content img,
.tp-blog-content-details img {
    border-radius: 20px;
}

.tp-blog-details-list ul {
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 15px;
}

.tp-blog-details-list ul li {
    font-size: 16px;
    color: #121018;
}

.tp-blog-navigation a {
    display: flex;
    grid-gap: 20px;
}

.tp-blog-navigation a:hover i {
    color: #fff;
    background-color: var(--tp-secondary-color);
}

.tp-blog-navigation i {
    height: 50px;
    width: 50px;
    font-size: 17px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    flex: 0 0 auto;
    color: #121018;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tp-blog-navigation span {
    font-size: 15px;
    color: #5a5860;
    display: block;
    margin-bottom: 2px;
}

.tp-blog-navigation-title {
    font-size: 18px;
    letter-spacing: inherit;
    line-height: 1.3;
}

.tp-blog-tag a {
    background: #f6f6f6;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    color: #5a5860;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.tp-blog-tag a:hover {
    color: #fff;
    background-color: var(--tp-secondary-color);
}

.tp-blog-tag-social {
    border-top: 1px solid rgba(18, 16, 24, 0.1);
    border-bottom: 1px solid rgba(18, 16, 24, 0.1);
    padding: 32px 0;
    padding-bottom: 32px;
    padding-bottom: 10px;
}

.tp-blog-tag-title {
    font-size: 20px;
    display: inline-block;
    letter-spacing: inherit;
}

.tp-blog-social a {
    height: 40px;
    width: 40px;
    background: #f6f6f6;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 37px;
}

.tp-blog-social a:hover {
    color: #fff;
    background-color: var(--tp-secondary-color);
}

.tp-blog-comments-main ul {
    list-style: none;
}

.tp-blog-comments-title {
    font-size: 36px;
    letter-spacing: inherit;
}

.tp-blog-comments-list {
    display: flex;
    grid-gap: 20px;
}

.tp-blog-comments-thumb {
    flex: 0 0 auto;
}

.tp-blog-comments-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.tp-blog-comments-content p {
    font-size: 16px;
    line-height: 26px;
}

.tp-blog-comments-author-name {
    font-size: 18px;
    letter-spacing: inherit;
    margin: 0;
}

.tp-blog-comments-date {
    color: #5a5860;
    font-size: 15px;
}

.tp-blog-comments-btn {
    margin-top: 23px;
}

.tp-blog-comments-btn a {
    color: #fe6432;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(18, 16, 24, 0.1);
    display: inline-block;
    line-height: 1;
    padding: 7px 15px;
    border-radius: 30px;
}

.tp-blog-comments-btn a:hover {
    color: #fff;
    background-color: var(--tp-secondary-color);
    border-color: var(--tp-secondary-color);
}

.tp-blog-comments-btn a i {
    transform: rotate(-45deg);
}

.tp-blog-comments-children {
    margin-left: 100px;
}

.tp-blog-gallery-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
}

.tp-gallery-arrow {
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121018;
}

.tp-gallery-arrow:hover {
    color: #fff;
    background-color: var(--tp-secondary-color);
}

/*  3.22 Footer  */
.tp-footer-col-3 {
    margin-left: -30px;
}

.tp-footer-cta a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.tp-footer-intro-title {
    letter-spacing: -0.52px;
    line-height: 1.3;
    font-size: 22px;
}

.tp-footer-intro-title-2 {
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.tp-footer-social a {
    height: 44px;
    width: 44px;
    background-color: #fff;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-right: 2px;
}

.tp-footer-social a:hover {
    color: #222;
    background-color: var(--tp-theme-color);
}

.tp-footer-social-2 a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 39px;
    color: #121018;
}

.tp-footer-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #fff;
}

.tp-footer-title-2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
}

.tp-footer-widget ul li {
    list-style: none;
    margin-bottom: 8px;
}

.tp-footer-widget ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.tp-footer-widget ul li a:hover {
    color: var(--tp-theme-color);
}

.tp-footer-widget p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.tp-footer-copyright p {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.36px;
    font-family: var(--tp-font-heading);
    margin: 0;
}

.tp-footer-copyright p a {
    color: #fff;
    font-weight: 600;
}

.tp-footer-sep {
    border-top: 1px solid rgba(248, 243, 231, 0.06);
}

.tp-footer-shape-patter {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 2;
}

.tp-footer-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-blend-mode: luminosity;
    opacity: 0.08;
}

.tp-footer-style-3 {
    border-radius: 24px 24px 0 0;
    margin-top: 12px;
}

.tp-footer-subscribe {
    position: relative;
}

.tp-footer-subscribe input {
    height: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 0 50px;
    font-size: 16px;
}

.tp-footer-subscribe input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(18, 16, 24, 0.6);
    font-weight: 400;
}

.tp-footer-subscribe input:-moz-placeholder {
    font-size: 16px;
    color: rgba(18, 16, 24, 0.6);
    font-weight: 400;
}

.tp-footer-subscribe input::-moz-placeholder {
    font-size: 16px;
    color: rgba(18, 16, 24, 0.6);
    font-weight: 400;
}

.tp-footer-subscribe input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(18, 16, 24, 0.6);
    font-weight: 400;
}

.tp-footer-subscribe label {
    position: absolute;
    left: 24px;
    top: 15px;
}

.tp-footer-subscribe button {
    position: absolute;
    right: 5px;
    background: var(--tp-secondary-color);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    top: 5px;
}

.tp-footer-3-col-2 {
    margin-left: -40px;
}

.tp-footer-3-col-3 {
    margin-left: -74px;
    margin-right: 61px;
}

.tp-footer-3-col-4 {
    margin-left: -40px;
}

.tp-back-to-top {
    height: 50px;
    width: 50px;
    background: var(--tp-secondary-color);
    color: #fff;
    border-radius: 10px;
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 99999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tp-back-to-top-open {
    bottom: 50px;
}

/* ===== DONATION AMOUNT SECTION ===== */

.tp_donation_amount_area {
    margin-top: -130px;
    z-index: 54;
    position: relative;
}

.tp_donation_amount_contaner {
    max-width: 1130px;
    margin: 0 auto;
    background-color: #e8a825;
    background-image: url("https://stupendous-treacle-430df2.netlify.app/assets/img/bg/custom-donation-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 36px 44px 30px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.tpdontaion__title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: var(--tp-primary-color);
    letter-spacing: -1px;
}

.tp_donation_amount_form {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    width: 100%;
}

.tp_donation_amount_form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.tp_donation_amount_form .form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c1a00;
}

.tp_donation_amount_form .form-group label .required {
    color: #c0392b;
    margin-left: 2px;
}

.info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #555;
    color: #fff;
    border-radius: 50%;
    font-size: 0.65rem;
    margin-left: 4px;
    cursor: pointer;
    font-style: normal;
}

.tp_donation_amount_form input,
.tp_donation_amount_form select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    color: #555;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.tp_select_wrapper {
    position: relative;
}

.tp_select_wrapper::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.tp_donation_amount_group .tp_donation_amount_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.tp_donation_currency {
    position: absolute;
    left: 14px;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    pointer-events: none;
}

.tp_donation_amount_group input {
    padding-left: 32px;
}

.tp_donation_amount_form .tp_btn_donation {
    flex-shrink: 0;
    padding: 13px 32px;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    align-self: flex-end;
}

.tp_donation_footer_note {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    color: #2c1a00;
    font-weight: 600;
}

.tp_donation_footer_note a {
    color: #1a6b1a;
    font-weight: 600;
    text-decoration: none;
}

.tp_donation_footer_note a:hover {
    text-decoration: underline;
}

/* ======================= Search Doners Page Start  =======================*/

.tp-search-donor-area {
    padding: 48px 0 36px;
    padding-bottom: 20px;
    background: #ffffff;
    border-top: 1px solid #e4e7ed;
}

.tp-search-donor-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    max-width: 1040px;
}

.search-input-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrap svg {
    position: absolute;
    left: 18px;
    color: #8a94a6;
    pointer-events: none;
}

.search-input-wrap input[type="text"] {
    width: 100%;
    height: 54px;
    padding: 0 20px 0 50px;
    border: 1.5px solid #e4e7ed;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: #2d3748;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.search-input-wrap input[type="text"]::placeholder {
    color: #8a94a6;
}

.search-input-wrap input[type="text"]:focus {
    border-color: var(--tp-secondary-color);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.search-donor-btn button {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 54px;
    padding: 0 26px;
    background-color: var(--tp-primary-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.search-donor-btn button:hover {
    background: var(--tp-secondary-color);
    transform: translateY(-1px);
}

.donor-hero {
    text-align: center;
    padding: 40px 0px 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.donor-hero h2 {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 800;
    color: #1d2d44;
    line-height: 1.25;
    margin-bottom: 14px;
}

.donor-hero h2 span {
    color: var(--tp-secondary-color);
}

.donor-hero p {
    font-size: 15px;
    color: #8a94a6;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.donor-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    /* max-width: 1200px;
    margin: 24px auto 0; */
    /* padding: 0 24px; */
}

.donor-meta .total {
    font-size: 14px;
    font-weight: 700;
    color: #1d2d44;
}

.donor-meta .total span {
    color: var(--tp-secondary-color);
}

.sort-wrap select {
    height: 38px;
    padding: 0 14px;
    border: 1.5px solid #e4e7ed;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #2d3748;
    background: #fff;
    cursor: pointer;
    outline: none;
}

/* ======================= Search Doners Selected Start =======================*/

/* ─── CARD ─── */
.search-blood-area {
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-top: 20px;
}

/* ─── FIELD WRAPPER ─── */
.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-secondary-color);
    text-transform: uppercase;
    padding-left: 2px;
}

.select-blood {
    position: relative;
    width: 100%;
}

.select-blood select {
    width: 100%;
    height: 52px;
    padding: 0 42px 0 16px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.select-blood select:focus {
    border-color: var(--tp-secondary-color);
}

.select-blood select:valid {
    color: #1a1a2e;
    font-weight: 500;
    border-color: var(--tp-secondary-color);
}

.select-blood::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.select-blood select option[value=""] {
    color: #aaa;
}

.select-blood select option {
    color: #1a1a2e;
    font-weight: 400;
}

.filter-row {
    display: flex;
    gap: 14px;
    align-items: flex-end;
}

.blood-search-btn {
    flex-shrink: 0;
    width: 130px;
    height: 52px;
    background: var(--tp-secondary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 0;
}

.blood-search-btn:hover {
    background-color: var(--tp-theme-color);
    color: #222;
}

.blood-search-btn:active {
    transform: translateY(0);
}

/*=========== OVERLAY ===============*/
.filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(29, 45, 68, 0.35);
    z-index: 900;
    backdrop-filter: blur(2px);
}

.filter-overlay.active {
    display: block;
}

/*================== POPUP ==================*/
.filter-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%) scale(0.96);
    width: min(520px, 95vw);
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.22s ease;
    scrollbar-width: thin;
    scrollbar-color: #e4e7ed transparent;
}

.filter-popup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: all;
}

.fp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #e4e7ed;
    position: sticky;
    top: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 2;
}

.fp-header h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1d2d44;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fp-reset {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--tp-secondary-color);
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background 0.15s;
}

.fp-reset:hover {
    background: #fff0f1;
}

.fp-close {
    background: #f4f5f7;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #8a94a6;
    transition: background 0.15s, color 0.15s;
    margin-left: 6px;
}

.fp-close:hover {
    background: var(--tp-secondary-color);
    color: #fff;
}

.fp-body {
    padding: 20px 24px 24px;
}

.fp-section {
    margin-bottom: 24px;
}

.fp-label {
    font-size: 13px;
    font-weight: 700;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

/* BLOOD PILLS - checkbox style */
.blood-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blood-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 44px;
    border: 1.8px solid #e4e7ed;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.18s;
    background: #fff;
    user-select: none;
    position: relative;
}

.blood-pill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.blood-pill span {
    font-size: 15px;
    font-weight: 700;
    color: #1d2d44;
    transition: color 0.18s;
    pointer-events: none;
}

.blood-pill:hover {
    border-color: var(--tp-secondary-color);
    background: #fff0f1;
}

.blood-pill:hover span {
    color: var(--tp-secondary-color);
}

.blood-pill:has(input:checked) {
    background: var(--tp-secondary-color);
    border-color: var(--tp-secondary-color);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.25);
}

.blood-pill:has(input:checked) span {
    color: #fff;
}

/* SELECTS */
.fp-select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1.5px solid #e4e7ed;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    color: #2d3748;
    background: #ffffff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a94a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    outline: none;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.fp-select:focus {
    border-color: var(--tp-secondary-color);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.fp-select:disabled {
    background-color: #f4f5f7;
    color: #8a94a6;
    cursor: not-allowed;
}

.fp-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.fp-divider {
    border: none;
    border-top: 1px solid #e4e7ed;
    margin: 4px 0 24px;
}

/* CHECKBOXES */
.fp-check-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fp-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #2d3748;
    font-weight: 600;
}

.fp-check-item input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e4e7ed;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
    flex-shrink: 0;
}

.fp-check-item input[type="checkbox"]:checked {
    background: var(--tp-secondary-color);
    border-color: var(--tp-secondary-color);
}

.fp-check-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: 2.5px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(43deg);
}

/* FOOTER */
.fp-footer {
    padding: 0 24px 24px;
    display: flex;
    gap: 10px;
}

.fp-apply {
    flex: 1;
    height: 50px;
    background: var(--tp-secondary-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s, transform 0.12s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fp-apply:hover {
    background-color: var(--tp-theme-color);
    color: #222;
}

.fp-cancel {
    height: 50px;
    padding: 0 22px;
    background: #f4f5f7;
    color: #1d2d44;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s;
}

.fp-cancel:hover {
    background: #e4e7ed;
}

/*================== Donor Card Area  ==================*/

.donor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0 auto;
}

.donor-card {
    background: #ffffff;
    border: 1px solid #e4e7ed;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.donor-card:hover {
    box-shadow: 0 8px 32px rgba(230, 57, 70, 0.1);
    transform: translateY(-2px);
}

/* TOP SECTION - image + info */
.donor-card-body {
    display: flex;
    gap: 16px;
    padding: 18px 18px 14px;
}

/* LEFT - avatar */
.donor-avatar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.donor-avatar {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    background: #f4f5f7;
    border: 1px solid #e4e7ed;
    overflow: hidden;
}

.donor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donor-experience {
    font-size: 11px;
    font-weight: 700;
    color: #8a94a6;
    text-align: center;
    line-height: 1.3;
}

.donor-experience span {
    display: block;
    font-size: 13px;
    color: #1d2d44;
    font-weight: 800;
}

/* RIGHT - details */
.donor-details {
    flex: 1;
    min-width: 0;
}

.donor-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.donor-name {
    font-size: 15px;
    font-weight: 800;
    color: #1d2d44;
    line-height: 1.3;
    flex: 1;
    padding-right: 8px;
}

.blood-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fff0f1;
    border: 1.5px solid #ffc8cb;
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 800;
    color: #e63946;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 12px;
}

.donor-age {
    font-size: 12.5px;
    color: #8a94a6;
    font-weight: 500;
    margin-bottom: 10px;
}

.donor-info-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.donor-info-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #4a5568;
    font-weight: 600;
}

.donor-info-item svg {
    color: #8a94a6;
    flex-shrink: 0;
}

.donor-info-item.last-donation {
    color: #8a94a6;
    font-weight: 500;
    font-size: 12px;
}

/* BOTTOM SECTION - call button */
.donor-card-footer {
    border-top: 1px solid #f0f2f5;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 20px;
    background: #fff;
    color: var(--tp-secondary-color);
    border: 1.8px solid var(--tp-secondary-color);
    border-radius: 10px;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}

.btn-call:hover {
    background: var(--tp-secondary-color);
    color: #fff;
}

/*=============== Blood Donation stat  ================*/

.tp-blood-section-area {
    /* background: #f0f2f5; */
}

.tp-blood-cta-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2);
}

.tp-blood-cta-bg {
    position: absolute;
    inset: 0;
    background: url("https://i.ibb.co.com/gLDqTCcV/Whats-App-Image-2026-03-05-at-10-09-25-AM.jpg") center/cover
        no-repeat;
    z-index: 0;
    transform: scale(1.04);
    transition: transform 8s ease;
}

.tp-blood-cta-wrapper:hover .tp-blood-cta-bg {
    transform: scale(1.08);
}
.tp-blood-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(8, 4, 2, 0.5) 0%, rgba(15, 6, 3, 0.42) 50%, rgba(8, 4, 2, 0.48) 100%);
}

.tp-blood-cta-glow {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: -80px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(254, 78, 21, 0.22) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.tp-blood-cta-glow-2 {
    position: absolute;
    z-index: 2;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(254, 78, 21, 0.12) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.tp-blood-cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 60px 24px 110px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tp-blood-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254, 78, 21, 0.18);
    border: 1px solid rgba(254, 78, 21, 0.4);
    color: #ffb89e;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 16px;
    backdrop-filter: blur(6px);
    line-height: 18px;
}

.tp-blood-cta-badge .dot {
    width: 7px;
    height: 7px;
    background: var(--tp-secondary-color);
    border-radius: 50%;
    animation: blink 1.4s ease-in-out infinite;
}

.tp-blood-cta-content h2 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.tp-blood-cta-content h2 span {
    color: var(--tp-secondary-color);
    text-shadow: 0 0 40px rgba(254, 78, 21, 0.45);
}

.tp-blood-cta-content p {
    font-size: 1rem;
    color: rgb(255 255 255 / 68%);
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.tp-blood-cta-stats {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.tp-blood-cta-stat {
    padding: 18px 36px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    min-width: 110px;
}

.tp-blood-cta-stat:last-child {
    border: none;
}

.tp-blood-cta-stat .num {
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
}

.tp-blood-cta-stat .num p {
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
}

.tp-blood-cta-stat .num span {
    color: var(--tp-secondary-color);
}

.tp-blood-cta-stat .lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.48);
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 11px;
    text-transform: uppercase;
}

.tp-blood-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.tp-blood-cta-btn-primary {
    padding: 10px 26px;
    background: var(--tp-secondary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    gap: 9px;
}

.tp-blood-cta-btn-primary:hover {
    background-color: var(--tp-theme-color);
    color: #222;
}

.tp-blood-cta-btn-secondary {
    padding: 10px 26px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.25s;
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    gap: 9px;
}

.tp-blood-cta-btn-secondary:hover {
    background: var(--tp-secondary-color);
    color: var(--tp-white-color);
}

.tp-blood-cta-trust {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.tp-blood-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 6px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-blood-cta-trust-item:last-child {
    border: none;
}

.tp-blood-cta-trust-item svg {
    flex-shrink: 0;
    opacity: 0.85;
}

.tp-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_develop_by {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer_develop_by_link {
    color: var(--tp-secondary-color);
    font-weight: 700;
}

@media (max-width: 768px) {
    .tp_donation_amount_area {
        margin-top: -60px;
        z-index: 54;
        position: relative;
    }

    .tp-footer-copyright {
        flex-direction: column;
        gap: 4px;
    }

    .tp-footer-area {
        padding-bottom: 0px !important;
    }

    .tp_donation_amount_contaner {
        padding: 30px 20px 30px;
    }

    .tp_donation_amount_form {
        flex-direction: column;
    }

    .tp_donation_select-_group,
    .tp_donation_contact_group,
    .tp_donation_amount_group {
        flex: unset;
        width: 100%;
    }

    .tp_donation_amount_form .btn-donate {
        width: 100%;
    }

    .tp_donation_amount_form .tp_btn_donation {
        align-self: center;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta-img img {
        max-width: 85%;
    }

    .tp-step-col {
        width: 50%;
    }

    .tp-offcanvas {
        width: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-title {
        font-size: 75px;
    }

    .tpfea__icon {
        bottom: 17px;
        right: 26px;
    }
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: -1px;
    }

    .tp-blog-comments-children {
        margin-left: 0;
    }

    .tp-blog-title {
        font-size: 30px;
    }

    .tp-blog-sidebar {
        padding-left: 0;
    }

    .swiper.tplpblog-slider-active {
        margin-right: 0px;
    }

    .tplpblog__img {
        width: 100%;
    }

    .tplpblog__img img {
        width: 100%;
    }

    .fns-80 {
        font-size: 45px;
        line-height: 1.2;
    }

    .fns-50 {
        font-size: 45px;
    }

    .tptestimonal p {
        font-size: 17px;
    }

    .tp-join-number {
        font-size: 70px;
    }

    .tp-step-col {
        width: 100%;
    }

    .tp-custom-donate-form {
        padding-right: 0;
    }

    .tp-custom-donate-circle {
        right: 14%;
        height: 200px;
        width: 200px;
    }

    .tp-custom-donate-img img {
        margin-bottom: 0px;
    }

    .tp-join {
        padding: 0;
    }

    .tp-team-join {
        padding-left: 15px;
    }

    .tp-team-details ul li span {
        min-width: inherit;
    }

    .tp-event-details-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tp-help-top {
        padding: 25px 30px;
    }

    .tp-cta-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .swiper.tpcauses-slider-active {
        margin-right: 0;
    }

    .tp-section-title {
        font-size: 36px;
        letter-spacing: -0.3px;
    }

    .tp-section-title br {
        display: none;
    }

    .tp-section-back-title {
        font-size: 200px;
    }

    .tp-nav-tabs button {
        width: 100%;
    }

    .tp-breadcrumb-title {
        font-size: 45px;
    }

    .tp-header-content {
        padding: 16.2px 0;
        padding-right: 0px;
        padding-right: 12px;
    }

    .tp-offcanvas {
        width: 100%;
    }

    .tp-slider-item {
        height: 500px;
    }

    .tp-slider-title {
        font-size: 35px;
    }

    .tp-slider-subtitle {
        font-size: 15px;
    }

    .tp-slider-subtitle i {
        width: 30px;
        margin: 0 15px;
    }

    .tp-hero {
        padding-top: 0px;
    }

    .tp-hero-height {
        height: 650px;
    }

    .tp-hero-area {
        padding-top: 215px;
        padding-bottom: 255px;
    }

    .tp-hero span {
        font-size: 26px;
    }

    .tp-hero-title {
        font-size: 56px;
        letter-spacing: -2px;
    }

    .tp-hero-title-2 {
        font-size: 45px;
        letter-spacing: -0.4px;
        margin-bottom: 20px;
    }

    .tp-hero p {
        font-size: 20px;
    }

    .tp-about-img img {
        width: 100%;
    }

    .tp-about-number {
        bottom: 30px;
        right: 10px;
    }

    .tp-about-number {
        bottom: 30px;
        right: 10px;
    }

    .tpcauses__img {
        margin-bottom: 20px;
    }

    .gallery-items {
        column-count: 2;
        column-gap: 8px;
    }

    .gallery-item {
        margin-bottom: 8px;
    }

    .gallery-item .caption {
        padding: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .tp-blood-cta-wrapper {
        min-height: 480px;
        border-radius: 16px;
    }
    .tp-blood-cta-content {
        padding: 30px 12px 70px;
    }
    .tp-blood-cta-content h2 {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }
    .tp-blood-cta-content p {
        font-size: 0.9rem;
    }
    .tp-blood-cta-stats {
        border-radius: 12px;
    }
    .tp-blood-cta-stat {
        padding: 8px 8px;
        min-width: 80px;
    }
    .tp-blood-cta-stat .num,
    .tp-blood-cta-stat .num p {
        font-size: 1.3rem;
    }
    .tp-blood-cta-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .tp-blood-cta-btn-primary,
    .tp-blood-cta-btn-secondary {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    .tp-blood-cta-trust {
        padding: 12px 16px;
        gap: 4px;
    }
    .tp-blood-cta-trust-item {
        padding: 5px 10px;
        border: none;
        font-size: 0.68rem;
    }
    .tp-blood-cta-trust-item svg {
        width: 14px;
        height: 14px;
    }
    .tp-blood-cta-trust-item span {
        display: none;
    }
    .tpevent__content {
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper.tpcauses-slider-active {
        margin-right: -460px;
    }

    .tp-hero-area {
        padding-top: 220px;
        padding-bottom: 270px;
    }

    .tp-slider-title {
        font-size: 55px;
    }

    .tp-header-content {
        padding: 5px 0;
        padding-right: 12px;
    }

    .tp-section-title {
        font-size: 42px;
        letter-spacing: -0.3px;
    }

    .fns-80 {
        font-size: 50px;
    }

    .tp-join-shape-4 {
        right: 0;
    }

    .tp-join-shape-2 {
        left: 2%;
        bottom: -60px;
    }

    .tp-step-col {
        width: 50%;
    }

    .tp-join {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-custom-donate-circle {
        right: 14%;
    }

    .tp-custom-donate-form {
        padding-right: 40%;
    }

    .tp-breadcrumb-title {
        font-size: 60px;
    }

    .tp-slider-item {
        height: 600px;
    }

    .tp-hero-title {
        font-size: 92px;
    }

    .tp-fact-item {
        width: 50%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .tp-help-top {
        padding: 25px 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-header-menu ul li {
        margin-right: 20px;
    }

    .tp-about-shape-1 {
        left: 20px;
    }

    .tp-about-shape-2 {
        right: -265px;
        top: -60px;
    }

    .tp-help-top {
        padding: 25px 30px;
    }

    .tp-help-top p br {
        display: none;
    }
}

@media (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-br-top-bottom-left {
        border-radius: 0;
    }

    .tp-widget-post-thumb img {
        width: 70px;
    }

    .tp-blog-content .tp-causes-quote,
    .tp-blog-content-details .tp-causes-quote {
        padding-right: 0;
    }

    .tp-widget-post-title {
        font-size: 16px;
    }

    .tp-br-right-bottom-right {
        border-radius: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size: 45px;
    }

    .tp-header-content {
        padding: 5px 0;
        padding-right: 12px;
    }

    .tpfea p {
        padding-right: 30px;
    }

    .tpsv {
        padding: 25px;
    }

    .tpsv__title {
        font-size: 22px;
    }

    .tp-about-wrapper {
        margin-top: 50px;
    }

    .tp-about-number {
        right: 20px;
    }

    .tpcharity__title {
        font-size: 20px;
    }

    .tp-cta {
        min-height: 530px;
    }

    .tp-cta-img {
        text-align: center;
    }

    .tp-cta-img img {
        max-width: 60%;
    }

    .tp-team-join {
        padding-left: 40px;
    }

    .tpteam-banner img {
        display: none;
    }

    .tpteam-banner-content {
        padding-top: 30px;
    }

    .tp-sm-team-title {
        font-size: 19px;
    }

    .tp-join-img {
        margin-right: 0px;
    }

    .tp-join-img .tp-section-info {
        padding-left: 35px;
    }

    .tp-step-arrow {
        right: -40px;
    }

    .tp-join-shape-1 {
        top: 190px;
    }

    .tp-join-shape-3 {
        top: 30%;
    }

    .fns-80 {
        font-size: 60px;
    }

    .swiper.tplpblog-slider-active {
        margin-right: -312px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .tp-section-info p br {
        display: none;
    }

    .tp-section-info-team {
        margin-bottom: 30px;
    }

    .tp-section-info-space {
        margin-left: 0;
    }

    .tp-header-full-area {
        padding: 10px 30px;
    }

    .tp-header-full-row {
        justify-content: space-between;
    }

    .tp-header-full-logo {
        padding-left: 0px;
    }

    .tp-about-wrapper .tp-section-info {
        padding-left: 0px;
    }

    .tp-about-thumb {
        margin-left: 0;
    }

    .tp-about-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tp-causes-quote {
        padding: 0;
    }

    .tp-causes-tab-content-main {
        padding: 40px;
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .tp-causes-tabs {
        padding: 0 40px;
        padding-top: 22px;
    }

    .tp-causes-tabs button {
        margin-right: 20px;
        padding-bottom: 6px;
        font-size: 15px;
    }

    .tp-donation-form-wrap {
        padding: 35px 40px;
    }

    .tp-donation-form-title {
        padding: 0 40px;
        padding-top: 24px;
        padding-bottom: 18px;
    }

    .tp-fact-item-border-2 {
        width: auto;
    }

    .tp-fact-item-border-2 p {
        font-size: 16px;
    }

    .tp-team-details-bg {
        padding: 30px;
        padding-bottom: 0px;
    }

    .tp-custom-donate-wrapper {
        padding: 30px;
    }

    .tp-custom-donate-img img {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .tp-custom-donate-bg {
        margin-right: 0;
        border-radius: 0;
        background-size: cover;
    }

    .tp-custom-donate-shape {
        right: 15px;
    }

    .tp-footer-col-3 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-section-info-space {
        margin-left: 30px;
    }

    .tp-header-menu ul li {
        margin-right: 28px;
    }

    .tp-header-full-top {
        padding-left: 50px;
    }

    .tp-header-full-logo {
        padding-left: 20px;
    }

    .tp-header-full-logo-shape {
        border-width: 120px 0 0 35px;
        right: -35px;
        transform: rotate(0deg);
    }

    .tp-header-full-left {
        width: 180px;
    }

    .tp-header-full-right {
        width: 200px;
    }

    .tp-header-full-btn a {
        font-size: 15px;
    }

    .tp-header-full-menu {
        padding-left: 50px;
    }

    .tp-header-full-logo-line {
        height: calc(100% + 6px);
        right: -5px;
        transform: rotate(-16deg);
    }

    .header-sticky .tp-header-full-menu {
        padding-left: 80px;
    }

    .tp-slider-item {
        height: 700px;
    }

    .tpfea p {
        padding-right: 50px;
    }

    .tp-about-wrapper {
        padding-left: 30px;
    }

    .tp-about-shape-2 {
        right: -265px;
        top: -60px;
    }

    .tp-about-fact-box {
        padding: 20px 10px 15px;
    }

    .tp-about-thumb-shape-1 {
        top: 50%;
        left: -160px;
    }

    .tp-about-thumb-shape-2 {
        top: 13px;
        left: -117px;
    }

    .tp-about-thumb-shape-3 {
        bottom: 20px;
        left: -124px;
    }

    .tp-about-3 {
        padding-right: 20px;
        padding-left: 30px;
    }

    .swiper.tplpblog-slider-active {
        margin-right: -712px;
    }

    .tp-footer-shape-patter {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-tab-img {
        padding-left: 0;
    }

    .tp-about-shape-2-1 {
        top: -8%;
        z-index: -1;
        max-width: 27%;
    }

    .tp-about-thumb img {
        width: 100%;
    }

    .tp-fact-item-border-2 {
        border: none;
    }

    .tp-team-join {
        padding-bottom: 0;
    }

    .tp-team-join-area {
        background-image: none !important;
    }

    .tpteam-banner img {
        width: 100%;
    }

    .tp-bottom-quote-team {
        margin-top: 40px;
    }

    .tp-join-img {
        background-position: left;
        height: 320px;
        background-size: cover;
        margin-right: 0;
    }

    .tp-join-img .tp-section-info {
        padding-left: 30px;
    }

    .tp-footer-3-col-2 {
        margin-left: 0;
    }

    .tp-footer-3-col-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .tp-footer-3-col-4 {
        margin-left: 0;
    }
}

/* Responsive */
@media screen and (max-width: 992px) {
    .tp-gallery-area .gallery-items {
        column-count: 3;
    }

    .filter-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
        align-items: start;
    }

    .donor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 768px) {
    .tp-gallery-area .gallery-items {
        column-count: 2;
        column-gap: 10px;
    }

    .tp-gallery-area .gallery-item {
        margin-bottom: 10px;
    }

    .tp-gallery-area .gallery-item .caption {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .filter-row {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 14px 12px;
        align-items: start;
    }

    .select-blood select {
        height: 50px;
        font-size: 13.5px;
    }

    .blood-search-btn {
        height: 52px;
        font-size: 15px;
        border-radius: 12px;
        margin-top: 4px;
        width: 100% !important;
    }

    .donor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .donor-card-body {
        display: flex;
        gap: 10px;
        padding: 14px;
        flex-direction: column;
    }

    .donor-info-list {
        gap: 0px;
    }

    .donor-card-footer {
        padding: 6px 12px;
    }

    .donor-meta {
        margin-top: 30px !important;
        flex-direction: column;
        gap: 12px;
    }

    .donor-meta .total {
        text-align: center;
    }

    .sort-wrap {
        display: flex;
        align-items: end;
        justify-content: end;
        width: 100%;
    }

    .tp-search-donor-area {
        padding: 0px 0 30px;
    }

    .search-blood-area {
        margin-top: 0px;
    }
    .tp-faq-button {
        padding: 18px 12px;
        padding-right: 60px;
    }
    .tp-faq-button::before,
    .tp-faq-button:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
    }
    .tp-faq-body {
        padding: 12px;
        padding-right: 60px;
    }

    .tp-back-to-top-open {
        bottom: 30px;
        right: 17px;
        height: 42px;
        width: 42px;
    }
    .tpcharity__content-2 {
        padding: 16px;
    }
}
