
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


body{
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/* header */
.pad {
  padding: 0px 8px;
}
.header-a {
  font-family: 'Cabin';
  color: #4D4D4D;
}

.navbar-light .bg-light {
background-color: #393939;
}
.header-a:hover {
  font-family: 'Cabin';
  background-color: rgb(12, 105, 131);
  background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.start-your-free {
  border: 1px solid #0C6983;
  color: #0C6983;
  border-radius: 8px;
  background-color: white;
}

.start-your-free-1 {
  border: 1px solid #0C6983;
  color: #0C6983;
  border-radius: 8px;
  background-color: white;
  height: 51px;
}

.start-your-free:hover {
  border: 1px solid #0C6983;
  color: #0C6983 !important;
  background-color: white !important;
}

.start-your-free-1:hover {
  border: 1px solid #0C6983;
  color: #0C6983 !important;
  border-radius: 8px;
  background-color: white !important;
}

.book-a-demo {
  border: 1px solid #0C6983;
  color: #ffffff;
  background-color: #0C6983;
}

.book-a-demo-1 {
  border: 1px solid #0C6983;
  color: #ffffff;
  background-color: #0C6983;
  height: 51px;
}

.book-a-demo:hover {
  border: 1px solid #0C6983;
  color: #ffffff !important;
  background-color: #0C6983 !important;
}

.book-a-demo-1:hover {
  border: 1px solid #0C6983;
  color: #ffffff !important;
  background-color: #0C6983 !important;
}

.login-button {
  padding: 10px 20px;
  color: #0C6983;
  text-decoration: none;
}

.logo {
  width: auto;
}

span.navbar-toggler-icon {
  background-image: url(/Images/menub.svg);
}

.button.navbar-toggler.collapsed {
  border: 0px solid;
  box-shadow: none;
}

.b-shadow {
  box-shadow: 0px 1px 8px #0C6983;
}

.toggle-br {
  border: 0px solid;
  box-shadow: none !important;
}

.login-button-collapse {
  padding: 10px 5px;
  color: #0C6983;
  text-decoration: none;
}

.dropdown-menu-d {
  display: none;
  opacity: 0;
  transition: opacity 0.3s, display 0s 0.3s;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 54px; 
  z-index: 1000;
  width: 1250px; 
  height: auto;
  overflow-y: auto;
/* background-color: rgb(245 245 245) !important; */
background-color: #f8f9fa !important;
  padding: 5px; 
border: none;
}

.nav-item:hover .dropdown-menu-d {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
 border-radius: 12px;
}

.dropdown-menu-d[data-bs-popper] {
  top: 100%;
  margin-top: var(--bs-dropdown-spacer);
  left: auto;
  right: auto;
}
.px-4 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.list-group-item:first-child {
  border: 0;
}

.list-group-item {
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  font-size: 16px; /* Increase font size for readability */
  color: #0C6983; /* Text color */
  display: flex;
  align-items: center;
}
.dropdown-menu-description{
font-family: "DM Sans", sans-serif;
color: #4C4C4C;
}
.list-group-item img {
  margin-right: 10px; /* Spacing between icon and text */
}

.list-group-item:last-child {
  border: 0;
}
.nev-card p{
  font-family: "DM Sans", sans-serif;
 }
 .nev-card h6{
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 20px;
    }
    .nev-card a{
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 18px;
    }
.card {
  overflow: hidden; /* Ensure rounded corners clip content */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  */
margin-top: 5px;
}
.nev-card {
background-color: #dbecf1;
/* padding: 0px 20px; */
}
.feature-overview-button{
background-color: transparent !important;
color: #0C6983 !important;
padding: 8px 20px;
margin: 5px;
}
/* Dropdown arrow rotation */
.nav-item .nav-link .dropdown-arrow {
  transition: transform 0.5s ease; /* Smooth transition for rotation */
}

.nav-item:hover .nav-link .dropdown-arrow {
  transform: rotate(180deg); /* Rotate the arrow 180 degrees */
}
@media (max-width: 1200px) {
  .list-group-item {
      font-size: 14px;
  }
}

.offcanvas .dropdown-menu {
padding: 0; 
width: 100%;
}

.offcanvas .dropdown-menu .dropdown-item + .dropdown-item {
margin-top: 0.5rem;
}

.offcanvas .dropdown-menu {
padding: 0;
width: 100%;
display: none;
border: none;
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.offcanvas .dropdown-menu :hover{
background-color: #f1f8f8 !important;
color: #000 !important;
}
/* Remove the default Bootstrap dropdown icon */
.nav-link.header-a::after {
  display: none;
}

/* Style for the custom dropdown arrow */
.custom-dropdown-arrow {
  transition: transform 0.3s ease-in-out;
  margin-left: 8px;
  vertical-align: middle; /* Align icon with text */
}

/* Rotate the icon when hovering over the nav-link */
.nav-link.header-a:hover .custom-dropdown-arrow {
  transform: rotate(180deg);
}

/* Ensure the icon starts in the original position */
.custom-dropdown-arrow {
  transform: rotate(0deg);
}
.nav-link.header-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* error */
.title-404{
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #1D8B9A;
  line-height: 120%;
}
.error-text{
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1D8B9A;
  line-height: 150%;
}

  /* footer */
  #footer {
    background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: white;
  }
  
  #footer .first-row {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    margin: auto;
  }
  
  #footer h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: black;
  }
  
  #footer p {
    font-size: 16px;
    color: black;
  }
  
  #footer .form-control {
    max-width: 100%;
  }
  
  #footer .shadow-input {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  #footer .btn {
    min-width: 100px;
  }
  
  #footer .second-row span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  #footer .list-unstyled li {
    margin-bottom: 10px;
    color: white;
    line-height: 1.5;
  }
  
  #footer .list-unstyled a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #footer .list-unstyled a:hover {
    text-decoration: underline;
  }
  
  #footer .social-icons img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
    
  #footer .social-icons{
    padding-bottom: 20px;
    right: 2px;
   }
   
  
  #footer .row.align-items-center .col-md-8 p,
  #footer .row.align-items-center .col-md-8 div {
    margin-bottom: 10px;
    color: white;
  }
  
  #footer .row.align-items-center .col-md-8 div a {
    color: #000;
    text-decoration: none;
    color: white;
  }
  
  #footer .row.align-items-center .col-md-8 div a:hover {
    text-decoration: none;
  }
  
  #footer .row.mt-4 .col div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  #footer .row.mt-4 .col span {
    font-size: 14px;
    color: #ffffff;
  }
  
  #footer .first-row .d-flex {
    align-items: center;
  }
  #footer svg {
    vertical-align: middle;
    margin-right: 5px;
  }     
  .newsletterbtn{
    background-color: #0C6983;
    border-radius: 8px;
  }
