/*
Theme Name: StrategiCom
Template: blankslate
Author: Child Theme Configurator
Version: 1.0.1756156562
Updated: 2025-08-25 21:16:02

*/

/* custom style css */

/* Montserrat Regular */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* Montserrat Thin */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

/* Montserrat SemiBold */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

/* Montserrat Bold */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Montserrat ExtraBold */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

/* Montserrat Black */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

/* Montserrat Italics */
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Helvetica";
	src: url("fonts/Helvetica.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("fonts/Helvetica-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}


@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
	font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}

h2 {
	font-size: 32px;
  color: #3760A0;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}


h3 {
  font-size: 22px;
  color: #3760A0;
  line-height: normal;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
}

p {
	font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 16px;
    line-height: 22px;
	margin-bottom: 1rem;
}

header#header {
	padding-top: 0px;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 99;
}

header .conatiner {
	max-width: 1000px;
	margin: auto;
	padding: 20px 15px;
}

header#header .search-form-row {
	text-align: right;
}

header#header .search-form-row div#search {
	display: flex;
	justify-content: right;
}

header#header .search-form-row form.search-form {
	align-items: center;
	background-color: #fff;
	border: 1px solid #00000070;
	padding: 10px;
}

header#header .search-form-row form.search-form label input {
	border: none;
}

header#header .search-form-row form.search-form input {
	border: none;
	background-color: transparent;
}

header#header .search-form-row form.search-form label input:focus-visible {
	outline: none;
}

header#header .main-logo-menu {
	justify-content: space-between;
	align-items: center;
	display: flex;
	width: auto;
	margin: 0px;
	padding-top: 20px;
}

header#header .main-logo-menu .logo img {
	max-width: 290px;
	width: 100%;
}

header#header .main-logo-menu nav#menu ul#menu-main-menu {
	display: flex;
	align-items: center;
	text-align: right;
	column-gap: 35px;
}

header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item a {
	color: #00263e;
	line-height: 50px;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
}

li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu {
	position: absolute;
	text-align: left;
	background-color: #fff;
	padding: 10px 20px 15px;
	box-shadow: 0px 6px 12px -4px #dbdbdb;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease-in-out;
}

/* .menu-item.menu-item-type-custom.menu-item-has-children a {
    position: relative;
    margin-right: 20px;
} */
/* .menu-item.menu-item-type-custom.menu-item-has-children a:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/down-icon-blue.png);
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -19px;
    top: calc(50% - 7.5px);
} */
ul.sub-menu .menu-item.menu-item-type-custom a:before {
	display: none;
}

li.menu-item.menu-item-type-custom.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu a {
	line-height: 30px !important;
}

header#header .search-form-row form.search-form input.search-submit {
	font-size: 0px !important;
	display: none;
}

header#header .search-form-row form.search-form label:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/08/search-blue.png);
	position: absolute;
	left: 0;
	background-size: 18px;
	width: 18px;
	height: 18px;
	opacity: 0.9;
	top: calc(50% - 9px);
}

header#header .search-form-row form.search-form label {
	padding-left: 25px;
	position: relative;
	width: 100%;
}

/* ===== Solutions Page Styles ===== */
.solutions-intro {
	font-size: 16px;
	color: #333;
	padding: 70px 15px;
	/* border-top: 15px solid #bada55; */
	/*border-bottom: 15px solid #bada55;*/
	position: relative;
}

section.solutions-intro .container {
	max-width: 1300px;
	margin: auto;
}

.solutions-intro h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #3760a0;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
}

.solutions-intro ul {
	list-style: disc;
	margin-left: 20px;
	line-height: 2.0;
	font-family: 'Open Sans';
}

.solutions-intro ul li strong {
	font-weight: bold;
	font-size: 16px;
	color: #00263e;
	font-family: 'Open Sans';
}

.solutions-grid {
	margin: 30px 0;
	text-align: center;
}

.solutions-grid h2 {
	margin-bottom: 25px;
	color: #3760a0;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
}

.solutions-buttons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	gap: 15px;
}

a.solution-btn {
  background-color: rgb(1, 111, 185);
  color:#fff;
  padding:10px 15px;
  border:1px solid rgb(1, 111, 185);
}

a.solution-btn:hover {
	 background-color:#fff;
     color:#3760A0;
     border:1px solid rgb(1, 111, 185);
	text-decoration: none;
	padding:10px 15px;
} 

.solution-btn:hover {
	background: #fff;
	color: #1e3a8a;
}

.solutions-intro ul li {
	font-size: 16px;
	color: #00263e;
	font-family: 'Open Sans';
	font-weight: lighter;
}

/*
section.solutions-intro:before {
	background-image: url(/wp-content/uploads/2025/08/bg-graphic-Photoroom-Picsart-AiImageEnhancer.png);
	content: "";
	background-size: cover;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}

section.solutions-intro:after {
	background-image: url(/wp-content/uploads/2025/08/bg-graphic-Photoroom-Picsart-AiImageEnhancer.png);
	content: "";
	background-size: cover;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: rotate(180deg);
	z-index: -1;
}*/

.menu-toggle {
	display: none;
	color: #000;
	border: none;
	padding: 10px 15px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 4px;
}

footer#footer .footer-menu ul#menu-main-menu-1 {
	display: flex;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
	position: relative;
}

footer#footer {
	padding: 50px 15px;
}

/* footer#footer .footer-menu li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu
 {
    bottom: 0 !important;
} */
footer#footer .footer-menu li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu {
	bottom: 40px !important;
	box-shadow: 0px 0px 12px 0px #dbdbdb;
	z-index: 999;
}

footer#footer .footer-menu ul#menu-main-menu-1 a {
	color: #6494c2;
	font-size: 16px !important;
	font-family: "Montserrat";
}

footer#footer .bottom-links {
	text-align: center;
	padding-top: 25px;
	font-size: 10px;
}

footer#footer div#copyright {
	padding-top: 20px;
	text-align: center;
}

footer#footer div#copyright span {
	color: #6494c2;
	font-size: 10px;
}

footer#footer div#copyright span a {
	color: #6494c2;
	text-decoration: underline;
}

footer#footer .footer-menu li.menu-item {
	border: 2px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 12px 0px;
}

footer#footer .footer-menu ul.sub-menu li.menu-item {
	padding: 0px !important;
	border: 0px !important;
}

footer#footer .footer-menu .menu-item.menu-item-type-custom.menu-item-has-children a:before {
	transform: rotate(180deg);
	opacity: 0.5;
}

footer#footer .footer-menu li.menu-item:hover {
	border: 2px solid #3760a0;
	border-left: none;
	border-right: none;
	padding: 12px 0px;
}

footer#footer .footer-menu li.menu-item:hover a {
	color: #3760a0 !important;
}

header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item a {
	transition: color 0.3s ease;
}

header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item a:hover {
	color: #bada55;
	text-decoration: none;
}

.menu-item-has-children>a {
	position: relative;
}

/* .menu-item-has-children .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/08/down-icon-blue.png);
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.3s ease;
} */
/* .menu-item-has-children:hover ul.sub-menu {
    display: block !important;
} */
li.menu-item-has-children:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/wp-content/uploads/2025/08/down-icon-blue.png);
	background-size: cover;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
	transition: transform 0.3s ease;
	content: "";
}

.footer-menu ul#menu-main-menu-2 {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	position: relative;
}

footer#footer .footer-menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
	top: unset;
	bottom: 45px !important;
}

nav#menu-mobile {
	display: none;
}

.section.feature-content {
	padding: 30px 15px 50px;
}

.section.feature-content .title-main {
	justify-content: center;
}

.section.feature-content .title-main h1 {
	line-height: normal;
	text-align: center;
	font-size: 40px;
	color: #045184;
	font-family: 'Montserrat';
	font-weight: bold;
	padding-bottom: 30px;
	max-width: 900px;
    margin: auto;
}

.feature-content .content-row {
	display: flex;
	width: 100%;
	column-gap: 0px;
	margin: 0px;
	align-items: center;
}

.section.feature-content .container {
	max-width: 1300px;
	width: 100%;
}

.feature-content .content-row .column {
	width: calc(50% - 20px);
}

