/*
Theme Name: Satenet Child
Description: Child Theme for Satenet Theme
Author: zozothemes
Version: 1.0
Template: satenet
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/* Blog page Elementor pagination override */
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item {
	padding: 0 !important;
	margin-right: 5px !important;
}

body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item:last-child {
	margin-right: 0 !important;
}

body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item > a,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item > span {
	display: inline-block !important;
	color: #fff !important;
	padding: 10px 18px !important;
	line-height: normal !important;
	box-sizing: border-box !important;
}

body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item > a.next-page,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item > a.prev-page {
	padding: 10px 15px !important;
}

body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item.active > a,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item.active > span,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item.next > a,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item.previous > a,
body.page-id-10439 .elementor-element-3e6dee5 .post-pagination > li.nav-item > a:hover {
	background: #000 !important;
	color: #fff !important;
}

/* ===== GRAVITY FORM SYTLE ===== */

/* example: submit button – applies to all Orbital forms */
.gform-theme--framework .gform_footer input[type="submit"].gform_button { 
	--gf-ctrl-btn-bg-color-primary: #d73648; 
	--gf-ctrl-btn-bg-color-hover-primary: #67bd47;
}

.gform-theme--framework .gform_footer .gform_button:active,
.gform-theme--framework .gform_footer .gform_button:focus {
    background-color: #171422 !important;
    border-color: #171422 !important;
}

.gform-theme--framework {
    --gf-ctrl-border-color: #eaeaea !important;
}

.gform-theme--framework input,
.gform-theme--framework textarea,
.gform-theme--framework select {
    border-width: 1px !important;
}

.gform-theme--framework {
    --gf-ctrl-shadow: none !important;
}

body .gform-theme--framework legend.gfield_label.gform-field-label {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #212529 !important;
}

.gform-theme--framework label.gfield_label {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #212529 !important;
}

.gform-theme--framework input:focus,
.gform-theme--framework textarea:focus,
.gform-theme--framework select:focus {
    outline: 2px solid #67bd47 !important;
    box-shadow: 0 0 0 2px rgba(103, 189, 71, 0.25) !important;
}

/* ===== HEADER SYTLE ===== */
/*Custom Style Code Right Here */
.header-inner .sticky-logo img {
  height: 55px !important;
  width: auto !important;
}

.sticky-head:not(.header-sticky) {
    position: relative;
    z-index: 9999;
    transition: 0.5s all;
}

