@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/* ============================= */
/*   Gilroy Font Faces           */
/* ============================= */
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-BlackItalic";
  src: url("../fonts/Gilroy-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-BoldItalic";
  src: url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-ExtraBoldItalic";
  src: url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-HeavyItalic";
  src: url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-LightItalic";
  src: url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-MediumItalic";
  src: url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-RegularItalic";
  src: url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-SemiBoldItalic";
  src: url("../fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Thin";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-ThinItalic";
  src: url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-UltraLight";
  src: url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-UltraLightItalic";
  src: url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
}

/* ============================= */
/*   Font Variables              */
/* ============================= */
:root {
  --font-100: "Gilroy-Thin";
  --font-100i: "Gilroy-ThinItalic";

  --font-200: "Gilroy-UltraLight";
  --font-200i: "Gilroy-UltraLightItalic";

  --font-300: "Gilroy-Light";
  --font-300i: "Gilroy-LightItalic";

  --font-400: "Gilroy-Regular";
  --font-400i: "Gilroy-RegularItalic";

  --font-500: "Gilroy-Medium";
  --font-500i: "Gilroy-MediumItalic";

  --font-600: "Gilroy-SemiBold";
  --font-600i: "Gilroy-SemiBoldItalic";

  --font-700: "Gilroy-Bold";
  --font-700i: "Gilroy-BoldItalic";

  --font-800: "Gilroy-ExtraBold";
  --font-800i: "Gilroy-ExtraBoldItalic";

  --font-850: "Gilroy-Heavy";
  --font-850i: "Gilroy-HeavyItalic";

  --font-900: "Gilroy-Black";
  --font-900i: "Gilroy-BlackItalic";

  --primary: #b71b1c;
  --secondary: #b71b1c;
  --light-bg: #fff8f8;
  --dark-text: #333;
  --light-text: #777;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}

html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
  font-size: 16px;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

header.sticky {
  padding: 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: transparent;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
  background: #ffffff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--secondary);
  padding: 10px 35px;
  display: inline-block;
  font-family: var(--font-600);
  background: var(--secondary);
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  color: white;
  border-radius: 8px;
}

.btn-theme:hover {
  border: 2px solid var(--primary);
  background: transparent;
  color: white;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.primary-color-btn:hover {
  color: var(--primary);
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #1d1d1d;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links > h6 {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: var(--font-600);
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links > ul {
  padding-left: 18px;
  padding: 0;
  flex-direction: column;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-links > ul > li {
  list-style-type: none;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li:hover {
  color: var(--secondary);
}

.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li > a:not(.no-pointer):hover {
  color: var(--secondary);
}

.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social > p > a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
}

ul.navbar-nav {
  gap: 22px;
}

/* Hero section */
.hero-section {
  padding-top: 230px;
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 140px;
  background-attachment: fixed;
}

.hero-section-content {
  max-width: 590px;
}

.hero-section-content h1 {
  font-size: 50px;
  color: white;
  font-family: var(--font-700);
  line-height: 1.2;
}

.hero-section-content p {
  color: white;
}

/* Hero section End */

/* What we d0  */
.main-heading {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 30px;
}

.main-heading h2 {
  margin: 0;
  font-family: var(--font-700);
  font-size: 39px;
  text-transform: capitalize;
}

.main-heading span {
  font-size: 17px;
  color: var(--primary);
  font-family: var(--font-700);
}

section.what-we-do {
  background: #fff9f9;
}

.what-we-do-content {
  margin-bottom: 40px;
}

.what-we-do-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* border: 2px solid #D2D2D2; */
  /* border-radius: 8px; */
  /* overflow: hidden; */
  margin-bottom: 40px;
}

.what-we-do-tabs button {
  padding: 15px 0;
  text-align: center;
  flex: 1;
  transition: 0.3s;
  border: 2px solid #d2d2d2;
  border-left: 0;
  font-size: 17px;
  font-family: var(--font-700);
  color: var(--primary);
}

.what-we-do-tabs button:first-child {
  border: 2px solid #d2d2d2;
  border-right: 0;
  border-radius: 8px 0px 0px 8px;
}

.what-we-do-tabs button:last-child {
  border-radius: 0px 8px 8px 0px;
}

.what-we-do-tabs button:nth-child(2) {
  border: 2px solid #d2d2d2;
}

.what-we-do-tabs {
}

.what-we-do-tabs button.active,
.what-we-do-tabs button:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.what-we-do-tabs-content-main {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
}

.what-we-do-tabs-content ul {
  padding: 0;
  list-style-position: inside;
}

.what-we-do-tabs-content ul li::marker {
  color: var(--primary);
}

.what-we-do-tabs-content h3 {
  font-size: 37px;
  font-family: var(--font-700);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}

.what-we-do-tabs-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  background: var(--primary);
  height: 4px;
  bottom: 0;
}

.what-we-do-tabs-content-main {
  padding: 20px 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
}

.what-we-do-tabs-content ul {
  padding: 0;
  list-style-position: inside;
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.what-we-do-tabs-content ul li::marker {
  color: var(--primary);
}

.what-we-do-tabs-content h3 {
  font-size: 37px;
  font-family: var(--font-700);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}

.what-we-do-tabs-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  background: var(--primary);
  height: 4px;
  bottom: 0;
}

.what-we-do-tabs-content ul li {
  font-size: 17px;
  color: #848484;
}

.what-we-do-tabs-content-main .row {
  align-items: center;
}

.what-we-do-tabs-content {
  display: none;
}

.what-we-do-tabs-content.active {
  display: block;
}

.btn-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-heading-center {
  flex-direction: column;
  align-self: center;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.how-it-works {
  background: #1d1d1d;
}

.how-it-works .main-heading h2 {
  color: white;
}

.how-it-works .main-heading p {
  color: #f0f0f0;
}

.what-we-do-dis {
  margin: 0;
}

.main-heading.what-we-do-heading {
  margin: 0;
}

.how-it-works-card {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.01);
  border: 0.98699px solid #d2d2d2;
  border-radius: 15.7918px;
  padding: 20px 16px;
  gap: 15px;
  padding-left: 0;
  margin-left: 40px;
}

.how-it-works-card .number {
  background: var(--primary);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  font-family: var(--font-600);
  flex: 0 0 80px;
  border-radius: 8px;
  margin-left: -40px;
}

.how-it-works-card {
}

.how-it-works-content {
  flex-direction: column;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.how-it-works-content h6 {
  font-size: 20px;
  color: white;
  margin: 0;
  font-family: var(--font-600);
}

.how-it-works-content p {
  color: #dfdfdf;
  margin: 0;
}

.video-container {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(image.png); */
  border-radius: 16px;
  margin-top: 50px;
  width: 100%;
  /* height: 540px; */
  /* margin-bottom: -364.5px; */
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  cursor: pointer;
  font-size: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #b71b1c7a;
  color: var(--primary);
  border-color: white;
  border: 2px solid white;
  color: white;
  font-size: 45px;
}

#myVideo {
  width: 100%;
  height: auto;
  /* height: 100%; */
  border-radius: 16px;
}

.book-trailer.img-box-content {
  margin-bottom: calc(-364.5px + 50px);
}

.how-it-works {
  margin-bottom: calc(314.5px);
}

.why-donate-cards-main {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid;
}

.why-donate-card h4 {
  font-size: 24px;
  font-family: var(--font-600);
  margin: 0;
}

.why-donate-card p {
  color: #848484;
  margin: 0;
}

.why-donate-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.icon.img-box-content {
  margin-bottom: 20px;
  /* background: red; */
}

.main-heading.what-we-do-heading p {
  margin: 0;
}

.matters {
  margin: 0;
  background-image: url(../images/matters-bg.png);
  padding: 100px 0;
}

.testimonials {
  background: #fff9f9;
}

.testi-card {
  background: var(--primary);
  padding: 25px;
  border-radius: 8px;
}

.testi-card-profile {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 30px;
}

.profile-content {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.profile-content strong {
  color: white;
  font-size: 17px;
  font-family: var(--font-600);
}

.profile-content span {
  color: white;
}

.testi-card p {
  color: white;
  font-size: 17px;
}

.testi-card h3 {
  font-size: 28px;
  color: white;
  font-family: var(--font-800);
}

.testi-card-main {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  padding: 25px;
  /* height: 100%; */
}

.testi-card-main .testi-card-profile {
  margin: 0;
}

section.testimonial {
  background: #fff9f9;
}

.testimonial-heading.main-heading {
  margin-bottom: 10px;
}

.testi-card-main h6 {
  font-size: 19px;
  font-family: var(--font-400i);
  color: #848484;
  margin-top: 20px;
}

.testi-card-main {
}

.testi-card-main .profile-content span {
  color: var(--primary);
}

.testi-card-main .profile-content strong {
  color: black;
}

.testi-card-main .testi-card-profile {
  margin-bottom: 22px;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  padding: 17px;
  height: 100%;
}

.blog-card-content {
  margin-top: 16px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.blog-card-content h3 {
  font-size: 22px;
  color: black;
  font-family: var(--font-600);
}

.blog-card-spans {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 19px;
}

.blog-card-spans span {
  padding-left: 15px;
  position: relative;
  display: block;
  color: #848484;
  font-size: 17px;
  font-family: var(--font-500);
}

.blog-card-spans span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  left: 0;
  background: var(--primary);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.blog-card-content a {
  color: var(--primary);
  font-size: 20px;
  font-family: var(--font-700);
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-card-content a:hover {
  gap: 15px;
}

.footer-links > ul > li a {
  color: #dfdfdf;
}

footer hr {
  color: white;
  height: 1.5px !important;
  background: white;
  opacity: 1;
}

.no-pointer {
  cursor: default;
  /* Normal text cursor */
  text-decoration: none;
  /* optional: remove underline */
  color: inherit;
  /* optional: keep same text color */
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.footer-bootom-links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.social-media-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-media {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 22px;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.social-media:hover {
  background: var(--primary);
  color: white;
}

.news-letter {
  padding: 15px;
  background: #383838;
  border-radius: 10px;
}

.news-letter span {
  color: white;
  font-size: 19px;
  font-family: var(--font-600);
  margin-bottom: 8px;
  display: flex;
}

form.news-letter {
  padding: 0;
  flex-direction: column;
  display: flex;
  gap: 10px;
}

form.news-letter input {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 13px;
}

.news-letter p {
  color: #dfdfdf;
}

.our-story-content-wrapper {
  /* Rectangle 7 */
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  padding: 15px;
}

.our-story-call {
  background: #f3f3f3;
  padding: 15px;
  border-radius: 8px;
}

.our-story-call > strong {
  font-size: 20px;
  color: black;
  font-family: var(--font-600);
}

.call {
  display: flex;
  align-items: center;
  gap: 8px;
}

.call-content {
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.call .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 5px;
  color: white;
}

.our-story-content-wrapper {
  /* Rectangle 7 */
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  padding: 15px;
}

.our-story-call {
  background: #f3f3f3;
  padding: 15px;
  border-radius: 8px;
  height: 100%;
}

.our-story-call > strong {
  font-size: 20px;
  color: black;
  font-family: var(--font-600);
}

.call {
  display: flex;
  align-items: center;
  gap: 8px;
}

.call-content {
  flex-direction: column;
  display: flex;
  /* gap: 4px; */
}

.call .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 5px;
  color: white;
}

.call-content strong {
  font-size: 15px;
  font-family: var(--font-700);
  color: black;
}

.story-list-main {
  flex-direction: column;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.story-list-main i {
  font-size: 16px;
  color: var(--primary);
}

.story-list span {
  color: #848484;
  font-size: 16px;
}

.story-list-main .btn {
  margin-top: 13px;
}

.call {
  margin-top: auto;
}

.our-story-right-card {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.our-story-right-card strong {
  font-size: 20px;
}

.our-story-right-card strong {
  font-size: 40px;
  font-family: var(--font-700);
  color: black;
}

.our-story-right-top {
  padding: 25px;
  background: #fff9f9;
  border-radius: 16px;
  margin-bottom: 20px;
}

.our-story-right-card span {
  font-size: 16px;
  color: var(--primary);
  font-family: var(--font-700);
}

.our-story-bitton-card {
  height: 100%;
  padding: 25px;
  background: var(--primary);
  border-radius: 8px;
}

.our-story-bitton-card h6 {
  font-size: 28px;
  color: white;
  font-family: var(--font-700);
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff52;
}

.our-story-bitton-card p {
  color: white;
}

/* Get A Quote */

.get-quote {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fbfbfb;
}

.get-quote .left-heading {
  text-align: left;
  margin-bottom: 40px;
}

.get-quote .left-heading h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.get-quote .left-heading p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.get-quote .left-col {
  background: #ff633c;
  border-radius: 24px;
  padding: 30px 25px;
}

.get-quote .left-col h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.get-quote .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  color: white;
}

.get-quote .left-col .info-innner {
  background: #ffffff1a;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.get-quote .left-col .info-innner span {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.get-quote .left-col .info-innner span > a {
  color: white;
  text-decoration: none;
}

.get-quote .get-quote-bg {
  background: white;
  border-radius: 32px;
  padding: 30px 30px;
}

.get-quote .right-col {
  margin-bottom: 0;
}

.get-quote .right-col h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.get-quote .right-col form label {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.get-quote .right-col form input {
  border: 2px solid #292f36 !important;
}

.get-quote .btn-theme:hover {
  color: #b71b1c;
}

.get-quote .right-col form img {
  position: absolute;
  top: 33px;
  left: 10px;
}

.contact-input {
  padding-left: 115px !important;
}

.get-quote .right-col form span {
  position: absolute;
  top: 46px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  left: 67px;
}
.blog-card .img-box-content {
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
}

section.blog .row {
  gap: 20px 0;
} /* ===========================
   Meet Our Team Section
=========================== */
.our-team {
  padding: 80px 0;
  background: #f9f9f9;
}

.our-team .main-heading span {
  color: #e63946; /* highlight color */
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.our-team .main-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.our-team .main-heading p {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.our-team .img-box-content {
  text-align: center;
  margin-bottom: 20px;
}

.our-team .img-box-content img {
  width: 100%;
  max-width: 260px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.our-team .img-box-content img:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.our-team h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.our-team p {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .our-team {
    padding: 60px 0;
  }

  .our-team .main-heading h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .our-team .main-heading h2 {
    font-size: 24px;
  }

  .our-team .main-heading p {
    font-size: 14px;
  }

  .our-team h4 {
    font-size: 18px;
  }
}
.impact-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.impact-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
}

.impact-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 50%;
}

.impact-icon i {
  font-size: 30px;
  color: #dc3545;
}

.impact-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #dc3545;
  margin-bottom: 10px;
  display: block;
}

.impact-text {
  font-size: 1.1rem;
  color: #333;
}

/* Enhanced Testimonial Styles */
.testi-card-main {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

/* Improved Video Section */
.video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Enhanced Button Styles */
.primary-color-btn {
  transition: all 0.3s ease;
}

.primary-color-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}
/* Simple form styling */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d33;
  box-shadow: 0 0 5px rgba(211, 51, 51, 0.4);
}

.contact-form button {
  background: #d33;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #b22;
}
.services-section {
  padding: 80px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  cursor: default;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(183, 27, 28, 0.15);
}

.service-card:hover .service-icon {
  background-color: var(--primary);
  color: white;
}

.service-image {
  height: 200px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-content {
  padding: 25px;
}

.service-icon {
  width: 70px;
  height: 70px;
  background-color: var(--light-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 20px;
  position: relative;
  transition: all 0.3s ease;
  color: var(--primary);
  font-size: 28px;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 15px;
  text-align: center;
}

.service-description {
  color: var(--light-text);
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.service-features li {
  padding: 7px 0;
  position: relative;
  padding-left: 7px;
  color: var(--dark-text);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
/* 
.service-features li:before {
  content: "âœ“";
  color: var(--primary);
  position: absolute;
  left: 0;
  font-weight: bold;
} */

.service-cta {
  text-align: center;
  margin-top: 20px;
}

.service-cta .btn {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-cta .btn:hover {
  background-color: var(--primary);
  color: white;
  transform: translateY(-3px);
}

.services-cta-section {
  background-color: var(--light-bg);
  padding: 80px 0;
  text-align: center;
}

.services-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.services-cta-section .btn-main {
  justify-content: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15px auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 600px;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 25px;
}

.close:hover,
.close:focus {
  color: #b71b1c;
  text-decoration: none;
  cursor: pointer;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #b71b1c;
  outline: none;
}

.submit-btn {
  background-color: #b71b1c;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.submit-btn:hover {
  background-color: #9c1516;
}
.service-features li i {
  font-size: 16px;
  color: var(--primary);
}
.modal-content h2 {
  font-size: 30px;
  font-family: var(--font-700);
  color: var(--primary);
}

.form-group label {
  color: var(--primary);
}
