/*!
Theme Name: Concinnity Limited
Theme URI: http://underscores.me/
Author: Deepak Raj Giri
Author URI: https://deepakgiri.com.np
Description: SEO Marketing Company
Version: 1.0.0

*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	
}

.wp-theme-concinnity {
  position: relative;
  overflow: visible;
  z-index: 1;
  background: none; 
}


.wp-theme-concinnity::before {
  content: "";
  position: absolute;
  top: -3%; 
  left: 50%;
  width: 85%; 
  height: 100%;
  transform: translateX(-50%); 
  background: url('assets/images/background-header.png') no-repeat center top;
  background-size: contain; 
  z-index: -2;
  pointer-events: none;
  opacity: 1; 
}

.logo {
    max-width: 180px;
}

.cream-bg {
  background:linear-gradient(to bottom, #FFFFFF 0%, #FFF7F0 100%);
}

.min-vh-70 {
  min-height: 70vh !important;
}

.hover-border-warning:hover {
    border-color: #ffc107 !important; /* Bootstrap warning color */
}
.card-img-wrap {
    max-height: 244px;
}

.cta-section {
    padding: 100px 0;
    position: relative;
    background: url(assets/images/experts/ai-driven/ser-bg-2.png);
    background-color: #ff7e00;
    background-position: right;
}

@media only screen and (max-width: 1920px) {
   .impact {
        height: 60vh;
}
}

@media only screen and (max-width: 767px) {
.h1-hero {
    font-size: 1.8rem;
    font-weight: 800;
}

h2 {
    font-size: 1.8125rem;
    line-height: 3.2;
    
}
}
/*********new section ***********/
