/*
Theme Name: CleverSoft Child
Theme URI: https://cleversoft.qodeinteractive.com
Description: A child theme of CleverSoft
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: cleversoft
Template: cleversoft
*/
 
p {
    margin-top: 0;
}
.h2-line {
    min-width: 400px !important;
}
.h2-line h2 {
    position: relative;
}

.h2-line h2:after {
    content: "";
    background: #183862;
    height: 4px;
    display: block;
    width: 80px;
    margin-top: 9px;
}


.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image img {
    max-height: 210px;
    object-fit: cover;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, select, input[type="file"] {
    border: #a9a9a9 solid 1px !important;
    border-radius: 0;
		width:100%;
	    background: #fff;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    padding: 15px;
    width: auto;
    margin-right: 15px;
}


#qodef-page-header .qodef-header-logo-link img {
    max-height: 54px;
}
#qodef-page-header .qodef-widget-holder {
    display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    width: 320px;
}

.qodef-header-navigation>ul>li.menu-btn>a>span {
    background: #1A73E8;
    color: #fff !important;
    line-height: inherit;
    min-width: 150px;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
}

.qodef-header-navigation>ul>li.menu-btn>a>span:hover{
	background:#1a2942;
	
}


#qodef-page-header {
    box-shadow: 0px 0px 20px #00000029;
}

#qodef-page-outer {
    margin-top: 0 !important;
}

.hero-btn .qodef-layout--outlined:hover span {
    color: #fff !important;
}

h1 span, h2 span, h3 span {
    color:#1A73E8;
}

.banner {
    padding-top:80px !important;
    padding-bottom: 80px!important;
}
 
.pb-none {
       padding-bottom: 0px!important;
}

.section {
    padding-top: 70px !important;
    padding-bottom: 70px!important;
}

.section-small {
    padding-top: 50px;
    padding-bottom: 50px;
}


.read-more-text {
    text-align: center;
	    margin-top: auto;
}

.hm-services-box {
    box-shadow: #cccccc36 0px 5px 10px;
}


.text-center {
    text-align: center;
}


/*7-1-25*/

.ul-text ul, .ui-tabs-panel ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.ul-text ul li, .ui-tabs-panel li {
    position: relative;
		  padding-left:15px;
	  margin:10px 0;
}

.ul-text ul li:before, .ui-tabs-panel ul li:before {
    content:"\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 15px;
    position: absolute;
    left: -12px;
	    color: #1A73E8;

}

.qodef-h4, h4 {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: 600;
}

.qodef-h2 {
    margin: 0;
}


.qodef-qi-tabs-vertical {
    gap: 30px;
    justify-content: space-between;
	
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
    border-radius: 8px;
    font-weight: 600;
    overflow: hidden;
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
    width:300px;
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
    padding: 25px !important;
	  border-radius: 8px;
    box-shadow: 0 0px 11px rgba(15, 76, 129, .12);
	border: 1px solid #e5e7eb;
	    width: 70%;
}

.qodef-tabs-vertical-content h3, .qodef-tabs-vertical-content h4 {
    margin-top: 0px;
    font-size: 20px;
}



form .qodef-grid-item {
    text-align: center;
}

select {
    height: auto;
}





/*Footer*/

.footer {
    background: url(/wp-content/uploads/2025/12/hero-bg.jpg);
    font-size: 15px;
    padding-top: 50px;
    position: relative;
}

.footer:after {
    content: "";
    background: #ffffff85;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .container {
    position: relative;
	z-index: 1;
}



.footer h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;

}

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

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
    color: #2e2e2e;
  text-decoration: none;
}

.footer-links a:hover {
  color: #1A73E8;
}


.address-gridd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


.address-box {
    background-color: #e9e9e9;
    padding: 20px 25px;
    float: left;
}


.address-box h3 {
    margin-bottom: 8px;
}


.address-box address {
  font-style: normal;
  color: #2e2e2e;
  line-height: 1.6;
}



.address-box a {
    display: block;
    margin-top: 5px;
    color: #1A73E8;
    font-weight: 700;
}

.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: #323232 solid 1px;
}


.copy-right ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
	    font-size: 14px;
	    margin-bottom: 8px;
}

.copy-right ul a {
  color: #2e2e2e;
  text-decoration: none;
}

.copy-right ul a:hover, .social-madia a:hover {
    color: #1A73E8;
	
}

.social-madia a {
  margin-left: 10px;
  color: #2e2e2e;
  text-decoration: none;
}





.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:0px;
    margin-left:0px;
}

.footer-bottom .row {
    justify-content: space-between;
    align-items: center;
}
 


.qodef-theme-button, button[type=submit], input[type=submit] {
    min-width: 200px;
    padding: 15px 25px;
}

/* Footer CTA */
.footer-cta {
    background:#0B0B0B;
    color: #fff;
    padding: 35px 20px;
    border-bottom: #707070 solid 5px;
}

.footer-cta__content h2 {
	margin-top: 0;
  margin-bottom: 10px;
color: #fff;
	    font-size: 40px;
}

.footer-cta__content p {
  font-size: 1.1rem;
  margin-bottom: 0px;
    color: #fff;
	
}

.ft-cta .btn {
    display: inline-block;
    padding: 15px 35px;
    background: #1A73E8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
	min-width: 230px;
    text-align: center;
}

.ft-cta .btn:hover {
  background: #fff;
	    color: #000;
}

.footer-cta__bottom {
  margin-top: 30px;
  font-size: 0.85rem;
  opacity: 0.7;
}


.footer-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}


.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500 !important;
}



#backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: #1A73E8; /* primary */
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 999;
  transition: all 0.3s ease;
}

#backToTop:hover {
  background: #183862; /* secondary */
  transform: translateY(-4px);
}



    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
	
    .col-6 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }	
	
	.col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
	


@media (min-width: 992px) {
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	
}


@media (max-width:767px) {
	
.footer-cta .container {
    flex-flow: column;
    text-align: center; }
	
	
}


/*Blog Post Sidebar*/

#qodef-page-sidebar .widget {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(0, 35, 71, .05);
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item span {
    color: #1A73E8;
}

#qodef-page-sidebar .widget.widget_search button {
    min-width: auto;
    background-color: transparent !important;
    color: #1a2942 !important;
	    border-radius: 0;
	
}


/*13-1-26*/




/*products Page*/
.shipments-box {
    position: relative;
    z-index: 1;
}

.workflow::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 40px;
    height: 2px;
    background-color: var(--e-global-color-685cbfd);
    width: 100%;
    transition: width 1s ease;
    z-index: 0;
}

.shipments-box .elementor-icon {
    box-shadow: 0 8px 20px rgba(15, 76, 129, .2);
}

span.elementor-counter-title {
    text-align: center;
}

@media (max-width:991px) {
	.workflow::after {display:none;}
	
}
