/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Montserrat", serif;
  background: #fff;
  color: #003049;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

:focus {
  outline: none;
  outline-offset: 0;
}

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #222;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
#primary ol {
	list-style-type: decimal;
	margin-left: 35px;
}
#primary ul {
	list-style-type: disc;
	margin-left: 35px;
}
#primary ul ul {
	list-style-type: circle;
}
#primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	position: relative;
}
#top-header-section { 
	position: absolute;
	top: 0; 
	width: 100%;
	z-index: 900;
	margin: 20px 0 0;
}
#main { 
	padding: 50px 0 30px 0; 
}
article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
	overflow: hidden; 
}
.homebanner img {
	width: 100%;
	height: clamp(700px, 65vw, 960px);
	object-fit: cover;
	object-position: center top;
	display: block;
}
.hometext {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 750px;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	z-index: 400;
	text-align: center;
	line-height: 1.1;
}
.hometext > * {
	margin: 0 0 10px 0;
}
.hometext > *:last-child {
	margin-bottom: 0;
}
.hometext h1, .hometext {
	font-size: clamp(28px, 6vw, 50px);
	color: #181716;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	margin: 0 0 10px 0;
}
.hometext .home-title2, .hometext .home-text2 {
	font-size: clamp(34px, 8vw, 75px);
	color: #fff;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.hometext .home-title3 {
	font-size: clamp(34px, 8vw, 75px);
	color: #181716;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 30px 0;
}
.hometext .home-description {
	font-size: clamp(16px, 2.5vw, 20px);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}
.header-topbar {
	display: none;
}


.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	width: 100%;
	height: clamp(270px, 65vw, 300px);
	object-fit: cover;
	object-position: center top;
	display: block;
}
.innertext {
  	position: absolute;
  	max-width: 1000px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	bottom: 10px;
  	color: #fff;
  	font-size: 26px;
  	font-weight: 700;
	padding: 0 15px;
	z-index: 500;
}
.innertext h1 {
	text-align: center;
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


/* ===============================
   PRIMARY MENU DROPDOWN STYLES (DISABLED)
   Remove commented out to use again
   ===============================


nav[role="navigation"] {  }

nav[role="navigation"] ul { }

nav[role="navigation"] ul li {  }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  {  } 
nav[role="navigation"] ul li:hover ul  {  } 
nav[role="navigation"] ul li ul  {  }

nav[role="navigation"] ul li ul li { }

nav[role="navigation"] ul li ul li ul  {  }
nav[role="navigation"] ul li ul li:hover ul  {  }
nav[role="navigation"] ul li ul li ul { }

nav[role="navigation"] ul li ul li ul li { } 
                                           
*/	


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 40px; 
	color: #fff;
	font-weight: 700;
}
h2 { 
	font-size: 45px; 
	color: #222;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.1;
}
h2 span {
	display: inline-block;
}
.title-dark {
	color: #260E41;
}
.title-accent {
	color: #FF6400;
}
h3  {
	color: #321149;
	font-size: 26px;
	font-weight: 700;
}
.policy h3 {
	font-size: 22px;
	color: #321149;
}
.policy ul li::marker {
	color: #321149 !important;
}
.policy ol li::marker {
	color: #321149 !important;
	font-weight: 600;
}
.policy ol li {
	padding-left: 10px;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: 600;
}

 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}


/* Top Navigation */

#access { 
    z-index: 500; 
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #fff; 
}
#access ul li:hover ul  {
	padding: 5px;
}





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: linear-gradient(339deg,
		rgba(87, 31, 126, 1) 0%,
		rgba(134, 50, 195, 1) 8%,
		rgba(253, 210, 141, 0.81) 76%,
		rgba(252, 237, 209, 1) 100%
	);
	padding: 80px 15px 0;
	box-sizing: border-box;
}
#footer-content { 
	background: #260E41;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 40px 0 8px;
	position: relative;
	margin: 0 auto;
	width: 90%;
}
.page-id-114 #footer-content {
	margin: 90px auto 0;
}
.footer-pricing {
	max-width: 1200px;
	margin: 0 auto;
}
.footer-pricing-header {
	text-align: center;
	margin-bottom: 80px;
}
.footer-pricing-title {
	margin: 0;
	line-height: 1.1;
}
.footer-pricing-title .title-accent {
	color: #FF6400;
	font-size: 45px;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
}
.footer-pricing-title .title-dark {
	color: #260E41;
	font-size: 45px;
	font-weight: 700;
	display: inline-block;
}
.footer-pricing-flex {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	align-items: stretch;
}
.footer-plan-wrap {
	flex: 1 1 300px;
	max-width: 360px;
	display: flex;
}

