/*!
Theme Name: Santa Maria
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: santa-maria
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Santa Maria is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
ol, section ul {
    padding-left: 1rem;
    margin-left: 0;
}
.main-navigation.toggled ul.sub-menu {
    background: #E7F0F6;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul#primary-menu-mobile {
	display: block;
    background: transparent;
    border: none;
    padding: 0px;
    padding-right: 0;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.h-40{ font-size: 40px; color: #00354E; }
.site-header{ padding: 20px 0; }
.row .site-branding , .row .main-navigation ,.row .header-button {width: auto;}
nav.main-navigation{ display: flex; align-items: center; }
.site-header-content{ justify-content: space-between; position: relative; align-items: center; }
.menu.nav-menu { gap: 30px; }
.main-navigation a{ color: #2C2C2C; }
.main-navigation a:hover{ color: #2C2C2C; }

.footer-two{ padding: 64px 0; }
.footer-two .footer-col-one{ width: 40%; display: flex; flex-direction: column; justify-content: center; }
.footer-two .footer-col-two{ width: 30%;}
.footer-two .footer-col-three{ width: 30%;}
.footer-col-one .ft-logo{ width: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center;  }
.footer-col-one .santa-btn{ margin-top: 16px; }
.santa-btn{ padding: 16px 24px; width: max-content; border-radius: 50px; font-size: 16px; font-weight: 700; display: block; text-decoration: none;  line-height: 1;}
.santa-btn.yellow-btn{ background-color: #FFCA50; color: #383838; }
.santa-btn.blue-btn{ background-color: #006EA1; color: #fff; font-weight: 400; padding: 16px 40px; }
.santa-btn.wb-btn{ border: 1px solid #fff; color: #fff; font-weight: 400; padding: 16px 40px; background: transparent; border-radius: 50px; }
.site-footer{ background: #E7F0F6; }
.footer-menu ul{ flex-direction: column; }

#primary-menu ul.sub-menu { flex-direction: column; background: #fff; padding: 20px 10px; }
#primary-menu ul.sub-menu li{ padding: 10px 10px; }

.admin-bar .cus_main_header{ top: 30px !important; }
body.elementor-editor-wp-page  .cus_main_header{ position: relative !important; }
.banner_inner_box .main_title{ font-size: 56px ; line-height: 1.1;  font-weight: 700; letter-spacing: 1px; }
/* .banner_inner_box .content_box { margin: 50px 0px 0px; } */
.text-white{  color: #fff; }
.cus_col{ height: 100%; display: flex; align-items: center; }
.cus_col {  max-width: 1440px;  margin: auto; }
.content_box { width: 50%; }   
.banner_inner_box .content_box p{  font-size: 18px; font-weight: 400;  margin-top: 16px; margin-bottom: 24px;}
.banner_inner_box  {background-size: cover; background-position: bottom; height: calc( 100vh - 70px )!important; position: relative; }
.banner_inner_box::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: #00000050; /* Change color & opacity here */ z-index: 1; }
.banner_inner_box .container { position: relative; z-index: 2; }
.banner_inner_box .content_box h5{ font-size: 18px; font-weight: 400;  margin-top: 16px; margin-bottom: 24px; letter-spacing: 6px; }
.red_btn img { margin-left: 20px; }
.banner_btn_box .white_btn {  margin-left: 20px; background-color: rgba(177, 164, 154, 1); }
.banner_btn_box .white_btn:hover { background-color: rgba(177, 164, 154, .8); }
.banner_btn_box{ display: flex; gap: 20px; flex-wrap: wrap;}
.header_menu .wpr-active-menu-item {  color: white !important; }
.home .footer_first_col {  display: none; }
.ft-top-sec{ justify-content: space-between; display: flex; padding: 72px 0;}
.mt-30{ margin-top: 30px; }
a.red_btn {
    font-size: 20px;
    background: #357AB9;
    display: flex;
    padding: 15px 40px 15px 25px;
    white-space: nowrap;
    width: min-content;
    color: white;
    font-weight: 600;
}
.white_btn{
    font-size: 20px;
    background: #fff;
    display: flex;
    padding: 15px 40px 15px 25px;
    white-space: nowrap;
    width: min-content;
    color: #000;
    font-weight: 600;
}
.white_btn img { margin-right: 10px }       
.footer_menu .wpr-nav-menu>li { display: block !important ; margin: 0 !important; }
ul.footer_menu {
    list-style: none;
    padding: 0;
    color: #FFFFFFB2;
    font-size: 16px;
}
ul.footer_menu li:hover{ color: white; }
ul.footer_menu li{  margin-bottom: 15px; }
.cus_newsletter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.cus_newsletter .wpcf7-text {    height: 50px;  width: 100%; }
.cus_newsletter .wpcf7-submit {
    cursor: pointer; 
    padding: 13px 50px;
    background-color: rgba(53, 122, 185, 1);
    color: white;
    border: 0px;
    margin-left: 20px;
    font-size: 20px;
}
.wpcf7-submit:hover{  background-color: #357AB9CC; }
.cus_newsletter p:first-child{   width: 65% !important; }
.cus_newsletter  .wpcf7-response-output{  background: white !important; }
.newsletter_sec .wpcf7-response-output{  color: white !important; }
.cus_full_btn {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: white;
    align-items: center;
}
.cus_full_btn img { width: 34px !important; }
.red_btn_box .elementor-widget-html{ width: 100% !important;}
.banner_slide{ overflow: hidden;}
.testimonials_slide_sec { display: flex; }
.slider_text_box {  width: 40%; padding-bottom: 100px; }
.slider_text_box h2 { font-weight: 600; }
.testimonials_slides {  width: 60%; }
.test_slides { background: rgba(31, 42, 68, 1);  color: white;  padding: 60px 100px; margin: 20px; }
.test_slides p { color: #FFFFFFB2;}
.test_slides h6 { font-weight: 500;  margin: 0; }
body .testimonials_slides .custom-arrow {
    width: 50px; 
    height: 50px; 
    background: rgba(31, 42, 68, 1);
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: unset;
    bottom: 20px;
    border-radius: 100px;
}
body .banner_slide .custom-arrow , body  .aboutUs_slide .custom-arrow {
    width: 50px; 
    height: 50px; 
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: unset;
    bottom: 20px;
    border-radius: 100px;
    /* border: 1px solid #fff; */
    background-color: #357AB9;
    backdrop-filter: blur(10px);
}
body .aboutUs_slide  .slick-prev {      right: 25%;  left: unset; }
body .aboutUs_slide  .slick-next{  right: 20%; }
body .banner_slide .slick-prev {      right: 25%;  left: unset; }
body .banner_slide .slick-next{  right: 20%; }
body .banner_slide .custom-arrow img  , body .aboutUs_slide .custom-arrow img  {  margin: auto; }
body .banner_slide .custom-arrow:hover , body .aboutUs_slide .custom-arrow:hover {  background-color: #357AB9; opacity: .8; }
body .testimonials_slides .custom-arrow::before , body .testimonials_slides .slick-next.custom-arrow::before , 
body .banner_slide .custom-arrow::before , body .aboutUs_slide .custom-arrow::before{ content: "" !important;  }
body .testimonials_slides .custom-arrow:hover  { opacity: 0.8; }
.testimonials_slides  .custom-arrow img {  margin: auto; }
.testimonials_slides {     position: unset !important; }
.testimonials_slides .slick-prev {  left: 0px; }
.testimonials_slides .slick-next{  left: 90px; }
.horizontal-line {  border: 0; border-top: 2px solid rgba(177, 164, 154, 1);  margin: 0 15px 0px 0 !important;  width: 60px; }
.line-with-title {  display: flex;   align-items: center; }
.icon-list { display: flex;   align-items: center; }
.icon-list ul li::before { content: "-";    margin-right: 5px;  }
.icon-list ul { list-style-type: none;    padding-left: 20px; }
body .cus_scrolled{ background-color: rgba(31, 42, 68, 1) !important;}
.top-align .icon-list-text {  margin-left: 20px; }
.top-align .icon-list img {   margin-top: 5px; }
.top-align .icon-list {  align-items: flex-start;  margin-bottom: 10px; }
.red-text { color: #B1A49A; }
.fw-btn-red .wpr-button-content { display: flex !important;      justify-content: space-between !important; }
.functionality_list_sec { position: relative; }
.functionality_list_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 46px solid  #B1A49A;  
  border-bottom: 60px solid transparent;  
}
.functionality_list .elementor-element {  border-bottom: 1px solid #0000001A; }
 .functionality_list.long_list .elementor-element p {
    display: flex;
    height: 100% !important;
    align-items: center;
    margin: 0;
    padding: 16px 0px;
}
.aboutUs_slide {  overflow: hidden; }
.aboutus_inner_box{
    background-position: 100% center;  
    background-size: 50% 100%; 
    background-repeat: no-repeat;
    background-color: #1F2A44;
}
.aboutUs_content {
    max-width: 1440px;
    margin: auto;
    padding: 7% 0 7%;
}
.inner_content{ max-width: 50%; }
.aboutUs_content .inner_content{ color: white; padding-right: 5%; }
/*body.page-id-501 .cus_main_header{   background-color: #242222 !important; }*/
.inquiry_form {
    background-color: #2F3951;
    padding: 56px;
    color: #FFFFFFB2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inquiry_form input ,  .inquiry_form select {   padding: 16px 20px; }
.inquiry_form  .cf-100 , .cf-50 { margin-bottom: 32px; }
.inquiry_form  .cf-100 {  width: 100%; }
.inquiry_form  .cf-50 {   width: 48%; }
.inquiry_form  label{ color: white; }
.inquiry_form h2{ font-weight: 600;  color: white;  margin:  0 0 20px; }
.inquiry_form  p{ margin: 0; }
.inquiry_form input ,
.inquiry_form select ,
.inquiry_form  textarea {
        font-family: "Inter", Sans-serif;
        font-size: 18px;
        background: #00000000;
        border: 1px solid #FFFFFF33;
        color: #fff;
        width: 100%;
        margin-top: 10px;
}
.inquiry_form input::placeholder {   color: #FFFFFFB2;   opacity: 1;  }
.inquiry_form optgroup , 
.inquiry_form option {   background-color: #2F2D2D; color: white !important; }
.banner_title {
    color: white;
    font-size: 100px;
    font-weight: 300;
    line-height: 1.1;
}
.inquiry_form .wpcf7-submit { max-width: 240px; background-color: #357AB9; }
.phone_no_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.phone_lable{   width: 100%; }
.phone_select  { width: 38%; }
.phone_input { width: 60%; }
.newsletter_sec  .wpcf7-response-output{ margin: 0 !important; }
.inquiry_form .wpcf7-submit:hover{ background-color: #357AB9CC; }
.product-box h4{ margin: 0; font-weight: 600; }
.product-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 56px;
    background-color: white;
    margin-bottom: 32px;
    align-items: stretch;
    border-radius: 8px;
}
.product-image {  width: 30%; }
.product-info{   width: 70%; position: relative; padding-left: 20px; }
a.product-link {   position: absolute;  bottom: 0; }
.product-image img{ border: 1px solid #00000033; }
a.product-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #357AB9;
    width: fit-content;
    color: white;
    padding: 16px 20px 16px 24px;
    font-weight: 600;
}
.product-box .product-info img{  margin-left: 30px;  width: 24px;  height: 24px; }
.product-listing .product-description{  color: #000000B2; padding-bottom: 10%; }
a.product-link:hover{ background-color: #E8E8E8; }
.footer-form ,
.product_section,
.main-popup{
    display: none;
    position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background-color: #000000a6;
}
.Registration_form::-webkit-scrollbar { width: 5px; }
.Registration_form::-webkit-scrollbar-track {  box-shadow: inset 0 0 5px grey;   border-radius: 10px; }
.Registration_form::-webkit-scrollbar-thumb {  background: #357AB9;  border-radius: 10px; }
.Registration_form::-webkit-scrollbar-thumb:hover {  background: #357AB9;  }
.product_form .wpcf7-response-output { background-color: white !important; }
.close_btn {  cursor: pointer; }
.footer-form .Registration_form ,
.product_section .Product_Catalogue_form ,
.main-popup-box
{
    padding: 20px 40px;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: scroll;
    margin: auto;
    margin-top: 5%;
}
.footer-form .Registration_form.inquiry_form input{
    padding: 16px 16px;
    box-sizing: border-box;
}
input::placeholder {  text-indent: 0px;  }
 .footer-form .Registration_form.inquiry_form select  { padding-left: 10px;   }
.close_btn {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
.close_btn img{ width: 32px; }

.product-listing-inner{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(47, 57, 81, 1);
    align-items: center;
    justify-content: center;
    padding: 36px;
    border-radius: 8px;
}
.product-info-slide {
    width: 70%;
    color: white;
    position: relative; 
}
.product-image-slide {
    width: 30%;
}

.custom-arrow:before{ display: none; }
body .product-listing-slide .custom-arrow {
    width: 50px;
    height: 50px;
    background: rgba(47, 57, 81, 1);
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: unset;
    bottom: 0px;
    border-radius: 100px;
}
body .product-listing-slide .slick-prev.custom-arrow{
    right: 20%;
    left: unset;
}
body .product-listing-slide .slick-next.custom-arrow{
    right: 0;
    left: unset;
}
body .product-listing-slide .slick-dots li ,
body .product-listing-slide .slick-dots li button{
    width: 10px;
}


body .product-listing-slide .custom-arrow img{ margin: auto; }
body .product-listing-slide  .slick-dots li.slick-active button:before {  color: #fff !important; }
body .product-listing-slide  .slick-dots li button:before {    color: #B0B0B0 !important;   border-radius: 50%; }
body .product-listing-slide  .slick-dots li button:hover { color: #333 !important; }
body .product-listing-slide  ul.slick-dots {
    display: flex;
    align-items: center;
    padding: 20px !important;
    background-color: rgba(47, 57, 81, 1);
    max-width: max-content;
    padding: 10px;
    border-radius: 50px;
    right: 5%;
    bottom: 5%;
}

a.product-link-slide img {  margin-left: 30px; }
a.product-link-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #e41b1b00;
    width: fit-content;
    color: white;
    padding: 16px 20px 16px 24px;
    font-weight: 600;
    border: 1px solid #FFFFFF33;
}

 .dialog-lightbox-widget { z-index: 9999999 !important;  }
.elementor-slideshow__header .e-eicon-share-arrow { margin-right: 70px !important; }
.footer-form .wpcf7-response-output{ display: none; }

.main-popup{ text-align: center; }
.main-popup img{ margin: auto; }

.main-popup-box {
    background-color: #1F2A44;
    overflow: hidden;
    width: 250px;
    margin-top: 40vh;
    max-width: 70% !important;
}
.main-popup-box p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}
.main-popup-box b{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}


.news-box {
  flex: 1 1 calc(33.333% - 20px); /* 3 columns */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;    margin-bottom: 20px;
}
.our-story-sec{ padding: 80px 20px; }
.yt-video iframe{ border-radius: 16px; }
.primary-heading { font-weight: 727; font-style: Bold; font-size: 48px; line-height: 100%; color: #00354E; margin-bottom: 32px; }
h3.primary-heading { font-size: 40px; }
h4.primary-heading { font-size: 32px; }
h6.primary-heading{ font-size: 20px; }
.primary-text { color: #00354E; font-size: 18px; font-weight: 400; }
.did-you-know-sec{ padding: 80px 0; background: #E7F0F6; }
.our-story-sec .icon-img{ min-width: 70px; background: #E2F2FF; border-radius: 50px; height: 70px; align-items: center; display: flex; justify-content: center; }
.our-story-sec .icon-box { display: flex; gap: 30px; }
.counter-box .icon-img span{ font-size: 64px; color: #00354E; font-weight: 700; }
.counter-box { flex: 1 1 calc(50% - 20px); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; padding: 32px !important; }
.counter-box .icon-img { display: flex; gap: 15px; align-items: center; width: max-content; padding-left: 24px; padding-right: 24px; border-radius: 50px; background: #FFFFFF80; }
.counter-box  .icon-content p { color: #00354E; font-size: 20px; font-weight: 600; padding-right: 10%; }
/* .news-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} */

.news-box-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news-box-img {
    position: relative;
}

.news-box-img img {
    width: 100%;
    display: block;
}
.box-image {
    border-radius: 10px;
    overflow: hidden;
}
/* Overlay */
.news-box-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* overlay color */
    transition: 0.3s ease;
}
/* .news-box:hover .news-box-img img {
    transform: scale(1.05);
} */

.news-box-content {
    padding: 24px;
    position: absolute;
    z-index: 999;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.news-box-content a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.pl-5{ padding-left: 40px; }
.we-serve{ display: flex; align-items: center; }
/* .news-box-content a:hover {
    background-color: #0056b3;
} */
.about-this-program { padding: 80px 0; }
.bg-gray{ background: #F7F8F9; }
.image-box {
    flex: 1 1 calc(20% - 20px);
}
.box-content{ text-align: center; padding: 16px 0; }
.box-content h5 {
    font-size: 24px;
    font-weight: 700;
    color: #00354E;
}
.box-content p { color: #00A2EE; font-size: 20px; font-weight: 500; }
.image-box { max-width: 240px!important; }
.advisory-box { background: #fff; margin: 0 16px; margin-bottom: 32px; padding: 24px!important; text-align: center; border: 1px solid var(--Color-System-Border-grey-secondary, #E5E7EB); border-radius: 8px; width: auto !important; }
.advisory-box h5 {
    font-size: 24px;
    font-weight: 700;
    color: #00354E;
}
.our-story-sec .advisory-box { background: #E7F0F6; text-align: left; }
.page-template-leadership-temp .did-you-know-sec .advisory-box { background: #E7F0F6; }
.page-template-leadership-temp .our-story-sec .advisory-box{ background: #fff; }
.page-template-leadership-temp .primary-heading{ margin-bottom: 50px; }
.advisory-box p {
    color: #00A2EE;
    font-size: 20px;
    font-weight: 500;
}

.pg-box { width: 50%;
    background: #FFFFFF1A;
    border: 1px solid var(--Google-BG-Gray, #F7F8F9);
    padding: 40px;
    display: block;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    width: 50%;
    max-width: 500px;
    background: #FFFFFF1A;
    border: 1px solid var(--Google-BG-Gray, #F7F8F9);
    padding: 40px;
    border-radius: 24px;
    backdrop-filter: blur(20px);
}
.al-right { right: 0; }
.al-left{ left: 0; }
.pg-box span{ letter-spacing: 3px; font-size: 16px; color: #00354E; font-weight: 500; }
.al-left .pg-box span{ color: #fff; }
.program-type-sec-3 .pg-box{ background: #FFFFFF99; }
.program-type-sec{ height: 100vh; }
.program-type-sec .col-lg-12{ display: flex;  align-items: center; min-height: 100vh; position: relative; }
.program-type-sec.rt .col-lg-12 {justify-content: right; }
.program-type-sec.lt .col-lg-12 {justify-content: left; color: #fff;}
.pg-box h4.primary-heading{ margin: 10px 0; }
.pg-box.al-left h4.primary-heading{ color: #fff; }
.pg-box.al-left span{ color: #fff; }
.pg-box.al-left .primary-text{ color: #fff; }
.footer-top .pg-box{ position: absolute; }
.fa-brands, .fab {
    font-weight: 400;
    font-size: 24px;
    padding-right: 15px;
    color: #006EA1;
}
.our-story-sec ul { margin: 0; padding-left: 1.2rem; }
.program-testimonial { text-align: center; }
.program-testimonial .primary-heading{ text-align: left; }
.program-testimonial p.primary-text{ font-size: 24px; font-weight: 600; color: #00354E; text-align: center; }
.program-testimonial p.secondary-text{ font-size: 20px; font-weight: 600; color: #00354E; text-align: center; }
section.footer-top{ height: 500px; }
.footer-top .col-lg-12{ position: relative; }
.footer-top .pg-box .primary-heading{ margin-bottom: 28px; }
.bg-white{ background: #fff; }
.footer-top .pg-box{ margin-top: 12%; margin-bottom: 50px;}

section.our-message { display: flex; min-height: 400px; align-items: center; justify-content: center; text-align: center; }
.our-msg-box{ display: flex; flex-direction: column; align-items: center;}
.ml-2{ margin-left: 20px; }

.invitation-to-all{ padding: 60px 0; }
.invitation-text{ padding-left: 6%; }

.bg-offwhite p{ background: #FFDFAA; padding: 16px 24px; border-radius: 16px; color: #00354E; font-weight: 400; font-size: 18px; }

.footer-three-col{ display: flex; justify-content: space-between; margin-bottom: 50px;}
.fb-logo { display: flex; gap: 20px; }

.footer-three-col a { font-size: 14px; font-weight: 400; color: #747474; text-decoration: none; }
footer .main-navigation ul { display: flex; flex-direction: column; gap: 12px; font-size: 16px; }
.ft-link { margin-bottom: 16px; display: flex; align-items: flex-start; gap: 10px; }
.ft-link img { padding-top: 3px; }
.ft-link span{ font-size: 16px; font-weight: 400;}

.ul-tl{ margin: 0; }

.faq-banner {background:#F1F8FF; padding-top: 120px; }
.faq-section{ margin-top:0px;padding: 60px 0; }
.faq-section .card{ padding-bottom: 30px; }
.accordion{ width:100%; }
.faq-banner .primary-heading{ font-size:56px; }
.faq-header{ display:flex; flex-wrap:wrap; gap:20px; align-items: center; padding-bottom: 20px; }
.accordion-section{ display: flex; justify-content:center; }
/* button:not(:hover):not(:active):not(.has-background){ background-color: #ffffff!important;box-shadow:none } */
.slick-dots{ bottom: 20px!important; }
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #D9D9D9;
    background: #D9D9D9;
    border-radius: 20px;
}
.slick-dots li button:before { width: 12px !important; height: 12px !important; border: 2px solid #D9D9D9; border-radius: 50%; }
.slick-dots li button{ width: 12px !important; height: 12px !important; }
.slick-dots li.slick-active, .slick-dots li.slick-active button ,  .slick-dots li.slick-active button::before { width: 45px!important; }
.slick-dots li button:before{ color: transparent!important; }
.slick-dots li.slick-active button:before{ color: #D9D9D9;  }
.slick-dotted.slick-slider { margin-bottom: 0px!important; }
button.accordion-button{ background-color: #ffffff; color: #00354E; font-size: 24px; font-weight: 700; }
button.accordion-button:hover{ background-color: #ffffff; }
.accordion-item { border-radius:20px!important; border: 0px solid rgba(0, 0, 0, .125); overflow: hidden; }
.accordion-button:not(.collapsed) { color: #000; background-color: #e3e3e3;  box-shadow: none!important; }
.accordion-item{ margin-bottom:20px; }
.accordion-body{ color: #00354E; font-size: 20px; padding-bottom: 24px;  }
.accordion-button:focus{ border:none; box-shadow:none; }
.faq-titles{ display:flex; gap:20px; border-bottom: 1px solid #99999A; width: 100%; overflow-x: scroll; white-space: nowrap; scrollbar-width: none; }
a.faq-title { color: #656566; font-weight: 400; padding-bottom: 18px; }
a.faq-title.active {  border-bottom: 2px solid #001B36;}
a.faq-title:hover {  text-decoration: none;}
a.faq-title:hover { color: #001B36; font-weight: 600; }
.faq-header h3{ font-size: 40px; font-weight: 700; line-height: 48px; text-align: left; padding: 0;margin: 0; max-width: 80%; letter-spacing: -0.5px;}
.q-num{ border: 1px solid #4C91D7; font-size: 14px; font-weight: 500; line-height: 20px; text-align: left; padding: 8px 16px; display: flex; align-items: center; border-radius:8px; height: max-content; color:#002E5D; white-space: nowrap; }
h5 button.accordion-button{ text-decoration:none; font-size: 20px; font-weight: 700; line-height: 28px; text-align: left; background-color: transparent!important; color:#002E5D!important; padding-left:0; padding: 1.25rem; width: 100%; padding-right: 2.5rem;}
h5 button.accordion-button { border-radius: 16px 16px 0 0; }
h5 button.accordion-button:hover{ color:#002E5D!important }
.card { border:none!important; }
.card-header { border:none!important; background-color:transparent!important; border-radius: 16px 16px 0px 0px !important; padding:0; }
.collapse{ border:none; background:#ffffff; }
.card-body li{ list-style: disc; margin-left:1.25rem; }
.faq-contact-us { border: 1px solid #D9ECFF; box-shadow: 0px 4px 24px 0px #7F939D2E; padding: 40px 30px; border-radius: 16px; }
.faq-desc{ background: #F1F8FF; padding: 32px 24px; }
.faq-contact-us h3.primary-heading{ font-size:40px; }
.faq-desc h4 { font-size: 20px; font-weight: 700; }
.faq-desc{ margin-bottom:24px; font-size: 18px; font-weight: 500; color: #002E5D; border-radius:16px; }
a.faq-title.active { color: #001B36; font-weight: 600; font-size: 16px; }
.collapse.show{ border-radius: 0 0 16px 16px; }
h5 button.accordion-button{ border-radius: 16px 16px 0 0; border: none; }
h5 button.accordion-button { background: #F1F8FF !important; }
h5 button.accordion-button.collapsed{ border-radius: 16px; }
.plan-desc{ background: #F9F9F980; padding: 32px 24px; }
.accordion-button:after { font-family: 'FontAwesome'; content: "\f078"; float: right;  font-weight: initial; top: 1.25rem; position: absolute; right: 15px; }
.accordion-button.collapsed:after { font-weight: initial; top: 1rem; position: absolute; right: 15px; }
.accordion-button:not(.collapsed){ border:none; border-radius: 16px 16px 0 0;}
.available-plan, .plan-promotional, .other-faq{ padding-top: 40px; }
#accordionPanelsStayOpenExample{ padding-top: 24px; }


.loc-text{ display: flex; gap: 10px; margin-bottom: 16px; }

.pg-box.al-right p,.pg-box.al-right li {
    color: #00354E;
    font-size: 18px;
    font-weight: 400;
}
.pg-box.al-right{ background: #ffffff96; }
.solid-blue-h4{ color: #00354E; font-size: 22px; font-weight: 600; }
.level { background: #fff; width: 100%; border-radius: 12px; margin-bottom: 24px; text-align: center; padding: 24px 0; }
.event-sponser{ padding: 80px 0; }
.event-sponser h5{ text-transform: uppercase; letter-spacing: 5px; padding-bottom: 15px; }
.dsk-hide{ display: none }
button.slick-prev.slick-arrow{ left: 36%; }
button.slick-next.slick-arrow { right: 36%; }
section.program-type { display: flex !important; align-items: center;}
section.program-type .pg-box{ position: relative; margin: 90px auto; margin-top: 40px; width: 100%; }
section.program-type .pg-box.al-left{ color: #fff;; }
button.slick-arrow { bottom: 0; z-index: 999; top: 94%; width: 50px; height: 50px; }
.program-slider .slick-track {
  display: flex !important;
}
.slick-prev:before, .slick-next:before{ font-size: 40px!important; }
.program-slider .slick-slide { display: flex !important; align-items: stretch; height: auto !important; }
.p-20 .row.col-lg-12{ gap: 20px; }


/* Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Popup container */
.mobile-menu-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  padding: 2rem 1.5rem;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  overflow-y: auto;
}

/* Active popup state */
.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}
.mobile-menu-popup.active {
  right: 0;
}

/* Close button */
.menu-close {
  background: none;
  border: none;
  font-size: 28px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

/* Menu list styles */
.main-menu-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}
.main-menu-list li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-menu-list a {
  display: block;
  padding: 12px 0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

/* Submenu styles */
.main-menu-list .sub-menu {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #ddd;
}

/* Add toggle arrow only for mobile menu items with submenu */
.main-menu-list li.menu-item-has-children > a::after {
  content: "▾";
  float: right;
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.main-menu-list li.menu-item-has-children.active > a::after {
  transform: rotate(-180deg);
}
ul#primary-menu-mobile {
    padding-top: 40px!important;
}
#primary-menu-mobile .active .sub-menu {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
#primary-menu-mobile .sub-menu li { padding-left: 10px;}
.cus-row{display: flex; flex-wrap: wrap; gap: 20px; }


/* Testimonial */
.testimonial-slider { margin: 0 auto; padding: 40px 0; padding-bottom:80px; box-sizing: border-box; overflow:hidden; }
.testimonial-slider .slick-list { overflow: visible; }
.testimonial-slider .slick-slide { padding: 0 15px; transition: all 0.3s ease; margin: 0 10px; }
.testimonial-slider .slick-center { opacity: 1; }
.testimonial-card {
  background: #fff;
  border: 2px solid #b8dcf7;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.testimonial-slider .slick-slide {
    padding: 32px;
    height: 100%;
    border: 1px solid var(--Color-System-Border-grey-secondary, #E5E7EB);
    color: #00354E;
}

.testimonial-slider .slick-list {
  margin: 0 -20px; /* counter padding to keep alignment */
}
.testimonial-card{ display:flex!important; justify-content:space-between; flex-direction:column; }
.star-review{display:flex; justify-content: center;}
.justify-center{ text-align: center; }
.testimonial-slider button.slick-arrow, .program_type button.slick-arrow { background: #FFFFFF; border-radius: 50px; }
.testimonial-slider .slick-next:before , .testimonial-slider .slick-prev:before{ content:none; }
.program_type .slick-next:before , .program_type .slick-prev:before{ content:none; }
.testimonial-slider button.slick-prev.slick-arrow { left : 45%; }  
.testimonial-slider button.slick-next.slick-arrow{ right : 45%; }  
.testimonial-slider button.slick-arrow{ top:90%; }

.flex-center{ display: flex;align-items: center; }

.cb-1{ border-width: 0px 1px 1px 0px !important; border-style: solid; border-color: #00354E4D; }
.cb-2{ border-width: 0px 0px 1px 0px !important; border-style: solid; border-color: #00354E4D; }
.cb-3{ border-width: 0px 1px 0px 0px !important; border-style: solid; border-color: #00354E4D; }
.cb-4{  }

.news-box-img {
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
}

.donate-sec{ padding:60px 20px;}

.santa-btn.blue-btn:hover{ background-color: #e7f0f6; color: #006EA1; }
.santa-btn.wb-btn:hover{ background-color: #006EA1; border-color: #006EA1; }
.santa-btn.yellow-btn:hover { background-color: #383838; color: #FFCA50;}

/* Desktop dropdown behavior */
@media (min-width: 992px) {
  

  .main-menu-list {
    display: flex;
    gap: 25px;
    align-items: center;
  }

  .main-menu-list li {
    border: none;
  }

  .main-menu-list .sub-menu {
    display: none;
    position: absolute;
    background: #E7F0F6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
  }

  .main-menu-list li:hover > .sub-menu {
    display: block;
    padding: 0 10px;
  }

  .main-menu-list li.menu-item-has-children > a::after {
    content: none;
  }
}


@media screen and (max-width: 1600px){ .aboutUs_content .inner_content{     padding-left: 20px; } }

@media screen and (max-width: 1366px) {
    .product-image-slide img{ margin-right: 10px; }
    .e-con-boxed{  padding-left: 5% !important;  padding-right: 5% !important;  }
    .cus_col {   padding: 5%;  }
    .content_box {  width: 65%;  padding-top: 5%;  padding-bottom: 10%;  }
    .testimonials_slider .e-con-inner{   padding-bottom: 0px !important; }
    body .functionality_list { padding: 0 !important; }
    body .functionality_list.long_list  .elementor-element { padding-right: 5px;  }
    .banner_title {   font-size: 60px;  }
    
}

@media screen and (max-width: 1280px){
    .product-info-slide { padding-left: 20px; }
    body .aboutUs_slide .slick-next {   right: 15%; }
    a.product-link {  position: relative;  }
    .product-listing .product-description { padding-bottom: 0; }
    .newsletter_sec {  background-size: cover !important; }
}

@media screen and (max-width: 1380px) and (min-width: 1024px) {
    .header_menu .menu-item > .wpr-menu-item {   padding: 15px 15px !important;  }
    .nav_btn{  max-width: 150px !important; }
}

@media screen and (max-width: 1200px){
    body .product-listing-slide .slick-prev.custom-arrow { right: unset; left: -28px;  top: 50%; }
    body .product-listing-slide ul.slick-dots { display: none !important; }
    body .product-listing-slide .slick-next.custom-arrow {   right: -30px;  left: unset; top: 50%; }
}

@media screen and (min-width: 1025px){ 
    .tablet_contact_menu { display: none !important; }
    .menu-item-98 .wpr-menu-item.wpr-pointer-item{ border-width: 0!important; }
}
@media screen and (max-width: 1080px){ .news-box { flex: 1 1 calc(50% - 20px); } }
@media screen and (max-width: 1025px){
    .desktop-menu{ display: none; }
    .our-story-sec , .did-you-know-sec{ padding: 60px 0px; }
    .inquiry_form { padding: 20px; }
    .footer_col4 ,  .footer_col1 {   background-color: #0000000A !important; }
    .banner_inner_box .main_title {   font-size: 48px;  }
    .banner_inner_box .content_box p {  font-size: 18px;  margin-bottom: 30px; }
    a.red_btn ,  .white_btn {  font-size: 16px;     }
    body .banner_slide .custom-arrow {   width: 40px;  height: 40px; }
    body .banner_slide .slick-next {    right: 18%;   }
    .test_slides {  padding: 30px 30px;  margin: 10px; }
    .slider_text_box {  width: 40%;  }
    .testimonials_slides{   width: 60%; }
    body .inquiry_form textarea{ max-height: 100px; font-size: 14px !important;   }
    body .inquiry_form input, body .inquiry_form select {    padding: 10px 10px;  font-size: 14px;   margin-top: 5px; }
    .product-box {  padding: 20px; }
    a.product-link {   padding: 10px 20px 10px 24px;  margin-top: 10px; }
    .menu-toggle { display: block; }
    .main-navigation ul { display: none; }
    .header-button.dsk-hide{ position: absolute; right: 42px; }  
    .dsk-hide{ display: block; }
    .mb-hide{ display: none; } 
    .counter-box .icon-img span{ font-size: 40px; }
    .testimonial-slider button.slick-prev.slick-arrow { left : 40%; }    
    .testimonial-slider button.slick-next.slick-arrow{ right : 40%; }  
    /* .program-type-sec{ height: 600px; } */
}

@media screen and (max-width: 991px){
    .inquiry_form  .cf-100 , .cf-50 { margin-bottom: 20px; }
    .aboutus_inner_box {   background-size: cover; }
    .aboutUs_content {    background-color: #00000085;   padding: 12% 0 7%; }
    .aboutus_inner_box  .inner_content {  max-width: 70%; }
    body .inquiry_form .cf-50 { width: 100%; }
    .inquiry_form h2 {   margin: 10px 0; }
    .h-40{ font-size: 32px; }
    .testimonial-slider button.slick-prev.slick-arrow { left : 40%; }    
    .testimonial-slider button.slick-next.slick-arrow{ right : 40%; }  

}

@media screen and (max-width: 800px){
    .content_box {  width: 100%;   }
    .red_btn img {  margin-left: 10px;  }  
    .cus_full_btn { font-size: 20px; }
    .cus_full_btn img {  width: 26px !important; }
}

@media screen and (max-width: 766px){
    .footer_col3 {   background-color: #0000000A !important;   }
    .footer_col4 {    background-color: #00000000 !important;  }
    .banner_title {   font-size: 34px; }
    .our-story-sec{ padding: 40px 0px; }
    .product-listing-inner { flex-direction: column; }
    .product-info-slide , .product-image-slide{ width: 100% !important; }
    .product-image-slide img { margin: auto; }
    body .product-listing-slide .custom-arrow { width: 40px; height: 40px; }
    body .product-listing-slide .slick-next.custom-arrow  { right: -16px; }
    body .product-listing-slide .slick-prev.custom-arrow{ left: -16px }
    .product-info-slide{ padding: 0 !important; }
    .product-info-slide h4{ margin: 0; margin-top: 20px; }
    .our-story-sec .advisory-box{ margin-bottom: 20px; display: flex; justify-content: center; align-items: center; text-align: center; white-space: nowrap; flex-direction: column; }
}
/* Responsive for smaller screens */
@media (max-width: 992px) {
    .news-box {
        flex: 1 1 calc(50% - 20px); /* 2 columns */
    }
}
@media screen and (min-width: 768px){ 
    .program_type { display: none!important; }
}

@media (max-width: 767px) {
    .news-box { flex: 1 1 100%; /* 1 column */ }
    .about-this-program { padding: 60px 0; }
    .mb-24{ margin-top: 30px!important; }
    .santa-btn{ padding: 16px; }
    .ft-top-sec{ flex-direction: column; }
    .ft-top-sec .cta-text{ margin-bottom: 12px;}
    .loc-text{ margin-bottom: 0; }
    .pl-5{ padding: 0; padding-top: 30px; }
    .program-type-sec{ display: none; }
    .footer-top .pg-box{ margin-top: 0%;    width: 100%; margin-bottom: 50px;}
    section.footer-top{  display: flex; align-items: end;background-position: 25% }
    .footer-top .pg-box{ position: relative; }
    .image-box { flex: 1 1 calc(50% - 20px); }
    .advisory-box { margin: 0; padding: 16px 8px !important; flex: 1 1 calc(50% - 20px); }
    .advisory-box h5{ font-size: 20px; }
    .p-20 .row.col-lg-12 { gap: 20px; padding: 0; padding-left: 20px; justify-content: space-between; }
    button.accordion-button{ font-size: 24px; }
    .page-template-contact-temp .did-you-know-sec{ padding: 40px 0px; }
    .santa-btn.yellow-btn.primary-heading{ font-size: 32px; }
    .page-template-contact-temp .about-this-program{ padding: 40px 0; }
    .ml-2{ margin: 0; margin-top: 30px; }
    .cb-1{ border-width: 0px 0px 1px 0px !important; }
    .cb-2{ border-width: 0px 0px 1px 0px !important; border-style: solid; border-color: #00354E4D; }
    .cb-3{ border-width: 0px 0px 0px 0px !important; }
    .cb-4{ border-width: 1px 0px 0px 0px !important; }

}
@media screen and (min-width: 600px){ 
    .prev-slide{ opacity: 0 !important;   transition: opacity 0.5s ease, transform 0.5s ease; }   
}
@media screen and (max-width: 660px){   
    .footer-two .footer-col-one,.footer-two .footer-col-two ,.footer-two .footer-col-three { width: 100%; }
    .footer-two .footer-col-two ,.footer-two .footer-col-one { padding-bottom: 25px; }
    .footer-two .footer-col-one{ align-items: center; }
    .footer-two { padding: 40px 0; }
    .footer-three-col { flex-direction: column-reverse; gap: 20px; }
    .banner_inner_box{ height: 450px!important; }
    .testimonial-slider button.slick-prev.slick-arrow { left : 34%; }    
    .testimonial-slider button.slick-next.slick-arrow{ right : 34%; }  
    .testimonial-slider button.slick-arrow{ top: 94%; }
}
@media screen and (max-width: 600px){   
    .aboutUs_content {    background-color: #000000b5;   padding: 25% 0 25%; }
    .aboutus_inner_box  .inner_content {  max-width: 100%; }
    body .aboutUs_slide .slick-prev { right: 32%; }
    .banner_inner_box .main_title {  font-size: 40px;    line-height: 1.2;  }
    .red_btn img , .white_btn img{ display: none; }
    .red_btn , .white_btn {   padding: 5px 7px !important;  font-size: 14px;  }
    .banner_btn_box .white_btn { margin-left: 10px; }
    .banner_inner_box .content_box { padding-bottom: 0%; }
    body .banner_slide .custom-arrow{ bottom : 0; }
    body .banner_slide .slick-prev { right: 35%; }
    .testimonials_slide_sec {  flex-direction: column;  }
    .slider_text_box{ width: 100%; padding-bottom: 10px;}
    .testimonials_slides { width: 100%;  padding-bottom: 60px;}
    body .testimonials_slides .custom-arrow {  width: 40px;  height: 40px;   bottom: 0;    }
    .testimonials_slides .slick-next {   left: unset;  right: 10px;  }
    .prev-slide{ opacity: 1;}
    .testimonials_slides .slick-prev {  left: unset;  right: 20%;  }
    .recognition_sec .elementor-image-box-img img{ margin: auto; }
    .product-box {   flex-direction: column; }
    .product-image  {  width: 100%; }
    .product-info{ width: 100%; padding: 0; padding-top: 20px; }
    a.product-link { width: 100%;  justify-content: space-between; }
     .single-product .Product_Catalogue_form h2{ font-size: 22px !important; }
     .single-product .product_section .Product_Catalogue_form {  padding: 20px 20px; }
    .footer-form .Registration_form.inquiry_form input {   padding: 10px 16px !important; }
}

@media screen and (max-width: 450px){
    .banner_btn_box .white_btn { margin-left: 0px;  margin-top: 10px;  }
}

@media screen and (max-width: 420px){
    .banner_inner_box .main_title { font-size: 28px; }
    .santa-btn.blue-btn,.santa-btn.wb-btn{ padding: 16px!important; }
}
