/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Global Gravity Forms Styling*/
.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1%;
  -ms-grid-columns: (1fr 1%) [12];
  /* grid-row-gap: 5px; */
  display: grid;
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-bottom: 2px;
  padding: 0;
}

.ginput_product_price_label {
  display: none !important;
}

.gform-field-label
  .gform-field-label--type-sub-large
  .ginput_product_price_label
  .ginput_product_price_label {
  display: none !important;
}

.ginput_product_price gform-text-input-reset {
  display: none !important;
}

/* =========== New Design Css ============== */

:root {
  --opensans: "Open Sans", sans-serif;
  --nunito: "Nunito", sans-serif;
}
.ptb_60 {
  padding-block: 60px;
}
.pt_60 {
  padding-block-start: 60px;
}
.pb_60 {
  padding-block-end: 60px;
}
.nunito_font * {
  font-family: var(--nunito) !important;
}
.opensans_font * {
  font-family: var(--opensans) !important;
}
.heading_h2 h2 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: clamp(1.625rem, 1.4957rem + 0.5747vw, 2.25rem) !important;
  line-height: 1.3;
}
.para_font p {
  font-family: var(--opensans) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.4;
}
/* ============ Top header ============ */
.top_header {
  padding: 5px 3%;
}
.top_header .e-child {
  padding: 0 !important;
  justify-content: center !important;
}
.animation_header_text {
  /* width: max-content !important;
    margin: 0 auto; */
  justify-content: start !important;
  text-align: left !important;
}
.animation_header_text .top_animation .elementor-widget-container {
  text-align: left !important;
}
.animation_container {
  position: relative !important;
  display: inline-block !important;
}
.typing_text {
  display: block;
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4;
  color: #fff !important;
}
.typing_text::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  background: url(https://redrovers.com/wp-content/uploads/2025/10/animation_van.png)
    no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 5px;
}
.top_header_phone .elementor-icon-list-text {
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4;
  text-decoration: underline;
}
/* ===== Main Header =========== */
.main_header .e-child {
  padding: 0 !important;
}
.main_header {
  padding: 20px 3% !important;
}
.main_header .header_btns a,
.main_header .header_menu nav ul li a {
  font-family: var(--nunito) !important;
}
/* ========= Home banner =========== */
.home_banner #banner-p #banner-row1 {
  font-size: clamp(1.5rem, 1.3448rem + 0.6897vw, 2.25rem) !important;
}
.home_banner #banner-p #banner-row2 span {
  font-size: clamp(1.125rem, 1.0474rem + 0.3448vw, 1.5rem) !important;
}
.home_banner .banner_ittalic_text #banner-p,
.home_banner .banner_form form * {
  font-family: var(--opensans) !important;
}
.home_banner .banner_h1 h1,
.home_banner .banner_h4 a,
.home_banner .banner_h5 *,
.home_banner .banner_form h2 {
  font-family: var(--nunito) !important;
}
.home_banner .banner_form form#gform_16 .gfield .gfield_label {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.banner_form h2 {
  color: #000 !important;
}
.about_sec .e-con-inner {
  gap: 50px;
}
/* .home_storage_sec{
    padding: 0 !important;
} */
.home_storage_sec h2,
.home_storage_sec p {
  color: #000 !important;
}
/* ================  Moving & Storage Use Cases sec =============== */
.usecase_container_box .usecase_box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 4px 4px #00000040;
  height: 100%;
}
.usecase_container_box .usecase_box figure {
  margin: 0 !important;
  /* aspect-ratio: 1.2; */
  height: 100% !important;
  border-radius: 0 0 15px 15px;
  flex-grow: 1;
}
.usecase_container_box .usecase_box figure img {
  border-radius: 0 0 15px 15px;
}
.usecase_container_box figure img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.usecase_container_box .usecase_box h3 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 1.3;
  margin-top: 0 !important;
  position: relative;
  padding-bottom: 15px;
}
.usecase_container_box .usecase_box h3::after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e4002a;
}
.usecase_container_box .usecase_box .elementor-image-box-content {
  padding: 20px 28px 30px;
  position: relative;
  flex-grow: 0;
}
.usecase_container_box .usecase_box p,
.usecase_container_box .usecase_box p a {
  font-family: var(--opensans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.5;
}
.usecase_container_box .usecase_box p a {
  text-decoration: underline;
}
.usecase_container_box .usecase_box p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.usecase_container_box .usecase_box .elementor-image-box-content::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -19px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #ffffff;
}