.footer-plan {
	background-color: #fff;
	border: 5px solid #FF6400;
	box-shadow: 5px 5px 0 0 #260E41;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	flex: 1 1 300px;
	max-width: 360px;
	display: flex;
	flex-direction: column;
	min-height: 520px;
}
.footer-plan:nth-child(2) {
	transform: translateY(-20px);
	min-height: 540px; /* 520 + 20 */
}
.footer-plan-title {
	text-align: center;
	font-size: 30px;
	display: block;
	color: #FF6400;
	margin: 0 0 15px 0;
	font-weight: 600;
}
.footer-plan-price {
	color: #321149;
	font-size: 50px;
	text-align: center;
	display: block;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.footer-plan-text {
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #260E41;
	margin: 0 0 20px 0;
}
.footer-plan-list {
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 30px 0;
}
.footer-plan-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	color: #260E41;
	font-size: 18px;
	line-height: 1.35;
}
.footer-plan-list li::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FF6400;
	position: absolute;
	left: 0;
	top: 2px;
}
.footer-plan-btn {
	margin-top: auto;         
	background: #F08834;
	color: #fff;
	padding: 20px 61px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: background-color 0.25s ease;
	box-sizing: border-box;
}
.footer-plan-btn:hover {
	background-color: #FF6400;
	color: #fff;
}
.columns {
	display: flex;
	gap: 30px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0 4% 0;
	box-sizing: border-box;
}
.columns a {
	color: #fff;
}
.columns h2 {
	color: #F08834;
	font-size: 20px;
}
.column1,
.column2,
.column3,
.column4 {
	box-sizing: border-box;
}
.column1 { 
	flex: 0 0 30%; 
	min-width: 0;
	margin-right: 100px;
}
.column1-indent {
	padding-left: 135px;
}
.column2 { 
	flex: 1 1 20%; 
	min-width: 0; 
}
.column3 { 
	flex: 1 1 20%; 
	min-width: 0; 
}
.column4 { 
	flex: 1 1 20%; 
	min-width: 0; 
}
.column1 img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.footer-lower-title {
	color: #FCEDD1;
	text-align: center;
	margin-top: 40px;
	font-size: 45px;
	margin-bottom: 30px;
	display: block;
	line-height: 1.1;
}
oter-lower-btn-outline:hover {
	background: #FF6400;
	border-color: #FF6400;
	color: #fff;
}
.footer-cta {
  text-align: center;
  margin-bottom: 50px;
  width: 80%;
  margin: 50px auto 65px;
  border-bottom: solid 1px #523277;
  padding-bottom: 55px;
}
.footer-cta-btn {
	background: #F08834;
	color: #fff;
	padding: 20px 61px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 0 12px 15px 12px;
	transition: background-color 0.25s ease;
	width: 320px;
}

.footer-cta-btn:hover {
	background-color: #FF6400;
	color: #fff;
}
#site-credits { 
	padding: 15px 0 0 0; 
}
#theme-credit { 
	border-top: solid 1px #523277;
	padding: 10px 15px;
	font-size: 10px; 
	color: #fff;
	text-align: left;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}
.home-top {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
.cta-btn {
	background: #F08834;
	color: #fff;
	padding: 20px 61px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 0 12px 15px 12px;
	transition: background-color 0.25s ease;
}
.cta-btn:hover {
	background-color: #FF6400;
	color: #fff;
}


.home-transparency {
	width: 100%;
	padding: 70px 15px;
	box-sizing: border-box;
}
.home-transparency-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.home-transparency-title {
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.1;
}
.home-transparency-intro {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 45px;
	color: #321149;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}
.home-transparency-grid {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: stretch;
}
.home-transparency-card {
	flex: 1 1 calc(33.333% - 20px);
	border-radius: 20px;
	padding: 35px 30px;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 40%);
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
}

.transparency-icon {
	font-size: 50px;
	color: #FF6400;
	margin-bottom: 15px;
}
.home-transparency-card h3 {
	font-size: 26px;
	color: #260E41;
	font-weight: 600;
	margin: 0;
}
.card-divider {
	display: block;
	width: 60px;
	height: 3px;
	background: #FF6400;
	margin: 15px auto 20px;
}
.home-transparency-card ul {
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}
.home-transparency-card li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #260E41;
	line-height: 1.35;
}
.home-transparency-card li::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FF6400;
	position: absolute;
	left: 0;
	top: 2px;
}
.home-transparency-btm {
	margin-top: 45px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
	border-radius: 20px;
	position: relative;
	padding: 30px 35px;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 55%);
}
.home-transparency-btm p {
	font-size: 18px;
	color: #260E41;
	line-height: 1.5;
	margin: 0 0 15px;
}
.footer-divider {
	display: block;
	width: 120px;
	height: 3px;
	background: #FF6400;
	margin: 20px auto;
}
.home-transparency-strong {
	font-weight: 700;
	color: #321149;
}


