@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Light.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Black.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../../themes/raindrops-official/assets/fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  background: #FFFFFF;
  color: #FFFFFF;
  overflow-x: hidden;
  letter-spacing: 0;
}

input, textarea {
  font-family: "SF Pro Display", sans-serif;
}

/* Images */
img {
  max-width: 100%;
  display: block;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #242526;
}

::-webkit-scrollbar-thumb {
  background: #3A3B3C;
}

section {
  padding: 0;
}

p, span {
  font-family: "SF Pro Display", sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
}

/* Paragraphs */
p {
  font-size: 1.125rem;
  margin: 0;
  letter-spacing: 0;
}

/* Links */
a {
  color: #6E89F2;
  text-decoration: none;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

button {
  text-decoration: none;
  font-weight: 500;
}
button:hover, button:focus {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #6E89F2;
}

/* List */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0 0 10px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading.left {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-heading.left {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading.left {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-heading.left {
    margin-bottom: 30px;
  }
}
.section-heading.left .subheading-left {
  padding: 10px 20px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  line-height: 1;
}
.section-heading.left .subheading-left.subheading-white {
  color: #FFFFFF;
}
.section-heading.left .section-maintitle {
  font-size: 3.125rem;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading.left .section-maintitle {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-heading.left .section-maintitle {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-heading.left .section-maintitle {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.section-heading.left .section-maintitle .highlight-text {
  color: #6E89F2;
}
@media (max-width: 991px) {
  .section-heading.left .section-maintitle br {
    display: none;
  }
}
.section-heading.left .section-text {
  font-size: 1.125rem;
  line-height: 26px;
  color: #BBBBBB;
  width: 75%;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading.left .section-text {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .section-heading.left .section-text {
    width: 100%;
    font-size: 16px;
  }
}
.section-heading.left .section-text a {
  color: #6E89F2;
}
.section-heading.left .section-text.section-text-white {
  color: #FFFFFF;
  width: 65%;
}
@media (max-width: 991px) {
  .section-heading.left .section-text.section-text-white {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-heading.left .section-text.section-text-white {
    width: 100%;
    font-size: 16px;
  }
}
.section-heading .subheading {
  padding: 10px 20px;
  color: #030D1E;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #6E89F2;
  display: inline-block;
  line-height: 1;
}
.section-heading .subheading.subheading-white {
  color: #FFFFFF;
}
.section-heading .section-maintitle {
  font-size: 3.125rem;
  line-height: 60px;
  color: #030D1E;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading .section-maintitle {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-heading .section-maintitle {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-heading .section-maintitle {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.section-heading .section-maintitle .highlight-text {
  color: #6E89F2;
}
.section-heading .section-maintitle.maintitle-white {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section-heading .section-maintitle br {
    display: none;
  }
}
.section-heading .section-text {
  font-size: 1.125rem;
  line-height: 26px;
  color: #444444;
  width: 75%;
  margin: 0 auto;
}
.section-heading .section-text.section-text-two {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading .section-text {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-heading .section-text {
    width: 100%;
    font-size: 16px;
  }
}
.section-heading .section-text.section-text-white {
  color: #FFFFFF;
  width: 75%;
}
@media (max-width: 991px) {
  .section-heading .section-text.section-text-white {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-heading .section-text.section-text-white {
    font-size: 16px;
  }
}

.container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 1vw, 2rem);
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.btn-rounded-dark {
  display: inline-block;
  background-color: #010D20;
  border-radius: 50px;
  padding: 15px 60px 15px 15px;
  position: relative;
  color: #FFFFFF;
  line-height: 1;
  font-size: 16px;
}
.btn-rounded-dark:hover {
  background-color: #FFFFFF;
  color: #030D1E;
}
.btn-rounded-dark:hover .icon-round-wrapper {
  transform: rotate(45deg);
  background-color: #030D1E;
}
.btn-rounded-dark:hover .icon-round-wrapper.icon-white img {
  filter: invert(1);
}
.btn-rounded-dark.purple-hover:hover {
  background-color: #6E89F2;
  color: #FFFFFF;
}
.btn-rounded-dark .icon-round-wrapper {
  transition: all ease-in-out 0.3s;
}

a.btn-rounded-white {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 60px 10px 15px;
  position: relative;
  color: #030D1E;
}
@media (max-width: 350px) {
  a.btn-rounded-white {
    min-width: 153px;
  }
}
a.btn-rounded-white:hover {
  background-color: #030D1E;
  color: #FFFFFF;
}
a.btn-rounded-white:hover .icon-round-wrapper {
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
a.btn-rounded-white:hover .icon-round-wrapper.icon-dark img {
  filter: invert(1);
}
a.btn-rounded-white .icon-round-wrapper {
  transition: all ease-in-out 0.3s;
}

button.btn-rounded-white {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 1rem;
  line-height: 1.75;
  text-transform: capitalize;
  padding: 10px 60px 10px 15px;
  position: relative;
  color: #030D1E;
}
button.btn-rounded-white:hover {
  background-color: #030D1E;
  color: #FFFFFF;
}
button.btn-rounded-white:hover .icon-round-wrapper {
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
button.btn-rounded-white:hover .icon-round-wrapper.icon-dark img {
  filter: invert(1);
}
button.btn-rounded-white .icon-round-wrapper {
  transition: all ease-in-out 0.3s;
}

.icon-round-wrapper {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-round-wrapper.icon-white {
  background-color: #FFFFFF;
}
.icon-round-wrapper.icon-dark {
  background-color: #030D1E;
}

.sticky-header-custom #site-header .header-inner {
  position: fixed;
  top: 0;
  width: 100%;
  animation: 0.35s ease-out slideDown;
  max-width: 100%;
  background-image: url("../../themes/raindrops-official/assets/images/banner-bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#site-header {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  background: transparent;
  z-index: 999;
}
#site-header .header-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: inherit;
}
#site-header .header-inner .header-titles-wrapper {
  padding: 0;
  justify-content: inherit;
}
#site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper .rdi-mobile-get-quote {
  display: none;
}
@media (max-width: 1199px) {
  #site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper .rdi-mobile-get-quote {
    display: block;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  #site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper {
    display: flex;
    gap: 15px;
  }
}
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
  margin: 0 !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
#site-header .header-titles-wrapper {
  margin-right: 0 !important;
  justify-content: space-between !important;
}
@media (max-width: 1199px) {
  #site-header .header-titles-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: inherit;
  }
}
#site-header .header-titles-wrapper .mobile-nav-toggle {
  position: inherit;
  width: auto;
}
#site-header .header-titles-wrapper .mobile-nav-toggle .toggle-inner {
  padding-top: 0;
  height: inherit;
}
#site-header .header-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-icon {
  height: 50px;
  border-radius: 10px;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  #site-header .header-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-icon {
    height: 35px;
    width: 35px;
    line-height: 40px;
  }
	#site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper .rdi-mobile-get-quote{
		padding: 13px 35px 13px 13px;
		font-size: 12px;
  		letter-spacing: 0;
	}
	#site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper .rdi-mobile-get-quote .icon-round-wrapper{
		top: 7px;
		width: 22px;
		height: 22px;
	}
	#site-header .header-inner .header-titles-wrapper .rdi-mobile-toggle-wrapper{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.menu-modal-inner .menu-wrapper.section-inner{
		max-width: 100%;
		width: 100%;
		padding: 15px;
	}
	.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top button.close-nav-toggle{
		padding: 0 !important;
	}
	.rdi-menu-modal .menu-modal-inner .menu-wrapper .close-nav-toggle svg{
		width: 15px;
		height: 15px;
	}
	.mobile-menu.rdi-mobile-menu .modal-menu.reset-list-style{
		padding: 15px;
	}
	.mobile-menu.rdi-mobile-menu .modal-menu.reset-list-style li .ancestor-wrapper a{
		font-size: 16px !important;
		padding: 10px 0 !important;
		font-weight: 500 !important;
	}
	.mobile-menu.rdi-mobile-menu .modal-menu.reset-list-style li .ancestor-wrapper .sub-menu-toggle{
		margin: 0 !important;
		padding: 0 !important;
	}
	.mobile-menu.rdi-mobile-menu .modal-menu.reset-list-style li .ancestor-wrapper .sub-menu-toggle svg{
		width: 15px !important;
		height: 15px !important;
	}
	.mobile-menu.rdi-mobile-menu .modal-menu.reset-list-style li .sub-menu.active li{
		border-left-width: 0 !important;
		padding-left: 10px;
	}
	#site-header .site-logo .custom-logo-link .custom-logo{
		max-width: 120px !important;
	}
}
#site-header .header-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-icon i {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #site-header .header-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-icon i {
    font-size: 20px;
  }
}
#site-header .header-titles-wrapper .mobile-search-toggle.toggle, #site-header .header-titles-wrapper .mobile-nav-toggle.toggle {
  padding: 0;
  height: inherit;
}
@media (max-width: 1199px) {
  #site-header .header-titles-wrapper .mobile-search-toggle, #site-header .header-titles-wrapper .mobile-nav-toggle {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  #site-header .header-navigation-wrapper {
    display: none !important;
  }
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  padding: 15px 20px;
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-menu-link {
  letter-spacing: normal;
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  width: 100vw;
  left: 49%;
  margin-left: -49vw;
  padding: 40px;
  top: 110%;
  background-image: url(../../themes/raindrops-official/assets/images/service-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.megamenu-title > .mega-menu-link {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.megamenu-title > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
#site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.megamenu-title > .mega-sub-menu > .mega-menu-item > .mega-menu-link:hover {
  transform: translateX(5px);
}

.rdi-menu-modal {
  z-index: 9999;
}
.rdi-menu-modal .menu-modal-inner {
  background: inherit;
  background-image: radial-gradient(111.76% 447.96% at 0% -100%, #619BFF 20%, rgba(205, 219, 248, 0) 51%), linear-gradient(250.17deg, #FFE261 20.03%, rgba(255, 229, 97, 0) 47.8%), linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(0deg, #0077ED, #0077ED);
  background-blend-mode: screen;
  background-size: cover;
  background-repeat: no-repeat;
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top button.close-nav-toggle {
  padding: 3rem 0;
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top button:focus, .rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top button:active {
  outline: none;
  background: unset;
}
@media (max-width: 1199px) {
  .rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu {
    display: block;
  }
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li {
  border: 0;
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper a {
  color: #030D1E;
  font-weight: 700;
  padding: 2rem 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper a {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper a {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper a {
    font-size: 22px;
  }
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper a:hover {
  color: #6E89F2;
  text-decoration: none;
}
.rdi-menu-modal .menu-modal-inner .menu-wrapper .menu-top .rdi-mobile-menu .modal-menu > li .ancestor-wrapper .sub-menu-toggle {
  border-left: 0;
}

#rdiGetQuoteModal {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
#rdiGetQuoteModal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
#rdiGetQuoteModal.show {
  display: block;
  opacity: 1;
}
#rdiGetQuoteModal .modal-dialog {
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem;
  border-radius: 1rem;
  overflow-y: auto;
  bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  max-height: 510px;
}
#rdiGetQuoteModal .modal-dialog .modal-content {
  animation: fadeIn 0.3s ease-in-out;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper {
  color: #030D1E;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper {
    padding: 2rem;
    text-align: center;
  }
}
@media and (max-width: 767.98px) {
  #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper {
/*     padding: 1.5rem; */
    text-align: center;
  }
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-title {
  font-size: 30px;
  line-height: 40px;
  color: #030D1E;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-title {
    font-size: 1.875rem;
    line-height: 40px;
  }
	#rdiGetQuoteModal .modal-dialog{
		width: 99%;
		height: 100%;
		max-height: 660px;
	}
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-des {
  font-size: 1rem;
  font-weight: 300;
  color: #444444;
  margin-bottom: 30px;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form {
  display: flex;
  flex-direction: column;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 575.98px) {
  #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid {
    display: flex;
    flex-direction: column;
  }
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid input, #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid textarea {
  padding: 0.75rem 1rem;
  border: 0;
  background: #FFFFFF;
  border-radius: 50px;
  color: #030D1E;
  font-size: 0.9375rem;
  width: 100%;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid input:focus, #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid textarea:focus {
  outline: none;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid input::placeholder, #rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid textarea::placeholder {
  color: #030D1E;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .textarea {
  grid-column: span 2;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .textarea textarea {
  resize: vertical;
  border-radius: 12px;
  max-height: 120px;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload {
  grid-column: span 2;
  position: relative;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #030D1E;
  font-size: 1rem;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload label img {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  filter: brightness(1) invert(1);
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload input[type=file] {
  display: none;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload #rdi-get-quote-file-info {
  display: none;
  position: relative;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload #rdi-get-quote-file-info #rdi-get-quote-file-preview img {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
  object-position: center;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload #rdi-get-quote-file-info #rdi-get-quote-remove-file {
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #6E89F2;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .file-upload #rdi-get-quote-file-info #rdi-get-quote-remove-file:hover {
  background-color: #000;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti {
  display: block;
  --iti-path-globe-1x: url("../../themes/raindrops-official/assets/intl-tel-input/build/img/globe_light.webp");
  --iti-path-globe-2x: url("../../themes/raindrops-official/assets/intl-tel-input/build/img/globe_light@2x.webp");
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container {
  border: 0;
  border-radius: 50px 0 0 50px;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__selected-country {
  background: #ededed;
  border-radius: 50px 0 0 50px;
	padding-right: 8px;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__selected-country .iti__selected-country-primary{
	padding-right: 0;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__selected-country .iti__selected-country-primary:hover {
  background-color: transparent;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__dropdown-content {
  padding: 15px 0;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__dropdown-content .iti__country-list {
  margin-top: 12px;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__country-container .iti__dropdown-content .iti__country-list li {
  margin: 0;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .form-grid .iti .iti__tel-input {
  padding-left: 83px !important;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-body .form-wrapper .rdi-get-quote-form .submit-wrapper {
  margin-top: 16px;
  text-align: left;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-header,
#rdiGetQuoteModal .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: end;
  align-items: center;
}
#rdiGetQuoteModal .modal-dialog .modal-content .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #030D1E;
  padding: 0;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.banner-section {
  background-image: url("../../themes/raindrops-official/assets/images/banner-bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 100px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section {
    padding: 120px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section {
    padding: 120px 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #010D20;
    opacity: 0.4;
  }
}
.banner-section .banner-main-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-main-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-main-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    position: relative;
  }
}
.banner-section .banner-main-wrapper .banner-left {
  /* xclip */
}
@media (max-width: 767.98px) {
  .banner-section .banner-main-wrapper .banner-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
  }
}
.banner-section .banner-main-wrapper .banner-left .banner-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.banner-section .banner-main-wrapper .banner-left .banner-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  transition: width 0.15s ease-in-out;
}
.banner-section .banner-main-wrapper .banner-left .banner-words-wrapper b.is-visible {
  position: relative;
}
.banner-section .banner-main-wrapper .banner-left .banner-headline.clip span {
  display: inline-block;
  padding: 0;
}
.banner-section .banner-main-wrapper .banner-left .banner-headline.clip .banner-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.banner-section .banner-main-wrapper .banner-left .banner-headline.clip b {
  opacity: 0;
}
.banner-section .banner-main-wrapper .banner-left .banner-headline b.is-visible {
  opacity: 1;
}
.banner-section .banner-main-wrapper .banner-left .banner-title {
  font-size: 3.43rem;
  line-height: 65px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.625rem;
    line-height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.375rem;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
.banner-section .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
  background: #010D20;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
    padding: 10px 15px;
  }
	.banner-section .banner-main-wrapper .banner-left .banner-words-wrapper{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}
.banner-section .banner-main-wrapper .banner-left .banner-des {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
  width: 80%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-des {
    margin: 0 auto 20px;
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-main-wrapper .banner-left .banner-des {
    width: 100%;
  }
}
.banner-section .banner-main-wrapper .banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .banner-main-wrapper .banner-right img {
  width: 100%;
  max-width: 410px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-main-wrapper .banner-right img {
    max-width: 330px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section .banner-main-wrapper .banner-right img {
    max-width: inherit;
    min-width: 450px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-main-wrapper .banner-right img {
    max-width: inherit;
    min-width: 330px;
  }
}

.why-choose-us-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-us-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-section {
    padding: 50px 0;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right {
    gap: 10px;
    flex: 0 0 auto;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
  flex: 0 0 45%;
  padding: 30px;
  background: linear-gradient(to right, #161C36 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid #27325C;
  min-height: 188px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-icon {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 31.33%;
    flex-grow: 1;
    min-height: 192px;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 49%;
    flex-grow: 1;
    min-height: 163px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 auto;
    flex-grow: 1;
    min-height: 174px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: initial;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
  margin-left: 55px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
    margin-left: 0;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(5) {
  margin-left: 55px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(5) {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(5) {
    margin-left: 0;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:hover {
  border: 1px solid #6E89F2;
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:hover img {
  transform: rotateY(180deg);
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content {
  margin-top: 20px;
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (992px <= width <= 1024px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (768px <= width <= 991px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 16px;
  }
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-des {
  font-size: 16px;
  color: #888888;
  line-height: 22px;
}
.why-choose-us-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-icon img {
  transition: all ease-in-out 0.3s;
}

.what-we-do-section {
  position: relative;
  padding: 100px 0;
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .what-we-do-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .what-we-do-section {
    padding: 50px 0;
  }
}
.what-we-do-section .shape-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.what-we-do-section .shape-left img {
  width: 250px;
  mix-blend-mode: overlay;
}
.what-we-do-section .whatwedoslider-wrapper {
  margin-left: 30px;
}
.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 500px;
}
.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide .slider-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  min-height: 305px;
  cursor: grab;
}
.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide .slider-box .slider-title {
  color: #030D1E;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin: 15px 0;
}
.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide .slider-box .slider-des {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide .slider-box.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.casestudies-section {
  position: relative;
  padding: 100px 0;
  background-image: url("../../themes/raindrops-official/assets/images/casestudies-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .casestudies-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .casestudies-section {
    padding: 40px 0;
  }
	.what-we-do-section .whatwedoslider-wrapper {
	  margin-left: 0;
		padding: 0 16px;
	}
}
.casestudies-section .casestudiesSlider .swiper-wrapper {
  margin-bottom: 5rem;
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card {
  display: flex;
  max-width: 1050px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: grab;
}
@media (max-width: 991px) {
  .casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card {
    flex-direction: column-reverse;
  }
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content {
  flex: 0 0 50%;
  padding: 3rem;
}
@media (max-width: 991px) {
  .casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content {
    padding: 2rem 1.5rem;
  }
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .tags {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .tags .tag {
  border: 1px solid rgb(68, 68, 68);
  padding: 5px 10px;
  border-radius: 20px;
  line-height: 1;
  font-size: 0.9rem;
  color: #444444;
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #030D1E;
}
@media (max-width: 767px) {
  .casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .title {
    font-size: 1.25rem;
  }
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .description {
  font-size: 1.125rem;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-content .description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-image {
  flex: 0 0 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-image {
    flex: 0 0 auto;
  }
}
.casestudies-section .casestudiesSlider .swiper-wrapper .swiper-slide .case-study-card .card-image img {
  min-height: 488px;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}
.casestudies-section .casestudiesSlider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
.casestudies-section .casestudiesSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.solutions-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solutions-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .solutions-section {
    padding: 50px 0;
  }
}
.solutions-section .industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .solutions-section .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .solutions-section .industries-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solutions-section .industries-grid::after, .solutions-section .industries-grid::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.solutions-section .industries-grid::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(60, 68, 81, 0.12) 0%, rgba(255, 255, 255, 0.12) 9.21%, rgba(255, 255, 255, 0.12) 90.1%, rgba(3, 13, 30, 0.12) 100%);
}
.solutions-section .industries-grid::after {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(60, 68, 81, 0.12) 0%, rgba(255, 255, 255, 0.12) 9.21%, rgba(255, 255, 255, 0.12) 90.1%, rgba(3, 13, 30, 0.12) 100%);
}
.solutions-section .industries-grid .industry-box {
  padding: 30px 20px;
  text-align: center;
  font-family: sans-serif;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solutions-section .industries-grid .industry-box::after, .solutions-section .industries-grid .industry-box::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.solutions-section .industries-grid .industry-box::after {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(90deg, rgba(60, 68, 81, 0.12) 0%, rgba(255, 255, 255, 0.12) 9.21%, rgba(255, 255, 255, 0.12) 90.1%, rgba(3, 13, 30, 0.12) 100%);
}
.solutions-section .industries-grid .industry-box::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(60, 68, 81, 0.12) 0%, rgba(255, 255, 255, 0.12) 9.21%, rgba(255, 255, 255, 0.12) 90.1%, rgba(3, 13, 30, 0.12) 100%);
}
.solutions-section .industries-grid .industry-box:nth-child(5n)::after {
  display: none;
}
@media (max-width: 991px) {
  .solutions-section .industries-grid .industry-box:nth-child(5n)::after {
    display: block;
  }
}
@media (max-width: 991px) {
  .solutions-section .industries-grid .industry-box:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .solutions-section .industries-grid .industry-box:nth-child(1n)::after {
    display: none;
  }
}
.solutions-section .industries-grid .industry-box:nth-last-child(-n+5)::before {
  display: none;
}
@media (max-width: 991px) {
  .solutions-section .industries-grid .industry-box:nth-last-child(-n+5)::before {
    display: block;
  }
}
.solutions-section .industries-grid .industry-box img.icon {
  margin-bottom: 20px;
  display: block;
}
.solutions-section .industries-grid .industry-box h3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.solutions-section .industries-grid .industry-box p {
  font-size: 12px;
  color: #cbd5e1;
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  overflow: hidden;
}
.solutions-section .industries-grid .industry-box:hover {
  background-image: radial-gradient(111.76% 447.96% at 0% -100%, #619BFF 20%, rgba(205, 219, 248, 0) 51%), linear-gradient(250.17deg, #FFE261 20.03%, rgba(255, 229, 97, 0) 47.8%), linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(0deg, #0077ED, #0077ED);
  background-blend-mode: screen;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  color: #0f172a;
  z-index: 2;
}
.solutions-section .industries-grid .industry-box:hover img.icon {
  filter: brightness(0);
}
.solutions-section .industries-grid .industry-box:hover h3 {
  color: #0f172a;
}
.solutions-section .industries-grid .industry-box:hover p {
  opacity: 1;
  max-height: 100px;
  transform: translateY(0);
  color: #334155;
}

.solutions-section .industries-grid .industry-box .industry-box-link {
	display: flex;
  	flex-direction: column;
  	align-items: center;
}

.portfolio-tabs {
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-tabs {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-tabs {
    padding-top: 50px;
  }
	.solutions-section .industries-grid .industry-box{
		padding: 0px;
		min-height: 220px;
	}
}
.portfolio-tabs .portfoliotabsslider-wrapper {
  margin-left: 30px;
  cursor: grab;
}
.portfolio-tabs .portfoliotabsslider-wrapper .portfoliotabsSlider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.portfolio-tabs .portfoliotabsslider-wrapper .portfoliotabsSlider .swiper-slide {
  width: 100% !important;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.portfolio-tabs .portfoliotabsslider-wrapper .portfoliotabsSlider .swiper-slide a {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  color: #111;
  flex: 0 0 60%;
}
.portfolio-tabs .portfoliotabsslider-wrapper .portfoliotabsSlider .swiper-slide a:hover {
  color: #555;
}
.portfolio-tabs .portfoliotabsslider-wrapper .portfoliotabsSlider .swiper-slide .icon {
  width: 40px;
}

.portfolio-section {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-section {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-section {
    padding-top: 50px;
  }
}
.portfolio-section .portfolioslider-wrapper {
  margin-left: 30px;
  cursor: grab;
}
.portfolio-section .portfolioslider-wrapper .portfolioSlider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 380px;
}

.testimonial-section {
  position: relative;
  padding-top: 100px;
  padding-bottom:100px;	
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-section {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding-top: 50px;
  }
	.portfolio-section .portfolioslider-wrapper {
	  margin-left: 0px;
	  padding: 0 16px;
	}
}
.testimonial-section .shape-right {
  position: absolute;
  right: 0;
  top: 17%;
}
.testimonial-section .shape-right img {
  width: 280px;
  mix-blend-mode: overlay;
}
.testimonial-section .testimonial-swiper .swiper-wrapper {
  margin-bottom: 5rem;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide {
  background: white;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  margin: auto;
  transition: all 0.3s ease;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide.blurred {
  opacity: 0.5;
  filter: blur(2px);
  transform: scale(0.8);
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .stars {
  margin-bottom: 25px;
  display: flex;
  gap: 6px;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .stars li {
  margin: 0;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .stars li img {
  width: 16px;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #444444;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .profile h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #030D1E;
}
.testimonial-section .testimonial-swiper .swiper-wrapper .swiper-slide .profile span {
  font-size: 0.9375rem;
  color: #6E89F2;
  font-weight: 400;
}
.testimonial-section .testimonial-swiper .swiper-pagination {
  margin-top: 20px;
}
.testimonial-section .testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  margin: 0 8px;
  background-color: #444444;
  opacity: 1;
}
.testimonial-section .testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6E89F2;
}

.partner-section {
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .partner-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .partner-section {
    padding: 50px 0;
  }
}
.partner-section .partner-logo-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  cursor: pointer;
}
.partner-section .partner-logo-wrapper img {
  transition: all ease-in-out 0.3s;
}
.partner-section .partner-logo-wrapper img:hover {
  transform: translateY(-5px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .blog-section {
    padding: 50px 0;
  }
}
.blog-section .blogslider-wrapper {
  margin-left: 30px;
  cursor: grab;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 422px;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-wrapper .rdi-home-blogimg {
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-wrapper .rdi-related-blogimg {
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .folder-shape {
  width: 100%;
  height: 100%;
  min-height: 335px;
  background-image: radial-gradient(111.76% 447.96% at 0% -100%, #619BFF 20%, rgba(205, 219, 248, 0) 51%), linear-gradient(250.17deg, #FFE261 20.03%, rgba(255, 229, 97, 0) 47.8%), linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(0deg, #0077ED, #0077ED);
  background-blend-mode: screen;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100px 0, 180px 60px, 100% 60px, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 220px 0, 270px 60px, 100% 60px, 100% 100%, 0% 100%);
  margin-top: -70px;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .tags .tag {
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FFFFFF;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-content {
  margin-top: 30px;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-content h3 a {
  color: #030D1E;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-content h3 a:hover {
  color: #6E89F2;
}
.blog-section .blogslider-wrapper .blogSlider .swiper-wrapper .swiper-slide .blog-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  margin-bottom: 15px;
}

.work-with-us {
  position: relative;
  padding: 100px 0;
  background-image: url("../../themes/raindrops-official/assets/images/contactus-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .work-with-us {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .work-with-us {
    padding: 50px 0;
  }
	.blog-section .blogslider-wrapper {
	  margin-left: 0;
	  padding: 0 16px;
	}
}
.work-with-us .work-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .work-with-us .work-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.work-with-us .work-wrapper .work-right .form-wrapper {
  padding: 2.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(270deg, rgba(13, 24, 25, 0.4) 0%, rgba(110, 137, 242, 0.4) 100%);
  backdrop-filter: blur(20px);
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .work-with-us .work-wrapper .work-right .form-wrapper {
    padding: 2rem;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .work-with-us .work-wrapper .work-right .form-wrapper {
    padding: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .work-with-us .work-wrapper .work-right .form-wrapper {
    padding: 20px;
  }
}
.work-with-us .work-wrapper .work-right .form-wrapper .help-you-title {
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .work-with-us .work-wrapper .work-right .form-wrapper .help-you-title {
    font-size: 1.875rem;
    line-height: 40px;
  }
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-des {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 30px;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid {
    display: flex;
    flex-direction: column;
  }
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid input, .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid textarea {
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 0.9375rem;
  width: 100%;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid input:focus, .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid textarea:focus {
  outline: none;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid input::placeholder, .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .textarea {
  grid-column: span 2;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .textarea textarea {
  resize: vertical;
  border-radius: 12px;
  min-height: 120px;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload {
  grid-column: span 2;
  position: relative;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  cursor: pointer;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload label img {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  filter: brightness(0) invert(1);
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload input[type=file] {
  display: none;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload #file-info {
  display: none;
  position: relative;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload #file-info #file-preview img {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
  object-position: center;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload #file-info #remove-file {
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #6E89F2;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .file-upload #file-info #remove-file:hover {
  background-color: #000;
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti {
  display: block;
}
@media (prefers-color-scheme: dark) {
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti {
    --iti-border-color: #5b5b5b;
    --iti-dialcode-color: #999999;
    --iti-dropdown-bg: #0d1117;
    --iti-arrow-color: #aaaaaa;
    --iti-hover-color: #30363d;
    --iti-path-globe-1x: url("../../themes/raindrops-official/assets/intl-tel-input/build/img/globe_light.webp");
    --iti-path-globe-2x: url("../../themes/raindrops-official/assets/intl-tel-input/build/img/globe_light@2x.webp");
  }
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti .iti__country-container {
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(65);
    border-radius: 50px 0 0 50px;
  }
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti .iti__country-container .iti__selected-country-primary:hover {
    background-color: transparent;
  }
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti .iti__country-container .iti__dropdown-content {
    padding: 15px 0;
  }
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti .iti__country-container .iti__dropdown-content .iti__country-list {
    margin-top: 12px;
  }
  .work-with-us .work-wrapper .work-right .form-wrapper .contact-form .form-grid .iti .iti__country-container .iti__dropdown-content .iti__country-list li {
    margin: 0;
  }
}
.work-with-us .work-wrapper .work-right .form-wrapper .contact-form .submit-wrapper {
  margin-top: 16px;
  text-align: left;
}

.footer-section {
  padding: 100px 0 0;
  background-image: url("../../themes/raindrops-official/assets/images/footer-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .footer-section {
    padding: 50px 0 0;
  }
}
.footer-section .widget .footer-main-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section .widget .footer-main-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-section .widget .footer-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer-section .widget .footer-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap:inherit;
  }
	.footer-section .widget .footer-main-wrapper .footer-col:nth-child(-n+4) {
  grid-column: span 1;
   margin-bottom: 30px;
}

.footer-section .widget .footer-main-wrapper .footer-col:nth-child(odd):nth-child(-n+4) {
  padding-right: 15px;
}
.footer-section .widget .footer-main-wrapper .footer-col:nth-child(even):nth-child(-n+4) {
  padding-left: 15px;
}

.footer-section .widget .footer-main-wrapper .footer-col:nth-child(n+5) {
  grid-column: 1 / -1;
	margin-bottom: 30px;
}
}
.footer-section .widget .footer-main-wrapper .footer-col .foooter-links-heading {
  color: #6E89F2;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footer-section .widget .footer-main-wrapper .footer-col .foooter-links-heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #6E89F2;
  left: 0;
  bottom: 0;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li {
  margin: 0 0 10px 0;
  line-height: 28px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li:last-child {
  margin-bottom: 0;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li:hover {
  transform: translateX(5px);
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li a {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li a:hover {
  color: #6E89F2;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li .office-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-links li address {
  font-style: normal;
  margin-bottom: 1.4rem;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-social-style {
  display: flex;
  gap: 10px;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-social-style li {
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  gap: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin: 0;
}
.footer-section .widget .footer-main-wrapper .footer-col .footer-social-style li:hover {
  background-color: #6E89F2;
  border-color: #6E89F2;
  transition-duration: 0.3s;
}
.footer-section .widget .footer-main-wrapper .footer-col .jobwork-wrapper {
  margin-top: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.footer-section .footer-bar {
  margin-top: 80px;
  margin-bottom: 20px;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer-section .footer-bar {
    margin-top: 40px;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-section .footer-bar .copyright-text p {
  font-size: 1rem;
}
.footer-section .footer-bar .footer-menus {
  display: flex;
  gap: 10px;
}
.footer-section .footer-bar .footer-menus li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  margin: 0;
  transition: all ease-in-out 0.3s;
}
.footer-section .footer-bar .footer-menus li a {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .footer-bar .footer-menus li a:hover {
  color: #6E89F2;
  transform: translateX(5px);
}
@media (max-width: 575.98px) {
  .footer-section .footer-bar .footer-menus li {
    gap: 5px;
    font-size: 0.9rem;
  }
}
.footer-section .footer-bar .footer-menus li:after {
  content: "|";
  margin: 0 8px;
  color: #FFFFFF;
  height: auto;
  width: auto;
}
@media (max-width: 575.98px) {
  .footer-section .footer-bar .footer-menus li:after {
    margin: 0 2px;
  }
}
.footer-section .footer-bar .footer-menus li.last:after {
  content: none;
}
.footer-section .toggle-btn {
  width: 90px;
  height: 40px;
  border-radius: 70px 70px 0 0;
  background: #252F3F;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  padding: 0;
}
.footer-section .toggle-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer-section .toggle-btn .arrow i {
  font-weight: 600;
  font-size: 16px;
}
.footer-section .toggle-btn.rotated .arrow {
  transform: rotate(180deg);
}
.footer-section .collapsible-section {
  background-color: #232f3e;
  color: white;
  padding: 2rem;
  overflow: hidden;
  max-height: 2000px;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}
.footer-section .collapsible-section.collapsed {
  max-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}
.footer-section .collapsible-section .content {
  display: flex;
  gap: 6rem;
}
@media (max-width: 767.98px) {
  .footer-section .collapsible-section .content {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer-section .collapsible-section .content .column {
  width: 100%;
}
.footer-section .collapsible-section .content .column h3 {
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 25px;
}
.footer-section .collapsible-section .content .column .location-list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.footer-section .collapsible-section .content .column .location-list1 ul li {
  margin: 0 0 8px 0;
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .collapsible-section .content .column .location-list1 ul li:last-child {
  margin-bottom: 0;
}
.footer-section .collapsible-section .content .column .location-list1 ul li a {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .collapsible-section .content .column .location-list1 ul li a:hover {
  color: #6E89F2;
}
.footer-section .collapsible-section .content .column .location-list1 ul li:hover {
  transform: translateX(5px);
}
.footer-section .collapsible-section .content .column .location-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.footer-section .collapsible-section .content .column .location-list2 ul li {
  margin: 0 0 8px 0;
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .collapsible-section .content .column .location-list2 ul li:last-child {
  margin-bottom: 0;
}
.footer-section .collapsible-section .content .column .location-list2 ul li a {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.footer-section .collapsible-section .content .column .location-list2 ul li a:hover {
  color: #6E89F2;
}
.footer-section .collapsible-section .content .column .location-list2 ul li:hover {
  transform: translateX(5px);
}

.page-banner {
  background-image: url("../../themes/raindrops-official/assets/images/banner-bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 100px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-banner {
    padding: 120px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .page-banner {
    padding: 120px 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  .page-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #010D20;
    opacity: 0.4;
  }
}
.page-banner .banner-main-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-banner .banner-main-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .page-banner .banner-main-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
  }
}
.page-banner .banner-main-wrapper .banner-left .banner-title {
  font-size: 3.43rem;
  line-height: 65px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.625rem;
    line-height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.375rem;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-title {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
.page-banner .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
  background: #010D20;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 10px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-title .banner-text-highlight {
    padding: 10px 15px;
  }
}
.page-banner .banner-main-wrapper .banner-left .banner-des {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
  width: 90%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-des {
    margin: 0 auto 20px;
    width: 95%;
  }
}
@media (max-width: 575.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-des {
    width: 100%;
  }
}
.page-banner .banner-main-wrapper .banner-left .banner-des a {
  color: #030D1E;
}
.page-banner .banner-main-wrapper .banner-left .banner-des a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.page-banner .banner-main-wrapper .banner-left .banner-button-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-left .banner-button-wrapper {
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .page-banner .banner-main-wrapper .banner-left .banner-button-wrapper {
    flex-direction: column;
  }
}
.page-banner .banner-main-wrapper .banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner .banner-main-wrapper .banner-right .pagebanner-image {
  mix-blend-mode: overlay;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-banner .banner-main-wrapper .banner-right .pagebanner-image {
    max-width: 330px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-banner .banner-main-wrapper .banner-right .pagebanner-image {
    max-width: inherit;
    min-width: 450px;
  }
}
@media (max-width: 575.98px) {
  .page-banner .banner-main-wrapper .banner-right .pagebanner-image {
    max-width: inherit;
    min-width: 330px;
  }
}

.whychoose-us-page {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .whychoose-us-page {
    padding: 50px 0;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .section-subtitle {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.whychoose-us-page .why-choose-us-main-wrapper .rdi-custom-list-wrapper li {
  border: 1px solid #FFFFFF;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 0 10px 0;
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-des {
  font-size: 1.125rem;
  line-height: 26px;
  color: #BBBBBB;
  width: 90%;
  margin-bottom: 15px;
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-des:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-des {
    width: 95%;
  }
}
@media (max-width: 767.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-des {
    width: 100%;
    font-size: 16px;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right {
  flex: 0 0 57%;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right {
    gap: 15px;
    flex: 0 0 auto;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
  flex: 0 0 45%;
  padding: 30px;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid #27325c;
  min-height: 188px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-icon {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 48%;
    flex-grow: 1;
    min-height: 192px;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 49%;
    flex-grow: 1;
    min-height: 163px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper {
    flex: 0 0 auto;
    flex-grow: 1;
    min-height: 174px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: initial;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
  margin-left: 55px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:nth-child(1) {
    margin-left: 0;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:hover {
  border: 1px solid #6E89F2;
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper:hover img {
  transform: rotateY(180deg);
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content {
  margin-top: 20px;
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (992px <= width <= 1024px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (768px <= width <= 991px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 16px;
  }
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-content .box-des {
  font-size: 16px;
  color: #888888;
  line-height: 22px;
}
.whychoose-us-page .why-choose-us-main-wrapper .why-choose-us-right .why-choose-us-box-wrapper .box-icon img {
  transition: all ease-in-out 0.3s;
}

.whatwe-do-pageservice {
  position: relative;
  padding: 100px 0;
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whatwe-do-pageservice {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .whatwe-do-pageservice {
    padding: 50px 0;
  }
}
.whatwe-do-pageservice .shape-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.whatwe-do-pageservice .shape-left img {
  width: 250px;
  mix-blend-mode: overlay;
}
.whatwe-do-pageservice .whatwedopage-wrapper {
  margin-left: 30px;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 426px;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide.airbnbwhatoffer-slide {
  width: 100% !important;
  max-width: 425px;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide.process-slide .slider-box {
  min-height: 396px;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide .slider-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  min-height: 300px;
  cursor: grab;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide .slider-box.airbnb-box {
  min-height: inherit;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide .slider-box .slider-title {
  color: #030D1E;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin: 15px 0;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide .slider-box .slider-des {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
.whatwe-do-pageservice .whatwedopage-wrapper .whatwe_doPage .swiper-wrapper .swiper-slide .slider-box.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services-work-wrapper {
  position: relative;
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/services-sec-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-work-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .services-work-wrapper {
    padding: 50px 0;
  }
}
.services-work-wrapper .service-experience-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.services-work-wrapper .service-experience-wrapper.services-work-inner-two {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-work-wrapper .service-experience-wrapper.services-work-inner-two {
    margin-top: 60px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .services-work-wrapper .service-experience-wrapper.services-work-inner-two {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .services-work-wrapper .service-experience-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-left {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-left img {
    max-width: 260px;
    height: auto;
    object-fit: cover;
  }
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .experience-des {
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .experience-des {
    font-size: 16px;
  }
}

.how-its-operates-section {
  padding: 100px 0;
  background: #030d1e;
}
.how-its-operates-section .how-its-operates-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  align-items: center;
}
@media (max-width: 1024px) {
  .how-its-operates-section .how-its-operates-wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .how-its-operates-section .how-its-operates-wrapper .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
.how-its-operates-section .how-its-operates-wrapper .section-heading .subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #6e89f2;
  margin-bottom: 30px;
  display: inline-block;
}
.how-its-operates-section .how-its-operates-wrapper .section-heading .section-maintitle {
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .how-its-operates-section .how-its-operates-wrapper .section-heading .section-maintitle {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .how-its-operates-section .how-its-operates-wrapper .section-heading .section-maintitle {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.how-its-operates-section .how-its-operates-wrapper .section-heading .section-maintitle .highlight-text {
  color: #6e89f2;
}
.how-its-operates-section .how-its-operates-wrapper .section-heading .work-des-two {
  margin-top: 15px;
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .how-its-operates-section .how-its-operates-wrapper .how-its-operates-right {
    margin-bottom: 0;
  }
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -28px;
}
@media (max-width: 767px) {
  .how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper {
    margin-bottom: -19px;
  }
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex {
  width: 200px;
  height: 200px;
  background: #6e89f2;
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex {
    height: 130px;
    width: 130px;
  }
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex .hex-inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(180deg, #212f63 0%, #030d1e 100%);
  clip-path: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 10px;
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex h5 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 22px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex h5 {
    font-size: 14px;
    white-space: pre-line;
  }
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .hex .icon {
  font-size: 22px;
}
.how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .react-icon-wrapper .hex-inner {
  background: #6e89f2;
  animation: rotate-full 20s linear infinite;
}
@media (max-width: 767px) {
  .how-its-operates-section .how-its-operates-wrapper .how-its-operates-right .hex-grid-wrapper .react-icon-wrapper .hex-inner .icon img {
    width: 60px;
    height: auto;
    object-fit: cover;
  }
}

.services_full-section {
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.services_full-section .stapper-section {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services_full-section .stapper-section {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .services_full-section .stapper-section {
    padding-top: 50px;
  }
}
.services_full-section .stapper-section .shape-right {
  position: absolute;
  left: 0;
  top: 17%;
}
.services_full-section .stapper-section .shape-right img {
  width: 280px;
  mix-blend-mode: overlay;
}
.services_full-section .stapper-section .what-include-stapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .services_full-section .stapper-section .what-include-stapper {
    gap: 70px;
    flex-direction: column;
  }
}
.services_full-section .stapper-section .what-include-stapper .steps {
  display: flex;
  flex: 0 0 10%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  position: relative;
  z-index: 9;
}
.services_full-section .stapper-section .what-include-stapper .steps::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  border: 1px dashed #030d1e;
  top: 18%;
  right: -46%;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services_full-section .stapper-section .what-include-stapper .steps::after {
    width: 70%;
    right: -41%;
  }
}
@media (max-width: 767.98px) {
  .services_full-section .stapper-section .what-include-stapper .steps::after {
    width: 15%;
    top: 146%;
    right: 42%;
    transform: rotate(90deg);
  }
}
.services_full-section .stapper-section .what-include-stapper .steps p {
  text-align: center;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services_full-section .stapper-section .what-include-stapper .steps p {
    font-size: 15px;
  }
}
.services_full-section .stapper-section .what-include-stapper .steps.last:after {
  content: none;
}
.services_full-section .callaction-wrapper.nodejs-callaction-wrapper {
  padding-bottom: 50px;
}
.services_full-section .callaction-wrapper.nodejs-callaction-wrapper .callaction-box {
  margin: 0 auto;
}
.services_full-section .callaction-wrapper .callaction-box {
  display: flex;
  align-items: center;
  max-width: 95%;
  border-radius: 10px;
  background-image: url("/wp-content/uploads/2025/05/reactjs-powerbg.webp");
  padding: 70px 50px;
  margin: 80px auto 0;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .services_full-section .callaction-wrapper .callaction-box {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .services_full-section .callaction-wrapper .callaction-box {
    flex-direction: column;
    max-width: 100%;
    padding: 20px;
  }
}
.services_full-section .callaction-wrapper .callaction-box .callaction-heading {
  max-width: 55%;
  text-align: left;
}
@media (max-width: 1024px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading {
    max-width: 75%;
  }
}
@media (max-width: 767.98px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading {
    max-width: 100%;
  }
}
.services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
  font-size: 3.125rem;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 1.875rem;
    line-height: 35px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle .highlight-text {
  color: #6E89F2;
}
.services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text {
  font-size: 1.125rem;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .services_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text {
    margin-bottom: 15px;
    text-align: center;
  }
}
.services_full-section .benefits-section {
  position: relative;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services_full-section .benefits-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .services_full-section .benefits-section {
    padding: 50px 0;
  }
}
.services_full-section .benefits-section .shape-right {
  position: absolute;
  right: 0;
  top: 17%;
}
.services_full-section .benefits-section .shape-right img {
  width: 280px;
  mix-blend-mode: overlay;
}
.services_full-section .benefits-section .benefits-wrapper {
  margin-left: 30px;
}
.services_full-section .benefits-section .benefits-wrapper.nodejs-benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 351px;
}
.services_full-section .benefits-section .benefits-wrapper.vuejs-benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 435px;
}
.services_full-section .benefits-section .benefits-wrapper.vuejs-core-future .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 355px;
}
.services_full-section .benefits-section .benefits-wrapper.logo_design-speciality .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 380px;
}
.services_full-section .benefits-section .benefits-wrapper.graphic_design-our-flagships .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 437px;
}
.services_full-section .benefits-section .benefits-wrapper.brochure-design-services-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 383px;
}
.services_full-section .benefits-section .benefits-wrapper.media-and-adevertise-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 302px;
}
.services_full-section .benefits-section .benefits-wrapper.laravel-development-usp-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 397px;
}
.services_full-section .benefits-section .benefits-wrapper.opencart-development-usp-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 535px;
}
.services_full-section .benefits-section .benefits-wrapper.ios_usp-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 235px;
}
.services_full-section .benefits-section .benefits-wrapper.website-design-chooseus .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 275px;
}
.services_full-section .benefits-section .benefits-wrapper.wordpress-development-slider .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 270px;
}
.services_full-section .benefits-section .benefits-wrapper.exploremore-wrapper .benefits_Slider .swiper-wrapper .swiper-slide {
  min-height: 278px;
}
.services_full-section .benefits-section .benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 400px;
  background-color: #6e89f2;
  padding: 50px 25px;
  border-radius: 10px;
  height: 100%;
  min-height: 328px;
  position: relative;
}
.services_full-section .benefits-section .benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide .discover-more-slide-wrapper {
  gap: 15px;
}
.services_full-section .benefits-section .benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide .discover-more-slide-wrapper a {
  color: #030D1E;
}
.services_full-section .benefits-section .benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide .discover-more-slide-wrapper .discovermore-slide-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.services_full-section .benefits-section .benefits-wrapper .benefits_Slider .swiper-wrapper .swiper-slide .discover-more-slide-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 200px;
  animation: opacity 2s linear infinite;
}

.for_foodies-wrapper .for_foodies-right-wrapper {
  flex: 0 0 50%;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion {
  margin-bottom: 20px;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .menu-button {
  width: 100%;
  padding: 10px 20px;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  border: 1px solid #27325c;
  cursor: pointer;
  border-radius: 10px;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .menu-button .icon {
  font-size: 20px;
  transition: 0.4s;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .menu-button .icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .menu-button.open .icon {
  transform: rotate(45deg);
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .menu-button.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .content {
  padding: 0 20px;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  transition: 0.4s;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.for_foodies-wrapper .for_foodies-right-wrapper .accordion .content p {
  font-size: 16px;
  color: #888888;
  padding: 10px 0;
}

.scop-of_industry_wrapper .work-left ul {
  list-style-type: disc;
}
.scop-of_industry_wrapper .work-left ul li {
  margin-bottom: 5px;
}
.scop-of_industry_wrapper .work-left h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 15px 0;
}

.work-flow-section .section-heading .section-text {
  width: 60%;
  margin: 0 auto;
  color: #fff;
}
.work-flow-section .work-flow-wrapper {
  position: relative;
}
.work-flow-section .work-flow-wrapper .workflow-box-main {
  max-width: 60%;
  margin: 0 auto;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-left .work-flow-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-right {
  justify-content: flex-end;
  margin-top: 150px;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-right .work-flow-box {
  flex-direction: column-reverse;
}
.work-flow-section .work-flow-wrapper .work-left-top-image {
  position: absolute;
  top: -60px;
  left: 0;
}
.work-flow-section .work-flow-wrapper .work-right-bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.work-flow-section .work-flow-wrapper .work-road-map-line {
  position: absolute;
}
.work-flow-section .work-flow-wrapper .work-road-map-line img {
  width: 100%;
  height: 270px;
}

.graphic_design_indelible_existence .whatwedoslider-wrapper .whatwe_doSlider .swiper-slide {
  background-color: #6e89f2;
  padding: 50px 25px;
  border-radius: 10px;
  height: 380px;
  position: relative;
}
.graphic_design_indelible_existence .whatwedoslider-wrapper .whatwe_doSlider .swiper-slide .slide-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.graphic_design_indelible_existence .whatwedoslider-wrapper .whatwe_doSlider .swiper-slide img {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 200px;
  animation: opacity 2s linear infinite;
}

.captivating_packing_design_wrapper {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .captivating_packing_design_wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .captivating_packing_design_wrapper {
    margin-top: 30px;
  }
}

.laravel_full-service-section .testimonial-section {
  padding-top: 0;
  padding-bottom: 0;
}
.laravel_full-service-section .testimonial-section .portfolio-section {
  padding-top: 0;
}
.laravel_full-service-section .testimonial-section .portfolio-section .portfolioslider-wrapper .portfolioSlider .swiper-wrapper .swiper-slide {
  height: 400px;
}
.laravel_full-service-section .testimonial-section .portfolio-section .portfolioslider-wrapper .portfolioSlider .swiper-wrapper .swiper-slide .discover-more-slide-wrapper {
  flex-direction: column;
}
.laravel_full-service-section .unlock-the-power-wrapper .unlock-the-power-main {
  margin: 50px auto;
}

.what-we-do-section .whatwedoslider-wrapper .whatwe_doSlider .swiper-wrapper .swiper-slide .codeigniter-slider-box {
  min-height: 180px;
}

.whychoose-us-page .brochure-design-type-heading .subheading {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.whychoose-us-page .brochure-design-type-heading .section-maintitle {
  color: #FFFFFF;
}
.whychoose-us-page .brochure-design-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .whychoose-us-page .brochure-design-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .whychoose-us-page .brochure-design-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whychoose-us-page .brochure-design-card-wrapper .brochure-card {
  padding: 30px;
  background: linear-gradient(to right, rgb(22, 28, 54) 0%, rgb(0, 0, 0) 100%);
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(39, 50, 92);
  border-image: initial;
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(20px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page .brochure-design-card-wrapper .brochure-card {
    padding: 20px;
  }
}
.whychoose-us-page .brochure-design-card-wrapper .brochure-card .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page .brochure-design-card-wrapper .brochure-card .card-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-us-page .brochure-design-card-wrapper .brochure-card .card-des {
    font-size: 16px;
    line-height: 24px;
  }
}

.development_services-wrapper {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/services-sec-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.development_services-wrapper .service-experience-wrapper .section-heading .subheading {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.development_services-wrapper .service-experience-wrapper .section-heading .section-maintitle {
  color: #FFFFFF;
}
.development_services-wrapper .development-services-box-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.development_services-wrapper .development-services-box-wrapper .development-services-list {
  background: rgba(0, 0, 0, 0.4);
  max-width: 31%;
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  min-height: 337px;
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.seo-services {
  min-height: 256px;
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.seo-services {
    min-height: auto;
  }
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.drupal-development {
  min-height: 236px;
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.drupal-development {
    min-height: auto;
  }
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.wordpress-development {
  min-height: 230px;
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.wordpress-development {
    min-height: auto;
  }
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.opencart-development {
  min-height: 205px;
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.opencart-development {
    min-height: auto;
  }
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.shopify {
  min-height: 230px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.shopify {
    min-height: 256px;
  }
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.shopify {
    min-height: auto;
  }
}
.development_services-wrapper .development-services-box-wrapper .development-services-list.codeIgniter {
  min-height: 180px;
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list.codeIgniter {
    max-width: 100%;
    min-height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1234px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list {
    max-width: 48%;
    min-height: 256px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list {
    max-width: 48%;
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list {
    max-width: 100%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .development_services-wrapper .development-services-box-wrapper .development-services-list p {
    font-size: 16px;
  }
}

.solution_full-section.branding-for-startup-full-section .callaction-wrapper {
  padding-bottom: 80px;
}
.solution_full-section.branding-for-startup-full-section .callaction-wrapper .callaction-box {
  margin: 0 auto;
}
.solution_full-section.branding-for-startup-full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-list {
	margin-bottom: 10px;
}

.services_full-section.solution_full-section .callaction-wrapper.mobile-app-dev-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .services_full-section.solution_full-section .callaction-wrapper.mobile-app-dev-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services_full-section.solution_full-section .callaction-wrapper.mobile-app-dev-wrapper {
    padding-bottom: 30px;
  }
}
.services_full-section.solution_full-section .callaction-wrapper.mobile-app-dev-wrapper .callaction-box {
  margin: 0 auto;
  background-image: none;
}

@keyframes rotate-full {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.for-foodies-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .for-foodies-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .for-foodies-section {
    padding: 50px 0;
  }
}
.for-foodies-section .forfoodies-main-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .for-foodies-section .forfoodies-main-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .for-foodies-section .forfoodies-main-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.for-foodies-section .forfoodies-main-wrapper .forfoodies-right {
  font-size: 1.125rem;
  line-height: 26px;
  color: #BBBBBB;
  width: 90%;
  margin-bottom: 15px;
}
.for-foodies-section .forfoodies-main-wrapper .forfoodies-right:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .for-foodies-section .forfoodies-main-wrapper .forfoodies-right {
    width: 95%;
  }
}
@media (max-width: 767.98px) {
  .for-foodies-section .forfoodies-main-wrapper .forfoodies-right {
    width: 100%;
    font-size: 16px;
  }
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper {
  flex: 0 0 50%;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion {
  margin-bottom: 20px;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .menu-button {
  width: 100%;
  padding: 10px 20px;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #161C36 0%, #000000 100%);
  border: 1px solid #27325C;
  cursor: pointer;
  border-radius: 10px;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .menu-button .icon {
  font-size: 20px;
  transition: 0.4s;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .menu-button .icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 30px;
  text-align:left;
  text-transform:capitalize; 	
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .menu-button.open .icon {
  transform: rotate(45deg);
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .menu-button.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .content {
  padding: 0 20px;
  background: linear-gradient(to right, #161C36 0%, #000000 100%);
  transition: 0.4s;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.for-foodies-section .forfoodies-main-wrapper .for_foodies-right-wrapper .accordion .content p {
  font-size: 16px;
  color: #888888;
  padding: 10px 0;
}

.services-work-wrapper {
  position: relative;
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/services-sec-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-work-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .services-work-wrapper {
    padding: 50px 0;
  }
}
.services-work-wrapper .service-experience-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .services-work-wrapper .service-experience-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-left {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-left img {
    max-width: 260px;
    height: auto;
    object-fit: cover;
  }
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .experience-des {
  width: 100%;
  padding-bottom: 15px;
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .experience-des:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .experience-des {
    font-size: 16px;
  }
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .rdi-custom-list-wrapper li {
  border: 1px solid #FFFFFF;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 0 10px 0;
}
.services-work-wrapper .service-experience-wrapper .services-work-wrapper-right .section-subtitle {
  font-size: 26px;
  margin: 20px 0;
  font-weight: 600;
}

.work-flow-section {
  padding: 100px 0;
  background: #010D20;
  display: block;
}
@media (max-width: 1199px) {
  .work-flow-section {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .work-flow-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .work-flow-section {
    padding: 50px 0;
  }
}
.work-flow-section .work-flow-wrapper {
  position: relative;
  margin-top: 110px;
}
.work-flow-section .work-flow-wrapper .workflow-box-main {
  max-width: 60%;
  margin: 0 auto;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-left {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-left .work-flow-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-left .work-flow-box.zomato-workflow {
  height: 94px;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-right {
  justify-content: flex-end;
  margin-top: 218px;
  position: relative;
  z-index: 1;
}
.work-flow-section .work-flow-wrapper .workflow-box-main .workflow-box-wrapper-right .work-flow-box {
  flex-direction: column-reverse;
}
.work-flow-section .work-flow-wrapper .work-left-top-image {
  position: absolute;
  top: -60px;
  left: 0;
}
.work-flow-section .work-flow-wrapper .work-right-bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.work-flow-section .work-flow-wrapper .work-road-map-line {
  position: absolute;
  top: 14px;
}
.work-flow-section .work-flow-wrapper .work-road-map-line img {
  width: 100%;
  height: 350px;
}

.workflow-responsive-section {
  padding: 100px 0;
  background: #010D20;
  display: none;
}
@media (max-width: 1199px) {
  .workflow-responsive-section {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .workflow-responsive-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .workflow-responsive-section {
    padding: 50px 0;
  }
}
.workflow-responsive-section .workflow-responsive-top-image {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-top-image {
    justify-content: start;
  }
}
.workflow-responsive-section .workflow-responsive-top-image img {
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-top-image img {
    width: 150px;
    height: auto;
  }
}
.workflow-responsive-section .workflow-responsive-bottom-image {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-bottom-image {
    justify-content: start;
  }
}
.workflow-responsive-section .workflow-responsive-bottom-image img {
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-bottom-image img {
    width: 150px;
    height: auto;
  }
}
.workflow-responsive-section .workflow-responsive-wrap {
  overflow: hidden;
  position: relative;
}
.workflow-responsive-section .workflow-responsive-wrap:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px dashed #FFFFFF;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap:before {
    left: 20px;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info {
  position: relative;
  margin: 50px 0;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info {
    padding: 0 0 0 60px;
    margin: 30px 0;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:first-child:before, .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -3px;
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:first-child:before {
  top: -50px;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:first-child:before {
    left: 14px;
    top: -30px;
    margin: 0;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:last-child:before {
  top: auto;
  bottom: -50px;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:last-child:before {
    left: 14px;
    bottom: -30px;
    margin: 0;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:before, .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info .workflow-responsive-icon {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/05/steps-icon.webp");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: content-box;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info .workflow-responsive-icon {
    margin: 0;
    top: 10px;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info .workflow-responsive-content {
  width: 45%;
  margin: 0 20px 0 0;
  position: relative;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(to right, #161C36 0%, #000000 100%);
  border: 1px solid #27325C;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info .workflow-responsive-content {
    width: auto;
    float: none;
    margin: 0;
  }
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info .workflow-responsive-content .workflow-responsive-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:nth-child(2n) .workflow-responsive-content {
  float: right;
  margin: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  .workflow-responsive-section .workflow-responsive-wrap .workflow-responsive-info:nth-child(2n) .workflow-responsive-content {
    width: auto;
    float: none;
    margin: 0;
  }
}

.offer-section {
  position: relative;
  padding: 100px 0;
  background-image: url("/wp-content/themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .offer-section {
    padding: 50px 0;
  }
}
.offer-section .shape-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.offer-section .shape-left img {
  width: 250px;
  mix-blend-mode: overlay;
}
.offer-section .discovermore-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-section .discovermore-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .offer-section .discovermore-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .offer-section .discovermore-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.offer-section .discovermore-wrapper .discovermore-box {
  background-color: #6e89f2;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .offer-section .discovermore-wrapper .discovermore-box {
    padding: 30px 20px;
    text-align: center;
  }
}
.offer-section .discovermore-wrapper .discovermore-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}
.offer-section .discovermore-wrapper .discovermore-box p {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
}
.offer-section .discovermore-wrapper .discovermore-box img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 200px;
  animation: opacity 2s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.customer-feature-section {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/customer-feature-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-feature-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .customer-feature-section {
    padding: 50px 0;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs .tab-link {
  flex-grow: 1;
  list-style: none;
  padding: 10px 15px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 700;
  border-radius: 10px;
  transition: all ease 0.5s;
  border: 1px solid #6E89F2;
  margin: 0;
}
.customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs .tab-link.active {
  background: #6E89F2;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs .tab-link {
    min-width: 270px;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs::-webkit-scrollbar {
    height: 0.3rem;
  }
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs::-webkit-scrollbar-thumb {
    background: #6E89F2;
  }
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-wrapper .tabs {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    justify-content: start;
    padding-bottom: 10px;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-feature-wrapper {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-feature-wrapper .customer-feature-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-feature-wrapper .customer-feature-right img {
    max-width: 350px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-feature-wrapper .customer-feature-right {
    margin-bottom: 40px;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper .feature-box {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 15px;
  border-radius: 20px;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper .feature-box .feature-heading {
  display: flex;
  align-items: start;
  gap: 10px;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper .feature-box .feature-heading img {
  margin-top: 2px;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .webportal-featurebox-wrapper .feature-box .feature-heading p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 0;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box {
    padding: 25px;
  }
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box.maidservice-box .feature-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box.maidservice-box .feature-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box .feature-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box .feature-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0;
}
.customer-feature-section .customer-feature-tabs .tabs-content-wrapper .tab-content .customer-featurebox-wrapper .feature-box .feature-content p {
  font-size: 16px;
  color: #BBBBBB;
  line-height: 30px;
  margin-bottom: 0;
}

.solution_full-section {
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution_full-section .appdesign-section {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .appdesign-section {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .appdesign-section {
    padding-top: 50px;
  }
}
.solution_full-section .appdesign-section .shape-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.solution_full-section .appdesign-section .shape-left img {
  width: 250px;
  mix-blend-mode: overlay;
}
.solution_full-section .appdesign-section .appdesignSlider .swiper-wrapper {
  margin-bottom: 5rem;
}
.solution_full-section .appdesign-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  opacity: 1;
}
.solution_full-section .appdesign-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6E89F2;
  border: 1px solid #6E89F2;
}
.solution_full-section .callaction-wrapper.tiktok-callaction {
  padding: 100px 0;
}
.solution_full-section .callaction-wrapper.auction-callaction {
  padding: 100px 0;
}
.solution_full-section .callaction-wrapper.auction-callaction .callaction-box {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .callaction-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper {
    padding: 50px 0;
  }
}
.solution_full-section .callaction-wrapper .callaction-box {
  display: flex;
  align-items: center;
  max-width: 95%;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 70px 50px;
  margin: 80px auto 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .solution_full-section .callaction-wrapper .callaction-box {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .solution_full-section .callaction-wrapper .callaction-box {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box {
    padding: 30px 20px;
  }
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading {
  max-width: 50%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading {
    text-align: center;
  }
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-subheading {
  padding: 10px 20px;
  color: #030D1E;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #6E89F2;
  display: inline-block;
  line-height: 1;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-subheading.subheading-white {
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-subheading {
    text-align: center;
  }
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
  font-size: 3.125rem;
  line-height: 60px;
  color: #030D1E;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 2.125rem;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle {
    font-size: 1.875rem;
    line-height: 35px;
    text-align: center;
  }
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-maintitle .highlight-text {
  color: #6E89F2;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text {
  font-size: 1.125rem;
  line-height: 26px;
  color: #444444;
  margin-bottom: 20px;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text:last-child {
  margin-bottom: 0;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text.margin_top {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-text {
    margin-bottom: 15px;
    text-align: center;
  }
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-list li {
  border: 1px solid #6E89F2;
  padding: 6px 15px;
  border-radius: 10px;
  color: #444444;
  margin: 0 0 10px 0;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-heading .callaction-list li:last-child {
  margin: 0;
}
.solution_full-section .callaction-wrapper .callaction-box .callaction-imagewrapper {
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-imagewrapper {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .callaction-wrapper .callaction-box .callaction-imagewrapper {
    max-width: 70%;
  }
}
.solution_full-section .custom-specific-section {
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .custom-specific-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .solution_full-section .custom-specific-section {
    padding: 40px 0;
  }
}
.solution_full-section .custom-specific-section .customspecific-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution_full-section .custom-specific-section .customspecific-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .solution_full-section .custom-specific-section .customspecific-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .solution_full-section .custom-specific-section .customspecific-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}
.solution_full-section .custom-specific-section .customspecific-wrapper .customspecific-box {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .solution_full-section .custom-specific-section .customspecific-wrapper .customspecific-box {
    padding: 20px;
  }
}
.solution_full-section .custom-specific-section .customspecific-wrapper .customspecific-box .customspecific-icon {
  display: flex;
  justify-content: center;
  margin-top: -90px;
  padding-bottom: 20px;
}
.solution_full-section .custom-specific-section .customspecific-wrapper .customspecific-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #030D1E;
}
.solution_full-section .custom-specific-section .customspecific-wrapper .customspecific-box p {
  font-size: 17px;
  color: #444444;
  font-weight: 400;
}

.whychoose-section {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/whychoose-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .whychoose-section {
    padding: 50px 0;
  }
}
.whychoose-section .why-choose-us-main-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .whychoose-section .why-choose-us-main-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .whychoose-section .why-choose-us-main-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.whychoose-section .why-choose-us-main-wrapper .section-heading .whychoose-text {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.whychoose-section .why-choose-us-main-wrapper .section-heading .whychoose-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .whychoose-section .why-choose-us-main-wrapper .section-heading .whychoose-text {
    font-size: 16px;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right {
    align-items: unset;
  }
}
@media (max-width: 575px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right {
    flex-wrap: wrap;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left {
  display: flex;
  flex: 0 0 45%;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left {
    flex: 0 0 100%;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 235px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-icon {
    display: flex;
    justify-content: center;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-number span {
  font-size: 26px;
  color: #6E89F2;
  font-weight: 600;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper {
    flex: 0 0 31.33%;
    flex-grow: 1;
    min-height: 215px;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper {
    flex: 0 0 49%;
    flex-grow: 1;
    min-height: 237px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper {
    flex: 0 0 auto;
    flex-grow: 1;
    min-height: 174px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: initial;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper:hover {
  border: 1px solid #6E89F2;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper:hover img {
  transform: rotateY(180deg);
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content {
  margin-top: 20px;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content .box-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (992px <= width <= 1024px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (768px <= width <= 991px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 16px;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-content .box-des {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-left .why-choose-us-box-wrapper .box-icon img {
  transition: all ease-in-out 0.3s;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 45%;
  margin-top: 30px;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right {
    flex: 0 0 100%;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 235px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-icon {
    display: flex;
    justify-content: center;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-number span {
  font-size: 26px;
  color: #6E89F2;
  font-weight: 600;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper {
    flex: 0 0 31.33%;
    flex-grow: 1;
    min-height: 215px;
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper {
    flex: 0 0 49%;
    flex-grow: 1;
    min-height: 237px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper {
    flex: 0 0 auto;
    flex-grow: 1;
    min-height: 174px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: initial;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper:hover {
  border: 1px solid #6E89F2;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper:hover img {
  transform: rotateY(180deg);
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content {
  margin-top: 20px;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content .box-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (992px <= width <= 1024px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (768px <= width <= 991px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content .box-heading {
    font-size: 16px;
  }
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-content .box-des {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.whychoose-section .why-choose-us-main-wrapper .why-choose-us-right .why-choose-right .why-choose-us-box-wrapper .box-icon img {
  transition: all ease-in-out 0.3s;
}

.zigzag-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .zigzag-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .zigzag-section {
    padding: 50px 0;
  }
}
.zigzag-section .zigzag-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .zigzag-section .zigzag-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .zigzag-section .zigzag-wrapper.zigzag-wrapper-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.zigzag-section .zigzag-wrapper:last-child {
  padding-bottom: 0;
}
.zigzag-section .zigzag-wrapper .zigzag-content .section-subtitle {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-text {
  font-size: 1.125rem;
  line-height: 26px;
  color: #BBBBBB;
  width: 90%;
  margin: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .zigzag-section .zigzag-wrapper .zigzag-content .zigzag-text {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .zigzag-section .zigzag-wrapper .zigzag-content .zigzag-text {
    width: 100%;
    font-size: 16px;
  }
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-text:last-child {
  padding-bottom: 0;
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-list.margin_bottom {
  margin-bottom: 20px;
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-list li {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 0 0 15px 0;
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-list li img {
  margin-top: 2px;
}
.zigzag-section .zigzag-wrapper .zigzag-content .zigzag-list li:last-child {
  margin-bottom: 0;
}
.zigzag-section .zigzag-wrapper .zigzag-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullbox-section {
  background-image: url("../../images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fullbox-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .fullbox-section {
    padding: 50px 0;
  }
}
.fullbox-section .fullbox-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.fullbox-section .fullbox-wrapper .full-box {
  background-color: #6e89f2;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .fullbox-section .fullbox-wrapper .full-box {
    padding: 30px 20px;
    text-align: center;
  }
}
.fullbox-section .fullbox-wrapper .full-box .fullbox-title {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}
.fullbox-section .fullbox-wrapper .full-box .fullbox-text {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
  padding-bottom: 15px;
}
.fullbox-section .fullbox-wrapper .full-box .fullbox-text:last-child {
  padding-bottom: 0;
}
.fullbox-section .fullbox-wrapper .full-box .fullbox-list li {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0 0 10px 0;
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #030D1E;
}
.fullbox-section .fullbox-wrapper .full-box .fullbox-list li:last-child {
  margin: 0;
}
.fullbox-section .fullbox-wrapper .full-box .shapeimage {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 200px;
  animation: opacity 2s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.portfolio-page-wrapper {
  padding: 100px 0;
  background-color: #030D1E;
}
.portfolio-page-wrapper .portfolio-page-filters {
  padding: 40px 0px;
}
.portfolio-page-wrapper .portfolio-page-filters .raindrops_portfolio_filters {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.portfolio-page-wrapper .portfolio-page-filters .raindrops_portfolio_filters li {
  margin: 0;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 15px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
}
.portfolio-page-wrapper .portfolio-page-filters .raindrops_portfolio_filters li.active {
  background-color: #fff;
}
.portfolio-page-wrapper .portfolio-page-filters .raindrops_portfolio_filters li.active a {
  color: #000;
}
.portfolio-page-wrapper .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .portfolio-page-wrapper .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .portfolio-page-wrapper .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-page-wrapper .portfolio-grid .portfolio-box:nth-child(2), .portfolio-page-wrapper .portfolio-grid .portfolio-box:nth-child(5), .portfolio-page-wrapper .portfolio-grid .portfolio-box:nth-child(8) {
  margin-top: 50px;
}
.portfolio-page-wrapper .portfolio-grid .portfolio-box .portfolio-description {
  margin-top: 20px;
}
.portfolio-page-wrapper .portfolio-grid .portfolio-box .portfolio-description .card-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}
.portfolio-page-wrapper .portfolio-grid .portfolio-box .portfolio-description .brand-title {
  font-size: 16px;
  color: #6E89F2;
  line-height: 24px;
}
.portfolio-page-wrapper .portfolio-grid .portfolio-box .portfolio-description .card-description {
  font-size: 16px;
  line-height: 30px;
  margin-top: 6px;
}
.portfolio-page-wrapper .portfolio-pagination {
  margin-top: 50px;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers li {
  margin: 0;
  border-radius: 50%;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers li:hover {
  cursor: pointer;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers li:hover .page-numbers {
  background-color: #6E89F2;
  color: #fff;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers li .page-numbers {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #030D1E;
  line-height: 40px;
  display: block;
  text-align: center;
}
.portfolio-page-wrapper .portfolio-pagination .page-numbers li .page-numbers.current {
  background-color: #6E89F2;
  color: #fff;
}

.solution_full-section {
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp)");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution_full-section .globle-footprint-wrapper .customspecific-wrapper .customspecific-box {
  background-color: #6E89F2;
}
.solution_full-section .globle-footprint-wrapper .customspecific-wrapper .customspecific-box h3 {
  color: #FFFFFF;
  font-weight: 700;
}
.solution_full-section .globle-footprint-wrapper .customspecific-wrapper .customspecific-box p {
  color: #FFFFFF;
}
.solution_full-section .map-wrapper {
  padding-bottom: 100px;
}
.solution_full-section .map-wrapper .map-box {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.contactus-information {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contactus-information {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-information {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .contactus-information {
    flex-direction: column;
    margin-top: 30px;
  }
}
.contactus-information .contact-number-wrapper {
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 30px;
  border-radius: 20px;
  width: 75%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-information .contact-number-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .contactus-information .contact-number-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    width: 100%;
  }
}
.contactus-information .contact-number-wrapper .icon {
  width: 70px;
}
.contactus-information .contact-number-wrapper .contact-number {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contactus-information .contact-number-wrapper .contact-number a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.contactus-information .contact-number-wrapper .contact-number a:last-child {
  margin-bottom: 0;
}

.aboutpage-fullsection {
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aboutpage-fullsection .management-section {
  position: relative;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutpage-fullsection .management-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .aboutpage-fullsection .management-section {
    padding: 50px 0;
  }
}
.aboutpage-fullsection .management-section .shape-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.aboutpage-fullsection .management-section .shape-left img {
  width: 250px;
  mix-blend-mode: overlay;
}
.aboutpage-fullsection .management-section .management-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.aboutpage-fullsection .management-section .management-wrapper .management-box {
  background-color: #6e89f2;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .aboutpage-fullsection .management-section .management-wrapper .management-box {
    padding: 30px 20px;
    text-align: center;
  }
}
.aboutpage-fullsection .management-section .management-wrapper .management-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}
.aboutpage-fullsection .management-section .management-wrapper .management-box p {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
  padding-bottom: 15px;
}
.aboutpage-fullsection .management-section .management-wrapper .management-box p:last-child {
  padding-bottom: 0;
}
.aboutpage-fullsection .management-section .management-wrapper .management-box img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 200px;
  animation: opacity 2s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.aboutpage-fullsection .ourmission-section {
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutpage-fullsection .ourmission-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .aboutpage-fullsection .ourmission-section {
    padding-bottom: 50px;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper {
    margin-bottom: 100px;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionimage-wrapper {
  max-width: 85%;
}
@media (max-width: 991.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionimage-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionimage-wrapper img {
  border-radius: 20px;
  object-fit: cover;
  height: 600px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionimage-wrapper img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionimage-wrapper img {
    height: 250px;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  justify-content: center;
  align-items: end;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper {
    flex-direction: row;
    bottom: -90px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper {
    flex-direction: row;
    position: relative;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper {
    flex-direction: column;
    position: relative;
    top: 0;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox {
  padding: 25px;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid #6E89F2;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox {
    width: 50%;
    min-height: 207px;
  }
}
@media (max-width: 575.98px) {
  .aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox {
    width: 100%;
  }
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #FFFFFF;
}
.aboutpage-fullsection .ourmission-section .mission-mainwrapper .missionbox-wrapper .missionbox p {
  font-size: 17px;
  color: #888888;
  font-weight: 400;
}

.ourteam-section {
  position: relative;
  padding: 100px 0;
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ourteam-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .ourteam-section {
    padding: 50px 0;
  }
}
.ourteam-section .ourteam-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ourteam-section .ourteam-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .ourteam-section .ourteam-wrapper .ourteam-wrapper-left {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ourteam-section .ourteam-wrapper .ourteam-wrapper-left img {
    max-width: 260px;
    height: auto;
    object-fit: cover;
  }
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right {
  margin-bottom: 0;
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right h2 {
  color: #030D1E;
  margin-top: 0;
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right p {
  color: #444444;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  width: auto;
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ourteam-section .ourteam-wrapper .ourteam-wrapper-right p {
    font-size: 16px;
  }
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right .experience-des {
  width: 100%;
  padding-bottom: 15px;
}
.ourteam-section .ourteam-wrapper .ourteam-wrapper-right .experience-des:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ourteam-section .ourteam-wrapper .ourteam-wrapper-right .experience-des {
    font-size: 16px;
  }
}

.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .category-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  padding: 3px 20px;
  background: linear-gradient(to right, #161C36 0%, #000000 100%);
  border: 1px solid #27325C;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .category-title {
    padding: 3px 10px;
  }
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  color: #FFFFFF;
  margin: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
  }
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-upload-details {
  color: #010D20;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-upload-details .admin-name {
  color: #010D20;
  position: relative;
  font-weight: 600;
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-upload-details .admin-name::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background: #27325C;
  bottom: -3px;
  left: 0;
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-upload-details .blog-date {
  font-weight: 600;
  color: #010D20;
}
.banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-description {
  color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-description {
    margin: 10px 0;
  }
}
@media screen and (max-width: 992px) {
  .banner-main-wrapper .banner-left .blog-text-listing-page .blog-text-banner-wrapper .bloglistingTextSlider .swiper-slide .blog-detail-wrapper .blog-description {
    margin: 10px 0;
  }
}
.banner-main-wrapper .banner-left .blog-text-listing-page .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #030D1E;
  opacity: 1;
}
.banner-main-wrapper .banner-left .blog-text-listing-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #030D1E;
}

.bloggrid-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloggrid-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .bloggrid-section {
    padding: 50px 0;
  }
}
.bloggrid-section .bloggrid-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloggrid-section .bloggrid-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bloggrid-section .bloggrid-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .bloggrid-section .bloggrid-boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .rdi-blog-img {
  height: 280px;
  object-fit: cover;
  object-position: center right;
  border-radius: 10px 10px 0 0;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .folder-shape {
  width: 100%;
  min-height: 331px;
  background-image: radial-gradient(111.76% 447.96% at 0% -100%, #619bff 20%, rgba(205, 219, 248, 0) 51%), linear-gradient(250.17deg, #ffe261 20.03%, rgba(255, 229, 97, 0) 47.8%), linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(0deg, #0077ed, #0077ed);
  background-blend-mode: screen;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100px 0, 180px 60px, 100% 60px, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 240px 0, 290px 60px, 100% 60px, 100% 100%, 0% 100%);
  margin-top: -70px;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .tags .tag {
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FFFFFF;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .blog-content {
  margin-top: 30px;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .blog-content .blog-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  min-height: 75px;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .blog-content .blog-title a {
  color: #030D1E;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .blog-content .blog-title a:hover {
  color: #6E89F2;
}
.bloggrid-section .bloggrid-boxes .blog-wrapper .blog-content .blog-description {
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  margin-bottom: 15px;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination .page-num {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #030D1E;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination .page-num:hover {
  background-color: #6E89F2;
  color: #fff;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination .page-num.active {
  background-color: #6E89F2;
  color: #fff;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination .dots {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.bloggrid-section .raindrops-pagination-wrapper .pagination .prev, .bloggrid-section .raindrops-pagination-wrapper .pagination .next {
  margin: 0;
}

.hire-page-table-section {
  padding: 100px 0;
  background: #010D20;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hire-page-table-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .hire-page-table-section {
    padding: 40px 0;
  }
}
.hire-page-table-section .service_solution-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hire-page-table-section .service_solution-main {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hire-page-table-section .service_solution-main {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hire-page-table-section .service_solution-main .service_solution-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hire-page-table-section .service_solution-main .service_solution-left {
    margin-bottom: 30px;
  }
}
.hire-page-table-section .service_solution-main .service_solution-left .solution-section-heading .hire-page-heading {
  font-size: 3.125rem;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hire-page-table-section .service_solution-main .service_solution-left .solution-section-heading .hire-page-heading {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hire-page-table-section .service_solution-main .service_solution-left .solution-section-heading .hire-page-heading {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.hire-page-table-section .service_solution-main .service_solution-left .solution-section-heading .hire-page-heading .highlight-text {
  color: #6E89F2;
}
.hire-page-table-section .service_solution-main .service_solution-left .hire-page-listing li {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hire-page-table-section .service_solution-main .service_solution-left .hire-page-listing li:last-child {
  margin: 0;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table {
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(15px);
  margin: 0;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table thead {
  text-align: center;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table thead tr {
  background-color: #010D20;
  font-size: 18px;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table thead tr th {
  vertical-align: middle;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table tbody tr {
  font-size: 16px;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table tbody tr:nth-child(even) {
  background-color: #010D20;
}
.hire-page-table-section .service_solution-main .service_solution-right .table-main-wrapper .hire-table tbody tr td {
  text-align: center;
}

.solution_full-section.hiring-page-bg-section {
  background: #010D20;
}

.how-we-help-wrapper {
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-we-help-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .how-we-help-wrapper {
    padding-bottom: 40px;
  }
}
.how-we-help-wrapper .developer-can-help-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-we-help-wrapper .developer-can-help-wrapper {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .how-we-help-wrapper .developer-can-help-wrapper {
    display: block;
  }
}
.how-we-help-wrapper .developer-can-help-wrapper .help-box {
  background-color: #6e89f2;
  padding: 50px 25px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-we-help-wrapper .developer-can-help-wrapper .help-box {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .how-we-help-wrapper .developer-can-help-wrapper .help-box {
    margin-bottom: 20px;
  }
  .how-we-help-wrapper .developer-can-help-wrapper .help-box:nth-last-child {
    margin-bottom: 0;
  }
}
.how-we-help-wrapper .developer-can-help-wrapper .help-box .help-box-title {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-we-help-wrapper .developer-can-help-wrapper .help-box .help-box-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .how-we-help-wrapper .developer-can-help-wrapper .help-box .help-box-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.how-we-help-wrapper .developer-can-help-wrapper .help-box img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 180px;
  z-index: -1;
  mix-blend-mode: overlay;
  animation: opacity 2s linear infinite;
}

.hiring-call-action-wrapper {
  padding-bottom: 100px;
}

.benefits-section.hire-nodejs-benefits {
  padding: 0 0 100px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .benefits-section.hire-nodejs-benefits {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .benefits-section.hire-nodejs-benefits {
    padding: 0 0 40px 0;
  }
}

.services_full-section .callaction-wrapper.hire-iphone-i-pad-callaction-wrapper {
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .services_full-section .callaction-wrapper.hire-iphone-i-pad-callaction-wrapper {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .services_full-section .callaction-wrapper.hire-iphone-i-pad-callaction-wrapper {
    padding: 0 0 40px 0;
  }
}
.services_full-section .callaction-wrapper.hire-iphone-i-pad-callaction-wrapper .callaction-box {
  margin: 0px auto;
}

.career-section {
  padding: 80px 0;
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .career-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .career-section {
    padding: 50px 0;
  }
}
.career-section .careerbox-wrapper .careerbox {
  background: #FFFFFF;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox {
    padding: 15px;
  }
}
.career-section .careerbox-wrapper .careerbox .career-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox .career-header {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.career-section .careerbox-wrapper .careerbox .career-header .careertitle {
  color: #030D1E;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
}
.career-section .careerbox-wrapper .careerbox .careertext {
  color: #444444;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox .careertext {
    text-align: center;
  }
}
.career-section .careerbox-wrapper .careerbox .career-info .infobox {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 2px solid #ededed;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox .career-info .infobox {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.career-section .careerbox-wrapper .careerbox .career-info .infobox .info {
  display: flex;
  flex-grow: 1;
  gap: 15px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox .career-info .infobox .info {
    flex-direction: column;
    align-items: center;
  }
}
.career-section .careerbox-wrapper .careerbox .career-info .infobox .info .infotype {
  color: #030D1E;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.career-section .careerbox-wrapper .careerbox .career-info .infobox .info .infotext {
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.career-section .careerbox-wrapper .careerbox .career-info .info-title {
  color: #030D1E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .career-section .careerbox-wrapper .careerbox .career-info .info-title {
    font-size: 16px;
  }
}
.career-section .careerbox-wrapper .careerbox .career-info .career-read-btn {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #6E89F2;
  padding: 0;
  cursor: pointer;
}
.career-section .careerbox-wrapper .careerbox .career-requeriment .requeriment-list.hidden-requeriment {
  display: none;
  margin-top: 15px;
}
.career-section .careerbox-wrapper .careerbox .career-requeriment .requeriment-list li {
  display: flex;
  gap: 10px;
  color: #030D1E;
  align-items: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.career-section .careerbox-wrapper .careerbox .career-requeriment .requeriment-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.career-section .careerbox-wrapper .careerbox .career-requeriment .requeriment-list li img {
  margin-top: 3px;
}

.globalsolution_full-section {
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.globalsolution_full-section .webdevelopment-section {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .globalsolution_full-section .webdevelopment-section {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .globalsolution_full-section .webdevelopment-section {
    padding-top: 50px;
  }
}
.globalsolution_full-section .webdevelopment-section.appdevelopment-section {
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .globalsolution_full-section .webdevelopment-section.appdevelopment-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .globalsolution_full-section .webdevelopment-section.appdevelopment-section {
    padding: 50px 0;
  }
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .globalsolution_full-section .webdevelopment-section .globalsolution-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .globalsolution_full-section .webdevelopment-section .globalsolution-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .globalsolution_full-section .webdevelopment-section .globalsolution-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box {
  background: #FFFFFF;
  border-radius: 10px;
  display: block;
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-header img {
  width: 100%;
  height: auto;
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-body {
  padding: 20px 10px;
  text-align: center;
  background-color: #6E89F2;
  border-radius: 0 0 10px 10px;
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-body .globalsolution-title {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
}
@media (min-width: 991.98px) and (max-width: 1024px) {
  .globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-body .globalsolution-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-body .globalsolution-city {
  color: #030D1E;
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 991.98px) and (max-width: 1024px) {
  .globalsolution_full-section .webdevelopment-section .globalsolution-wrapper .globalsolution-box .globalsolution-body .globalsolution-city {
    font-size: 18px;
    line-height: 30px;
  }
}

.policypage-section {
  padding: 80px 0;
  background-image: url("../../themes/raindrops-official/assets/images/service-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .policypage-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .policypage-section {
    padding: 50px 0;
  }
}
.policypage-section .policy-wrapper {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .policypage-section .policy-wrapper {
    padding: 20px;
  }
}
.policypage-section .policy-wrapper .policy-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.policypage-section .policy-wrapper .policy-list li {
  display: flex;
  gap: 10px;
  color: #444444;
  align-items: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}
.policypage-section .policy-wrapper .policy-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.policypage-section .policy-wrapper .policy-list li img {
  margin-top: 3px;
}

.single-post #site-header {
  background-image: url(../../themes/raindrops-official/assets/images/banner-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
  position: inherit;
  z-index: 999;
}
.single-post .rdi-featured-media-top-wrapper {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner {
  width: 50%;
  border-radius: 10px;
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(11px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: unset;
    backdrop-filter: unset;
    padding: 0;
    text-align: center;
    border: 0;
  }
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-media-top-title .rdi-featured-heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #030D1E;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-media-top-title .rdi-featured-heading {
    color: #FFFFFF;
    font-size: 28px;
  }
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists {
    justify-content: center;
    border-bottom: 1px solid #FFFFFF;
    gap: 10px;
  }
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li {
  color: #444444;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li {
    color: #FFFFFF;
    font-size: 14px;
  }
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li i {
  margin-right: 5px;
  color: #6E89F2;
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li .rdi-post-author-data {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li .rdi-post-author-data a {
  color: #444444;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li .rdi-post-author-data a {
    color: #FFFFFF;
  }
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li .rdi-post-author-data a:hover {
  color: #030D1E;
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-meta-list .rdi-post-meta-lists li .rdi-post-author-data img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-media-top-desc .rdi-featured-desc {
  color: #444444;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-featured-media-top-wrapper .rdi-featured-media-top-inner .rdi-featured-media-top-desc .rdi-featured-desc {
    color: #FFFFFF;
    font-size: 16px;
  }
}
.single-post .featured-media {
  z-index: -1;
}
.single-post .featured-media:before {
  background: inherit;
}
@media screen and (max-width: 767px) {
  .single-post .featured-media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #010D20;
    opacity: 0.6;
  }
}
.single-post .featured-media .featured-media-inner {
  width: inherit;
  left: 0;
  margin: 0;
  max-width: 100%;
}
.single-post .featured-media .featured-media-inner .rdi-featured-media-img {
  height: 480px;
  object-fit: cover;
  width: 100%;
  margin: 0;
}
.single-post .rdi-artical {
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-post .rdi-artical .featured-media .featured-media-inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 0;
  width: inherit;
  left: 0;
}
.single-post .rdi-artical .featured-media .featured-media-inner img {
  width: 100%;
  padding-bottom: 30px;
  border-radius: 10px;
}
.single-post .rdi-artical .post-inner {
  padding-top: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content {
  position: relative;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 1vw, 2rem);
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-full-description {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-full-description p {
  color: #444444;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-full-description p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blogcontent-img img {
  width: 80%;
  margin: 40px auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blogcontent-img img {
    width: 100%;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content p {
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content p {
    font-size: 16px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-listing {
  background: #FFFFFF;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-listing li {
  display: flex;
  gap: 10px;
  align-items: start;
  text-align: left;
  margin: 0 0 15px 10px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 15px;
  color: #444444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-listing li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-listing li p {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-listing li img {
  margin-top: 2px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-heading {
  color: #030D1E;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-heading {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-heading:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-heading:after {
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  bottom: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background-color: #6E89F2;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper.rdi-content-aligncenter {
  align-items: center;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper.margin_top {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-left {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-left p {
  margin-bottom: 12px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-left p:last-child {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-right .rdi-content-image {
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-contentfull-wrapper .rdi-content-right .rdi-content-image img {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  padding: 5px;
  object-fit: cover;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  border-radius: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox h4 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox h4 {
    font-size: 18px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox p {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox p {
    font-size: 16px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox p:last-child {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting {
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting.no_margin {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting.margin_top {
  margin-top: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting li {
  display: flex;
  gap: 10px;
  align-items: start;
  text-align: left;
  margin: 0 0 15px 10px;
  color: #444444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting li p {
  margin-bottom: 0;
  line-height: 30px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentwrapper .rdi-blog-contentbox .rdi-blog-contentlisting li img {
  margin-top: 2px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox {
  background-color: #6E89F2;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-content-heading {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-content-heading {
    font-size: 18px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-content-heading:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-content-heading:after {
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  bottom: 0;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background-color: #030D1E;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper {
  display: flex;
  gap: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper.rdi-content-aligncenter {
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-left {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-right .rdi-content-image {
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentfull-wrapper .rdi-content-right .rdi-content-image img {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  padding: 5px;
  object-fit: cover;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox h5 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox p {
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox p {
    font-size: 16px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox p:last-child {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox p a {
  color: #FFFFFF;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox p a:hover {
  color: #030D1E;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .blogdetail-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 220px;
  animation: opacity 2s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing {
  margin-bottom: 20px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing.no_margin {
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing li {
  display: flex;
  gap: 10px;
  align-items: start;
  text-align: left;
  margin: 0 0 15px 10px;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing li {
    margin: 0 0 15px 6px;
  }
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing li p {
  margin-bottom: 0;
  line-height: 30px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-contentbox-listing li img {
  margin-top: 2px;
  filter: brightness(5);
}
.single-post .rdi-artical .post-inner .raindrops_entry_content ul {
  list-style-type: none;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content ul li {
  margin: 0 0 10px 40px;
  color: #444444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content ol li {
  margin: 0 0 10px 40px;
  color: #444444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content table{
	 color: #030D1E;
     font-size:20px;		
}
.single-post .rdi-artical .post-inner .raindrops_entry_content h2 {
  color: #030D1E;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content h4 {
  color: #030D1E;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content h5 {
  color: #030D1E;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blogdetail-image {
  margin: 0 auto 20px;
}
.single-post .rdi-artical .section-inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 0;
  width: inherit !important;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper {
  max-width: inherit;
  padding: 20px;
  margin-top: 0;
  background: #010D20;
  border-radius: 10px;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta {
  margin: 0;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta li {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta li .meta-icon {
  color: #6E89F2;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta li .meta-text {
  color: #030D1E;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta li .meta-text a {
  color: #FFFFFF;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #161c36 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid #27325c;
}
.single-post .rdi-artical .section-inner .post-meta-wrapper .post-meta li .meta-text a:hover {
  color: #6E89F2;
}
.single-post .author-detail-wrapper {
  padding: 60px 0;
  background-image: url("/wp-content/themes/raindrops-official/assets/images/contactus-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper {
    padding: 40px 0;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 992px) {
  .single-post .author-detail-wrapper .authoe-detail-grid {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-post .author-detail-wrapper .authoe-detail-grid {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid {
    gap: 10px;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left {
  flex: 0 0 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left .author-profile img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left .author-profile img {
    height: 200px;
    width: 200px;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left .social-icon-wrapper .social-list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left .social-icon-wrapper .social-list .social-icon {
  margin: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-left .social-icon-wrapper .social-list .social-icon:hover {
  background-color: #6E89F2;
  border-color: #6E89F2;
  transition-duration: 0.3s;
}
@media (max-width: 992px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right {
    text-align: center;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper {
    margin-bottom: 15px;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-title {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25%;
  background-color: #6e89f2;
  left: 0;
  bottom: -5px;
}
@media (max-width: 992px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-title::before {
    left: 35%;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-namer {
  display: inline-block;
  color: #6e89f2;
  font-size: 34px;
  margin-bottom: 5px;
  line-height: 42px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-namer {
    font-size: 24px;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-heading-wrapper .author-role {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-des-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-des-wrapper .author-des {
  margin-bottom: 10px;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-des-wrapper .view-all-post {
  color: #FFFFFF;
  font-weight: 600;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .author-des-wrapper .view-all-post:hover {
  color: #6E89F2;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 992px) {
  .single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul {
    justify-content: center;
  }
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul li {
  margin: 0;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFFFFF;
}
.single-post .author-detail-wrapper .authoe-detail-grid .author-grid-right .reach-to-us-links ul li a:hover {
  color: #6E89F2;
}

.expertise-section {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2025/05/customer-feature-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .expertise-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .expertise-section {
    padding: 50px 0;
  }
}
.expertise-section .expertise-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 575.98px) {
  .expertise-section .expertise-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.expertise-section .expertise-wrapper.expertise-fullbox {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.expertise-section .expertise-wrapper .expertise-box {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .expertise-section .expertise-wrapper .expertise-box {
    padding: 25px;
  }
}
.expertise-section .expertise-wrapper .expertise-box .expertise-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-heading.without-margin {
  margin-bottom: 0;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-heading h3 a {
  color: #FFFFFF;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-heading h3 a:hover {
  color: #BBBBBB;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-content p {
  font-size: 16px;
  color: #BBBBBB;
  line-height: 30px;
  margin-bottom: 0;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-content .expertise-list {
  margin: 20px 0;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-content .expertise-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 15px 0;
}
.expertise-section .expertise-wrapper .expertise-box .expertise-content .expertise-list li:last-child {
  margin-bottom: 0;
}

.expertise-fullsection {
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .expertise-fullsection {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .expertise-fullsection {
    padding: 50px 0;
  }
}
.expertise-fullsection .expertise-fullbox {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.expertise-fullsection .expertise-fullbox .expertise-box {
  background-color: #6e89f2;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .expertise-fullsection .expertise-fullbox .expertise-box {
    padding: 30px 20px;
    text-align: center;
  }
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-heading {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content p:last-child {
  margin-bottom: 0;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content p a {
  color: #FFFFFF;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content p a:hover {
  color: #030D1E;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content .expertise-list {
  margin: 20px 0;
  list-style-type: disc;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content .expertise-list li {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 0 0 15px 0;
  text-align: left;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content .expertise-list li img {
  filter: brightness(5);
  margin-top: 2px;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-content .expertise-list li:last-child {
  margin-bottom: 0;
}
.expertise-fullsection .expertise-fullbox .expertise-box .expertise-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  width: 150px;
  animation: opacity 2s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.fullsection-bg {
  position: relative;
  background-image: url("../../themes/raindrops-official/assets/images/fullbg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}

@media (max-width: 1199px) {
  .mobile-search-toggle, .mobile-nav-toggle {
    display: block !important;
  }
  .header-navigation-wrapper {
    display: none !important;
  }
}

/* start Adding direct custome css  */

.callaction-wrapper.pwa-callaction-wrapper{
	padding-bottom: 80px;
}
.pwa-callaction-wrapper .callaction-box.pwa-callaction-box{
	margin: 0 auto;
	background-image: none;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-marker-listing li{
	margin: 0 0 10px 1rem;
	color: #fff;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-marker-listing li:last-child{
	margin: 0 0 0px 1rem;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-black-listin{
	margin-bottom: 10px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-black-listing li{
	color: #444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .blog-detail-content-image{
	width: 50%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .blog-detail-content-image img{
	border-radius: 10px;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-contentfullwrapper .rdi-blog-contentbox .rdi-blog-listing li p{
	color: #444;
}
.single-post .rdi-artical .post-inner .raindrops_entry_content .rdi-blog-sublisting-wrapper{
	margin-left:35px;
}
/* end Adding direct custome css  */

/* Contact form Css Start */
#rdi-form-message .rdi-form-message-inner, #rdi-get-quote-form-message .rdi-form-message-inner {
  padding: 5px 10px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 500;
  align-items: center;
}

#rdi-form-message .rdi-form-message-inner.rdi-success,  #rdi-get-quote-form-message .rdi-form-message-inner.rdi-success{
  background-color: #7A9E7E;
}

#rdi-form-message .rdi-form-message-inner.rdi-error, #rdi-get-quote-form-message .rdi-form-message-inner.rdi-error {
  background-color: #c13645;
}

.rdi-status-sending {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
}
/* Contact form Css End */


/* Get Quote form Css Start */

/* Get Quote form Css End */

/*# sourceMappingURL=style.css.map */

