.recent-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    row-gap: 25px;
}
.recent-post img {
    width: 100%;
    border-radius: 5px;
}
.recent-post .eael-grid-post-holder {
    background: #fff;
    border-radius: 5px;
}
.recent-post .eael-entry-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}
.recent-post .eael-entry-title a.eael-grid-post-link {
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
}
.recent-post h2.eael-entry-title {
    line-height: 28px;
    min-height: 160px;
}
.recent-post span.eael-posted-on {
    margin-top: 25px;
    margin-bottom: 40px;
    display: block;
}
.recent-post a.eael-post-elements-readmore-btn {
    font-size: 14px;
    color: #33829C;
    position: relative;
}

.recent-post a.eael-post-elements-readmore-btn:before {
    position: absolute;
    content: "";
    background: url(https://teamwp84.mydevfactory.com/sudip-roy/c-pace/wp-content/uploads/2025/06/Arrow-7.png);
    width: 40px;
    height: 16px;
    background-repeat: no-repeat;
    left: 85px;
    top: 8px;
}
.snapchat li.elementor-icon-list-item {
    background: #FFFFFF;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.table-section td.column-1 {
    width: 23%;
    padding-left: 45px !important;
    font-size: 16px;
    font-weight: 600;
}
.table-section .elemenetskit-tablepress .tablepress td {
    border-style: none !important;
    border-bottom: 1px solid #0000001c !important;
}
table#tablepress-1,table.tablepress {
    border: none !important;
    margin-bottom: 0px !important;
}
.table-section thead {
    display: none;
}
.table-section table.tablepress.tablepress-id-1.dataTable {
    border-width: 0px !important;
}
.home-form button.cf7-submit-btn {
    background-color: #003D59;
}
.home-form button.cf7-submit-btn:hover{
    background-color: #E07800;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #E07800 !important;
}
.eael-grid-post-holder-inner:hover {
    box-shadow: inset 0 0 0 2px #68CFF0;
}
.blog-grid .eael-grid-post .eael-entry-thumbnail>img,.recent-post img {
    height: 312px;
    object-fit: cover;
}
.banner-form .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.banner-form .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover{
   border-color: #E07800 !important;
}
.home-form span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    color: #ffffffbd;
}
.banner-form span.wpcf7-not-valid-tip{
   color: #ffffffbd;
}
.wpcf7-response-output {
    color: #fff;
}
button#submit-button {
    line-height: 33px;
}
td.column-2{
    vertical-align: middle;
}
.team-member .profile-title a.ekit-team-popup {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.team-member p.profile-designation {
    margin-top: -7px;
}
/* .team-member .profile-header img {
    height: 307px !important;
    object-fit: cover !important;
} */
p.ekit-team-modal-position {
    margin-bottom: 10px !important;
}
h2.ekit-team-modal-title {
    margin-bottom: -5px !important;
}
body .ekit-team-modal-list>li {
    padding: 12px 0 !important;
}
.team-member p.profile-designation {
    max-width: 215px;
    margin: auto;
    min-height: 48px;
}
section.notfound {
    background: #f2f2f2;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.notfound h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 600;
}
.notfound p {
    text-align: center;
    font-size: 20px;
}
.notfound a {
    background-color: #E07800;
    font-size: 20px;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 35px 15px 35px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 25px;
}
.error404 .ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support,
.error404 .ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
    display: none;
}
.hero-grid-overlay {
    position: relative;
    overflow: hidden;
}
.hero-grid-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(51, 130, 156, 0.15), transparent),
                radial-gradient(ellipse 50% 50% at 20% 80%, rgba(224, 120, 0, 0.06), transparent);
    z-index: 1;
}
.hero-grid-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 2;
}
.solution-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e07800;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.solution-box:hover::before {
    opacity: 1;
}
.solution-box{
	    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.solution-box:hover{
	background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}
.solution-box .elementor-button-content-wrapper:hover{
	gap:10px;
}

.solution-box1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #33829c;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.solution-box1:hover::before {
    opacity: 1;
}
.solution-box1{
	    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.case-ac .active .ekit_accordion_active_icon {
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}
.case-ac .ekit_accordion_normal_icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    position: relative;
    top: 4px;
    right: -12px;
}
.case-ac .ekit_accordion_icon_group {
    margin-right: 0px !important;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}
b, strong {
    font-weight: 600;
    color: #1a2332;
}
.edge-box h3.elementor-icon-box-title {
    margin-top: 0px;
}
.edge-box .elementor-icon-box-icon {
    position: relative;
    top: 3px;
}
.edge-box {
    transition: all 0.3s ease;
}
.edge-box:hover {
    transform: translateY(-3px);
}
.mapLoc h2.elementor-heading-title.elementor-size-default {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.pro-number .elementor-widget-container {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 61, 89, 0.2);
}
.process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: #e8ecf0;
	width: 90%;
}
@media (min-width:1025px){
.main-menu a.ekit-menu-nav-link:hover:after,.main-menu a.ekit-menu-nav-link.active:after {
    position: absolute;
    content: "";
    background: #E07800;
    width: 100%;
    height: 5px;
    bottom: -23px;
}
.main-menu a.ekit-menu-nav-link {
    position: relative;
}
}
@media (min-width:1025px) and (max-width:1439px){
.use-case h3.elementor-heading-title {
    font-size: 26px !important;
}
.use-case p {
    font-size: 16px;
}
}

@media (min-width:1025px) and (max-width:1600px) {
  .solar-sec h3.elementor-heading-title {
    min-height: 76px;
}
}
@media (min-width:768px) and (max-width:1024px){
  .recent-post {
    grid-template-columns: repeat(2, 1fr);
}
.blog-head h2 {
    font-size: 36px;
}
.team-member p.profile-designation {
    width: 200px;
}
}

@media (max-width:1024px){
  .sub-menu {
    background-color: transparent !important;
    box-shadow: none !important;
}
 
}


@media (max-width:767px){
 .recent-post {
    grid-template-columns: repeat(1, 1fr);
}
.blog-head h2 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 0px !important;
}
.recent-post .eael-entry-title a.eael-grid-post-link {
    font-size: 18px;
    line-height: 34px;
}
.recent-post h2.eael-entry-title {
    line-height: 28px;
    min-height: 100%;
}
section.top-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-blog h1 {
    font-size: 30px;
}
.snapchat li.elementor-icon-list-item {
    padding-left: 10px;
    padding-right: 10px;
}
.table-section td.column-1 {
    padding-left: 20px !important;
}
span.eael-posted-on {
    margin-top: 0px;
}
.recent-post .eael-entry-wrapper {
    padding-bottom: 30px;
}
.recent-post span.eael-posted-on {
    margin-bottom: 15px;
}
.meta-tags h4 a {
    font-size: 14px;
}
.meta-tags span {
    font-size: 14px;
}
.back {
    margin-bottom: 30px;
}
.team-member p.profile-designation {
    width: 200px;
}
.blog-grid h2.eael-entry-title {
    min-height: 100%;
}
	.process-steps::before{
		display:none;
	}
	#TID0396708322.widgetContainer {
        min-height: 100% !important;
    }
}
@media (max-width: 1000px) {
    #TID0396708322.widgetContainer {
        min-height: 100% !important;
    }
}