.sf-wrap {
	width: 100%;
	padding: 70px 15px 40px;
	box-sizing: border-box;
}
.sf-header {
	max-width: 1100px;
	margin: 0 auto 40px;
	text-align: center;
}
.sf-title {
	margin: 0 0 10px 0;
	color: #260E41;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.05;
}
.sf-subtitle-row {
	display: flex;
	justify-content: center;
	margin: 8px 0 14px;
}
.sf-subtitle {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #FF6400;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}
.sf-subtitle::before, .sf-subtitle::after {
	content: "";
	height: 2px;
	background: rgba(255, 100, 0, 0.45);
	border-radius: 2px;
	width: 90px;       
	flex: 0 0 90px;    
}
.sf-subtitle-line {
	height: 2px;
	background: rgba(255, 100, 0, 0.45);
	border-radius: 2px;
	flex: 1;
	min-width: 60px;
	max-width: 120px;
}
.sf-lead {
	max-width: 700px;
	margin: 0 auto;
	color: #260E41;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.sf-grid {
	max-width: 1200px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	box-sizing: border-box;
}
.sf-card {
	background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 55%);
	border: 1px solid rgba(38, 14, 65, 0.18);
	border-radius: 12px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	padding: 34px 34px;
	box-sizing: border-box;
	text-align: left;
}
.sf-card-title {
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	color: #260E41;
	line-height: 1.15;
}
.sf-card-divider {
	height: 2px;
	background: rgba(255, 100, 0, 0.55);
	width: 100%;
	margin: 14px 0 22px;
	border-radius: 2px;
}
.sf-card p {
	margin: 0 0 18px;
	color: #260E41;
	font-size: 18px;
	line-height: 1.7;
}
.sf-card p:last-child {
	margin-bottom: 0;
}
.sf-list {
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 18px;
}
.sf-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
	color: #260E41;
	font-size: 18px;
	line-height: 1.5;
}
.sf-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #FF6400;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.2;
}
.sf-note {
	margin-top: 18px;
	background: rgba(252, 237, 209, 0.75);
	border: 1px solid rgba(38, 14, 65, 0.12);
	border-radius: 8px;
	padding: 16px 18px;
}
.sf-note p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #260E41;
}
.sf-note p:last-child {
	margin-bottom: 0;
}
.sf-note-strong {
	font-weight: 800;
}
.sf-bottom {
	max-width: 900px;
	margin: 28px auto 0;
	background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 10%);
	border: 1px solid rgba(38, 14, 65, 0.18);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 22px 26px;
	box-sizing: border-box;
	text-align: center;
}
.sf-bottom-title-row {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.sf-bottom-title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	color: #260E41;
	font-size: 28px;
	font-weight: 800;
	white-space: nowrap;
}
.sf-bottom-title::before, .sf-bottom-title::after {
	content: "";
	height: 2px;
	background: rgba(38, 14, 65, 0.22);
	border-radius: 2px;
	width: 95px;
	flex: 0 0 95px;
}
.sf-bottom-line {
	height: 2px;
	background: rgba(38, 14, 65, 0.22);
	border-radius: 2px;
	flex: 1;
	min-width: 70px;
	max-width: 140px;
}
.sf-bottom-text {
	margin: 0;
	color: #260E41;
	font-size: 18px;
	line-height: 1.6;
}
.home-features {
	width: 100%;
	padding: 80px 15px;
	box-sizing: border-box;
}
.home-features-header {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 50px auto;
}
.home-features-flex {
	max-width: 1430px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	box-sizing: border-box;
	padding: 0 15px;
}
.home-feature-item {
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
	border-radius: 20px;
	min-height: 284px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.home-feature-icon {
	flex: 0 0 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	box-sizing: border-box;
}
.home-feature-icon img {
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
}
.home-feature-content {
	flex: 1;
	padding: 40px 40px 40px 0;
	box-sizing: border-box;
	color: #260E41;
	font-size: 18px;
	line-height: 1.4;
	margin-right: 40px;
}
.home-feature h2 {
	font-size: 30px;
	color: #FF6400;
	font-weight: 400;
	margin-bottom: 17px;
	line-height: 1.1;
	color: #FF6400;
}
.home-video {
	margin: 50px 0;
	padding: 0 15px;
}
.home-video img {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.home-access {
	width: 100%;
	padding: 50px 15px 20px;
	box-sizing: border-box;
}
.home-access-header {
	text-align: center;
	margin-bottom: 80px;
}

.home-access-title {
	margin: 0;
	line-height: 1.1;
}

.home-access-flex {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	box-sizing: border-box;
}
.home-access-item {
	flex: 1 1 calc(25% - 30px);
	border-left: 5px solid #FF6400;
	min-height: 257px;
	box-sizing: border-box;
	display: flex;
}
.home-access-inner {
	padding: 50px 20px 30px 30px;
	display: flex;
	flex-direction: column;
	color: #260E41;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4;
}
.home-access-inner img {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 10px;
}
.home-access-inner h3 {
	color: #FF6400;
	margin: 0 0 10px 0;
	max-width: 150px;
}
.home-access-inner p {
	margin-bottom: 5px;
}
.formbg {
	max-width: 700px;
	width: 100%;
	margin: 80px auto 50px;
	text-align: left;
}
.formbg h2 {
	font-size: 26px;
	color: #FF6400;
	margin-bottom: 0;
}
#gform_submit_button_1 {
	background: #F08834;
	color: #fff;
	padding: 20px 60px;
	border-radius: 10px;
	font-size: 16px;
	transition: background-color 0.25s ease;
	display: block;
	margin: 0 auto;
}
#gform_submit_button_1:hover {
	background-color: #FF6400;
	color: #fff;
}
.gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme textarea {
  border: 1px solid rgba(38, 14, 65, 0.18);
  border-radius: 12px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
}
.services {
	width: 100%;
	padding: 70px 15px;
	box-sizing: border-box;
}
.services-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.services-intro {
	max-width: 700px;
	margin: 0 auto 45px;
	color: #321149;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}
.services-grid {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: stretch;
}
.services-2col .services-card {
	flex: 1 1 calc(50% - 15px);
}

.services-3col .services-card {
	flex: 1 1 calc(33.333% - 20px);
}

.services-4col .services-card {
	flex: 1 1 calc(25% - 22.5px);
}
.services-card {
	border-radius: 20px;
	padding: 35px 30px;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 40%);
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
}
.services-card img {
	max-width: 80px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.services-icon {
	font-size: 50px;
	color: #FF6400;
	margin-bottom: 15px;
}

.services-card h3 {
	font-size: 26px;
	color: #260E41;
	font-weight: 600;
	margin: 0;
}

.card-divider {
	display: block;
	width: 60px;
	height: 3px;
	background: #FF6400;
	margin: 15px auto 20px;
}

.services-card ul {
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}

.services-card li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #260E41;
	line-height: 1.35;
}

