.site-header .header-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.site-header .header-inner .site-branding {
    max-width: 100%;
    width: 195px;
}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
    display: none !important;
}

.HeroSection {
	background: linear-gradient(135deg, rgba(102,45,145,0.92) 0%, rgba(20,10,35,0.97) 60%, rgba(247,147,30,0.18) 100%),
        url('https://demo.sitechs.co/premierfmservices/wp-content/uploads/2026/04/herobg-compressed.webp') center/cover no-repeat;
	position: relative;
	overflow: hidden;
}

.HeroSection::after {
    content: '';
    position: absolute;
    top: -120px;
    right: 0px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(247, 147, 30, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.HeroServiceRow {
    position: relative;
}

.HeroServiceRow .HeroServiceBox {
    position: relative;
    overflow: hidden;
}

.HeroServiceRow .HeroServiceBox::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(20 5 40 / 84%) 0%, rgb(102 45 145 / 48%) 60%, #0000006e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 16px;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all;
}

.HeroServiceRow .HeroServiceBox:hover::before {
    background: linear-gradient(to top, rgba(247,147,30,0.82) 0%, rgba(102,45,145,0.5) 60%, transparent 100%);
}

.HeroServiceRow .HeroServiceBox img {
    transition: 0.3s all;
}

.HeroServiceRow .HeroServiceBox:hover img {
    transform: scale(1.1);
}

.HeroServiceRow .HeroServiceBox .elementor-widget-heading {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 1;
    transition: 0.3s all;
}

.HeroServiceRow .HeroServiceBox:hover .elementor-widget-heading {
    bottom: 20px;
}

.HeroServiceRow .e-grid {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 17px 2px #00000069;
}

.SubHeading {
    display: block;
    width: max-content;
    margin: 0px auto !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.site-header .site-navigation ul.menu li a {
    font-family: 'Poppins';
    color: #602e86;
    font-weight: 600;
}

.elementor-element-fe3cbc4.SubHeading {
    margin: unset !important;
}

.elementor-element-35a32d3 .SubHeading {
    margin: unset !important;
}

.SpecializeServiceImg img {
    border-radius: 30px;
}

.SpecializeServiceImg {
    position: relative;
}

.SpecializeServiceImg .TextBadge {
    background: #000;
    display: inline-block;
    max-width: 210px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -50px;
    background: linear-gradient(135deg, #f7941f, #7b4ca2);
}

.SpecializeServiceImg .TextBadge strong {
    display: block;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 18px;
}

.SpecializeServiceImg .TextBadge span {
    display: block;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.FeatureBox {
    transition: 0.4s all;
}

.FeatureBox:hover {
    margin-top: -10px;
    background: #fff !important;
}

.FeatureBox>.elementor-widget-heading:first-child {
    max-width: 50px !important;
    text-align: center;
}

.TestimonialSlider .slick-list {
    padding: 20px 0px;
}

.TestimonialSlider .slick-slide {
    margin: 0px 20px;
}

.TestimonialSlider .elementor-testimonial-content {
    min-height: 100px;
}

.ContactFormCol .form-row {
  display: flex;
  gap: 15px;
}

.ContactFormCol .form-group {
  width: 100%;
}

.ContactFormCol label {
    color: #565656;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.ContactFormCol input, .ContactFormCol textarea, .ContactFormCol select {
    background: #fff;
    border: solid 1px #dee2e6;
    border-radius: 10px;
}

.ContactFormCol textarea {
    max-height: 130px;
}

.ContactFormCol input.form-submit {
    border: solid 1px #662d91;
    background: #662d91;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ContactFormCol input.form-submit:hover {
    color: #662d91;
    background: #fff;
}

.elementor-1557 .elementor-element.elementor-element-bdeed39.SubHeading {
    margin: unset !important;
}

.elementor-1557 .elementor-element.elementor-element-98e36ed.elementor-element {
    align-self: unset !important;
}

.elementor-element.elementor-element-83ef9ac .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-top: 5px;
}

.site-footer .footer-inner {
    display: block !important;
    font-family: 'Poppins';
}

.site-footer .footer-inner .footer-top {
    display: flex;
    gap: 30px;
    display: none;
}

.site-footer .footer-inner .footer-top .footer-col {
    flex: 1;
}

.site-footer {
    color: #ffffffbf;
    background: #1a1a2e;
    padding: 0;
}

.site-footer .footer-bottom {padding: 15px 0px;color: #ffffffbf;font-weight: 500;text-transform: capitalize;}

.site-footer .footer-inner .copyright {
    display: flex;
    justify-content: center;
}

.site-footer .site-branding .site-logo {
    max-width: 100%;
    width: 220px;
    margin-bottom: 15px;
}

.site-footer .footer-inner .footer-top .footer-col h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 20px;
    font-weight: 600;
}

.site-footer .footer-inner .footer-top .footer-col ul {
    margin: 0;
    padding-left: 0px;
    list-style: none;
}

.site-footer .footer-inner .footer-top .footer-col ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.site-footer .footer-inner .footer-top .footer-col ul li a {
    color: #ffffffbf;
    font-weight: 400;
}

.site-footer .site-branding p {
    font-size: 14px;
    padding-right: 50px;
}

.site-footer .footer-inner .footer-top .footer-col ul li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #f7941f;
}

.HeroServiceRow .HeroServiceBox .elementor-widget-heading span {
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
.SpecializeServiceImg .TextBadge {
	left: 5px;
	}
}