* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* body {
	padding-top:150px;
} */

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Section Top Bottom spacing utilities */

.section-tb {
	padding-top: 110px;
	padding-bottom: 110px;
}

/* Gap spacing */

.e-con.grid-gap {
	gap: 12px;
}

/* Column spacing */

.e-con.column-gap {
	column-gap: 56px;
}

/* Row spacing */

.e-con.row-gap {
	row-gap: 56px;
}

/* Title bottom spacing */

.title-bottom .elementor-widget-container {
	margin-bottom: 12px;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top:0;
}

.e-con.p-bottom {
	padding-bottom:0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9999999999;
	justify-content:center;
	align-items:center;
}

#cf7-ajax-loading.active { display:flex; }

.cf7-spinner {
	width:45px;
	height:45px;
	border:4px solid #ccc;
	border-top-color:#000;
	border-radius:50%;
	animation:spin 0.8s linear infinite;
}

@keyframes spin { to { transform:rotate(360deg); } }

.wpcf7-response-output { display:none !important; }

.cf7-popup-open, .cf7-loading {
	overflow:hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
.header-wrapper .header-icon  ul li a:before {
	content: "";
	background: url("https://wsc.techsolutionn.com/wp-content/uploads/2026/01/diamond_shaped_icon.svg") no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
	left: -21px;
	top: 100%;
	transform: translateY(-50%);
	transition: all 0.5s;
	background-size: contain;
	background-position: center;
}
/* ul.sub-menu li a:before{
	content: none !important;
} */
/* .header-wrapper .header-icon  ul li {
	overflow: hidden;
} */
.header-wrapper .header-icon  ul li a:hover:before{
	top: 50%;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before{
	background-color: unset !important;
}
ul.sub-menu li a:before{
	top: 50% !important;
	left: -10px !important;
}
.header-icon .sub-menu {
	padding: 10px !important;
}
.menu-item-type-custom .elementor-sub-item {
    border-bottom: 1px solid #EEF4F8 !important;
}
.elementor-menu-toggle .e-font-icon-svg {
    fill: #fff !important;
}
.elementor-menu-toggle { 
	background-color: rgb(255 211 211 / 5%);
}
.header-icon .elementor-nav-menu--dropdown {
    padding: 15px !important;
}
.header-icon .elementor-nav-menu--dropdown a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.header-icon .elementor-nav-menu--dropdown a.elementor-sub-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (min-width: 1920px) {
    .ast-container { max-width: 100% !important; }
}
.ast-container, .ast-container-fluid { padding: 0 !important; }
.icon-color-yellow .elementor-button {
	transition: ease 1s;
}
.icon-color-yellow .elementor-button:hover .elementor-button-icon svg path {
    stroke: #B8742A !important;
}
.entry-content p { margin-bottom: 0 !important; }

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
.ast-container .entry-header { 
	display: none;
}

.image-box-hover-effect .elementor-widget-image-box {
    position: relative;
    overflow: hidden;
}
.image-box-hover-effect .elementor-widget-image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #EEF4F8;
    z-index: 0;
    transition: width 0.4s ease;
}
.image-box-hover-effect .elementor-widget-image-box:hover::before {
    width: 100%;
}
.image-box-hover-effect .elementor-widget-image-box * {
    position: relative;
    z-index: 1;
}
.image-box-hover-effect-about .elementor-widget-image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 0;
    transition: width 0.4s ease;
}
.image-box-hover-effect-about .elementor-widget-image-box {
    position: relative;
    overflow: hidden;
}
.image-box-hover-effect-about .elementor-widget-image-box:hover::before {
    width: 100%;
}
.image-box-hover-effect-about .elementor-widget-image-box * {
    position: relative;
    z-index: 1;
}


/* blue sction hover */


.image-box-hover-partener .elementor-widget-image-box {
    position: relative;
    overflow: hidden;
}
.image-box-hover-partener .elementor-widget-image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    transition: width 0.4s ease;
}
.image-box-hover-partener .elementor-widget-image-box:hover::before {
    width: 100%;
}
.image-box-hover-partener .elementor-widget-image-box * {
    position: relative;
    z-index: 1;
}
/* Parent class */
.privacy-border-right {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
 
/* Vertical divider */
.privacy-border-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #4D6175;
}

/*icon box*/
.image-iconbox .elementor-icon{
	background-color: #1C5E99;
    padding: 5px;
}

/* ---------- Base styles ---------- */
.hover-sync-box,
.hover-image{
    overflow: hidden;
}

.hover-image img {
    transition: transform 0.5s ease;
}

.hover-iconbox {
    transition: background-color 0.4s ease;
}
.hover-icon-cont{
	transition: background-color 0.4s ease;
}

.hover-iconbox .elementor-icon {
    transition: all 0.4s ease;
}

.hover-btn a {
    transition: color 0.3s ease;
}

/* ---------- Hover trigger (image OR icon box) ---------- */
.hover-sync-box:hover .hover-image img {
    transform: scale(1.1);
}

.hover-sync-box:hover .hover-icon-cont{
    background-color: #0E2A47 !important; 
}

.hover-sync-box:hover .hover-icon-cont .hover-iconbox .elementor-icon path{
    fill: #0E2A47 !important;
/*     background-color: #fff !important;  */
}
.hover-sync-box:hover .hover-icon-cont .hover-iconbox .elementor-icon{
	 background-color: #fff !important;
}
.hover-sync-box:hover .hover-icon-cont .hover-iconbox .elementor-icon-box-title{
	color:#EEF4F8 !important;
}
.hover-sync-box:hover .hover-icon-cont .hover-iconbox .elementor-icon-box-description{
	color:#EEF4F8 !important;
}

.hover-sync-box:hover .hover-icon-cont .hover-btn .elementor-button-icon path{
	stroke:#C48A4A !important;
}

.hover-sync-box:hover .hover-btn a {
    color: #C48A4A !important; /* View Details text color */
}
.image-iconbox .elementor-icon-box-wrapper{
	height:100% !important;
}
.image-iconbox .elementor-icon-box-content{
	margin-top: auto !important;
	flex-grow:0 !important;
}
/* .main-custom-accordion .elementor-heading-title::before {
  counter-increment: accordion-count;
  content: counter(accordion-count) " ";
  font-family: Poppins;
  padding-right: 14px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
} */
.page-id-1380 .elementor-element-2caf442 {
    display: none !important;
}
.slider-controls-icon .elementor-swiper-button.elementor-swiper-button-prev {
	border: 1px solid #9E9E9E !important;
	background: #EEF4F8 !important;
}
.slider-controls-icon .elementor-swiper-button.elementor-swiper-button-next {
    background: #0E2A47;
}
span.content-bold { 
	color: #4E4E4E;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.36px;
}