.services-card li::before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FF6400;
	position: absolute;
	left: 0;
	top: 2px;
}
.rory-flex {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	margin: 50px 0 25px;
}

.rory-img {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(35% - 50px);
	text-align: center;
	font-size: 20px;
}
.rory-img img {
	width: 100%;
	height: auto;
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
	border-radius: 5px;
}
.rory-text {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(65% - 50px);
}
.paaru-pronounce{
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}
.paaru-hero{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}
.paaru-copy h1{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  margin: 0 0 18px;
}
.paaru-copy h1 span{
  white-space: nowrap;
}

.paaru-card{
  background: linear-gradient(to bottom, #FCEDD0 0%, #ffffff 40%);
	border-top: 3px solid #321149;
	border-left: 3px solid #321149;
	border-right: 7px solid #321149;
	border-bottom: 7px solid #321149;
  padding: 22px;
}

.paaru-say{
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.paaru-breakdown{
  font-size: 18px;
  line-height: 1.55;
}

.paaru-breakdown span{
  opacity: 0.8;
}
.paaru-hero-art{
  display: flex;
  justify-content: center;
}
.paaru-hero-art img{
  width: min(350px, 85%);
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,0.15));
}
.paaru-gallery{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}
.paaru-gallery img {
	max-width: 120px;
}
.paaru-sticker{
  width: 100%;
  height: auto;
  border-radius: 16px;
  padding: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.paaru-sticker:hover{
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 12px 22px rgba(0,0,0,0.12);
}





/*    Responsive Styles        */
/*---------------------------*/

@media only screen and (min-width: 0px) and (max-width: 1400px) {
.logo {
	display: block;
}
.logo img {
	max-width: 350px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.hometext {
	top: 50%;
}
.header-topbar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
	box-sizing: border-box;
}
.header-cta-btn {
	background: #F08834;
	color: #fff;
	padding: 16px 40px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.25s ease;
	white-space: nowrap;
}
.header-cta-btn:hover {
	background-color: #FF6400;
	color: #fff;
}
}
@media (max-width: 1100px) {
.home-access-item {
	flex: 1 1 calc(50% - 30px);
}
}
@media only screen and (min-width:0px) and (max-width: 1000px) {
.home-transparency-card {
		flex: 1 1 calc(50% - 15px);
	}
.sf-title {
		font-size: 42px;
	}
	.sf-grid {
		grid-template-columns: 1fr;
	}
}
@media only screen and (min-width:0px) and (max-width: 900px) {
.home-features-flex {
		grid-template-columns: 1fr;
	}
.footer-pricing-title .title-accent,
	.footer-pricing-title .title-dark {
		font-size: 34px;
	}

	.footer-pricing-flex {
		gap: 25px;
	}

	.footer-plan {
		max-width: 520px;
		width: 100%;
	}
.footer-lower-title {
		font-size: 34px;
	}

	.footer-lower-btn {
		padding: 16px 34px;
		width: 100%;
		max-width: 360px;
	}

	.column1,
	.column2,
	.column3 {
		flex: 1 1 100%;
	}
.services-card {
		flex: 1 1 100% !important;
	}
.paaru-hero{
    grid-template-columns: 1fr;
  }
  .paaru-hero-art{
    order: -1;
  }
  .paaru-gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.logo {
	display: block;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.columns {
    flex-direction: column;
  }

.column1, .column2, .column3 {
    width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.footer-cta-btn {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 15px auto;
		padding: 16px 34px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.home-features {
	padding: 60px 15px;
}
.title-dark, .title-accent {
	font-size: 32px;
}
.home-features-subtitle {
	font-size: 22px;
}
.home-feature-item {
	flex-direction: column;
	align-items: flex-start;
}
.home-feature-icon {
	padding: 25px 25px 0 25px;
	justify-content: flex-start;
	display: block;
	margin: 0 auto;
}
.home-feature-content {
	padding: 20px 25px 25px 25px;
	margin: 0;
	text-align: center;
}
.home-feature h3 {
	font-size: 24px;
}
.home-access-item {
	flex: 1 1 100%;
}
.home-access-inner {
	padding: 40px 20px 25px 25px;
}
.home-access-inner h3 {
	font-size: 24px;
}
.home-access-inner p {
	font-size: 16px;
}
.footer-plan:nth-child(2) {
	transform: translateY(0px);
	min-height: auto;
}
.home-transparency {
	padding: 60px 15px;
}
.home-transparency-intro {
	font-size: 16px;
	margin-bottom: 30px;
}
.home-transparency-card {
	flex: 1 1 100%;
	padding: 28px 22px;
}
.home-transparency-card h3 {
	font-size: 22px;
}
.home-transparency-card li, .home-transparency-footer p {
	font-size: 16px;
}
.sf-wrap {
		padding: 60px 15px 30px;
	}
	.sf-title {
		font-size: 34px;
	}
	.sf-subtitle {
		font-size: 22px;
	}
	.sf-subtitle-line {
		width: 50px;
	}
	.sf-card {
		padding: 26px 22px;
	}
	.sf-card-title {
		font-size: 24px;
	}
.sf-card p, .sf-list li, .sf-bottom-text {
	font-size: 16px;
}
.sf-bottom-title {
	font-size: 22px;
}
.sf-bottom-line {
	width: 55px;
}
.sf-subtitle::before, .sf-subtitle::after {
	width: 55px;
	flex: 0 0 55px;
}

	.sf-bottom-title::before,
	.sf-bottom-title::after {
		width: 55px;
		flex: 0 0 55px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 520px) {
	.site-footer {
		padding: 60px 15px;
	}

	.footer-plan {
		padding: 28px;
	}

	.footer-plan-title {
		font-size: 24px;
	}

	.footer-plan-price {
		font-size: 40px;
	}

	.footer-plan-text,
	.footer-plan-list li {
		font-size: 16px;
	}

	.footer-plan-btn {
		padding: 16px 30px;
		font-size: 15px;
	}  

}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}
@media (max-width: 480px) {
.homebanner img {
	height: 650px;
}
.hometext {
	max-width: 92%;
	padding: 0 12px;
	top: 56%;
}
.hometext > * {
		margin-bottom: 8px;
}
}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


