/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child
Description: Child theme for Hello Elementor — safe place for custom styles and template overrides.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
Tags: one-column, flexible-header, custom-background
*/

/* ------------------------------------------------------------------
Add your custom CSS below this line. The parent theme's styles are
loaded first, then these rules will override them.
------------------------------------------------------------------ */
* {
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 2100px;
  margin: 0 auto;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul,
ol {
  padding-left: 0;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt_60 {
  padding-top: 60px;
}
.pb_60 {
  padding-bottom: 60px !important;
}
.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt_40 {
  padding-top: 40px;
}
.pb_40 {
  padding-bottom: 40px;
}
section.elementor-section-full_width > .elementor-container {
  width: 90%;
}
section.elementor-section > .elementor-container > .elementor-column > div {
  padding: 0;
}
.map_sec .elementor-container {
  width: 100% !important;
}
.elementor-inner-section > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

@font-face {
  font-family: "Impacted 2.0";
  src: url(https://crabbyforacause.com/wp-content/themes/hello-elementor-child-theme/font/Impacted2.0.woff2);
}
@font-face {
  font-family: "Impacted 2.0";
  src: url(https://crabbyforacause.com/wp-content/themes/hello-elementor-child-theme/font/Impacted2.0.woff);
}

:root {
  --Impacted: "Impacted 2.0";
  --rasa: "Rasa", serif;
  --primary_color: #bd2130;
  --black_color: #000;
  --white_color: #fff;
}
.para_font p {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.3;
}
.heading_h2 .elementor-icon-box-wrapper {
  align-items: start !important;
}
.heading_h2 .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-top: 15px;
}
.heading_h2 h2 {
  font-family: var(--Impacted) !important;
  font-weight: 400 !important;
  /* font-size: 44px !important; */
  font-size: clamp(1.875rem, 1.694rem + 0.8046vw, 2.75rem) !important;
  line-height: 1.4 !important;
}
.sub_head span {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 24px !important; */
  font-size: clamp(1.25rem, 1.1983rem + 0.2299vw, 1.5rem) !important;
  line-height: 2;
  border-bottom: 5px solid #bd2130;
}
.para_desc span.elementor-icon-list-text {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.4;
}
.web_btn a,
.main_header .header_btn a {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.4;
  padding: 8px 15px !important;
}
.heading_h3 h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 30px !important; */
  font-size: clamp(1.5rem, 1.4224rem + 0.3448vw, 1.875rem) !important;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #bd2130;
  text-decoration-thickness: 5px;
}
.heading_h4 {
  margin-bottom: 0 !important;
}
.heading_h4 h4 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 24px !important; */
  font-size: clamp(1.25rem, 1.1983rem + 0.2299vw, 1.5rem) !important;
  line-height: 1.4;
}
/* =========== Header Styling ============ */
.top_header {
  padding: 5px 0;
}
.top_header .header_phone span.elementor-icon-list-text {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  /* font-size: 18px !important; */
  font-size: clamp(0.9375rem, 0.8987rem + 0.1724vw, 1.125rem) !important;
  line-height: 1.3;
}
.top_header .header_text p {
  font-size: 18px !important;
}
.main_header .header_menu nav {
  justify-content: center !important;
}
.main_header .header_menu nav ul {
  gap: 35px;
  justify-content: space-between !important;
  width: 100% !important;
}
.main_header .header_menu nav ul li a {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.4;
  position: relative;
  transition: ease-in 300ms all;
  padding: 0 !important;
}
.main_header .header_menu nav ul li a::after {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://crabbyforacause.com/wp-content/uploads/2025/12/menu_element.png)
    no-repeat;
  background-size: contain;
  background-position: center;
  transition: ease-in 300ms all;
  background-color: transparent !important;
}
.main_header .header_menu nav ul li a:hover::after {
  left: -20px;
}
.main_header .header_menu nav ul li.home_menu a {
  font-size: 0 !important;
}
.main_header .header_menu nav ul li.home_menu a::after {
  display: none;
}
/* =========== Banner Styling ======= */
.main_banner .banner_content_p1 p {
  font-family: var(--rasa) !important;
  font-weight: 700 !important;
  font-style: Italic;
  /* font-size: 40px !important; */
  font-size: clamp(1.25rem, 0.9914rem + 1.1494vw, 2.5rem) !important;
  line-height: 1;
}
.main_banner .banner_content_p1 {
  margin-bottom: 0 !important;
}
.main_banner h1 {
  font-family: var(--Impacted) !important;
  font-weight: 400 !important;
  /* font-size: 90px !important; */
  font-size: clamp(3.125rem, 2.6078rem + 2.2989vw, 5.625rem) !important;
  line-height: 1;
}
.main_banner .elementor-widget-heading {
  margin-bottom: 0 !important;
}
.main_banner .banner_content_p2 p {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  font-style: Italic;
  /* font-size: 40px !important; */
  font-size: clamp(1.25rem, 0.9914rem + 1.1494vw, 2.5rem) !important;
  line-height: 1.5;
}
/* =========== Mission and Vision ========= */
.mission_vision_sub_sec .elementor-container {
  gap: 30px;
}
.mission_vision_sub_sec .elementor-column {
  width: calc(50% - 15px) !important;
}
.mission_vision_sub_sec .mission_vision_sub_heading span {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  /* font-size: 35px !important; */
  font-size: clamp(1.625rem, 1.5086rem + 0.5172vw, 2.1875rem) !important;
  line-height: 1.5;
  border-bottom: 5px solid #fff;
}
/* ============= cta  sec =========== */
.cta_sub_head {
  margin-bottom: 0 !important;
}
.cta_sub_head span {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  /* font-size: 30px !important; */
  font-size: clamp(1.125rem, 0.9698rem + 0.6897vw, 1.875rem) !important;
  line-height: 1.4;
}
/* ========== About Us sec ===== */
.about_sec p {
  line-height: 1.6;
}
/* ====== Impact and Achievements ============ */
.achievements_col .elementor-widget-wrap {
  padding: 50px 40px 30px !important;
}
.achievements_col {
  width: calc(33.33% - 30px) !important;
}
.achievement_sec section > .elementor-container {
  gap: 50px;
}
.achievements_col .achievement_icon {
  margin-bottom: 0 !important;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.achievements_col .achievement_heading {
  margin-bottom: 0 !important;
}
.achievements_col .achievement_heading h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 24px !important; */
  font-size: clamp(1.25rem, 1.1983rem + 0.2299vw, 1.5rem) !important;
  line-height: 1.6;
}
.achievements_col .para_font p {
  line-height: 1.6;
}

/* ======== Our Team sec ============= */
.team_slider .elementor-column {
  width: 90% !important;
  margin: 0 auto;
}
.team_slider .slick-track {
  display: flex;
  gap: 40px;
}
.team_box {
  padding-bottom: 130px;
}
.team_box figure {
  aspect-ratio: 1;
  height: 100% !important;
  width: 100% !important;
}
.team_box figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team_box .elementor-image-box-content {
  position: absolute;
  border: 3px solid #bd2130;
  background: #fff;
  border-radius: 10px;
  width: 80% !important;
  padding: 25px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 9999;
}
.team_box .elementor-image-box-content h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 1.4;
  margin: 0px !important;
}
.team_box .elementor-image-box-content .member_post {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.3;
  color: #bd2130 !important;
}
.team_box .elementor-image-box-content p {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* =========== Gallery sec ================ */
.gallery_sec .gallery_items .elementor-tab-title {
  border: 1px solid #ffffff !important;
  padding: 10px 40px !important;
  border-radius: 15px 0 15px 0;
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.4;
}
.gallery_sec .gallery_items .elementor-tabs-wrapper {
  gap: 30px;
}
.gallery_sec .gallery_items .elementor-tab-title:hover {
  background: #fff;
  color: #bd2130 !important;
}
.gallery_sec .gallery_items .elementor-tab-title.elementor-active {
  background: #fff !important;
}
.gallery_sec .gallery_items .elementor-tab-content {
  padding: 0 !important;
  padding-top: 30px !important;
}
.gallery_sec .gallery_items .elementor-tab-content p {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}
.gallery_sec .gallery_items .elementor-tab-content p img {
  width: calc(33.33% - 10px) !important;
  border: 2px solid #fff;
  border-radius: 5px;
}
.gallery_sec .gallery_items .elementor-tab-content .web_btn {
  text-align: center;
  margin-top: 50px;
}
.gallery_sec .gallery_items .elementor-tab-content .web_btn a {
  border: 3px solid #fff;
  border-radius: 15px 0px 15px 0px;
  color: #bd2130 !important;
  background: #fff;
  display: block;
  width: max-content !important;
  margin: 0 auto;
}
.event_sec .elementor-container {
  width: 100% !important;
}
/* =============  Community Spotlight ============= */
.community_spotlight .elementor-container {
  width: 100% !important;
}
.community_slider .slick-track {
  display: flex;
  gap: 30px;
}
/* .community_slider_box figure {
  aspect-ratio: 1.6;
  height: 100%;
} */
.community_slider_box figure img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  border-radius: 15px;
  object-position: bottom;
}
.community_slider_box .elementor-image-box-content {
  padding: 30px 50px;
  background: #ffffffcc;
  backdrop-filter: blur(6px);
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  width: 90% !important;
  left: 50%;
  transform: translateX(-50%);
}
.community_slider_box h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 25px !important; */
  font-size: clamp(1.25rem, 1.1853rem + 0.2874vw, 1.5625rem) !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