.feature-content .content-row .column .page-featured-image img {
	max-width: 400px;
	height: auto;
}
.page-featured-image {text-align:center;}

.feature-content .content-row .column h2 {
	font-size: 32px;
	color: #3760A0;
	line-height: normal;
	font-family: 'Montserrat';
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 12px;
}

.feature-content .content-row .column h3 {
	font-size: 23px;
	color: #00263e;
	line-height: normal;
	font-family: 'Montserrat';
	letter-spacing: 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.feature-content .content-row p.para-text {
	font-size: 16px;
	color: #00263e;
	font-family: 'Open Sans';
	line-height: 22px;
}

.phone-technologies {
	background: #3760a0;
	padding: 50px 20px;
	text-align: center;
}

.phone-technologies .container {
	max-width: 1000px;
	margin: 0 auto;
}

.phone-technologies h2 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	max-width: 550px;
	margin: auto;
	padding-bottom: 30px;
}

.phone-technologies .cards {
	display: flex;
	gap: 45px;
	flex-wrap: wrap;
	justify-items: center;
	justify-content: center;
	align-items: center;
}

.phone-technologies .card {
	position: relative;
	width: calc(33% - 30px);
	cursor: pointer;
	height: 360px;
}

.phone-technologies .card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	/* transition: 1s all; */
	transform-style: preserve-3d;
}

.phone-technologies .card:hover .card-inner {
	transform: rotateY(180deg);
}

.phone-technologies .card-front,
.phone-technologies .card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 0px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

.phone-technologies .card-back {
	padding: 15px;
}

.phone-technologies .card-front img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 10px;
}

.phone-technologies .card-front h3 {
	font-weight: bold;
	color: #3760a0;
	font-size: 31px;
	line-height: normal;
	text-align: center;
	font-family: "Montserrat";
}

.phone-technologies .card-front p {
	line-height: normal;
	text-align: center;
	font-size: 14px;
	color: #00263e;
	padding-top: 5px;
	font-family: 'Open Sans';
	margin-bottom: 0rem;
}

.phone-technologies .card-back p {
	line-height: 1.3em;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Open Sans';
	padding-top: 30px;
	margin-bottom: 0rem;
}

.phone-technologies .card-back {
	background: rgba(255, 255, 255, 0);
	transform: rotateY(180deg);
	font-size: 14px;
	color: #333;
	text-align: left;
	/* justify-content: flex-end !important; */
}

.phone-technologies .card .overlay-content {
	position: absolute;
	bottom: 16px;
}

.phone-technologies .card .overlay-content {
	transition: all 0.2s ease-out 0s, visibility 0s;
	opacity: 1;
    visibility: visible;
}

.phone-technologies .card:hover .overlay-content {
    transform: translateX(-43px) translateY(-65px) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
	opacity: 0;
    visibility: hidden;
}


.card.card-1 {
	background-image: url(/wp-content/uploads/2025/08/voip.png);
	background-size: cover;
}

.card.card-2 {
	background-image: url(/wp-content/uploads/2025/08/headphone.png);
	background-size: cover;
}

.card.card-3 {
	background-image: url(/wp-content/uploads/2025/08/call.png);
	background-size: cover;
}

.card.card-4 {
	background-image: url(/wp-content/uploads/2025/08/call-4.png);
	background-size: cover;
}

.card.card-5 {
	background-image: url(/wp-content/uploads/2025/08/phone-5.png);
	background-size: cover;
}

.section-wrapper.image-content-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	background: #fff;
}

.image-content-sec .container {
	max-width: 1300px;
	width: 100%;
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 0px;
}

.image-content-sec .image-side {
	flex: 1;
}

.image-content-sec .image-side img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

.image-content-sec .content-side {
	flex: 1;
	color: #00263e;
	font-family: 'Open Sans';
}

.image-content-sec .content-side h2 {
	font-size: 32px;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	line-height: 40px;
}

.image-content-sec .content-side p {
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 16px;
	color: #00263e;
	font-family: 'Open Sans';
}

.image-content-sec .content-side ul {
	padding-left: 20px;
	color: #00263e;
}

.image-content-sec .content-side ul li {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 16px;
	color: #00263e;
	list-style: disc;
	font-weight: lighter;
}

.testimonials {
	background: #00263e;
	padding: 70px 20px;
	text-align: center;
}

.testimonials .container {
	max-width: 1000px;
	margin: 0 auto;
}

.testimonials h2 {
	margin-bottom: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

.testimonial-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.testimonial-card {
	background: #fff;
	padding: 30px 20px;
	width: calc(33% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.testimonial-card p {
	margin-bottom: 20px;
	line-height: 1.3em;
	text-align: center;
	font-size: 28px;
	color: #00263e;
	font-family: 'Open Sans';
}

.testimonial-card .quote {
	color: #bada55;
	font-size: 28px;
	font-weight: bold;
}

.testimonial-card .quote img {
	width: 34px;
	height: auto;
	transform: rotate(180deg);
}

.logo-slider {
	padding: 30px 0;
	background: #fff;
	text-align: center;
}

.logo-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.logo-slider .container {
	max-width: 1000px;
	position: relative;
}

.logo-slider img {
	max-width: 140px;
	max-height: 80px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.logo-slider img:hover {
	transform: scale(1.1);
}

.logo-slider .swiper-button-next,
.logo-slider .swiper-button-prev {
	color: #fff;
	background-color: #3760a0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.logo-slider .swiper-wrapper {
	align-items: center;
}

.logo-slider .swiper-button-prev {
	left: -35px
}

.logo-slider .swiper-button-next {
	right: -35px
}

.logo-slider .swiper-button-prev:after,
.logo-slider .swiper-button-next:after {
	font-size: 16px;
	font-weight: bold;
}

section.Schedule-demo-sec {
	padding: 30px 20px 40px;
}

section.Schedule-demo-sec .container {
	max-width: 1300px;
	text-align: center;
}

section.Schedule-demo-sec .action-demo h2 {
	line-height: normal;
	text-align: center;
	color: #3760A0;
	font-size: 41px;
	font-family: 'Montserrat';
	padding-bottom: 20px;
	margin-top: 0px;
}

.Schedule-demo-sec a.schedule-demo-btn {
	transition: all 0.2s ease, visibility 0s;
	border-radius: 50px;
	background: #3760A0;
	border: 1px solid #C3D502;
	padding: 15px 40px;
	color: #fff;
	margin: auto;
	text-transform: uppercase;
	display: flex;
	max-width: max-content;
	letter-spacing: 0.25em;
	font-size: 15px;
	font-family: 'Montserrat';
}

.Schedule-demo-sec a.schedule-demo-btn:hover {
	background: #6586b9;
	border: 1px solid #6586b9;
	text-decoration: none;
}

footer {
	padding: 50px 0px;
	box-shadow: 0px 0px 10px -8px #3b3b3b;
}

.solutions-buttons br {
	display: none;
}

body header.header h1.entry-title {
	display: none;
}
.bandwidth-testimonials .testimonial-card p {
    line-height: 1.3em;
    font-size: 18px;
}
.bandwidth-technologies .card-front h3 {
    font-size: 22px;
}
.bandwidth-technologies .container {
    padding: 0px;
}
.bandwidth-technologies .cards {
    gap: 4px;
}
.bandwidth-technologies .card {
    width: calc(25% - 8px);
    height: 306px;
}
.bandwidth-technologies .card-back p {
    line-height: 21px;
    font-size: 16px;
}
.bandwidth-technologies  .card-back {
    padding: 8px;
}
.phone-technologies .card {
    background-position: center;
	border-radius: 0px;
}
.bandwidth-technologies .card.card-1 {
    background-image: url(/wp-content/uploads/2025/08/cb1b32_3d2e33b5dca24315a54b24090aa24486mv2.png);
}
.bandwidth-technologies .card.card-2 {
    background-image: url(/wp-content/uploads/2025/08/cb1b32_89d12d4e6b0a4cb7923adc99d5bd6e77mv2.png);
}
.bandwidth-technologies .card.card-3 {
    background-image: url(/wp-content/uploads/2025/08/cb1b32_f0069123720c446a8fc1c90dd00baffemv2.png);
}
.bandwidth-technologies .card.card-4 {
    background-image: url(/wp-content/uploads/2025/08/cb1b32_f7995deabd67450f9f80480621553f4amv2.png);
}
.feature-content .content-row ul {
    list-style: disc;
    padding-left: 20px;
    color: #00263e;
    font-family: 'Open Sans';
}
.feature-content .content-row ul li {
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 6px;
	font-weight: lighter;
}
.feature-content.feature-artificial-intelligence h3 {
    font-size: 16px !important;
    line-height: 22px !important;
}
section.Explore-offering {
    background-color: #3760a0;
    padding: 60px 15px;
}
.Explore-offering .container {
    max-width: 800px;
}
section.Explore-offering h2 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    max-width: 550px;
    margin: auto;
    padding-bottom: 30px;
}
.Explore-offering .move-card .card-image img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}
.Explore-offering .moving-cards .move-card {
    position: relative;
}
.Explore-offering .move-card .overlay-text {
    position: absolute;
    bottom: 0;
    background-color: #6494c2e3;
    color: #fff;
    height: 33%;
    padding: 20px;
    text-align: center;
    transition: height 0.4s ease;
	border-radius: 0px 0px 10px 10px;
}
.Explore-offering .move-card .overlay-text p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans';
}
.Explore-offering .move-card:hover .overlay-text {
    height: 50%;
}
.Explore-offering .moving-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}
.Explore-offering .move-card .overlay-text h3 {
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: bold;
    font-family: "Montserrat";
	margin-top: 0px;
    margin-bottom: 5px;
	color: #fff;
}
.feature-content .content-row p {
    font-size: 16px;
    color: #00263e;
    font-family: 'Open Sans';
    line-height: 22px;
    padding-bottom: 10px;
	font-weight: lighter;
}
.feature-content .content-row p:last-child {
    padding-bottom: 0px;
}
section.Content-image-sec {
    color: #333;
    padding: 80px 15px;
    position: relative;
}