.rights-scoutIT{
  text-decoration: none;
  color: white;
}  
.podcast-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
/* Scroll top */
#gotoTop.show {
	opacity: 1;
	visibility: visible;
}

#gotoTop {
	display: inline-block;
	background-color: #0C6983;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 85px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	cursor: pointer;
	border-radius: 20px;
	color: white;
	font-size: 20px;
	line-height: 40px;
}
@media (max-width: 768px){
	#gotoTop {
		display: inline-block;
		background-color: #0C6983;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 105px;
		right: 30px;
		transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 998;
		cursor: pointer;
		border-radius: 20px;
		color: white;
		font-size: 20px;
		line-height: 40px;
	}
}
/*********************************************
        ABOVE FOOTER SOLUTIONS
*********************************************/
.mobile-align .row {
  display: flex;
  flex-wrap: wrap;
}

.mobile-align .col-md-3 {
  flex: 0 0 25%; 
  max-width: 25%;
}

@media (max-width: 768px) {
  .mobile-align .col-md-3 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .mobile-align img {
      display: block;
      margin: 0 auto;
  }
}
/* hubspot form css starts here*/
.technology_form {
	padding: 24px 32px 32px;
	gap: 24px;
	background: #FFFFFF;
	box-shadow: -23px 0px 82px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 36px 50px;
	 }
	
	
	 @media (max-width: 1200px) {
	   .technology_form {
		 padding: 30px 20px;
	   }
	 }
	  .technology_form .form_header .form_heading {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 700;
	/* font-size: 24px; */
	line-height: 36px;
	color: #0C6983;
	margin-bottom: 16px;
	font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
	 }
	
	
	 .technology_form .form_header .form_para {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
	 }
	
	
	 .technology_form .form_footer p {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #B4B4B4;
	 }
	
	 .copyright {
		text-align: center;
	 }
/* Hubspot Pop CSS Ends Here */