.community_slider_box p {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
.community_slider_box .web_btn a {
  padding: 10px 40px;
  border-radius: 15px 0 15px 0;
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.4;
  color: #bd2130 !important;
  border: 3px solid #bd2130;
  border-radius: 15px 0px 15px 0px;
  display: block;
  margin: 0 auto;
  width: max-content !important;
  transition: ease-in 300ms all;
}
.community_slider_box .web_btn a:hover {
  background: #bd2130;
  color: #fff !important;
}
.community_spotlight .slick-arrow:hover svg path:last-child {
  fill: #fff !important;
}
.community_slider_box  figure {
    aspect-ratio: 2;
}
/* ============= Community Spotlight =============== */
.community_spotlight_sec h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 30px !important; */
  font-size: clamp(1.25rem, 1.1207rem + 0.5747vw, 1.875rem) !important;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #bd2130;
  text-decoration-thickness: 5px;
}
/* ============ Blog Sec ============ */
.blog_inner_sec .elementor-container {
  gap: 30px;
}
.blog_inner_sec .elementor-column {
  width: calc(50% - 15px) !important;
}
.blog_inner_sec .blog_single_col article {
  border-radius: 15px 0 15px 0;
}
.blog_inner_sec .blog_single_col article a.elementor-post__thumbnail__link {
  border-bottom: 5px solid #bd2130;
  margin-bottom: 0 !important;
}
.blog_inner_sec .blog_single_col article .elementor-post__thumbnail {
  /* aspect-ratio: 1.4 !important; */
  width: 100%;
  height: 100%;
  padding-bottom: 0 !important;
}
.blog_inner_sec .blog_single_col article .elementor-post__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog_inner_sec article .elementor-post__text {
  position: relative;
  padding-top: 50px !important;
}
.blog_inner_sec article h3 a {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  /* font-size: 22px !important; */
  font-size: clamp(1.125rem, 1.0733rem + 0.2299vw, 1.375rem) !important;
  line-height: 1.3;
}
.blog_inner_sec article h3 {
  margin-bottom: 10px !important;
}
.blog_inner_sec article .elementor-post__meta-data {
  position: absolute;
  top: 15px;
  left: 30px;
}
.blog_inner_sec article .elementor-post__meta-data span {
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  /* font-size: 20px !important; */
  font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
  line-height: 1.4;
}
.blog_inner_sec article .elementor-post__text p {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  /* font-size: 18px !important; */
  font-size: clamp(0.9375rem, 0.8987rem + 0.1724vw, 1.125rem) !important;
  line-height: 1.4;
  margin-bottom: 25px;
}
.blog_inner_sec article a.elementor-post__read-more {
  border: 3px solid #bd2130;
  padding: 10px 20px !important;
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  /* font-size: 20px !important; */
  font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
  line-height: 1.3;
  border-radius: 15px 0 15px 0;
  transition: ease-in 300ms all;
}
.blog_inner_sec article a.elementor-post__read-more:hover {
  background: #bd2130;
  color: #fff !important;
}
.blog_inner_sec .blog_double_col article:first-child {
  display: none;
}
.blog_inner_sec .blog_double_col article .elementor-post__meta-data {
  left: 15px;
}
.blog_inner_sec .blog_double_col article {
  border-radius: 15px 0 15px 0;
}
/* =============== Contact sec ============ */
.contact_sec .elementor-container {
  box-shadow: 4px 4px 15px 0px #00000040;
  background: #ffffff;
}
/* .contact_sec .contact_form_col{
  aspect-ratio: 0.9 !important;
  height: 100% !important;
}
.contact_sec .elementor-widget-image{
  height: 100% !important;
}
.contact_sec .elementor-widget-image img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
} */
.contact_sec .contact_form_col .elementor-widget-wrap {
  flex-direction: column;
}
.contact_sec .contact_form_col .elementor-widget-wrap {
  padding: 40px 50px 30px 40px !important;
}
.contact_sec .contact_form_col .elementor-widget-wpforms {
  box-shadow: 2px 2px 20px 0px #00000040;
  background: #ffffff;
  padding: 20px 40px;
  margin: 20px 0;
}
.contact_sec .contact_form_col .elementor-widget-wpforms #wpforms-188 {
  margin: 0 !important;
}
.contact_sec .contact_form_col .elementor-widget-wpforms input,
.contact_sec .contact_form_col .elementor-widget-wpforms textarea,
.contact_sec .contact_form_col .elementor-widget-wpforms select {
  background: #e7e7e7;
  border: none !important;
  outline: none !important;
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.5;
  color: #434242 !important;
}
.contact_sec .contact_form_col .elementor-widget-wpforms input::placeholder,
.contact_sec .contact_form_col .elementor-widget-wpforms textarea::placeholder,
.contact_sec .contact_form_col .elementor-widget-wpforms select::placeholder {
  color: #434242 !important;
  opacity: 1 !important;
}
.contact_sec .contact_form_col .elementor-widget-wpforms button[type="submit"] {
  border: 3px solid #bd2130;
  padding: 10px 20px !important;
  font-family: var(--rasa) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.3;
  border-radius: 15px 0 15px 0;
  transition: ease-in 300ms all;
  height: 100%;
}
.contact_sec
  .contact_form_col
  .elementor-widget-wpforms
  button[type="submit"]:hover {
  background: #bd2130;
  color: #fff !important;
}
/* =============== Partners sec ============= */
.partners_sec .elementor-widget-image-carousel .swiper {
  padding-bottom: 50px !important;
}
.partners_sec .partners_slider_col .slick-dots li button{
  border-radius: 50%;
  background: transparent !important;
  opacity: 1 !important;
}
.partners_sec .partners_slider_col .slick-dots li button:before{
  color: #BD213073;
  font-size: 20px;
  border-radius: 50%;
  opacity: 1 !important;
}
.partners_sec .partners_slider_col .slick-dots li.slick-active button{
  border-radius: 50%;
  background: #BD2130 !important;
}
.partners_sec .partners_slider_col .slick-dots li.slick-active button:before{
  color: #BD2130 !important;
}
/* ==== Footer Styling =========== */
.main_footer .footer_info_col p {
  line-height: 1.6;
}
.footer_h3 h3 {
  font-family: var(--rasa) !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #bd2130;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}
.quick_links_col nav ul li a {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  padding: 6px 0 !important;
}
.footer_contact_col
  .elementor-widget-icon-list
  ul
  li
  span.elementor-icon-list-text {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.6;
}
.footer_contact_col
  .elementor-widget-icon-list
  ul
  li:last-child
  span.elementor-icon-list-text {
  text-decoration: underline;
}
/* =========== Inner page styling  ========== */
/* ========= About us ============= */
.innerpage_banner .inner_banner_heading h1 {
  font-family: var(--Impacted) !important;
  font-weight: 400 !important;
  /* font-size: 80px !important; */
  font-size: clamp(3.125rem, 2.7371rem + 1.7241vw, 5rem) !important;
  line-height: 1;
}
.about_team_boxes .elementor-widget-wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.about_team_boxes .team_box {
  width: calc(33.33% - 20px) !important;
}
.about_team_boxes .team_box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contact_info .physical_contact_info a span.elementor-icon-list-text {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.6;
}
/* ======= Blog Listing page ========= */
.blog_listing_sec article {
  border: 2px solid #bd2130;
  border-radius: 15px 0 15px 0;
}
.blog_listing_sec article .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
  border-bottom: 3px solid #bd2130;
}
.blog_listing_sec article .elementor-post__text {
  padding: 30px;
}
/* ============== Team listing page ============= */
.team_listing .elementor-widget-wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.team_listing .team_box {
  width: calc(33.33% - 20px) !important;
}
.team_page_team .team_box .elementor-image-box-content{
  position: unset;
  transform: none !important;
  width: 100% !important;
}
/* =========== Get Involved ======= */
.two_col .elementor-container {
  gap: 30px;
}
.two_col .two_col_inner {
  width: calc(50% - 20px) !important;
}
.two_col .two_col_inner .elementor-widget-wrap {
  border: 3px solid #bd2130d9;
  border-radius: 15px 0 15px 0;
  padding: 20px !important;
  background: #fff;
}
.two_col .two_col_inner ul,
.content_sec .para_font ul {
  padding-left: 20px;
}
.two_col .two_col_inner li,
.content_sec .para_font ul li {
  font-family: var(--rasa) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.3;
}
/*=========  Contact Page ==================  */
section.contact_info .elementor-container {
  gap: 30px;
}
section.contact_info .elementor-column {
  width: calc(50% - 15px) !important;
}
.team_slider ul.slick-dots,
.community_slider ul.slick-dots {
  display: none !important;
}
/* Responsive */
@media screen and (max-width: 2100px) and (min-width: 1600px) {
  .blog_double_col article .elementor-post__thumbnail {
    aspect-ratio: 1 !important;
    width: 100%;
    height: 100% !important;
  }

  .blog_double_col article .elementor-post__thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
  .blog_inner_sec .blog_single_col article a.elementor-post__thumbnail__link {
    aspect-ratio: 1.9 !important;
    height: 100%;
    width: 100% !important;
  }
  .blog_inner_sec .blog_single_col article .elementor-post__thumbnail {
    aspect-ratio: unset !important;
    height: 100% !important;
  }
  .blog_inner_sec .blog_single_col article .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .blog_double_col article a.elementor-post__thumbnail__link {
    aspect-ratio: 0.8;
    height: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .blog_double_col article .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .blog_inner_sec .blog_single_col article a.elementor-post__thumbnail__link {
    aspect-ratio: 1.4 !important;
    height: 100%;
    width: 100% !important;
  }
  .blog_double_col article a.elementor-post__thumbnail__link {
    height: 100% !important;
    aspect-ratio: 0.58 !important;
  }
  .blog_double_col article .elementor-post__thumbnail {
    height: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1340px) {
  .community_spotlight .para_desc {
    width: 90% !important;
  }
  .main_header .header_menu nav ul li a::after {
    display: none;
  }
  .community_slider_box figure {
    aspect-ratio: 1.5;
  }
  .blog_double_col article a.elementor-post__thumbnail__link {
    aspect-ratio: 0.5 !important;
  }
}
@media screen and (max-width: 1200px) {
  .main_header .header_menu nav ul {
    gap: 20px;
  }
  .blog_double_col article a.elementor-post__thumbnail__link {
    aspect-ratio: 0.42 !important;
  }
}
@media screen and (max-width: 1100px) {
  .main_header .header_menu nav ul {
    gap: 20px;
  }
  .community_slider_box figure {
    aspect-ratio: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_menu_col nav {
    position: absolute;
    width: 350px;
    right: -15px;
    height: 240px;
    z-index: 99;
    top: 40px;
    border-radius: 15px 0 15px 0;
    box-shadow: 5px 3px 5px #000;
  }
  .main_header .header_menu nav ul {
    padding: 10px !important;
  }
  .main_header .header_menu nav ul li.home_menu a {
    font-size: 18px !important;
  }
  .main_header .header_menu nav ul li.home_menu a img {
    display: none;
  }
  .main_header .header_menu nav ul li a {
    padding: 5px 20px !important;
    border-bottom: 2px solid #bd2130;
  }
  .achievement_sec section > .elementor-container {
    gap: 35px;
  }
  .achievements_col {
    width: calc(33.33% - 24px) !important;
  }
  .blog_inner_sec .blog_double_col article a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    border-bottom: 5px solid #bd2130;
    width: 30% !important;
    aspect-ratio: unset !important;
  }
  .blog_inner_sec .blog_double_col article .elementor-post__text {
    padding: 50px 15px 30px 15px !important;
  }
  .achievements_col .elementor-widget-wrap {
    padding: 40px 20px 20px !important;
  }
  .two_col .two_col_inner{
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .community_slider_box figure {
    aspect-ratio: 1.3;
  }
  .team_page_team .team_listing .team_box{
    width: calc(50% - 20px) !important;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading_h2 .elementor-icon-box-wrapper {
    flex-direction: row !important;
  }
  .mission_vision_sub_sec .elementor-column {
    width: 100% !important;
  }
  .achievements_col {
    width: 100% !important;
  }
  .gallery_sec .gallery_items .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: center;
  }
  .gallery_sec .gallery_items .elementor-tab-mobile-title {
    display: none !important;
  }
  .blog_inner_sec .elementor-column {
    width: 100% !important;
  }
  .blog_inner_sec .blog_double_col article {
    flex-direction: column !important;
  }
  .blog_inner_sec .blog_double_col article a.elementor-post__thumbnail__link {
    width: 100% !important;
    height: 350px !important;
  }
  .community_slider_box figure {
    aspect-ratio: 1;
  }
  .community_slider_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .team_box .elementor-image-box-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .team_page_team .team_listing .team_box{
    width: 100% !important;
  }
  .team_page_team .team_box .elementor-image-box-content p{
    display: unset;
  }
  .gallery_sec .gallery_items .elementor-tab-content p img {
    width: calc(50% - 10px) !important;
  }
  .team_slider .slick-track {
    margin-left: -8.5px;
  }
  .community_slider_box .elementor-image-box-content {
    padding: 20px;
  }
  .team_sec .slick-arrow {
    width: 30px !important;
  }
  .team_sec .prev_arrow {
    left: 0 !important;
  }
  .team_sec .next_arrow {
    right: 0 !important;
  }
  .about_team_boxes .team_box {
    width: 100% !important;
  }
  section.contact_info .elementor-column{
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .community_slider_box figure {
    aspect-ratio: 0.7;
  }
  .community_slider_box .web_btn a {
    width: auto !important;
  }
  .main_banner {
    padding: 120px 0 !important;
  }
  .main_header .header_btn a {
    padding: 4px 10px !important;
  }
  .main_header .header_btn .wqeb_btn {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .blog_inner_sec .blog_double_col article a.elementor-post__thumbnail__link {
    height: 250px !important;
  }
  .contact_sec .contact_form_col .elementor-widget-wrap {
    padding: 20px 20px 0px 20px !important;
  }
  .team_box .elementor-image-box-content {
    padding: 15px;
  }
  .team_box figure {
    aspect-ratio: 0.8;
    height: 100% !important;
  }
  .team_box figure img {
    height: 100% !important;
  }
  .gallery_sec .gallery_items .elementor-tab-content p img {
    width: 100% !important;
  }
  .contact_sec .contact_form_col .elementor-widget-wpforms {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 400px) {
  .community_slider_box figure {
    aspect-ratio: 0.5;
  }
}