/* section.Content-image-sec:before {
    background-image: url(/wp-content/uploads/2025/09/gradient-ribbon.png);
    content: "";
    background-size: cover;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
*/
section.Content-image-sec:after {
background-image: url(/wp-content/uploads/2025/09/gradient-ribbon.png);
    content: "";
    background-size: cover;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: rotate(180deg);
    z-index: -1;
}

section.Content-image-sec .container {
    max-width: 1300px;
    margin: auto;
}
.Content-image-sec .inner-section {
    display: flex;
    width: 100%;
    gap: 25px;
}
section.Content-image-sec .inner-section {
    display: flex;
    column-gap: 25px;
}
section.Content-image-sec .inner-section .column1, section.Content-image-sec .inner-section .column2 {
    width: calc(50% - 12.5px);
}
section.Content-image-sec .inner-section img {
    max-width: 400px;
    width: 100%;
}
section.Content-image-sec .inner-section h2 {
    font-size: 41px;
    color: #3760A0;
    line-height: normal;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 12px;
	margin-top: 0px;
}
section.Content-image-sec .inner-section .column1 p {
    font-size: 16px;
    color: #00263e;
    font-family: 'Open Sans';
    line-height: 22px;
    padding-bottom: 15px;
}
section.Content-image-sec .inner-section .column1 h3 {
    font-size: 16px;
    color: #3760A0;
    font-family: "Montserrat";
    line-height: 22px;
    padding-bottom: 15px;
    font-weight: bold;
}
section.Content-image-sec .inner-section .column1 ul {
    font-size: 16px;
    color: #00263e;
    font-family: 'Open Sans';
    line-height: 22px;
    padding-bottom: 15px;
	padding-left: 20px;
    list-style: disc;
	margin-left: 0px;
}
section.Content-image-sec .inner-section .column1 ul li {
    padding-bottom: 15px;
	font-weight: lighter;
}
section.Content-image-sec .inner-section .column1 ul strong {
    font-weight: bold;
}
section.Content-text-sec {
    padding: 40px 15px 80px;
	position: relative;
}
section.Content-text-sec:after {
background-image: url(/wp-content/uploads/2025/09/gradient-ribbon.png);
    content: "";
    background-size: cover;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: rotate(180deg);
    z-index: -1;
}
.Content-text-sec .inner-sec h2 {
    font-size: 41px;
    color: #3760A0;
    line-height: normal;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    text-align: center;
    padding-right: 25px;
    padding-bottom: 20px;
}
.Content-text-sec .inner-sec p {
    font-size: 18px;
    color: #00263e;
    line-height: normal;
    font-family: 'Open Sans';
    letter-spacing: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}
.Content-text-sec .inner-sec ul {
    font-size: 16px;
    color: #00263e;
    font-family: 'Open Sans';
    line-height: 22px;
    padding-bottom: 15px;
}
.datasheet-btn a.download-datasheet {
    transition: all 0.2s ease, visibility 0s;
    padding: 10px 14px;
    margin-top: 5px;
	font-size: 17px;
	background-color: rgb(1, 111, 185);
    color:#fff;
    padding:10px 15px;
}
.datasheet-btn
 {
    display: flex;
}
.datasheet-btn a.download-datasheet:hover {
    text-decoration: none;
	 background-color:#fff;
    color:#3760A0;
    border:1px solid rgb(1, 111, 185)
}
.Content-text-sec .inner-sec .datasheet-btn {
    justify-content: center;
}
.Content-text-sec .inner-sec ul strong
 {
    font-weight: bold;
}
.Content-text-sec .inner-sec ul li {
    padding-bottom: 8px;
	font-weight: lighter;
}
section.Content-image-sec .inner-section ul li {
    padding-bottom: 8px;
}
.datasheet-btn {
    display: flex;
}
.Content-text-sec .inner-sec .datasheet-btn {
    justify-content: center;
}
.Content-image-sec.security .container, .Content-image-sec.inverse .container {
    max-width: 1300px;
}
.divider-sec {
    border-bottom: 1px solid #bada55;
    border-top: 3px solid #bada55;
    padding: 5px 0 0 0;
    width: 100%;
}
.inner-section.inverse-sec {
    padding-top: 40px;
    align-items: center;
}
.inner-section.inverse-sec .column2 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.Content-image-sec .inner-section {
    padding-bottom: 25px;
}
.inner-section.inverse-sec .column2 .datasheet-btn {
    justify-content: center;
}
.Content-text-sec.security .inner-sec p {
    font-size: 24px;
    font-family: 'Open Sans';
    padding-top: 20px;
	font-weight: lighter;
}
.Content-text-sec.security .inner-sec .get-started h3 {
    padding-top: 10px;
    font-size: 24px;
    font-family: "Montserrat";
    color: #3760A0;
    line-height: normal;
}
/*
section.Content-text-sec.security:before {
    background-image: url(/wp-content/uploads/2025/08/bg-graphic-Photoroom-Picsart-AiImageEnhancer.png);
    content: "";
    background-size: cover;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
*/
/* 
.Content-text-sec.security {
    padding: 80px 15px 80px;
}
*/
.Content-text-sec.security h2 {
    text-align: left;
    display: flex;
	margin-top: 0px;
}
/* .Content-text-sec.security .main-heading {
    display: flex;
} */

/* 01-09-2025 */
.Why-trust-strategiCom {
    display: block;
}
.Connectivity .Why-trust-strategiCom {
    display: block !important;
}
.Why-trust-strategiCom .col-main {
    width: 100% !important;
}
section.Connectivity .container,section.Cloud .container, section.Managed-services .container, .Wireless-mobility .container, .saas-solution .container, .Energy-solutions .container{
    max-width: 1300px !important;
}
.Cloud .datasheet-btn {
    justify-content: center;
    margin: 10px 0 40px;
}
.banner-sec-mobile-img {
    display: none;
}
.Managed-services .datasheet-btn {
    justify-content: center;
    margin-bottom: 25px;
}
.Managed-services .divider-sec{
	border-bottom: 0;
}
.Wireless-mobility .Wireless-mobility-list li,.saas-solution .saas-list li {
    list-style-type: decimal;
    padding-left: 0px;
	font-weight: lighter;
}
.Wireless-mobility .Wireless-mobility-list, .saas-solution .saas-list {
    margin-left: 10px;
}
.saas-solution .inner-section {
    display: block !important;
    padding-bottom: 0;
}