/* =========== Simple storage sec ========== */
.simple_storage_container {
  gap: 80px;
  position: relative;
  z-index: 9;
}
.simple_storage_container .simple_storage_box .elementor-widget-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 30px 30px;
  z-index: 9;
}
.simple_storage_container .simple_storage_box::after {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(339.72deg, #bf1e2e 49.76%, #590e15 103.43%);
  border-radius: 20px;
}
.simple_storage_container .simple_storage_box h3 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.4;
}
.simple_storage_container .simple_storage_box p {
  font-family: var(--opensans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4;
}
.simple_storage_container
  .simple_storage_box
  .elementor-widget-container::after {
  content: "";
  width: 140px;
  height: 48px;
  position: absolute;
  right: -12px;
  top: 30px;
}
.simple_storage_container
  .simple_storage_box.step_1
  .elementor-widget-container::after {
  background: url(https://redrovers.com/wp-content/uploads/2025/10/step1.png)
    no-repeat;
  background-position: center;
  background-size: contain;
}
.simple_storage_container
  .simple_storage_box.step_2
  .elementor-widget-container::after {
  background: url(https://redrovers.com/wp-content/uploads/2025/10/step2.png)
    no-repeat;
  background-position: center;
  background-size: contain;
}
.simple_storage_container
  .simple_storage_box.step_3
  .elementor-widget-container::after {
  background: url(https://redrovers.com/wp-content/uploads/2025/10/step3.png)
    no-repeat;
  background-position: center;
  background-size: contain;
}
.simple_storage_container
  .simple_storage_box.step_4
  .elementor-widget-container::after {
  background: url(https://redrovers.com/wp-content/uploads/2025/10/step4.png)
    no-repeat;
  background-position: center;
  background-size: contain;
}
.simple_storage_container
  .simple_storage_box
  .elementor-widget-container::before {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  right: -17px;
  top: 60%;
  transform: translateY(-50%);
  background: url(https://redrovers.com/wp-content/uploads/2025/10/right_arrow.png)
    no-repeat;
  background-size: contain;
  background-position: center;
}
.simple_storage_container::after {
  content: "";
  width: 80%;
  height: 60%;
  position: absolute;
  right: 50px;
  bottom: 30px;
  background: #590e152e;
  z-index: -1;
}
.storage_container_sec h2,
.storage_container_sec h4.tabs__heading,
.storage_container_sec h4.tabs__subheading {
  color: #000 !important;
}
/* ========= Why choose us sec =========== */
.why_chooseus_sec .e-con-inner {
  gap: 50px;
}
.why_chooseus_sec .why_chooseus_point {
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 5px;
  background: #fff;
  padding: 23px 17px 16px;
}
.why_chooseus_sec .why_chooseus_point h3 {
  margin-top: 0 !important;
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.4;
}
.why_chooseus_sec .why_chooseus_point p {
  font-family: var(--opensans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4;
}
/* ====== video sec ============ */
.video_sec .storage_videos h4.card__heading {
  font-family: var(--nunito) !important;
  color: #000 !important;
}
.video_sec_heading h3 {
  font-size: clamp(1.25rem, 1.1207rem + 0.5747vw, 1.875rem) !important;
}
.video_sec_btn a {
  font-size: clamp(1.125rem, 1.0474rem + 0.3448vw, 1.5rem) !important;
}
.video_sec .storage_videos p.card__copy {
  font-family: var(--opensans) !important;
  font-size: 16px !important;
}
.video_sec .storage_videos a.elementor-button {
  font-family: var(--nunito) !important;
}
/* ========= Cta ============ */
.home_cta .e-con-inner {
  padding: 0 !important;
}
.home_cta .cta_span span {
  font-size: 18px;
  padding: 20px 20px 12px;
  background: url(https://redrovers.com/wp-content/uploads/2025/10/cta_span_bg.png)
    no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  z-index: 99;
  font-family: var(--nunito) !important;
  font-weight: 600 !important;
  line-height: 1.4;
}
.home_cta .cta_heading h2 {
  font-family: var(--nunito) !important;
  font-weight: 900 !important;
  /* font-size: 60px !important; */
  font-size: clamp(2.25rem, 1.9397rem + 1.3793vw, 3.75rem) !important;
  line-height: 1.4;
  color: #fff !important;
  width: max-content;
  position: relative;
  z-index: 9;
  padding-left: 20px;
}
.home_cta .cta_heading h2::before {
  content: "";
  width: 460px;
  height: 115px;
  position: absolute;
  left: 0;
  top: -30px;
  background: url(https://redrovers.com/wp-content/uploads/2025/10/cta_headingbg.png)
    no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.home_cta p {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
/*   font-size: 20px !important; */
	font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
  line-height: 1.4;
  text-transform: uppercase;
}
.home_cta .web_btn a {
  font-family: var(--nunito) !important;
}
.home_cta .cta_img {
  position: absolute;
  height: calc(100% - 20px);
  bottom: -20px;
}
.home_cta .cta_img .elementor-widget-container {
  height: 100%;
}
.home_cta .cta_img img {
  height: 100% !important;
  object-fit: contain;
  object-position: bottom;
}
/* ============== Review sec ============= */
.review_sec .heading_span span {
  font-family: var(--nunito) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}
.review_sec
  .reviews_boxes
  .elementor-testimonial
  span.elementor-testimonial__name {
  color: #000;
  font-family: var(--nunito) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}
.review_sec .reviews_boxes .elementor-testimonial__content * {
  font-family: var(--opensans) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.4;
}
/* ==========  FAQ Sec ========= */
.faq_sec .faq_ques {
  padding-left: 40px !important;
  position: relative;
}
.faq_sec .faq_ques::before {
  content: url(https://redrovers.com/wp-content/uploads/2025/10/ques_icon.png);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
}
.faq_sec .faq_ques span {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.3;
}
/* =========== Blog sec ============ */
.blog_sec .blog_posts .elementor-post {
  align-items: center !important;
}
.blog_sec .blog_posts .elementor-post a.elementor-post__thumbnail__link {
  aspect-ratio: 1;
  height: 100% !important;
}
.blog_sec
  .blog_posts
  .elementor-post
  a.elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  height: 100% !important;
}
.blog_sec .blog_posts article h3 {
  margin-bottom: 15px !important;
  font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
}
.blog_sec .blog_posts article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.footer_above_boxes h2 {
  font-size: clamp(1.5rem, 1.3966rem + 0.4598vw, 2rem) !important;
}
.footer_above_boxes .footer_box a {
  font-size: 20px !important;
  height: 48px !important;
}
.footer_above_boxes .footer_box a b {
  font-size: 24px !important;
}

/* ========== Footer Styling =========== */
.footer_map {
  padding: 0 !important;
}
.main_footer .e-con-inner {
  flex-wrap: wrap !important;
}
.main_footer .footer_cols {
  width: 33.33% !important;
}
.main_footer .footer_location {
  width: 100% !important;
  padding: 15px 70px !important;
}
.main_footer .footer_heading h3,
.main_footer .footer_heading h4 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: clamp(1.25rem, 1.1724rem + 0.3448vw, 1.625rem) !important;
  line-height: 1.4;
}
.main_footer .footer_quick_links nav ul li a {
  font-family: var(--opensans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.4;
  padding: 5px 20px !important;
  position: relative;
  text-decoration: underline;
}
.main_footer .footer_quick_links nav ul li a::after {
  content: "";
  position: absolute;
  border-left: 8px solid #e4002a;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  left: 0;
  opacity: 1 !important;
}
.main_footer .footer_contact .elementor-icon-list-text {
  font-family: var(--opensans) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.5;
}
.main_footer .footer_contact a .elementor-icon-list-text {
  text-decoration: underline;
}
.main_footer .footer_location .footer_heading {
  border-bottom: 0.5px solid #e4002a;
}
.main_footer .footer_heading h4 {
  font-size: clamp(1.125rem, 1.0733rem + 0.2299vw, 1.375rem) !important;
}
.main_footer .footer_location .footer_contact ul {
  row-gap: 12px;
}
.main_footer
  .footer_location
  .footer_contact
  ul
  li:last-child
  .elementor-icon-list-text {
  color: #e4002a !important;
  font-weight: 600 !important;
}
.footer_copyright h2 {
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  /* font-size: 18px !important; */
  font-size: clamp(0.875rem, 0.8233rem + 0.2299vw, 1.125rem) !important;
  line-height: 1.4;
}
.footer_copyright nav ul li a {
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  /* font-size: 18px !important; */
  font-size: clamp(0.875rem, 0.8233rem + 0.2299vw, 1.125rem) !important;
  line-height: 1.4 !important;
  padding: 0 20px !important;
}
.footer_copyright nav ul li.menu-item-140 a {
  border-right: 2px solid #fff;
}

/* ============= Service Listing page =========== */
.services_listings .services_box figure {
  aspect-ratio: 1.3;
  height: 100% !important;
  border-radius: 20px;
}
.services_listings .services_box figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
.services_listings .services_box .elementor-image-box-content {
  position: relative;
  border: 1px solid #cecece;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 25px;
  aspect-ratio: 1.2;
}
.services_listings .services_box .elementor-image-box-content h3 {
  position: absolute;
  top: -80px;
  border: 1px solid #ffffff;
  color: #fff;
  background: #e4002a;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  /* font-size: 20px !important; */
  font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
  line-height: 1.4;
  padding: 10px 20px;
  margin: 0 !important;
}
.services_listings .services_box .elementor-image-box-content p {
  font-family: var(--opensans) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.4;
}
/* ====== service detail page ======== */
.innerBanner_head * {
  /* font-size: 54px !important; */
  font-size: clamp(1.875rem, 1.5647rem + 1.3793vw, 3.375rem) !important;
  line-height: 1.5;
}
.services_details .services_storage_box figure {
  aspect-ratio: 0.8;
  height: 100%;
  margin: 0 !important;
  border-radius: 20px;
}
.services_details .services_storage_box figure img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
.services_details .services_storage_box .elementor-image-box-content {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #e4002a;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 10px 20px;
}
.services_details .services_storage_box h3 {
  color: #fff !important;
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  /* font-size: 20px !important; */
  font-size: clamp(1rem, 0.9483rem + 0.2299vw, 1.25rem) !important;
  line-height: 1.3;
  margin: 0 !important;
}
/* ========= Country Listing page ============ */
.country_listing_sec .countries_list .country_box figure {
  aspect-ratio: 1.3;
  margin: 0 !important;
  width: 100%;
  height: 100% !important;
}
.country_listing_sec .countries_list .country_box figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.country_listing_sec .countries_list .country_box .elementor-image-box-content {
  position: absolute;
  bottom: 7px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 15px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.country_listing_sec
  .countries_list
  .country_box
  .elementor-image-box-content
  h3,
.country_listing_sec
  .countries_list
  .country_box
  .elementor-image-box-content
  p
  a {
  color: #fff !important;
}
/* ========== City listing============ */
.city_list ul {
  gap: 20px;
  padding: 0 10px !important;
}
.city_list ul li {
  width: calc(25% - 15px) !important;
  background: #f3f3f3;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  padding: 15px !important;
  margin: 0 !important;
}
.city_list ul li .elementor-icon-list-text {
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  /* font-size: 22px !important; */
  font-size: clamp(0.875rem, 0.7716rem + 0.4598vw, 1.375rem) !important;
  line-height: 1.4;
}
.country_detail .para_font ul li {
  font-weight: 600 !important;
}
/* ====== City detail ========== */
.inner_banner .e-con-inner > div {
  justify-content: space-between !important;
}
.inner_banner h4 {
  font-size: 28px !important;
  font-weight: 800 !important;
}
/* ========= Blog listing page ========== */
.blog_listings .listing_blogs article.elementor-grid-item {
  position: relative;
  height: 100% !important;
  overflow: visible !important;
  max-height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: 1;
}
.listing_blogs article a.elementor-post__thumbnail__link {
  aspect-ratio: 1.8;
  height: 100% !important;
  border-radius: 10px 10px 0 0;
  margin: 0 !important;
}
.listing_blogs
  article
  a.elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  height: 100% !important;
  width: 100% !important;
  border-radius: 10px 10px 0 0;
}
.listing_blogs
  article
  a.elementor-post__thumbnail__link
  .elementor-post__thumbnail
  img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.listing_blogs article h3 a {
  font-size: clamp(1.125rem, 1.0474rem + 0.3448vw, 1.5rem) !important;
}
.listing_blogs article .elementor-post__meta-data {
  background: #e4002a;
  border: 1px solid #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing_blogs article .elementor-post__meta-data span {
  font-family: Nunito;
  font-weight: 700;
  /* font-size: 35px; */
  font-size: clamp(1.375rem, 1.2069rem + 0.7471vw, 2.1875rem) !important;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.blog_listings
  .listing_blogs
  article.elementor-grid-item
  .elementor-post__text {
  aspect-ratio: 3;
  height: 100% !important;
  background: #f3f3f3;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.blog_listings .listing_blogs article .elementor-post__text h3 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.3;
}
.blog_listings .listing_blogs article .elementor-post__text p {
  font-family: var(--opensans) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog_listings
  .listing_blogs
  article
  .elementor-post__text
  a.elementor-post__read-more {
  background: #e4002a;
  color: #fff !important;
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.4;
  padding: 10px 20px !important;
  border-radius: 10px;
  margin-top: 20px;
  display: block;
  width: max-content;
}
.blog_listings .listing_blogs nav.elementor-pagination {
  margin-top: 30px;
}
.blog_listings .listing_blogs nav.elementor-pagination a.page-numbers {
  background: #f3f3f3;
  color: #444444;
  font-family: var(--opensans) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.3;
  border-radius: 5px;
  padding: 5px 10px;
}
.blog_listings
  .listing_blogs
  nav.elementor-pagination
  span.page-numbers.current {
  background: #e4002a;
  color: #fff;
  font-family: var(--opensans) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.3;
  border-radius: 5px;
  padding: 5px 10px;
}
/* ========= Blog Detail ======== */
.blog_banner {
  position: relative;
  z-index: 9;
}
.blog_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.blog_detail_content .blog_post_info {
  margin-top: -20px;
}
.blog_detail_content .blog_post_info .elementor-widget-container {
  padding: 14px 25px;
  border-radius: 0 0 5px 5px;
}
.blog_detail_content p {
  font-weight: 500 !important;
  color: #000 !important;
}
.blog_detail_content p img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}
.blog_detail_content .recent_post_col {
  height: 100% !important;
}
.blog_detail_content
  .recent_post_col
  article
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  height: 100% !important;
}
.blog_detail_content .recent_post_col .recent_post article h3 {
  font-family: var(--nunito) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.3;
  text-decoration: underline;
}
.blog_detail_content
  .recent_post_col
  .recent_post
  article
  .elementor-post__meta-data {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
}
.blog_detail_content
  .recent_post_col
  .recent_post
  article
  .elementor-post__meta-data::before {
  content: url(https://redrovers.com/wp-content/uploads/2025/10/calendar_icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.recent_post_col
  .recent_post
  article
  .elementor-post__meta-data
  .elementor-post-date {
  font-family: var(--opensans) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #000 !important;
  padding-left: 10px;
}
body.single-post h2,
body.single-post h3,
body.single-post h4 {
  color: #e4002a !important;
}
.country_detail ul li {
  font-size: 18px !important;
}
.blog_banner h1.elementor-heading-title {
  font-size: clamp(2.125rem, 1.944rem + 0.8046vw, 3rem) !important;
  line-height: 1.4;
}
/* =========== responsive ============ */

@media screen and (max-width: 1200px) and (min-width: 1025) {
  #hubspot-messages-iframe-container.widget-align-right {
    right: unset !important;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .simple_storage_container
    .simple_storage_box
    .elementor-widget-container::after {
    width: 100px;
  }
  .services_listings .services_box .elementor-image-box-content {
    aspect-ratio: 1;
  }
  .listing_blogs {
    padding: 0 20px !important;
  }
  .blog_listings .listing_blogs article.elementor-grid-item {
    aspect-ratio: 0.9;
  }
  .blog_listings
    .listing_blogs
    article.elementor-grid-item
    .elementor-post__text {
    aspect-ratio: 2.5;
  }
  .main_header .header_menu nav ul li a {
    padding: 10px 5px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1024px) {
  .header_right_col {
    flex-direction: row !important;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
  .main_header .header_menu nav ul li a {
    font-size: 16px !important;
  }
  .header_right_col > div {
    width: max-content !important;
  }
  .simple_storage_container {
    width: 95%;
    margin: 0 auto;
  }
  .blog_posts .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .footer_above_boxes .footer_box a b {
    font-size: 20px !important;
  }
  .services_listings .services_box .elementor-image-box-content {
    aspect-ratio: 1.6;
  }
  .recent_post_col article {
    align-items: center !important;
  }
}

@media screen and (max-width: 991px) {
  /* .usecase_container_box .usecase_box figure {
    aspect-ratio: 1.9;
  } */
  .usecase_container_box .usecase_box p span {
    -webkit-line-clamp: 2;
  }
  .footer_above_boxes .footer_box a {
    font-size: 16px !important;
    height: unset;
  }
  .footer_above_boxes .footer_box {
    padding: 20px !important;
  }
  .footer_above_boxes .footer_box a b {
    font-size: 16px !important;
  }
  .services_listings .services_box .elementor-image-box-content {
    aspect-ratio: 1.8;
  }
  .listing_blogs article .elementor-post__meta-data {
    width: 60px;
    height: 65px;
  }
  .about_sec .e-con-inner,
  .why_chooseus_sec .e-con-inner,
  .faq_sec .e-con-inner,
  .blog_sec .e-con-inner,
  .home_cta .e-con-inner {
    flex-wrap: wrap !important;
  }
  .about_sec .e-con-inner > div,
  .why_chooseus_sec .e-con-inner > div,
  .faq_sec .e-con-inner > div,
  .blog_sec .e-con-inner > div,
  .home_cta .e-con-inner > div {
    width: 100% !important;
  }
  .home_cta .cta_img {
    position: unset;
  }
  body.home .home_cta p {
    margin-top: 20px;
  }
  .blog_listings .listing_blogs article.elementor-grid-item {
    aspect-ratio: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .top_header {
    gap: 10px;
  }
  .header_right_col {
    gap: 10px;
  }
  .header_right_col > div {
    width: 100% !important;
  }
  .home_cta .cta_img {
    position: unset;
  }
  .main_header > .e-con.e-child {
    gap: 15px;
  }
  .blog_sec .blog_posts .elementor-post a.elementor-post__thumbnail__link {
    width: 25%;
  }
  .footer_above_boxes .e-con-inner {
    gap: 20px;
  }
  .main_footer .footer_cols {
    width: 50% !important;
  }
  .home_cta .cta_heading h2::before {
    width: calc(100% + 50px);
    top: -40px;
  }
  .animation_container {
    display: block;
  }
  .absolute_img_col {
    position: unset !important;
  }
  .location_detail_sec {
    padding: 60px 0;
  }
  .location_detail_sec .e-con-inner {
    padding: 0;
  }
  .location_detail_sec .e-con-inner > div {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .city_list ul li {
    width: calc(33.33% - 15px) !important;
  }
  .services_listings .services_box .elementor-image-box-content {
    aspect-ratio: 4.8;
  }
  .blog_listings .listing_blogs article.elementor-grid-item {
    aspect-ratio: unset;
  }
  .blog_listings
    .listing_blogs
    article.elementor-grid-item
    .elementor-post__text {
    aspect-ratio: unset;
  }
  .top_header .animation_header_text {
    /* justify-content: start !important; */
    margin-left: -15px;
  }
  .review_sec .elementor-swiper-button-prev {
    left: -10px !important;
  }
  .review_sec .elementor-swiper-button-next {
    right: -10px !important;
  }
  .storage_container_sec h2 {
    text-align: left !important;
  }
  .services_details .services_storage_box:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
	.footer_contact_col{
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px) {
  .usecase_container_box,
  .simple_storage_container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .main_footer .footer_cols {
    width: 100% !important;
  }
  .main_footer .quick_links_col {
    padding: 0 !important;
    border: none !important;
  }
  .typing_text {
    font-size: 11px !important;
  }
  .typing_text::after {
    width: 30px;
    height: 20px;
  }
  .city_list ul li {
    width: calc(50% - 15px) !important;
  }
  .services_storage_sec .services_details {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .services_details .services_storage_box:last-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
	.quick_links_col {
		margin: 30px 0;
	}
	.footer_contact_col{
		margin-top: 0px;
	}
	.main_footer .footer_location{
		padding: 15px 20px !important;
	}
	.main_footer .footer_location .footer_contact ul{
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
  .countries_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .city_list ul li {
     padding: 10px !important;
  }
}
@media screen and (min-width: 1800px) {
  .absolute_img_sec .absolute_img_col .absolute_img {
    max-width: 80% !important;
    margin-left: auto !important;
  }
}