.header-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.mobile-gradient-btn a{
width: 100% !important; 
font-size:18px; 
color:#ffffff !important;
padding:10px 48px;
margin-top:20px;
border-radius: 4px;
display: inline-block;
text-align: center;
background: linear-gradient(-150deg, #2b3a67 5%, #d73648 95%) !important;
}

.mobile-call-btn a{
width: 100% !important; 
font-size:18px; 
color:#ffffff !important;
padding:10px 48px;
margin-top:20px;
margin-bottom:20px;
border-radius: 4px;
display: inline-block;
text-align: center;
background:#d73648 !important;
}



/* ===== MOBILE PADDING FOR WIDGETS ===== */
/* Mobile Padding */

@media only screen and (max-width: 640px) {
    body {
        font-size: 17px !important;
    }
	.mobilePadding {
	padding-left:20px !important;
	padding-right:20px !important;
	}
}

/* ===== CONSTANT CONTACT INLINE FOOTER FORM ===== */

.ctct-form {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

/* email */
.ctct-form input[type="email"] {
    flex: 1;
    height: 44px;
    margin: 0;
    padding: 10px 12px;
    box-sizing: border-box;
}

/* button */
.ctct-form input[type="submit"],
.ctct-form button {
    height: 44px;
    margin: 0px !important;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.ctct-form label[for^="email"] {
    display: none !important;
}

.ctct-disclosure {
	display: none !important;
}

.ctct-form-wrapper .ctct-message.ctct-success
 {
    border-color: #67bd47 !important;
	 color: #67bd47 !important;
}

/* ===== FAQ Styles ===== */
/* FAQ Responsive Table Styles */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.email-settings-table {
    width: 100%;
    border-collapse: collapse;
}

.email-settings-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
}

.email-settings-table tr:nth-child(even) {
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .email-settings-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .email-settings-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }
}

/* Nested FAQ Styles */

.ea-nfaq {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.ea-nfaq__trigger-text {
	transition: color 0.25s ease;
}

.ea-nfaq__trigger:hover .ea-nfaq__trigger-text,
.ea-nfaq__trigger:focus .ea-nfaq__trigger-text,
.ea-nfaq__trigger.ea-nfaq--active .ea-nfaq__trigger-text {
	color: #d73648;
}
.ea-nfaq__category,
.ea-nfaq__item {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.ea-nfaq__item {
	margin-bottom: 10px;
}

.ea-nfaq__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	border: 0;
	background: #fff;
	color: #222;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.ea-nfaq__trigger:hover,
.ea-nfaq__trigger:focus {
	background: #f7f7f7;
	outline: none;
}

.ea-nfaq__trigger--category {
	font-size: 1.1rem;
}

.ea-nfaq__trigger--question {
	font-size: 1rem;
	background: #fafafa;
}

.ea-nfaq__trigger.ea-nfaq--active {
	background: #f7f7f7;
}

.ea-nfaq__icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	transition: transform 0.25s ease;
}

.ea-nfaq__icon::before,
.ea-nfaq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #222;
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.ea-nfaq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ea-nfaq__trigger.ea-nfaq--active .ea-nfaq__icon {
	transform: rotate(45deg);
}

.ea-nfaq__trigger.ea-nfaq--active .ea-nfaq__icon::before,
.ea-nfaq__trigger.ea-nfaq--active .ea-nfaq__icon::after {
	background: #d71920;
}

.ea-nfaq__panel {
	overflow: hidden;
	height: 0;
	transition: height 0.32s ease;
}

.ea-nfaq__panel[hidden] {
	display: block;
}

.ea-nfaq__panel-inner {
	padding: 0 22px 20px;
	margin-top:10px;
}

.ea-nfaq__panel--category > .ea-nfaq__panel-inner {
	padding-top: 10px;
}

.ea-nfaq__panel--answer .ea-nfaq__panel-inner {
	color: #444;
	line-height: 1.6;
}

.ea-nfaq__panel--answer .ea-nfaq__panel-inner p:last-child {
	margin-bottom: 0;
}

.ea-phone-directory__filters {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin: 0 0 24px;
	padding: 18px;
	background: #f6f8fa;
	border: 1px solid #dfe5ea;
	border-radius: 8px;
}

.ea-phone-directory__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
}

.ea-phone-directory__field span {
	font-size: 14px;
	font-weight: 700;
	color: #171422;
}

.ea-phone-directory__field select,
.ea-phone-directory__field input {
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #bac6d0;
	border-radius: 6px;
	background: #fff;
	color: #171422;
	font-size: 16px;
}

.ea-phone-directory__field--search {
	flex: 1 1 420px;
}

.ea-phone-directory__field--type {
	flex: 0 0 220px;
}

.ea-phone-directory__submit,
.ea-phone-directory__reset {
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
}

.ea-phone-directory__submit {
	border: 1px solid #171422;
	background: #171422;
	color: #fff;
	cursor: pointer;
}

.ea-phone-directory__reset {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bac6d0;
	background: #fff;
	color: #171422;
}

@media (max-width: 767px) {
	.ea-phone-directory__filters {
		flex-direction: column;
		align-items: stretch;
	}

	.ea-phone-directory__field--search,
	.ea-phone-directory__field--type {
		flex-basis: auto;
	}

	.ea-phone-directory__submit,
	.ea-phone-directory__reset {
		justify-content: center;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.ea-phone-directory__pagination .post-pagination {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.ea-phone-directory__pagination .nav-item {
		display: none !important;
	}

	.ea-phone-directory__pagination .previous-page-item,
	.ea-phone-directory__pagination .next-page-item {
		display: list-item !important;
	}

	.ea-phone-directory__pagination .prev-page,
	.ea-phone-directory__pagination .next-page {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 120px;
	}
}

@media (max-width: 767px) {
	.ea-phone-directory__table-wrap {
		overflow: visible;
	}

	.ea-phone-directory__table,
	.ea-phone-directory__table thead,
	.ea-phone-directory__table tbody,
	.ea-phone-directory__table tr,
	.ea-phone-directory__table th,
	.ea-phone-directory__table td {
		display: block;
		width: 100%;
	}

	.ea-phone-directory__table thead {
		display: none;
	}

	.ea-phone-directory__table tr {
		margin: 0 0 14px;
		padding: 14px;
		border: 1px solid #dfe5ea;
		border-radius: 8px;
		background: #fff;
	}

	.ea-phone-directory__table td {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
		padding: 8px 0;
		border: 0;
		word-break: break-word;
	}

	.ea-phone-directory__table td::before {
		content: attr(data-label);
		font-weight: 700;
		color: #171422;
	}

	.ea-phone-directory__table td:first-child {
		padding-top: 0;
		font-weight: 700;
	}

	.ea-phone-directory__table td:first-child::before {
		font-weight: 700;
	}

	.ea-phone-directory__table td:last-child {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page-id-15558 .elementor-element-ee4078a {
		display: none !important;
	}
}