.saas-solution .inner-section .column1 {
    width: 100% !important;
}

.saas-solution .saas-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}
.Why-choose-sec .inner-section.inverse-sec {
    display: flex !important;
	gap: 40px;
}
.Why-choose-sec .inner-section.inverse-sec .col-main {
    width: 50% !important;
	gap:10px;
}
section.Why-Choose-main .inner-section.inverse-sec {
    padding-top: 10px;
    padding-bottom: 0;
    column-gap: 0;
    gap: 30px;
}
section.Why-Choose-main .inner-section.inverse-sec .column1{
	width: 50% !important;
}
.Why-Choose-main:before, .Why-Choose-main:after {
    display: none;
}

section.Why-Choose-main {
    padding: 50px 15px !important;
}
.Energy-solutions .datasheet-btn, .Content-image-sec .datasheet-btn{
    justify-content: center;
}
.Content-text-sec .container {
    max-width: 1300px;
    margin: auto;
}
/* 05-09-2025 */
section.contact-us {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

section.contact-us::before {
    content: ''; 
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1; 
}

section.contact-us > * {
    position: relative; 
    z-index: 2;
}

.contact-us .contact-form-content .contact-left h2 {
    font-size: 56px;
    line-height: normal;
    color: #3760A0;
    font-family: 'Montserrat';
    text-shadow: #ffffff 0px 0px 6px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-us .contact-form-content .contact-left p {
    font-size: 18px;
    color: #3760A0;
    font-family: 'Open Sans';
    line-height: 30px;
	font-weight: lighter;
}

.contact-us .contact-form-content .contact-left h3 {
    font-size: 30px;
    color: #3760A0;
    font-family: 'Open Sans';
    line-height: 37px;
    padding-bottom: 15px;
    font-weight: 700;
}

.contact-us .contact-form-content .contact-left {
    text-align: center;
	    margin-bottom: 30px;
}
.contact-form-content .contact-form {
    background-color: white;
    padding: 20px 15px 20px 15px;
    width: 100%;
    max-width: 50%;
    margin: auto;
    margin-top: 20px;
}

.contact-form-content .contact-form div#wpcf7-f187-p184-o1 {
    background-color: #3760A0;
    border-radius: 15px;
    padding: 20px 15px;
}
/* 08-09-2025 */

  .zoho-contact-form form input,
  .zoho-contact-form form textarea,
  .zoho-contact-form form select {
    padding: 8px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }

  .zoho-contact-form form .zf-submit {
    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 12px !important;
  }

 .zoho-contact-form form {
    max-width: 600px;
    margin: 0 auto;
  }

.contact-us .contact-form-content .zoho-contact-form {
    width: 100%;
    max-width: 740px;
    margin: auto;
}
.contact-us .contact-form-content .contact-left a {
    color: #3760A0;
}

.contact-us .contact-form-content .contact-left a:hover {
    text-decoration: underline;
}
.contact-us .contact-form-content .zoho-contact-form .tempHeadContBdr .frmTitle {
    font-family: 'Montserrat';
}


@media (min-width: 768px) {
	nav#menu-mobile {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.menu-item-has-children .arrow.open {
		transform: rotate(180deg);
	}

	header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item a span.arrow {
		position: absolute;
		top: calc(50% - 7.5px);
	}

	.menu-item-has-children .menu_list_custom:after {
		display: inline-block;
		width: 14px;
		height: 14px;
		background-image: url(/wp-content/uploads/2025/08/down-icon-blue.png);
		background-size: cover;
		margin-left: 5px;
		vertical-align: middle;
		cursor: pointer;
		transition: transform 0.3s ease;
	}

	#menu {
		display: none;
		flex-direction: column;
		background: #f9f9f9;
		padding: 10px;
		border-top: 2px solid #ddd;
	}

	#menu.active {
		display: flex;
		padding: 0px;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	#menu.active ul#menu-main-menu {
		flex-direction: column;
		position: absolute;
		left: 0;
		background-color: #ffffff;
		width: 100%;
		box-shadow: 0px 8px 10px -10px #b9b9b9;
		top: 60px;
	}

	header#header .container {
		padding: 0px;
	}

	header#header .container {
		display: flex;
		flex-direction: column-reverse;
		row-gap: 8px;
	}

	header#header .main-logo-menu .logo {
		width: 75%;
	}

	header#header .main-logo-menu button.menu-toggle {
		width: auto;
	}

	header#header .search-form-row form.search-form {
		padding: 10px 8px;
		width: 100%;
	}

	header#header .search-form-row form.search-form label input {
		width: 100%;
	}

	header#header .main-logo-menu {
		padding-top: 0px;
	}

	header#header {
		position: relative;
	}

	header#header .main-logo-menu button.menu-toggle img {
		width: 20px;
		height: 20px;
	}

	.menu-toggle.active {
		font-size: 0px;
	}

	button#menu__toggle.menu-toggle span {
		display: none;
	}

	button#menu__toggle.menu-toggle.active span {
		display: block;
	}

	nav#menu-mobile .menu-main-menu-container {
		position: absolute;
		background-color: #fff;
		width: 100%;
		left: 0;
		padding: 15px;
		box-shadow: 0px 9px 10px -10px #d2d2d2;
		top: 58px;
	}

	nav#menu-mobile li.menu-item-has-children:after {
		display: none;
	}

	nav#menu-mobile ul.sub-menu .menu_list_custom:after {
		display: none !important;
	}

	ul.sub-menu.show li.menu-item {
		padding: 3px 0px !important;
		font-family: "Montserrat";
		font-size: 14px;
	}

	nav#menu-mobile .menu-item.menu-item-has-children .menu_list_custom.active:after {
		transform: rotate(180deg);
	}

	nav#menu-mobile .menu-item {
		padding: 10px 0px;
		color: #00263e;
		font-family: "Montserrat";
		font-weight: 600;
		font-size: 16px;
	}

	nav#menu-mobile .menu-item.menu-item-has-children .menu_list_custom:after {
		display: inline-block;
		width: 14px;
		height: 14px;
		background-image: url(/wp-content/uploads/2025/08/down-icon-blue.png);
		background-size: cover;
		margin-left: 5px;
		vertical-align: middle;
		cursor: pointer;
		transition: transform 0.3s ease;
		content: "";
	}

	li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu {
		position: relative;
		text-align: left;
		background-color: #fff;
		padding: 0px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-in-out;
		padding-left: 10px;
		padding-bottom: 15px;
        padding-top: 10px;
	}

	li.menu-item.menu-item-type-custom.menu-item-has-children ul.sub-menu a {
		line-height: 26px !important;
		font-size: 15px !important;
	}

	nav#menu-mobile {
		display: none;
	}

	#menu-mobile .sub-menu {
		display: none;
	}

	nav#menu-mobile.show {
		display: block;
		width: 100%;
	}

	header#header .main-logo-menu button.menu-toggle:focus {
		outline: none;
	}

	header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item {
		text-align: left;
	}

	header#header .main-logo-menu nav#menu ul#menu-main-menu {
		display: flex;
		align-items: flex-start;
		padding: 20px;
	}

	header#header .main-logo-menu nav#menu ul#menu-main-menu li.menu-item a {
		line-height: 32px;
	}

	footer#footer {
		padding: 30px 15px;
	}

	#menu-mobile ul.sub-menu.show {
		display: block;
	}

	.solutions-buttons {
		grid-template-columns: repeat(1, 1fr);
	}

	.solutions-intro h2 {
		font-size: 21px;
	}

	.solutions-intro ul li strong,
	.solutions-intro ul li {
		font-size: 15px;
	}

	.solutions-grid h2 {
		font-size: 21px;
	}

	.menu-item-has-children>a.open:before {
		transform: rotate(180deg);
	}

	.feature-content .content-row {
		flex-direction: column-reverse;
	}

	.feature-content .content-row .column {
		width: 100%;
	}

	.section.feature-content .container {
		padding: 0px;
	}

	.section.feature-content .title-main h1 {
		font-size: 24px;
		max-width: 220px;
	}

	.phone-technologies {
		padding: 30px 20px;
	}

	.feature-content .content-row .column h2 {
		font-size: 21px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 10px;
	}

	.phone-technologies h2 {
		font-size: 23px;
	}

	.phone-technologies .card {
		width: 100%;
	}

	.image-content-sec .container {
		flex-direction: column;
		gap: 20px;
	}

	.image-content-sec .content-side h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.image-content-sec .content-side p {
		line-height: 1.6;
		font-size: 15px;
	}

	.image-content-sec .content-side ul li {
		line-height: 1.5;
		font-size: 15px;
	}

	.testimonials .testimonial-card {
		width: 100%;
		padding: 20px 20px;
	}

	.testimonials {
		padding: 30px 20px 40px;
	}

	.testimonials h2 {
		font-size: 25px;
	}

	.testimonial-card p {
		font-size: 21px;
	}

	.testimonials .container {
		padding: 0px;
	}

	section.Schedule-demo-sec .action-demo h2 {
		font-size: 18px;
	}

	.logo-slider .swiper-button-prev {
		left: 8px
	}

	.logo-slider .swiper-button-next {
		right: 8px
	}

	section.logo-slider .container .swiper {
		padding: 0px 0px;
		width: 80%;
	}

	.logo-slider img {
		max-width: 120px;
		max-height: 60px;
	}

	.phone-technologies .card {
		width: 100%;
		max-width: 288px;
	}

	.phone-technologies .card-front h3 {
		font-size: 18px;
	}

	.phone-technologies .card-front p {
		font-size: 12px;
	}

	.phone-technologies .card-back p {
		font-size: 16px;
	}
	.feature-content .content-row .column .page-featured-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
   .bandwidth-technologies .card {
	width: 100%;
	max-width: 260px;
	height: 324px;
  }
  .bandwidth-technologies .cards {
    gap: 15px 0px;
}
.bandwidth-testimonials .testimonial-card p:last-child {
    margin-bottom: 0px !important;
}
.logo-slider .swiper-button-prev:after, .logo-slider .swiper-button-next:after {
    font-size: 12px;
}
.Explore-offering .moving-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.section.feature-content.feature-artificial-intelligence .title-main h1 {
        font-size: 24px !important;
        max-width: 100%;
    }
