
/* ----------------------------------------------------------------------------------------
* Author        : Siddhi Infosoft
* Template Name : Picklepro — Better play starts here - HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. What We Have Section css
06. About Us Section Css
07. Join Us Section css
08. How It Works Section css
09. Our Facts Section Css
10. Pricing Plans Section css
11. Service Detail Page Css
12. Team Detail Page Css
13. Our Services Section css
14. Testimonial Section css
15. Blog List Page Css
16. Video Section css
17. FAQ Page css
18. Form Section Css
19. Letest Blog Section css
20. Team Members Section Css
21. Inner Pages Banner Css
22. Contact Page css
23. Blog Page css
24. Blog Single css
25. Landing Page css
26. Footer css
27. Responsive css

-------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / #sisf-page-header
3. Navigation / .navbar
4. Page Sidebar / .sisf-page-sidebar
5. Div Section  / .section
6. Blog Section / .blogs-list
7. logo  / .logo-section, .logo-Slider
8. Gallery / .gallery-items
9. Team / .sis-team-member
10. Testimonioal / .-testimonioal-section
11. Footer / .main-footer
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background: #FFFFFF (White)
Content:    #304B70 (Ink Blue)
Header h1:  #011A43 (Navy)
Header h2:  #011A43 (Navy)
Footer:     #FFFFFF (White)

Main Color :  #E4011F (Brand Red)
Secondary Color : #011A43 (Brand Navy)
Text White:   #FFFFFF (White)
Text Dark :   #304B70 (Ink Blue)
a (standard): #E4011F
a (active):   #E4011F
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy           :  18px/28.8px, 400, "DM Sans", sans-serif (Default Font)
Heading h1          :  62px/72px, 700, "Rajdhani", sans-serif (Heading Font)
Heading h2          :  48px/1.2em, 700, "Rajdhani", sans-serif (Heading Font)
Section SubTitle h4 :  22px/30px, 700, "Rajdhani", sans-serif (Heading Font)
Input, textarea     :  16px, "DM Sans", sans-serif (Default Font)
Sidebar heading     :  22px,700,Bold "Rajdhani", sans-serif (Heading Font)

-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
	--main-color: #E4011F;
	--dark-main-color: #B4001A;
	--primary-color: #011A43;
	--secondary-color: #011A43;
	--text-color: #304B70;
	--accent-color: #C9001B;
	--white-color: #FFFFFF;
	--divider-color: #FFFFFF26;
	--dark-divider-color: #E9E9E9;
	--error-color: rgb(230, 87, 87);
	--default-font: "DM Sans", sans-serif;
	--heading-font: "Rajdhani", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	color: var(--text-color);
	letter-spacing: 0px;
	background-color: var(--white-color);
	overflow: hidden;
	padding-right: 0px !important;
}

p {
	line-height: 32px;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1.75em;
	font-family: var(--heading-font);
}

h3 {
	font-size: 26px;
	line-height: 37px;
	font-weight: 500;
	letter-spacing: 1.04px;
	text-transform: none;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	word-wrap: break-word;
	color: var(--primary-color);
}

h5 {
	font-weight: 500;
	text-transform: none;
	font-size: 20px;
	line-height: 1.39em;
	letter-spacing: 1px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
	color: #e4011f;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

.container {
	max-width: 1400px;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.mfp-container {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden !important; 
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .5);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}

.row.no-gutters>* {
	padding-right: 0px;
	padding-left: 0px;
}

.btn-default {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.5px;
	text-transform: none;
	background: var(--main-color);
	color: var(--white-color);
	border-radius: 50px;
	padding: 14px 28px 14px 28px;
	font-family: var(--heading-font);
	border: 1px solid var(--main-color) !important;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.btn-default i {
	margin-left: 10px;
	font-size: 16px !important;
	transform: rotate(-45deg);
	top: 1px;
    position: relative;
	transition: all 0.3s ease-in-out;
}

.btn-default:hover {
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--main-color) !important;
	background-color: var(--main-color) !important;
}

.btn-default:hover i {
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
}

.btn-default.btn-dark {
	color: var(--white-color);
	background-color: transparent;
    border: 1px solid var(--white-color) !important;
}

.btn-secondary {
	color: var(--white-color) !important;
	background-color: var(--main-color) !important;
	border: 1px solid var(--main-color) !important;
}

.header-btn {
	line-height: 0px;
}

.btn-secondary:hover {
	border: 1px solid var(--primary-color) !important;
}

.btn-secondary::after {
	width: 100%;
	background-color: var(--primary-color) !important;
}

.btn-default::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 0%;
	background-color: var(--main-color);
	background-image: url('../images/arrow-orange.html');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	transform: translate(-4px, -50%);
	transition: all 0.3s ease-in-out;
	display: none;
}

.btn-default:hover:before {
	transform: translate(-4px, -50%) rotate(45deg);
	background-size: 12px auto;
}

.btn-default::after {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	bottom: -2px;
	width: 0%;
	height: 106%;
	border-radius: 0px;
	transform: skew(30deg);
	background: var(--primary-color);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.btn-default:hover::after {
	width: 106%;
	transform: skew(0deg);
	left: -5px;
}

.sisf-m-button {
	line-height: 0px;
}

.sisf-m-button .sisf-m-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.readmore-btn {
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.readmore-btn img {
	max-width: 15px;
	transition: all 0.3s ease-in-out;
}

#magic-cursor {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index: 1000000;
}

#ball {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 8px !important;
	height: 8px !important;
	background: var(--accent-color);
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1 !important;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.loading-container {
	margin: 40px auto;
}

.loading-container .reveal {
	top: 6px;
}

.loading {
	border: 3px solid transparent;
	border-color: transparent var(--main-color) transparent var(--main-color);
	animation: rotate-loading 3.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80px;
	transform: translate(-50%, -50%);
	opacity: 1;
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section-row {
	margin-bottom: 30px;
}

.section-row .section-title {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0;
}

.section-btn {
	text-align: end;
}

.section-title {
	margin-bottom: 40px;
}

.section-title .sisf-m-subtitle {
	font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0px;
	white-space: normal;
	margin-bottom: 15px;
	display: inline-block;
	color: var(--primary-color);
}

.section-title .sisf-subtitle {
	font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0px;
	white-space: normal;
	margin-bottom: 15px;
	display: inline-block;
	color: var(--primary-color);
	padding: 10px 15px 10px 15px;
    border-radius: 50px;
	border: 1px solid #FFFFFF1A;
	background-color: var(--primary-color);
}

.section-title .sisf-subtitle::before,
.section-title .sisf-m-subtitle::before {
    content: '';
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
    background-color: currentColor;
    /* mask-image: url("../images/icon-sub-heading.svg"); */
    mask-repeat: no-repeat;
    mask-size: cover;
    width: 20px;
    height: 20px;
}

.sisf-sis-heading-title {
	margin-bottom: -40px !important;
}

.sisf-sis-heading-title span {
    -webkit-text-stroke-width: 2px; 
    -webkit-text-stroke-color: transparent;
	-webkit-text-stroke: 1px var(--primary-color);
	text-transform: uppercase;
    color: transparent;
    mask-image: linear-gradient(to bottom, 
                                        rgb(255, 255, 255) 0%, 
                                        rgba(0,0,0,0) 100%);
}

.sisf-sis-heading-title.white span {
	-webkit-text-stroke: 1px var(--white-color) !important;
}

.section-title h1 {
	color: var(--primary-color);
	font-size: 62px;
    font-weight: 700;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0px;
	margin-bottom: 30px;
}

.section-title h2 {
	margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
	color: var(--primary-color);
    letter-spacing: 0px;
    line-height: 1.2em;
    text-transform: none;
	position: relative;
	z-index: 1;
}

.section-title .sisf-m-title i {
	font-size: 28px;
	color: var(--main-color);
	line-height: 1;
	display: inline-block;
	position: relative;
	top: -22px;
	left: -10px;
	transform: rotate(57deg);
}

.sisf-e-colored {
	color: var(--main-color) !important;
}

.section-title .sisf-e-decorated {
	position: relative;
}

.section-title .sisf-e-decorated::before {
	content: "";
	height: 1px;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
	background: var(--main-color);
	position: absolute;
	z-index: 0;
}

.section-title .spin-img img {
	vertical-align: middle;
}

.section-title p {
	margin-top: 25px;
	margin-bottom: 0;
}

.section-title .text-heading {
	line-height: 65px;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 45px;
	text-transform: uppercase !important;
	color: var(--primary-color) !important;
}

.section-title .text-heading .bottom-line {
	border-bottom: 1px solid var(--main-color);
	line-height: 1, 3;
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li {
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

.mobile-none {
	display: block !important;
}

.navbar-brand.mobile-block.sisf-header-logo-link {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.navbar-brand.mobile-block.sisf-header-logo-link {
		flex: 0 0 auto;
		max-width: 160px;
		padding: 0;
	}

	.navbar-brand.mobile-block.sisf-header-logo-link img,
	.sisf-header-logo-link.navbar-brand.mobile-block img {
		width: min(150px, 42vw) !important;
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
	}

	.navbar-toggle {
		flex: 0 0 auto;
	}
}

.section {
	padding: 70px 0px 70px 0px;
}

.sisf-section {
	padding: 70px 0px 40px 0px;
}

.sisf-underline--left {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	position: relative;
}

.sisf-underline--left:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--primary-color);
	transition: .3s ease-in-out;
	backface-visibility: hidden;
}

.sisf-underline--left:hover:after {
	width: 0%;
	transition: .3s ease-in-out;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    line-height: normal;
    z-index: 999;
    opacity: 0;
	border: none;
	outline: none;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
	color: var(--main-color);
    background-color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
	transition: all 0.3s ease-in-out;
}

.sisf--button .sisf-sis-button .sisf-m-icon {
	line-height: 0;
}

.sisf--button .sisf-sis-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sisf--button .sisf-sis-button .sisf-m-icon-inner {
	position: relative;
	overflow: hidden !important;
	display: inherit;
	padding: 1px;
	transform: rotate(-45deg);
}

.sisf--button .sisf-sis-button .icon1,
.sisf--button .sisf-sis-button .icon2 {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1px;
    position: relative;
}

.sisf--button .sisf-sis-button .icon1 {
	transform: translateX(0) translateY(0);
	transition-delay: .1s;
	opacity: 1;
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
	will-change: transform;
}

.sisf--button .sisf-sis-button:hover .icon1 {
	transform: translateX(200%) translateY(0);
	opacity: 0;
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
}

.sisf--button .sisf-sis-button:hover .icon2 {
	transform: translateX(0) translateY(0) translatez(0);
	transition-delay: .1s;
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
	opacity: 1;
}

.sisf--button .sisf-sis-button .icon2 {
	transform: translateX(-150%) translateY(0);
	opacity: 0;
	position: absolute;
	opacity: 0;
	left: 1px;
	top: 1px;
	transition-delay: .1s;
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
	will-change: transform;
}

::selection {
  background: var(--main-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--main-color);
  color: var(--white-color);
}

.br-radius {
	border-radius: 24px;
	margin: 0px 5px 0 10px ;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--primary-color); 
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 0px !important;
}

@-moz-document url-prefix() {
  html {
    scrollbar-color: var(--main-color) var(--primary-color);
    scrollbar-width: thin;
  }
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.sisf-skin--dark.sisf-page .container-fluid,
.sisf-skin--light.sisf-page .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top {
	display: flex;
	justify-content: space-between;
	background-color: var(--secondary-color);
	border-bottom: 1px solid rgba(255,255,255,0.12);
	padding: 10px 15px;
	background-color: var(--main-color);
}

.header-top .sisf-top-bar-widget .sisf-icon-list-item a,
.header-top .sisf-top-bar-widget .mail-us a {
    color: var(--white-color);
	font-size: 16px;
	transition: 0.4s ease-in-out;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 2;
	font-weight: 600;
}

.header-top .mail-us .fa-envelope {
	position: relative;
	top: 2px;
}

.header-top .header_col .sisf-widget-holder {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: space-between;
}

.widget .sisf-icon-list-item .icon-call-out::before {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 16px;
}

.sisf-skin--light .sisf-e-title-text {
	color: var(--white-color) !important;
	font-size: 16px !important;
	transition: 0.4s ease-in-out;
}

.header-top .sisf-icon--icon-pack .sisf-e-title-text:hover {
	color: var(--primary-color) !important;
	transition: 0.4s ease-in-out;
}

.header-top .mail-us .sisf-e-title-text:hover {
	color: var(--primary-color) !important;
	transition: 0.3s ease-in-out;
}

.header-top .social-icons-link ul li a {
	color: var(--white-color);
}

.header-top .social-icons-link ul li a:hover {
	color: var(--primary-color);
}

.main-header {
	position: relative;
	z-index: 100;
	transition: all 0.2s ease-in-out;
}

.main-header .header-sticky {
	position: relative;
	top: 0;
	z-index: 100;
	transition: all 0.2s ease-in-out;
}

.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: all 0.2s ease-in-out;
	border-radius: 0;
}

.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--primary-color);
	backdrop-filter: blur(30px);
	transition: all 0.2s ease-in-out;
}

.main-header .header-sticky.active .navbar-brand img {
    width: 174px;
    height: auto;
}

.navbar {
	padding: 0px 0;
	align-items: center;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.sisf-main-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	height: auto;
}

#sisf-page-header-inner {
	position: relative;
	height: 100%;
	padding: 10px 20px;
	background-color: var(--white-color);
}

.sisf-divided-header-left-wrapper,
.sisf-divided-header-right-wrapper {
	width: 100%;
	height: 80px;
}

.sisf-divided-header-left-wrapper .navbar {
	margin: 0 45px 0 0px;
	position: static;
}

.sisf-centered-header-wrapper.sisf--header {
    border-radius: 100px;
}

.sisf-centered-header-wrapper .navbar {
	position: static;
}


.sisf-divided-header-right-wrapper .navbar {
	margin: 0 0 0 45px;
	position: static;
}

.sisf-header-logo-link.navbar-brand {
	position: relative;
	display: flex !important;
	align-items: center;
	flex-shrink: 0;
	max-height: 100%;
	height: auto;
	justify-content: center;
}

.sisf-header-logo-link.navbar-brand img {
	width: 174px;
    height: auto;
}

.sisf-skin--light .input-group .form-control {
	background: transparent !important;
	font-size: 17px;
}

.sisf-icon-list-item .input-group input::placeholder {
    color: var(--white-color) !important;
}

.sisf-icon-list-item .input-group input:focus {
    color: var(--white-color) !important;
}

.sisf-divided-header-left-wrapper .icon-location-pin,
.sisf-divided-header-left-wrapper .store-location {
	font-size: 20px;
}

.sisf-divided-header-left-wrapper .icon-location-pin {
	position: relative;
	top: 2px;
}

.sisf-skin--light .sisf-icon-holder {
	color: var(--primary-color);
	font-family: var(--default-font);
}

.sis_core_woo_dropdown_cart .sisf-dropdown-cart-content {
	display: block;
	padding: 30px 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(235, 235, 235);
	border-top: 1px solid var(--sis-main-color);
	transform: translateY(8px);
	opacity: 0;
	transition: opacity .6s ease-out, transform .4s ease-out;
	position: absolute;
	top: 90%;
	left: auto;
	right: -24px;
	width: 305px;
	opacity: 0 !important;
	visibility: hidden !important;
	z-index: 1000;
}

.sis_core_woo_dropdown_cart:hover .sisf-dropdown-cart-content {
	transform: translateY(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
	border-top: 1px solid var(--main-color);
}

.sis_core_woo_dropdown_cart,
.header-favorite-icon {
	position: relative;
}

.user-icon .dripicons-user i {
	color: var(--primary-color);
	font-size: 26px;
}

.header-favorite-icon i {
	font-size: 30px;
	color: var(--primary-color);
}

.header-favorite-icon .sisf-m-opener-count {
	top: -10px !important;
	right: -10px !important;
}

.header-icon .sisf-icon-list-item {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 8px 20px 8px 20px;
	border-radius: 50px;
}

.header-icon .search-container {
	position: relative;
	display: inline-block;
}

.header-icon .search-input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 220px;
}

.header-icon .search-input::placeholder {
	color: var(--white-color);
}

.header-icon .search-input {
	color: var(--white-color);
}

.header-icon .sisf-icon-list-item .search-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	border: none;
	border-radius: 50%;
	padding: 5px;
	width: 30px;
	color: var(--white-color);
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sisf-m-opener-count {
	position: absolute;
	top: -13px;
	right: -15px;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 14px;
	display: flex;
	font-weight: 500;
	line-height: 1.39em;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 4px;
}

.sis_core_woo_dropdown_cart .sisf-m-opener-icon i {
	font-size: 25px;
}

.sisf-divided-header-right-wrapper .sisf-widget-holder {
	height: 100%
}

.sisf-divided-header-right-wrapper .sisf-widget-holder>div {
	margin: 0 15px;
	position: relative;
	height: 100%;
	align-items: center;
	display: flex;
}

.sisf-divided-header-right-wrapper .sisf-widget-holder>div:first-child {
	margin-left: 0
}

.sisf-divided-header-right-wrapper .sisf-widget-holder>div:last-child {
	margin-right: 0
}

.sisf-divided-header-right-wrapper .sisf-widget-holder .sisf-m-opener {
	position: relative;
}

.sisf-divided-header-right-wrapper .sisf-widget-holder .sisf-m-opener .sisf-m-opener-count {
	text-align: center;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .75px;
	text-transform: uppercase;
	width: 22px;
	height: 22px;
	background: var(--main-color);
	border-radius: 50px;
	position: absolute;
	top: -12px;
    right: -15px;
	color: var(--white-color);
}

.cart-image {
	width: 14px;
    height: 19px;
}

.sisf-button.sisf-layout--outlined {
	letter-spacing: 0.5px;
	line-height: 1.5em;
	border: 1px solid var(--main-color);
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	background-color: transparent;
	margin: 0;
	border-radius: 0px;
	outline: 0;
	transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 30px;
}

.sisf-button.sisf-layout--outlined:hover {
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	transition: 0.4s ease-in-out;
	color: var(--white-color);
}

.sisf-button.sisf-layout-outlined {
	border: 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-family: var(--heading-font);
	font-size: 20px;
	font-style: normal;
	color: var(--main-color);
	border-radius: 0;
	padding: 16px 28px 16px 28px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	background-color: transparent;
	transition: 0.4s ease-in-out;
}

.sisf-button.sisf-layout-outlined:hover {
	background-color: #3C2525;
	transition: 0.4s ease-in-out;
	color: var(--main-color);
}

.sisf-skin--light .sisf-widget-holder.sisf--two.d-flex.align-items-center .sisf-button.sisf-layout--outlined {
	color: var(--white-color);
}

.select2-dropdown {
	width: 100% !important;
    background: var(--primary-color);
    padding: 20px;
    min-width: 301px;
    left: 0px !important;
    top: 13px;
}

.select2-search--dropdown .select2-search__field {
	background-color: var(--white-color);
	border-radius: 50px;
	padding: 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
	background: var(--main-color);
}

.select2-dropdown .select2-results__option {
	color: var(--white-color);
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
}

.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: center;
}

.main-menu .nav-menu-wrapper>ul {
	align-items: center;
	display: inline-flex;
}

.main-menu ul li {
	margin: 0 0px;
	position: relative;
	padding: 0;
}

.main-menu ul li a {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--default-font);
	padding: 8px 15px !important;
	transition: all 0.3s ease-in-out;
	text-transform: none !important;
	line-height: 24px;
	position: relative;
	letter-spacing: normal;
	margin: 0 3px;
	border-radius: 50px;
}

.sisf-skin--light .main-menu ul li a {
	color: var(--white-color);
}

.sisf-skin--dark .main-menu ul li a {
	color: var(--primary-color);
}

.sisf-skin--dark .main-menu ul ul li a {
	color: var(--white-color);
}

.main-menu-inner ul li a {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--default-font);
	padding: 0px 15px !important;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
	text-transform: none;
	line-height: 24px;
	position: relative;
	letter-spacing: 2px;
}

.main-menu ul.navbar-nav>li>a {
	line-height: 26px;
	display: flex;
	align-items: center;
	text-transform: none;
}

.main-menu ul li.submenu>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	display: none;
}

.main-menu ul li a i {
	font-size: 14px;
	padding-top: 0px;
	top: 1px;
    position: relative;
}

.main-menu ul.submenu>li>a::before {
	content: '';
	position: absolute;
	width: 10px;
	background-size: auto;
	background-size: 100%;
	left: -4px;
	height: 1px;
	margin-right: 10px;
	display: inline-block;
	z-index: 5;
}

.main-menu ul li.submenu > a:before {
    position: absolute;
    left: 0px;
    content: '';
    height: 1px;
    width: 10px;
    background-color: var(--main-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease-out;
    top: 0;
    bottom: 0;
    margin: auto;
	display: none;
}

.main-menu ul li.submenu>a:hover:before {
	transform: inherit;
}

.main-menu ul li.submenu>a.active:before {
	transform: inherit !important;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li a.active {
	color: white !important;
	background-color: var(--primary-color);
}

.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 270px;
	border-radius: 10px;
	position: absolute;
	left: -10px;
	top: auto;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all 0.4s ease-in-out;
	text-align: left;
	padding: 20px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.main-menu ul ul ul::before {
	display: none;
}

.main-menu ul li.submenu ul li.submenu>a:after {
	content: '\f105';
	float: right;
}

.main-menu ul li.submenu:first-child ul ul {
	width: 250px;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul ul ul::after {
	content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF33;
    position: absolute;
	top: 25px;
    right: auto;
    left: -17px;
    transform: rotate(-90deg);
}

.main-menu ul ul li {
	margin: 0;
	padding: 4px 20px;
}

.main-menu ul ul li a {
	color: var(--primary-color) !important;
	padding: 3px 0px 3px 0px !important;
	transition: all 0.3s ease-in-out;
	font-family: var(--default-font);
	font-size: 16px;
	line-height: 28.8px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none !important;
	position: relative;
	margin: 0px;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:hover .menu-item-arrow {
	color: var(--white-color) !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:before {
	content: "-";
	font-family: FontAwesome !important;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 4%;
	left: 0;
	right: initial;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	font-weight: 900;
	font-size: 25px;
	display: none;
	width: 0%;
}

.main-menu ul ul li:hover a:before,
.main-menu ul ul li a.active  {
	display: block;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%;

}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
	transition: all 0.4s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus,
.main-menu ul ul li a.active,
.main-menu ul ul li a.active span {
	color: var(--white-color) !important;
	background-color: transparent;
	padding-left: 15px !important;
}

.main-menu ul ul li a span {
	color: var(--primary-color);
	transition: all 0.4s ease-in-out;
}

.main-menu ul ul li a::before {
	display: none !important;
	transition: 0.3s ease-in-out;
}

.main-menu ul ul li a:hover:before,
.main-menu ul ul li a.active::before {
	display: block !important;
	transition: 0.3s ease-in-out;
	color: var(--white-color);
}

.main-menu ul ul li .page-link:hover:before {
	display: none !important;
}

.main-menu ul ul li .page-link:hover,
.main-menu ul ul li .page-link:focus {
	background-color: transparent;
	padding-left: 0px !important;
}

.main-menu ul li.highlighted-menu {
	display: none;
}

.main-menu .mega-menu-item {
	position: static;
}

.main-menu .mega-menu-item .mega-menu {
	width: 100%;
	left: 0;
	right: 0;
	padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main-menu .mega-menu-item .mega-menu .nav-item.px-0 {
	padding: 10px !important;
}

.main-menu .mega-menu .nav-item {
	width: 20%;
	padding: 20px 10px !important;
}

.main-menu .mega-menu1 .nav-item {
	width: 25% !important;
}

.main-menu .mega-menu-item .mega-menu .sisf-menu-title {
	font-size: 22px;
	font-family: var(--default-font);
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: var(--white-color);
}

.menu-item-arrow {
	position: absolute;
    top: calc(50% - 11px);
    right: 0;
    color: var(--white-color);
    line-height: normal;
	transition: all 0.3s ease-in-out;
}

.menu-item-arrow i {
   font-size: 11px !important;
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	top: 0;
	position: relative;
}

.slicknav_btn {
	background: #fff;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 0 0 0px 0;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 1px;
	width: 40px;
	background-color: var(--main-color);
	border-radius: 6px;
	margin: 10px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-10px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-10px, -5px);
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0;
	background: #fff;
	border-radius: 0 0 0px 0;
}

.slicknav_menu ul {
	margin: 5px 0;
}

.slicknav_menu ul ul {
	margin: 0;
}

.slicknav_nav li {
    border-bottom: 1px solid #DFDFDF;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #333;
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav a.active
.slicknav_nav .slicknav_row:hover {
	background-color: transparent !important;
	color: var(--main-color) !important;
}

.slicknav_menu ul ul li a {
	padding: 10px 20px 10px 30px;
	font-weight: 500;
	font-size: 14px;
}

.slicknav_menu ul ul li a:hover {
	color: var(--main-color);
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 15px;
	margin-left: 8px;
	color: #333;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
	transform: rotate(-180deg);
	color: var(--main-color);
}

.sisf-standerd--header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sisf-standerd--header .main-menu ul ul ul {
	left: -100%;
}

.social-icons-link ul {
	display: flex;
	align-items: center;
}

.social-icons-link ul li a {
	color: var(--primary-color);
	font-size: 20px;
	transition: 0.3s ease-in-out;
}

.social-icons-link ul li a:hover {
	color: var(--white-color);
	transition: 0.3s ease-in-out;
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
	position: relative;
	background: var(--primary-color) url('../images/hero-bg.html') no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 250px 0;
}

.hero-slider-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 90%;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.home-slider .hero-slider-image::before,
.page .hero-slider-image::before {
	display: none;
}

.hero .hero-bg-video::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 85%;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hero-video .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.hero-video .hero-bg-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider {
	background: none;
	padding: 0;
}

.hero-slider-layout .hero-slide {
	position: relative;
	padding-bottom: 70px;
	min-height: 750px;
	display: flex;
	justify-content: center;
	align-items: end;
}

.hero.hero-slider:before {
	display: none;
}

.hero.hero-slider .hero-slider-layout {
	position: relative;
	z-index: 2;
	padding-top: 120px;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	top: 0px;
}

.swiper .swiper-slide {
	position: relative;
}

.swiper-slide .header-contact-info {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	top: 59%;
	transform: rotate(-90deg);
	left: -16%;
	z-index: 3;
}

.swiper-slide .header-contact-info .contact-number::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: var(--white-color);
	left: 0;
	top: 48%;
}

.swiper-slide .header-contact-info .contact-number::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: var(--white-color);
	right: 0;
	top: 48%;
}

.hero-slider-layout .hero-pagination {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 0;
	right: 0;
	display: block;
	width: auto;
	padding-top: 0px;
	text-align: center;
}

.hero-slider-layout .hero-pagination.text-center {
	right: 0px !important;
}

.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 23px;
	background: var(--main-color);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 0 12px;
	position: relative;
	border: 2px solid transparent;
}

.hero-slider-layout .hero-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 7px;
	height: 7px;
	background: var(--main-color);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
	opacity: 0
}

.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
	background-color: transparent;
	border: 3px solid var(--main-color);
}

.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active:before {
	opacity: 1
}

.hero-content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

.hero-content .section-title p {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
}

.hero-content .btn-slider {
	background: var(--main-color);
	line-height: 30px;
	letter-spacing: 0.8px;
	font-family: var(--default-font);
	border: 1px solid var(--main-color);
	font-weight: 500;
	padding: 15px 25px;
	font-size: 16px;
	border-radius: 50px;
	color: var(--white-color);
	text-transform: none;
	transition: all ease 0.5s;
}

.hero-content .btn-slider:hover {
	background-color: var(--white-color) !important;
	color: var(--main-color);
	border: 1px solid var(--white-color);
	transition: all ease 0.5s;
}

.hero-content .btn-slider i {
	margin-left: 5px;
	transform: rotate(-40deg);
}

.down-arrow a {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 30px;
	width: 30px;
	height: 50px;
	border: 2px solid var(--white-color);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%);
	animation: jumpInfinite 1.5s infinite;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.down-arrow a:hover {
	border-color: var(--accent-color);
}

.down-arrow a i {
	font-size: 20px;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.down-arrow a:hover i {
	color: var(--accent-color);
}

@keyframes jumpInfinite {
	0% {
		margin-bottom: 0;
	}

	50% {
		margin-bottom: 20px;
	}

	100% {
		margin-bottom: 0;
	}
}

.hero .home-slide .section-title h1 {
	color: var(--white-color);
	position: relative;
	padding: 50px 0 0 100px;
	z-index: 3;
	text-transform: uppercase !important;
}

.hero .home-slide .slider-image {
	position: relative;
	z-index: 4;
	padding-bottom: 60px;
}

.hero .home-slide p {
	padding-top: 0 !important;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	display: block;
	width: 60px;
	height: 60px;
	display: flex;
	background-color: var(--primary-color);
	opacity: 1;
	justify-content: center;
	align-items: center;
	border-radius: 0%;
	transition: 0.3s ease-in-out;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
	color: var(--white-color);
	line-height: 70px;
	font-size: 20px;
	opacity: 1;
	font-weight: 900;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
	background: #c2a56b;
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.hero-right-image {
	position: relative;
	z-index: 2;
}

.sisf-sis-bottom-right-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

.sisf-sis-bottom-left-image {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sisf-sis-hero-right-content {
	padding: 25px;
	border: 1px solid #FFFFFF1F;
	border-radius: 20px;
	backdrop-filter: blur(8px);
	position: relative;
    z-index: 2;
}

.sisf-sis-hero-right-content .sisf-sis-e-icon a {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--main-color);
	border: 1px solid var(--main-color);
    color: var(--primary-color);
    transition: 0.4s ease-in-out;
    transform: rotate(-45deg);
}

.sisf-sis-hero-right-content .sisf-sis-e-icon a:hover {
	background: var(--primary-color);
    color: var(--main-color);
	border: 1px solid var(--main-color);
    transition: 0.4s ease-in-out;
	transform: rotate(0deg);
}

.sisf-sis-hero-right-content .sis-e-bottom-content {
	padding: 20px;
	background-color: var(--white-color);
	border-radius: 20px;
}

.scroll-container.top {
	background-color: var(--main-color);
	padding: 25px 0;
}

/* ==========================================
   (PicklePro) 05. What We Have Section css
============================================= */
.comman-bg {
	background-color: #e4011f33;
}

.sisf-sis-what-we-have-contents .sisf-e-inner,
.sisf-sis-benefits-contents .sisf-e-inner {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}


.sisf-sis-what-we-have-contents .sisf-e-inner .sisf-sis-icons,
.sisf-sis-benefits-contents .sisf-e-inner .sisf-sis-icons {
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-color: var(--main-color);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease-in-out;
}

.sisf-sis-what-we-have-contents .sisf-e-inner:hover .sisf-sis-icons {
	background-color: var(--primary-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-what-we-have-contents .sisf-e-inner:hover .sisf-sis-icons img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(74%) 
            saturate(929%) hue-rotate(25deg) brightness(97%) contrast(96%);
	transition: 0.4s ease-in-out;
}

.sisf-sis-what-we-have-contents.bottom {
	padding-top: 80px;
}

.sisf-sis-what-we-have-contents.bg-white.rounded-3 {
    padding: 20px;
	width: 65%;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
}

.sisf-sis-benefits-contents .sisf-benifits-list .sisf-e-icon span,
.sisf-program-list-item .sisf-e-icon span {
	font-size: 25px;
}

.sisf-sis-benefits-contents.position-relative .sisf-e-inner {
	aspect-ratio: 1 / 0.88;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sisf-sis-benefits-contents.page.position-relative .sisf-e-inner {
	aspect-ratio: 1 / 1.07;
}

.sisf-sis-benefits-contents.bottom.position-relative .sisf-e-inner {
	aspect-ratio: unset;
}

.sisf-sis-benefits-contents.bottom .sisf-e-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1 / 0.62;
}

.what-we-do-box {
	padding-top: 24px;
	border-top: 1px solid #0000001A;
}

.sis-features-bottom-content .sis-feature-contents .sis-e-inner .sis-e-icon-left {
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-color: var(--main-color);
	border-radius: 50px;
	display: flex;
	border: 1px solid var(--main-color);
	justify-content: center;
	align-items: center;
	transition: 0.4s ease-in-out;
}

.sis-features-bottom-content .sis-feature-contents .sis-e-inner:hover .sis-e-icon-left {
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	transition: 0.4s ease-in-out;
}

.what-we-have-content-top {
	padding: 30px 30px 0 30px;
	border-radius: 16px;
	margin-top: -50px;
	position: relative;
    z-index: 2;
}

.what-we-have-content-top .sisf-sis-what-we-have-contents .sisf-e-inner:hover .sisf-sis-icons {
    background-color: var(--white-color);
    transition: 0.4s ease-in-out;
}

.what-we-have-content-top .sisf-sis-what-we-have-contents .sisf-e-inner:hover .sisf-sis-icons img {
	filter: brightness(0) invert(0);
	transition: 0.4s ease-in-out;
}

.sisf-sis-what-we-have-contents .sisf-e-inner.comman-bg.p-4.rounded-4 .sisf-e-content p {
	font-size: 16px;
}

/* =====================================
   (PicklePro) 06. About Us Section css
======================================== */
.sisf-about-side-image,
.sisf-what-we-do-side-image,
.sisf-how-it-work-bottom-image {
	position: relative;
	z-index: 2;
	margin: -250px 0px 0 0;
}

.sisf-sis-spin-icon {
	position: absolute;
	top: 23%;
	left: 63%;
	z-index: 2;
}

.sis-about-bottom-content .sisf-sis-spin-icon {
    top: -2%;
    width: 175px;
}

.sisf-sis-pro-level-box,
.sisf-sis-mission-level-box {
	margin-top: 30px;
    background-color: var(--primary-color);
	border-radius: 12px;
	padding: 25px;
}

.sisf-contents-divider {
   border-top: 1px solid #0000001A;
}

.comman-bottom-line-text {
	margin-top: 30px;
}

.comman-bottom-line-text .sisf-sis-e-box p {
	font-family: var(--heading-font);
	color: var(--primary-color);
	font-weight: 700;
}

.comman-bottom-line-text .sisf-sis-e-box a {
	color: var(--main-color);
	transition: 0.3s ease-in-out;
	font-weight: 700;
	border-bottom: 1px solid var(--main-color);
}

.sisf-sis-icon-with-text--hover .sisf-e-inner {
	padding: 30px;
    border: 1px solid #0000001A;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all .6s ease;
	border-radius: 12px;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner .sisf-e-content {
	position: relative;
	z-index: 3;
	transition: all .6s ease;
}

.sis-about-image {
	line-height: 0px;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner::before {
	position: absolute;
    content: "";
	background-color: var(--main-color);
	right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
	z-index: 2;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner:hover::before {
	height: 100%;
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner:hover {
	border: 1px solid var(--main-color) !important;
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.sisf--bottom .sisf-e-inner::before {
   bottom: 0;
}

.sisf-motion-text {
	position: absolute;
	top: -20px;
	right: -14px;
    z-index: 2;
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner {
	margin-top: 40px;
	/* aspect-ratio: 1; */
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner .sisf-sis-icon-image {
	position: relative;
	z-index: 2;
	filter: brightness(0) invert(0);
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner:hover .sisf-sis-icon-image {
	filter: brightness(0) invert(1);
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner::before {
	background-color:  var(--primary-color) !important;
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner:hover {
	border: 1px solid var(--primary-color) !important;
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other .sisf-e-inner:hover .sisf-e-content h4,
.sisf-sis-icon-with-text--hover.other .sisf-e-inner:hover .sisf-e-content p {
	color: var(--white-color);
	transition: all .6s ease;
}

.sis-page-about-counters {
	position: relative;
	margin-top: -115px;
	z-index: 2;
}

.sisf-what-we-do-side-image figure,
.sisf-about-side-image figure,
.sisf-how-it-work-bottom-image figure {
	display: flex !important;
	justify-content: end;
}

.sisf-what-we-do-image img,
.sisf-about-image img,
.sisf-about-side-image img,
.sisf-how-it-work-bottom-image img {
	width: 70%;
}

.sisf-what-we-do-side-image img,
.sisf-what-we-do-image img {
	width: 60%;
}

.sisf-about--image {
	margin-left: -50px;
}

.sisf-about--image img {
	aspect-ratio: 1 / 1.39;
	object-fit: cover;
	border-radius: 20px;
}

.sisf-about-left-part {
	top: 7px;
    margin: 0px -120px 0 0;
    z-index: 1;
}

.sisf-about-left-part .sisf-sis-spin-icon {
	bottom: -85px;
    right: -93px;
	top: auto;
    left: auto;
}

/* =====================================
   (PicklePro) 07. Join Us Section css
======================================== */
.join-us-section {
	background-image: url("../images/join-us_bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 150px 0 100px 0;
}

.pricing-page-bg {
	background-image: url("../images/joinus_bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0;
	border-radius: 20px;
}

.comman-background {
   background-color: var(--primary-color);
}

.sis-join-today-bg {
	background-image: url("../images/join-today-img.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 49% auto;
    padding: 50px 0;
}

.sis-join-today-bg .sis-join-us-contents p {
    font-size: 16px;
}

.sis-join-today-bg .sis-join-us-contents .sis-e-icon-left span {
	font-size: 24px;
}

.sisf-ready-to-play-right-image {
	margin-bottom: -8px;
}

.sis-join-us--section.comman-background {
	padding-bottom: 280px;
}

/* =========================================
   (PicklePro) 08. How It Works Section css
============================================ */
.how-it-works-hover-item {
	padding: 15px;
	border-radius: 12px;
	margin-top: 30px;
	transition: 0.4s ease-in-out;
	overflow: hidden;
}

.how-it-works-hover-item .sisf-e-inner {
	position: relative;
	z-index: 2;
}

.how-it-works-hover-item .sisf-e-contents h4 {
	transition: 0.4s ease-in-out;
}

.how-it-works-hover-item .sisf-sis-count span {
    color: #011A4333;
    font-size: 48px;
	font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.25em;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in-out;
}

.how-it-works-hover-item .sisf-background-image img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s ease-in-out;
}

.how-it-works-hover-item:hover .sisf-sis-count span {
	transition: 0.4s ease-in-out;
	color: #ffffff4f;
}

.how-it-works-hover-item:hover .sisf-e-contents  h4 {
	transition: 0.4s ease-in-out;
	color: var(--white-color);
}

.how-it-works-hover-item .sisf-icon img {
	transition: 0.4s ease-in-out;
}

.how-it-works-hover-item:hover .sisf-icon img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(929%) hue-rotate(25deg) brightness(97%) contrast(96%);
	transition: 0.4s ease-in-out;
}

.how-it-works-hover-item:hover .sisf-background-image img {
	opacity: 1;
	transition: 0.4s ease-in-out;
}

.sis-how-it-work-contents {
	border-top: 1px solid #0000001A;
	padding-top: 40px;
}

.sisf-how-it-work-image-left,
.sisf-how-it-work-image-center {
	line-height: 0px;
}

.sisf-how-it-work-image-left {
	margin-right: -230px;
    position: relative;
    z-index: 2;
}

.sis-how-it-work-inner .sis-e-icon-left {
    min-width: 50px;
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner {
    margin-top: 0;
    aspect-ratio: unset;
    background-color: #FFFFFF00;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF1A;
    border-radius: 16px 16px 16px 16px;
	transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner h4,
.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner p {
	color: var(--white-color);
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner p {
	font-size: 16px;
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner::before {
    background-color: var(--main-color) !important;
    transition: all .6s ease;
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-sis-icon-image {
	width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: var(--main-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	filter: none;
    transition: 0.4s ease-in-out;
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner:hover .sisf-sis-icon-image {
	filter: none;
	background-color: var(--primary-color);
}

.sisf-sis-icon-with-text--hover.other.choose-us .sisf-e-inner:hover .sisf-sis-icon-image img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(929%) hue-rotate(25deg) brightness(97%) contrast(96%);
}

.sisf-how-it-work-top-image img {
	width: 80%;
}

.sisf-sis-spin-icon.sis-page {
    position: absolute;
    top: 41%;
    left: 66%;
    z-index: 2;
}

.sis-how-it-work-contents.sisf-page .sis-how-it-work-inner {
	position: relative;
}

.sis-how-it-work-contents.sisf-page .sis-how-it-work-inner::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 24px;
    top: 5px;
    background-color: #0000001A;
    z-index: 0;
}

.sis-how-it-work-contents.sisf-page .sis-how-it-work-inner .sis-e-icon-left {
	position: relative;
	z-index: 1;
}

.sis-how-it-work-contents.sisf-page .sis-how-it-work-inner:last-child::before {
	display: none;
}

/* ==========================================
   (PicklePro) 09. Our Facts Section Css
============================================= */
.our-fact-counter {
	padding: 25px 0;
	border-top: 1px solid #FFFFFF1A;
	border-bottom: 1px solid #FFFFFF1A;
	margin-bottom: 25px;
}

.counter-title span  {
   font-size: 48px;
   font-weight: 700;
   line-height: 56px;
   margin-bottom: 5px;
   color: var(--primary-color);
}

.sisf-our-fact-list .sisf-e-icon span {
	font-size: 20px;
}

.sisf-our-fact-image img {
	margin-bottom: -70px;
}

.ready-to-play-image {
	line-height: 0px;
	margin-top: 35px;
}

.sis-why-choose-us-section {
	padding: 70px 0 200px 0;
}

.sis-page-expert-coaching-part {
	background-color: var(--white-color);
	padding: 50px 0 0 50px;
    margin-top: -100px;
    position: relative;
	border-radius: 20px;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.sis-page-expert-coaching-part .sisf-sis-player-right-image {
	line-height: 0px;
	margin-top: -225px;
}

.sis-bottom {
	font-weight: 700;
	font-family: var(--heading-font);
	color: var(--primary-color);
}

.sis-features-bottom-content .sis-feature-contents {
	background: #FFFFFF26;
	backdrop-filter: blur(24px);
	border-radius: 16px;
	padding: 25px 15px;
	margin-bottom: 30px;
}

.sisf-sis-our-features-contents {
	position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

/* ===========================================
   (PicklePro) 10. Pricing Plans Section css
============================================== */
.sisf-sis-pricing-table {
	border-radius: 16px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.sisf-sis-pricing-table.zoomInUp {
	background-color: var(--main-color);
}

.sisf-sis-pricing-table .sisf-m-top {
	padding: 20px 20px 4px 20px;
	transition: 0.4s ease-in-out;
}

.sisf-sis-pricing-table .sisf-m-top.bg-black {
	border-bottom: 1px solid #D0D0D4;
}

.sisf-sis-pricing-table .sisf-m-content {
	padding: 24px;
}

.sisf-sis-pricing-table .sisf-m-content .sisf-e-item {
	padding: 20px 0px 0px 0px;
	color: var(--primary-color);
	font-size: 16px;
}

.sisf-sis-pricing-table .sisf-m-content .sisf-e-item i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.pricing-subtitle p {
	font-size: 16px;
}

.sisf-sis-pricing-table.p-3.rounded-4 {
	border: 1px solid #0000001A;
}

.sisf-sis-pricing-table .sisf-m-price {
	border-bottom: 1px solid #0000001A;
	padding-top: 20px;
    align-items: baseline;
	padding-bottom: 15px;
}

.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-wrapper {
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: baseline;
    margin: 0px 0px 0px 0px;
}

.sisf-sis-pricing-table .sisf-m-price span {
	font-size: 48px;
	line-height: 1.2em;
    font-weight: 700;
	transition: 0.4s ease-in-out;
	font-family: var(--heading-font);
	color: var(--primary-color);
}

.sisf-sis-pricing-table .pricing-title.my-2 {
	transition: 0.4s ease-in-out;
}

.sisf-m-bottom-inner {
	padding-bottom: 32px;
}

.sisf-content-bottom {
	margin-top: 50px;
}

.sisf-sis-pricing-table .sis-e-pricing-bottom-content {
	padding: 20px;
	background-color: var(--white-color);
	border-radius: 16px;
}

.sisf-sis-pricing-table .sisf-m-top .sis-pricing-icon {
	min-width: 50px;
}

.sisf-sis-pricing-table.comman-background .sis-e-pricing-bottom-content {
	background-color: #e4011f33;
}

/* ===========================================
   (PicklePro) 11. Service Detail Page Css
============================================== */
.sisf-sis-page-list,
.sisf-sis-page-contact-bottom {
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

.sisf-sis-page-list .sisf-sis-list-title,
.detail-page-contact-info .sisf-sis-detail-title {
	border-bottom: 1px solid #0000001A;
	margin-bottom: 24px;
}

.sisf-sis-page-list .sisf-sis-list-item h4 {
	line-height: normal;
}

.sisf-sis-page-list .sisf-sis-list-item i {
	position: relative;
	top: 2px;
	transition: 0.4s ease-in-out;
	transform: rotate(-45deg);
}

.sisf-sis-page-list .sisf-sis-list-item {
	background-color: var(--white-color);
	border-radius: 8px;
	padding: 15px;
}

.sisf-sis-page-list .sisf-sis-list-item:hover i {
   transition: 0.4s ease-in-out;
	transform: rotate(0deg);
}

.sisf-sis-page-contact-bottom .service-contact-content,
.sisf-sis-page-contact-bottom .page-contact-content {
	position: absolute;
	padding: 25px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.sisf-sis-page-contact-bottom .service-contact-content .service-contact-title h4,
.sisf-sis-page-contact-bottom .page-contact-content .page-contact-title h4 {
	font-size: 30px;
}

.sisf-sis-page-contact-bottom .service-contact-content .sis-e-contact-info a,
.sisf-sis-page-contact-bottom .page-contact-content .sis-e-contact-info a {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
	font-weight: 700;
}

.sisf-sis-page-contact-bottom .service-contact-content .sis-e-contact-info a:hover,
.sisf-sis-page-contact-bottom .page-contact-content .sis-e-contact-info a:hover {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.programs-content-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.sisf-program-list-item h4 {
	font-size: 18px;
}

/* ===================================
   (Picklepro) 12. Team Detail Page Css
======================================= */
.detail-page-contact-info {
	margin: 30px 0;
	background-color: var(--main-color);
	border-radius: 12px;
	overflow: hidden;
}

.member--image {
	line-height: 0px;
}

.detail-page-contact-info  .sisf-sis-contact-information {
	padding: 0 24px 24px 24px;
}

.detail-page-contact-info .sisf-contact-box:hover a,
.detail-page-contact-info .sisf-contact-box:hover .title,
.detail-page-contact-info .sisf-contact-box:hover p {
   color: var(--white-color) !important;
}

.detail-page-contact-info .sisf-contact-box:hover .sisf-icon a {
	background-color: var(--white-color);
	color: var(--primary-color) !important;
	transform: 0.4s ease-in-out;
}

.sisf-affiliations-contents i {
	color: var(--main-color);
	font-size: 35px;
}

.contact-us--background .form-section .form-control {
	border: 1px solid #0000001A !important;
	color: var(--primary-color) !important;
}

.contact-us--background .form-section .form-control:focus,
.contact-us--background .form-section .form-control::placeholder {
   color: var(--primary-color);
}

.our-skill-image.last img {
	aspect-ratio: 1 / 2.287;
	object-fit: cover;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.our-skill--image.pb-2 img {
	border-top-left-radius: 12px;
}

.our-skill--image.mt-2 img {
	border-bottom-left-radius: 12px;
}

.skills-progress-bar {
	margin-bottom: 35px;
}

.skillbar .skill-data {
	display: flex;
	justify-content: space-between;
}

.skillbar .skill-data .skill-title {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.skillbar .skill-data .skill-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	line-height: 27px;
	letter-spacing: 0;
	margin-bottom: 20px;
	color: var(--primary-color);
}

.skillbar .skill-data .skill-no {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	color: var(--primary-color);
}

.skillbar .skill-progress {
	width: 100%;
	height: 10px;
	background-color: #F9F6F1;
	border-radius: 99px;
	position: relative;
	border: none;
	padding:  0px !important;
	display: flex;
	align-items: center;
}

.skillbar .skill-progress .count-bar {
	position: absolute;
	height: 10px;
	background-color: var(--main-color);
	border-radius: 50px;
}

/* ==========================================
   (PicklePro) 13. Our Services Section css
============================================= */

.sisf-sis-e-service-list {
	margin-bottom: 30px;
	overflow: hidden;
}

.sisf-sis-e-service-list .sisf-e-service-image img {
	border-radius: 16px;
}

.sisf-sis-e-service-list .sisf-e-content h4 a {
	transition: 0.4s ease-in-out;
}

.sisf-sis-e-service-list .sisf-e-content h4 a:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf--sis-service-list-wrap .sisf-sis-e-service-list {
	border: 1px solid #ECE7DE;
	border-radius: 12px;
}

.sisf--sis-service-list-wrap .sisf-e-inner {
	display: flex;
	align-items: center;
} 

.sisf--sis-service-list-wrap .sisf-e-service-image {
	width: 50%;
}

.sisf--sis-service-list-wrap .sisf-e-service-image img {
	aspect-ratio: unset;
	border-radius: 12px;
}

.sisf--sis-service-list-wrap .sisf-e-content {
	width: 50%;
	padding: 10px 40px 10px 40px;
}

.service-list-tab {
	margin-bottom: 50px;
}

.service-list-tab .service-list-type {
	padding: 8px 24px 6px 24px;
	color: var(--white-color);
	background-color: var(--primary-color);
	border-radius: 50px;
	margin-right: 10px;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-list-tab .service-list-type:hover,
.service-list-tab .service-list-type.active {
	background-color: var(--main-color);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-list-tab .service-list-type:last-child {
	margin-right: 0px;
}

.zoom-anim.show.active {
  -webkit-animation: zoomPopIn 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -moz-animation: zoomPopIn 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -o-animation: zoomPopIn 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: zoomPopIn 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Keyframes with depth + rotate */
@-webkit-keyframes zoomPopIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotateX(20deg) translateY(-40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05) rotateX(0deg) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg) translateY(0);
  }
}

@keyframes zoomPopIn {
  0% {
    opacity: 0;
    transform: scale(0.2) rotateX(20deg) translateY(-40px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) rotateX(0deg) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateX(0deg) translateY(0);
  }
}

.sisf-sis-e-service-list .sisf-e-inner,
.service-list-with-filter .sisf-sis-e-service-list,
.service-list-with-filter .sisf-sis-e-service-list .sisf-e-inner {
	overflow: hidden;
}

.service-grid-on-hover .sisf-sis-e-service-list .sisf-e-service-image a,
.service-list-with-filter .sisf-sis-e-service-list .sisf-e-service-image a {
	position: relative;
}

.sisf-sis-e-service-list .sisf-e-content {
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: var(--main-color);
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.sisf-sis-e-service-list .sisf-e-content h4 a {
    color: var(--primary-color);
    transition: 0.4s ease-in-out;
}

.sisf-sis-e-service-list .sisf-e-content h4 a:hover,
.service-list-with-filter .sisf-sis-e-service-list .sisf-e-content h4 a:hover {
    color: var(--white-color);
    transition: 0.4s ease-in-out;
}

.sisf-sis-e-service-list .sisf-sis-e-icon-widget a {
	display: inline-block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background-color: transparent;
	transition: 0.4s ease-in-out; 
	border-radius: 50px;
	transform: rotate(0deg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sisf-sis-e-service-list .sisf-sis-e-icon-widget a:hover {
	color: var(--main-color);
	background-color: var(--primary-color);
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out; 
}

.sisf-sis-e-service-list.page {
	background-color: var(--white-color);
	border-radius: 16px;
	padding: 15px;
}

.sisf-sis-e-service-list.page .sisf-e-content {
	position: unset;
	background-color: transparent;
	padding: 0;
}

.sisf-sis-e-service-list.page .sis-e-icon-top {
    position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.sisf-sis-e-service-list.page .sisf-e-content h4 a:hover {
	color: var(--main-color);
}

.sisf-sis-e-service-list.page.sis-content {
	background-color: #ffffff1a;
	transition: all ease 0.5s;
}

.sisf-sis-e-service-list.page.sis-content:hover {
	background-color: var(--main-color);
	transition: all ease 0.5s;
} 

.sisf-sis-e-service-list.page.sis-content .sisf-e-content h4 a,
.sisf-sis-e-service-list.page.sis-content .sisf-e-content p {
   color: var(--white-color) !important;
   transition: all ease 0.5s;
}

.sisf-sis-e-service-list.page.sis-content:hover .sisf-e-content h4 a,
.sisf-sis-e-service-list.page.sis-content:hover .sisf-e-content p,
.sisf-sis-e-service-list.page.sis-content .sisf-e-content h4 a:hover {
   color: var(--primary-color) !important;
   transition: all ease 0.5s;
}

.sisf-sis-e-service-list.page.sis-content .sisf-sis-e-icon-widget {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}

.sisf-sis-e-service-list.page.sis-content .sisf-sis-e-icon-widget a {
	background-color: var(--main-color);
	transition: all ease 0.5s;
}

.sisf-sis-e-service-list.page.sis-content .sisf-sis-e-icon-widget a:hover {
	background-color: var(--primary-color);
	transition: all ease 0.5s;
}

/* ==========================================
   (PicklePro) 14. Testimonial Section css
============================================= */
.testimonials-bg {
    background-image: url("../images/testimonial-bg-image.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.logo-slider {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid #FFFFFF1A;
}

.logo-slider .logo-images {
	opacity: 0.2;
	transition: 0.4s ease-in-out;
}

.logo-slider .logo-images:hover {
	opacity: 1;
	transition: 0.4s ease-in-out;
}

.our-testimonials-image img {
	border-radius: 18px;
}

.testimonial-right .testimonial-slider {
	background-color: var(--main-color);
	padding: 30px;
	border-radius: 12px;
}

.supporter-contents.comman-bg {
	padding: 20px;
}

.testimonial-single {
	padding: 24px;
	border: 1px solid #ECE7DE;
	border-radius: 12px;
	transition: 0.4s ease-in-out;
	margin-bottom: 30px;
}

.testimonial-single:hover {
   background-color: #F9F6F1;
   border: 1px solid #F9F6F1;
   transition: 0.4s ease-in-out;
}

.testimonial--Quote-image {
	top: -20px !important;
	left: 0 !important;
} 

.testimonial-quote-image {
	position: absolute;
	top: 30px;
	right: 0px;
	opacity: 0.6;
	width: 80px;
}

.testimonial-slider .sisf-bottom-content .sisf-e-media-image {
	width: 70px;
	min-width: 70px;
	border-radius: 70px;
	overflow: hidden;
}

.testimonial--slider .sisf-bottom-content .sisf-e-media-image {
	margin: 0 auto;
}

.border-shaprate {
	border-top: 4px solid var(--main-color);
	width: 100px;
	margin: 30px auto;
}

.sisf-our-testimonial {
    position: relative;
	transition: 0.4s ease-in-out;
}

.sisf-our-testimonial::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 0%;
	bottom: 0;
	left: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: 0.4s ease-in-out;
	z-index: 2;
}

.sisf-our-testimonial:hover::before {
	opacity: 1;
	height: 100%;
    transition: 0.4s ease-in-out;
}

.testimonial-contents .sisf-e-inner {
	padding-right: 10px;
}

.testimonial-contents .sisf-e-inner,
.sisf-our-testimonial {
	width: 50%;
}

.testimonial-slider .sisf-bottom-content .sisf-e-author .sisf-e-author-name {
	margin-bottom: 4px;
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--heading-font);
}

/* ====================================
        15. Blog List Page Css
======================================= */
.blog-listing-page .sisf-e-inner {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    border-radius: 24px 24px 24px 24px;
	border: 1px solid #0000001A;
    overflow: hidden;
}

.blog-listing-page .letest-blog-item,
.sisf-blog-grid-item .letest-blog-item,
.sisf-blog-column-item .letest-blog-item {
	margin-bottom: 30px;
}

.blog-listing-page .sisf-e-inner .sisf-e-media {
    width: 30% !important;
}

.blog-listing-page .sisf-e-inner .sisf-e-content {
    width: 70% !important;
	padding: 24px !important;
}

.blog-listing-page .sisf-e-inner .sisf-e-content p {
    margin-bottom: 0px;
}

.blog-listing-page .sisf-e-inner .sisf-e-content .sisf-info--top {
	position: unset;
}

.blog-listing-page .sisf-e-inner .sisf-e-content .sisf-e-excerpt {
	font-size: 16px;
}

.blog-listing-page .sisf-e-inner .sisf-e-media-image {
	line-height: 0px;
}

.blog-listing-page .post-meta-list-after .meta-date::after {
	display: none;
}

.blog-listing-page .post-meta-list-after .post-cat {
	border-radius: 50px;
    display: inline-block;
    padding: 4px 16px;
	font-weight: 700;
	font-family: var(--heading-font);
}

.blog-column-page .letest-blog-item {
	margin-bottom: 30px;
}

.sisf-sis-comman-column {
	background-color: #F9F6F1;
	padding: 40px;
	border-radius: 24px;
}

.sisf-sis-comman-column .quote-mark {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0A2622;
}

.sisf-sis-comman-column .quote-mark span {
	font-size: 25px;
	line-height: 0px;
}

.training-secrets .author-content img {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50px;
}

.letest-blog-item .sisf-e-inner .sisf-e-content p {
	font-size: 16px;
}

.post-meta-list-after .meta-date::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    line-height: 1;
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 50px;
    display: inline-block;
    bottom: 0;
    margin: auto;
}

.sisf-blog-standard-page .sisf-e-content .meta-date {
    color: var(--primary-color);
    font-size: 18px;
	font-weight: 700;
    display: inline-block;
    vertical-align: middle;
	font-family: var(--heading-font);
	transition: 0.4s ease-in-out;
}

/* ====================================
   Rankers Hub Premium Blog Section
======================================= */
.rh-blog-premium-section {
	position: relative;
	background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 38%, #f4f8ff 100%);
	overflow: hidden;
}

.rh-blog-premium-section::before,
.rh-blog-premium-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.rh-blog-premium-section::before {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 72%);
	top: -220px;
	right: -130px;
}

.rh-blog-premium-section::after {
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, rgba(1, 26, 67, 0.10) 0%, rgba(1, 26, 67, 0) 75%);
	bottom: -220px;
	left: -120px;
}

.rh-blog-premium-section .container {
	position: relative;
	z-index: 2;
}

.rh-blog-premium-head {
	margin-bottom: 34px;
	padding: 42px;
	border-radius: 26px;
	background: linear-gradient(130deg, #ffffff 0%, #f3f8ff 100%);
	border: 1px solid rgba(1, 26, 67, 0.10);
	box-shadow: 0 20px 55px rgba(1, 26, 67, 0.08);
}

.rh-blog-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 999px;
	font-family: var(--heading-font);
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-color);
	border: 1px solid rgba(228, 1, 31, 0.30);
	background-color: rgba(228, 1, 31, 0.08);
}

.rh-blog-premium-head h2 {
	margin: 16px 0 12px;
	font-size: 54px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--primary-color);
}

.rh-blog-premium-head p {
	max-width: 760px;
	margin: 0;
	color: var(--text-color);
}

.rh-blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background-color: var(--white-color);
	border: 1px solid rgba(1, 26, 67, 0.12);
	box-shadow: 0 16px 40px rgba(1, 26, 67, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rh-blog-card:hover {
	transform: translateY(-8px);
	border-color: rgba(228, 1, 31, 0.35);
	box-shadow: 0 26px 48px rgba(1, 26, 67, 0.16);
}

.rh-blog-card-media {
	position: relative;
	display: block;
	overflow: hidden;
}

.rh-blog-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 26, 67, 0.12) 0%, rgba(1, 26, 67, 0.60) 100%);
	opacity: 0.55;
	transition: opacity 0.35s ease;
}

.rh-blog-card:hover .rh-blog-card-media::after {
	opacity: 0.35;
}

.rh-blog-card-media img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.rh-blog-card:hover .rh-blog-card-media img {
	transform: scale(1.06);
}

.rh-blog-chip {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	display: inline-block;
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.6px;
	color: var(--white-color);
	padding: 8px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--main-color) 0%, var(--dark-main-color) 100%);
}

.rh-blog-card-body {
	display: flex;
	flex-direction: column;
	/* height: 100%; */
	padding: 24px;
}

.rh-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 12px;
}

.rh-blog-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 15px;
	font-weight: 500;
	color: var(--text-color);
}

.rh-blog-meta i {
	color: var(--main-color);
}

.rh-blog-card-body h4 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.12;
}

.rh-blog-card-body h4 a {
	color: var(--primary-color);
	transition: color 0.3s ease;
}

.rh-blog-card-body h4 a:hover {
	color: var(--main-color);
}

.rh-blog-card-body p {
	margin-bottom: 22px;
	color: var(--text-color);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rh-blog-card-body .btn-default {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
}

@media only screen and (max-width: 1199px) {
	.rh-blog-premium-head h2 {
		font-size: 46px;
	}

	.rh-blog-card-body h4 {
		font-size: 27px;
	}
}

@media only screen and (max-width: 991px) {
	.rh-blog-premium-head {
		padding: 30px 24px;
	}

	.rh-blog-premium-head h2 {
		font-size: 40px;
	}

	.rh-blog-card-media img {
		height: 240px;
	}
}

@media only screen and (max-width: 767px) {
	.rh-blog-premium-head {
		padding: 26px 20px;
		margin-bottom: 24px;
	}

	.rh-blog-kicker {
		font-size: 14px;
		padding: 7px 14px;
	}

	.rh-blog-premium-head h2 {
		font-size: 34px;
	}

	.rh-blog-card-media img {
		height: 220px;
	}

	.rh-blog-card-body {
		padding: 20px;
	}

	.rh-blog-card-body h4 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.rh-blog-premium-head h2 {
		font-size: 30px;
	}

	.rh-blog-card-media img {
		height: 200px;
	}

	.rh-blog-meta {
		gap: 10px;
	}

	.rh-blog-meta span {
		font-size: 14px;
	}
}

/* ====================================
   Rankers Hub Premium Gallery Section
======================================= */
.rh-gallery-premium-section {
	position: relative;
	background:
		radial-gradient(circle at 10% 10%, rgba(228, 1, 31, 0.12) 0%, rgba(228, 1, 31, 0) 34%),
		radial-gradient(circle at 88% 86%, rgba(1, 26, 67, 0.14) 0%, rgba(1, 26, 67, 0) 38%),
		linear-gradient(160deg, #f8fbff 0%, #edf4ff 46%, #ffffff 100%);
	overflow: hidden;
}

.rh-gallery-premium-section::before,
.rh-gallery-premium-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.rh-gallery-premium-section::before {
	inset: 0;
	background-image:
		linear-gradient(120deg, rgba(1, 26, 67, 0.045) 1px, transparent 1px),
		linear-gradient(210deg, rgba(228, 1, 31, 0.035) 1px, transparent 1px);
	background-size: 120px 120px, 160px 160px;
	opacity: 0.45;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 100%);
}

.rh-gallery-premium-section::after {
	width: 520px;
	height: 520px;
	right: -180px;
	top: -260px;
	border-radius: 50%;
	filter: blur(14px);
	animation: rhGalleryOrb 13s ease-in-out infinite;
	background: radial-gradient(circle, rgba(228, 1, 31, 0.16) 0%, rgba(228, 1, 31, 0) 72%);
}

.rh-gallery-premium-heading,
.rh-gallery-premium-tags,
.rh-gallery-premium-grid {
	position: relative;
	z-index: 3;
}

.rh-gallery-premium-heading {
	margin-bottom: 26px;
	padding: 40px;
	border-radius: 26px;
	border: 1px solid rgba(1, 26, 67, 0.1);
	background: linear-gradient(130deg, #ffffff 0%, #eef5ff 100%);
	box-shadow: 0 18px 44px rgba(1, 26, 67, 0.08);
}

.rh-gallery-kicker {
	display: inline-flex;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid rgba(228, 1, 31, 0.35);
	background-color: rgba(228, 1, 31, 0.08);
	font-family: var(--heading-font);
	font-size: 16px;
	letter-spacing: 1.4px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-color);
}

.rh-gallery-premium-heading h2 {
	margin: 15px 0 10px;
	font-size: 54px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--primary-color);
}

.rh-gallery-premium-heading p {
	margin: 0;
	max-width: 780px;
	color: var(--text-color);
}

.rh-gallery-premium-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.rh-gallery-premium-tags span {
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(1, 26, 67, 0.06);
	border: 1px solid rgba(1, 26, 67, 0.15);
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 600;
	color: var(--primary-color);
	transition: all 0.3s ease;
}

.rh-gallery-premium-tags span:hover {
	background: rgba(228, 1, 31, 0.1);
	border-color: rgba(228, 1, 31, 0.34);
	color: var(--main-color);
	transform: translateY(-2px);
}

.rh-gallery-premium-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(6, 78px);
	grid-template-areas:
		"a a a a a a b b b c c c"
		"a a a a a a b b b c c c"
		"a a a a a a d d d c c c"
		"e e e f f f d d d g g g"
		"e e e f f f d d d g g g"
		"e e e f f f d d d g g g";
	gap: 18px;
	padding: 18px;
	border-radius: 36px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.78) 0%, rgba(236, 245, 255, 0.86) 100%);
	box-shadow:
		0 26px 58px rgba(1, 26, 67, 0.11),
		inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	overflow: hidden;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.rh-gallery-premium-grid::before,
.rh-gallery-premium-grid::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.rh-gallery-premium-grid::before {
	inset: 11px;
	border-radius: 26px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
}

.rh-gallery-premium-grid::after {
	inset: -1px;
	border-radius: 36px;
	background: linear-gradient(135deg, rgba(228, 1, 31, 0.12) 0%, rgba(228, 1, 31, 0) 40%, rgba(1, 26, 67, 0.14) 100%);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 1px;
	opacity: 0.85;
}

.rh-gallery-tile {
	--rh-tint: rgba(1, 26, 67, 0.3);
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 26px;
	grid-column: auto;
	grid-row: auto;
	isolation: isolate;
	border: 1px solid rgba(255, 255, 255, 0.56);
	box-shadow:
		0 16px 36px rgba(1, 26, 67, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	cursor: zoom-in;
	animation: rhGalleryFloat 9s ease-in-out infinite;
	transition: transform 0.55s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.55s ease, border-color 0.4s ease;
	will-change: transform;
}

.rh-gallery-tile:nth-child(1) {
	grid-area: a;
	--rh-tint: rgba(1, 26, 67, 0.34);
	border-radius: 34px 10px 30px 14px;
	animation-delay: 0.05s;
}

.rh-gallery-tile:nth-child(2) {
	grid-area: b;
	--rh-tint: rgba(1, 26, 67, 0.44);
	border-radius: 12px 28px 16px 28px;
	animation-delay: 0.22s;
}

.rh-gallery-tile:nth-child(3) {
	grid-area: c;
	--rh-tint: rgba(1, 26, 67, 0.36);
	border-radius: 24px 12px 30px 8px;
	animation-delay: 0.38s;
}

.rh-gallery-tile:nth-child(4) {
	grid-area: d;
	--rh-tint: rgba(1, 26, 67, 0.32);
	border-radius: 14px 30px 12px 28px;
	animation-delay: 0.55s;
}

.rh-gallery-tile:nth-child(5) {
	grid-area: e;
	--rh-tint: rgba(1, 26, 67, 0.35);
	border-radius: 30px 12px 20px 12px;
	animation-delay: 0.7s;
}

.rh-gallery-tile:nth-child(6) {
	grid-area: f;
	--rh-tint: rgba(1, 26, 67, 0.33);
	border-radius: 14px 24px 30px 10px;
	animation-delay: 0.86s;
}

.rh-gallery-tile:nth-child(7) {
	grid-area: g;
	--rh-tint: rgba(1, 26, 67, 0.38);
	border-radius: 24px 10px 30px 14px;
	animation-delay: 1s;
}

.rh-gallery-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.03) brightness(0.98);
	transition: transform 0.65s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.65s ease;
}

.rh-gallery-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 36%),
		linear-gradient(180deg, rgba(1, 26, 67, 0.08) 0%, var(--rh-tint) 100%);
	opacity: 0.88;
	z-index: 1;
	transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.rh-gallery-tile::after {
	content: "";
	position: absolute;
	top: -130%;
	left: -85%;
	width: 52%;
	height: 320%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(20deg);
	opacity: 0;
	z-index: 3;
	transition: left 0.6s ease, opacity 0.6s ease;
}

.rh-gallery-tile-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.24) 0%, rgba(1, 26, 67, 0.24) 45%, rgba(1, 26, 67, 0.44) 100%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
	transition: opacity 0.45s ease, backdrop-filter 0.45s ease;
}

.rh-gallery-view {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(228, 1, 31, 0.96) 0%, rgba(180, 0, 26, 0.96) 100%);
	color: var(--white-color);
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.56);
	box-shadow: 0 14px 34px rgba(228, 1, 31, 0.5), 0 0 0 6px rgba(255, 255, 255, 0.13);
	transform: scale(0.72) rotate(-15deg);
	opacity: 0;
	transition: transform 0.38s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.3s ease;
}

.rh-gallery-tile:hover {
	transform: translateY(-12px) scale(1.01) rotateX(2.8deg) rotateY(-1.8deg);
	border-color: rgba(228, 1, 31, 0.45);
	box-shadow: 0 30px 58px rgba(1, 26, 67, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	animation-play-state: paused;
}

.rh-gallery-tile:hover img {
	transform: scale(1.14) rotate(0.9deg);
	filter: saturate(1.25) contrast(1.07) brightness(1.05);
}

.rh-gallery-tile:hover::before {
	opacity: 0.2;
	filter: saturate(1.12);
	transform: scale(1.03);
}

.rh-gallery-tile:hover::after {
	left: 130%;
	opacity: 1;
}

.rh-gallery-tile:hover .rh-gallery-tile-overlay {
	opacity: 1;
}

.rh-gallery-tile:hover .rh-gallery-view {
	transform: scale(1.04) rotate(0deg);
	opacity: 1;
	animation: rhGalleryPulse 1.6s ease-in-out infinite;
}

.rh-gallery-tile:focus-visible {
	outline: none;
	transform: translateY(-6px) scale(1.01);
	border-color: rgba(228, 1, 31, 0.42);
	box-shadow: 0 20px 44px rgba(1, 26, 67, 0.24), 0 0 0 3px rgba(228, 1, 31, 0.18);
}

.rh-gallery-tile:focus-visible .rh-gallery-tile-overlay,
.rh-gallery-tile:focus-visible .rh-gallery-view {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

@keyframes rhGalleryFloat {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes rhGalleryOrb {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(12px) scale(1.05);
	}
}

@keyframes rhGalleryPulse {
	0%, 100% {
		box-shadow: 0 12px 30px rgba(228, 1, 31, 0.48), 0 0 0 6px rgba(255, 255, 255, 0.12);
	}
	50% {
		box-shadow: 0 14px 34px rgba(228, 1, 31, 0.56), 0 0 0 9px rgba(255, 255, 255, 0.16);
	}
}

@media (hover: none) {
	.rh-gallery-tile::before {
		opacity: 0.44;
	}

	.rh-gallery-tile-overlay {
		opacity: 0.7;
	}

	.rh-gallery-view {
		opacity: 1;
		transform: scale(0.9) rotate(0deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rh-gallery-premium-section::after,
	.rh-gallery-tile,
	.rh-gallery-tile:hover .rh-gallery-view {
		animation: none !important;
	}
}

@media only screen and (max-width: 1199px) {
	.rh-gallery-premium-heading h2 {
		font-size: 46px;
	}

	.rh-gallery-premium-grid {
		grid-template-rows: repeat(6, 70px);
		gap: 14px;
		padding: 14px;
		border-radius: 30px;
	}

	.rh-gallery-view {
		width: 52px;
		height: 52px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.rh-gallery-premium-heading {
		padding: 30px 24px;
	}

	.rh-gallery-premium-heading h2 {
		font-size: 40px;
	}

	.rh-gallery-premium-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-template-rows: repeat(6, 76px);
		grid-template-areas:
			"a a a a b b"
			"a a a a b b"
			"c c c d d d"
			"c c c d d d"
			"e e f f g g"
			"e e f f g g";
	}

	.rh-gallery-tile {
		border-radius: 22px;
	}

	.rh-gallery-view {
		width: 48px;
		height: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.rh-gallery-premium-heading {
		padding: 26px 20px;
	}

	.rh-gallery-kicker {
		font-size: 14px;
		padding: 7px 14px;
	}

	.rh-gallery-premium-heading h2 {
		font-size: 34px;
	}

	.rh-gallery-premium-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(5, 160px);
		grid-template-areas:
			"a a"
			"b c"
			"d d"
			"e f"
			"g g";
		padding: 12px;
		gap: 12px;
		border-radius: 24px;
	}

	.rh-gallery-tile {
		border-radius: 16px;
		animation: none;
	}

	.rh-gallery-view {
		width: 44px;
		height: 44px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.rh-gallery-premium-heading h2 {
		font-size: 30px;
	}

	.rh-gallery-premium-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(7, 220px);
		grid-template-areas:
			"a"
			"b"
			"c"
			"d"
			"e"
			"f"
			"g";
		padding: 10px;
		border-radius: 20px;
	}

	.rh-gallery-tile {
		border-radius: 14px;
	}

	.rh-gallery-view {
		width: 42px;
		height: 42px;
	}
}

/* ====================================
   Teachers Day Celebration Gallery
======================================= */
.rh-teachers-gallery-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #ffffff 0%, #f7fbff 46%, #fff4f6 100%);
}

.rh-teachers-gallery-section::before,
.rh-teachers-gallery-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.rh-teachers-gallery-section::before {
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(1, 26, 67, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(228, 1, 31, 0.035) 1px, transparent 1px);
	background-size: 96px 96px;
	opacity: 0.58;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.1) 100%);
}

.rh-teachers-gallery-section::after {
	width: 620px;
	height: 620px;
	right: -270px;
	bottom: -330px;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(228, 1, 31, 0.16) 0%, rgba(228, 1, 31, 0) 68%);
	filter: blur(4px);
}

.rh-teachers-gallery-section .container {
	position: relative;
	z-index: 3;
}

.rh-teachers-gallery-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
	padding: 36px;
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(1, 26, 67, 0.98) 0%, rgba(5, 35, 80, 0.96) 48%, rgba(165, 3, 29, 0.96) 100%);
	box-shadow:
		0 26px 58px rgba(1, 26, 67, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.rh-teachers-gallery-head::before {
	content: "";
	position: absolute;
	inset: -35% -10% auto auto;
	width: 56%;
	height: 150%;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(12deg);
}

.rh-teachers-gallery-head::after {
	content: "";
	position: absolute;
	inset: auto 30px 24px auto;
	width: 118px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f5c865 0%, rgba(255, 255, 255, 0.24) 100%);
}

.rh-teachers-gallery-copy,
.rh-teachers-gallery-note {
	position: relative;
	z-index: 2;
}

.rh-teachers-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(245, 200, 101, 0.56);
	background: rgba(255, 255, 255, 0.1);
	color: #f5c865;
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.rh-teachers-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f5c865;
	box-shadow: 0 0 0 6px rgba(245, 200, 101, 0.14);
}

.rh-teachers-gallery-head h2 {
	margin: 16px 0 12px;
	color: var(--white-color);
	font-size: 56px;
	line-height: 1.05;
	font-weight: 800;
	max-width: 100%;
	overflow-wrap: break-word;
}

.rh-teachers-gallery-head h2 span {
	color: #f5c865;
}

.rh-teachers-gallery-head p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
}

.rh-teachers-gallery-note {
	display: flex;
	align-items: center;
	gap: 14px;
	width: min(100%, 360px);
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.rh-teachers-gallery-note i {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f5c865 0%, #f08a32 100%);
	color: #061a41;
	font-size: 20px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.rh-teachers-gallery-note span {
	font-family: var(--heading-font);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	min-width: 0;
	white-space: normal;
}

.rh-teachers-gallery-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(6, 88px);
	grid-template-areas:
		"a a a a a a b b b c c c"
		"a a a a a a b b b c c c"
		"a a a a a a d d d c c c"
		"e e e f f f d d d h h h"
		"e e e f f f g g g h h h"
		"e e e f f f g g g h h h";
	gap: 16px;
	padding: 16px;
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(7, 34, 74, 0.96) 58%, rgba(255, 255, 255, 0.9) 100%);
	box-shadow:
		0 30px 70px rgba(1, 26, 67, 0.16),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.rh-teachers-gallery-grid::before {
	content: "";
	position: absolute;
	inset: 14px;
	border-radius: 24px;
	border: 1px solid rgba(245, 200, 101, 0.24);
	pointer-events: none;
	z-index: 1;
}

.rh-teachers-gallery-card {
	position: relative;
	z-index: 2;
	display: block;
	min-height: 100%;
	overflow: hidden;
	isolation: isolate;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow:
		0 18px 40px rgba(1, 26, 67, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	transform: translateZ(0);
	transition: transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
	cursor: zoom-in;
}

.rh-teachers-gallery-card:nth-child(1) {
	grid-area: a;
	border-radius: 30px 14px 26px 14px;
}

.rh-teachers-gallery-card:nth-child(2) {
	grid-area: b;
	border-radius: 14px 28px 14px 24px;
}

.rh-teachers-gallery-card:nth-child(3) {
	grid-area: c;
	border-radius: 24px 14px 30px 12px;
}

.rh-teachers-gallery-card:nth-child(4) {
	grid-area: d;
	border-radius: 14px 24px 12px 28px;
}

.rh-teachers-gallery-card:nth-child(5) {
	grid-area: e;
	border-radius: 26px 12px 28px 14px;
}

.rh-teachers-gallery-card:nth-child(6) {
	grid-area: f;
	border-radius: 12px 26px 14px 24px;
}

.rh-teachers-gallery-card:nth-child(7) {
	grid-area: g;
	border-radius: 24px 14px 24px 12px;
}

.rh-teachers-gallery-card:nth-child(8) {
	grid-area: h;
	border-radius: 14px 28px 24px 14px;
}

.rh-teachers-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.02);
	transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.6s ease;
}

.rh-teachers-gallery-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(1, 26, 67, 0.02) 0%, rgba(1, 26, 67, 0.08) 42%, rgba(1, 26, 67, 0.66) 100%);
	opacity: 0.9;
	transition: opacity 0.45s ease;
}

.rh-teachers-gallery-card::after {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 2;
	border-radius: inherit;
	border: 1px solid rgba(245, 200, 101, 0);
	transition: border-color 0.45s ease;
	pointer-events: none;
}

.rh-teachers-card-label {
	position: absolute;
	left: 18px;
	bottom: 17px;
	z-index: 3;
	display: inline-flex;
	max-width: calc(100% - 36px);
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--primary-color);
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	box-shadow: 0 10px 24px rgba(1, 26, 67, 0.18);
	transform: translateY(4px);
	transition: transform 0.45s ease, background-color 0.45s ease, color 0.45s ease;
}

.rh-teachers-gallery-card .rh-gallery-view {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	width: 52px;
	height: 52px;
	font-size: 16px;
	opacity: 0;
	transform: translateY(-8px) scale(0.82) rotate(-10deg);
}

.rh-teachers-gallery-card:hover,
.rh-teachers-gallery-card:focus-visible {
	transform: translateY(-10px) scale(1.01);
	border-color: rgba(245, 200, 101, 0.58);
	box-shadow: 0 30px 64px rgba(1, 26, 67, 0.3);
}

.rh-teachers-gallery-card:hover img,
.rh-teachers-gallery-card:focus-visible img {
	transform: scale(1.1);
	filter: saturate(1.18) contrast(1.06) brightness(1.04);
}

.rh-teachers-gallery-card:hover::before,
.rh-teachers-gallery-card:focus-visible::before {
	opacity: 0.58;
}

.rh-teachers-gallery-card:hover::after,
.rh-teachers-gallery-card:focus-visible::after {
	border-color: rgba(245, 200, 101, 0.62);
}

.rh-teachers-gallery-card:hover .rh-teachers-card-label,
.rh-teachers-gallery-card:focus-visible .rh-teachers-card-label {
	transform: translateY(0);
	background: #f5c865;
	color: #061a41;
}

.rh-teachers-gallery-card:hover .rh-gallery-view,
.rh-teachers-gallery-card:focus-visible .rh-gallery-view {
	opacity: 1;
	transform: translateY(0) scale(1) rotate(0deg);
	animation: none;
}

.rh-teachers-gallery-card:focus-visible {
	outline: none;
}

@media only screen and (max-width: 1199px) {
	.rh-teachers-gallery-head h2 {
		font-size: 48px;
	}

	.rh-teachers-gallery-grid {
		grid-template-rows: repeat(6, 80px);
	}
}

@media only screen and (max-width: 991px) {
	.rh-teachers-gallery-head {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px 26px;
	}

	.rh-teachers-gallery-head h2 {
		font-size: 42px;
	}

	.rh-teachers-gallery-note {
		width: 100%;
	}

	.rh-teachers-gallery-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-template-rows: repeat(8, 88px);
		grid-template-areas:
			"a a a a b b"
			"a a a a b b"
			"c c c d d d"
			"c c c d d d"
			"e e e f f f"
			"e e e f f f"
			"g g g h h h"
			"g g g h h h";
	}
}

@media only screen and (max-width: 767px) {
	.rh-teachers-gallery-head {
		padding: 26px 20px;
		border-radius: 24px;
	}

	.rh-teachers-gallery-head h2 {
		font-size: 36px;
	}

	.rh-teachers-gallery-head h2 span {
		display: block;
	}

	.rh-teachers-gallery-head p {
		font-size: 16px;
	}

	.rh-teachers-gallery-note {
		align-items: flex-start;
		gap: 10px;
		padding: 14px;
	}

	.rh-teachers-gallery-note i {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.rh-teachers-gallery-note span {
		font-size: 14px;
	}

	.rh-teachers-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(5, 190px);
		grid-template-areas:
			"a a"
			"b c"
			"d e"
			"f f"
			"g h";
		padding: 12px;
		gap: 12px;
		border-radius: 24px;
	}

	.rh-teachers-gallery-card,
	.rh-teachers-gallery-card:nth-child(n) {
		border-radius: 18px;
	}

	.rh-teachers-gallery-card .rh-gallery-view {
		width: 44px;
		height: 44px;
		top: 14px;
		right: 14px;
		opacity: 1;
		transform: scale(0.9) rotate(0deg);
	}

	.rh-teachers-card-label {
		left: 14px;
		bottom: 14px;
		max-width: calc(100% - 28px);
		font-size: 13px;
		padding: 7px 12px;
	}
}

@media only screen and (max-width: 480px) {
	.rh-teachers-kicker {
		font-size: 13px;
		padding: 7px 13px;
	}

	.rh-teachers-gallery-head h2 {
		font-size: 30px;
	}

	.rh-teachers-gallery-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(8, 230px);
		grid-template-areas:
			"a"
			"b"
			"c"
			"d"
			"e"
			"f"
			"g"
			"h";
		border-radius: 20px;
	}
}

/* ====================================
   Teachers Achievement Award Gallery
======================================= */
.rh-award-gallery-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 20%, rgba(245, 200, 101, 0.2) 0%, rgba(245, 200, 101, 0) 34%),
		radial-gradient(circle at 92% 80%, rgba(1, 26, 67, 0.15) 0%, rgba(1, 26, 67, 0) 38%),
		linear-gradient(145deg, #fffaf0 0%, #ffffff 48%, #f4f8ff 100%);
}

.rh-award-gallery-section::before,
.rh-award-gallery-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.rh-award-gallery-section::before {
	inset: 0;
	background-image:
		linear-gradient(120deg, rgba(1, 26, 67, 0.05) 1px, transparent 1px),
		linear-gradient(210deg, rgba(245, 200, 101, 0.08) 1px, transparent 1px);
	background-size: 118px 118px, 164px 164px;
	opacity: 0.5;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.15) 100%);
}

.rh-award-gallery-section::after {
	width: 480px;
	height: 480px;
	left: -210px;
	bottom: -250px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(228, 1, 31, 0.12) 0%, rgba(228, 1, 31, 0) 70%);
}

.rh-award-gallery-section .container {
	position: relative;
	z-index: 2;
}

.rh-award-gallery-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
	gap: 28px;
}

.rh-award-gallery-media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 1.05fr) minmax(180px, 0.62fr);
	grid-template-rows: repeat(3, minmax(142px, 1fr));
	grid-template-areas:
		"video a"
		"video b"
		"video c";
	gap: 16px;
	padding: 16px;
	overflow: visible;
	border-radius: 34px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background:
		radial-gradient(circle at 14% 18%, rgba(245, 200, 101, 0.18) 0%, rgba(245, 200, 101, 0) 32%),
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(8, 41, 87, 0.96) 56%, rgba(228, 1, 31, 0.2) 100%);
	box-shadow:
		0 30px 70px rgba(1, 26, 67, 0.16),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.rh-award-gallery-media::before {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 1;
	border-radius: 24px;
	border: 1px solid rgba(245, 200, 101, 0.26);
	pointer-events: none;
}

.rh-award-gallery-media::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -120px;
	top: -120px;
	border-radius: 50%;
	border: 34px solid rgba(245, 200, 101, 0.12);
	pointer-events: none;
}

.rh-award-video-feature {
	grid-area: video;
	align-self: center;
	border-color: rgba(245, 200, 101, 0.34);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	box-shadow:
		0 26px 58px rgba(0, 0, 0, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.rh-award-video-feature .rh-gallery-video-frame {
	margin: 12px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 18% 20%, rgba(245, 200, 101, 0.16) 0%, rgba(245, 200, 101, 0) 36%),
		linear-gradient(135deg, #041735 0%, #0b2d62 100%);
}

.rh-award-video-feature .rh-gallery-video-caption {
	color: #fff;
}

.rh-award-gallery-card {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden;
	isolation: isolate;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow:
		0 18px 42px rgba(1, 26, 67, 0.26),
		inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	transform: translateZ(0);
	transition: transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
	cursor: zoom-in;
}

.rh-award-gallery-card:nth-child(2) {
	grid-area: a;
	border-radius: 18px 30px 14px 14px;
}

.rh-award-gallery-card:nth-child(3) {
	grid-area: b;
	border-radius: 14px;
}

.rh-award-gallery-card:nth-child(4) {
	grid-area: c;
	border-radius: 14px 14px 30px 18px;
}

.rh-award-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.02);
	transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.6s ease;
}

.rh-award-gallery-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 38%),
		linear-gradient(180deg, rgba(1, 26, 67, 0.03) 0%, rgba(1, 26, 67, 0.34) 100%);
	opacity: 0.8;
	transition: opacity 0.45s ease;
}

.rh-award-gallery-card .rh-gallery-view {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	width: 52px;
	height: 52px;
	font-size: 16px;
	opacity: 0;
	transform: translateY(-8px) scale(0.82) rotate(-10deg);
}

.rh-award-gallery-card:hover,
.rh-award-gallery-card:focus-visible {
	transform: translateY(-10px) scale(1.01);
	border-color: rgba(245, 200, 101, 0.72);
	box-shadow: 0 30px 68px rgba(1, 26, 67, 0.3);
}

.rh-award-gallery-card:hover img,
.rh-award-gallery-card:focus-visible img {
	transform: scale(1.1);
	filter: saturate(1.16) contrast(1.06) brightness(1.04);
}

.rh-award-gallery-card:hover::before,
.rh-award-gallery-card:focus-visible::before {
	opacity: 0.34;
}

.rh-award-gallery-card:hover .rh-gallery-view,
.rh-award-gallery-card:focus-visible .rh-gallery-view {
	opacity: 1;
	transform: translateY(0) scale(1) rotate(0deg);
	animation: none;
}

.rh-award-gallery-card:focus-visible {
	outline: none;
}

.rh-award-gallery-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 42px;
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 240, 0.98) 100%);
	border: 1px solid rgba(1, 26, 67, 0.12);
	box-shadow:
		0 26px 62px rgba(1, 26, 67, 0.11),
		inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.rh-award-gallery-content::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 22px;
	border: 1px dashed rgba(245, 200, 101, 0.45);
	pointer-events: none;
}

.rh-award-gallery-content::after {
	content: "";
	position: absolute;
	right: 34px;
	top: 34px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(245, 200, 101, 0.26) 0%, rgba(245, 200, 101, 0) 70%);
}

.rh-award-kicker,
.rh-award-gallery-content h2,
.rh-award-gallery-content p,
.rh-award-highlights {
	position: relative;
	z-index: 2;
}

.rh-award-kicker {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(228, 1, 31, 0.28);
	background: rgba(228, 1, 31, 0.08);
	color: var(--main-color);
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.rh-award-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f5c865;
	box-shadow: 0 0 0 6px rgba(245, 200, 101, 0.16);
}

.rh-award-gallery-content h2 {
	margin: 18px 0 14px;
	color: var(--primary-color);
	font-size: 54px;
	line-height: 1.05;
	font-weight: 800;
	max-width: 100%;
	overflow-wrap: break-word;
}

.rh-award-gallery-content h2 span {
	display: block;
	color: var(--main-color);
}

.rh-award-gallery-content p {
	max-width: 620px;
	margin: 0;
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.72;
}

.rh-award-highlights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 28px;
}

.rh-award-highlight {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	column-gap: 13px;
	padding: 15px 16px;
	border-radius: 18px;
	border: 1px solid rgba(1, 26, 67, 0.1);
	background: linear-gradient(135deg, #ffffff 0%, #fff8e8 100%);
	box-shadow: 0 12px 28px rgba(1, 26, 67, 0.07);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.rh-award-highlight:hover {
	transform: translateY(-4px);
	border-color: rgba(245, 200, 101, 0.62);
	box-shadow: 0 18px 34px rgba(1, 26, 67, 0.1);
}

.rh-award-highlight i {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f5c865 0%, #f08a32 100%);
	color: #061a41;
	font-size: 18px;
}

.rh-award-highlight span {
	color: var(--text-color);
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.rh-award-highlight strong {
	min-width: 0;
	color: var(--primary-color);
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.rh-gallery-video-card {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.98) 100%);
	box-shadow:
		0 24px 58px rgba(1, 26, 67, 0.14),
		inset 0 0 0 1px rgba(255, 255, 255, 0.64);
}

.rh-gallery-video-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(245, 200, 101, 0.18) 0%, transparent 35%),
		linear-gradient(315deg, rgba(228, 1, 31, 0.1) 0%, transparent 42%);
}

.rh-gallery-video-frame {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 22px;
	background:
		radial-gradient(circle at 18% 18%, rgba(245, 200, 101, 0.16) 0%, rgba(245, 200, 101, 0) 34%),
		linear-gradient(135deg, #061a41 0%, #0a2756 100%);
	margin: 12px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.rh-gallery-video-frame video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 78vh;
	object-fit: contain;
	background: transparent;
}

.rh-gallery-video-caption {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 18px 18px;
	color: var(--primary-color);
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.rh-gallery-video-caption i {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--main-color) 0%, var(--dark-main-color) 100%);
	color: #fff;
	font-size: 14px;
	box-shadow: 0 12px 24px rgba(228, 1, 31, 0.24);
}

.rh-gallery-video-card-compact {
	margin-top: 26px;
}

@media only screen and (max-width: 1199px) {
	.rh-award-gallery-content {
		padding: 34px;
	}

	.rh-award-gallery-content h2 {
		font-size: 46px;
	}

	.rh-award-gallery-media {
		grid-template-columns: minmax(240px, 1fr) minmax(170px, 0.58fr);
		grid-template-rows: repeat(3, minmax(128px, 1fr));
	}
}

@media only screen and (max-width: 991px) {
	.rh-award-gallery-shell {
		grid-template-columns: 1fr;
	}

	.rh-award-gallery-content {
		order: -1;
	}

	.rh-award-gallery-content h2 {
		font-size: 42px;
	}

	.rh-award-gallery-media {
		grid-template-columns: minmax(260px, 0.95fr) minmax(190px, 0.62fr);
		grid-template-rows: repeat(3, minmax(140px, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.rh-award-gallery-content {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.rh-award-gallery-content::before {
		inset: 12px;
		border-radius: 18px;
	}

	.rh-award-gallery-content h2 {
		font-size: 36px;
	}

	.rh-award-gallery-content p {
		font-size: 16px;
	}

	.rh-gallery-video-card-compact {
		margin-top: 22px;
		border-radius: 22px;
	}

	.rh-gallery-video-frame {
		margin: 10px;
		border-radius: 18px;
	}

	.rh-award-gallery-media {
		grid-template-columns: 1fr;
		grid-template-rows: auto repeat(3, 190px);
		grid-template-areas:
			"video"
			"a"
			"b"
			"c";
		padding: 12px;
		gap: 12px;
		border-radius: 24px;
	}

	.rh-award-video-feature .rh-gallery-video-frame {
		margin: 10px;
		border-radius: 18px;
	}

	.rh-award-gallery-card,
	.rh-award-gallery-card:nth-child(n) {
		border-radius: 18px;
	}

	.rh-award-gallery-card .rh-gallery-view {
		width: 44px;
		height: 44px;
		top: 14px;
		right: 14px;
		opacity: 1;
		transform: scale(0.9) rotate(0deg);
	}
}

@media only screen and (max-width: 480px) {
	.rh-award-kicker {
		font-size: 13px;
		padding: 7px 13px;
	}

	.rh-award-gallery-content h2 {
		font-size: 31px;
	}

	.rh-award-gallery-media {
		grid-template-columns: 1fr;
		grid-template-rows: auto repeat(3, 180px);
		grid-template-areas:
			"video"
			"a"
			"b"
			"c";
		border-radius: 20px;
	}
}

.rh-award-showcase {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(34px, 5vw, 76px);
	padding: clamp(24px, 3vw, 38px);
	overflow: hidden;
	border-radius: 38px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.94) 0 38%, rgba(255, 255, 255, 0) 38.2%),
		radial-gradient(circle at 76% 20%, rgba(245, 200, 101, 0.23) 0%, rgba(245, 200, 101, 0) 34%),
		linear-gradient(135deg, #fffaf0 0%, #ffffff 42%, #eef4ff 100%);
	box-shadow:
		0 34px 88px rgba(1, 26, 67, 0.14),
		inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.rh-award-showcase::before,
.rh-award-showcase::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.rh-award-showcase::before {
	inset: 18px;
	border-radius: 28px;
	border: 1px solid rgba(245, 200, 101, 0.28);
}

.rh-award-showcase::after {
	right: -140px;
	top: -170px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 54px solid rgba(1, 26, 67, 0.06);
}

.rh-award-story,
.rh-award-cinema {
	position: relative;
	z-index: 1;
}

.rh-award-story {
	padding: clamp(20px, 3vw, 34px);
}

.rh-award-story h2 {
	margin: 18px 0 14px;
	color: var(--primary-color);
	font-size: clamp(42px, 5vw, 72px);
	line-height: 0.98;
	font-weight: 800;
	max-width: 620px;
}

.rh-award-story h2 span {
	display: block;
	color: var(--main-color);
}

.rh-award-story p {
	max-width: 560px;
	margin: 0;
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.78;
}

.rh-award-story .rh-award-highlights {
	grid-template-columns: 1fr;
	max-width: 560px;
}

.rh-award-cinema {
	min-height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px clamp(86px, 9vw, 130px);
}

.rh-award-cinema-glow {
	position: absolute;
	inset: 10% 8%;
	border-radius: 38px;
	background:
		radial-gradient(circle at 50% 20%, rgba(245, 200, 101, 0.2) 0%, rgba(245, 200, 101, 0) 34%),
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(8, 41, 87, 0.96) 58%, rgba(228, 1, 31, 0.28) 100%);
	box-shadow:
		0 30px 70px rgba(1, 26, 67, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.rh-award-video-device {
	position: relative;
	z-index: 3;
	width: min(100%, 390px);
	padding: 14px;
	border-radius: 34px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
	box-shadow:
		0 28px 72px rgba(0, 0, 0, 0.34),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.rh-award-device-top {
	display: flex;
	gap: 7px;
	padding: 2px 4px 12px;
}

.rh-award-device-top span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.52);
}

.rh-award-video-device .rh-gallery-video-frame {
	margin: 0;
	border-radius: 24px;
	background:
		radial-gradient(circle at 18% 18%, rgba(245, 200, 101, 0.16) 0%, rgba(245, 200, 101, 0) 34%),
		#061a41;
}

.rh-award-video-device .rh-gallery-video-frame video {
	max-height: min(72vh, 620px);
}

.rh-award-video-device .rh-gallery-video-caption {
	color: #fff;
	padding: 14px 4px 2px;
}

.rh-award-proof-card {
	position: absolute;
	z-index: 4;
	display: block;
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.46);
	background: #fff;
	box-shadow: 0 22px 48px rgba(1, 26, 67, 0.24);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rh-award-proof-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.rh-award-proof-card span {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: var(--main-color);
	font-size: 13px;
	box-shadow: 0 10px 22px rgba(1, 26, 67, 0.16);
	opacity: 0;
	transform: scale(0.86);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.rh-award-proof-card:hover,
.rh-award-proof-card:focus-visible {
	transform: translateY(-6px) rotate(0deg);
	box-shadow: 0 28px 58px rgba(1, 26, 67, 0.3);
}

.rh-award-proof-card:hover img,
.rh-award-proof-card:focus-visible img {
	transform: scale(1.08);
}

.rh-award-proof-card:hover span,
.rh-award-proof-card:focus-visible span {
	opacity: 1;
	transform: scale(1);
}

.rh-proof-one {
	left: 10px;
	top: 46px;
	width: 170px;
	height: 205px;
	transform: rotate(-5deg);
}

.rh-proof-two {
	right: 8px;
	top: 96px;
	width: 166px;
	height: 204px;
	transform: rotate(4deg);
}

.rh-proof-three {
	right: 30px;
	bottom: 58px;
	width: 218px;
	height: 156px;
	transform: rotate(-3deg);
}

@media only screen and (max-width: 1199px) {
	.rh-award-showcase {
		grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	}

	.rh-award-cinema {
		padding: 20px 76px;
	}

	.rh-proof-one {
		width: 146px;
		height: 184px;
	}

	.rh-proof-two {
		width: 142px;
		height: 178px;
	}

	.rh-proof-three {
		width: 190px;
		height: 138px;
	}
}

@media only screen and (max-width: 991px) {
	.rh-award-showcase {
		grid-template-columns: 1fr;
		background:
			radial-gradient(circle at 70% 18%, rgba(245, 200, 101, 0.22) 0%, rgba(245, 200, 101, 0) 34%),
			linear-gradient(135deg, #fffaf0 0%, #ffffff 48%, #eef4ff 100%);
	}

	.rh-award-story {
		padding-bottom: 0;
	}

	.rh-award-cinema {
		min-height: 650px;
		padding: 20px 96px;
	}
}

@media only screen and (max-width: 767px) {
	.rh-award-showcase {
		padding: 16px;
		border-radius: 26px;
	}

	.rh-award-showcase::before {
		inset: 10px;
		border-radius: 20px;
	}

	.rh-award-story {
		padding: 20px 12px 4px;
	}

	.rh-award-story h2 {
		font-size: 36px;
	}

	.rh-award-story p {
		font-size: 16px;
	}

	.rh-award-cinema {
		min-height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 18px 0 4px;
	}

	.rh-award-cinema-glow {
		inset: 0;
		border-radius: 24px;
	}

	.rh-award-video-device {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(100%, 360px);
		border-radius: 26px;
	}

	.rh-award-video-device .rh-gallery-video-frame {
		border-radius: 18px;
	}

	.rh-award-proof-card,
	.rh-proof-one,
	.rh-proof-two,
	.rh-proof-three {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		height: 180px;
		transform: none;
		border-radius: 18px;
	}

	.rh-proof-three {
		grid-column: 1 / -1;
		height: 190px;
	}

	.rh-award-proof-card span {
		opacity: 1;
		transform: scale(1);
	}
}

@media only screen and (max-width: 480px) {
	.rh-award-cinema {
		grid-template-columns: 1fr;
	}

	.rh-award-proof-card,
	.rh-proof-three {
		height: 210px;
	}
}

/* Teachers achievement option B */
.rh-award-feature-section {
	background:
		radial-gradient(circle at 8% 14%, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 32%),
		radial-gradient(circle at 92% 24%, rgba(245, 200, 101, 0.22) 0%, rgba(245, 200, 101, 0) 36%),
		linear-gradient(135deg, #f8fbff 0%, #ffffff 42%, #fff7e8 100%);
}

.rh-award-feature-head {
	max-width: 880px;
	margin: 0 auto 34px;
	text-align: center;
}

.rh-award-feature-head .rh-award-kicker {
	align-self: center;
}

.rh-award-feature-head h2 {
	margin: 18px 0 14px;
	color: var(--primary-color);
	font-size: clamp(40px, 5.4vw, 76px);
	line-height: 0.98;
	font-weight: 800;
}

.rh-award-feature-head h2 span {
	color: var(--main-color);
}

.rh-award-feature-head p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.72;
}

.rh-award-feature-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(22px, 4vw, 46px);
	padding: clamp(18px, 3vw, 32px);
	overflow: hidden;
	border-radius: 36px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background:
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(8, 41, 87, 0.96) 58%, rgba(228, 1, 31, 0.2) 100%);
	box-shadow:
		0 34px 86px rgba(1, 26, 67, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.rh-award-feature-stage::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 26px;
	border: 1px solid rgba(245, 200, 101, 0.26);
	pointer-events: none;
}

.rh-award-feature-stage::after {
	content: "";
	position: absolute;
	right: -130px;
	top: -150px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 48px solid rgba(245, 200, 101, 0.1);
	pointer-events: none;
}

.rh-award-feature-copy,
.rh-award-feature-video {
	position: relative;
	z-index: 1;
}

.rh-award-feature-copy {
	display: grid;
	gap: 14px;
}

.rh-award-feature-badge {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 16px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(10px);
}

.rh-award-feature-badge i {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f5c865 0%, #f08a32 100%);
	color: #061a41;
	font-size: 19px;
}

.rh-award-feature-badge span {
	display: block;
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--heading-font);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rh-award-feature-badge strong {
	display: block;
	color: #fff;
	font-family: var(--heading-font);
	font-size: 19px;
	line-height: 1.18;
}

.rh-award-feature-video {
	padding: 14px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
	box-shadow:
		0 28px 64px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(12px);
}

.rh-award-feature-video-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 4px 12px;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rh-award-feature-video-top i {
	color: #f5c865;
	font-size: 18px;
}

.rh-award-feature-video .rh-gallery-video-frame {
	margin: 0;
	border-radius: 24px;
	background: #061a41;
}

.rh-award-feature-video .rh-gallery-video-frame video {
	max-height: min(74vh, 680px);
}

.rh-award-feature-reel {
	display: grid;
	grid-template-columns: 0.9fr 0.9fr 1.2fr;
	gap: 16px;
	margin-top: 20px;
}

.rh-award-feature-photo {
	position: relative;
	display: block;
	height: 240px;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(1, 26, 67, 0.1);
	background: #fff;
	box-shadow: 0 20px 48px rgba(1, 26, 67, 0.13);
}

.rh-award-feature-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.rh-award-feature-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(1, 26, 67, 0.02) 0%, rgba(1, 26, 67, 0.3) 100%);
	opacity: 0.72;
	transition: opacity 0.35s ease;
}

.rh-award-feature-photo span {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--main-color);
	box-shadow: 0 12px 24px rgba(1, 26, 67, 0.16);
}

.rh-award-feature-photo:hover img,
.rh-award-feature-photo:focus-visible img {
	transform: scale(1.08);
	filter: saturate(1.12) contrast(1.04);
}

.rh-award-feature-photo:hover::before,
.rh-award-feature-photo:focus-visible::before {
	opacity: 0.38;
}

@media only screen and (max-width: 991px) {
	.rh-award-feature-stage {
		grid-template-columns: 1fr;
	}

	.rh-award-feature-copy {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rh-award-feature-badge {
		grid-template-columns: 1fr;
	}

	.rh-award-feature-reel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.rh-award-feature-head {
		margin-bottom: 24px;
		text-align: left;
	}

	.rh-award-feature-head h2 {
		font-size: 36px;
	}

	.rh-award-feature-head p {
		font-size: 16px;
	}

	.rh-award-feature-stage {
		padding: 14px;
		border-radius: 26px;
	}

	.rh-award-feature-stage::before {
		inset: 10px;
		border-radius: 20px;
	}

	.rh-award-feature-copy,
	.rh-award-feature-reel {
		grid-template-columns: 1fr;
	}

	.rh-award-feature-badge {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 14px;
	}

	.rh-award-feature-badge i {
		width: 48px;
		height: 48px;
	}

	.rh-award-feature-video {
		padding: 10px;
		border-radius: 22px;
	}

	.rh-award-feature-video .rh-gallery-video-frame {
		border-radius: 16px;
	}

	.rh-award-feature-photo {
		height: 220px;
		border-radius: 18px;
	}
}

/* Teachers achievement option C: award museum */
.rh-award-museum-section {
	background:
		radial-gradient(circle at 10% 12%, rgba(245, 200, 101, 0.22) 0%, rgba(245, 200, 101, 0) 34%),
		radial-gradient(circle at 88% 18%, rgba(228, 1, 31, 0.16) 0%, rgba(228, 1, 31, 0) 30%),
		linear-gradient(135deg, #f8fbff 0%, #ffffff 44%, #fff6e7 100%);
}

.rh-award-museum-head {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
	align-items: end;
	gap: clamp(22px, 4vw, 56px);
	margin-bottom: 34px;
}

.rh-award-museum-head h2 {
	margin: 18px 0 0;
	color: var(--primary-color);
	font-size: clamp(42px, 5.6vw, 82px);
	line-height: 0.96;
	font-weight: 800;
	letter-spacing: 0;
}

.rh-award-museum-head h2 span {
	display: block;
	color: var(--main-color);
}

.rh-award-museum-head p {
	margin: 0;
	padding-left: 24px;
	border-left: 3px solid rgba(228, 1, 31, 0.28);
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.78;
}

.rh-award-museum-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 0.64fr) minmax(300px, 0.72fr) minmax(260px, 0.64fr);
	align-items: center;
	gap: clamp(18px, 3vw, 32px);
	padding: clamp(18px, 3vw, 34px);
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 28%, rgba(255, 255, 255, 0) 28.2% 100%),
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(9, 39, 83, 0.96) 54%, rgba(228, 1, 31, 0.22) 100%);
	box-shadow:
		0 34px 86px rgba(1, 26, 67, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.rh-award-museum-stage::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 30px;
	border: 1px solid rgba(245, 200, 101, 0.24);
	pointer-events: none;
}

.rh-award-museum-stage::after {
	content: "AWARD";
	position: absolute;
	right: -8px;
	top: 22px;
	color: rgba(255, 255, 255, 0.055);
	font-family: var(--heading-font);
	font-size: clamp(90px, 12vw, 170px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.04em;
	pointer-events: none;
}

.rh-award-museum-info,
.rh-award-museum-video,
.rh-award-museum-gallery {
	position: relative;
	z-index: 1;
}

.rh-award-museum-info {
	padding: clamp(18px, 3vw, 34px);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(1, 26, 67, 0.1);
	box-shadow: 0 24px 54px rgba(1, 26, 67, 0.14);
}

.rh-award-museum-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f5c865 0%, #f08a32 100%);
	color: #061a41;
	font-family: var(--heading-font);
	font-size: 22px;
	font-weight: 800;
	box-shadow: 0 16px 30px rgba(245, 200, 101, 0.28);
}

.rh-award-museum-info h3 {
	margin: 0 0 14px;
	color: var(--primary-color);
	font-size: clamp(26px, 2.6vw, 38px);
	line-height: 1.08;
	font-weight: 800;
}

.rh-award-museum-info p {
	margin: 0;
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.72;
}

.rh-award-museum-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.rh-award-museum-stats div {
	padding: 14px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fbff 0%, #fff8e8 100%);
	border: 1px solid rgba(1, 26, 67, 0.09);
}

.rh-award-museum-stats strong {
	display: block;
	color: var(--main-color);
	font-family: var(--heading-font);
	font-size: 22px;
	line-height: 1.1;
}

.rh-award-museum-stats span {
	display: block;
	margin-top: 5px;
	color: var(--text-color);
	font-size: 13px;
	font-weight: 700;
}

.rh-award-museum-video {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 650px;
}

.rh-award-museum-orbit {
	position: absolute;
	width: min(92%, 520px);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(245, 200, 101, 0.18) 0%, rgba(245, 200, 101, 0) 58%);
	border: 1px solid rgba(245, 200, 101, 0.18);
	box-shadow: inset 0 0 0 34px rgba(255, 255, 255, 0.035);
}

.rh-award-museum-frame {
	position: relative;
	z-index: 1;
	width: min(100%, 390px);
	padding: 14px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
	box-shadow:
		0 30px 74px rgba(0, 0, 0, 0.34),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.rh-award-museum-frame-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 4px 12px;
	color: #fff;
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rh-award-museum-frame-head i {
	color: #f5c865;
	font-size: 18px;
}

.rh-award-museum-frame .rh-gallery-video-frame {
	margin: 0;
	border-radius: 22px;
	background:
		radial-gradient(circle at 20% 16%, rgba(245, 200, 101, 0.14) 0%, rgba(245, 200, 101, 0) 34%),
		#061a41;
}

.rh-award-museum-frame .rh-gallery-video-frame video {
	max-height: min(72vh, 640px);
}

.rh-award-museum-gallery {
	display: grid;
	grid-template-columns: 0.92fr 1fr;
	grid-template-rows: 250px 250px;
	gap: 14px;
	align-self: stretch;
}

.rh-award-museum-photo {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: #fff;
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
	transform: translateZ(0);
}

.rh-award-museum-photo.is-large {
	grid-row: span 2;
	border-radius: 30px 18px 18px 30px;
}

.rh-award-museum-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease, filter 0.55s ease;
}

.rh-award-museum-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(1, 26, 67, 0.02) 0%, rgba(1, 26, 67, 0.34) 100%);
	transition: opacity 0.35s ease;
}

.rh-award-museum-photo span {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--main-color);
	box-shadow: 0 12px 24px rgba(1, 26, 67, 0.16);
}

.rh-award-museum-photo:hover img,
.rh-award-museum-photo:focus-visible img {
	transform: scale(1.08);
	filter: saturate(1.12) contrast(1.04);
}

.rh-award-museum-photo:hover::before,
.rh-award-museum-photo:focus-visible::before {
	opacity: 0.42;
}

@media only screen and (max-width: 1199px) {
	.rh-award-museum-stage {
		grid-template-columns: minmax(240px, 0.7fr) minmax(290px, 0.86fr);
	}

	.rh-award-museum-gallery {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: 220px;
	}

	.rh-award-museum-photo.is-large {
		grid-row: auto;
		border-radius: 24px;
	}
}

@media only screen and (max-width: 991px) {
	.rh-award-museum-head {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rh-award-museum-head p {
		padding-left: 0;
		border-left: 0;
	}

	.rh-award-museum-stage {
		grid-template-columns: 1fr;
		background:
			linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(9, 39, 83, 0.96) 54%, rgba(228, 1, 31, 0.22) 100%);
	}

	.rh-award-museum-video {
		min-height: auto;
		padding: 18px 0;
	}
}

@media only screen and (max-width: 767px) {
	.rh-award-museum-head h2 {
		font-size: 36px;
	}

	.rh-award-museum-head p,
	.rh-award-museum-info p {
		font-size: 16px;
	}

	.rh-award-museum-stage {
		padding: 14px;
		border-radius: 26px;
	}

	.rh-award-museum-stage::before {
		inset: 10px;
		border-radius: 20px;
	}

	.rh-award-museum-info {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.rh-award-museum-stats,
	.rh-award-museum-gallery {
		grid-template-columns: 1fr;
	}

	.rh-award-museum-gallery {
		grid-template-rows: repeat(3, 220px);
	}

	.rh-award-museum-frame {
		width: min(100%, 360px);
		border-radius: 24px;
		padding: 10px;
	}

	.rh-award-museum-frame .rh-gallery-video-frame {
		border-radius: 16px;
	}

	.rh-award-museum-photo,
	.rh-award-museum-photo.is-large {
		border-radius: 18px;
	}
}

/* ====================================
   Practical Teaching Methodology Video
======================================= */
.rh-methodology-video-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 18%, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 34%),
		radial-gradient(circle at 88% 76%, rgba(245, 200, 101, 0.18) 0%, rgba(245, 200, 101, 0) 38%),
		linear-gradient(135deg, #f6f8ff 0%, #ffffff 46%, #fffaf0 100%);
}

.rh-methodology-video-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(1, 26, 67, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 26, 67, 0.055) 1px, transparent 1px);
	background-size: 54px 54px;
	opacity: 0.5;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.rh-methodology-video-section .container {
	position: relative;
	z-index: 1;
}

.rh-methodology-video-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(26px, 4vw, 54px);
}

.rh-methodology-video-content {
	position: relative;
	padding: 38px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(1, 26, 67, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 58px rgba(1, 26, 67, 0.11);
}

.rh-methodology-video-content::before {
	content: "";
	position: absolute;
	right: -44px;
	top: -44px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 200, 101, 0.26) 0%, rgba(245, 200, 101, 0) 70%);
	pointer-events: none;
}

.rh-methodology-video-content h2,
.rh-methodology-video-content p,
.rh-methodology-video-content .rh-award-kicker {
	position: relative;
	z-index: 1;
}

.rh-methodology-video-content h2 {
	margin: 18px 0 14px;
	color: var(--primary-color);
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.05;
	font-weight: 800;
}

.rh-methodology-video-content h2 span {
	display: block;
	color: var(--main-color);
}

.rh-methodology-video-content p {
	margin: 0;
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.75;
}

.rh-methodology-video-card {
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(8, 41, 87, 0.96) 58%, rgba(228, 1, 31, 0.28) 100%);
	box-shadow:
		0 32px 78px rgba(1, 26, 67, 0.2),
		inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.rh-methodology-video-card .rh-gallery-video-frame {
	margin: 16px;
	border-radius: 26px;
}

.rh-methodology-video-card .rh-gallery-video-caption {
	color: #fff;
	padding: 0 24px 24px;
}

@media only screen and (max-width: 991px) {
	.rh-methodology-video-shell {
		grid-template-columns: 1fr;
	}

	.rh-methodology-video-content {
		padding: 32px 26px;
	}
}

@media only screen and (max-width: 767px) {
	.rh-methodology-video-content {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.rh-methodology-video-content h2 {
		font-size: 34px;
	}

	.rh-methodology-video-content p {
		font-size: 16px;
	}

	.rh-methodology-video-card {
		border-radius: 24px;
	}

	.rh-methodology-video-card .rh-gallery-video-frame {
		margin: 10px;
		border-radius: 18px;
	}

	.rh-methodology-video-card .rh-gallery-video-caption,
	.rh-gallery-video-caption {
		padding: 0 16px 16px;
		font-size: 15px;
	}
}

/* ====================================
   Student Achievers Gallery
======================================= */
.rh-achiever-gallery-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(245, 200, 101, 0.16) 0%, rgba(245, 200, 101, 0) 32%),
		radial-gradient(circle at 88% 80%, rgba(228, 1, 31, 0.12) 0%, rgba(228, 1, 31, 0) 34%),
		linear-gradient(135deg, #f8fbff 0%, #ffffff 46%, #fff6f0 100%);
}

.rh-achiever-gallery-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(120deg, rgba(1, 26, 67, 0.05) 1px, transparent 1px),
		linear-gradient(210deg, rgba(245, 200, 101, 0.08) 1px, transparent 1px);
	background-size: 130px 130px, 170px 170px;
	opacity: 0.48;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.14) 100%);
}

.rh-achiever-gallery-section .container {
	position: relative;
	z-index: 2;
}

.rh-achiever-gallery-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: stretch;
	gap: 28px;
}

.rh-achiever-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 42px;
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(7, 40, 86, 0.96) 58%, rgba(228, 1, 31, 0.94) 100%);
	box-shadow:
		0 28px 68px rgba(1, 26, 67, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.rh-achiever-content::before {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -94px;
	top: -104px;
	border-radius: 50%;
	border: 38px solid rgba(245, 200, 101, 0.13);
}

.rh-achiever-content::after {
	content: "";
	position: absolute;
	left: 42px;
	bottom: 34px;
	width: 150px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f5c865 0%, rgba(255, 255, 255, 0.18) 100%);
}

.rh-achiever-kicker {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(245, 200, 101, 0.54);
	background: rgba(255, 255, 255, 0.1);
	color: #f5c865;
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.rh-achiever-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f5c865;
	box-shadow: 0 0 0 6px rgba(245, 200, 101, 0.14);
}

.rh-achiever-content h2 {
	position: relative;
	z-index: 2;
	margin: 18px 0 14px;
	color: var(--white-color);
	font-size: 54px;
	line-height: 1.05;
	font-weight: 800;
	max-width: 100%;
	overflow-wrap: break-word;
}

.rh-achiever-content h2 span {
	color: #f5c865;
}

.rh-achiever-content p {
	position: relative;
	z-index: 2;
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.72;
}

.rh-achiever-meta {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.rh-achiever-meta-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	column-gap: 13px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.rh-achiever-meta-item:hover {
	transform: translateY(-4px);
	border-color: rgba(245, 200, 101, 0.46);
	background: rgba(255, 255, 255, 0.14);
}

.rh-achiever-meta-item i {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f5c865 0%, #f08a32 100%);
	color: #061a41;
	font-size: 19px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.rh-achiever-meta-item span {
	color: rgba(255, 255, 255, 0.66);
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.rh-achiever-meta-item strong {
	min-width: 0;
	color: var(--white-color);
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.rh-achiever-gallery-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-template-rows: repeat(5, 104px);
	grid-template-areas:
		"a a a b b b b"
		"a a a b b b b"
		"a a a c c c c"
		"a a a c c c c"
		"a a a c c c c";
	gap: 16px;
	padding: 16px;
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(238, 246, 255, 0.94) 100%);
	border: 1px solid rgba(1, 26, 67, 0.12);
	box-shadow:
		0 30px 70px rgba(1, 26, 67, 0.13),
		inset 0 0 0 1px rgba(255, 255, 255, 0.64);
	overflow: hidden;
}

.rh-achiever-gallery-grid::before {
	content: "";
	position: absolute;
	inset: 14px;
	border-radius: 24px;
	border: 1px dashed rgba(245, 200, 101, 0.38);
	pointer-events: none;
	z-index: 1;
}

.rh-achiever-gallery-card {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden;
	isolation: isolate;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow:
		0 16px 38px rgba(1, 26, 67, 0.16),
		inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	transform: translateZ(0);
	transition: transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
	cursor: zoom-in;
}

.rh-achiever-gallery-card:nth-child(1) {
	grid-area: a;
	border-radius: 30px 14px 30px 14px;
}

.rh-achiever-gallery-card:nth-child(2) {
	grid-area: b;
	border-radius: 14px 30px 14px 24px;
}

.rh-achiever-gallery-card:nth-child(3) {
	grid-area: c;
	border-radius: 14px 24px 14px 30px;
}

.rh-achiever-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.04) contrast(1.02);
	transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.6s ease;
}

.rh-achiever-gallery-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 38%),
		linear-gradient(180deg, rgba(1, 26, 67, 0.02) 0%, rgba(1, 26, 67, 0.3) 100%);
	opacity: 0.78;
	transition: opacity 0.45s ease;
}

.rh-achiever-gallery-card .rh-gallery-view {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	width: 52px;
	height: 52px;
	font-size: 16px;
	opacity: 0;
	transform: translateY(-8px) scale(0.82) rotate(-10deg);
}

.rh-achiever-gallery-card:hover,
.rh-achiever-gallery-card:focus-visible {
	transform: translateY(-10px) scale(1.01);
	border-color: rgba(245, 200, 101, 0.7);
	box-shadow: 0 28px 62px rgba(1, 26, 67, 0.24);
}

.rh-achiever-gallery-card:hover img,
.rh-achiever-gallery-card:focus-visible img {
	transform: scale(1.1);
	filter: saturate(1.16) contrast(1.06) brightness(1.04);
}

.rh-achiever-gallery-card:hover::before,
.rh-achiever-gallery-card:focus-visible::before {
	opacity: 0.36;
}

.rh-achiever-gallery-card:hover .rh-gallery-view,
.rh-achiever-gallery-card:focus-visible .rh-gallery-view {
	opacity: 1;
	transform: translateY(0) scale(1) rotate(0deg);
	animation: none;
}

.rh-achiever-gallery-card:focus-visible {
	outline: none;
}

@media only screen and (max-width: 1199px) {
	.rh-achiever-content {
		padding: 34px;
	}

	.rh-achiever-content h2 {
		font-size: 46px;
	}

	.rh-achiever-gallery-grid {
		grid-template-rows: repeat(5, 94px);
	}
}

@media only screen and (max-width: 991px) {
	.rh-achiever-gallery-shell {
		grid-template-columns: 1fr;
	}

	.rh-achiever-content h2 {
		font-size: 42px;
	}

	.rh-achiever-gallery-grid {
		grid-template-rows: repeat(5, 96px);
	}
}

@media only screen and (max-width: 767px) {
	.rh-achiever-content {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.rh-achiever-content h2 {
		font-size: 36px;
	}

	.rh-achiever-content p {
		font-size: 16px;
	}

	.rh-achiever-meta {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rh-achiever-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 260px 170px 230px;
		grid-template-areas:
			"a a"
			"b b"
			"c c";
		padding: 12px;
		gap: 12px;
		border-radius: 24px;
	}

	.rh-achiever-gallery-card,
	.rh-achiever-gallery-card:nth-child(n) {
		border-radius: 18px;
	}

	.rh-achiever-gallery-card .rh-gallery-view {
		width: 44px;
		height: 44px;
		top: 14px;
		right: 14px;
		opacity: 1;
		transform: scale(0.9) rotate(0deg);
	}
}

@media only screen and (max-width: 480px) {
	.rh-achiever-kicker {
		font-size: 13px;
		padding: 7px 13px;
	}

	.rh-achiever-content h2 {
		font-size: 31px;
	}

	.rh-achiever-gallery-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 300px 190px 260px;
		grid-template-areas:
			"a"
			"b"
			"c";
		border-radius: 20px;
	}
}

/* ====================================
   (Picklepro) 16. Video Section css
======================================= */

.video-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 200px 0 100px 0;
}

.video-section .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.video-section .bg-video::before {
	position: absolute;
	content: '';
	background-color: var(--primary-color);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-section .intro-video-box .content-overlay {
	position: relative;
	z-index: 6;
	color: var(--white-color);
}

.video-play-button.sisf-m-play-inner {
	position: relative;
    top: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 46%;
    transform: translate(-46%, 0%);
    z-index: 3;
	padding: 70px 0 70px 0;
}

.video-play-button.features.sisf-m-play-inner {
   top: 0%;
   left: 70%;
}

.video-play-button .popup-video {
	border-radius: 50%;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .3);
	position: relative;
    background-color: var(--main-color);
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}

.video-play-button a:before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--white-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.4s infinite linear;
}

.video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--white-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.4s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button .popup-video span {
	font-size: 25px;
	line-height: 0;
	color: var(--secondary-color);
}

.video-bottom-counters {
	position: relative;
	z-index: 2;
}

.video-bottom-counters .counter-title span {
	font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
}

.sisf-e-video-content-bottom .video-play-button.sisf-m-play-inner {
	position: absolute;
	top: 43%;
	left: 50%;
}

.sisf-e-video-content-bottom .sisf-sis-video-image {
	line-height: 0px;
	margin-top: -277px;
}

.sisf-e-video-content-bottom .sisf-sis-video-image img {
	aspect-ratio: 1 / 0.49;
    object-fit: cover;
}

/* ===============================
   (Picklepro) 17. FAQ Page css
================================== */
.sisf-sis-faq-contents {
   margin-top: 40px;
}

.sisf-faq-accordian .accordion {
	background-color: transparent !important;
}

.sisf-faq-accordian .accordion-button {
	background: transparent;
	box-shadow: none;
	outline: none;
    text-transform: none;
    line-height: 32px;
    color: #333333;
	font-size: 20px;
	font-family: var(--default-font);
    padding: 25px 0px 25px 0px;
	border: none;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.sisf-faq-accordian .accordion-item {
	margin-top: 0px;
	border-radius: 0px !important;
	border: none;
	background-color: transparent;
}

.sisf-faq-accordian .accordion-button::after {
	display: none !important;
}

.sisf-faq-accordian .accordion-button::before {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 16px;
	top: 30%;
	width: 30px;
	height: 30px;
	display: block;
	background-color: transparent;
	color: var(--primary-color);
	font-size: 20px;
	transition: all 0.3s ease;
}

.sisf-faq-accordian .accordion-button:not(.collapsed)::before {
	content: '\f068';
	color: var(--main-color);
}

.sisf-faq-accordian.sisf-page .accordion-button:not(.collapsed)::before {
	content: '\f068';
	color: var(--primary-color);
}

.sisf-faq-accordian .accordion-button,
.sisf-faq-accordian .accordion-body {
	border: none;
	box-shadow: none;
	padding: 20px 0;
	background-color: transparent;
}

.sisf-faq-accordian .accordion-body {
	padding: 20px;
}

.sisf-faq-accordian .accordion-button:not(.collapsed) span,
.sisf-faq-accordian .accordion-button:hover::before,
.sisf-faq-accordian .accordion-button:hover span {
	color: var(--main-color) !important;
	transition: 0.4s ease-in-out;
}

.sisf-faq-accordian.sisf-page .accordion-button:not(.collapsed) span,
.sisf-faq-accordian.sisf-page .accordion-button:hover::before,
.sisf-faq-accordian.sisf-page .accordion-button:hover span {
	color: var(--primary-color) !important;
	transition: 0.4s ease-in-out;
}

.sisf-faq-accordian .accordion-item {
  border-bottom: 1px solid #52525B !important;
  border-radius: 0px;
}

.sisf-faqs-accordian .accordion-item {
  border-bottom: 1px solid var(--white-color) !important;
  border-radius: 0px;
}

.sisf-faq-accordian .accordion-item {
	border-radius: 0px;
}

.sisf-faq-accordian .accordion-button:not(.collapsed) {
	background-color: transparent;
}

.sisf-faq-accordian .accordion-button::before {
	color: var(--text-color);
	transition: 0.4s ease-in-out;
}

.sisf-faq-accordian .accordion-button span {
	font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
	font-family: var(--heading-font);
    color: var(--primary-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-work-with-us {
	background-color: var(--main-color);
	border-radius: 12px;
	padding: 40px;
	overflow: hidden;
}

.sisf-sis-faq-accordian .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: var(--primary-color);
}

.sisf-sis-faq-accordian.sisf-page .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: var(--main-color);
}

.sisf-sis-faq-accordian .accordion-button {
	background-color: #e4011f33;
}

.sisf-sis-faq-accordian .accordion-item {
	margin-top: 15px;
	border-radius: 10px !important;
    border-bottom: 1px solid #F9F6F1 !important;
    border-radius: 0px;
}

.sisf-sis-faq-accordian .accordion-item .sisf-e-content-inner p {
	color: var(--text-color);
}

.sisf-sis-faq-accordian .accordion-body {
	color: var(--primary-color);
    padding: 0px 20px 20px 20px;
}

.sisf-sis-faq-image.left img {
	aspect-ratio: 1 / 1.3;
    object-fit: cover;
}

.faqs-images.position-relative .sisf-sis-spin-icon {
    position: absolute;
    top: 35%;
    left: 35%;
    z-index: 2;
}

.sis-faq-counter {
	background-color: var(--main-color);
	padding: 15px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	text-align: center;
	width: 65%;
}

.sis-faq-counter .sisf-content {
	color: var(--primary-color);
}

.sis-faq-image-right,
.sis-faq-image-left {
	line-height: 0px;
}

.sis-faq-image-left.h-100 {
	margin-right: -135px;
	position: relative;
	z-index: 2;
}

.sis-faqs-image-with-counter .sis-faq-image-right {
	margin-left: -100px;
}

.sis-faqs-image-with-counter .sis-faq-image-right img {
    aspect-ratio: 1 / 1.56;
    object-fit: cover;
    border-radius: 16px;
}

.sisf-faq-image-right,
.sis-faq-image-left--top,
.sis-faq-image-left-bottom {
	line-height: 0px;
}

.sis-faq-image-left--top img,
.sis-faq-image-left-bottom img {
	aspect-ratio: 1 / 1.19;
    object-fit: cover;
}

.sisf-faq-image-right img {
    aspect-ratio: 1 / 2.48;
    object-fit: cover;
}

.sisf-e-faq-spin-icon {
    top: 39%;
    left: auto;
    right: -27%;
}

/* ==================================
       18. Form Section Css
===================================== */
.form-section.bg-white {
	padding: 40px;
	border-radius: 20px;
}

.form-section.bg-white .form-control {
   border: 1px solid transparent !important;
   transition: 0.4s ease-in-out;
   background-color: #F9F6F1;
}

.form-section.bg-white .form-control:focus {
   border: 1px solid var(--main-color) !important;
   transition: 0.4s ease-in-out;
}

.form-section .form-label {
    color: var(--white-color);
}

.contact-us-image img {
	aspect-ratio: 1;
	object-fit: cover;
}

.form-section .form-control {
	font-size: 16px;
	padding: 15px;
	border: 1px solid #FFFFFF1A !important;
	background-color: transparent;
	border-radius: 5px;
	border: none;
	color: var(--white-color);
	box-shadow: none;
	outline: none;
	line-height: normal;
	margin-bottom: 30px;
	text-align: left;
}

.form-section .form-control:focus,
.form-section .form-control::placeholder {
	color: var(--white-color);
}

.form-section .fa-calendar {
	color: #979797;
	position: absolute;
	right: 17px;
    top: 35%;
	pointer-events: none;
}

.-form-col select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.form-control option {
   color: var(--primary-color);
}

.form-section .select-wrapper i {
	position: absolute;
	top: 63%;
    right: 11px;
	pointer-events: none;
	z-index: 3;
	font-size: 14px;
	color: var(--white-color);
}

.sisf-sis-contact-information .sisf-contact-box a, 
.sisf-sis-contact-information .sisf-contact-box p {
	font-size: 18px;
	font-weight: 500;
	transition: 0.4s ease-in-out;
}

.sisf-sis-contact-information .sisf-icon a {
	width: 50px;
	height: 50px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	border-radius: 50px;
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-contact-information .sisf-contact-box .sisf-icon {
	line-height: 0px;
}

.sisf-sis-contact-information .sisf-contact-box:hover a,
.sisf-sis-contact-information .sisf-contact-box:hover .title,
.sisf-sis-contact-information .sisf-contact-box:hover p {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-contact-information .sisf-contact-box .title {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--heading-font);
	color: var(--primary-color);
	transition: 0.4s ease-in-out;
}

.sisf-widget-holder.sisf-sis-contact-information {
    height: 100px;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	padding: 0 30px;
}

.sisf-widget-holder.sisf-sis-contact-information .sisf-contact-box:hover a,
.sisf-widget-holder.sisf-sis-contact-information .sisf-contact-box:hover .title,
.sisf-widget-holder.sisf-sis-contact-information .sisf-contact-box:hover p {
	color: var(--white-color) !important;
}

.sis-e-contact-right-image {
	line-height: 0px;
}

.sis-e-contact-right-bottom-text {
	background-color: var(--main-color);
	padding: 20px;
	border-radius: 16px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 2;
}

.sis-e-contact-right-bottom-text .sisf-sis-e-content {
	line-height: 25px;
}

.sis-e-contact-right-bottom-text .sisf-sis-contact-information .sisf-contact-box:hover a,
.sis-e-contact-right-bottom-text .sisf-sis-contact-information .sisf-contact-box:hover .title,
.sis-e-contact-right-bottom-text .sisf-sis-contact-information .sisf-contact-box:hover p {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

/* =========================================
         19. Letest Blog Section css
============================================ */
.letest-blog-item .sisf-e-content .sisf-e-title-link {
	color: var(--primary-color);
	position: relative;
	font-size: 22px;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.25em;
	font-weight: 700;
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), var(--primary-color) 2px);
	transition: .4s cubic-bezier(.32, .32, .15, 1.17);
	background-size: 0 100%;
}

.letest-blog-item .sisf-e-content .sisf-e-title-link:hover {
	color: var(--main-color) !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), var(--main-color) 2px) !important;
	transition: .4s cubic-bezier(.32, .32, .15, 1.17);
}

.letest-blog-item.right .sisf-e-media-holder img {
	width: 230px;
	height: 210px;
	min-width: 230px;
	object-fit: cover;
}

.letest-blog-item .sisf-e-media-holder .sisf-e-media-image {
	overflow: hidden !important;
	border-radius: 12px;
	line-height: 0;
}

.letest-blog-item .sisf-e-media-image img {
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
    transition: 0.5s ease-in-out;
	transform: scale(1) rotate(0deg);
}

.letest-blog-item.sisf-page .sisf-e-media-image img {
	aspect-ratio: unset;
}

.letest-blog-item .sisf-e-inner:hover .sisf-e-media-image img {
    transform: scale(1.1) rotate(2deg);
    transition: 0.5s ease-in-out;
}

.letest-blog-item .sisf-e-media-image a {
	position: relative;
	display: inline-block;
	transition: 0.6s ease-in-out;
}

.letest-blog-item .sisf-e-content .sisf-e-info-date a:hover,
.letest-blog-item .sisf-e-content .post-category a:hover {
	color: var(--main-color);
	transition: 0.5s ease-in-out;
}


.letest-blog-item .sisf-e-inner .sisf-e-content .sisf-m-button a {
    font-weight: 600;
	font-size: 20px;
}

.letest-blog-item .sisf-e-inner .sisf-e-content .sisf-m-button a i {
    padding-left: 5px;
	font-size: 16px;
}

.letest-blog-item .post-meta-list-after a {
	font-weight: 700;
	color: var(--primary-color);
	font-family: var(--heading-font);
}

.sisf-blog-list-page-list .letest-blog-item {
   margin-bottom: 30px;
   border: 1px solid #0F17291A;
   border-radius: 24px;
}

.sisf-blog-list-page-list .letest-blog-item .sisf-sis-categories {
	position: unset;
}

.sisf-blog-list-page-list .letest-blog-item .sisf-sis-categories a {
	text-transform: none;
	font-size: 16px;
}

.sisf-blog-list-page-list .letest-blog-item .sisf-e-media-holder,
.sisf-blog-list-page-list .letest-blog-item .sisf-e-content {
	width: 50%;
}

.sisf-blog-list-page-list .letest-blog-item .sisf-e-content {
	padding: 10px 20px 10px 30px;
}

.letest-blog-comman-items .letest-blog-item {
	margin-bottom: 30px;
}

.letest-blog-comman-items .letest-blog-item .sisf-e-media-holder {
	margin-bottom: 25px;
}

.sisf-blog-grid-item .letest-blog-item .sisf-e-media-image,
.sisf-blog-column-item .letest-blog-item .sisf-e-media-image {
	line-height: 0px;
	border-radius: 20px;
	overflow: hidden;
}

.sisf-blog-grid-item .letest-blog-item .sisf-e-media-image img,
.sisf-blog-column-item .letest-blog-item .sisf-e-media-image img {
	aspect-ratio: unset;
}
/* ===============================
    20. Team Members Section Css
================================== */

.sisf-item-layout-info-from-bottom .sisf-e-inner {
	position: relative;
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

.sisf-item-layout-info-from-bottom .team-members-img img {
   border-radius: 12px;
}

.sisf-item-layout-info-from-bottom .sisf-e-inner .team-member-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sisf-item-layout-info-from-bottom .image-with-icons {
	overflow: hidden;
}

.sisf-item-layout-info-from-bottom .sisf-m-social-icons {
	display: flex;
	align-items: center;
	left: 15px;
	position: absolute;
	transform: translateY(-180px);
	z-index: 2;
	opacity: 0;
	width: 100%;
	transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from-bottom:hover .sisf-m-social-icons {
	opacity: 1;
	transform: translateY(-125px);
	transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from-bottom .sisf-m-social-icons a {
   color: var(--primary-color);
   transition: 0.3s ease-in-out;
   padding: 7px 10px;
   border-radius: 50px;
   background-color: var(--white-color);
   line-height: 0;
   transition: 0.3s ease-in-out;
}

.sisf-item-layout-info-from-bottom .sisf-m-social-icons a:hover {
	background-color: var(--main-color);
   transition: 0.3s ease-in-out;
}

.sisf-item-layout-info-from-bottom .sisf-m-social-icons a i {
   line-height: 0;
   position: relative;
   top: 2px;
}

.sisf-item-layout-info-from--bottom .sisf-e-inner {
	overflow: hidden;
}

.sisf-item-layout-info-from--bottom .team-member-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
	left: 0;
	z-index: 3;
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from--bottom .team-member-content a,
.sisf-item-layout-info-from--bottom .team-member-content p,
.sisf-item-layout-info-from--bottom .team-member-content .contents-out-icon a {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from--bottom .team-member-content .contents-out-icon a:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from--bottom .sisf-m-social-icons a {
	color: var(--primary-color);
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from--bottom .sisf-m-social-icons a:hover {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from--bottom .team-members-img a::after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    opacity: 1;
	border-radius: 12px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, var(--primary-color) 89%);
    z-index: 2;
    transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from--bottom:hover .team-members-img a::after {
	height: 100%;
	transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from--bottom .contents-out-icon a {
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from--bottom:hover .contents-out-icon a {
	opacity: 1;
	transition: 0.6s ease-in-out;
}

.sisf-item-layout-info-from-bottom.page .sisf-e-inner {
	overflow: visible;
	margin-bottom: 35px;
}

.sisf-item-layout-info-from-bottom.page .sisf-m-social-icons {
    position: unset;
	transform: none;
	opacity: 1;
	margin-top: 12px;
}

.sisf-item-layout-info-from-bottom.page .sisf-m-social-icons a {
	background-color: var(--main-color);
}

.sisf-item-layout-info-from-bottom.page .sisf-m-social-icons a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-item-layout-info-from-bottom.page .sisf-e-inner.inner.p-3 {
	background: var(--text-color);
	backdrop-filter: blur(14px);
	border-radius: 12px;
}

/* ============================
    21. Inner Pages Banner Css
=============================== */

.sisf-banner {
	margin-top: 116px;
}

.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-banner .banner-img img {
	height: 450px;
}

.sisf-page-title {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: transparent;
}

.sisf-page-title .sisf-m-inner {
	transform: translateY(4%);
}

.sisf-page-title .sisf-m-title {
	font-size: 62px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0px;
	color: var(--white-color);
	text-shadow: 0 4px 64px #000;
    font-style: normal;
	font-family: var(--heading-font);
    text-transform: none;
}

.sisf-breadcrumbs span {
    font-family: var(--default-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	position: relative;
}

.sisf-breadcrumbs span i {
	font-size: 14px !important;
}

.sisf-breadcrumbs-link span {
	position: relative;
}

.sisf-breadcrumbs-link span::after {
	content: "";
	width: 0%;
	height: 1px;
	background: var(--white-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
}

.sisf-breadcrumbs-link:hover span::after {
	width: 100%;
	transition: 0.3s ease-in-out;
	background: var(--main-color);
}

.sisf-breadcrumbs-link:hover span {
	color: var(--main-color) !important;
	transition: 0.3s ease-in-out;
}

/************************************/
/*** 	22. Contact Page css      ***/
/************************************/
.contact-bg {
	background-image: url("../images/contact_img.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 49% auto;
	padding: 50px 0;
}

.contact-social-icons {
    margin-top: 40px;
}

.reach-out-divider-saperator {
	border-top: 1px solid #D5D5D6;
	margin-bottom: 60px;
}

.contact-social-icons a {
    font-size: 20px;
    transform: translateY(0px);
    background-color: #0F17291A;
    padding: 15px;
    margin-right: 10px;
	border-radius: 50px;
    transition: 0.3s ease-in-out;
    display: inline-flex;
}

.contact-social-icons a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: 0.3s ease-in-out;
    transform: translateY(-7px);
}

.contact-column .sisf-m-title {
	font-weight: 500;
	font-family: var(--default-font);
}

.contact-here--form {
	background: var(--white-color);
	padding: 50px;
}

.contact-here--form .form-control {
	border: 1px solid #DDDDDD !important;
	color: #666666;
	padding: 15px 15px !important;
	margin-bottom: 25px !important;
}

.contact-here--form label {
	font-family: var(--default-font) !important;
	font-size: 14px !important;
	color: #666666 !important;
}

.contact-here-form .form-control {
	padding: 15px 15px 15px 0;
	border: none;
	margin-bottom: 35px;
	border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	line-height: 25px !important;
}

.contact-here-form label {
    margin-bottom: 10px;
	font-size: 18px;
	font-family: var(--heading-font);
}

.contact-here-form .form-control::placeholder {
	font-size: 16px;
	color: var(--primary-color);
}

.contact-here-form .form-control::-webkit-input-placeholder {
	color: var(--primary-color) !important;
}

.contact-here-form .form-control::-moz-placeholder {
	color: var(--primary-color) !important;
}

.contact-here-form .form-control:-ms-input-placeholder {
	color: var(--primary-color) !important;
}

.contact-here-form .form-control:-moz-placeholder {
	color: var(--primary-color) !important;
}

.contact-here-form input[type="text"]:focus,
.contact-here-form input[type="email"]:focus,
.contact-here-form input[type="tel"]:focus,
.contact-here-form textarea:focus {
	color: var(--primary-color) !important;
	background: transparent;
	border: 1px solid var(--main-color) !important;
}

.sisf-sis--hours-on-image .contavt-page-hours {
	position: absolute;
	background-color: #0A2622;
	padding: 15px;
	bottom: 0;
	left: 0;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 1rem;
	z-index: 2;
}

.contact-map {
	height: 380px;
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.contact-map iframe:hover {
	filter: grayscale(0);
}

.contac-info {
	position: relative;
	z-index: 2;
	padding: 50px;
	background-color: var(--white-color);
	margin: 0px 0px 0px -100px;
	box-shadow: 0px 0px 70px 4px rgba(0, 0, 0, 0.1);
    transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contac-info .sis-contact-info {
	display: flex;
	align-items: start;
}

.contac-info .sis-contact-info .sisf-m-icon-wrapper img {
    min-width: 20px;
}

.contac-info .sis-contact-info h5 {
	font-size: 22px;
	margin-bottom: 5px;
}

.contac-info .sis-contact-info p {
	color: #444;
}

.sisf-book-now-image {
    position: relative;
    z-index: 2;
    margin-right: 0px;
}

.sisf-sis--contact {
    position: relative;
    z-index: 1;
    background: var(--white-color);
    padding: 50px 50px 50px 150px;
    margin-left: -150px;
    box-shadow: -50px -20px 50px 0px rgba(0, 0, 0, 0.05);
}

/********************************
      32. Shop List Page css
 ********************************/
.sisf-shop-results {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	line-height: 1.83em;
	margin-bottom: 30px;
}

.sisf-shop-results .product-result-count {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	margin: 10px 0;
}

.sisf-shop-results .product-ordering {
	position: relative;
	display: inline-block;
	border-radius: 0px;
	border-bottom: 1px solid #b3b3b3;
	padding: 12px 0px;
}

.product-ordering .select2-container--default .select2-selection--single {
	border: none;
	outline: none;
}

.product-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.sisf-shop-results .product-ordering .custom-toggle-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 12px;
	color: #666666;
}

.sisf-shop-results .product-ordering select {
	display: block;
	height: auto;
	margin: 0;
	border: 1px solid #dfdfdf;
	padding: 15px;
	background: var(--white-color);
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	min-width: 300px;
	appearance: none;
	-moz-appearance: none;
}

.product-ordering select option {
	background-color: #ffffff;
	color: var(--text-color);
	padding: 10px;
}

.product-ordering select option:hover {
	background-color: #ffffff;
	color: var(--main-color);
}

.sisf-product-list .product .sisf-product-inner {
	border-radius: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sisf-product-list .product .sisf-product-image {
	padding: 0;
	background: var(--white-color);
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sisf-product-list .product .sisf-product-image img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform;
	width: 100%;
}

.sisf-product-list .product .sisf-product-image:hover img {
	transform: scale(0.95);
}

.sisf-product-list .product .sisf-e-product-content {
	margin: 21px 0 0px;
}

.sisf-product-list .product .sisf-image-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000C7;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	opacity: 0;
	transition: 0.3s ease-in-out;
	padding: 15px;
	text-align: center;
}

.sisf-product-list .product .sisf-product-inner:hover .sisf-image-content {
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.sisf-product-list .product .sisf-product-inner .sisf-image-content-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease-in-out;
	transform: translateY(20px);
}

.sisf-product-list .product .sisf-product-inner .sisf-image-content-inner .button.add-to-cart {
	color: var(--white-color);
	font-size: 18px;
}

.sisf-product-list .product .sisf-product-inner .sisf-image-content-inner .shop-product {
	color: var(--white-color) !important;
	transition: 0.3s ease-in-out;
}

.sisf-product-list .product .sisf-product-inner .sisf-image-content-inner .shop-product:hover {
	color: var(--main-color) !important;
	transition: 0.3s ease-in-out;
}

.sisf-product-list .product .sisf-product-inner:hover .sisf-image-content-inner {
	transition: 0.3s ease-in-out;
	transform: translateY(0px);
}

.sisf-product-list .product .sisf-e-product-title .shop-product {
	margin: 1px 0 0;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	color: var(--primary-color);
	line-height: normal;
	text-transform: none;
	letter-spacing: 0.5px;
	transition: 0.3s ease-in-out;
}

.sisf-product-list .product .sisf-e-product-title .shop-product:hover {
	color: var(--main-color) !important;
	transition: 0.3s ease-in-out;
}

.sisf-product-list .product .sisf-e-inner {
	margin-bottom: 30px;
	transition: .5s ease-in-out;
}

.product .sisf-product-inner .sisf--m-button {
	line-height: 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
	transition: 0.5s ease-in-out;
}

.sisf-m-star .star {
	font-size: 25px;
}

.product .sisf-product-inner:hover .sisf--m-button {
    bottom: 0px;
	transition: 0.6s ease-in-out;
}

.sisf-product-list .product .sisf-e-inner .sisf-product-image {
	background: transparent;
	position: relative;
	overflow: hidden;
}

.cart-icon-button .btn-default {
	border-radius: 0px !important;
}

.cart-icon-button .btn-default::after {
	border-radius: 0px !important;
}

.sisf-product-list .product .sisf-e-inner .sisf-product-image img {
	transform: scale(1) translateZ(0);
	transition: .4s ease-in-out;
}

.sisf-product-list .product .sisf-e-inner .sisf-product-image img:hover {
	transform: scale(1.1);
	transition: .4s ease-in-out;
}

.sisf-product-list .product .sisf-product-price {
	margin: 20px 0 10px;
}

.sisf-product-list .product .sisf-product-price .product-price-amount {
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
	color: var(--primary-color);
}

.sisf-product-inner .sisf-underline--left {
	transition: .4s ease-in-out;
}

.sisf-product-inner .sisf-underline--left:hover {
	color: var(--main-color);
	transition: .4s ease-in-out;
}

.sisf-product-list .product .sisf-e-ratings i {
	color: var(--main-color);
}

.sisf-product-list .product .sisf-product-price .product-price-amount .product-price-currencysymbol {
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.5px;
	margin: 0;
	top: 0;
}

.sisf-product-list .product .sisf-e-product-content .button.add_to_cart_button {
	position: relative;
	display: inline-flex;
	width: auto;
	margin: 0;
	text-decoration: none;
	border-radius: 0px;
	outline: none;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	cursor: pointer;
	z-index: 3;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	border: 0;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.44px;
	background: none;
	padding: 0;
}

.cart-icon-button .btn-default {
	font-size: 16px !important;
	width: 80%;
}

.sisf-product-list .product .sisf-e-product-content .button.add-to-cart {
	margin-top: 10px;
}

.sisf-product-list .product .sisf-e-product-content .rating-count {
	display: inline;
	margin-left: 10px;
	color: #7C7C7C;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.sisf-product-list .product .sisf-e-product-content .button.add_to_cart_button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
	backface-visibility: hidden;
}

.sisf-product-list .product .sisf-e-product-content .button.add_to_cart_button:hover {
	color: var(--main-color);
}

.sisf-product-list .product .sisf-e-product-content .button.add_to_cart_button:hover:after {
	width: 0;
}

.sisf-product-on-hover-list .sisf-e-product-content {
    position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000008C;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin-top: 0px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	transition: 0.4s ease-in-out;
	opacity: 0;
}

.sisf-product-on-hover-list .sisf-product-inner:hover .sisf-e-product-content,
.sisf-cart-button-on-hover-list .sisf-product-inner:hover .sisf--m-button {
    transition: 0.4s ease-in-out;
	opacity: 1;
}

.sisf-product-on-hover-list .product {
	overflow: hidden;
}

.sisf-product-on-hover-list .sisf-e-product-content h5 {
	text-align: center;
}

.sisf-cart-button-on-hover-list .sisf-product-inner .sisf--m-button {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000008C;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin-top: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease-in-out;
	opacity: 0;
}

.sisf-cart-button-on-hover-list .title-with-price {
	padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #b1b1b1;
}

.sisf-item-layout--info-below-swap .sisf-e-swap-holder {
	position: relative;
	display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    transition: .3s ease-out;
	width: 182px;
	height: 50px;
}

.sisf-item-layout--info-below-swap .sisf-e-swap-holder .sisf-e-to-swap {
	position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: .3s ease-out;
    overflow: hidden;
	opacity: 0;
	line-height: normal;
}

.sisf-item-layout--info-below-swap .sisf-e-swap-holder .sisf-e-to-swap .btn-default {
	padding: 10px 28px;
}

.sisf-item-layout--info-below-swap .sisf-e-swap-holder .price {
	transform: translateX(0);
    transition: .3s ease-out;
    width: 182px;
    position: absolute;
}

.sisf-item-layout--info-below-swap .sisf-product-inner:hover  .sisf-e-to-swap {
	transform: translateX(0%);
    transition: .3s ease-out;
	opacity: 1;
}

.sisf-item-layout--info-below-swap .sisf-product-inner:hover .sisf-e-swap-holder .price {
	transform: translateX(-100%);
    transition: .3s ease-out;
	opacity: 1;
}

.sisf-layout-filled {
	font-size: 18px !important;
}

.sisf-layout-filled:hover {
	color: var(--white-color) !important;
}

.sisf-page-sidebar {
	border-radius: 0px;
	border: 1px solid #e4011f33;
	padding: 25px 0 0px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
	border-radius: 20px;
}

.premium-gallery.small--gallry {
	margin-top: 30px;
}

.sisf-page-sidebar .sidebar-widget {
	padding: 0px 25px 0px 25px;
}

.sisf-page-sidebar .sidebar-widget .content_list_widget .sisf-date .publish-date {
	font-size: 16px;
}

.sisf-dropdown-filter .filter-section {
	width: 300px;
	padding: 20px 15px;
	position: absolute;
	top: 100%;
	z-index: 2;
	background: var(--white-color);
	border-radius: 10px;
	border: 1px solid #ccc;
	bottom: auto;
	height: auto;
	max-height: none;
	overflow: visible;
	box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.15);
	display: none;
	transition: all 0.3s ease;
	opacity: 0;
}

.dropdown:hover .sisf-dropdown-filter .filter-section {
	display: block;
	visibility: visible;
	transition: all 0.3s ease;
	opacity: 1;
}

.sidebar-separator .separator {
	border: 1px solid #A4A4A4;
	background-color: #dedede;
	color: #dedede;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.sisf-search-form .sisf-search-form-inner {
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
}

.sisf-search-form .sisf-search-form-inner input {
	position: relative;
	border-radius: 0px;
	background: var(--white-color);
	border-radius: 50px;
	margin: 0
}

.sisf-search-form .sisf-search-form-inner .sisf-search-form-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
	border: 0;
	color: var(--primary-color);
	margin-left: 1em;
}


.sisf-page-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sisf-page-sidebar ul li {
	margin: 0 0 10px;
	padding: 0
}

.sisf-page-sidebar .sisf-ratings .sisf-m-star .star {
    font-size: 20px;
}

.sisf-page-sidebar .sidebar-title {
	border: 0;
	text-transform: uppercase;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	color: var(--primary-color);
	line-height: normal;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 21px;
}

.sisf-page-sidebar a:hover {
	color: var(--main-color);
	transition: 0.3s ease-in-out;
}


.sidebar_content-list .content_list_widget li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0000001A;
}

.sidebar_member-list .member_list_widget li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
}

.sidebar_member-list .member_list_widget .sisf-member-content {
	margin-left: 12px;
}

.sidebar_member-list .member_list_widget .sisf-member-content .sisf-member-name {
	font-size: 20px;
	color: var(--text-color);
	font-family: var(--default-font);
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 6px;
}

.sidebar_member-list .member_list_widget li:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.sidebar_content-list .content_list_widget li:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.sidebar_content-list .content_list_widget li .sisf-image {
	margin-right: 12px;
}

.sidebar_content-list .content_list_widget li .sisf-image img {
	width: 75px;
	height: 80px;
	min-width: 75px;
	object-fit: cover;
	border-radius: 10px;
}

.sidebar_content-list .content_list_widget li .sisf-title {
	text-transform: none;
	color: #404040;
	font-size: 20px;
	font-family: var(--default-font);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 5px;
}

.sidebar_content-list .content_list_widget li .sisf-price .price-amount {
	color: var(--white-color);
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	background: var(--main-color);
	padding: 4px 12px;
	display: inline-block;
	margin-top: 5px;
}

.sidebar_tag-list a.tag {
	padding: 9px 14px;
	border: 1px solid #DEDEDE;
	border-radius: 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.28px;
	margin: 0 10px 10px 0;
	font-size: 16px;
	display: inline-block;
	font-family: inherit;
	position: relative;
	text-transform: capitalize;
	vertical-align: top;
	transition: 0.4s ease-in-out;
	color: #333;
}

.sidebar_tag-list a.tag:hover {
	background: var(--main-color);
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.our-contact-part {
	position: relative;
	display: flex;
	justify-content: center;
}

.our-contact-part .contact-info {
	position: absolute;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 73%;
	bottom: 40px;

}

.our-contact-part .contact-info p {
	text-align: center;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 500;
}

.our-contact-part .sisf-member-image img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	margin-bottom: 24px;
}


.content_list_widget .sisf-product-content .sisf-product-title {
	font-family: var(--default-font);
	text-transform: none;
	font-weight: 500;
}

.content_list_widget .sisf-product-content .sisf-stars i {
	font-size: 14px;
	color: var(--main-color) !important
}

.content_list_widget .sisf-product-content .product-price-amount {
	font-size: 18px;
	font-weight: 500;
}

.sidebar-widget .form-check {
	margin-bottom: 10px;
}

.sidebar-widget .form-check .form-check-input {
	width: 20px !important;
	height: 20px !important;
	margin-right: 15px;
	border: 1px solid #ECE7DE !important;
	cursor: pointer;
	background-color: transparent !important;
	border-radius: 50px;
}

.sidebar-widget .color-list .form-check .form-check-input {
	width: 25px !important;
	height: 25px !important;
	border-radius: 50px;
}

.sidebar-widget .color-list .form-check-label {
	padding-top: 4px;
}

.sidebar-widget .form-check-label {
	color: var(--primary-color);
	line-height: normal;
}

.sidebar-widget .form-check-input:checked {
	background-color: var(--main-color) !important;
	border: 1px solid var(--main-color) !important;
	transition: background-color 0.3s ease;
}

.sidebar-widget .form-check-input {
	box-shadow: none !important;
}

.dropdown-toggle::after {
	display: none;
}

/**************************
    36. My Account Page css
 * ************************/
.myaccount-navigation ul li {
	box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 4%);
	margin: 0 0 15px 0;
}

.myaccount-navigation ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
	display: block;
	position: relative;
	padding: 25px 30px;
	border: 1px solid #dedede;
	border-radius: 0px;
	color: var(--primary-color);
	background: var(--white-color);
	transition: 0.4s ease-in-out;
}

.myaccount-navigation ul li a:hover,
.myaccount-navigation ul li.is-active a {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.myaccount-content p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
	margin: 10px 0;
}

.myaccount-content a {
	color: var(--primary-color);
	transition: 0.5s ease-in-out;
}

.myaccount-content a:hover {
	color: var(--main-color);
	transition: 0.5s ease-in-out;
}

.myaccount-content.cart-form-table .shop_table td {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.3px;
}

.myaccount-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	list-style: none;
}

.sisf-address-box {
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 30px;
}

.sisf-address-title {
	position: relative;
}

.sisf-address-box h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.15em;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0 0 20px;
}

.sisf-address-title a.edit {
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	border: 1px solid var(--main-color);
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	padding: 10px 15px;
}

.sisf-address-box address {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.billing-form .input-text {
	width: 100%;
	font-size: 16px;
	border: none;
	outline: none;
	color: var(--primary-color);
	box-shadow: none;
	padding: 12px 15px 12px 15px;
	background-color: var(--white-color);
	border: 1px solid #dedede;
	border-radius: 0px;
	margin-bottom: 20px;
	line-height: 0;
}

.billing-form .input-text:focus {
	color: var(--primary-color);
	border: 1px solid var(--main-color);
}


.myaccount-content h2 {
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 33px;
	line-height: 1.15em;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0 0 20px;
}

form .form-row label {
	font-size: 15px;
	font-style: normal;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.checkout-form .form-row input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="time"],
textarea,
select {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 12px 20px;
	background-color: #FFF;
	border: 1px solid #dedede;
	border-radius: 0px;
	box-sizing: border-box;
	outline: 0;
	cursor: pointer;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	color: var(--primary-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	transition: 0.3s ease-in-out;
}

.checkout-form .form-row select option {
	color: var(--primary-color) !important;
}

.checkout-form .form-row input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
   border: 1px solid var(--main-color);
   transition: 0.3s ease-in-out;
}

/***************************
    23. Blog Page css
 ***************************/

.sidebar_blog-list .blog-list-widget li {
	position: relative;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	align-items: center;
}

.sidebar_blog-list .blog-list-widget .sisf-blog-image {
	margin-right: 15px;

}

.sidebar_blog-list .blog-list-widget .sisf-blog-image img {
	max-width: 70px;
	max-height: 70px;
	object-fit: cover;
	width: 70px;
	height: 70px;
	border-radius: 10px;
}

.sidebar_blog-list .blog-list-widget .sisf-blog-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--primary-color);
	display: -webkit-box;
	max-width: 400px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	font-family: var(--default-font);
	text-transform: none;
}

.sidebar_content-list .content_list_widget .sisf-blog-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--primary-color);
	display: -webkit-box;
	max-width: 400px;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	font-family: inherit;
	text-transform: none;
	font-family: var(--heading-font);
}

.sidebar_blog-list .blog-list-widget .sisf-date {
	color: var(--main-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}

.sisf-author-info {
	padding: 20px;
	background: #F4F4F4;
	display: block;
}

.sisf-author-info .sisf-author-info-image img {
	border-radius: 100px;
	width: 106px;
	height: 106px;
}

.sisf-blog-item--portrait {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.sisf-blog-item--portrait .sisf-e-info-date {
	position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background-color: var(--main-color);
    z-index: 5;
}

.sisf-blog-item--portrait .sisf-e-content {
	margin-top: -60px !important;
	position: relative;
    width: 90%;
    z-index: 1;
}

.sisf-blog-item--portrait .sisf-e--media-image img {
	transform: translateX(-10px);
    min-width: 110%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.sisf-blog-item--portrait .sisf-e--media-image {
	overflow: hidden;
}

.sisf-blog-item--portrait .sisf-e-info-category a {
	color: #B58453;
	font-size: 13px;
}

.sisf-blog-item--portrait:hover .sisf-e--media-image img {
    transform: translateX(0px);
    transition: 0.3s ease-in-out;
}

.sisf-related-posts {
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.sisf-related-posts .sisf-blog-item .sisf-e-title {
	font-size: 30px !important;
}

.sisf-social-links-widget .sisf-social-list li a {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50px;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	transform: translateY(0px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 18px;
	line-height: 0;
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.sisf-social-links-widget .sisf-social-list li a:hover {
	color: var(--white-color);
	background: var(--primary-color);
	transform: translateY(-5px);
	border: 1px solid var(--primary-color);
	transition: 0.3s ease-in-out;
}

.sisf-blog .sisf-blog-item {
	margin-bottom: 50px;
}

.sisf-blog .sisf-blog-item .sisf-e-media-image {
	overflow: hidden;
	line-height: 0;
}

.sisf-blog-item .sisf-info--top-holder {
    bottom: 0px;
    margin-top: 20px;
	display: flex;
	align-items: center;
}

.sisf-blog-item .blog-video {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.sisf-blog-item .sisf-info--top {
    display: flex;
    align-items: center;
	margin: 20px 0;
}

.sisf-info--top-holder .sisf-saperates {
	font-size: 5px;
}

.sisf-blog-item .sisf-info--top a {
	padding: 10px 15px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    background: var(--main-color);
    border-radius: 5px;
} 

.sisf-addons-blogs-list .sisf-inner {
	padding: 0 20px 20px 20px;
	position: relative;
	z-index: 2 !important;
}

.sisf-addons-blogs-list .sisf-inner::before {
	position: absolute;
	z-index: -1 !important;
}

.sisf-blog-single .sisf-blog-item .blog-video {
	height: auto;
}

.sisf-blog .sisf-blog-item .sisf-e-media-image a {
	display: block;
}

.sisf-blog .sisf-blog-item .sisf-e-media-image figure,
.sisf-blog .sisf-blog-item .sisf-e-media-image img {
	width: 100%
}

.sisf-blog-item.sisf-addons-blogs-list.letest-blog-item .media-image {
	border-radius: 20px;
}

.sisf-blog .sisf-blog-item .sisf-e-title {
	text-transform: none;
	color: var(--primary-color);
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 15px;
	letter-spacing: 0.66px;
	font-size: 30px;
}

.sisf-blog .sisf-blog-item .sisf-info--top>* {
	display: inline-flex;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.54em;
	letter-spacing: 0.32px;
	font-weight: 500;
	flex-wrap: wrap;
	color: var(--primary-color);
	margin: 0;
}

.sisf-blog-item .sisf-info--top .sisf-e-info-divider {
	font-size: 35px;
	background-color: var(--primary-color);
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	line-height: 0;
	margin: 0 0 0 8px;
	border-radius: 50%;
	height: 4px;
}

.sisf-blog-item .sisf-e-content .sisf-e-info-category a {
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	margin-left: 8px;
	text-transform: none;
	transition: .4s ease-in-out;
}

.sisf-blog-item .sisf-e-content .sisf-e-info-category a:hover {
	color: var(--main-color) !important;
	transition: 0.3s ease-in-out;
}

.sisf-info--top .sisf-e-info-date a:hover {
	color: var(--main-color);
	transition: 0.3s ease-in-out;
}

.sisf-blog .sisf-blog-item.format-quote .sisf-e-quote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 70px 70px 70px 160px;
	border: 0;
	background: url("../images/quote-bg.html") no-repeat top left;
	background-size: cover;
}

.sisf-blog .sisf-blog-item.format-quote .blog-quote {
	border: 1px solid var(--main-color);
}

.sisf-blog .sisf-blog-item.format-quote .sisf-e-qoute-background-text {
	position: absolute;
	top: 55px;
	left: 75px;
	letter-spacing: -0.015em;
	font-size: 40px;
	line-height: 1.28em;
	color: var(--sis-main-color);
	opacity: 1;
	text-transform: uppercase;
}

.sisf-blog .sisf-blog-item .quote-icon {
	position: unset !important;
}

.sisf-blog .sisf-blog-item.format-quote .sisf-e-qoute-background-text::before {
	font-weight: 900;
	font-size: 70px;
	letter-spacing: -0.015em;
	line-height: 1.28em;
	color: var(--main-color);
	text-transform: uppercase;
}

.sisf-blog .sisf-blog-item.format-quote .sisf-e-quote-text {
	position: relative;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 0;
	color: var(--primary-color);
	text-align: left;
	font-size: 30px;
	font-family: var(--heading-font);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
}

.sisf-blog .sisf-blog-item.format-quote .sisf-e-quote-author {
	position: relative;
	display: block;
	margin: 24px 0 0;
	padding: 0;
	letter-spacing: 0.075em;
	color: var(--main-color);
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.sisf-blog .sisf-m-icon-holder {
	font-size: 80px;
	color: var(--primary-color);
}

.sisf-blog .sisf-m-icon-wrapper .sisf-m-title {
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
}

.sisf-blog .sisf-m-content h5 {
	font-weight: 600;
	text-transform: uppercase;
}

.grooming-title h3 {
	font-size: 30px;
	font-weight: 800;
}

.benefits h3 {
	font-size: 34px;
	font-weight: 800;
}

.sisf-m-blog-content h4 {
	font-size: 38px;
}

.sisf-blog .icon-list-items .sisf-e-icon img {
	width: 14px;
}

.sisf-blog .icon-list-item {
	padding-bottom: 15px;
	position: relative;
}

.sisf-blog .icon-list-item .icon-list-icon {
	padding-right: 5px;
}

.sisf-blog .icon-list-item .icon-list-icon svg {
	width: 6px;
	height: 6px;
	fill: #444444;
	transition: fill 0.3s;
}

.sisf-blog .icon-list-item .icon-list-text {
	font-family: var(--default-font), Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	transition: color 0.3s;
	align-self: center;
	padding-inline-start: 5px;
}

.sisf-blog-item.sisf-item-layout-boxed {
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.sisf-blog-item.sisf-item-layout-boxed .sisf-e-content {
	background-color: var(--white-color);
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	margin-top: -90px;
	position: relative;
	z-index: 2;
}

.sisf-blog-item.sisf-item-layout-boxed .sisf-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	background-color: #111;
	z-index: 2;
}

.sisf-blog-item.sisf-item-layout-boxed .sisf-e-info-date a {
	color: var(--white-color);
}

.sisf-blog-item.sisf-item-layout-boxed .sisf-e-title .sisf-e-title-link {
	font-size: 25px;
	font-family: var(--default-font);
	position: relative;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
	transition: .9s cubic-bezier(.32, .32, .15, 1.17);
	background-size: 0 100%;
}

.sisf-blog-item.sisf-item-layout-boxed .sisf-e-title .sisf-e-title-link:hover {
	transition: 0.4s ease-in-out;
	color: var(--primary-color) !important;
	background-size: 100% 100%;
}

.latest-posts__list.sis-side-blog {
	display: flex;
	flex-wrap: wrap;
}

.latest-posts__list.sis-side-blog li {
	padding: 5px;
    width: 33.33%;
    height: auto;
    object-fit: cover;
	margin-bottom: 0px;
}

.sisf-m-quote-icon-wrapper .sisf-e-qoute-background-text {
	position: unset !important;
}

.sisf-e-icon-box {
	border-top: 1px solid #0000001A;
	border-bottom: 1px solid #0000001A;
}

/******************************
       24. Blog Single css
 * ****************************/
.sisf-blog-single .sisf-e-bottom-holder .tag-links {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
}

.sisf-blog-single .sisf-e-bottom-holder .sisf-e-info.sisf-e-left a {
	padding: 4px 14px;
	border: 1px solid var(--main-color);
	color: #333;
	font-size: 14px;
	background-color: var(--main-color);
	border-radius: 4px;
	font-style: normal;
	color: var(--white-color);
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 0 10px 10px 0;
	text-transform: none;
	transition: 0.5s ease-in-out;
}

.sisf-blog-single .sisf-e-bottom-holder .sisf-e-info.sisf-e-left a:hover {
	color: var(--text-color);
	background-color: var(--white-color);
	transition: 0.5s ease-in-out;
}

.sisf-bottom-social-icons a {
   display: inline-block;
   width: 30px;
   height: 30px;
   border-radius: 5px;
   margin-right: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--white-color);
   background-color: var(--main-color);
   transition: 0.5s ease-in-out;
   border: 1px solid var(--main-color);
}

.sisf-bottom-social-icons a:hover {
	color: var(--main-color);
	background-color: var(--primary-color);
	border: 1px solid var(--white-color);
	transition: 0.5s ease-in-out;
}

.sisf-blog-single .sisf-author-info {
	background: url("../images/blog-author-bg.html") no-repeat top left;
	background-size: auto;
	background-size: auto;
	padding: 40px;
}

.sisf-blog .review_form .comment-notes {
	font-size: 16px;
}

.sisf-blog .reviews-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--primary-color);
}

.sisf-blog .comment-text .meta .review-author {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: none;
	margin: -5px 0px 11px;
}

.sisf-blog .comment-text .meta .description p {
	font-size: 16px;
}

.sisf-blog .comment_container a {
	color: var(--primary-color);
}

.sisf-blog-single .sisf-author-info .sisf-m-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.sisf-blog-single .sisf-author-info .sisf-m-image {
	width: 80px;
	height: auto;
	flex-shrink: 0;
	margin-right: 30px;
}

.sisf-blog-single .sisf-author-info .sisf-m-content .sisf-m-author {
	color: var(--white-color);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.44px;
	font-family: var(--default-font);
}

.sisf-blog-single .sisf-author-info .sisf-m-content .sisf-m-description {
	color: var(--white-color);
}

.sisf-page-comments .sisf-m-comments .sisf-comment-item {
	margin-top: 40px;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #0000001A;
	position: relative;
}

.sisf-page-comments .sisf-m-comments .sisf-comment-item .sisf-e-content h5 {
	color: #333;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.66px;
	text-transform: none;
	margin: 0px 0px 11px;
}

.sisf-page-comments .sisf-m-comments .sisf-comment-item .sisf-e-content h5 .comment-reply-link {
	position: absolute;
	top: -4px;
	right: 24px;
	color: var(--main-color);
	font-family: var(--default-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.sisf-page-comments .sisf-m-comments .sisf-comment-item .commentmetadata {
	color: var(--main-color);
}

.review_form_box .form_box-grid .form_box-item {
	width: 50%;
}

.sisf-page-comments .review_form .comment-reply-title {
	font-size: 28px;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-color);
}

.our-blog {
	padding: 100px 0 70px;
}

.blog-item {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	z-index: 1;
}

.blog-item .post-featured-image {
	border-radius: 0 0 80px 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-item .post-featured-image a {
	position: relative;
	display: block;
	cursor: none;
	overflow: hidden;
}

.blog-item .post-featured-image a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: var(--primary-color);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.blog-item .post-featured-image img {
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	border-radius: 0 0 80px 0;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .post-featured-image img {
	transform: scale(1.1);
}

.sisf-blog-item .sisf-e-media {
	margin-bottom: 1.5em;
}

.sisf-blog-item .sisf-e-content .sisf-e-info-date {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
}

.sisf-blog-item .sisf-e-content .sisf-e-info-date a {
	font-weight: 500;
}

.blog-three-columns-page .letest-blog-item {
	margin-bottom: 30px;
}

.sisf-blog-item .sisf-e-content .sisf-e-title a {
	font-size: 32px;
	font-weight: 700;
	text-transform: none;
	color: var(--primary-color);
	line-height: 51px !important;
	letter-spacing: 0px;
	margin: 0 0 15px;
	transition: 0.4s ease-in-out;
}

.sisf-blog-item .sisf-e-content .post-cat.ps-4,
.sisf-blog-grid-item .sisf-e-content .post-cat.ps-4,
.sisf-blog-column-item .sisf-e-content .post-cat.ps-4 {
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--heading-font);
	font-size: 18px;
	transition: 0.4s ease-in-out;
}

.sisf-blog-item .sisf-e-content .sisf-e-title a:hover,
.sisf-blog-item .sisf-e-content .post-cat.ps-4:hover,
.sisf-blog-grid-item .sisf-e-content .post-cat.ps-4:hover,
.sisf-blog-column-item .sisf-e-content .post-cat.ps-4:hover,
.sisf-blog-standard-page .sisf-e-content .meta-date:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-blog-single .sisf-e-content .sisf-e-title {
	font-size: 38px;
}

.sisf-blog-single .marketing h5 {
	font-size: 20px;
	font-weight: 700;
	text-transform: none !important;
	font-family: var(--default-font);
}

.comments .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    padding: 0;
}

.comments .commentlist .review-list {
    margin: 0 0 25px;
    padding: 0;
    padding: 20px;
    border: 1px solid #0000001A;
    list-style-type: none;
	border-radius: 8px;
}

.comments .commentlist .review-list .comment_container {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.comments .commentlist .review-list .comment_container .sisf-e-image {
    margin-right: 15px;
}

.comments .commentlist .review-list .comment-text .info {
    border-bottom: 1px solid #0000001A;
    padding-bottom: 15px;
	border-radius: 8px;
}

.comment_container .sisf-e-image img {
    flex-shrink: 0;
    border-radius: 50px;
    width: 60px;
	min-width: 60px;
	background-color: var(--main-color);
}

.review--form {
    border-radius: 0px;
    border: 1px solid #0000001A;
    background-color: transparent;
    padding: 30px;
	border-radius: 8px;
}

.review_form_box input[type="text"], .review_form_box textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    background-color: #e4011f33;
    border-radius: 0px;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s 
ease-out, background-color 0.3s 
ease-out, border-color 0.3s 
ease-out;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-color) !important;
    letter-spacing: 0.7px;
    border: 1px solid #F9F6F1;
    padding: 15px 20px;
    font-family: inherit;
    transition: 0.3s 
ease-in-out;
}

input[type="text"]:focus, .review_form_box textarea:focus {
    border: 1px solid var(--main-color);
    transition: 0.3s 
ease-in-out;
}

.review_form_box .form-check .form-check-input {
    border: 1px solid var(--main-color) !important;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-top: .25em;
}

.decision-box {
	background-color: var(--main-color);
	border-radius: 12px;
	padding: 24px;
}

.decision-box .quote-image {
	position: absolute;
	top: 12px;
	right: 12px;
    width: 50px;
	opacity: 0.2;
}

/******************************
       25. Landing Page css
 * ****************************/
.sisf-skin--light.landing {
   background-color: var(--primary-color) !important;
}
 .sisf-skin--light.landing .main-menu ul.navbar-nav>li>a:hover {
	background-color: var(--main-color) !important;
	color: var(--primary-color) !important;
 }

.landing-page-banner {
	background: url("../images/home-hero-bg2.jpg") no-repeat center top;
    background-size: cover;
	width: 100%;
	height: 700px;
	margin-top: 0px !important;
}

.landing-page-banner .sisf-page-title .sisf-m-inner.page {
    transform: translateY(80px);
}

.landing-scroll-content .scroll-container {
	background-color: var(--main-color);
	padding: 25px 0;
}

.sisf-top-text .sisf-top-text-list {
	background-color: #FFFFFF1A;
    padding: 5px 16px 5px 10px;
    border-radius: 100px 100px 100px 100px;
	display: inline-block;
}

.landing-page-banner .sisf-page-title::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 90%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-page-banner .sisf-m-inner {
	position: relative;
	z-index: 2;
}

.sisf-sis-site-info-list .list-info-item {
	margin-right: 20px;
}

.sisf-sis-site-info-list .list-info-item span {
	display: inline-block;
	width: 24px;
	min-width: 24px;
	margin-right: 10px;
}

.stu--homepages {
    margin-top: -25%;
}

.information-section {
	padding: 30px 0;
}

.information-section .box-image {
	width: 60px;
} 

.information-section .sisf-e-content h4 {
	margin-bottom: 15px;
	transition: 0.4s ease-in-out;
}

.information-section .sisf-e-content p {
	transition: 0.4s ease-in-out;
}

.information-section .sisf-e-inner:hover .sisf-e-content p,
.information-section .sisf-e-inner:hover .sisf-e-content h4  {
    transition: 0.4s ease-in-out;
	color: var(--main-color);
}

.sisf-page-title .landing--title {
	font-size: 68px;
}

.landing-banner .section-title h2 {
	font-size: 43px;
}

.inner-pages .sisf-sis-section-title .sisf-m-digit {
	font-size: 270px;
	line-height: 250px;
	font-family: var(--heading-font);
	letter-spacing: -16.32px;
}

.inner-pages .sisf-sis-section-title .sisf-m-digit span {
	font-size: 100px;
	line-height: 250px;
	vertical-align: middle;
	margin-left: -50px;
	font-weight: 900;
}

.landing-page-counter {
	margin-bottom: -50px;
}

.landing-page-counter span {
	color: var(--primary-color);
    font-size: 100px !important;
	font-weight: 700;
    line-height: 1em;
    letter-spacing: 0px;
	font-family: var(--heading-font);
}

.sisf-images--box {
	text-align: center;
	margin-bottom: 30px;
}

.sisf-images--box img {
	 border-radius: 15px;
}

.sisf-images--box h4 {
	color: var(--primary-color);
    line-height: 1.2em;
	font-family: var(--heading-font);
	letter-spacing: 0px;
	text-transform: none;
	transition: 0.4s ease-in-out;
}

.sisf-images--box h4:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-user-experience {
	background-color: var(--main-color);
	padding: 25px;
	overflow: hidden;
}

.sisf-template-counters .counter-title span {
    font-size: 40px;
	font-weight: 800;
}

.sisf-user-experience .counter-item {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} 

.sisf-user-experience .counter-title span {
	font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0px;
	color: var(--primary-color);
}

.sisf-user-experience .counter-content span {
	color: var(--primary-color);
	font-weight: 500;
	text-align: center;
}

.sisf-layer-group span {
	font-size: 122px;
	color: #FFFFFF42;
	position: absolute;
	top: -10px;
	left: -30px;
}

.design-and-experience-part {
	padding-top: 100px;
}

.sisf-power-elite-col {
	background-image: url("../images/author-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 25px;
}

.sisf-power-elite-col .sisf-image-icon {
	min-width: 133px;
	margin-right: 20px;
}

.sisf-power-elite-col .sisf-ratings {
	padding: 10px;
	border: 1px solid var(--main-color);
	border-radius: 50px;
	width: 40%;
	margin: 0 auto;
}

.layout-gallery-section {
	background-image: url("../images/portfolio-bg.html");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sisf-landing-icon-image-with-text-part {
	background-color: var(--primary-color);
	margin-top: 30px;
	padding: 25px 10px;
	overflow: hidden;
}

.content-group img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(74%) saturate(929%) hue-rotate(25deg) brightness(97%) contrast(96%);
}
 
.kickstart-your-website {
	background-image: url("../images/kik-start-bg.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px;
	border-radius: 20px;
	overflow: hidden;
	margin: 70px 0;
}

.sisf-devices-experience {
	background-image: url("../images/bg-lines.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px;
	border-radius: 20px;
	overflow: hidden;
	margin: 70px 0;
}

.sisf-devices-icon span {
	font-size: 100px;
}

.sisf-steps-icon-with-text .sisf-steps-image img{
    width: 56px;
	height: 88px;
}

.sisf-landing-icon-with-text {
	display: flex;
	align-items: center;
}


.sisf-icon-box .sisf-m-title,
.sisf-images-box .title h5 {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 600;
}

.launch-your-website-section {
	padding: 70px 0 0 0;
	margin-top: 70px;
}

.footer-copyright.landing {
	background-color: var(--main-color);
	margin-top: -60px;
    position: relative;
}

.sisf-steps-part::before {
	content: '';
	width: 100%;
	position: absolute;
	border-top: 1px dashed #ffffff1a;
    height: 1px;
    left: 0px;
    top: 28px;
	z-index: 1;
}

.sisf-steps-part .sisf-steps-icon-with-text {
	position: relative;
	z-index: 2;
}

/************************************/
/***   		26. Footer css       ***/
/************************************/
.sisf-page-footer-top-area-inner {
   padding: 70px 0;
}

.main--footer .sisf-page-footer-inner-area {
    background-color: var(--secondary-color);
}

.subscribe-newsletter-form .form-group input {
	width: 55%;
	font-size: 16px;
	padding: 14px 20px;
	border-radius: 50px;
	border: 1px solid var(--white-color);
}

.sisf-page-footer-middle-area .newsletter {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	font-family: var(--default-font);
}

.sisf-page-footer-middle-area .subscribe-newsletter-form input {
    background: transparent;
    border: none;
    padding: 15px 15px 15px 0;
    color: var(--white-color);
    margin-bottom: 0;
	box-shadow: none;
	border-bottom: 1px solid #322608;
}

.sisf-page-footer-middle-area .subscribe-newsletter-form input:focus,
.sisf-page-footer-middle-area .subscribe-newsletter-form input::placeholder {
	color: var(--white-color);
	box-shadow: none;
}

.sisf-page-footer-middle-area .subscribe-newsletter-form span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	min-width: 50px;
	color: var(--primary-color);
	background-color: var(--main-color);
	cursor: pointer;
	border-radius: 50px;
}

.footer-logo img {
	width: auto;
}

.footer-contact p {
	font-size: 16px;
	color: var(--white-color);
}

.footer-social-links {
	margin: 0px 0 40px 0;
}

.footer-social-links ul {
	list-style: none;
	padding: 0;
}

.footer-social-links .privacy p {
	color: var(--primary-color);
}

.footer-social-links ul li {
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50px;
	align-items: center;
	margin-right: 15px;
	border: 1px solid #D4C6C380;
	background-color: transparent;
}

.footer-social-links ul li:last-child,
.menu-footer-menu-container .menu-item:last-child {
	margin-right: 0;
}

.footer-social-links ul li a {
	color: var(--white-color) !important;
	font-size: 20px;
	line-height: 0;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover {
	color: var(--white-color) !important;
	background-color: var(--main-color);
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
	padding-left: 0px !important;
}

.footer-links h3,
.footer-contact h3 {
	margin-top: 0;
	margin-bottom: 25px;
	color: var(--white-color);
	font-size: 24px;
	font-style: normal;
	font-family: var(--heading-font);
	text-transform: none;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	position: relative;
    z-index: 3;
}

.footer-links ul li {
	text-transform: capitalize;
	margin-bottom: 6px;
	margin-top: 10px;
	list-style-type: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-links ul li a {
	color: var(--white-color);
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {

	color: var(--main-color);
	transition: all ease 0.5s;
	padding-left: 10px;
}

.footer-contact-details .footer-info-box {
	position: relative;
	padding-left: 0px;
	margin-bottom: 25px;
}

.sisf-page-footer-middle-area .text p {
	color: var(--white-color);
}

.footer-info-box p {
	font-size: 16px;
	font-family: var(--default-font);
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: var(--white-color);
	margin: 10px 0;
}

.footer-contact-details .footer-info-box:last-child {
	margin-bottom: 0;
}

.footer-info-box-content p {
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-copyright {
	padding: 20px 0 10px 0;
	margin-top: 0px;
}

.footer-copyright-text p {
	color: #B2BCC8;
	font-family: var(--default-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 0;
}

.footer-privacy-policy ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: end;
}

.footer-privacy-policy ul li {
	display: inline-block;
	margin-right: 40px;
}

.footer-privacy-policy ul li:last-child {
	margin-right: 0;
}

.footer-privacy-policy ul li a {
	color: var(--white-color);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.45px;
	text-decoration: none;
}

.footer-privacy-policy ul li:hover a {
	color: var(--main-color);
}

.sisf-page-footer-top-area .subscribe-newsletter-form .form-group .subscribe-btn:hover {
	background-color: var(--main-color);
	transition: 0.3s ease-in-out;
	color: var(--white-color);
	border-color: var(--main-color)
}

.sisf-page-footer-middle-area {
	padding: 70px 0 70px 0;
	border-top: 1px solid #FFFFFF1A;
	border-bottom: 1px solid #FFFFFF1A;
}

.footer-links .sisf-sis-contact-information .sisf-contact-box:hover a, 
.footer-links .sisf-sis-contact-information .sisf-contact-box:hover span, 
.footer-links .sisf-sis-contact-information .sisf-contact-box:hover p {
	color: var(--main-color) !important;
}

.sisf-sis--footer-nav-links ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sisf-sis--footer-nav-links ul li {
	padding: 0 20px;
}

.sisf-sis--footer-nav-links ul li a {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis--footer-nav-links ul li a:hover {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts a {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts:hover a {
	color: var(--white-color);
	transition: 0.4s ease-in-out;
}

.sisf-sis-footerbox .footer-contacts a i {
	position: relative;
	top: 2px;
}

.sisf-page-footer-top-area .sisf-sis-contact-information {
    display: flex;
	align-items: center;
	height: 140px;
	border-right: 1px solid #322608;
}

.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box a,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box p,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box .title {
	color: var(--white-color);
	font-size: 18px;
	transition: 0.4s ease-in-out;
 }

.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover a,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover p,
.sisf-page-footer-top-area .sisf-sis-contact-information .sisf-contact-box:hover .title {
	color: var(--main-color);
	transition: 0.4s ease-in-out;
}

.footer-about-links .sisf-details a,
.footer-about-links .sisf-details span {
	color: var(--white-color);
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.footer-about-links .sisf-details a i,
.footer-about-links .sisf-details span i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.footer-about-links .sisf-details:hover a,
.footer-about-links .sisf-details:hover span {
	color: var(--main-color);
	transition: 0.3s ease-in-out;
}

.scroll-container {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.scroll-content {
	display: flex;
	align-items: center;
	gap: 25px;
	animation: scrollX 35s linear infinite;
}

.scroll-content .content {
	display: flex;
	align-items: center;
}

.scroll-content .content span {
	font-family: var(--heading-font);
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
	text-transform: uppercase;
    color: transparent;
    mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-text-stroke: 1px var(--white-color)
}

@keyframes scrollX {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.scroll-container .scroll-content {
	flex-shrink: 0;
}

.scroll-content .content img {
    margin-left: 25px;
	display: inline-block;
}

.mfp-container.mfp-iframe-holder {
    padding: 0 15px !important;
}

.mfp-iframe-scaler {
	padding-top: 0px !important;
}

/************************************/
/*** Founder Spotlight Section css ***/
/************************************/

.rh-founder-section {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	background: #f4f5f7;
}

.rh-founder-section::before,
.rh-founder-section::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.rh-founder-section::before {
	width: 360px;
	height: 360px;
	top: -140px;
	left: -120px;
	background: radial-gradient(circle, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 70%);
	animation: rhFounderOrbitA 14s ease-in-out infinite;
}

.rh-founder-section::after {
	width: 320px;
	height: 320px;
	right: -100px;
	bottom: -120px;
	background: radial-gradient(circle, rgba(1, 26, 67, 0.12) 0%, rgba(1, 26, 67, 0) 70%);
	animation: rhFounderOrbitB 16s ease-in-out infinite;
}

.rh-founder-dynamic .container {
	position: relative;
	z-index: 1;
}

.rh-founder-shell {
	position: relative;
	padding: 60px 52px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 16px 42px rgba(17, 31, 66, 0.08);
	transition: box-shadow 0.35s ease, transform 0.35s ease;
	animation: rhFounderBreath 7s ease-in-out infinite;
	overflow: hidden;
}

.rh-founder-shell::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.85) 48%, transparent 100%);
	transform: translateX(-130%);
	animation: rhFounderSheen 9s ease-in-out infinite;
	pointer-events: none;
}

.rh-founder-shell::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background: linear-gradient(140deg, rgba(228, 1, 31, 0.25), rgba(255, 255, 255, 0), rgba(1, 26, 67, 0.18)) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.55;
}

.rh-founder-shell:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 52px rgba(17, 31, 66, 0.12);
}

.rh-founder-image-wrap {
	position: relative;
	max-width: 510px;
	margin: 0 auto;
	padding: 14px 16px 58px;
	isolation: isolate;
}

.rh-founder-image-layer {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.rh-founder-image-layer-one {
	top: -18px;
	left: -8px;
	width: 190px;
	height: 190px;
	background: radial-gradient(circle, rgba(228, 1, 31, 0.18) 0%, rgba(228, 1, 31, 0) 72%);
	animation: rhFounderFloat 8s ease-in-out infinite;
}

.rh-founder-image-layer-two {
	right: -18px;
	bottom: 28px;
	width: 170px;
	height: 170px;
	background: radial-gradient(circle, rgba(1, 26, 67, 0.12) 0%, rgba(1, 26, 67, 0) 72%);
	animation: rhFounderFloat 10s ease-in-out infinite reverse;
}

.rh-founder-frame {
	position: relative;
	z-index: 1;
	padding: 10px;
	border-radius: 38px;
	background: linear-gradient(145deg, #ffffff 0%, #f2f5fb 64%, #e9eef8 100%);
	border: 1px solid #dce3f0;
	box-shadow: 0 22px 56px rgba(17, 31, 66, 0.16), inset 0 1px 0 #ffffff;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.rh-founder-frame::before {
	content: '';
	position: absolute;
	inset: -13px;
	border-radius: 46px;
	border: 1px dashed rgba(82, 102, 139, 0.35);
	z-index: -1;
	animation: rhFounderSpin 34s linear infinite;
}

.rh-founder-photo {
	margin: 0;
	border-radius: 30px;
	aspect-ratio: 0.85 / 1;
	overflow: hidden;
	border: 6px solid #ffffff;
	box-shadow: 0 14px 32px rgba(17, 31, 66, 0.14);
}

.rh-founder-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 36%;
	transform: scale(1.05);
	transition: transform 0.4s ease;
}

.rh-founder-badge {
	position: absolute;
	right: 9%;
	bottom: 16%;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--main-color);
	background: #ffffff;
	border: 2px solid #f1c5cc;
	box-shadow: 0 10px 24px rgba(17, 31, 66, 0.15);
	z-index: 3;
	animation: rhFounderGlowPulse 3.6s ease-in-out infinite;
}

.rh-founder-mini-card {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 2px;
	padding: 13px 16px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #e3e8f3;
	box-shadow: 0 10px 24px rgba(17, 31, 66, 0.12);
	backdrop-filter: blur(2px);
	z-index: 2;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	animation: rhFounderCardFloat 6.5s ease-in-out infinite;
}

.rh-founder-mini-card strong {
	display: block;
	font-family: var(--heading-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #1f2d47;
	margin-bottom: 4px;
}

.rh-founder-mini-card span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.2px;
	color: #66738a;
}

.rh-founder-content {
	padding-left: 22px;
}

.rh-founder-content-shell {
	position: relative;
	padding: 30px 30px 24px;
	border-radius: 22px;
	background: linear-gradient(155deg, #ffffff 0%, #fbfcff 64%, #f2f6fd 100%);
	border: 1px solid #e3e8f2;
	box-shadow: 0 14px 36px rgba(17, 31, 66, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rh-founder-content-shell::before {
	content: '';
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(228, 1, 31, 0.75) 50%, transparent 100%);
	background-size: 220% 100%;
	animation: rhFounderLineFlow 6s linear infinite;
}

.rh-founder-tag-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.rh-founder-tag {
	display: inline-block;
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #5b6780;
	margin-bottom: 0;
}

.rh-founder-tag-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(95, 108, 132, 0.35) 0%, rgba(95, 108, 132, 0) 100%);
}

.rh-founder-title {
	font-size: clamp(38px, 3.1vw, 60px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #1b2433;
	margin-bottom: 20px;
}

.rh-founder-title span {
	color: var(--main-color);
}

.rh-founder-content p {
	font-size: 17px;
	line-height: 1.78;
	color: #4b5568;
	margin-bottom: 12px;
}

.rh-founder-lead {
	color: #344156;
}

.rh-founder-insight {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	margin: 16px 0 16px;
	border-radius: 14px;
	background: linear-gradient(130deg, rgba(228, 1, 31, 0.08) 0%, rgba(228, 1, 31, 0.02) 100%);
	border: 1px solid rgba(228, 1, 31, 0.14);
}

.rh-founder-insight i {
	font-size: 18px;
	color: var(--main-color);
	margin-top: 2px;
}

.rh-founder-insight p {
	font-size: 16px;
	line-height: 1.65;
	color: #3d475a;
}

.rh-founder-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 16px;
}

.rh-founder-point {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 82px;
	padding: 13px 12px;
	border-radius: 14px;
	border: 1px solid rgba(228, 1, 31, 0.14);
	background: linear-gradient(145deg, #ffffff 0%, #fff7f8 100%);
	font-family: var(--heading-font);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.2px;
	color: #30405f;
	box-shadow: 0 10px 22px rgba(17, 31, 66, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.rh-founder-point i {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--main-color);
	color: #ffffff;
	font-size: 14px;
	box-shadow: 0 10px 18px rgba(228, 1, 31, 0.18);
}

.rh-founder-point span {
	display: block;
	min-width: 0;
}

.rh-founder-point strong,
.rh-founder-point small {
	display: block;
}

.rh-founder-point strong {
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 800;
}

.rh-founder-point small {
	margin-top: 3px;
	color: #64718a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.rh-founder-point:hover {
	transform: translateY(-4px);
	border-color: rgba(228, 1, 31, 0.3);
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(17, 31, 66, 0.12);
}

.rh-founder-last {
	margin-bottom: 20px;
}

.rh-founder-signoff {
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

.rh-founder-signature {
	font-size: 54px;
	line-height: 0.95;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	color: #2b3342;
	margin-bottom: 10px;
}

.rh-founder-signoff h4 {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 4px;
}

.rh-founder-signoff span {
	display: block;
	font-family: var(--heading-font);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.3px;
	color: #5f6c84;
}

.rh-founder-shell:hover .rh-founder-content-shell {
	transform: translateY(-3px);
	border-color: #d6deec;
	box-shadow: 0 20px 42px rgba(17, 31, 66, 0.11);
}

.rh-founder-shell:hover .rh-founder-frame {
	transform: translateY(-5px) rotate(-0.7deg);
	box-shadow: 0 28px 62px rgba(17, 31, 66, 0.2), inset 0 1px 0 #ffffff;
}

.rh-founder-shell:hover .rh-founder-photo img {
	transform: scale(1.13);
}

.rh-founder-shell:hover .rh-founder-mini-card {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(17, 31, 66, 0.16);
}

@keyframes rhFounderOrbitA {
	0%,
	100% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(24px, 20px);
	}
}

@keyframes rhFounderOrbitB {
	0%,
	100% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-24px, -18px);
	}
}

@keyframes rhFounderSheen {
	0%,
	72% {
		transform: translateX(-130%);
	}
	100% {
		transform: translateX(130%);
	}
}

@keyframes rhFounderBreath {
	0%,
	100% {
		box-shadow: 0 16px 42px rgba(17, 31, 66, 0.08);
	}
	50% {
		box-shadow: 0 22px 50px rgba(17, 31, 66, 0.11);
	}
}

@keyframes rhFounderGlowPulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 10px 24px rgba(17, 31, 66, 0.15);
	}
	50% {
		transform: scale(1.08);
		box-shadow: 0 14px 30px rgba(17, 31, 66, 0.2);
	}
}

@keyframes rhFounderCardFloat {
	0%,
	100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes rhFounderLineFlow {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: 0% 0;
	}
}

@keyframes rhFounderFloat {
	0%,
	100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(12px);
	}
}

@keyframes rhFounderSpin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {

	.rh-founder-section::before,
	.rh-founder-section::after,
	.rh-founder-shell,
	.rh-founder-shell::before,
	.rh-founder-image-layer,
	.rh-founder-frame::before,
	.rh-founder-badge,
	.rh-founder-mini-card,
	.rh-founder-content-shell::before {
		animation: none !important;
	}

}

@media only screen and (max-width: 1199px) {

	.rh-founder-shell {
		padding: 48px 34px;
	}

	.rh-founder-content {
		padding-left: 10px;
	}

	.rh-founder-content-shell {
		padding: 24px 22px 20px;
	}

	.rh-founder-signoff h4 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 991px) {

	.rh-founder-section {
		padding-top: 10px;
	}

	.rh-founder-shell {
		padding: 40px 24px;
	}

	.rh-founder-image-wrap {
		max-width: 430px;
		margin-bottom: 34px;
		padding: 12px 12px 52px;
	}

	.rh-founder-frame::before {
		inset: -10px;
	}

	.rh-founder-content {
		padding-left: 0;
		text-align: center;
	}

	.rh-founder-content-shell {
		padding: 24px 20px 20px;
	}

	.rh-founder-tag-wrap {
		justify-content: center;
	}

	.rh-founder-tag-line {
		display: none;
	}

	.rh-founder-points {
		justify-content: center;
	}

	.rh-founder-signoff {
		text-align: center;
	}

	.rh-founder-mini-card {
		left: 9%;
		right: 9%;
	}

}

@media only screen and (max-width: 767px) {

	.rh-founder-shell {
		padding: 30px 18px;
		border-radius: 18px;
	}

	.rh-founder-tag {
		font-size: 13px;
	}

	.rh-founder-title {
		font-size: 33px;
	}

	.rh-founder-content p {
		font-size: 16px;
		line-height: 1.72;
	}

	.rh-founder-content-shell {
		padding: 22px 16px 18px;
		border-radius: 16px;
	}

	.rh-founder-insight {
		text-align: left;
	}

	.rh-founder-points {
		grid-template-columns: 1fr;
	}

	.rh-founder-point {
		min-height: 72px;
		padding: 12px 14px;
		text-align: left;
	}

	.rh-founder-point strong {
		font-size: 18px;
	}

	.rh-founder-point small {
		font-size: 12px;
	}

	.rh-founder-signature {
		font-size: 44px;
	}

	.rh-founder-signoff h4 {
		font-size: 25px;
	}

	.rh-founder-signoff span {
		font-size: 15px;
	}

	.rh-founder-image-wrap {
		max-width: 350px;
		padding: 10px 8px 48px;
	}

	.rh-founder-frame {
		padding: 8px;
		border-radius: 30px;
	}

	.rh-founder-frame::before {
		inset: -8px;
		border-radius: 36px;
	}

	.rh-founder-photo {
		border-radius: 24px;
	}

	.rh-founder-badge {
		width: 62px;
		height: 62px;
		font-size: 24px;
		right: 8%;
		bottom: 20%;
	}

	.rh-founder-mini-card {
		left: 6%;
		right: 6%;
		padding: 12px 12px 11px;
	}

	.rh-founder-mini-card strong {
		font-size: 21px;
	}

	.rh-founder-mini-card span {
		font-size: 12px;
	}

}

@media only screen and (max-width: 480px) {

	.rh-founder-title {
		font-size: 29px;
	}

	.rh-founder-photo {
		border-width: 6px;
	}

	.rh-founder-mini-card strong {
		font-size: 18px;
	}

}

.rh-founder-section {
	padding: 80px 0;
	background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 54%, #f1f4f9 100%);
}

.rh-founder-section::before,
.rh-founder-section::after {
	border-radius: 0;
	animation: none;
}

.rh-founder-section::before {
	width: 100%;
	height: 1px;
	top: 34px;
	left: 0;
	background: linear-gradient(90deg, rgba(228, 1, 31, 0), rgba(228, 1, 31, 0.42), rgba(1, 26, 67, 0));
}

.rh-founder-section::after {
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 34px;
	background: linear-gradient(90deg, rgba(1, 26, 67, 0), rgba(1, 26, 67, 0.28), rgba(228, 1, 31, 0));
}

.rh-founder-header {
	max-width: 820px;
	margin: 0 auto 34px;
	text-align: center;
}

.rh-founder-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 7px 14px;
	border: 1px solid rgba(228, 1, 31, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: var(--main-color);
	font-family: var(--heading-font);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(17, 31, 66, 0.06);
}

.rh-founder-header h2 {
	margin: 14px 0 12px;
	color: #111827;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.08;
}

.rh-founder-header p {
	max-width: 680px;
	margin: 0 auto;
	color: #58657a;
	font-size: 17px;
	line-height: 1.7;
}

.rh-founder-shell {
	padding: 18px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid rgba(17, 31, 66, 0.1);
	box-shadow: 0 26px 70px rgba(17, 31, 66, 0.11);
	animation: none;
}

.rh-founder-shell::before {
	inset: 0;
	height: auto;
	background: linear-gradient(135deg, rgba(228, 1, 31, 0.06), rgba(255, 255, 255, 0) 32%, rgba(1, 26, 67, 0.07));
	transform: none;
	animation: none;
}

.rh-founder-shell::after {
	opacity: 0.72;
	border-radius: 8px;
}

.rh-founder-shell:hover {
	transform: translateY(-3px);
	box-shadow: 0 30px 80px rgba(17, 31, 66, 0.14);
}

.rh-founder-row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rh-founder-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(190px, 0.84fr) minmax(0, 1.16fr);
	align-items: stretch;
	min-height: 360px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(145deg, #101828 0%, #17243b 48%, #ffffff 48.2%, #ffffff 100%);
	border: 1px solid rgba(17, 31, 66, 0.1);
	box-shadow: 0 16px 38px rgba(17, 31, 66, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rh-founder-card-alt {
	background: linear-gradient(145deg, #7a1020 0%, #a9152a 48%, #ffffff 48.2%, #ffffff 100%);
}

.rh-founder-card:hover {
	transform: translateY(-6px);
	border-color: rgba(228, 1, 31, 0.22);
	box-shadow: 0 24px 52px rgba(17, 31, 66, 0.16);
}

.rh-founder-card .rh-founder-photo {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 360px;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #e8edf4;
}

.rh-founder-card .rh-founder-photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16, 24, 40, 0) 58%, rgba(16, 24, 40, 0.22) 100%);
	pointer-events: none;
}

.rh-founder-card .rh-founder-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.01);
	transition: transform 0.45s ease;
}

.rh-founder-card:hover .rh-founder-photo img {
	transform: scale(1.06);
}

.rh-founder-card .rh-founder-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 34px 30px;
	background: rgba(255, 255, 255, 0.96);
}

.rh-founder-role {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 14px;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(228, 1, 31, 0.08);
	color: #9b0f23;
	font-family: var(--heading-font);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.rh-founder-role i {
	color: var(--main-color);
	font-size: 14px;
}

.rh-founder-card h3 {
	margin: 0 0 12px;
	color: #121a2b;
	font-size: clamp(30px, 2.8vw, 42px);
	font-weight: 800;
	line-height: 1.08;
}

.rh-founder-card .rh-founder-content p {
	margin: 0 0 24px;
	color: #4b5568;
	font-size: 16px;
	line-height: 1.72;
}

.rh-founder-read {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: fit-content;
	min-height: 46px;
	padding: 13px 18px;
	border-radius: 6px;
	background: var(--main-color);
	color: #ffffff;
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 14px 26px rgba(228, 1, 31, 0.22);
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.rh-founder-read:hover {
	transform: translateY(-2px);
	background: #101828;
	color: #ffffff;
	box-shadow: 0 16px 30px rgba(17, 31, 66, 0.22);
}

.rh-founder-read i {
	font-size: 13px;
	transition: transform 0.25s ease;
}

.rh-founder-read:hover i {
	transform: translateX(3px);
}

@media only screen and (max-width: 1199px) {

	.rh-founder-card {
		grid-template-columns: 0.78fr 1.22fr;
	}

	.rh-founder-card .rh-founder-content {
		padding: 28px 24px;
	}

}

@media only screen and (max-width: 991px) {

	.rh-founder-section {
		padding: 64px 0;
	}

	.rh-founder-row {
		grid-template-columns: 1fr;
	}

	.rh-founder-card {
		grid-template-columns: 0.78fr 1.22fr;
		min-height: 330px;
	}

	.rh-founder-card .rh-founder-photo {
		min-height: 330px;
	}

	.rh-founder-header {
		margin-bottom: 28px;
	}

}

@media only screen and (max-width: 767px) {

	.rh-founder-section {
		padding: 52px 0;
	}

	.rh-founder-header h2 {
		font-size: 32px;
	}

	.rh-founder-header p {
		font-size: 16px;
	}

	.rh-founder-shell {
		padding: 12px;
	}

	.rh-founder-card,
	.rh-founder-card-alt {
		grid-template-columns: 1fr;
		background: #ffffff;
		min-height: 0;
	}

	.rh-founder-card .rh-founder-photo {
		min-height: 360px;
		height: 360px;
	}

	.rh-founder-card .rh-founder-photo::after {
		background: linear-gradient(180deg, rgba(16, 24, 40, 0) 64%, rgba(16, 24, 40, 0.34) 100%);
	}

	.rh-founder-card .rh-founder-content {
		padding: 24px 20px 22px;
		text-align: left;
	}

	.rh-founder-card h3 {
		font-size: 31px;
	}

}

@media only screen and (max-width: 480px) {

	.rh-founder-card .rh-founder-photo {
		min-height: 310px;
		height: 310px;
	}

	.rh-founder-role {
		align-items: flex-start;
		font-size: 12px;
		line-height: 1.35;
	}

	.rh-founder-card h3 {
		font-size: 28px;
	}

	.rh-founder-read {
		width: 100%;
	}

}

.rh-founder-section,
.rh-founder-section * {
	box-sizing: border-box;
}

.rh-founder-section .container {
	position: relative;
	z-index: 1;
	max-width: 1320px;
}

@media only screen and (max-width: 767px) {

	.rh-founder-section {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.rh-founder-section .container {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.rh-founder-header,
	.rh-founder-shell,
	.rh-founder-card,
	.rh-founder-card .rh-founder-content,
	.rh-founder-card .rh-founder-photo {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.rh-founder-header h2,
	.rh-founder-header p,
	.rh-founder-card h3,
	.rh-founder-card .rh-founder-content p,
	.rh-founder-role {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.rh-founder-header h2 {
		font-size: 30px;
		line-height: 1.12;
	}

	.rh-founder-card .rh-founder-content p {
		font-size: 15px;
		line-height: 1.68;
	}

}

/************************************/
/*** Floating Social Rail css      ***/
/************************************/

.rh-floating-social {
	position: fixed;
	top: 52%;
	right: 18px;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 12px 10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 14px 34px rgba(17, 31, 66, 0.16);
	-webkit-backdrop-filter: blur(14px) saturate(155%);
	backdrop-filter: blur(14px) saturate(155%);
	animation: rhFloatRailLift 6.5s ease-in-out infinite;
}

.rh-floating-social::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: linear-gradient(140deg, rgba(228, 1, 31, 0.2), rgba(255, 255, 255, 0), rgba(1, 26, 67, 0.16));
	z-index: -1;
	opacity: 0.6;
}

.rh-floating-social-toggle {
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #ebeff7;
	color: #ef4d58;
	box-shadow: 0 8px 20px rgba(17, 31, 66, 0.14);
	font-size: 20px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.rh-floating-social-toggle:hover {
	transform: translateY(-2px) scale(1.04);
	box-shadow: 0 12px 26px rgba(17, 31, 66, 0.2);
	color: #d6303f;
}

.rh-floating-social-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
	max-height: 420px;
	opacity: 1;
	transform: translateY(0);
}

.rh-floating-social-link {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #ebeff7;
	color: #31415f;
	font-size: 21px;
	box-shadow: 0 8px 18px rgba(17, 31, 66, 0.1);
	transition: transform 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.rh-floating-social-link:hover {
	transform: translateX(-3px) scale(1.03);
	box-shadow: 0 12px 24px rgba(17, 31, 66, 0.16);
	background: #ffffff;
	border-color: #dde5f3;
}

.rh-floating-social-link.is-facebook {
	color: #1877f2;
}

.rh-floating-social-link.is-instagram {
	color: #e4405f;
}

.rh-floating-social-link.is-youtube {
	color: #ff0000;
}

.rh-floating-social-link.is-whatsapp {
	color: #25d366;
}

.rh-floating-social.is-collapsed .rh-floating-social-links {
	max-height: 0;
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
}

.rh-floating-social.is-collapsed .rh-floating-social-toggle i {
	transform: rotate(45deg);
}

.rh-floating-social-toggle i {
	transition: transform 0.28s ease;
}

@keyframes rhFloatRailLift {
	0%,
	100% {
		transform: translateY(-50%);
	}
	50% {
		transform: translateY(-52%);
	}
}

@media only screen and (max-width: 991px) {

	.rh-floating-social {
		top: auto;
		bottom: 96px;
		right: 12px;
		transform: none;
		padding: 10px 8px;
		animation: none;
	}

	.rh-floating-social-link,
	.rh-floating-social-toggle {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.rh-floating-social-link {
		font-size: 19px;
	}

	.rh-floating-social.is-collapsed .rh-floating-social-links {
		transform: translateY(0);
	}

}

@media only screen and (max-width: 480px) {

	.rh-floating-social {
		bottom: 86px;
		right: 8px;
	}

}

@media (prefers-reduced-motion: reduce) {

	.rh-floating-social,
	.rh-floating-social * {
		animation: none !important;
		transition: none !important;
	}

}

/************************************/
/***    27. Responsive css       ***/
/************************************/

@media only screen and (min-width: 1441px) {

	.sisf-extended-grid.sisf-extended-grid--left .container {
		padding-right: calc((100% - 1300px)/ 2);
	}

	.sisf-extended-grid.sisf-extended-grid--right .container {
		padding-left: calc((100% - 1300px)/ 2);
	}

	.startup-plateform {
		margin-top: -3px;
	}


}

@media only screen and (min-width: 1025px) {

	html,
	body {
		overflow-x: hidden;
	}

	.hero {
		min-height: 59vh;
	}

	.sisf-extended-grid.sisf-extended-grid--left .container,
	.sisf-extended-grid.sisf-extended-grid--right .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
	}


}


@media only screen and (max-width: 1366px) {

	.main-menu ul.navbar-nav>li>a {
		padding: 8px 15px !important;
	}

	.sisf-divided-header-left-wrapper .navbar,
	.sisf-divided-header-right-wrapper .navbar {
		margin: 0 15px 0 0;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title {
		font-size: 26px;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-description {
		font-size: 14px;
	}

	.text-slider h2 {
		font-size: 30px;
	}

	.main-menu ul li {
		padding-right: 0px !important;
	}

	.sisf--standerd-header .sisf-skin--dark {
		padding: 10px 0 !important;
	}

	.sisf--standerd-header .header-top {
        padding: 10px 0px !important;
    }

	.sisf-standerd--header .navbar.me-4 {
       margin-right: 30px !important;
	}

	.startup-plateform {
		margin-top: -3px;
	}

}

@media only screen and (max-width: 1199px) {

	html,
	body {
		overflow-x: hidden;
	}

	.sisf-centered-header-wrapper.sisf--header {
		width: 100%;
	}

	.main-header .header-sticky.active .navbar-brand img {
		width: 150px;
		height: auto;
	}

	.sisf-header-logo-link.navbar-brand img {
		width: 150px;
		height: auto;
	}

	#sisf-page-header-inner {
		padding: 10px;
	}

	.main-menu ul ul li a {
		font-size: 12px;
	}

	.section {
		padding: 50px 0;
	}

	.menu-item-arrow {
		right: 20px;
	}

	.sisf-button.sisf-layout--outlined {
		font-size: 14px;
		padding: 8px 10px;
	}

	.hero-slider-layout .hero-slide {
		width: 100%;
		height: 440px;
		object-fit: cover !important;
	}

	.navbar.navbar-expand-lg {
		margin: 0px !important;
	}

	.header-icon .search-input {
		width: 140px;
	}

	.header-top {
		padding: 10px;
	}

	.nav-item .fas.px-3 {
		padding-right: 0px !important;
	}

	.hero {
		min-height: 34vh !important;
	}

	.section-title .sisf-e-decorated::before {
		bottom: 8px;
	}

	.sisf-divided-header-left-wrapper .sisf-icon-holder {
		font-size: 14px;
	}

	.section-title .text-heading {
		font-size: 54px;
		line-height: 67px;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-image,
	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content {
		height: auto;
	}

	.section-title h1 {
		font-size: 42px;
	}

	.section-title h2 {
		font-size: 42px;
	}

	.startup-plateform {
		padding: 30px 0;
		margin-top: -3px;
	}

	.landing-banner .section-title h2 {
		font-size: 30px;
	}

	.landing-banner-btm {
		margin-top: -157px;
	}

	.sisf-page-title .sisf-m-title {
		font-size: 35px;
	}

	.carousel-inner h3 {
		font-size: 16px;
	}

	.into-reality {
		padding: 70px 0;
	}

	.limousine-rental-counter .counter-title span {
		font-size: 30px;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-value,
	.sisf-sis-pricing-table .sisf-m-price span {
		font-size: 30px;
	}

	h4 {
		font-size: 20px;
	}

	.sis-features-bottom-content .sis-feature-contents .sis-e-inner .sis-e-icon-left,
	.sisf-sis-icon-with-text--hover.other.choose-us .sisf-sis-icon-image {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.sis-features-bottom-content .sis-feature-contents .sis-e-inner .sis-e-icon-left img,
	.sisf-sis-icon-with-text--hover.other.choose-us .sisf-sis-icon-image img {
		width: 25px;
		height: 25px;
		min-width: 25px;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-currency {
		font-size: 25px;
		line-height: normal;
	}

	.contact-section--title {
		padding: 40px;
	}

	.btn-default {
		padding: 15px 20px;
	}

	.sisf-skin--dark .container, .sisf-skin--light .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

	#sisf-page-header-inner {
        padding: 10px !important;
    }

	.hero.hero-slider .hero-slider-layout {
		padding-top: 0;

	}

	.scroll-content-section .container-fluid {
		padding: 0 !important;
	}

	.sisf-top-text-list .text-white {
		font-size: 16px;
	}

	.landing-page-banner {
		height: 500px;
	}

	.landing-page-banner .sisf-page-title .sisf-m-inner.page {
		transform: translateY(56px);
	}

	.sisf-e-video-content-bottom .sisf-sis-video-image {
		margin-top: -221px;
	}

	.sis-join-us--section.comman-background {
		padding-bottom: 221px;
	}

	.sis-ready-to-play-section.comman-background.pb-0 {
		padding-bottom: 50px !important;
	}

	.sisf-sis-spin-icon {
		width: 100px;
	}

	.sisf-e-faq-spin-icon {
		top: 27%;
		right: -17%;
	}

	.scroll-content .content span {
		font-size: 70px;
	}

}

@media only screen and (max-width: 1024px) {

	.sisf-skin--dark .navbar-brand.mobile-none,
	.sisf-skin--light .navbar-brand.mobile-none {
		display: none !important;
	}

    .sisf-skin--dark .navbar-brand.mobile-block,
	.sisf-skin--light .navbar-brand.mobile-block {
		display: block !important;
	}

	.navbar-brand.mobile-block {
		padding: 0;
	}

	.hero-slider-layout .hero-slide {
		width: 100%;
		height: 440px;
		object-fit: cover !important;
	}

	.section-title .text-heading {
		font-size: 36px;
		line-height: 51px;
	}

	.hero.hero-slider .hero-slider-layout .hero-slide .hero-content-1 p {
		padding-top: 30px;
	}

	.hero-content-1 .btn-slider {
		padding: 18px 29px;
	}

	.hero-content-1 .btn-slider {
		font-size: 18px !important;
	}

	.hero.hero-slider .hero-slider-layout .hero-slide .hero-content-1 p {
		font-size: 16px
	}

	.sisf-main-header .in-mobile {
		display: none !important;
	}

	.navbar {
		padding: 20px 0px;
	}

	.main-menu ul li {
		margin: 0;
	}

	#sisf-page-header-inner {
		display: flex !important;
		justify-content: space-between !important;
		padding: 20px 0;
	}

	.sisf-main-header,
	#sisf-page-header-inner {
		position: relative;
		height: auto;
	}

	.slicknav_btn {
		background: transparent;
	}

	.sisf-divided-header-left-wrapper {
		display: none !important;
	}

	.header-top {
		display: none;
	}

	.sisf-main-header .sisf-widget-holder.sisf--two,
	.sisf-divided-header-right-wrapper {
		display: none !important;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.responsive-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: auto;
	}

	.sisf-centered-header-wrapper {
		display: none !important;
	}

	.slicknav_menu {
		background: var(--white-color);
	}

	.hero-slider-layout .hero-slide {
		min-height: 600px;
	}

	.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
		top: 0
	}

	.hero {
		margin-top: 0
	}

	.hero-content .section-title h3 {
		font-size: 16px;
	}

	.section-title h1 {
		font-size: 46px;
	}

	.hero-content .btn-slider {
		padding: 15px 25px;
	}

	.hero-slider-layout .hero-pagination {
		right: 0
	}

	.section {
		padding: 50px 0px 50px 0px;
	}

	.section-title h2 {
		font-size: 32px;
		line-height: 1.5;
	}

	.section-row {
		margin-bottom: 20px;
	}

	.btn-default {
		font-size: 15px;
		padding: 14px 20px 14px 20px;
	}

	.sisf-page-footer-top-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sisf-page-footer-middle-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sisf-page-footer-top-area .sisf-sis-icon-with-text .sisf-m-content .sisf-m-title {
		font-size: 16px;
	}

	.sisf-page-footer-top-area .sisf-sis-icon-with-text .sisf-m-content .sisf-m-text {
		font-size: 18px;
	}

	.contact-banner {
		margin-top: 0 !important;
	}

	.contact-banner .banner-img img {
		height: 225px;
	}

	.sisf-banner {
		margin-top: 0px;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title {
		font-size: 20px;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-description {
		font-size: 13px;
	}

	.counter-box {
		margin-bottom: 20px !important;
	}

	.sisf-sis-box-counter {
		padding: 10px;
	}

	.counter-box .counter-title h2 {
		font-size: 30px;
	}

	.sisf-blog-item .blog--video {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	#sisf-page-header-inner {
        padding: 20px 0;
    }

	.counter-box .counter-item .counter {
		font-size: 40px;
	}

	.counter-box .counter-item .counter-content h3 {
		font-size: 16px;
	}

	.carousel .carousel-item .sisf-e-text {
		padding: 0;
	}

	.carousel-indicators {
        bottom: -30px !important;
    }

	.footer-top--area-inner {
		background-size: 165% !important;
	}

	.slicknav_menu .sisf-menu-title {
		padding: 10px 20px 10px 30px;
		margin: 10px 0;
		color: var(--primary-color);
	}

	.sisf-page-sidebar .sidebar-widget {
        padding: 0px 20px 0px 20px;
    }

	.sisf-e-left-holder .sisf-projects-title {
        font-size: 40px;
    }

	.sisf-divided-header-right-wrapper .sisf-widget-holder>div:first-child {
		margin-left: 15px;
	}

	.home-slider-image::before {
		opacity: 40%;
	}

	.sisf-item-layout--info-on-hover-inset .team-member-content {
		height: 100%;
	}

	.slicknav_menu {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		overflow: hidden;
	}

	.slicknav_nav {
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.slicknav_nav ul {
		overflow: visible;
	}

	body.mobile-menu-open .slicknav_nav{
		height: calc(100vh - 60px);
		overflow-y: auto;
		padding-bottom: 80px;
	}

}

@media only screen and (max-width: 991px) {
	.main-header .header-sticky.active .navbar-brand img {
		width: auto;
		height: auto;
	}

	.sisf-header-logo-link.navbar-brand img {
		width: auto;
		height: auto;
	}

	.sisf-skin--dark .navbar-brand.mobile-none,
	.sisf-skin--light .navbar-brand.mobile-none {
		display: none !important;
	}
    .sisf-skin--dark .navbar-brand.mobile-block,
	.sisf-skin--light .navbar-brand.mobile-block {
		display: block !important;
	}

	.sisf-skin--dark .navbar-brand.mobile-none {
		display: none !important;
	}

	.sisf-skin--dark .navbar-brand.mobile-block {
		display: block !important;
	}

	.sisf-skin--dark .container-fluid {
        padding-top: 0px;
    }

	.nav-item .custom-toggle-icon.px-2 {
		display: none;
	}

	.sisf-skin--dark .container,
	.sisf-skin--light .container {
        display: flex;
		align-items: center;
		justify-content: space-between !important;
	}

	.sisf-centered-header-wrapper {
		display: none !important;
	}

	.hero-slider-layout .hero-slide {
		width: 100%;
		height: 600px;
		object-fit: cover !important;
	}

	.hero-slider .home-bottom img {
		bottom: -2px;
		height: 100px;
	}

	.sisf-header-logo-link.navbar-brand {
		display: flex !important;
		align-items: center;
	}

	.header-icon {
		display: none !important;
	}

	.hero .home-slide .section-title h1 {
		padding-left: 10px;
	}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.header-btn .btn-default {
		display: none;
	}

	.section-row {
		margin-bottom: 20px;
	}

	.section-row .section-title {
		max-width: 100%;
	}

	.section-title {
		margin-bottom: 30px;
		position: relative;
		z-index: 2;
	}

	.section-title h3 {
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	.section-title h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.section-title h2 {
		line-height: 1.5;
	}

	.section-title p {
		margin-top: 15px;
	}

	.hero-slider-layout .hero-slide {
		position: relative;
		min-height: 100%;
		padding: 0px 0 30px 0;
	}

	.sisf-sis-animated-text .sisf-m-title {
		font-size: 50px;
	}

	.sisf-main-header .in-mobile {
		display: none !important;
	}

	.hero-video .hero-bg-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.video-play-button .sisf-m-play-inner {
		position: absolute;
		border-radius: 100%;
		top: 30%;
		width: 100px;
		height: 100px;
	}

	.intro-video-box .video-content {
		bottom: 10%;
	}

	.swiper-wrapper .swiper-items {
		flex: 0 0 auto;
		width: 50%;
	}

	.swiper-wrapper .mt {
		margin-top: 25px;
	}

	.video-play-button a {
		width: 64px;
		height: 64px;
	}

	.video-play-button a i {
		font-size: 24px;
	}

	.blog-item .post-featured-image {
		margin-bottom: 20px;
	}

	.main-footer {
		padding: 0px 0 0;
	}

	.footer-social-links ul li a i {
		font-size: 16px;
	}

	.footer-links h3,
	.footer-contact h3 {
		margin-bottom: 20px;
	}

	.footer-contact-details .footer-info-box {
		padding-left: 0px;
		margin-bottom: 0px;
	}

	.footer-copyright {
		padding: 20px 0;
	}

	.footer-privacy-policy ul li {
		margin-right: 20px;
	}

	.page-header {
		padding: 130px 0 50px;
		margin-top: -85px;
	}

	.page-header-box h1 {
		font-size: 60px;
		margin-bottom: 15px;
	}

	.contact-us-form {
		padding: 40px;
	}

	.sisf-info-box {
		margin-bottom: 30px !important;
	}

	.footer-links {
		margin-bottom: 25px;
	}

	.section {
		padding: 30px 0px 30px 0px;
	}

	.section-row {
		margin-bottom: 20px;
	}

	.hero .home-slide .slider-image {
		padding-bottom: 10px;
	}

	.single-product-summary .sisf-product-title {
		font-size: 35px
	}

	.sisf-blog .sisf-blog-item {
		margin-bottom: 40px !important;
	}

	.sisf-blog .sisf-blog-item .sisf-e-title {
		font-size: 32px
	}

	.sisf-icon-box {
		padding: 15px;
	}

	.sisf-banner {
		margin-top: 0px;
	}

	.banner-img img {
		height: 300px;
	}

	.contact-info .sisf-layout--before-content {
		padding: 20px;
	}

	.contact-info .sisf-m-text .address-info {
		font-size: 16px;
	}

	.landing-page .sisf-m-title {
		font-size: 25px;
	}

	.sisf-blog .sisf-blog-item .sisf-e-title {
		font-size: 32px
	}

	.sisf-icon-box {
		padding: 0px;
	}

	.product-tab-body .product-information th {
		width: 150px;
	}

	.swiper-pagination {
		display: none;
	}

	.sisf-quantity-buttons .sisf-quantity-minus,
	.sisf-quantity-buttons .sisf-quantity-plus {
		bottom: 0px;
	}

	.sisf-divided-header-right-wrapper .sisf-widget-holder>div:first-child {
		margin-left: 15px;
	}

	br {
		display: none;
	}

	.sisf-services-item .sisf-e-title-link {
		font-size: 28px;
		line-height: normal;
	}

	.footer-top-area-inner h5 {
		font-size: 18px;
	}

	.counter-box {
		margin-bottom: 20px !important;
	}

	.sisf-sis-box-counter {
		padding: 10px;
	}

	.counter-box .counter-title h2 {
		font-size: 30px;
	}

	.sidebar_tag-list a.tag {
		font-size: 11px;
	}

	.sidebar_content-list .content_list_widget li .sisf-image img {
		min-width: 90px;
	}

	.sisf-blog-item .blog--video {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.video-play-button .popup-video {
		padding: 0;
	}

	.hero-content .section-title p {
		font-size: 16px;
		line-height: normal;
	}

	.letest-blog-item {
		margin-bottom: 30px;
	}

	.counter-box h2 .counter {
		font-size: 25px;
		line-height: normal;
	}

	#sisf-page-header-inner {
        padding: 15px !important;
    }

	.sisf-m-button.text-center.ms-4 {
		margin-left: 0px !important;
	}

	.sisf-product_cart .sisf-m-button {
		width: 100%;
		margin-top: 5px;
		text-align: center;
	}

	.sisf-product_cart .btn-default {
		width: 100% !important;
	}

	.single-product-summary .sisf-social-share {
		top: 5px;
	}

	.sisf-ratings .sisf-m-star .star {
		font-size: 20px;
	}

	.related_products h2 {
		font-size: 35px;
	}

	.myaccount-navigation ul li a {
		padding: 15px 0;
		text-align: center;
	}

	.related_products {
		margin-top: 30px;
	}

	.sisf-checkout-left .billing-field-wrapper {
		padding: 25px;
	}

	.sisf-checkout-cart-items-content .cart_item-inner,
	.coupon-code-box {
		flex-direction: column;
		align-items: start !important;
	}

	.sisf-checkout-cart-items-content .cart_item-inner .sisf-e-image {
        margin: 0 0 20px 0;
		min-width: 175px;
		height: 100px;
	}

	.sisf-checkout-cart-items-content .sisf-e-image img {
        min-width: 175px;
		height: 100px;
	}

	.sisf-checkout h3 {
		margin-bottom: 15px;
	}

	.checkout_coupon .coupon-code-box input.input-text {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}

	.sisf-checkout-left .content-box {
		padding: 5px 0;
	}

	.sisf-blog-item .blog-video {
		height: 350px;
    }

	.cart_table,
	.sisforders-table {
        min-width: 1000px;
    }

	.sisf-skin--dark.sisf-page .container-fluid,
	.sisf-skin--light.sisf-page .container-fluid {
		justify-content: space-between;
	}

	.nav-item .fas.px-3 {
       display: none;
    }

	.landing-banner {
		padding: 30px 0;
	}

	.container.ps-0 {
		padding-left: 15px !important;
	}

	.container-fluid.p-0 {
		padding: 0 15px !important;
	}

	.counter-item {
		padding: 0px;
	}

	h4 {
		font-size: 20px;
	}

	.counter-item .counter-title span {
		font-size: 25px;
	}

	.counter-content span {
		font-size: 14px;
	}

	.sisf-sis-team-member {
		margin-bottom: 20px;
	}

	.landing-banner .section-title h2 {
		font-size: 25px;
	}

	.container-fluid.px-5 {
		padding: 0 15px !important;
	}

	.testimonial-single-slider .sisf-e-content h4 {
		font-size: 18px;
		line-height: 30px;
	}

	.testimonial-single-slider .sisf-e-media-image {
		width: 60px;
		height: 60px;
	}

	.container.pe-0 {
		padding-right: 15px !important;
	}

	.sisf-sis-pricing-table.highlighted {
		margin-top: 20px !important;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-value {
		font-size: 50px;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-currency {
		font-size: 20px;
		line-height: normal;
	}

	.sisf-page-sidebar {
		margin-bottom: 0px;
	}

	.sidebar_content-list .content_list_widget li {
		flex-direction: row;
		align-items: start;
	}

	.sidebar_content-list .content_list_widget li .sisf-image{
		margin: 0 20px 0 0;
	}

	.sidebar_content-list .content_list_widget li .sisf-image img {
		min-width: 190px;
		height: 140px;
	}

	.sisf-page-sidebar .sidebar-title {
		font-size: 24px;
	}

	.sisf-faq-accordian .accordion-button::before {
		display: none;
	}

	.sisf-blog-list-page-list .letest-blog-item.mb-0 {
		margin-bottom: 30px !important;
	}

	.sis-award-list-item a {
		font-size: 14px;
	}

	.contact-map {
		height: 500px;
	}

	.sisf-coaching-staff-part {
		margin: 0px 0 0 0px;
		text-align: center;
	}

	.about-counters .counter-title span {
		font-size: 30px;
	}

	.about-counters .counter-title {
		top: 95px;
        left: 97px;
	}

	.sisf-coaching-staff-part .sisf-cintent.ms-4 .text-white {
		color: var(--text-color) !important;
		text-align: start;
		display: inline-block;
	}

	.sisf-coaching-staff {
		margin-top: 30px;
	}

	.sisf-bottom-left-image {
		width: 80px;
	}

	.sisf--sis-service-hover .sisf-e-inner {
		margin-bottom: 20px;
	}

	.services-counter-section.py-5 {
		padding: 30px 0 !important;
	}

	.services-counter, .abt-counter {
		padding: 0;
	}

	.why-choose-us {
		background-size: 100px;
	}

	.why-choose-us-box .sisf-e-inner .sisf-inner-icon-image {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.why-choose-us-box .sisf-e-inner .sisf-inner-icon-image img {
		width: 25px;
		height: 25px;
	}

	.sisf-inner-icon-content h4 {
		font-size: 22px;
		margin-bottom: 10px !important;
		line-height: normal;
	}

	.sisf-inner-icon-content p {
		font-size: 14px;
	}

	.why-choose-us-box.bottom {
		margin-top: 30px;
	}

	.solution-item p {
		font-size: 12px;
		margin-top: 0px;
	}

	.solution-item span .pe-3 {
		padding-right: 10px !important;
	}

	.sisf-top-left-image, .sisf-bottom-left-image, .sisf-top-right-image, .sisf-bottom-right-image {
		width: 100px;
	}

	.contact-us-background {
		padding: 20px;
	}

	.form-section .form-control {
		margin-bottom: 20px;
	}

	.sisf-sis--wrapper-layout .page-gallery--item {
		width: 31%;
		margin-bottom: 25px;
	}

	.sisf-popular-treatment .treatment-image {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.sisf-popular-treatment .treatment-image img {
		border-radius: 50%;
	}

	.treatment-text h4,
	.treatment-price h4 {
		font-size: 18px;
	}

	.sisf-popular-treatment {
		margin-bottom: 10px;
	}

	.menu-item-arrow i {
		display: none;
	}

	.hero-slider-layout .hero-slide {
		align-items: center;
	}

	.hero-slider-layout .hero-slide .col-md-1.p-0 {
		display: none;
	}

	.hero-slider-layout .hero-slide .col-md-5.ps-0 {
        padding-left: 10px !important;
		width: 50%;
	}

	.abt-page-image.left {
		margin-bottom: 30px;
	}

	.service-list-section.page {
		padding: 30px 0 0px 0;
	}

	.sis-service-list-wrap .sisf-e-content h4 {
		font-size: 18px;
		line-height: normal;
	}

	.sis-service-list-wrap .sisf-e-inner .sisf-e-content-text {
		padding: 8px 8px 8px 15px;
	}

	.sisf--sis-service-hover .sisf-e-inner .sisf-e-content p {
		font-size: 14px;
		line-height: normal;
	}

	.footer-logo.text-center.py-5.mb-0 {
		padding: 20px 0 !important;
	}

	.sisf-benefits-item p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: normal;
	}

	.sisf-social-links-widget.my-4 .sisf-social-list {
		justify-content: center !important;
	}

	.sisf-social-links-widget.my-4 .sisf-social-list .sisf-social-icon {
		margin-right: 10px;
	}

	.blog-listing-page .sisf-e-inner {
		display: block;
	}

	.blog-listing-page .sisf-e-inner .sisf--e-media {
		width: 100% !important;
	}

	.blog-listing-page .sisf-e-inner .sisf-e-content {
		width: 100% !important;
		padding: 24px;
	}

	.landing-page-counter span {
		font-size: 50px !important;
	} 

	.sisf-user-experience {
		margin-bottom: 30px;
	}

	.kickstart-your-website,
	.sisf-devices-experience {
		padding: 30px;
	}

	.sisf-devices-icon span {
		font-size: 50px;
	}

	.sisf-section {
		padding: 30px 0px;
	}

	.sisf-sis-icon-with-text--hover .sisf-e-inner {
		padding: 20px;
	}

	.sisf-motion-text {
		top: 0;
		right: 0;
	}

	.sisf-motion-text h1 {
		font-size: 40px;
	}

	.video-play-button.sisf-m-play-inner {
		padding: 0;
	}

	.video-section {
		padding: 50px 15px;
	}

	.testimonial-right .testimonial-slider {
		padding: 20px;
	}

	.form-section.bg-white {
		padding: 20px;
	}

	.sisf-sis-icon-with-text--hover.other .sisf-e-inner {
		margin-top: 0px;
	}

	.service-list-tab .service-list-type {
		padding: 8px 15px;
	}

	.form-section.comman-background.p-5 {
		padding: 25px !important;
	}

	.col-7.ms-auto.me-auto {
		width: 100%;
	}

	.hero.hero-slider .hero-slider-layout {
		padding-top: 0px;
	}

	.button-group.d-flex.align-items-center.gap-4 {
		display: block !important;
	}

	.button-group.d-flex.align-items-center.gap-4 .btn-default.btn-dark {
		margin-top: 20px;
	}

	.sisf-sis-heading-title {
		margin-bottom: -28px !important;
	}

	.sisf-sis-icon-with-text--hover.other .sisf-e-inner {
		aspect-ratio: unset;
	}

	.sisf-sis-pro-level-box {
		margin-bottom: 20px;
	}

	.sisf-our-fact-image img {
		margin-bottom: 0px;
	}

	.sisf-sis-pricing-table {
		margin-bottom: 15px;
	}

	.logo-slider {
		padding-top: 30px;
		margin-top: 30px;
	}

	.sisf-sis-spin-icon {
		width: 100px;
	} 

	.sisf-page-footer-top-area-inner {
		padding: 30px 0;
	}

	.scroll-content .content span {
		font-size: 40px;
	}

	.subscribe-newsletter-form .form-group {
		justify-content: start !important;
		gap: 15px;
		margin-top: 20px;
	}

	.blog-listing-page .sisf-e-inner .sisf-e-media {
		width: 100% !important;
	}

	.testimonial-right .sisf-bottom-content-and-rating {
		display: block !important;
	}

	.footer-copyright.landing {
		margin-top: -15px;
	}

	.scroll-content-section .container-fluid {
		padding: 0 !important;
	}

	.sis-about-bottom-content .sisf-sis-spin-icon {
		width: 100px;
	}

	.reveal {
		width: 100%;
	}

	.sis-about-image.right {
		margin-top: 20px;
	}

	.sis-our-features-section .sis-our-features-image img {
		height: 700px;
        object-fit: cover;
	}

	.sisf-how-it-work-image-left {
		margin-right: 0px;
	}

	.sis-faq-image-left.h-100 {
		margin-right: 0px;
		height: auto !important;
	}

	.sis-faqs-image-with-counter .sis-faq-image-right {
		margin-left: 0px;
		width: 100%;
	}

	.sis-page-expert-coaching-part .sisf-sis-player-right-image {
		line-height: 0px;
		margin-top: 0px;
	}

	.sis-why-choose-us-section {
		padding: 30px 0 100px 0;
	}

	.sis-join-today-bg {
		background-position: top left;
		background-size: 100%;
	}

	.sis-e-contact-right-image {
		margin-top: 20px;
	}

	.sisf-rating-image-with-content {
		margin-bottom: 20px;
	}

	.landing-page-banner .sisf-page-title .sisf-m-inner.page {
		transform: translateY(0px);
	}

	.landing-page-banner {
		height: 850px;
	}

	.landing-right-image {
		margin-top: 20px;
	}

	.landing-scroll-content.container-fluid {
		padding: 0 !important;
	}

	.sisf-about-left-part {
		top: 0px;
		margin: 0px 0px 25px 0;
	}

	.sisf-about-left-part .sisf-sis-spin-icon {
		bottom: -50px;
		right: 0px;
	}

	.sisf-about--image {
		margin-left: 0px;
	}

	.sisf-about--image img {
		aspect-ratio: unset;
	}

	.col-lg-4.ps-0 {
		padding-left: 15px !important;
	}

	.sis-services-section .sisf-m-button.text-end {
		margin-bottom: 25px;
	}

	.sis-join-us--section.comman-background .btn-default.btn-dark {
		margin-bottom: 15px;
	}

	.sis-join-us--section.comman-background {
		padding-bottom: 87px;
	}

	.sisf-e-video-content-bottom .sisf-sis-video-image {
		margin-top: -87px;
	}

	.sisf-sis-spin-icon.sis-page {
		top: 48%;
		left: 73%;
	}

	.sisf-fact-right-image,
	.sisf-faq-image-right {
		margin-top: 25px;
	}

	.sisf-content-bottom.mt-0.mb-4.pb-4.d-flex.align-items-center.gap-4 {
		flex-wrap: wrap;
	}

	.sis-faq-image-left--top {
		margin-top: 25px;
	}

	.sis-faq-image-left--top img, 
	.sis-faq-image-left-bottom img,
	.sisf-faq-image-right img {
		aspect-ratio: unset;
	}

}

@media only screen and (max-width: 767px) {

	.sisf-skin--light .navbar-brand.mobile-none {
		display: none !important;
	}

	.sisf-skin--light .navbar-brand.mobile-block {
		display: block !important;
	}

	.sisf-skin--dark .navbar-brand.mobile-none {
		display: none !important;
	}

	.sisf-skin--dark .navbar-brand.mobile-block {
		display: block !important;
	}

	.sisf-skin--dark .container {
		display: flex;
		align-items: center;
        justify-content: space-between;
	}

	#sisf-page-header-inner,
	.sisf-skin--dark.pb-0 {
        padding: 10px !important;
    }

	.sisf-header-logo-link.navbar-brand img {
		width: 150px;
		height: auto;
	}

	.sisf-centered-header-wrapper {
		display: none !important;
	}

	.hero.hero-slider .hero-slider-layout {
		padding-top: 0px;
	}

	.hero-content .section-title p {
		font-size: 16px;
		line-height: normal;
		padding-bottom: 25px;
	}

	.sisf-page-centered-header-top-area .input-group {
		display: none;
	}

	.section-title .text-heading {
		font-size: 30px;
		line-height: normal;
	}

	.slicknav_nav .nav-item .nav-link i {
		display: none;
	}

	.section-row {
		margin-bottom: 30px;
	}

	.section-title .sisf-m-subtitle {
		font-size: 13px;
	}

	.sisf-sis-heading-title span {
		font-size: 24px;
	}

	.pe-0 {
		padding-right: 15px !important;
	}

	.sisf-product-list .sisf-e-product-content .price .amount {
		font-size: 16px;
	}

	.sisf-center-text .sisf-m-subtitle::before {
		width: 80px;
		margin: 0 5px;
	}

	.sisf-header-logo-link.navbar-brand {
		display: flex !important;
		align-items: center;
	}

	.section-title h2 {
		font-size: 25px;
		line-height: normal;
	}

	.blog-item .post-featured-image,
	.blog-item .post-featured-image img {
		border-radius: 0 0 50px 0;
	}

	.footer-links {
		margin-bottom: 0px;
	}

	.footer-links.mt-5 {
		margin-top: 25px !important;
	}

	.footer-links h3,
	.footer-contact h3 {
		font-size: 18px;
		margin: 25px 0;
		display: block !important;
	}

	.subscription-container {
		margin-top: 25px;
	}

	.footer-social-links ul {
		margin-bottom: 0px;
	}

	.footer-copyright-text {
		text-align: start;
		margin-bottom: 10px;
	}

	.footer-privacy-policy ul {
		text-align: start;
	}

	.page-header-box h1 {
		font-size: 40px;
	}

	.page-header-box ol {
		padding: 6px 10px;
	}

	.team-content h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.sisf-main-header .in-mobile {
		display: none !important;
	}

	.hero-slider-layout .hero-slide {
		width: 100%;
		height: 450px;
		object-fit: fill !important;
		padding-bottom: 30px;
	}

	.home-page .hero-slider-layout .hero-slide {
		height: 800px;
	}

	.hero-right-image {
		margin-top: 25px;
	}

	.slicknav_nav .slicknav_row, .slicknav_nav li a {
		padding: 15px 20px;
	}

	.hero-slider-layout .hero-pagination {
		bottom: 35px;
	}

	.hero-video .hero-bg-video {
		width: 100%;
		height: 510px;
		object-fit: cover;
	}

	.section-title h1 {
		font-size: 28px;
		line-height: 45px;
	}

	.sisf-sis-info-cards {
		margin-bottom: 20px
	}

	.sisf-sis-info-cards .sisf-sis-info-cards-inner {
		min-height: 250px;
	}

	.sisf-sis-info-cards .sisf-sis-info-cards-inner {
		padding-top: 70%;
	}

	.sisf-info-box .sisf-m-info .sisf-m-title {
		padding: 10px 0;
	}

	.swiper-slide .services-category h2.sisf-e-title {
		font-size: 32px;
		line-height: 40px;
	}

	.sisf-page-footer-top-area .sisf-sis-icon-with-text.sisf-layout--before-content {
		margin-bottom: 15px
	}

	.cart-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.cart_table,
	.sisforders-table {
        min-width: 700px;
    }

	.cart-form-table .shop_table tr th, .cart-form-table .shop_table tr td {
        font-size: 15px;
    }

	.sisf-checkout-left .billing-field-wrapper {
		padding: 20px;
		margin-bottom: 10px;
	}

	.sisf-checkout-right .sisf-checkout-cart-items-content, .sisf-checkout-right .sisf-checkout-cart-totals {
		padding: 20px;
	}

	.sisf-button.sisf-layout--outlined {
        padding: 11px;
    }

	.myaccount-navigation ul li a {
		padding: 20px 0;
	}

	.myaccount-info {
		padding: 10px;
		margin-bottom: 0px;
	}

	.myaccount-content.cart-form-table .sisf-layout--outlined {
       margin-right: 15px;
	   width: 300px;
	}

	.sisf-address-box {
		padding: 15px 0;
	}

	.sisf-address-box,
	.sisf-address-box address {
		margin-bottom: 0px;
	}

	.sisf-billing-fields.mb-3 {
		margin-bottom: 0px !important;
	}

	.myaccount-content p {
		margin-bottom: 0px;
	}

	.sisf-checkout-left .content-box {
		padding: 0;
	}

	.sisf-checkout h3 {
		font-size: 24px;
	}

	.sisf-quantity-buttons .sisf-quantity-minus, .sisf-quantity-buttons .sisf-quantity-plus {
        bottom: 0px;
        height: auto;
        font-size: 12px;
    }

	.sisf-page-footer-top-area,
	.sisf-page-footer-middle-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.subscribe-newsletter-form .form-group {
		display: table;
	}

	.sisf-page-footer-top-area .subscribe-newsletter-form .form-group .subscribe-btn {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}

	.sisf-extended-grid.sisf-extended-grid--right .container {
		padding: 12px !important;
	}

	.video-play-button .sisf-m-play-inner {
		top: 30%;
		width: 70px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		left: 0;
        transform: translate(-6%, -25%);
        padding: 5px;
        right: 0;
        margin: 0 auto;
	}

	.video-play-button a {
		width: auto;
		height: auto;
	}

	.header-contact-info span {
		display: none;
	}

	.swiper-wrapper .swiper-items {
		flex: 0 0 auto;
		width: 100%;
	}

	.sisf-item-layout--info-on-hover-inset .team-member-content {
		height: 100%;
	}

	br {
		display: none;
	}

	.hero-content-body.me-4 {
		margin-right: 10px !important;
	}

	.hero-content .btn-slider {
        padding: 14px;
    }

	.hero .hero-slide .section-title h1 {
		padding: 0;
		font-size: 25px;
		line-height: 35px;
        margin-bottom: 25px;
	}

	.hero .home-slide .section-title {
		position: relative;
	}

	.hero .home-slide .slider-image {
		position: relative;
		margin-top: 70px;
		z-index: 4;
		padding-bottom: 0px;
	}

	.hero.hero-slider .hero-slider-layout .hero-slide .hero-content h3 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.sisf-main-header .header-top {
		display: none;
	}

	.product-tabs {
		margin-top: 0px;
	}

	.product-tabs .product-tab-nav .nav-tabs li .nav-link {
		padding: 5px 5px 15px 0px;
	}

	.product-tab-body .product-information th {
		width: 150px;
	}

	.sisf-sis-animated-text .sisf-m-title {
		font-size: 40px;
		text-align: center;
		line-height: 35px;
	}

	.single-product-summary .sisf-product-title {
		font-size: 22px
	}

	.single-product-summary .price-amount {
		font-size: 25px
	}

	.sisf-quantity-buttons .sisf-quantity-minus,
	.cart .sisf-quantity-buttons .sisf-quantity-plus {
		width: 40px;
	}

	.sisf-quantity-buttons .sisf-quantity-plus {
		width: 40px;
	}

	.product-tabs .product-tab-nav .nav-tabs li {
		padding-right: 0;
	}

	.product-tabs .product-tab-nav .nav-tabs {
		display: table;
		width: 100%
	}

	.product-tabs .product-tab-nav .nav-tabs li {
		margin-bottom: 0px
	}

	.review_form .comment-reply-title {
		font-size: 25px;
	}

	.product-reviews-col {
		max-width: 100%;
	}

	.product-tab-box {
		padding-top: 30px;
	}

	.hero-video .hero-bg-video {
		top: 0%;
		width: 100%;
		height: 100%;
	}

	.faqs-accordian .accordion-button span {
		font-size: 17px;
		line-height: normal;
	}

	.related_products h2 {
		font-size: 24px
	}

	.sisf-blog .sisf-blog-item .sisf-info--top>* {
		font-size: 14px
	}

	.sisf-blog .sisf-blog-item {
		margin-bottom: 30px;
	}

	.sisf-blog .sisf-blog-item .sisf-e-title,
	.sisf-page-comments .review_form .comment-reply-title {
		font-size: 24px
	}

	.sisf-page-comments .sisf-m-comments .sisf-comment-item {
		margin-top: 20px;
		padding: 0 0 20px 0;
	}

	.stu-homepages-row {
		padding: 0px !important;
	}

	.sisf-page-footer-middle-area h5 {
		font-size: 20px;
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title {
		font-size: 20px
	}

	.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-description {
		font-size: 13px
	}

	.sis-team-member .team-member-content h4 {
		font-size: 18px;
	}

	.sisf-layout-simple {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.sisf-item-layout-info-below {
		margin-bottom: 20px;
	}

	.sisf-banner {
		margin-top: 0px;
	}

	.banner-img img {
		height: 200px;
	}

	.contact-banner .banner-img img {
		height: 150px;
	}

	.sisf-page-sidebar {
		margin: 25px 0 0 0;
	}

	.sisf-sis-page-sidebar {
		margin: 0 0 25px 0 !important;
	}

	.sisf-shop-results {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sisf-text-counter span {
		font-size: 45px;
	}

	.counter-box .counter-title h2 {
		font-size: 40px;
		line-height: normal;
	}

	.sisf-sis-box-counter {
		padding: 20px;
	}

	.footer-top-area-inner h5 {
		font-size: 18px;
	}

	.letest-blog-item {
		margin-bottom: 25px;
	}

	.sisf-icon-list-item.sisf-icon--custom-icon {
		margin-bottom: 20px;
	}

	.contact-here-form {
		margin-top: 25px;
	}

	.shop_table .coupon {
		float: none;
	}

	.shop_table .coupon input[type="text"] {
		margin-bottom: 20px;
		width: 40%;
		margin-right: 0px;
	}

	.shop_table .actions .button {
		width: 40%;
		text-align: center;
		display: block;
		margin-bottom: 20px;
		padding: 11px 34px;
		font-size: 14px !important;
	}

	.sisf-checkout-right {
		margin-top: 20px;
	}

	.sisf-blog .sisf-blog-item.format-quote .sisf-e-quote-text {
		font-size: 20px;
	}

	.sisf-blog-single .sisf-author-info .sisf-m-image {
		width: 50px;
	}

	.sisf-blog .reviews-title {
		font-size: 25px;
	}

	.footer-info-box p br {
		display: block;
	}

	.sisf-author-info .sisf-author-info-image img {
		width: 80px;
		height: 80px;
	}

	.sisf-product_cart.mt-5 {
		margin-top: 25px !important;
	}

	.sisf-single-top-row .sisf-quantity-buttons {
        top: 0px;
    }

	.sisf-single-top-row .sisf-quantity-buttons input.sisf-quantity-input {
		height: 48px;
		font-size: 12px;
		width: 125px;
	}

	.ours-team .row>div:nth-child(even) .sis-team-member {
		margin-top: 0px;
	}

	.accordion-button::before {
		display: none !important;
	}

	.accordion .accordion-button {
		padding: 10px 0px;
	}

	.faq-accordian .accordion .accordion-body {
		padding: 0px 15px 15px 15px;
	}

	.sisf-sis-pricing-table .sisf-m-top {
		padding: 20px;
	}

	.sisf-sis-pricing-table {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.sisf-sis-dropdown .dropdown-content {
		left: 0;
	}

	.landing-banner {
		padding: 20px 0 30px 0;
	}

	.video-play-button .sisf-popup-item img {
		border-width: 10px 10px 10px 10px;
	}

	.review-form {
		padding: 20px;
	}

	.sisf-sis--product-tabs .tab-content {
		width: 100%;
	}

	.counter-box .counter-item .counter {
		font-size: 30px;
	}

	.home-slider .hero-pagination {
		display: none !important;
	}

	.slicknav_menu .sisf-menu-title {
		padding: 10px 20px 10px 30px;
		margin: 10px 0;
		color: var(--primary-color);
	}

	.sisf-page-section .row > div:last-child .sisf-e-inner {
        margin-bottom: 0px !important;
    }

	.sisf-product_cart .sisf-m-button {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.sisf-product_cart .btn-default {
		width: 100% !important;
	}

	.sisf-blog .sisf-blog-item.format-quote .sisf-e-quote {
		padding: 25px;
	}

	.sisf-blog .sisf-blog-item.format-quote .sisf-e-qoute-background-text {
		position: unset;
		line-height: 0;
		padding-bottom: 15px;
	}

	.sisf-blog .sisf-blog-item.format-quote .sisf-e-qoute-background-text::before {
		font-size: 30px;
	}

	.sisf-blog-item .sisf-e-content .sisf-e-title a {
		font-size: 24px !important;
		line-height: normal !important;
	}

	.sisf-blog-item .blog-video {
        height: 200px;
    }

	.sisf-blog-item .sisf-e-content .sisf-e-info-category a {
		font-size: 14px;
	}

	.page-pagination ul li a, 
	.page-pagination ul li span {
		width: 30px;
        height: 30px;
		font-size: 12px
	}

	.sisf-product_cart.d-flex.my-5 {
		margin: 0 0 35px 0 !important;
	}

	.sisf-blog-item .sisf-e-content .sisf-e-title .sisf-e-title--link {
        font-size: 24px !important;
    }

	.sisf-blog .sisf-m-icon-wrapper .sisf-m-title {
		font-size: 24px;
		line-height: normal;
	}

	.sisf-blog-single .sisf-author-info .sisf-social-list li {
		margin-right: 10px !important;
	}

	.sisf-blog .sisf-m-icon-holder {
		font-size: 30px;
		margin-top: 15px;
	}

	.sidebar_content-list .content_list_widget li {
		flex-direction: row;
		align-items: start;
	}

	.sidebar_content-list .content_list_widget li .sisf-image{
		margin: 0 20px 0 0;
	}

	.sidebar_content-list .content_list_widget li .sisf-image img {
		min-width: 110px;
		height: 80px;
	}

	.landing-page .sisf-m-title {
		margin-top: 20px;
	}

	.sisf-page-footer-top-area h3 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: normal;
	}

	.footer-social-links {
		margin: 20px 0 0 0;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-value {
		font-size: 30px;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-currency {
		font-size: 30px;
		line-height: 30px;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-wrapper {
		margin: 0 0 15px 0;
	}

	.sisf-sis-pricing-table .sisf-m-price .sisf-m-price-period {
		font-size: 16px;
		margin-left: 5px;
	}

	.sisf-sis-pricing-table .sisf-m-button {
		padding: 0 0 0px 0;
	}

	.letest-blog-section .row > div:last-child .letest-blog-item {
	    margin-bottom: 0px !important;
	}

	.our-team-section .row > div:last-child .sisf-item-layout-info-from-bottom {
	    margin-bottom: 0px !important;
	}

	.contact-map {
		height: 400px;
		margin-bottom: 0px;
	}

	.contact-social-icons {
		margin-bottom: 30px;
	}

	.sisf-page-title .sisf-m-inner {
		transform: translateY(0%) !important;
	}

	.banner-img .landing-banner-image {
		min-height: 300px;
	}

	.sisf-skin--light .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.counter-item {
        padding: 0px;
    }

	.sisf-top-left-image, .sisf-bottom-left-image, .sisf-top-right-image, .sisf-bottom-right-image {
		width: 100px;
	}

	.services-counter {
		margin: 10px 0;
	}

	.sisf-sis--wrapper-layout .page-gallery--item {
		width: 48%;
		margin-bottom: 15px;
	}

	.video-play-button .popup-video {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.video-play-button a i {
        font-size: 18px;
    }

	.video-play-button a:after,
	.video-play-button a:before {
		width: 100%;
        height: 100%;
		top: -53%;
        left: -53%;
	}

	.main-header .header-sticky.active .navbar-brand img {
        width: 150px;
        height: auto;
    }

	.service-list-section.page {
		padding: 30px 0 0px 0;
	}

	.sis-service-list-wrap .sisf--sis-service-hover .sisf-e-inner,
	.blog-listing-page .sisf-e-inner {
		display: block !important;
		padding: 10px;
	}

	.sis-service-list-wrap .sisf--sis-service-hover .sisf-service-image,
	.blog-listing-page .sisf-e-inner .sisf--e-media,
	.blog-listing-page .sisf-e-inner .sisf-e-content {
		width: 100%;
		min-width: 100%;
	}

	.blog-listing-page .sisf-e-inner .sisf--e-media img {
		border-radius: 24px;
	}

	.sis-service-list-wrap .sisf--sis-service-hover .sisf-service-image img {
		aspect-ratio: 1;
	}

	.sis-service-list-wrap .sisf-e-inner .sisf-e-content-text,
	.blog-listing-page .sisf-e-inner .sisf-e-content {
		padding: 25px 10px 10px 10px;
	}

	.service-detail-page .sisf-service-image.mb-4 {
		margin-bottom: 10px !important;
	}

	.sisf-sis-icon-with-text--hover .sisf-e-inner {
		padding: 20px;
	}

	.sisf-benefits-part .sisf-benefits-item {
		padding: 0 15px;
	}

	.sisf-benefits-part .section-title {
		padding: 20px 15px 0 15px;
	}

	.sisf-faq-side-image.slideInRight {
		margin: 25px 0 0 0;
	}

	.sisf-blog .sisf-blog-item {
        margin-bottom: 30px !important;
    }

	.sisf-blog-item .sisf-info--top a {
		font-size: 12px;
	}

	.sisf-blog-item .sisf-info--top {
		top: 10px;
		left: 10px;
	}

	.blog-listing-page .sisf-e-inner .sisf-e-content .post-cat a {
		padding: 10px;
		font-size: 12px;
	}

	.sisf-blog-single .sisf-e-media.position-relative {
		margin-bottom: 0px;
	}

	.sisf-sis-comman-column {
		padding: 20px;
	}

	.sisf-sis-comman-column .quote-mark span {
		font-size: 16px;
		line-height: 0px;
	}

	.sisf-sis-comman-column .quote-mark {
		width: 30px;
		height: 30px;
		min-width: 30px;
		margin-right: 15px !important;
	}

	.training-secrets,
	.sisf-page-comments.mt-5 {
		margin-top: 30px !important;
	}

	.training-secrets .author-content img {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.comment_container .sisf-e-image img {
		width: 40px;
	}

	.comments .commentlist .review-list .comment-text .info {
		display: block !important;
	}

	.review--form {
		padding: 20px;
	}

	.review_form_box .form_box-grid.d-flex {
       display: block !important;
	}

	.review_form_box .form_box-item.me-4 {
		width: 100%;
		margin-right: 0px !important;
	}

	.review_form_box .form_box-grid .form_box-item {
		width: 100%;
	}

	.landing-page-counter span {
		font-size: 40px !important;
	}

	.landing-page-counter {
		margin-bottom: -13px;
	}

	.sisf-images--box.mb-0 {
		margin-bottom: 30px !important;
	}

	.stu-homepages .sisf-m-button,
	.inner-pages .sisf-m-button {
		padding-top: 0px !important;
	}

	.sisf-layer-group span {
		font-size: 50px;
		top: 0px;
        left: -10px;
	}

	.sisf-user-experience {
		margin-bottom: 25px;
	}

	.design-and-experience-part {
		padding-top: 30px;
	}

	.sisf-user-experience .part-title h4 {
		font-size: 20px;
	}

	.sisf-power-elite-col .sisf-image-icon {
		min-width: 50px;
		width: 50px;
	}

	.sisf-icon-with-text.pb-5 {
		padding-bottom: 0px !important;
	}

	.sisf-power-elite-col .sisf-ratings {
		width: 100%;
	}

	.exclusive-template-section.pt-5 {
		padding-top: 20px !important;
	}

	.sisf-template-counters .col-md-6 {
		width: 50%;
		margin-bottom: 0px !important;
	}

	.sisf-template-counters {
		margin-bottom: 0px !important;
	}

	.landing-exclusive-image {
		margin-top: 20px;
	}

    .kickstart-your-website,
	.sisf-devices-experience {
		padding: 30px 20px 10px 20px;
		background-position: top left;
	}

	.sisf-steps-icon-with-text,
	.sisf-devices-icon-with-text {
		margin-bottom: 20px;
	}

	.responsive-design-section {
		padding-bottom: 0px !important;
	}

	.launch-your-website-section {
		margin-top: 30px;
		padding: 30px 0 0 0;
	}

	.hero-content.pt-5 {
		padding-top: 15px !important;
	}

	.sisf-sis--wrapper-layout {
		padding-top: 0px;
	}

	.scroll-content .content span {
		font-size: 40px;
		line-height: normal;
	}

	.service-section {
		padding: 30px 0;
	}

	.sisf-e-image-on-text .sisf-sis-items {
		display: block !important;
	}

	.sisf-sis-choose-us-box.video .sisf-e-image-on-text .sisf-sis-bottom-image {
		width: 100px;
	}

	.portfolio-list-section {
		padding: 30px 0;
	}

	h4 {
		font-size: 22px;
	}

	.testimonial-image {
		padding: 0px 0px 24px 0;
	}

	.testimonial-quote-image {
		top: 0;
		left: 10px;
		width: 50px;
	}

	.testimonial-slider .sisf-bottom-content .sisf-e-media-image {
		width: 40px;
	}

	.sisf-parts {
		padding: 20px;
	}

	.sisf-video-graphy-image-row .sisf-video-graphy-image {
		width: 70px;
		margin: 0 auto;
		text-align: center;
	}

	.sisf-video-graphy-image-row .sisf-video-graphy-image.last {
		top: 24px;
	}

	.sisf-video-graphy-image-center-row {
		margin-left: 0px;
		align-items: center;
	}

	.sisf-video-graphy-image-center-row .sisf-video-graphy-image {
		margin: 0px 20px 0 0;
		width: 70px;
		margin: 0 auto;
		text-align: center;
	}

	.sisf-video-graphy-image-center-row .sisf-m-button.pt-4 {
		padding-top: 0px !important;
	}

	.sisf-video-graphy-image-row.align-items-end {
		margin-top: 0px;
	}

	.sisf-video-graphy-image-row .sisf-video-graphy-image.pb-5 {
		padding-bottom: 25px !important;
		right: 0px;
	}

	.sisf-video-graphy-image.ps-5 {
		padding: 0 0 24px 0 !important;
	}

	.sisf-video-graphy-image-center-row {
		margin: 30px 0;
	}

    .video-section .intro-video-box .content-overlay {
		padding: 30px 0 50px 15px;
	}
    
	.video-play-button.sisf-m-play-inner {
		margin-bottom: 20px;
	}

	.video-bottom-counters {
		margin-bottom: 30px;
	}

	.letest-blog-item .sisf-e-title-wraper.d-flex {
		display: block !important;
	}

	.letest-blog-item .sisf-e-content .sisf-e-title-link {
		font-size: 25px;
	}

	.sisf-sis-blog-categorie.ms-3 {
		margin: 15px 0 10px 0 !important;
	}

	.sisf-sis-work-with-us {
		padding: 20px;
		margin-top: 25px;
	}

	.sisf-sis-work-with-us .section-title h2 {
		font-size: 25px;
	}

	.footer-right-image {
		margin-top: 25px;
	}

	.social-icons-link.d-flex.justify-content-end {
		justify-content: center !important;
		margin-top: 10px;
	}

	.footer-copyright-text p {
		text-align: center;
	}

	.sisf-service-col img {
		width: 50px;
	}

	.sisf-sis-icon-with-text--hover .sisf-e-inner .sisf-sis-icon-image {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.hero-slider-layout .hero-pagination {
       display: none;
    }

	.sisf-sis-icon-with-text--hover .hover-bottom-image {
		width: 100px;
		bottom: -20px;
	}

	.sisf--sis-service-list-wrap .sisf-e-inner {
		display: block !important;
		padding: 10px;
	}

	.sisf--sis-service-list-wrap .sisf-e-content {
		width: 100%;
		padding: 25px 0 0 0;
	}

	.sisf--sis-service-list-wrap .sisf-e-media-image {
		width: 100%;
	}

	.service-list-tab .service-list-type {
		padding: 6px 10px;
		font-size: 16px;
	}

	.service-list-tab {
		margin-bottom: 20px;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        cursor: grab;
        padding-bottom: 20px;
		justify-content: start !important;
	}

	.page-top-image {
		margin-bottom: 25px;
	}

	.sisf-side-content-box {
		aspect-ratio: 1;
	}

	.landing-bg-video video {
		height: 300px;
	}

	.stu--homepages {
        margin-top: -32%;
    }

	.kickstart-your-website {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.sisf-devices-experience {
		margin: 30px 0;
	}

	.sisf-sis-comman-bottom-box {
		width: 100%;
		margin: 30px 0;
	}

	.sisf-sis-comman-bottom-box .sisf-e-icon span {
		font-size: 20px;
	}

	.comman-bottom-line-text {
		margin-top: 30px;
	}

	.comman-bottom-line-text .sisf-sis-e-box .box-button {
		font-size: 16px;
	}

	.sisf-motion-text {
		top: 0;
		right: 0;
	}

	.sisf-motion-text h1 {
		font-size: 40px;
	}

	.sisf-sis-bottom-left-image {
		width: 200px;
	}

	.our-services-section .comman-bottom-line-text {
		margin-top: 0px;
	}

	.how-it-work-section .sisf-sis-comman-bottom-box {
		margin-bottom: 0px;
	}

	.sisf-section {
		padding: 30px 0px;
	}

	.sisf-sis-award-colored-image.mb-3 {
		margin-bottom: 0px !important;
	}

	.video-section {
		padding: 70px 0 0px 0;
	}

	.video-play-button.sisf-m-play-inner {
		padding: 0;
	}

	.testimonial-right .testimonial-slider {
		padding: 30px;
	}

	.testimonial-right .testimonial-slider h5,
	.testimonial-right .testimonial-slider span {
		font-size: 16px;
	}

	.sisf-sis-faq-image.left {
		margin-bottom: 25px;
	}

	.sisf-sis-contact-information .sisf-contact-box a, .sisf-sis-contact-information .sisf-contact-box p {
		font-size: 16px;
	}

	.form-section.bg-white {
		padding: 25px;
	}

	.sisf-sis--footer-nav-links ul {
		flex-direction: column;
	}

	.sisf-sis--footer-nav-links ul li {
		padding: 0 0 10px 0;
	}

	.footer-contacts {
		margin: 0 !important;
	}

	.footer-contacts.me-4 {
		margin-bottom: 10px !important;
	}

	.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
		top: 0px;
	}

	.sisf-sis-icon-with-text--hover.other .sisf-e-inner {
		aspect-ratio: unset;
		margin-top: 0px;
	}

	.sisf-sis-icon-with-text--hover.other .sisf-e-inner .sisf-sis-icon-image.bg-white {
		width: 70px;
        height: 70px;
        min-width: 70px;
	}

	.sisf-archive-item {
		width: 50%;
	}

	.contacts-part-bottom-image {
		margin-bottom: 25px;
	}

	.sisf-page-footer-top-area .sisf-sis-contact-information {
		height: 90px;
	}

	.footer-links-group.d-flex.justify-content-evenly {
		display: block !important;
	}

	.sisf-page-footer-middle-area .newsletter {
		font-size: 20px;
	}

	.sisf--sis-service-list-wrap .sisf-e-service-image {
		width: 100%;
	}

	.booking-consultation-bg {
		padding: 20px;
	}

	.sisf-sis-contact-widget.mt-4.pt-1.d-flex.align-items-center {
		display: block !important;
	}

	.sisf--blog .sisf-blog-item .sisf-e-media-image img {
		width: 100%;
		aspect-ratio: 1;
	}

	.sisf-blog-standard-page .sisf-blog-item .sisf-e-content {
		padding: 15px;
	}

	.sisf-blog-standard-page .sisf-e-content .meta-date,
	.sisf-blog-item .sisf-e-content .post-cat.ps-4 {
		font-size: 14px;
	}

	.blog-listing-page .sisf-e-inner .sisf-e-media-holder {
		width: 100% !important;
	}

	.blog-listing-page .sisf-e-inner .sisf-e-content {
		padding: 24px 10px 10px 10px !important;
	}

	.letest-blog-item .sisf-e-content .sisf-e-info-date a, .letest-blog-item .sisf-e-content .post-category a {
		font-size: 12px !important;
		line-height: normal;
	}

	.landing-page-banner {
		margin-top: 0px !important;
		height: 700px;
	}

	.landing-right-image {
		margin-top: 25px;
	}

	.landing-page-banner .sisf-m-content {
		padding-top: 30px;
	}

	.sisf-sis-site-info-list {
		display: block !important;
	}

	.sisf-sis-site-info-list .list-info-item {
		margin-bottom: 15px;
		justify-content: center;
	}

	.sisf-sis-header-bottom-side {
		padding-top: 0px;
	}

	.sisf-sis-header-bottom.fourth {
		margin-bottom: 0px !important;
	}

	.button-group.d-flex.align-items-center.gap-4 {
		display: block !important;
	}

	.button-group.d-flex.align-items-center.gap-4 .btn-default.btn-dark {
		margin-top: 15px;
	}

	.what-we-have-section {
		padding-bottom: 0px !important;
	}

	.sisf-sis-what-we-have-contents .sisf-e-inner .sisf-sis-icons, 
	.sisf-sis-benefits-contents .sisf-e-inner .sisf-sis-icons {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.sisf-sis-what-we-have-contents .sisf-e-inner .sisf-sis-icons img, 
	.sisf-sis-benefits-contents .sisf-e-inner .sisf-sis-icons img {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.sisf-about-side-image, .sisf-what-we-do-side-image {
		margin: 20px 0px 0 0;
	}

	.sisf-sis-spin-icon {
		width: 100px;
		left: 76%;
	}

	.sisf-about-side-image {
		margin-bottom: 25px;
	}

	.sisf-sis-heading-title {
		margin-bottom: -28px !important;
	}

	.sisf-sis-bottom-right-image,
	.sisf-sis-bottom-left-image {
		width: 150px;
	}

	.sisf-sis-pro-level-box {
		margin-bottom: 25px;
	}

	.sisf-sis-what-we-have-contents .sisf-e-inner {
		align-items: start !important;
	}

	.sisf-sis-what-we-have-contents .sisf-e-inner .sisf-e-content.text-end {
       text-align: start !important;
	}

	.sisf-sis-what-we-have-contents.bottom {
		padding-top: 00px;
	}

	.join-us-section {
		padding: 50px 0;
	}

	.how-works-image.right {
		margin-top: 15px;
	}

	.sisf-our-fact-image img {
		margin-bottom: 30px;
	}

	.sisf-content-bottom,
	.ready-to-play-bottom  {
		margin-top: 20px;
		gap: 10px !important;
		flex-direction: column;
		align-items: start !important;
	}

   .logo-slider {
		margin-top: 25px;
		padding-top: 25px;
	}

	.contact-bg {
		background-size: auto;
	}

	.contact-bg .form-section .form-control {
		border: 1px solid var(--white-color) !important;
	}

	.faq-image-bottom figure,
	.faq-image--bottom figure {
		width: 100%;
		margin-bottom: 25px;
	}

	.faq-image--bottom.reveal {
		width: 100%;
	}

	.letest-blog-item.right .sisf-e-inner {
		display: block !important;
	}

	.letest-blog-item.right .sisf-e-media-holder img {
		min-width: 100%;
		height: auto;
	}

	.letest-blog-item.right .sisf-e-media-holder.me-4 {
		margin: 0 0 25px 0 !important;
	}

	.sisf-page-footer-top-area-inner {
		padding: 30px 0;
	}

	.subscribe-newsletter-form {
		margin-top: 25px;
	}

	.sisf-about-image.top {
		margin-top: 25px;
	}

	.sisf-sis-what-we-have-contents.bg-white.rounded-3 {
		width:94%;
		left: 10px;
		bottom: 20px;
	}

	.our-approach-image {
		margin-bottom: 20px;
	}

	.sisf-what-we-do-side-image figure  {
		width: 100%;
		margin-bottom: 20px;
	} 

	.blog-listing-page .sisf-e-inner .sisf-e-media {
		width: 100% !important;
	}

	.blog-listing-page .letest-blog-item .sisf-e-media-image img {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}

	.sisf-top-text .sisf-top-text-list span {
		font-size: 14px;
	}

	.landing-scroll-content .col-12 {
		padding: 0 !important;
	}

	.stu-homepages,
	.inner-pages.position-relative {
		padding-bottom: 0px !important;
	}

	.content-group.d-flex.align-items-center.justify-content-center {
		flex-direction: column;
		align-items: start !important;
	}

	.footer-copyright.landing {
		margin-top: 20px;
	}

	.sisf-steps-part::before {
		display: none;
	}

	.sisf-sis-contact-information .sisf-icon a {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.form-section.comman-bg.p-5.rouded-3 {
		padding: 25px !important;
	}

	.form-section.comman-bg.p-4.rouded-4 {
		margin-top: 20px;
	}

	.hero.hero-slider.page .hero-slider-layout .hero-slide {
		height: 800px;
	}

	.sisf-sis-hero-right-content {
		padding: 20px;
		margin-top: 25px;
	}

	.scroll-content-section .container-fluid {
		padding: 0 !important;
	}

	.sis-page-about-counters {
		margin: 25px 0;
	}

	.sis-page-about-counters .sis-e-inner.gap-4 {
		gap: 0px !important;
		flex-wrap: wrap;
	}

	.sis-page-about-counters .counter-item .counter-title span {
		line-height: normal;
	}

	.sis-why-choose-us-section {
		padding: 30px 0 0px 0;
	}

	.sis-e-bottom-playrs-content.d-flex.align-items-center.flex-wrap.gap-4 {
		gap: 5px !important;
	}

	.sisf-faq-accordian .accordion-button span {
		font-size: 18px;
	}

	.sis-pricing-plans-section {
		padding-bottom: 10px !important;
	}

	.sis-faq-image-left.h-100 {
		margin: 15px 0 15px 0;
		height: auto !important;
	}

	.sis-faqs-image-with-counter .sis-faq-image-right {
		height: auto !important;
		margin-left: 0px;
	}

	.sis-faqs-image-with-counter .sis-faq-image-right img {
		aspect-ratio: unset;
	}

	.sis-faq-counter {
		width: 100%;
	}

	.accordion-button.ps-4 {
		padding: 10px !important;
	}

	.video-play-button.features.sisf-m-play-inner {
		left: 45%;
		margin-bottom: 0px;
	}

	.sis-about-bottom-content .sisf-sis-spin-icon {
		width: 90px;
	}

	.sis-about-bottom-content .sisf-sis-listing-items h4 {
		font-size: 20px;
	}

	.sis-our-features-section .sis-our-features-image img {
		height: 1100px !important;
        object-fit: cover;
	}

	.sisf-sis-our-features-contents {
		bottom: 0px;
	}

	.reveal {
		width: 100%;
	}

	.sisf-how-it-work-image-left,
	.sisf-how-it-work-image-center {
		margin: 0px 0px 20px 0px;
	}

	.sis-our-team-member-section .comman-bottom-line-text {
		margin-top: 0px;
	}

	.sisf-rating-image-with-content.gap-3 {
		margin-bottom: 25px;
	}

	.testimonial-right .sisf-e-media-image {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.testimonial-right .sisf-e-discription h4 {
       font-size: 20px;
	}

	.sis-e-contact-right-image {
		margin-top: 25px;
	}

	.sis-join-today-bg {
		background-position: top left;
		background-size: 100% auto;
		padding: 117% 0 30px 0;
	}

	.sis-about-image.right {
		margin-top: 0px;
	}

	.sis-page-expert-coaching-part {
		margin-top: 15px;
		padding: 15px;
	}

	.sis-page-expert-coaching-part .sisf-sis-player-right-image {
		line-height: 0px;
		margin-top: 20px;
	}

	.sisf-top-text-list .text-white {
		font-size: 16px;
	}

	.sisf-about-side-image figure,
	.sisf-what-we-do-side-image figure {
		display: block !important;
	}

	.sisf-about-image img,
	.sisf-about-side-image img,
	.sisf-what-we-do-side-image img,
    .sisf-what-we-do-image img {
		width: 100% !important;
	}

	.what-we-have-content-top {
		margin-top: 30px;
	}

	.sisf-why-choose-us-image.center {
		margin-bottom: 25px;
	}

	.sisf-e-video-content-bottom .video-play-button.sisf-m-play-inner {
		top: 35%;
	}

	.sisf-how-it-work-bottom-image {
		margin: -133px 0px 15px 0;
	}

	.col-lg-5.p-0 {
		padding: 24px 15px 0 15px !important;
	}

	.sis-faq-image-left--top {
		margin-top: 25px;
	}

	.sis-faq-image-left--top img, 
	.sis-faq-image-left-bottom img,
	.sisf-faq-image-right img {
		aspect-ratio: unset;
	}

	.sisf-e-faq-spin-icon {
		top: 45%;
		right: 0px;
	}

	.sisf-sis-spin-icon.sis-page {
        top: 40%;
        left: 64%;
    }

	.sis-ready-to-play-section.comman-background.pb-0 {
        padding-bottom: 0px !important;
    }


}

@media only screen and (max-width: 650px) {

	.sisf-page-title .sisf-m-title {
		font-size: 25px;
		text-align: start;
		line-height: normal;
	}

	.video-play-button .sisf-m-play-inner {
		top: 12%;
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width: 480px) {

	.row-cols-5 .col-md-3 {
		width: 100%;
	}
}

/* About page styles */
.rh-about-page {
    --rh-about-ink: var(--primary-color);
    --rh-about-ink-soft: var(--text-color);
    --rh-about-paper: #f7f8fb;
    --rh-about-cream: var(--white-color);
    --rh-about-accent: var(--main-color);
    --rh-about-accent-soft: rgba(228, 1, 31, 0.16);
    --rh-about-teal: var(--main-color);
    --rh-about-line: rgba(1, 26, 67, 0.12);
    --rh-about-shadow: 0 24px 60px rgba(1, 26, 67, 0.14);
    font-family: var(--default-font);
    background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 38%, #f4f8ff 100%);
    color: var(--rh-about-ink);
}

.rh-about-page h2,
.rh-about-page h3,
.rh-about-page h4,
.rh-about-page .rh-about-kicker {
    font-family: var(--heading-font);
    letter-spacing: -0.02em;
}

.rh-about-page .rh-about-section {
    padding: clamp(72px, 8vw, 118px) 0;
    position: relative;
    overflow: hidden;
}

.rh-about-page .rh-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 8px 16px;
    background: linear-gradient(90deg, rgba(228, 1, 31, 0.1) 0%, rgba(180, 0, 26, 0.08) 100%);
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.rh-about-page .rh-about-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rh-about-accent);
    box-shadow: 0 0 0 6px var(--rh-about-accent-soft);
}

.rh-about-page .rh-about-title {
    font-size: clamp(2rem, 3.8vw, 3.7rem);
    line-height: 1.1;
    margin: 18px 0;
    color: var(--rh-about-ink);
}

.rh-about-page .rh-about-title span {
    color: var(--rh-about-teal);
}

.rh-about-page .rh-about-copy {
    color: var(--rh-about-ink-soft);
    font-size: clamp(1rem, 1.2vw, 1.06rem);
    line-height: 1.85;
    margin-bottom: 0;
}

.rh-about-page .rh-about-signature::before {
    content: "";
    position: absolute;
    width: clamp(320px, 40vw, 640px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228, 1, 31, 0.24) 0%, rgba(228, 1, 31, 0) 68%);
    right: -16%;
    top: -36%;
    pointer-events: none;
}

.rh-about-page .rh-about-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 34px;
}

.rh-about-page .rh-about-pillars span {
    padding: 11px 15px;
    border-radius: 12px;
    border: 1px solid rgba(11, 36, 56, 0.16);
    background: var(--white-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.rh-about-page .rh-about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.rh-about-page .rh-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(115deg, var(--main-color) 0%, var(--dark-main-color) 100%);
    color: #fff;
    border-radius: 14px;
    padding: 14px 24px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 16px 34px rgba(228, 1, 31, 0.28);
}

.rh-about-page .rh-about-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(228, 1, 31, 0.36);
}

.rh-about-page .rh-about-link {
    font-weight: 700;
    color: var(--rh-about-ink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rh-about-page .rh-about-link:hover {
    color: var(--rh-about-teal);
}

.rh-about-page .rh-about-collage {
    position: relative;
    padding: 20px 0 34px 30px;
}

.rh-about-page .rh-about-collage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    height: calc(100% - 16px);
    border-radius: 32px;
    background: linear-gradient(155deg, #ffffff 0%, #f3f6fd 100%);
    box-shadow: var(--rh-about-shadow);
}

.rh-about-page .rh-about-collage-main,
.rh-about-page .rh-about-collage-alt {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 18px 34px rgba(11, 36, 56, 0.2);
}

.rh-about-page .rh-about-collage-main img,
.rh-about-page .rh-about-collage-alt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.rh-about-page .rh-about-collage:hover .rh-about-collage-main img,
.rh-about-page .rh-about-collage:hover .rh-about-collage-alt img {
    transform: scale(1.06);
}

.rh-about-page .rh-about-collage-main {
    width: 90%;
    height: clamp(340px, 42vw, 500px);
}

.rh-about-page .rh-about-collage-alt {
    position: absolute;
    width: 43%;
    height: 205px;
    left: 0;
    bottom: 0;
    border: 5px solid #fff;
}

.rh-about-page .rh-about-float {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 3;
    background: rgba(1, 26, 67, 0.94);
    color: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    max-width: 230px;
    backdrop-filter: blur(4px);
}

.rh-about-page .rh-about-float strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
}

.rh-about-page .rh-about-float p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.rh-about-page .rh-about-highlight-wrap {
    border-radius: 28px;
    padding: clamp(30px, 4vw, 44px);
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a3a73 55%, var(--dark-main-color) 100%);
    position: relative;
    box-shadow: var(--rh-about-shadow);
}

.rh-about-page .rh-about-highlight-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.rh-about-page .rh-about-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    position: relative;
    z-index: 2;
}

.rh-about-page .rh-about-highlight-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    padding: 20px 18px;
    color: #fff;
    min-height: 194px;
    position: relative;
    overflow: hidden;
    transition: transform 0.32s ease, background 0.32s ease;
}

.rh-about-page .rh-about-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.17) 52%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-115%);
    transition: transform 0.55s ease;
}

.rh-about-page .rh-about-highlight-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
}

.rh-about-page .rh-about-highlight-card:hover::before {
    transform: translateX(115%);
}

.rh-about-page .rh-about-highlight-card i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.rh-about-page .rh-about-highlight-card h3 {
    font-size: 1.13rem;
    margin: 0 0 10px;
}

.rh-about-page .rh-about-highlight-card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.84);
}

.rh-about-page .rh-about-heading {
    max-width: 700px;
    margin: 0 auto 42px;
    text-align: center;
}

.rh-about-page .rh-about-heading h2 {
    margin: 14px 0 12px;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.rh-about-page .rh-about-heading p {
    margin: 0;
    color: var(--rh-about-ink-soft);
    line-height: 1.85;
}

.rh-about-page .rh-about-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rh-about-page .rh-about-journey-card {
    background: var(--rh-about-cream);
    border: 1px solid var(--rh-about-line);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 34px rgba(11, 36, 56, 0.08);
    position: relative;
}

.rh-about-page .rh-about-journey-number {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--primary-color) 0%, #1a3a73 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
}

.rh-about-page .rh-about-journey-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--rh-about-ink);
}

.rh-about-page .rh-about-journey-card p {
    margin: 0;
    color: var(--rh-about-ink-soft);
    font-size: 0.95rem;
    line-height: 1.75;
}

.rh-about-page .rh-about-founder {
    background:
        linear-gradient(112deg, rgba(1, 26, 67, 0.98) 0 30%, rgba(1, 26, 67, 0) 30.2% 100%),
        linear-gradient(68deg, rgba(228, 1, 31, 0.12) 0 17%, rgba(228, 1, 31, 0) 17.2% 100%),
        repeating-linear-gradient(90deg, rgba(1, 26, 67, 0.055) 0 1px, transparent 1px 88px),
        repeating-linear-gradient(0deg, rgba(1, 26, 67, 0.035) 0 1px, transparent 1px 88px),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    background-size: auto, auto, 176px 176px, 176px 176px, auto;
    isolation: isolate;
    contain: paint;
}

.rh-about-page .rh-about-founder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, transparent 0 44%, rgba(255, 255, 255, 0.38) 44.2% 45%, transparent 45.2% 100%),
        linear-gradient(62deg, transparent 0 66%, rgba(201, 148, 52, 0.14) 66.2% 67%, transparent 67.2% 100%);
    background-size: 220% 100%, 180% 100%;
    opacity: 0.5;
    pointer-events: none;
    transform: translateZ(0);
    z-index: 0;
}

.rh-about-page .rh-about-founder::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--main-color) 0%, #c99434 34%, var(--primary-color) 70%, #ffffff 100%);
    z-index: 0;
}

.rh-about-page .rh-about-founder .container {
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-about-founder-shell {
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(1, 26, 67, 0.18);
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
    animation: rhAboutFounderRise 0.9s ease both;
    backface-visibility: hidden;
}

.rh-about-page .rh-about-founder-shell::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(201, 148, 52, 0.28);
    pointer-events: none;
    z-index: 4;
}

.rh-about-page .rh-about-founder-shell::after {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    width: 26%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    opacity: 0;
    transform: translate3d(-145%, 0, 0) skewX(-18deg);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.25s ease, transform 0.75s ease;
}

.rh-about-page .rh-about-founder-shell > .row {
    position: relative;
    z-index: 3;
}

.rh-about-page .rh-about-founder-shell:hover {
    border-color: rgba(201, 148, 52, 0.42);
    box-shadow: 0 34px 82px rgba(1, 26, 67, 0.24);
    transform: translate3d(0, -6px, 0);
}

.rh-about-page .rh-about-founder-shell:hover::after {
    opacity: 1;
    transform: translate3d(520%, 0, 0) skewX(-18deg);
}

.rh-about-page .rh-about-founder-media {
    height: 100%;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    padding: clamp(18px, 3vw, 30px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
        linear-gradient(160deg, #06152f 0%, #0b244a 55%, #7f071c 100%);
    display: flex;
    align-items: center;
}

.rh-about-page .rh-about-founder-media::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.rh-about-page .rh-about-founder-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(124deg, transparent 0 42%, rgba(255, 255, 255, 0.15) 42.2% 43%, transparent 43.2% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.065) 0 1px, transparent 1px 52px);
    mix-blend-mode: screen;
    opacity: 0.34;
    pointer-events: none;
    z-index: 2;
    transform: translateZ(0);
}

.rh-about-page .rh-about-founder-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border: 8px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.32);
    position: relative;
    z-index: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.55s ease, box-shadow 0.55s ease, border-color 0.55s ease;
    backface-visibility: hidden;
}

.rh-about-page .rh-about-founder-shell:hover .rh-about-founder-media img {
    border-color: #ffffff;
    box-shadow: 0 32px 58px rgba(0, 0, 0, 0.42);
    transform: translate3d(0, -4px, 0) scale(1.035);
}

.rh-about-page .rh-about-founder-overlay {
    position: absolute;
    inset: auto 34px 34px 34px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(201, 148, 52, 0.46);
    border-left: 5px solid #c99434;
    border-radius: 8px;
    color: var(--primary-color);
    padding: 16px 18px;
    z-index: 3;
    box-shadow: 0 18px 38px rgba(1, 26, 67, 0.22);
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    animation: rhAboutFounderRise 0.72s ease 0.18s both;
    backface-visibility: hidden;
}

.rh-about-page .rh-about-founder-shell:hover .rh-about-founder-overlay {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 46px rgba(1, 26, 67, 0.3);
    transform: translate3d(0, -6px, 0);
}

.rh-about-page .rh-about-founder-overlay strong {
    display: block;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: clamp(1.2rem, 1.8vw, 1.65rem);
    line-height: 1.05;
    margin-bottom: 4px;
}

.rh-about-page .rh-about-founder-overlay span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text-color);
}

.rh-about-page .rh-about-founder-content {
    padding: clamp(34px, 5vw, 68px);
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .rh-about-page .rh-about-founder-content {
        height: 650px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding-right: clamp(42px, 5vw, 76px);
    }

    .rh-about-page .rh-about-founder-scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        margin-top: 22px;
        padding: 18px 18px 18px 20px;
        border: 1px solid rgba(1, 26, 67, 0.1);
        border-radius: 8px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.86)),
            linear-gradient(135deg, rgba(228, 1, 31, 0.04), rgba(201, 148, 52, 0.08));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 34px rgba(1, 26, 67, 0.08);
    }

    .rh-about-page .rh-about-founder-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .rh-about-page .rh-about-founder-scroll::-webkit-scrollbar-track {
        background: rgba(1, 26, 67, 0.06);
        border-radius: 999px;
    }

    .rh-about-page .rh-about-founder-scroll::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--main-color), #c99434);
        border-radius: 999px;
    }
}

.rh-about-page .rh-about-founder-content::before {
    content: "";
    position: absolute;
    width: 96px;
    height: 4px;
    top: clamp(24px, 4vw, 44px);
    right: clamp(28px, 4vw, 52px);
    background: linear-gradient(90deg, var(--main-color), #c99434, var(--primary-color));
}

.rh-about-page .rh-about-founder .rh-about-kicker {
    background: rgba(1, 26, 67, 0.06);
    color: var(--primary-color);
    animation: rhAboutFounderRise 0.7s ease 0.08s both;
}

.rh-about-page .rh-about-founder .rh-about-title {
    max-width: 760px;
    flex: 0 0 auto;
    animation: rhAboutFounderRise 0.74s ease 0.18s both;
}

.rh-about-page .rh-about-founder .rh-about-title span {
    display: block;
    color: var(--dark-main-color);
    font-size: clamp(1.28rem, 2.2vw, 2.05rem);
    line-height: 1.16;
    margin-top: 8px;
}

.rh-about-page .rh-about-founder-quote {
    background: linear-gradient(135deg, rgba(1, 26, 67, 0.055) 0%, rgba(228, 1, 31, 0.055) 100%);
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-left: 5px solid var(--main-color);
    border-radius: 8px;
    padding: clamp(16px, 2.4vw, 22px);
    margin: 0 0 18px;
    color: var(--rh-about-ink-soft);
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.78;
    position: relative;
    overflow: hidden;
    animation: rhAboutFounderRise 0.76s ease 0.28s both;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.rh-about-page .rh-about-founder-scroll {
    position: relative;
}

.rh-about-page .rh-about-founder-quote::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: translate3d(-120%, 0, 0);
    transition: transform 0.65s ease;
}

.rh-about-page .rh-about-founder-quote:hover {
    border-color: rgba(228, 1, 31, 0.24);
    box-shadow: 0 16px 34px rgba(1, 26, 67, 0.09);
    transform: translate3d(0, -2px, 0);
}

.rh-about-page .rh-about-founder-quote:hover::after {
    transform: translate3d(120%, 0, 0);
}

.rh-about-page .rh-founder-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.rh-about-page .rh-founder-proof {
    min-height: 126px;
    padding: 18px 16px;
    background: #ffffff;
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-top: 4px solid #c99434;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(1, 26, 67, 0.08);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease, background 0.34s ease;
    animation: rhAboutFounderRise 0.72s ease both;
    backface-visibility: hidden;
}

.rh-about-page .rh-founder-proof:nth-child(1) {
    animation-delay: 0.36s;
}

.rh-about-page .rh-founder-proof:nth-child(2) {
    animation-delay: 0.44s;
}

.rh-about-page .rh-founder-proof:nth-child(3) {
    animation-delay: 0.52s;
}

.rh-about-page .rh-founder-proof::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(228, 1, 31, 0.08), rgba(201, 148, 52, 0.13));
    opacity: 0;
    transition: opacity 0.34s ease;
}

.rh-about-page .rh-founder-proof::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    height: 2px;
    background: linear-gradient(90deg, var(--main-color), #c99434);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.34s ease;
}

.rh-about-page .rh-founder-proof:hover {
    background: #fffdf8;
    border-color: rgba(201, 148, 52, 0.48);
    box-shadow: 0 22px 40px rgba(1, 26, 67, 0.15);
    transform: translate3d(0, -7px, 0);
}

.rh-about-page .rh-founder-proof:hover::before {
    opacity: 1;
}

.rh-about-page .rh-founder-proof:hover::after {
    transform: scaleX(1);
}

.rh-about-page .rh-founder-proof strong {
    display: block;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
}

.rh-about-page .rh-founder-proof:hover strong {
    color: var(--main-color);
    transform: translate3d(0, -2px, 0);
}

.rh-about-page .rh-founder-proof span {
    display: block;
    color: var(--text-color);
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-founder-credential-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.rh-about-page .rh-founder-credential {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(1, 26, 67, 0.07);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease, background 0.34s ease;
    animation: rhAboutFounderSlide 0.68s ease both;
    backface-visibility: hidden;
}

.rh-about-page .rh-founder-credential:nth-child(1) {
    animation-delay: 0.58s;
}

.rh-about-page .rh-founder-credential:nth-child(2) {
    animation-delay: 0.66s;
}

.rh-about-page .rh-founder-credential:nth-child(3) {
    animation-delay: 0.74s;
}

.rh-about-page .rh-founder-credential::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--main-color), #c99434);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.34s ease;
}

.rh-about-page .rh-founder-credential::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
    transform: translate3d(-115%, 0, 0);
    transition: transform 0.55s ease;
}

.rh-about-page .rh-founder-credential:hover {
    background: #ffffff;
    border-color: rgba(228, 1, 31, 0.2);
    box-shadow: 0 18px 36px rgba(1, 26, 67, 0.13);
    transform: translate3d(7px, 0, 0);
}

.rh-about-page .rh-founder-credential:hover::before {
    transform: scaleY(1);
}

.rh-about-page .rh-founder-credential:hover::after {
    transform: translate3d(115%, 0, 0);
}

.rh-about-page .rh-founder-credential i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(228, 1, 31, 0.1);
    color: var(--main-color);
    position: relative;
    z-index: 1;
    transition: transform 0.34s ease, background 0.34s ease, color 0.34s ease;
    backface-visibility: hidden;
}

.rh-about-page .rh-founder-credential:hover i {
    background: var(--main-color);
    color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(1.08);
}

.rh-about-page .rh-founder-credential strong,
.rh-about-page .rh-founder-credential span {
    display: block;
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-founder-credential strong {
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: 1.08rem;
    line-height: 1.15;
    margin-bottom: 3px;
}

.rh-about-page .rh-founder-credential span {
    color: var(--text-color);
    font-size: 0.92rem;
    line-height: 1.5;
}

.rh-about-page .rh-founder-award {
    background: linear-gradient(135deg, rgba(201, 148, 52, 0.15) 0%, rgba(255, 255, 255, 0.95) 46%, rgba(228, 1, 31, 0.08) 100%);
    border-color: rgba(201, 148, 52, 0.36);
}

.rh-about-page .rh-founder-award i {
    background: #c99434;
    color: #ffffff;
}

.rh-about-page .rh-founder-award:hover i {
    background: #c99434;
}

.rh-about-page .rh-about-founder-note {
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.72;
    position: relative;
    padding-left: 18px;
    animation: rhAboutFounderRise 0.72s ease 0.82s both;
}

.rh-about-page .rh-about-founder-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 4px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--main-color), #c99434);
}

.rh-about-page .rh-founder-story-copy {
    display: grid;
    gap: 12px;
    margin: 0 0 20px;
}

.rh-about-page .rh-founder-story-copy p {
    margin: 0;
    color: var(--rh-about-ink-soft);
    font-size: 0.98rem;
    line-height: 1.76;
}

@keyframes rhAboutFounderRise {
    from {
        transform: translate3d(0, 18px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rhAboutFounderSlide {
    from {
        transform: translate3d(18px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.rh-about-page .rh-about-priti {
    background: linear-gradient(135deg, #06152f 0%, #0b2442 54%, #740719 100%);
    color: #fff;
    isolation: isolate;
}

.rh-about-page .rh-about-priti::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 52%, transparent 52% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 92px);
    opacity: 0.75;
    pointer-events: none;
    z-index: -1;
}

.rh-about-page .rh-about-priti::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--main-color), rgba(255, 255, 255, 0.86), #2456a6);
    z-index: -1;
}

.rh-about-page .rh-about-priti .container {
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-priti-shell {
    position: relative;
}

.rh-about-page .rh-priti-line {
    position: absolute;
    display: block;
    width: min(420px, 42vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
    pointer-events: none;
}

.rh-about-page .rh-priti-line-one {
    top: 18px;
    right: 8%;
    transform: rotate(-11deg);
}

.rh-about-page .rh-priti-line-two {
    left: 2%;
    bottom: 20px;
    transform: rotate(9deg);
}

.rh-about-page .rh-priti-image-stage {
    position: relative;
    min-height: clamp(470px, 54vw, 610px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rh-about-page .rh-priti-image-stage::before {
    content: "";
    position: absolute;
    inset: 7% 6% 9% 4%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    /* transform: rotate(3deg); */
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    transition: transform 0.45s ease, border-color 0.45s ease;
}

.rh-about-page .rh-priti-portrait {
    position: relative;
    width: min(100%, 440px);
    aspect-ratio: 5 / 6;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
    /* transform: rotate(-2deg); */
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    background: rgba(255, 255, 255, 0.08);
}

.rh-about-page .rh-priti-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(1, 26, 67, 0.48) 100%);
    pointer-events: none;
}

.rh-about-page .rh-priti-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.04) contrast(1.03);
    transition: transform 0.65s ease, filter 0.65s ease;
}

.rh-about-page .rh-priti-image-stage:hover::before {
    transform: rotate(-1deg) scale(1.02);
    border-color: rgba(255, 255, 255, 0.34);
}

.rh-about-page .rh-priti-image-stage:hover .rh-priti-portrait {
    transform: rotate(0deg) translateY(-8px);
    box-shadow: 0 42px 90px rgba(0, 0, 0, 0.48);
}

.rh-about-page .rh-priti-image-stage:hover .rh-priti-portrait img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.03);
}

.rh-about-page .rh-priti-experience-badge,
.rh-about-page .rh-priti-rank-badge {
    position: absolute;
    z-index: 3;
    border-radius: 18px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rh-about-page .rh-priti-experience-badge {
    top: 10%;
    left: 5%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--primary-color);
    animation: rhPritiFloat 5.5s ease-in-out infinite;
}

.rh-about-page .rh-priti-experience-badge span {
    display: block;
    font-family: var(--heading-font);
    font-size: clamp(2rem, 3.5vw, 2.9rem);
    line-height: 0.9;
    font-weight: 700;
    color: var(--main-color);
}

.rh-about-page .rh-priti-experience-badge small,
.rh-about-page .rh-priti-rank-badge small {
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.rh-about-page .rh-priti-rank-badge {
    left: 0;
    bottom: 12%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(228, 1, 31, 0.92);
    color: #fff;
    animation: rhPritiFloat 6.4s ease-in-out infinite reverse;
}

.rh-about-page .rh-priti-rank-badge i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    flex: 0 0 auto;
}

.rh-about-page .rh-priti-rank-badge strong {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.08rem;
    line-height: 1;
}

.rh-about-page .rh-priti-image-stage:hover .rh-priti-experience-badge,
.rh-about-page .rh-priti-image-stage:hover .rh-priti-rank-badge {
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.34);
}

.rh-about-page .rh-priti-content {
    position: relative;
    min-width: 0;
}

.rh-about-page .rh-about-priti .rh-about-kicker {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.rh-about-page .rh-about-priti .rh-about-kicker::before {
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.rh-about-page .rh-about-priti .rh-about-title {
    color: #fff;
    max-width: 780px;
}

.rh-about-page .rh-about-priti .rh-about-title span {
    color: #ffd8df;
    overflow-wrap: anywhere;
}

.rh-about-page .rh-priti-lead {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.85;
    overflow-wrap: break-word;
}

.rh-about-page .rh-priti-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.rh-about-page .rh-priti-proof {
    min-height: 132px;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    min-width: 0;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.rh-about-page .rh-priti-proof::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.65s ease;
}

.rh-about-page .rh-priti-proof:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
}

.rh-about-page .rh-priti-proof:hover::before {
    transform: translateX(120%);
}

.rh-about-page .rh-priti-proof strong {
    display: block;
    position: relative;
    font-family: var(--heading-font);
    font-size: clamp(1.45rem, 2vw, 2rem);
    color: #fff;
    line-height: 1.08;
    margin-bottom: 8px;
}

.rh-about-page .rh-priti-proof span {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: break-word;
}

.rh-about-page .rh-priti-credential-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rh-about-page .rh-priti-credential {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: var(--primary-color);
    min-width: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rh-about-page .rh-priti-credential div {
    min-width: 0;
}

.rh-about-page .rh-priti-credential:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.rh-about-page .rh-priti-credential i {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--main-color), var(--dark-main-color));
    flex: 0 0 auto;
}

.rh-about-page .rh-priti-credential strong {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.02rem;
    color: var(--primary-color);
    line-height: 1.25;
    margin-bottom: 4px;
}

.rh-about-page .rh-priti-credential span {
    display: block;
    color: var(--text-color);
    font-size: 0.92rem;
    line-height: 1.48;
    overflow-wrap: break-word;
}

.rh-about-page .rh-priti-focus-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.rh-about-page .rh-priti-focus-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(1, 26, 67, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    min-width: 0;
}

.rh-about-page .rh-priti-focus-item span {
    min-width: 0;
    overflow-wrap: break-word;
}

.rh-about-page .rh-priti-focus-item i {
    color: #ffd8df;
    flex: 0 0 auto;
}

.rh-about-page .rh-priti-note {
    margin: 24px 0 0;
    padding-left: 18px;
    border-left: 3px solid #fff;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.8;
}

.rh-about-page .rh-priti-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.rh-about-page .rh-about-priti .rh-about-btn {
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.rh-about-page .rh-about-priti .rh-about-btn:hover {
    color: var(--primary-color);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}

.rh-about-page .rh-about-priti .rh-about-btn.is-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: none;
}

.rh-about-page .rh-about-priti .rh-about-btn.is-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.rh-about-page .rh-about-video {
    background: linear-gradient(135deg, #06152f 0%, #0b2345 44%, #8c0620 100%);
    color: #fff;
    isolation: isolate;
}

.rh-about-page .rh-about-video::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.08) 46% 48%, transparent 48% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 118px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px);
    pointer-events: none;
    z-index: -1;
}

.rh-about-page .rh-about-video::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--main-color), #ffffff, #2456a6);
    z-index: -1;
}

.rh-about-page .rh-about-video .container {
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-video-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.rh-about-page .rh-video-line {
    position: absolute;
    display: block;
    width: min(460px, 42vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
    pointer-events: none;
}

.rh-about-page .rh-video-line-one {
    right: 8%;
    top: -24px;
    transform: rotate(-9deg);
}

.rh-about-page .rh-video-line-two {
    left: 2%;
    bottom: -30px;
    transform: rotate(8deg);
}

.rh-about-page .rh-video-content {
    position: relative;
    min-width: 0;
}

.rh-about-page .rh-about-video .rh-about-kicker {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.rh-about-page .rh-about-video .rh-about-kicker::before {
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.rh-about-page .rh-about-video .rh-about-title {
    color: #fff;
    margin-bottom: 14px;
}

.rh-about-page .rh-about-video .rh-about-title span {
    color: #ffd8df;
}

.rh-about-page .rh-video-copy {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.82;
}

.rh-about-page .rh-video-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
}

.rh-about-page .rh-video-feature {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.rh-about-page .rh-video-feature:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
}

.rh-about-page .rh-video-feature i {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--main-color), var(--dark-main-color));
    flex: 0 0 auto;
}

.rh-about-page .rh-video-feature div {
    min-width: 0;
}

.rh-about-page .rh-video-feature strong {
    display: block;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 1.02rem;
    line-height: 1.25;
    margin-bottom: 4px;
}

.rh-about-page .rh-video-feature span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.93rem;
    line-height: 1.5;
}

.rh-about-page .rh-video-stage {
    position: relative;
    min-width: 0;
}

.rh-about-page .rh-video-stage::before {
    content: "";
    position: absolute;
    inset: -22px -18px 34px 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    transform: rotate(2deg);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.rh-about-page .rh-video-stage:hover::before {
    transform: rotate(0deg) translateY(-5px);
    border-color: rgba(255, 255, 255, 0.34);
}

.rh-about-page .rh-video-glow {
    position: absolute;
    display: block;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
    height: 1px;
    width: 52%;
    z-index: 1;
}

.rh-about-page .rh-video-glow-one {
    top: 12%;
    left: -9%;
    transform: rotate(-14deg);
}

.rh-about-page .rh-video-glow-two {
    right: -8%;
    bottom: 20%;
    transform: rotate(12deg);
}

.rh-about-page .rh-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    z-index: 2;
}

.rh-about-page .rh-video-stage:hover .rh-video-frame {
    transform: translateY(-8px);
    box-shadow: 0 44px 92px rgba(0, 0, 0, 0.46);
}

.rh-about-page .rh-video-frame video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: contain;
    background: #06152f;
}

.rh-about-page .rh-video-caption {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    max-width: min(320px, calc(100% - 48px));
    padding: 12px 14px;
    border-radius: 8px;
    color: #fff;
    background: rgba(1, 26, 67, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.rh-about-page .rh-video-caption span {
    font-size: 0.78rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.rh-about-page .rh-video-caption strong {
    font-family: var(--heading-font);
    font-size: 1.08rem;
    line-height: 1.15;
}

.rh-about-page .rh-video-stat-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.rh-about-page .rh-video-stat-strip span {
    min-width: 0;
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.35;
    text-align: center;
}

.rh-about-page .rh-video-stat-strip strong {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 1rem;
}

.rh-about-page .rh-about-moments {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.rh-about-page .rh-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(170px, auto));
    gap: 16px;
    margin-bottom: 30px;
}

.rh-about-page .rh-about-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    display: block;
    box-shadow: 0 15px 32px rgba(11, 36, 56, 0.16);
}

.rh-about-page .rh-about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.rh-about-page .rh-about-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 26, 67, 0) 45%, rgba(1, 26, 67, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.rh-about-page .rh-about-gallery-item span {
    position: absolute;
    left: 16px;
    bottom: 14px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    z-index: 2;
}

.rh-about-page .rh-about-gallery-item:hover img {
    transform: scale(1.08);
}

.rh-about-page .rh-about-gallery-item:hover::before {
    opacity: 1;
}

.rh-about-page .rh-about-gallery-item:hover span {
    opacity: 1;
    transform: translateY(0);
}

.rh-about-page .rh-about-gallery-item.is-large {
    grid-column: span 6;
    grid-row: span 2;
}

.rh-about-page .rh-about-gallery-item.is-wide {
    grid-column: span 6;
}

.rh-about-page .rh-about-gallery-item.is-small {
    grid-column: span 3;
}

.rh-about-page .rh-about-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.rh-about-page .rh-about-testimonial-card {
    background: var(--white-color);
    border: 1px solid var(--rh-about-line);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 14px 28px rgba(11, 36, 56, 0.08);
    position: relative;
}

.rh-about-page .rh-about-testimonial-card i {
    color: var(--rh-about-accent);
    font-size: 20px;
    margin-bottom: 14px;
}

.rh-about-page .rh-about-testimonial-card p {
    margin-bottom: 16px;
    color: var(--rh-about-ink-soft);
    line-height: 1.78;
    font-size: 0.96rem;
}

.rh-about-page .rh-about-testimonial-card h4 {
    margin: 0;
    font-size: 1rem;
}

.rh-about-page .rh-about-testimonial-card span {
    color: var(--text-color);
    font-size: 0.88rem;
}

.rh-about-page .rh-about-testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rh-about-page .rh-about-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 1, 31, 0.34);
    box-shadow: 0 20px 38px rgba(1, 26, 67, 0.14);
}

.rh-about-page .rh-about-moments .rh-about-heading,
.rh-about-page .rh-about-founder .rh-about-heading {
    margin-bottom: 36px;
}

.rh-about-page .rh-about-impact-shell {
    border-radius: 28px;
    background: linear-gradient(140deg, #ffffff 0%, #f5f8ff 100%);
    border: 1px solid var(--rh-about-line);
    box-shadow: var(--rh-about-shadow);
    padding: clamp(28px, 4vw, 44px);
    overflow: hidden;
    position: relative;
}

.rh-about-page .rh-about-impact-shell::before,
.rh-about-page .rh-about-impact-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.rh-about-page .rh-about-impact-shell::before {
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 72%);
    animation: rhFloatOrb 8.2s ease-in-out infinite;
}

.rh-about-page .rh-about-impact-shell::after {
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(1, 26, 67, 0.12) 0%, rgba(1, 26, 67, 0) 70%);
    animation: rhFloatOrb 9.4s ease-in-out infinite reverse;
}

.rh-about-page .rh-about-impact-shell .rh-about-heading {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.rh-about-page .rh-about-impact-shell .rh-about-heading h2,
.rh-about-page .rh-about-impact-shell .rh-about-heading p {
    text-align: left;
}

.rh-about-page .rh-about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.rh-about-page .rh-about-metric-card {
    background: #fff;
    border: 1px solid var(--rh-about-line);
    border-radius: 16px;
    padding: 20px 18px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 26px rgba(1, 26, 67, 0.08);
}

.rh-about-page .rh-about-metric-card:hover {
    transform: translateY(-7px);
    border-color: rgba(228, 1, 31, 0.4);
    box-shadow: 0 20px 34px rgba(1, 26, 67, 0.14);
}

.rh-about-page .rh-about-metric-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(140deg, var(--primary-color) 0%, var(--main-color) 100%);
    margin-bottom: 14px;
}

.rh-about-page .rh-about-metric-value {
    font-family: var(--heading-font);
    color: var(--primary-color);
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.1;
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.rh-about-page .rh-about-metric-value .rh-suffix {
    color: var(--main-color);
    font-size: 1rem;
    letter-spacing: 0.2px;
}

.rh-about-page .rh-about-metric-label {
    margin: 0 0 6px;
    font-size: 1rem;
    color: var(--primary-color);
}

.rh-about-page .rh-about-metric-copy {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-color);
    line-height: 1.62;
}

.rh-about-page .rh-about-board-strip {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.rh-about-page .rh-about-board-pill {
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 26, 67, 0.13);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.rh-about-page .rh-about-board-pill:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.rh-about-page .rh-about-method {
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.rh-about-page .rh-about-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rh-about-page .rh-about-method-card {
    background: #fff;
    border: 1px solid var(--rh-about-line);
    border-radius: 18px;
    padding: 22px 22px 20px 74px;
    position: relative;
    box-shadow: 0 14px 30px rgba(1, 26, 67, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rh-about-page .rh-about-method-card:nth-child(even) {
    margin-top: 34px;
}

.rh-about-page .rh-about-method-card:hover {
    transform: translateY(-7px);
    border-color: rgba(228, 1, 31, 0.34);
    box-shadow: 0 22px 40px rgba(1, 26, 67, 0.15);
}

.rh-about-page .rh-about-method-step {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 0.95rem;
    font-weight: 700;
    background: linear-gradient(150deg, var(--main-color) 0%, var(--dark-main-color) 100%);
    box-shadow: 0 10px 18px rgba(228, 1, 31, 0.35);
}

.rh-about-page .rh-about-method-card h3 {
    margin-bottom: 8px;
    font-size: 1.18rem;
    color: var(--primary-color);
}

.rh-about-page .rh-about-method-card p {
    margin: 0;
    font-size: 0.94rem;
    color: var(--text-color);
    line-height: 1.72;
}

.rh-about-page .rh-about-lab-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rh-about-page .rh-about-lab-card {
    min-height: 390px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 18px 36px rgba(1, 26, 67, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

.rh-about-page .rh-about-lab-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 44px rgba(1, 26, 67, 0.24);
}

.rh-about-page .rh-about-lab-media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.rh-about-page .rh-about-lab-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.rh-about-page .rh-about-lab-card:hover .rh-about-lab-media img {
    transform: scale(1.08);
}

.rh-about-page .rh-about-lab-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 26, 67, 0.12) 8%, rgba(1, 26, 67, 0.84) 88%);
    z-index: 1;
}

.rh-about-page .rh-about-lab-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 24px 22px;
    color: #fff;
}

.rh-about-page .rh-about-lab-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.rh-about-page .rh-about-lab-content h3 {
    color: #fff;
    font-size: 1.32rem;
    margin-bottom: 10px;
    line-height: 1.28;
}

.rh-about-page .rh-about-lab-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.86);
}

.rh-about-page .rh-about-lab-points {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.rh-about-page .rh-about-lab-points li {
    font-size: 0.86rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
}

.rh-about-page .rh-about-lab-points li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 auto;
}

.rh-about-page .rh-about-marquee {
    margin-top: 24px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(1, 26, 67, 0.12);
    background: #fff;
    padding: 11px 0;
}

.rh-about-page .rh-about-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: rhMarqueeTrack 22s linear infinite;
}

.rh-about-page .rh-about-marquee-item {
    font-family: var(--heading-font);
    font-size: 16px;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    margin: 0 16px;
    position: relative;
    white-space: nowrap;
}

.rh-about-page .rh-about-marquee-item::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--main-color);
    transform: translateY(-50%);
}

@keyframes rhFloatOrb {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@keyframes rhMarqueeTrack {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes rhPritiFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -12px, 0);
    }
}

.rh-about-page .rh-about-cta-card {
    border-radius: 28px;
    background: linear-gradient(120deg, var(--primary-color) 0%, #1a3a73 50%, var(--main-color) 100%);
    padding: clamp(34px, 6vw, 58px);
    color: #fff;
    text-align: center;
    box-shadow: var(--rh-about-shadow);
    position: relative;
    overflow: hidden;
}

.rh-about-page .rh-about-cta-card::before,
.rh-about-page .rh-about-cta-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.rh-about-page .rh-about-cta-card::before {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
}

.rh-about-page .rh-about-cta-card::after {
    width: 200px;
    height: 200px;
    bottom: -90px;
    left: -80px;
}

.rh-about-page .rh-about-cta-card h2 {
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    margin-bottom: 12px;
    color: #fff;
}

.rh-about-page .rh-about-cta-card p {
    margin: 0 auto 30px;
    max-width: 660px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.85;
}

.rh-about-page .rh-about-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.rh-about-page .rh-about-cta-buttons .rh-about-btn {
    box-shadow: none;
}

.rh-about-page .rh-about-btn.is-light {
    background: var(--white-color);
    color: var(--primary-color);
}

.rh-about-page .rh-about-btn.is-light:hover {
    color: var(--primary-color);
    box-shadow: 0 20px 36px rgba(255, 255, 255, 0.26);
}

.rh-about-page .rh-about-wave-divider {
    position: relative;
    line-height: 0;
    margin-top: -2px;
    z-index: 1;
}

.rh-about-page .rh-about-wave-divider svg {
    display: block;
    width: 100%;
    height: 84px;
}

.rh-about-page .rh-about-wave-divider.is-light path {
    fill: #f7faff;
}

.rh-about-page .rh-about-wave-divider.is-white path {
    fill: #ffffff;
}

.rh-about-page .rh-about-wave-divider.is-soft path {
    fill: #f4f8ff;
}

.rh-about-page .rh-about-luxury {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.rh-about-page .rh-about-luxury .rh-about-shell {
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
    border: 1px solid rgba(1, 26, 67, 0.1);
    box-shadow: 0 26px 60px rgba(1, 26, 67, 0.12);
    padding: clamp(30px, 4vw, 46px);
    position: relative;
    overflow: hidden;
}

.rh-about-page .rh-about-luxury .rh-about-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(228, 1, 31, 0.12) 0%, rgba(228, 1, 31, 0) 40%),
        radial-gradient(circle at 10% 88%, rgba(1, 26, 67, 0.12) 0%, rgba(1, 26, 67, 0) 44%);
    pointer-events: none;
}

.rh-about-page .rh-parallax-layer {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    will-change: transform;
}

.rh-about-page .rh-parallax-layer.layer-red {
    background: radial-gradient(circle, rgba(228, 1, 31, 0.14) 0%, rgba(228, 1, 31, 0) 70%);
}

.rh-about-page .rh-parallax-layer.layer-blue {
    background: radial-gradient(circle, rgba(1, 26, 67, 0.13) 0%, rgba(1, 26, 67, 0) 72%);
}

.rh-about-page .rh-about-luxury .rh-parallax-layer.layer-red {
    width: 340px;
    height: 340px;
    top: -120px;
    right: -120px;
}

.rh-about-page .rh-about-luxury .rh-parallax-layer.layer-blue {
    width: 290px;
    height: 290px;
    left: -120px;
    bottom: -110px;
}

.rh-about-page .rh-about-lux-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 26px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.rh-about-page .rh-about-lux-copy h2 {
    font-size: clamp(1.9rem, 3.1vw, 2.9rem);
    margin: 14px 0 12px;
    line-height: 1.14;
}

.rh-about-page .rh-about-lux-copy p {
    margin: 0 0 18px;
    color: var(--text-color);
    line-height: 1.84;
}

.rh-about-page .rh-about-lux-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.rh-about-page .rh-about-lux-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.96rem;
}

.rh-about-page .rh-about-lux-list li i {
    color: var(--main-color);
}

.rh-about-page .rh-about-lux-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rh-about-page .rh-about-lux-panel {
    background: #fff;
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 14px 26px rgba(1, 26, 67, 0.09);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.rh-about-page .rh-about-lux-panel:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 1, 31, 0.28);
    box-shadow: 0 22px 34px rgba(1, 26, 67, 0.15);
}

.rh-about-page .rh-about-lux-panel .icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 12px;
    background: linear-gradient(135deg, var(--main-color) 0%, var(--dark-main-color) 100%);
}

.rh-about-page .rh-about-lux-panel h4 {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 1.08rem;
    line-height: 1.28;
}

.rh-about-page .rh-about-lux-panel p {
    margin: 0;
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.72;
}

.rh-about-page .rh-about-process {
    background: #ffffff;
}

.rh-about-page .rh-about-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    position: relative;
}

.rh-about-page .rh-about-process-grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 42px;
    border-top: 1px dashed rgba(1, 26, 67, 0.25);
    z-index: 0;
}

.rh-about-page .rh-about-process-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid rgba(1, 26, 67, 0.12);
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 12px 24px rgba(1, 26, 67, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rh-about-page .rh-about-process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(228, 1, 31, 0.3);
    box-shadow: 0 22px 36px rgba(1, 26, 67, 0.14);
}

.rh-about-page .rh-about-process-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 14px;
    background: linear-gradient(145deg, var(--primary-color) 0%, var(--main-color) 100%);
    box-shadow: 0 10px 20px rgba(228, 1, 31, 0.25);
}

.rh-about-page .rh-about-process-card h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: var(--primary-color);
}

.rh-about-page .rh-about-process-card p {
    margin: 0;
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.74;
}

.rh-about-page .rh-about-gallery-luxe {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.rh-about-page .rh-about-gallery-shell {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #173768 58%, var(--dark-main-color) 100%);
    padding: clamp(30px, 4vw, 44px);
    overflow: hidden;
    box-shadow: 0 28px 58px rgba(1, 26, 67, 0.2);
}

.rh-about-page .rh-about-gallery-shell .rh-parallax-layer.layer-red {
    width: 280px;
    height: 280px;
    right: -90px;
    top: -90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
}

.rh-about-page .rh-about-gallery-shell .rh-parallax-layer.layer-blue {
    width: 330px;
    height: 330px;
    left: -120px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 74%);
}

.rh-about-page .rh-about-gallery-header {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
    color: #fff;
}

.rh-about-page .rh-about-gallery-header .rh-about-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.rh-about-page .rh-about-gallery-header .rh-about-kicker::before {
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.rh-about-page .rh-about-gallery-header h2 {
    margin: 16px 0 10px;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.15;
}

.rh-about-page .rh-about-gallery-header p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.84;
}

.rh-about-page .rh-about-lux-gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.rh-about-page .rh-about-lux-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 190px;
    box-shadow: 0 16px 34px rgba(1, 26, 67, 0.22);
}

.rh-about-page .rh-about-lux-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rh-about-page .rh-about-lux-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 26, 67, 0.12) 36%, rgba(1, 26, 67, 0.84) 100%);
    opacity: 0.76;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.rh-about-page .rh-about-lux-gallery-item:hover img {
    transform: scale(1.08);
}

.rh-about-page .rh-about-lux-gallery-item:hover::before {
    opacity: 0.56;
}

.rh-about-page .rh-about-lux-gallery-item .caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.5;
    font-weight: 600;
}

.rh-about-page .rh-about-lux-gallery-item.is-large {
    grid-column: span 6;
    grid-row: span 2;
    min-height: 395px;
}

.rh-about-page .rh-about-lux-gallery-item.is-mid {
    grid-column: span 3;
}

.rh-about-page .rh-about-lux-gallery-item.is-wide {
    grid-column: span 6;
}

@media (max-width: 1199px) {
    .rh-about-page .rh-about-founder-media {
        min-height: 540px;
    }

    .rh-about-page .rh-about-founder-content {
        padding: clamp(32px, 4vw, 46px);
    }

    .rh-about-page .rh-about-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-lux-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-lux-gallery-item.is-large {
        grid-column: span 12;
        min-height: 300px;
    }

    .rh-about-page .rh-about-lux-gallery-item.is-mid {
        grid-column: span 6;
    }

    .rh-about-page .rh-about-lux-gallery-item.is-wide {
        grid-column: span 12;
    }

    .rh-about-page .rh-about-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-process-grid::before {
        display: none;
    }

    .rh-about-page .rh-about-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-lab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-gallery-item.is-large {
        grid-column: span 7;
    }

    .rh-about-page .rh-about-gallery-item.is-wide {
        grid-column: span 5;
    }

    .rh-about-page .rh-about-gallery-item.is-small {
        grid-column: span 5;
    }

    .rh-about-page .rh-about-testimonials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rh-about-page .rh-priti-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rh-about-page .rh-video-shell {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-video-content {
        max-width: 760px;
    }
}

@media (max-width: 991px) {
    .rh-about-page .rh-about-founder {
        background:
            linear-gradient(180deg, rgba(1, 26, 67, 0.96) 0 230px, rgba(1, 26, 67, 0) 230px 100%),
            repeating-linear-gradient(90deg, rgba(1, 26, 67, 0.05) 0 1px, transparent 1px 72px),
            linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    }

    .rh-about-page .rh-about-founder-media {
        min-height: 0;
        display: block;
    }

    .rh-about-page .rh-about-founder-media img {
        display: block;
        max-width: min(100%, 480px);
        margin: 0 auto;
    }

    .rh-about-page .rh-founder-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rh-about-page .rh-about-collage {
        margin-top: 14px;
    }

    .rh-about-page .rh-about-collage-main {
        width: 100%;
    }

    .rh-about-page .rh-about-collage-alt {
        left: 12px;
    }

    .rh-about-page .rh-about-float {
        right: 12px;
    }

    .rh-about-page .rh-about-founder-points {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-priti-image-stage {
        min-height: auto;
        margin-bottom: 22px;
        padding: 18px 0 26px;
    }

    .rh-about-page .rh-priti-portrait {
        width: min(100%, 430px);
    }

    .rh-about-page .rh-priti-content {
        text-align: left;
    }

    .rh-about-page .rh-about-method-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-method-card:nth-child(even) {
        margin-top: 0;
    }

    .rh-about-page .rh-about-lux-panels {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-gallery-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(130px, auto));
    }

    .rh-about-page .rh-about-gallery-item.is-large,
    .rh-about-page .rh-about-gallery-item.is-wide {
        grid-column: span 6;
        grid-row: span 2;
    }

    .rh-about-page .rh-about-gallery-item.is-small {
        grid-column: span 3;
    }

    .rh-about-page .rh-video-stage::before {
        inset: -14px -10px 24px 20px;
    }

    .rh-about-page .rh-video-stat-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rh-about-page .rh-about-section {
        padding: 62px 0;
    }

    .rh-about-page .rh-about-founder-shell::before {
        inset: 10px;
    }

    .rh-about-page .rh-about-founder-content {
        padding: 28px 22px 34px;
    }

    .rh-about-page .rh-founder-proof-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-founder-proof {
        min-height: auto;
    }

    .rh-about-page .rh-about-highlight-grid,
    .rh-about-page .rh-about-journey-grid,
    .rh-about-page .rh-about-testimonials {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-process-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-metrics-grid,
    .rh-about-page .rh-about-lab-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-priti-proof-grid,
    .rh-about-page .rh-priti-credential-grid,
    .rh-about-page .rh-priti-focus-panel {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-priti-line {
        display: none;
    }

    .rh-about-page .rh-priti-image-stage {
        padding: 0 0 18px;
    }

    .rh-about-page .rh-about-highlight-card {
        min-height: auto;
    }

    .rh-about-page .rh-about-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .rh-about-page .rh-about-gallery-item.is-large,
    .rh-about-page .rh-about-gallery-item.is-wide,
    .rh-about-page .rh-about-gallery-item.is-small {
        grid-column: auto;
        grid-row: auto;
        min-height: 220px;
    }

    .rh-about-page .rh-about-wave-divider svg {
        height: 58px;
    }

    .rh-about-page .rh-about-lux-gallery-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-about-lux-gallery-item.is-large,
    .rh-about-page .rh-about-lux-gallery-item.is-mid,
    .rh-about-page .rh-about-lux-gallery-item.is-wide {
        grid-column: auto;
        min-height: 220px;
    }

    .rh-about-page .rh-video-feature-grid,
    .rh-about-page .rh-video-stat-strip {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-video-line {
        display: none;
    }

    .rh-about-page .rh-video-frame {
        padding: 8px;
    }

    .rh-about-page .rh-video-caption {
        left: 18px;
        top: 18px;
        max-width: calc(100% - 36px);
    }
}

@media (max-width: 575px) {
    .rh-about-page .rh-about-founder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rh-about-page .rh-about-founder .container {
        padding-left: 0;
        padding-right: 0;
    }

    .rh-about-page .rh-about-founder-shell {
        width: min(100%, 350px);
        margin-left: auto;
        margin-right: auto;
    }

    .rh-about-page .rh-about-founder .row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .rh-about-page .rh-about-founder .row>* {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .rh-about-page .rh-about-founder-shell::before,
    .rh-about-page .rh-about-founder-media::before,
    .rh-about-page .rh-about-founder-content::before {
        display: none;
    }

    .rh-about-page .rh-about-founder-media {
        padding: 16px;
    }

    .rh-about-page .rh-about-founder-media img {
        aspect-ratio: 1 / 1;
        border-width: 5px;
    }

    .rh-about-page .rh-about-founder-overlay {
        position: relative;
        inset: auto;
        margin-top: 12px;
    }

    .rh-about-page .rh-about-founder .rh-about-title {
        font-size: 1.76rem;
        line-height: 1.12;
    }

    .rh-about-page .rh-about-founder .rh-about-title span {
        font-size: 1.16rem;
    }

    .rh-about-page .rh-about-founder-quote {
        padding: 15px;
    }

    .rh-about-page .rh-founder-credential {
        align-items: flex-start;
        padding: 13px;
    }

    .rh-about-page .rh-founder-credential i {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .rh-about-page .rh-about-video {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rh-about-page .rh-about-video .container {
        padding-left: 0;
        padding-right: 0;
    }

    .rh-about-page .rh-video-shell {
        width: min(100%, 330px);
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        gap: 28px;
    }

    .rh-about-page .rh-about-video .rh-about-title {
        font-size: 1.72rem;
        line-height: 1.16;
        overflow-wrap: anywhere;
    }

    .rh-about-page .rh-about-video .rh-about-title span {
        display: block;
    }

    .rh-about-page .rh-video-copy {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .rh-about-page .rh-video-stage::before,
    .rh-about-page .rh-video-glow {
        display: none;
    }

    .rh-about-page .rh-video-frame {
        border-radius: 10px;
        box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
    }

    .rh-about-page .rh-video-caption {
        left: 14px;
        top: 14px;
        padding: 10px 12px;
    }

    .rh-about-page .rh-video-caption strong {
        font-size: 0.98rem;
    }

    .rh-about-page .rh-about-priti {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rh-about-page .rh-about-priti .container {
        padding-left: 0;
        padding-right: 0;
    }

    .rh-about-page .rh-about-priti .row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .rh-about-page .rh-about-priti .row>* {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .rh-about-page .rh-priti-content,
    .rh-about-page .rh-priti-image-stage {
        width: min(100%, 310px) !important;
        max-width: 310px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .rh-about-page .rh-priti-content {
        padding-right: 0;
        box-sizing: border-box;
    }

    .rh-about-page .rh-priti-proof-grid,
    .rh-about-page .rh-priti-credential-grid,
    .rh-about-page .rh-priti-focus-panel,
    .rh-about-page .rh-priti-actions {
        width: 100%;
        max-width: 100%;
    }

    .rh-about-page .rh-about-priti .rh-about-title {
        font-size: 1.7rem;
        line-height: 1.16;
        overflow-wrap: anywhere;
    }

    .rh-about-page .rh-about-priti .rh-about-title span {
        display: block;
    }

    .rh-about-page .rh-priti-lead,
    .rh-about-page .rh-priti-note {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .rh-about-page .rh-priti-image-stage {
        display: block;
    }

    .rh-about-page .rh-priti-image-stage::before {
        inset: 8px;
    }

    .rh-about-page .rh-priti-portrait {
        width: 100%;
        transform: none;
    }

    .rh-about-page .rh-priti-experience-badge,
    .rh-about-page .rh-priti-rank-badge {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 12px;
        animation: none;
    }

    .rh-about-page .rh-priti-actions .rh-about-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .rh-about-page .rh-priti-focus-item,
    .rh-about-page .rh-priti-credential {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rh-about-page .rh-about-founder::before,
    .rh-about-page .rh-about-founder::after,
    .rh-about-page .rh-about-founder-shell,
    .rh-about-page .rh-about-founder-shell::after,
    .rh-about-page .rh-about-founder-media::after,
    .rh-about-page .rh-about-founder-media img,
    .rh-about-page .rh-about-founder-overlay,
    .rh-about-page .rh-about-founder-content::before,
    .rh-about-page .rh-about-founder .rh-about-kicker,
    .rh-about-page .rh-about-founder .rh-about-title,
    .rh-about-page .rh-about-founder-quote,
    .rh-about-page .rh-about-founder-quote::after,
    .rh-about-page .rh-founder-proof,
    .rh-about-page .rh-founder-proof::before,
    .rh-about-page .rh-founder-proof::after,
    .rh-about-page .rh-founder-credential,
    .rh-about-page .rh-founder-credential::before,
    .rh-about-page .rh-founder-credential::after,
    .rh-about-page .rh-founder-credential i,
    .rh-about-page .rh-founder-award i,
    .rh-about-page .rh-about-founder-note,
    .rh-about-page .rh-priti-experience-badge,
    .rh-about-page .rh-priti-rank-badge,
    .rh-about-page .rh-priti-proof::before,
    .rh-about-page .rh-video-stage::before,
    .rh-about-page .rh-video-frame,
    .rh-about-page .rh-video-feature {
        animation: none;
        transition: none;
    }
}

/* About video success manifesto option */
.rh-about-page .rh-about-video {
    background:
        radial-gradient(circle at 12% 18%, rgba(228, 1, 31, 0.13), transparent 27%),
        radial-gradient(circle at 88% 76%, rgba(34, 143, 117, 0.18), transparent 30%),
        linear-gradient(135deg, #fff9ef 0%, #f7fbff 48%, #eef9f4 100%);
    color: var(--primary-color);
    overflow: hidden;
}

.rh-about-page .rh-about-video::before {
    z-index: 0;
    background:
        linear-gradient(116deg, transparent 0 51%, rgba(1, 26, 67, 0.1) 51% 100%),
        repeating-linear-gradient(90deg, rgba(1, 26, 67, 0.055) 0 1px, transparent 1px 108px),
        repeating-linear-gradient(0deg, rgba(228, 1, 31, 0.04) 0 1px, transparent 1px 82px);
    opacity: 1;
}

.rh-about-page .rh-about-video::after {
    top: 0;
    bottom: auto;
    z-index: 0;
    height: 9px;
    background: linear-gradient(90deg, var(--main-color) 0%, #f1b73a 32%, #1f8f75 66%, var(--primary-color) 100%);
}

.rh-about-page .rh-about-video .container {
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-video-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 430px);
    gap: clamp(34px, 6vw, 92px);
    align-items: center;
    padding: clamp(8px, 1.8vw, 22px) 0;
    isolation: isolate;
}

.rh-about-page .rh-video-content,
.rh-about-page .rh-video-copy,
.rh-about-page .rh-video-quote,
.rh-about-page .rh-video-feature-grid,
.rh-about-page .rh-video-feature,
.rh-about-page .rh-video-stage,
.rh-about-page .rh-video-stat-strip {
    min-width: 0;
    max-width: 100%;
}

.rh-about-page .rh-video-line {
    width: 124px;
    height: 430px;
    border-radius: 8px;
    background:
        repeating-linear-gradient(180deg, rgba(1, 26, 67, 0.18) 0 10px, transparent 10px 24px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.08));
    opacity: 0.66;
}

.rh-about-page .rh-video-line-one {
    right: 39%;
    top: -110px;
    transform: rotate(14deg);
}

.rh-about-page .rh-video-line-two {
    left: -54px;
    bottom: -130px;
    transform: rotate(-11deg);
}

.rh-about-page .rh-about-video .rh-about-kicker {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid rgba(1, 26, 67, 0.08);
    box-shadow: 0 18px 36px rgba(1, 26, 67, 0.16);
}

.rh-about-page .rh-about-video .rh-about-kicker::before {
    background: #f1b73a;
    box-shadow: 0 0 0 6px rgba(241, 183, 58, 0.2);
}

.rh-about-page .rh-about-video .rh-about-title {
    color: var(--primary-color);
    max-width: 760px;
}

.rh-about-page .rh-about-video .rh-about-title span {
    background: linear-gradient(90deg, var(--main-color), #1f8f75);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rh-about-page .rh-video-copy {
    color: #47546a;
    max-width: 690px;
}

.rh-about-page .rh-video-quote {
    position: relative;
    max-width: 690px;
    margin: 26px 0 0;
    padding: 20px 22px 20px 26px;
    overflow: hidden;
    border-left: 5px solid var(--main-color);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.7)),
        linear-gradient(135deg, rgba(241, 183, 58, 0.18), rgba(31, 143, 117, 0.12));
    box-shadow: 0 22px 44px rgba(1, 26, 67, 0.1);
    color: var(--primary-color);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    font-weight: 700;
    line-height: 1.55;
}

.rh-about-page .rh-video-quote::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 14px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(1, 26, 67, 0.1);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228, 1, 31, 0.12), transparent 68%);
}

.rh-about-page .rh-video-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.rh-about-page .rh-video-feature {
    position: relative;
    min-height: 178px;
    padding: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(1, 26, 67, 0.1);
    border-top: 3px solid rgba(228, 1, 31, 0.72);
    box-shadow: 0 18px 36px rgba(1, 26, 67, 0.09);
}

.rh-about-page .rh-video-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(228, 1, 31, 0.08), transparent 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rh-about-page .rh-video-feature:hover {
    background: #fff;
    border-color: rgba(1, 26, 67, 0.12);
    border-top-color: #1f8f75;
    box-shadow: 0 26px 48px rgba(1, 26, 67, 0.14);
    transform: translateY(-8px);
}

.rh-about-page .rh-video-feature:hover::before {
    opacity: 1;
}

.rh-about-page .rh-video-feature i,
.rh-about-page .rh-video-feature div {
    position: relative;
    z-index: 1;
}

.rh-about-page .rh-video-feature i {
    margin-bottom: 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--main-color), #f1b73a);
    color: #fff;
    box-shadow: 0 14px 24px rgba(228, 1, 31, 0.22);
}

.rh-about-page .rh-video-feature strong {
    color: var(--primary-color);
}

.rh-about-page .rh-video-feature span {
    color: #546075;
}

.rh-about-page .rh-video-stage {
    justify-self: end;
    width: min(100%, 430px);
    padding: 28px 0 24px;
}

.rh-about-page .rh-video-stage::before {
    inset: 4px -28px 16px 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, #06152f 0%, #102f54 50%, #1f8f75 100%);
    box-shadow: 0 34px 70px rgba(1, 26, 67, 0.24);
    transform: rotate(-2.5deg);
}

.rh-about-page .rh-video-stage:hover::before {
    transform: rotate(-1deg) translateY(-7px);
}

.rh-about-page .rh-video-glow {
    width: 104%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(241, 183, 58, 0.72), rgba(228, 1, 31, 0.55), transparent);
}

.rh-about-page .rh-video-frame {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    padding: 12px;
    background: linear-gradient(145deg, #ffffff, #e9eef7);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 36px 82px rgba(1, 26, 67, 0.32);
}

.rh-about-page .rh-video-frame::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 2;
    width: 62px;
    height: 5px;
    border-radius: 999px;
    background: rgba(1, 26, 67, 0.32);
    transform: translateX(-50%);
    pointer-events: none;
}

.rh-about-page .rh-video-frame video {
    border-radius: 6px;
    object-fit: cover;
    background: #000;
}

.rh-about-page .rh-video-caption {
    left: auto;
    right: 24px;
    top: 24px;
    background: rgba(6, 21, 47, 0.84);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px rgba(1, 26, 67, 0.28);
    backdrop-filter: blur(10px);
}

.rh-about-page .rh-video-caption span {
    color: #f1b73a;
}

.rh-about-page .rh-video-caption strong {
    color: #fff;
}

.rh-about-page .rh-video-stat-strip {
    grid-template-columns: 1fr;
    margin-top: 16px;
}

.rh-about-page .rh-video-stat-strip span {
    background: rgba(6, 21, 47, 0.88);
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 32px rgba(1, 26, 67, 0.18);
    backdrop-filter: blur(10px);
}

.rh-about-page .rh-video-stat-strip strong {
    color: #fff;
}

@media (max-width: 1199px) {
    .rh-about-page .rh-about-video::before {
        background:
            linear-gradient(180deg, transparent 0 58%, rgba(1, 26, 67, 0.08) 58% 100%),
            repeating-linear-gradient(90deg, rgba(1, 26, 67, 0.05) 0 1px, transparent 1px 96px);
    }

    .rh-about-page .rh-video-shell {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-video-content {
        max-width: 100%;
    }

    .rh-about-page .rh-video-stage {
        justify-self: center;
        width: min(100%, 420px);
    }
}

@media (max-width: 767px) {
    .rh-about-page .rh-video-feature-grid {
        grid-template-columns: 1fr;
    }

    .rh-about-page .rh-video-feature {
        min-height: auto;
        display: flex;
    }

    .rh-about-page .rh-video-quote {
        padding: 18px 18px 18px 22px;
    }
}

@media (max-width: 575px) {
    .rh-about-page .rh-about-video {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rh-about-page .rh-video-shell {
        width: 100%;
        max-width: 100%;
        gap: 30px;
    }

    .rh-about-page .rh-about-video .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .rh-about-page .rh-video-content,
    .rh-about-page .rh-video-copy,
    .rh-about-page .rh-video-quote,
    .rh-about-page .rh-video-feature-grid,
    .rh-about-page .rh-video-feature {
        width: 100%;
        max-width: 100%;
    }

    .rh-about-page .rh-about-video .rh-about-title,
    .rh-about-page .rh-video-copy,
    .rh-about-page .rh-video-quote,
    .rh-about-page .rh-video-feature strong,
    .rh-about-page .rh-video-feature span {
        overflow-wrap: anywhere;
    }

    .rh-about-page .rh-video-stage {
        width: min(100%, 330px);
        padding-top: 12px;
    }

    .rh-about-page .rh-video-stage::before {
        inset: 8px -12px 16px 14px;
    }

    .rh-about-page .rh-video-frame {
        padding: 9px;
    }

    .rh-about-page .rh-video-caption {
        left: 16px;
        right: auto;
        top: 16px;
    }
}

/* ====================================
   Premium Contact Page
======================================= */
.rh-contact-premium-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #f7fbff 0%, #ffffff 44%, #fff5f6 100%);
}

.rh-contact-premium-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(90deg, rgba(1, 26, 67, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(228, 1, 31, 0.035) 1px, transparent 1px);
    background-size: 92px 92px;
    opacity: 0.42;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.65) 44%, rgba(0, 0, 0, 0.08) 100%);
}

.rh-contact-premium-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(118deg, transparent 0%, transparent 58%, rgba(1, 26, 67, 0.055) 58.2%, rgba(1, 26, 67, 0.055) 72%, transparent 72.2%),
        linear-gradient(28deg, transparent 0%, transparent 68%, rgba(228, 1, 31, 0.055) 68.2%, rgba(228, 1, 31, 0.055) 78%, transparent 78.2%);
}

.rh-contact-premium-section .container,
.rh-contact-map-section .container {
    position: relative;
    z-index: 2;
}

.rh-contact-premium-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 32px;
    align-items: stretch;
}

.rh-contact-intro,
.rh-contact-form-wrap {
    min-width: 0;
}

.rh-contact-intro {
    animation: rhContactFadeUp 0.65s ease both;
}

.rh-contact-form-wrap {
    animation: rhContactFadeUp 0.72s ease 0.08s both;
}

.rh-contact-eyebrow,
.rh-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(228, 1, 31, 0.24);
    background: rgba(228, 1, 31, 0.08);
    color: var(--main-color);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rh-contact-eyebrow i,
.rh-form-badge i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color) 0%, #b8001a 100%);
    color: var(--white-color);
    font-size: 12px;
}

.rh-contact-intro .section-title {
    margin: 20px 0 24px;
}

.rh-contact-intro .sisf-sis-heading-title {
    margin-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
}

.rh-contact-intro .sisf-sis-heading-title span {
    display: block;
    color: rgba(1, 26, 67, 0.07);
    font-size: clamp(36px, 4.8vw, 62px);
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.rh-contact-intro .sisf-m-title {
    max-width: 660px;
    margin-bottom: 14px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rh-contact-intro .section-title p {
    max-width: 650px;
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.72;
}

.rh-contact-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.rh-contact-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 26, 67, 0.1);
    background: rgba(255, 255, 255, 0.86);
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(1, 26, 67, 0.06);
}

.rh-contact-assurance i {
    color: var(--main-color);
}

.rh-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rh-contact-card {
    position: relative;
    min-height: 136px;
    padding: 18px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(1, 26, 67, 0.1);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 255, 0.96) 100%);
    box-shadow: 0 18px 38px rgba(1, 26, 67, 0.09);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    contain: paint;
}

.rh-contact-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--main-color) 0%, var(--primary-color) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.rh-contact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 1, 31, 0.28);
    box-shadow: 0 26px 52px rgba(1, 26, 67, 0.14);
}

.rh-contact-card:hover::before {
    transform: scaleX(1);
}

.rh-contact-info-grid .sisf-contact-box .sisf-icon a {
    width: 54px;
    height: 54px;
    min-width: 54px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #083369 100%);
    box-shadow: 0 14px 28px rgba(1, 26, 67, 0.18);
}

.rh-contact-card:hover .sisf-icon a {
    background: linear-gradient(135deg, var(--main-color) 0%, #b8001a 100%);
    color: var(--white-color) !important;
    transform: scale(1.04);
}

.rh-contact-card .sisf-sis-e-content {
    min-width: 0;
}

.rh-contact-card .title {
    font-size: 20px;
    line-height: 1.1;
}

.rh-contact-card a,
.rh-contact-card p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.rh-contact-form-card {
    position: relative;
    height: 100%;
    padding: 34px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(145deg, rgba(1, 26, 67, 0.98) 0%, rgba(6, 42, 88, 0.98) 58%, rgba(228, 1, 31, 0.92) 100%);
    box-shadow:
        0 30px 70px rgba(1, 26, 67, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.rh-contact-form-card::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.rh-contact-form-card::after {
    content: "";
    position: absolute;
    right: -96px;
    top: -42px;
    width: 280px;
    height: 420px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    transform: rotate(18deg);
    pointer-events: none;
}

.rh-contact-form-card .rh-form-badge,
.rh-contact-form-card .section-title,
.rh-contact-form-card form {
    position: relative;
    z-index: 2;
}

.rh-contact-form-card .rh-form-badge {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.rh-contact-form-card .section-title {
    margin: 22px 0 22px;
}

.rh-contact-form-card .sisf-m-title {
    margin-bottom: 12px;
    color: var(--white-color);
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.08;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rh-contact-form-card .sisf-e-colored {
    color: #ffbdc7 !important;
}

.rh-contact-form-card .sisf-m-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.rh-contact-form-card .form-group {
    margin-bottom: 14px;
}

.rh-contact-form-card .form-col {
    position: relative;
}

.rh-contact-form-card .form-control {
    width: 100%;
    min-height: 56px;
    margin-bottom: 0 !important;
    padding: 15px 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 12px 24px rgba(1, 26, 67, 0.1);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.rh-contact-form-card textarea.form-control {
    min-height: 126px;
    resize: vertical;
}

.rh-contact-form-card .form-control::placeholder {
    color: rgba(1, 26, 67, 0.62) !important;
}

.rh-contact-form-card .form-control:focus {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: var(--white-color) !important;
    box-shadow: 0 18px 34px rgba(1, 26, 67, 0.16), 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.rh-contact-form-card .help-block.with-errors {
    color: #ffdde2;
    font-size: 13px;
    line-height: 1.35;
}

.rh-form-message {
    min-height: 22px;
    margin-top: 14px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.rh-form-message.text-success {
    color: #bff7d5 !important;
}

.rh-form-message.text-danger {
    color: #ffdde2 !important;
}

.rh-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.rh-form-actions .btn-default {
    min-height: 52px;
    border-color: var(--white-color) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.rh-whatsapp-link {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color) !important;
    font-family: var(--heading-font);
    font-size: 17px;
    font-weight: 800;
    transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.rh-whatsapp-link:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.18);
}

.rh-contact-map-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
}

.rh-contact-map-shell {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(1, 26, 67, 0.12);
    background: var(--white-color);
    box-shadow: 0 26px 62px rgba(1, 26, 67, 0.12);
}

.rh-contact-map-head {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
    gap: 22px;
    align-items: end;
    padding: 30px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f4f8ff 58%, #fff1f3 100%);
}

.rh-contact-map-head .rh-contact-eyebrow {
    grid-column: 1 / -1;
}

.rh-contact-map-head h2 {
    margin: 0;
    color: var(--primary-color);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rh-contact-map-head p {
    margin: 0;
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.58;
}

.rh-contact-map {
    height: 430px;
    overflow: hidden;
    border-radius: 0;
}

.rh-contact-map iframe {
    display: block;
    border: 0;
    filter: saturate(0.72) contrast(1.04);
    transform: translateZ(0);
    transition: filter 0.3s ease;
}

.rh-contact-map:hover iframe {
    filter: saturate(1) contrast(1.02);
}

@keyframes rhContactFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1199px) {
    .rh-contact-premium-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .rh-contact-form-card {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .rh-contact-info-grid {
        grid-template-columns: 1fr;
    }

    .rh-contact-card {
        min-height: 116px;
    }

    .rh-contact-map-head {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .rh-contact-premium-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .rh-contact-intro .sisf-m-title {
        font-size: 36px;
    }

    .rh-contact-intro .sisf-sis-heading-title {
        margin-bottom: -6px !important;
    }

    .rh-contact-intro .sisf-sis-heading-title span {
        font-size: 28px;
        line-height: 1.08;
    }

    .rh-contact-intro .section-title p {
        font-size: 16px;
    }

    .rh-contact-card {
        padding: 16px;
    }

    .rh-contact-form-card {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .rh-contact-form-card::before {
        inset: 10px;
        border-radius: 18px;
    }

    .rh-contact-form-card::after {
        display: none;
    }

    .rh-contact-form-card .sisf-m-title {
        font-size: 30px;
    }

    .rh-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rh-form-actions .btn-default,
    .rh-whatsapp-link {
        width: 100%;
    }

    .rh-contact-map-head {
        padding: 24px 20px;
    }

    .rh-contact-map {
        height: 360px;
    }
}

@media only screen and (max-width: 480px) {
    .rh-contact-premium-grid {
        gap: 24px;
    }

    .rh-contact-eyebrow,
    .rh-form-badge {
        font-size: 13px;
        padding: 7px 12px;
    }

    .rh-contact-assurance span {
        width: 100%;
        justify-content: flex-start;
    }

    .rh-contact-info-grid .sisf-contact-box .sisf-icon a {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .rh-contact-card .sisf-sis-e-content {
        margin-left: 14px !important;
    }

    .rh-contact-card .title {
        font-size: 18px;
    }

    .rh-contact-card a,
    .rh-contact-card p {
        font-size: 15px;
    }

    .rh-contact-map-shell {
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rh-contact-intro,
    .rh-contact-form-wrap {
        animation: none !important;
    }

    .rh-contact-card,
    .rh-contact-form-card .form-control,
    .rh-whatsapp-link {
        transition: none !important;
    }
}

@media only screen and (max-width: 767px) {
	.rh-founder-section {
		left: auto;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.rh-founder-section .container {
		width: calc(100vw - 30px);
		max-width: calc(100vw - 30px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.rh-founder-header h2 {
		font-size: 28px;
	}

	.rh-founder-header p {
		font-size: 15px;
	}

	.rh-founder-shell {
		padding: 10px;
	}

	.rh-founder-card .rh-founder-content {
		padding: 22px 18px;
	}

	.rh-founder-role {
		white-space: normal;
	}

	.rh-founder-header h2,
	.rh-founder-header p,
	.rh-founder-card .rh-founder-content > * {
		max-width: 280px;
	}

	.rh-founder-header h2,
	.rh-founder-header p {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 480px) {
	.rh-founder-section .container {
		width: min(330px, calc(100vw - 30px));
		max-width: min(330px, calc(100vw - 30px));
	}

	.rh-founder-header h2 {
		font-size: 25px;
	}

	.rh-founder-card h3 {
		font-size: 27px;
	}
}

.rh-founder-section {
	background:
		linear-gradient(90deg, rgba(17, 31, 66, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(17, 31, 66, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #eef2f8 100%);
	background-size: 44px 44px, 44px 44px, auto;
}

.rh-founder-header {
	animation: rhFounderRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rh-founder-eyebrow {
	position: relative;
	overflow: hidden;
}

.rh-founder-eyebrow::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -42%;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(228, 1, 31, 0.2), transparent);
	animation: rhFounderSweep 4.8s ease-in-out infinite;
}

.rh-founder-header h2 {
	text-shadow: 0 10px 28px rgba(17, 31, 66, 0.08);
}

.rh-founder-shell {
	isolation: isolate;
	animation: rhFounderRise 0.95s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rh-founder-rail {
	position: absolute;
	left: 18px;
	right: 18px;
	height: 1px;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(228, 1, 31, 0.42), rgba(1, 26, 67, 0.34), transparent);
	background-size: 220% 100%;
	animation: rhFounderRailFlow 6s linear infinite;
}

.rh-founder-rail-top {
	top: 18px;
}

.rh-founder-rail-bottom {
	bottom: 18px;
	animation-direction: reverse;
}

.rh-founder-card {
	animation: rhFounderCardIn 0.9s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
	will-change: transform;
}

.rh-founder-card:nth-child(2) {
	animation-delay: 0.28s;
}

.rh-founder-card::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(115deg, transparent 0%, transparent 37%, rgba(255, 255, 255, 0.38) 48%, transparent 60%, transparent 100%);
	transform: translateX(-115%);
	transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}

.rh-founder-card::after {
	content: '';
	position: absolute;
	inset: 10px;
	z-index: 2;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	box-shadow: inset 0 0 0 1px rgba(228, 1, 31, 0.08);
	opacity: 0.7;
	pointer-events: none;
	transition: opacity 0.3s ease, inset 0.3s ease;
}

.rh-founder-card:hover::before {
	transform: translateX(115%);
}

.rh-founder-card:hover::after {
	inset: 8px;
	opacity: 1;
}

.rh-founder-card .rh-founder-photo {
	z-index: 1;
}

.rh-founder-card .rh-founder-photo img {
	filter: saturate(1.04) contrast(1.02);
}

.rh-founder-card .rh-founder-content {
	position: relative;
	z-index: 3;
}

.rh-founder-card .rh-founder-content::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 24px;
	width: 76px;
	height: 76px;
	border-top: 2px solid rgba(228, 1, 31, 0.14);
	border-right: 2px solid rgba(1, 26, 67, 0.12);
	pointer-events: none;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.rh-founder-card:hover .rh-founder-content::before {
	transform: translate(-6px, 6px);
	opacity: 0.72;
}

.rh-founder-role {
	box-shadow: inset 0 0 0 1px rgba(228, 1, 31, 0.06), 0 10px 22px rgba(228, 1, 31, 0.08);
	transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.rh-founder-card:hover .rh-founder-role {
	transform: translateY(-2px);
	background: rgba(228, 1, 31, 0.12);
}

.rh-founder-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.rh-founder-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 10px;
	border-radius: 999px;
	background: #f7f9fc;
	border: 1px solid rgba(17, 31, 66, 0.08);
	color: #3c4658;
	font-family: var(--heading-font);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(17, 31, 66, 0.05);
	transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.rh-founder-card:hover .rh-founder-meta span {
	border-color: rgba(228, 1, 31, 0.16);
	background: #ffffff;
}

.rh-founder-meta span:hover {
	transform: translateY(-2px);
}

.rh-founder-read {
	position: relative;
	overflow: hidden;
}

.rh-founder-read::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -46%;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
	transform: skewX(-18deg);
	transition: left 0.45s ease;
}

.rh-founder-read:hover::before {
	left: 118%;
}

@keyframes rhFounderRise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes rhFounderCardIn {
	from {
		opacity: 0;
		transform: translateY(28px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes rhFounderRailFlow {
	from {
		background-position: 220% 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes rhFounderSweep {
	0%,
	62% {
		left: -42%;
	}
	100% {
		left: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.rh-founder-rail {
		left: 10px;
		right: 10px;
	}

	.rh-founder-card::after {
		inset: 8px;
	}

	.rh-founder-card .rh-founder-content::before {
		width: 52px;
		height: 52px;
		top: 18px;
		right: 18px;
	}

	.rh-founder-meta {
		max-width: 280px;
		gap: 7px;
	}

	.rh-founder-meta span {
		font-size: 11px;
		min-height: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rh-founder-header,
	.rh-founder-shell,
	.rh-founder-card,
	.rh-founder-eyebrow::after,
	.rh-founder-rail {
		animation: none !important;
	}

	.rh-founder-card,
	.rh-founder-card::before,
	.rh-founder-card::after,
	.rh-founder-card .rh-founder-photo img,
	.rh-founder-card .rh-founder-content::before,
	.rh-founder-role,
	.rh-founder-meta span,
	.rh-founder-read,
	.rh-founder-read::before {
		transition: none !important;
	}
}

/* Premium founder showcase */
.rh-founder-section.rh-founder-dynamic {
	padding: 94px 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		radial-gradient(circle at 18% 20%, rgba(228, 1, 31, 0.2), transparent 28%),
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.11), transparent 24%),
		linear-gradient(135deg, #081326 0%, #111d35 48%, #07101f 100%);
	background-size: 52px 52px, 52px 52px, auto, auto, auto;
	overflow: hidden;
}

.rh-founder-section.rh-founder-dynamic::before {
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(228, 1, 31, 0.12), transparent 28%, transparent 72%, rgba(228, 1, 31, 0.12));
}

.rh-founder-section.rh-founder-dynamic::after {
	display: none;
}

.rh-founder-section.rh-founder-dynamic .container {
	max-width: 1340px;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-header {
	max-width: 900px;
	margin-bottom: 42px;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-eyebrow {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	box-shadow: none;
	backdrop-filter: blur(14px);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-header h2 {
	color: #ffffff;
	font-size: clamp(40px, 5vw, 72px);
	letter-spacing: 0;
	text-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-header p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-shell {
	position: relative;
	padding: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(18px);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-shell::before {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 30%, transparent 70%, rgba(228, 1, 31, 0.16)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-shell::after {
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(228, 1, 31, 0.34), rgba(255, 255, 255, 0.2)) border-box;
	opacity: 0.9;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-row {
	position: relative;
	gap: 14px;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-row::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 22px;
	bottom: 22px;
	z-index: 5;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.68), rgba(228, 1, 31, 0.55), transparent);
	box-shadow: 0 0 28px rgba(228, 1, 31, 0.24);
	pointer-events: none;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card {
	grid-template-columns: minmax(245px, 0.92fr) minmax(0, 1.08fr);
	min-height: 440px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 252, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow: none;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card-alt {
	grid-template-columns: minmax(300px, 1.08fr) minmax(0, 0.92fr);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card::after {
	border-color: rgba(8, 19, 38, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-photo {
	min-height: 440px;
	background: #dfe5ef;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-photo::before {
	content: '';
	position: absolute;
	inset: 16px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.58);
	pointer-events: none;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-photo::after {
	background: linear-gradient(180deg, transparent 44%, rgba(8, 19, 38, 0.34) 100%);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-photo img {
	object-position: center top;
	transform: scale(1.04);
	filter: saturate(1.04) contrast(1.04);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card-alt .rh-founder-photo img {
	object-position: center center;
	transform: scale(1.01);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card:hover .rh-founder-photo img {
	transform: scale(1.1);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card-alt:hover .rh-founder-photo img {
	transform: scale(1.055);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content {
	padding: 46px 38px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
		linear-gradient(90deg, rgba(228, 1, 31, 0.04), transparent);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content::before {
	top: 28px;
	right: 28px;
	width: 96px;
	height: 96px;
	border-color: rgba(228, 1, 31, 0.16);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-role {
	background: #fff1f3;
	color: #a40e23;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card h3 {
	position: relative;
	margin-bottom: 16px;
	color: #0f172a;
	font-size: clamp(38px, 3.3vw, 56px);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card h3::after {
	content: '';
	display: block;
	width: 74px;
	height: 3px;
	margin-top: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, #e4011f, rgba(228, 1, 31, 0));
	transform-origin: left center;
	transition: transform 0.35s ease, width 0.35s ease;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card:hover h3::after {
	width: 104px;
	transform: scaleX(1.05);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content p {
	max-width: 420px;
	color: #4a566b;
	font-size: 17px;
	line-height: 1.74;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-meta {
	margin-top: 4px;
	margin-bottom: 26px;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-meta span {
	background: #ffffff;
	border-color: rgba(15, 23, 42, 0.08);
	color: #42506a;
}

.rh-founder-section.rh-founder-dynamic .rh-founder-read {
	background: linear-gradient(135deg, #e4011f, #bd0d25);
	box-shadow: 0 18px 34px rgba(228, 1, 31, 0.28);
}

.rh-founder-section.rh-founder-dynamic .rh-founder-read:hover {
	background: #07101f;
}

@media only screen and (max-width: 1199px) {
	.rh-founder-section.rh-founder-dynamic .rh-founder-card {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

@media only screen and (max-width: 991px) {
	.rh-founder-section.rh-founder-dynamic {
		padding: 72px 0;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-row {
		grid-template-columns: 1fr;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-row::before {
		display: none;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card,
	.rh-founder-section.rh-founder-dynamic .rh-founder-card:first-child,
	.rh-founder-section.rh-founder-dynamic .rh-founder-card:nth-child(2) {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rh-founder-section.rh-founder-dynamic {
		padding: 60px 0;
	}

	.rh-founder-section.rh-founder-dynamic .container {
		width: min(336px, calc(100vw - 28px));
		max-width: min(336px, calc(100vw - 28px));
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-header h2 {
		max-width: 310px;
		font-size: 30px;
		line-height: 1.16;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-header p {
		max-width: 300px;
		font-size: 15px;
		line-height: 1.65;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-shell {
		padding: 10px;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card {
		grid-template-columns: 1fr;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-photo {
		height: 360px;
		min-height: 360px;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content {
		padding: 30px 20px 26px;
		overflow: hidden;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card h3 {
		font-size: 34px;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content p,
	.rh-founder-section.rh-founder-dynamic .rh-founder-card .rh-founder-content > * {
		width: 100%;
		max-width: 286px;
		overflow-wrap: anywhere;
	}

	.rh-founder-section.rh-founder-dynamic .rh-founder-read {
		width: fit-content;
		max-width: 100%;
	}
}

/* High-end mentor story sections */
.rh-mentor-story {
	position: relative;
	padding: 104px 0;
	overflow: hidden;
	isolation: isolate;
	background:
		linear-gradient(90deg, rgba(1, 26, 67, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(1, 26, 67, 0.045) 1px, transparent 1px),
		linear-gradient(135deg, #f9fbff 0%, #edf3ff 48%, #ffffff 100%);
	background-size: 72px 72px, 72px 72px, auto;
}

.rh-mentor-story::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(112deg, rgba(1, 26, 67, 0.96) 0 33%, transparent 33.2% 100%),
		linear-gradient(68deg, transparent 0 72%, rgba(228, 1, 31, 0.12) 72.2% 100%);
	pointer-events: none;
}

.rh-mentor-story::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: linear-gradient(90deg, #e4011f, #c99434, #011a43);
}

.rh-mentor-story-priti {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(135deg, #06152f 0%, #0b2442 54%, #740719 100%);
	background-size: 74px 74px, 74px 74px, auto;
	color: #fff;
}

.rh-mentor-story-priti::before {
	background:
		linear-gradient(112deg, rgba(255, 255, 255, 0.08) 0 28%, transparent 28.2% 100%),
		linear-gradient(68deg, transparent 0 66%, rgba(255, 255, 255, 0.08) 66.2% 100%);
}

.rh-mentor-story .container {
	position: relative;
	z-index: 1;
	max-width: 1320px;
}

.rh-mentor-story-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(34px, 5vw, 76px);
}

.rh-mentor-story-grid-reverse {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.rh-mentor-visual {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(18px, 3vw, 34px);
}

.rh-mentor-visual::before,
.rh-mentor-visual::after {
	content: '';
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 8px;
	transform: rotate(-2deg);
	transition: transform 0.45s ease, border-color 0.45s ease;
}

.rh-mentor-visual::after {
	inset: 48px 4px 48px 52px;
	border-color: rgba(201, 148, 52, 0.38);
	transform: rotate(2.5deg);
}

.rh-mentor-visual:hover::before {
	transform: rotate(0deg) scale(1.02);
	border-color: rgba(255, 255, 255, 0.46);
}

.rh-mentor-visual:hover::after {
	transform: rotate(0deg) scale(0.98);
}

.rh-mentor-portrait {
	position: relative;
	z-index: 1;
	width: min(100%, 440px);
	margin: 0;
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	overflow: hidden;
	background: #dfe5ef;
	border: 8px solid rgba(255, 255, 255, 0.94);
	box-shadow: 0 34px 74px rgba(1, 26, 67, 0.26);
	transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.rh-mentor-story-priti .rh-mentor-portrait {
	aspect-ratio: 5 / 6;
}

.rh-mentor-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: saturate(1.04) contrast(1.04);
	transition: transform 0.7s ease, filter 0.7s ease;
}

.rh-mentor-story-priti .rh-mentor-portrait img {
	object-position: center center;
}

.rh-mentor-visual:hover .rh-mentor-portrait {
	border-color: #ffffff;
	box-shadow: 0 44px 88px rgba(1, 26, 67, 0.34);
	transform: translateY(-8px);
}

.rh-mentor-visual:hover .rh-mentor-portrait img {
	transform: scale(1.045);
	filter: saturate(1.08) contrast(1.06);
}

.rh-mentor-badge {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 178px;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 22px 44px rgba(1, 26, 67, 0.2);
	backdrop-filter: blur(12px);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rh-mentor-badge-top {
	top: 15%;
	right: 2%;
}

.rh-mentor-badge-bottom {
	left: 3%;
	bottom: 13%;
	background: linear-gradient(135deg, #e4011f, #ba0c25);
	color: #fff;
}

.rh-mentor-badge strong {
	color: #e4011f;
	font-family: var(--heading-font);
	font-size: clamp(1.65rem, 3vw, 2.55rem);
	line-height: 0.9;
}

.rh-mentor-badge-bottom strong {
	color: #fff;
}

.rh-mentor-badge span {
	color: #10203f;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.rh-mentor-badge-bottom span {
	color: rgba(255, 255, 255, 0.92);
}

.rh-mentor-visual:hover .rh-mentor-badge {
	box-shadow: 0 28px 54px rgba(1, 26, 67, 0.28);
	transform: translateY(-5px);
}

.rh-mentor-content {
	position: relative;
	padding: clamp(30px, 4vw, 54px);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(1, 26, 67, 0.1);
	box-shadow: 0 24px 68px rgba(1, 26, 67, 0.12);
	backdrop-filter: blur(18px);
	transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

@media only screen and (min-width: 992px) {
	.rh-mentor-story-rinki .rh-mentor-content {
		height: 660px;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		padding-right: clamp(42px, 4vw, 62px);
	}

	.rh-mentor-story-rinki .rh-mentor-visual {
		min-height: 660px;
	}

	.rh-mentor-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-gutter: stable;
		padding: 22px 20px;
		margin: 4px 0 0;
		border: 1px solid rgba(1, 26, 67, 0.1);
		border-radius: 8px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.84)),
			linear-gradient(135deg, rgba(228, 1, 31, 0.04), rgba(201, 148, 52, 0.08));
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 34px rgba(1, 26, 67, 0.08);
	}

	.rh-mentor-scroll::-webkit-scrollbar {
		width: 8px;
	}

	.rh-mentor-scroll::-webkit-scrollbar-track {
		background: rgba(1, 26, 67, 0.08);
		border-radius: 999px;
	}

	.rh-mentor-scroll::-webkit-scrollbar-thumb {
		background: linear-gradient(180deg, #e4011f, #c99434);
		border-radius: 999px;
	}
}

.rh-mentor-story-rinki .rh-mentor-content h2 {
	font-size: clamp(34px, 3.8vw, 58px);
}

.rh-mentor-story-rinki .rh-mentor-content h2 span {
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
}

.rh-mentor-story-priti .rh-mentor-content {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 26px 76px rgba(0, 0, 0, 0.28);
}

.rh-mentor-content::before {
	content: '';
	position: absolute;
	top: 28px;
	right: 28px;
	width: 92px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #e4011f, #c99434, #011a43);
}

.rh-mentor-content:hover {
	border-color: rgba(228, 1, 31, 0.22);
	box-shadow: 0 34px 82px rgba(1, 26, 67, 0.18);
	transform: translateY(-6px);
}

.rh-mentor-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(228, 1, 31, 0.08);
	color: #a40e23;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.rh-mentor-story-priti .rh-mentor-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.rh-mentor-content h2 {
	margin: 0 0 18px;
	color: #07152e;
	font-size: clamp(36px, 4.6vw, 68px);
	line-height: 1.02;
	letter-spacing: 0;
}

.rh-mentor-story-rinki .rh-mentor-content h2 {
	flex: 0 0 auto;
}

.rh-mentor-story-priti .rh-mentor-content h2 {
	color: #ffffff;
}

.rh-mentor-content h2 span {
	display: block;
	margin-top: 8px;
	color: #e4011f;
	font-size: clamp(1.25rem, 2vw, 2rem);
	line-height: 1.18;
}

.rh-mentor-story-priti .rh-mentor-content h2 span {
	color: #ffb8c2;
}

.rh-mentor-content p {
	margin: 0 0 13px;
	color: #44516a;
	font-size: 1rem;
	line-height: 1.78;
}

.rh-mentor-scroll p:last-child {
	margin-bottom: 0;
}

.rh-mentor-story-priti .rh-mentor-content p {
	color: rgba(255, 255, 255, 0.8);
}

.rh-mentor-facts {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.rh-mentor-facts span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 13px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid rgba(1, 26, 67, 0.1);
	color: #10203f;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	box-shadow: 0 12px 26px rgba(1, 26, 67, 0.08);
	transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.rh-mentor-story-priti .rh-mentor-facts span {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	box-shadow: none;
}

.rh-mentor-facts span:hover {
	background: #fff8f9;
	border-color: rgba(228, 1, 31, 0.24);
	transform: translateY(-4px);
}

.rh-mentor-story-priti .rh-mentor-facts span:hover {
	background: rgba(228, 1, 31, 0.28);
}

@media only screen and (max-width: 1199px) {
	.rh-mentor-story-grid,
	.rh-mentor-story-grid-reverse {
		grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
		gap: 34px;
	}

	.rh-mentor-story-grid-reverse {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	}
}

@media only screen and (max-width: 991px) {
	.rh-mentor-story {
		padding: 76px 0;
	}

	.rh-mentor-story::before {
		background:
			linear-gradient(180deg, rgba(1, 26, 67, 0.95) 0 34%, transparent 34.2% 100%),
			linear-gradient(68deg, transparent 0 76%, rgba(228, 1, 31, 0.1) 76.2% 100%);
	}

	.rh-mentor-story-grid,
	.rh-mentor-story-grid-reverse {
		grid-template-columns: 1fr;
	}

	.rh-mentor-story-grid-reverse .rh-mentor-content {
		order: 2;
	}

	.rh-mentor-story-grid-reverse .rh-mentor-visual {
		order: 1;
	}

	.rh-mentor-visual {
		min-height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.rh-mentor-story {
		padding: 62px 0;
	}

	.rh-mentor-visual {
		padding: 12px 0 72px;
		flex-direction: column;
	}

	.rh-mentor-visual::before,
	.rh-mentor-visual::after {
		inset: 10px;
	}

	.rh-mentor-portrait {
		width: min(100%, 330px);
		border-width: 6px;
	}

	.rh-mentor-badge {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: min(100%, 330px);
		margin: 12px auto 0;
	}

	.rh-mentor-badge-top {
		margin-top: -56px;
	}

	.rh-mentor-content {
		padding: 28px 20px;
	}

	.rh-mentor-content::before {
		top: 18px;
		right: 20px;
		width: 58px;
	}

	.rh-mentor-content h2 {
		font-size: 32px;
		line-height: 1.08;
	}

	.rh-mentor-content h2 span {
		font-size: 1.15rem;
	}

	.rh-mentor-content p {
		font-size: 0.95rem;
		line-height: 1.72;
	}
}

/* Premium about page team section */
.rh-about-page .our-team {
	position: relative;
	padding: clamp(76px, 8vw, 120px) 0;
	background:
		linear-gradient(135deg, rgba(1, 26, 67, 0.05) 0 22%, transparent 22.2% 100%),
		linear-gradient(315deg, rgba(228, 1, 31, 0.08) 0 18%, transparent 18.2% 100%),
		#ffffff;
	overflow: hidden;
}

.rh-about-page .our-team::before,
.rh-about-page .our-team::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.rh-about-page .our-team::before {
	inset: 0;
	background-image:
		linear-gradient(rgba(1, 26, 67, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 26, 67, 0.055) 1px, transparent 1px);
	background-size: 46px 46px;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
	opacity: 0.55;
}

.rh-about-page .our-team::after {
	left: 6%;
	right: 6%;
	top: 34px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(228, 1, 31, 0.34), rgba(1, 26, 67, 0.22), transparent);
}

.rh-about-page .our-team .container {
	position: relative;
	z-index: 1;
}

.rh-about-page .rh-team-header {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.68fr);
	align-items: end;
	gap: clamp(24px, 4vw, 56px);
	margin-bottom: 28px;
}

.rh-about-page .rh-team-heading .rh-about-title {
	max-width: 780px;
	margin-bottom: 0;
}

.rh-about-page .rh-team-header .rh-about-copy {
	max-width: 520px;
	padding: 22px 0 8px 24px;
	border-left: 3px solid rgba(228, 1, 31, 0.28);
}

.rh-about-page .rh-team-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 clamp(30px, 4vw, 48px);
}

.rh-about-page .rh-team-metrics span {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 70px;
	padding: 14px 18px;
	border: 1px solid rgba(1, 26, 67, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 38px rgba(1, 26, 67, 0.08);
	color: var(--rh-about-ink-soft);
	font-weight: 600;
}

.rh-about-page .rh-team-metrics strong {
	color: var(--rh-about-ink);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1;
	font-family: var(--heading-font);
}

.rh-about-page .rh-team-grid {
	row-gap: 26px;
}

.rh-about-page .team-item {
	position: relative;
	height: 100%;
	padding: 10px;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
	border: 1px solid rgba(1, 26, 67, 0.1);
	box-shadow: 0 18px 48px rgba(1, 26, 67, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	overflow: hidden;
}

.rh-about-page .team-item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(135deg, rgba(228, 1, 31, 0.14), transparent 36%),
		linear-gradient(315deg, rgba(1, 26, 67, 0.1), transparent 42%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.rh-about-page .team-item:hover {
	transform: translateY(-8px);
	border-color: rgba(228, 1, 31, 0.28);
	box-shadow: 0 28px 70px rgba(1, 26, 67, 0.18);
}

.rh-about-page .team-item:hover::before {
	opacity: 1;
}

.rh-about-page .team-image {
	position: relative;
	aspect-ratio: 4 / 4.7;
	border-radius: 7px;
	overflow: hidden;
	background: #e9eef7;
	margin-bottom: 0;
}

.rh-about-page .team-image .image-anime {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

.rh-about-page .team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.01);
	transition: transform 0.5s ease, filter 0.5s ease;
}

.rh-about-page .team-item:hover .team-image img {
	transform: scale(1.07);
	filter: saturate(1.04) contrast(1.03);
}

.rh-about-page .team-image::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 46%;
	background: linear-gradient(180deg, transparent 0%, rgba(1, 26, 67, 0.84) 100%);
	pointer-events: none;
}

.rh-about-page .team-hover-info {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.93);
	border: 1px solid rgba(255, 255, 255, 0.56);
	box-shadow: 0 16px 34px rgba(1, 26, 67, 0.22);
	transform: translateY(calc(100% - 42px));
	transition: transform 0.35s ease;
}

.rh-about-page .team-item:hover .team-hover-info,
.rh-about-page .team-item:focus-within .team-hover-info {
	transform: translateY(0);
}

.rh-about-page .team-hover-info span {
	display: block;
	margin-bottom: 10px;
	color: var(--main-color);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rh-about-page .team-hover-info p {
	position: relative;
	margin: 7px 0 0;
	padding-left: 14px;
	color: var(--rh-about-ink);
	font-size: 13px;
	line-height: 1.38;
	font-weight: 600;
}

.rh-about-page .team-hover-info p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--main-color);
}

.rh-about-page .team-content {
	position: relative;
	z-index: 1;
	padding: 20px 8px 8px;
	text-align: left;
}

.rh-about-page .rh-team-role {
	display: block;
	min-height: 20px;
	margin-bottom: 8px;
	color: var(--main-color);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.rh-about-page .team-content h3 {
	margin: 0;
	color: var(--rh-about-ink);
	font-size: clamp(1.2rem, 1.55vw, 1.45rem);
	line-height: 1.12;
}

.rh-about-page .rh-team-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.rh-about-page .rh-team-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 10px;
	border-radius: 8px;
	background: rgba(1, 26, 67, 0.06);
	color: var(--rh-about-ink-soft);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 991px) {
	.rh-about-page .rh-team-header {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rh-about-page .rh-team-header .rh-about-copy {
		max-width: 720px;
		padding: 0;
		border-left: 0;
	}

	.rh-about-page .rh-team-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.rh-about-page .our-team {
		padding: 64px 0;
	}

	.rh-about-page .rh-team-header {
		margin-bottom: 22px;
	}

	.rh-about-page .rh-team-metrics {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.rh-about-page .rh-team-metrics span {
		min-height: auto;
		padding: 13px 14px;
	}

	.rh-about-page .team-image {
		aspect-ratio: auto;
		overflow: visible;
		background: transparent;
	}

	.rh-about-page .team-image .image-anime {
		aspect-ratio: 4 / 4.35;
		overflow: hidden;
		border-radius: 7px;
	}

	.rh-about-page .team-hover-info {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		margin: -12px 8px 0;
	}

	.rh-about-page .team-image::after {
		display: none;
	}

	.rh-about-page .team-content {
		padding: 18px 8px 8px;
	}
}