section.Explore-offering h2 {
    font-size: 23px;
}
section.Explore-offering {
    padding: 30px 15px;
}
.section-wrapper.image-content-sec {
    padding: 30px 20px;
}
.Explore-offering .move-card .overlay-text h3 {
    font-size: 17px;
}
section.Content-image-sec .inner-section {
    flex-direction: column-reverse;
}
section.Content-image-sec .inner-section .column1, section.Content-image-sec .inner-section .column2 {
    width: 100%;
}
section.Content-image-sec .container {
    padding: 0px;
}
section.Content-image-sec {
    padding: 45px 15px;
}
section.Content-image-sec .inner-section h2 {
    font-size: 24px;
	padding-right: 0px;
}
section.Content-image-sec .inner-section .column1 ul li {
    padding-bottom: 8px;
}
.Content-text-sec .inner-sec h2 {
    font-size: 24px;
    padding-right: 0px;
}
.datasheet-btn a.download-datasheet {
    font-size: 14px;
}
.Content-image-sec.security .col-main img {
    height: 250px;
    object-fit: cover;
}
.Content-text-sec.security {
    padding: 50px 15px 60px;
}
.Content-text-sec.security h2 {
    font-size: 23px;
    padding-right: 0px;
}
.Content-text-sec.security .inner-sec p {
    font-size: 18px;
}
.Content-text-sec.security .inner-sec .get-started h3 {
    font-size: 18px;
}
/* 01-09-2025 */
.Connectivity .inner-section {
    padding-bottom: 25px;
}
.inner-section.inverse-sec {
    padding-top: 15px;
    align-items: center;
}
.Cloud .inner-section {
    padding-bottom: 0;
}
.Cloud .datasheet-btn {
    margin: 25px 0 30px;
}
.Cloud .inner-section .column1 ul {
    padding-bottom: 0;
}
/* 02-09-2025 */
.banner-sec-desk-img {
    display: none;
}
.banner-sec-mobile-img {
    display: block;
}
section.Content-image-sec .inner-section .column1 ul {
    padding-bottom: 0;
}
.Connectivity .inner-section img {
    aspect-ratio: 1 / 1;
}
.Content-text-sec .container {
    padding: 0;
}
.Wireless-mobility .Wireless-mobility-list {
    margin-left: 0px;
}
.Why-choose-sec .inner-section.inverse-sec .col-main {
    width: 100% !important;
	row-gap: 10px;
}
.saas-solution .saas-buttons {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}
.Why-choose-sec .inner-section.inverse-sec {
    gap: 20px;
}
.Energy-solutions .datasheet-btn {
    margin-top: 15px;
	justify-content: center;
}
section.Why-Choose-main .inner-section.inverse-sec .column1{
	width: 100% !important;
}
section.Why-Choose-main {
    padding: 0px 15px !important;
}
/* 08-09-2025 */
section.contact-us {
    padding: 50px 0;
}
.contact-us .contact-form-content .contact-left h2 {
    font-size: 26px;
}

.contact-us .contact-form-content .contact-left h3 {
    font-size: 20px;
    line-height: 30px;
}

.contact-us .contact-form-content .contact-left p {
    font-size: 16px;
    line-height: 26px;
}
}
.inner-page-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}

@media (min-width: 1200px) {
 #hd-banner .container {
    max-width: 1300px !important;
  }
}
@media(max-width:1140px){
	.inner-page-wrapper {
		margin-left: 30px;
  		margin-right: 30px;
	}
}
.inner-page-banner {
position: relative;
background-image: url("/wp-content/uploads/2025/09/office-banner.jpeg");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
overflow: hidden;
height: 180px;
}
@media(max-width:1000px){
	.inner-page-banner {margin-top: 0px;}
}
.inner-page-banner h1 {
	min-height: 180px;
	display: grid;
	align-content: center;
	color: #fff;
}

.audit-page-banner {
position: relative;
background-image: url("/wp-content/uploads/2025/11/telecom-audit-banner.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
overflow: hidden;
height: 180px;
}
@media(max-width:1000px){
	.inner-page-banner {margin-top: 0px;}
}
.audit-page-banner h1 {
	min-height: 180px;
	display: grid;
	align-content: center;
	color: #fff;
}

.referral-page-banner {
position: relative;
background-image: url("/wp-content/uploads/2025/12/referral-agent-banner.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
overflow: hidden;
height: 180px;
}

.referral-page-banner h1 {
	min-height: 180px;
	display: grid;
	align-content: center;
	color: #fff;
}


#hd-banner{background-color:#ffffff;text-align:left;padding:0px}
@media (max-width: 360px){#hd-banner{padding:20px 0}
}
#hd-banner p{margin:0;padding:0;display:block;font-style:italic;text-transform:none;margin-bottom:5px}
#hd-banner p a{font:inherit;color:inherit}
#hd-banner p a:hover{color:#09447b}
#hd-banner div,#hd-banner h1, #hd-banner h2{color:#ffffff;font-size:42px;font-weight:700;line-height:1;text-transform:uppercase; word-spacing: 4px;}
@media (max-width: 1000px){#hd-banner div,#hd-banner h1, #hd-banner h2{font-size:22px}
}
@media (max-width: 800px){#hd-banner div,#hd-banner h1, #hd-banner h2{word-spacing: 2px;}
}
@media (max-width: 360px){#hd-banner div,#hd-banner h1, #hd-banner h2{font-size:18px; word-spacing: 2px;}
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.swiper-button-prev {display: none !important;}
.swiper-button-next {display: none !important;}

/* Homepage Styles */


.hero-section {
  background-color: #fff;
  color: #333;
}

.hero-subtitle {
  font-size: 24px;
  letter-spacing: 0.05em;
}

.hero-title {
  font-size: 3rem;
  color: #00263e;
  font-weight:bold;
}

.hero-heading {
  font-size: 1.5rem;
  color: #555;
}

.hero-text {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.hero-mission {
  font-size: 1.25rem;
  color: #00263e;
  line-height: 1.75;
}

.hero-mission strong {
font-weight: bold !important;
}

.hero-text strong {
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .hero-title { font-size: 3.5rem; }
  .hero-heading { font-size: 1.75rem; }
  .hero-text { font-size: 1.25rem; }
}


/* Section Styles */
.section-light {
  padding: 5rem 1rem;
  background-color: #f8fafc;
}

.section-default {
  padding: 5rem 1rem;
  background-color: #fff;
}

.section-light .container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-pretitle {
  color: #3760A0;
  font-size: 24px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #00263e;
}

.section-description {
  font-size: 1.25rem;
  margin: 0 auto;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3rem; 
  }
	.card-title {
  min-height: 0px;
}

.card-description {
  min-height: 0px;
}
	
.card-description-second {
  min-height: 0px;
}
.card-description-first {
  min-height: 0px;
}
}

/* Grid Layouts */
.grid-3 {
  display: grid;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4 {
  display: grid;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Service Cards */
.service-card {
  text-align: center;
}

.service-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.service-card-content {
  padding: 2rem;
 margin-top: -30px;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-circle {
  padding: 1rem;
  background-color: rgb(1, 111, 185);
  border-radius: 9999px;
  width: 120px;
  height: 120px;
}

.icon-circle img {
	max-width: 80px;
}
.icon-large {
  width: 4rem;
  height: 4rem;
  color: #3760A0;
}

.icon-medium {
  width: 3rem;
  height: 3rem;
  color: #3760A0;
  margin: 0 auto 0.75rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  min-height: 40px;
  text-transform: uppercase;
}

.card-description {
  color: #00263e;
  margin-bottom: 1rem;
  line-height: 1.3em;
  min-height: 110px;
}

.card-description-first {
  color: #00263e;
  margin-bottom: 1rem;
  line-height: 1.3em;
  min-height: 70px;
}

.card-description-second {
  color: #00263e;
  margin-bottom: 1rem;
  line-height: 1.3em;
  min-height: 125px;
}

.card-solution {
  color: #00263e;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-list {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.card-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.list-icon {
  width: 1rem;
  height: 1rem;
  color: #3760A0;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

/* Additional Services */
.additional-card {
  text-align: center;
}

.additional-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.additional-card-content {
  padding: 1.5rem;
}

.additional-card-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.additional-card-text {
  font-size: 0.875rem;
  color: #3760A0;
}

/* How It Works */
.process-step {
  text-align: center;
  background-image: url(/wp-content/uploads/2025/10/SChomepage1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px rgb(0,41,75,0.6);
  margin: 10px;
  color: #fff;
  padding: 40px 30px;
}

.process-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top:-80px;
}

.process-icon-circle {
 padding: 1rem;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.process-icon-circle img {
	max-width: 80px;
}

.process-icon-circle-second {
  padding: 1rem;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.process-icon-circle-second img {
  max-width: 60px;
}

.process-icon-circle-third {
  padding: 1rem;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.process-icon-circle-third img {
  max-width: 120px;
}

.process-icon {
  width: 3rem;
  height: 3rem;
  color: white;
}

.process-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.process-description {
  color: #fff;
  line-height: 1.3;
}

/* Vendors Section */
.vendors-section {
  padding: 4rem 1rem;
  background-color: #f8fafc;
  padding-bottom: 0px;
}

.vendors-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.vendors-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0px;
  line-height: 1;
}

.vendors-description {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 2rem;
}

.vendors-list {
  color: #3760A0;
}

@media (min-width: 768px) {
  .vendors-title {
    font-size: 3rem;
  }
}

/* Benefits Section */
.benefits-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
  margin-top: 1rem;
}

.benefits-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .benefits-title {
    font-size: 3rem;
  }
  
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card-content {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
}

.benefit-icon {
  width: 2rem;
  height: 2rem;
  color: #bada55;
  margin-bottom: 0.75rem;
}

.benefit-title {
  font-size: 1.125rem;
  font-weight: bold;
}

/* Stats Section */
.stats-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}

.stats-grid {
  display: grid;
  gap: 3rem;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .stats-title {
    font-size: 3rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stat-number {
  font-size: 3.75rem;
  font-weight: bold;
  color: #3760A0;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.25rem;
  font-weight: 600;
}

/* CTA Section */
.cta-section {
  padding: 3rem 1rem;
  background-image: linear-gradient(90deg, #00a0df 0%, #3760A0 100%);
  color: white;
}

.cta-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

h2.cta-title {
	text-align: center;
	color: #fff;
}
h2.vendors-title {
	text-align: center;
	color: #00263e;
}
h2.benefits-title {
	text-align: center;
	color: #00263e;
	line-height: 1;
}
h2.section-title {
	text-align: center;
	margin-top: 0rem;
}
.cta-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.cta-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
  }
}

/* Home MetaSlider for Mark-10 */

#metaslider-id-489 .flexslider .caption-wrap a.slider-btn:hover {
  background: rgb(1, 111, 185) !important;
}

.metaslider .flexslider .slides>li>a {
  z-index:2;
  position:relative
}
.metaslider .flexslider .slides>li>a img {
  z-index:2;
  position:relative
}
.metaslider .flexslider .caption-wrap {
  height:100% !important;
  opacity:1;
  width:100%;
  background:transparent;
background-color: rgba(0, 41, 75, 0.5) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}
.metaslider .flexslider .caption-wrap .caption {
  padding:30px;
  top:50%;
  left:60px;
  transform:translateY(-50%);
  position:absolute;
  min-width:calc( 33% - 60px);
  max-width:calc( 50% - 60px);
  background:#fff;
  box-shadow:0px 0px 10px rgba(0,0,0,0.1);
  color:#333;
  z-index:2
}
.metaslider .flexslider .caption-wrap .caption p {
  margin:0 0 15px
}
.metaslider .flexslider .caption-wrap .caption a {
  color:#016fb9;
  text-decoration:none
}
.metaslider .flexslider .caption-wrap .caption a:hover,
.metaslider.ms-theme-databold .flexslider .caption-wrap .caption a:focus {
  color:#29375b;
  background:none
}
.metaslider .flexslider .flex-direction-nav li a {
  background-color:#016fb9;
  background-position:center;
  width:60px;
  height:36px;
  background-image:none;
  top:calc(50% + 20px);
  transform:translateY(-50%)
}
.metaslider .flexslider .flex-direction-nav li a:after {
  background-color:#fff;
  mask-repeat:no-repeat;
  mask-size:12px auto;
  content:'';
  display:table;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  mask-position:center
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
  left:0
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev:after {
  mask-image:url(images/left.svg);
  mask-position:center center
}
.metaslider .flexslider .flex-direction-nav li a.flex-next {
  right:0
}
.metaslider .flexslider .flex-direction-nav li a.flex-next:after {
  mask-image:url(images/right.svg)
}
.metaslider .flexslider .flex-control-paging li a {
  font-size:0;
  text-indent:99999px;
  overflow:hidden
}
.metaslider .flexslider .flex-control-nav {
  bottom:20px
}
.metaslider .flexslider .flex-control-nav li a {
  width:16px;
  height:16px;
  border-radius:0;
  background:#016fb9;
  opacity:0.7;
  border:1px solid #fff
}
.metaslider .flexslider .flex-control-nav li a:hover,
.metaslider .flexslider .flex-control-nav li a:focus {
  background:#016fb9;
  opacity:1
}
.metaslider .flexslider .flex-control-nav li a.flex-active {
  background:#fff;
  border:1px solid #016fb9
}
.metaslider .flexslider .flex-pauseplay a {
  bottom:12px;
  left:20px
}
.metaslider.has-onhover-arrows .flex-direction-nav li {
  opacity:0
}
.metaslider.has-onhover-arrows:hover .flex-direction-nav li {
  opacity:1
}
.metaslider.has-onhover-arrows:hover .flex-direction-nav a {
  opacity:1
}

.flexslider .caption-wrap {
  background-color: rgba(0,41,75,0.5) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}
.flexslider img {
	height: 530px !important;
	object-fit: cover;
}
.flexslider .caption-wrap .caption {
	background: transparent !important;
	max-width: 80% !important;
	width: 100% !important;
	color: #fff !important;
	box-shadow: none !important;
}
.flexslider .caption-wrap h2.slider-heading-text {
	font-size: 60px;
	color: #fff;
	line-height: 1.1em;
}
.flexslider .caption-wrap p.slider-subheading {
	font-size: 24px;
	line-height: 1.4;
}
.flexslider .caption-wrap a.slider-btn {
  background: #fff;
  color: rgb(1, 111, 185);
  font-weight: 700;
  padding: 18px 30px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 0;
  position: relative;
  z-index: 9;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
}
.flexslider .caption-wrap a.slider-btn:hover {
  color: #fff !important;
  opacity: 0.9;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #3760A0 !important;
}
.green-line {
  width: 100px;
  background-color: #bada55;
  height: 3px;
  display: block;
  margin: 0px auto 20px auto;
}
a.btn.main-btn {
  background-color: rgb(1, 111, 185);
  color:#fff;
  padding:10px 15px;
}
a.btn.main-btn:hover {
  background-color:#fff;
  color:#3760A0;
  border:1px solid rgb(1, 111, 185)
}
.btn.main-btn {
  margin:20px 0 20px 0
}

a.btn.main-btn {
  white-space: normal;   /* allow wrapping */
  word-wrap: break-word; /* old browsers */
  overflow-wrap: anywhere; /* modern browsers */
}

.strong-view.wpmtst-modern .testimonial-name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {
	background: #fff !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	background: #fff !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
  line-height: 1.3em;
}
.strategicom-numbers {
	padding: 50px 0px;
	background-color: #005eb8;
	background-image: url("/wp-content/uploads/2025/10/SChomepage2-3.png");
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px rgb(0,41,75,0.1);
	color: #fff;
}
.strategicom-numbers h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.strategicom-numbers-inner {
	background-color: transparent;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	border-bottom: 6px solid #005eb8;
}
.white-line {
  width: 150px;
  background-color: #fff;
  height: 2px;
  display: block;
  margin: 40px auto 0px auto;
}
.wpsm_counterbox .wpsm_number {
  font-weight: bold !important;
  color: #fff !important;
  font-family: inherit !important;
}
#wpsm_counter_b_row_497 .wpsm_counterbox .wpsm_count-title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1.3em;
}
#wpsm_counter_b_row_497 .wpsm_counterbox {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px !important;
}
.home-blog-feed {
  padding: 60px 0;
  background: #fff;
}

.blog-feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* Blog Card */
.blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  transition: transform 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

/* Image - fixed 200px height */
.blog-card__image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures cropping, not distortion */
  display: block;
}

/* Content - vertical alignment */
.blog-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 20px;
  height: 100%;
}

.blog-card__title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-card__title a {
  text-decoration: none;
  color: #333;
}

.blog-card__meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 10px;
}

.blog-card__excerpt {
  flex-grow: 0;
}

.blog-card__footer {
  margin-top: auto;
}
.blog-card__excerpt p {
	line-height: 1.3
}
a.btn.blog-btn {
  background-color: rgb(1, 111, 185);
  color:#fff;
  padding:10px 15px;
  width: fit-content;
}
a.btn.blog-btn:hover {
  background-color:#fff;
  color:#3760A0;
  border:1px solid rgb(1, 111, 185);
}
.btn.blog-btn {
  margin:20px 0 20px 0;
}

@media (max-width: 767px){
	.flexslider .caption-wrap h2.slider-heading-text {
	font-size: 32px;
	overflow-wrap: normal;
	}
	.flexslider .caption-wrap p.slider-subheading {
	font-size: 18px;
	}
	.flexslider .caption-wrap .caption {
		padding:0px;
		left: 40px;
	}
	.metaslider.ms-theme-databold .flexslider .flex-direction-nav li a {
		top: calc(90% + 20px);
		width: 30px !important;
	}
}
/* --- TOP BAR --- */
.header-top-row {
  background: #f8fafc;
  border-bottom: 1px solid #f9f9f9;
  width: 100%;
  font-size: 14px;
}

.header-top-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 6px 0;
  flex-wrap: wrap;
}

.social-icons a {
  color: #3760A0;
  margin: 0 6px;
  font-size: 16px;
  text-decoration: none;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-number {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

/* --- MAIN HEADER ROW --- */
.header-main {
  background: #fff;
  width: 100%;
}

.header-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.logo img {
  max-height: 75px;
  width: auto;
}

#menu {
  margin-left: 40px;
}

#menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li a {
  color: #00263e;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

#menu li a:hover {
  color: #3760A0;
}

/* Search */
#search form {
  display: flex;
  align-items: center;
}

#search input[type="search"] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 0;
}

#search input[type="submit"] {
  background-color: rgb(1, 111, 185);
  color: #fff;
  border: none;
  padding: 9px 15px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

#search input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid rgb(1, 111, 185);
  color: #3760A0;
}


/* Social icons */
.social-icons {
  display: flex;
  align-items: center; /* vertically centers icons */
  gap: 10px; /* space between icons */
}

.social-icons a {
  display: flex;
  align-items: center; /* ensures SVG and <i> align together */
  justify-content: center;
  text-decoration: none;
}

.social-icons i,
.social-icons svg {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  color: #3760A0; /* adjust color to match your theme */
}

.social-icons svg {
  fill: #3760A0;
}

.social-icons a {
  color: #002b5c;
  font-size: 16px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #3760A0;
}

/* Phone + Shop */
.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.phone-number {
  color: #00263e !important;
  font-weight: 600;
  text-decoration: none;
  font-size: inherit;
}

.phone-number:hover {
  color: #3760A0;
}
#menu ul.sub-menu {
	display: inherit;
	padding: 20px;
	margin-top: 20px;
}
#header .container {
	max-width: 1300px;
}
@media (max-width: 1320px) {
#header .container {
  max-width: 1150px;
}
.logo img {
  max-height: 60px;
  width: auto;
}
#menu li a {
  font-size: 15px;
}
}
a.btn.shop-btn {
  background-color: rgb(1, 111, 185);
  color:#fff;
  padding:5px 15px;
  font-weight: bold;
}
a.btn.shop-btn:hover {
  background-color:#fff;
  color: rgb(1, 111, 185);
  border:1px solid rgb(1, 111, 185);
}
.menu-btn {
  background-color: rgb(1, 111, 185);
  padding: 10px 15px;
}

.menu-btn a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}

.menu-btn:hover {
  background-color: #fff;
  border: 1px solid rgb(1, 111, 185);
}

.menu-btn:hover a {
  color: rgb(1, 111, 185) !important;
}
/* === Footer Base === */
#footer {
  background: #fff;
  color: #00263e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 40px 0 20px;
  border-top: 1px solid #ddd;
}
#footer p {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: normal;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #00263e;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === Columns === */
.footer-column {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-center h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-center ul li {
  margin: 10px 0;
}

.footer-center ul li a {
  color: #00263e;
  text-decoration: none;
}

.footer-center ul li a:hover {
  text-decoration: underline;
}

/* === Logo & Text === */
.footer-logo {
  max-width: 250px;
  margin-bottom: 15px;
}

.footer-left a {
  color: #3760A0;
  text-decoration: none;
}

.footer-left a:hover {
  text-decoration: underline;
}

/* === Social Icons === */
.social-icons {
  text-align: right;
}

.social-icons a {
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #005eb8;
}

/* === Footer Bottom === */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-size: 15px;
  color: #000;
}

/* === Responsive === */
@media (max-width: 768px) {
  .footer-container {
    text-align: center;
  }

  .footer-column.footer-right {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .social-icons {
    text-align: center;
    margin-top: 10px;
  }

  .social-icons a {
    margin: 0 8px;
  }
}
@media (max-width: 1072px) {
  header#header .container {
    display: none !important;
  }
 li.menu-item-has-children::after {
  display: none;
}
}


@media (max-width: 1150px) {
#menu ul {
  gap: 20px;
}
.logo img {
  max-height: 45px;
}
}
@media (max-width: 1150px) {
  #header .container {
    max-width: 1000px;
  }
#menu li a {
  font-size: 14px;
}
}
.about-text p {
  font-size: 16px;
  color: #00263e;
  font-family: 'Open Sans';
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: lighter;
text-align: left;
}
.about-text ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
  color: #00263e;
  list-style: disc;
  font-weight: lighter;
}
.about-text ul  {
  padding-left: 35px;
  text-align: left;
  padding-bottom: 20px;
}
.about-text h2 {
font-size: 32px;
  color: #3760A0;
  line-height: normal;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  padding-right: 25px;
  padding-bottom: 12px;
 text-align: left;
	margin-top: 0px;
}
.about-text h3 {
font-size: 23px;
  color: #00263e;
  line-height: normal;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-telecom-audit .about img {
	width: 500px;
  padding-left: 50px;
}
.about .container {max-width:1300px;}

.unparalleled-advisory {
  background: rgb(1, 111, 185);
  padding: 50px 20px;
}
.unparalleled-advisory p {
  font-size: 16px;
  color: #fff;
  font-family: 'Open Sans';
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: lighter;
}
.unparalleled-advisory ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  list-style: disc;
  font-weight: lighter;
}
.unparalleled-advisory ul  {
  padding-left: 35px;
}
.unparalleled-advisory h2 {
font-size: 32px;
  color: #fff;
  line-height: normal;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  text-align: left;
  padding-right: 25px;
  padding-bottom: 12px;
  margin-top: 0px;
}
.unparalleled-advisory a {
  color: #fff;
  text-decoration: underline;
}
.unparalleled-advisory a:hover {
  color: #fff;
  text-decoration: underline;
}
.green-line-left {
  width: 100px;
  background-color: #bada55;
  height: 3px;
  display: block;
  margin: 0px 0px 20px 0px;
}
.who-we-serve {
	margin: 60px 0px;
}
.who-we-serve .container {
	max-width: 1300px;
}
.who-we-serve img {
	width: 90%;
	margin: auto;
	box-shadow: 0 0 12px rgba(0,0,0,.08);
}
.who-we-serve .row {
	align-items: center;
	justify-content: center;
	margin: 20px -40px;
}
.who-we-serve .col-md-6 {
	padding: 20px 40px;
}
.who-we-serve h3 {
	margin: 0px 0px 10px 0px;
}
.serve .col-md-6 {
	padding: 20px 60px;
}
.main-section.serve {
	max-width: none;
	margin: 0px;
	padding: 0px 0px 60px 0px;
}
.who-we-serve h2 {
  font-size: 32px;
  color: #3760A0;
  line-height: normal;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  text-align: left;
  padding-right: 25px;
  padding-bottom: 12px;
  margin-top: 0px;
}
.who-we-serve p {
  font-size: 16px;
  color: #00263e;
  font-family: 'Open Sans';
  line-height: 22px;
  padding-bottom: 10px;
}
.grey {
	background-color: #f8fafc;
	margin-top: 0px;
    padding-top: 60px;
	padding-bottom: 20px;
}
.homepage .partner-categories {
  padding: 60px 20px;
  background: #fff;
  padding-top: 0px;
}

.homepage .partner-categories .container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.partner-box {
  position: relative;
  background: #f9f9fb;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.25s ease;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.partner-box:hover {
  background: #3760A0;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.partner-icon {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
  transition: opacity 0.15s ease-in;
}
.partner-icon-wrap {
	min-height:75px
}
.partner-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease-in;
}

.partner-box .description {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
  transition: opacity 0.25s ease-in;
}

.partner-box .partners {
  font-size: 0.85rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  transition: opacity 0.25s ease-in;
  color: #fff;
}

/* Hide icon, title, and description quickly */
.partner-box:hover .partner-icon,
.partner-box:hover h3,
.partner-box:hover .description {
  opacity: 0;
  transition-duration: 0s;
}

/* Show partners smoothly */
.partner-box:hover .partners {
  opacity: 1;
}

/* --- Responsive layout --- */
@media (max-width: 1100px) {
  .homepage .partner-categories .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .homepage .partner-categories .container {
    grid-template-columns: repeat(2, 1fr);
  }
	.page-template-telecom-audit .about img {
	width: 100%;
	padding: 20px;
}
}

@media (max-width: 500px) {
  .homepage .partner-categories .container {
    grid-template-columns: 1fr;
  }
}
.page-template-partners .gs_logo_area.carousel_nav_pos--bottom {
	padding-bottom:0px;
}
  .value-table {
      width: 100%;
      border-collapse: collapse;
      margin: 0.75rem 0 1.5rem;
      font-size: 0.95rem;
    }
    .value-table th,
    .value-table td {
      border: 1px solid #d9e2ec;
      padding: 0.5rem 0.75rem;
      vertical-align: top;
    }
    .value-table th {
      background-color: #f0f4f8;
      text-align: left;
      width: 40%;
    }
.blog-section-main .blog-post-main h2 {
  font-size: 30px;
  color: #3760A0;
  line-height: normal;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 0px;
}
/* Main Bullet Styling */
.main-list ul li {
  margin-top: 0;
  margin-bottom: 10px;
  position:relative;
  font:inherit;
  list-style:disc !important;
  font-weight:400;
  font-size:16px !important;
}
ul.main-list {
  margin-top: 0;
  margin-bottom: 10px;
  position:relative;
  font:inherit;
  list-style:disc !important;
  padding-left: 25px;
}
ol.main-list {
  list-style-type: decimal;
  margin-top: 10px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.main-list li {margin-bottom: 10px;}
/* Telecom Box Styling */
.telecom-box {
  position: relative;
  background: #f9f9fb;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.25s ease;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.telecom-box:hover {
  background: #3760A0;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.telecom-icon {
  width: 80px;
  height: 90px;
  margin-bottom: 15px;
  transition: opacity 0.15s ease-in;
  padding-left: 0px !important;
}

.telecom-icon-wrap {
  min-height: 75px;
}

.telecom-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease-in;
}

.telecom-box .description {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
  transition: opacity 0.25s ease-in;
}

.telecom-box .partners {
  font-size: 16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  transition: opacity 0.25s ease-in;
  color: #fff;
  text-align: center;
}

/* Hide icon, title, and description quickly on hover */
.telecom-box:hover .telecom-icon,
.telecom-box:hover h3,
.telecom-box:hover .description {
  opacity: 0;
  transition-duration: 0s;
}

/* Show partners smoothly */
.telecom-box:hover .partners {
  opacity: 1;
}

/* --- Responsive layout --- */
.telecom-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto; /* Center the grid */
  padding-left:15px;
  padding-right:15px;
}

.telecom-categories {
margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .telecom-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .telecom-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .telecom-container {
    grid-template-columns: 1fr;
  }
}
/* Show button before hover */
.telecom-box .btn {
  display: inline-block;
  margin-top: 15px;
  transition: opacity 0.25s ease-in;
}

/* Hide button on hover */
.telecom-box:hover .btn {
  opacity: 0;
  pointer-events: none; /* Prevent clicking while hidden */
  transition-duration: 0s; /* hide immediately */
}
.page-template-telecom-audit .gs_logo_area.carousel_nav_pos--bottom {
  padding-bottom: 0px;
}
a.btn.white-btn {
  background-color: #fff;
  color:rgb(1, 111, 185);
  padding:10px 15px;
  text-decoration: none;
  border:0px solid rgb(1, 111, 185);
}
a.btn.white-btn:hover {
  background-color:#fff;
  color:#3760A0;
  border:0px solid rgb(1, 111, 185);
  text-decoration: none;
}
.btn.white-btn {
  margin:20px 0 20px 0
}
.footer-links {
  display: flex;
  gap: 20px; /* adjust closeness */
  justify-content: center;
  align-items: center;
}
.footer-links p {
  margin: 0;
}
 .mobmenu-left-panel li a:hover, .leftmbottom, .leftmtop {
    color: #fff !important;
}
.mobmenu-left-panel li:hover a, .leftmbottom, .leftmtop {
    color: #fff !important;
}
.mobmenu-content li {
  border: none !important;
}
.mob-menu-header-holder.mobmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999; /* keep it above everything */
    background: #fff; /* or your site header background */
}
@media only screen and (max-width: 1072px) {
  .mob-menu-logo-holder {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
.card-description-second {
  min-height: 0px;
}
}
@media (max-width: 768px) {
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}
