@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: default;
}

/* 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;
}

/* pricing card */
.pricing-list {
	list-style: none;
	padding: 12px;
	text-align: left;
	padding-top: 40px;
}

.pricing-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

.pricing-list li::before {
	content: url('/Images/available-right.svg');
	margin-right: 8px;
	flex-shrink: 0;
}

.pricing-card {

	border: 1px solid #0C6983;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #c5caca;

}

.pricing-card-2 {
	border-radius: 12px;
	box-shadow: 0px 0px 10px #0C6983;
	background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	border-color: #504e4e;
}

.toggle-button {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.toggle-button input {
	display: none;
}

.toggle-button span {
	display: inline-block;
	width: 50px;
	height: 25px;
	background-color: #ccc;
	border-radius: 25px;
	position: relative;
	transition: background-color 0.2s;
}

.toggle-button span::before {
	content: '';
	width: 21px;
	height: 21px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: transform 0.2s;
}

.toggle-button input:checked+span {
	background-color: #0C6983;
}

.toggle-button input:checked+span::before {
	transform: translateX(25px);
}

.plan-name {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding-top: 40px;
}

.plan-describe {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}

.price {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 56px;
	color: #0C6983;

}

.price-1 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 56px;
	color: #E6F4F5;
}

.pricePlanActivate {
	width: auto;
	height: auto;
	background-color: #E6F4F5 !important;
	color: #0C6983 !important;
	border: none;
	border-radius: 8px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 170%;
	padding: 10px 16px 10px 16px;
}

.month-toggle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: auto;
	letter-spacing: 0%;
}

#pri {
	margin-top: 80px;
}

.pricing-heading {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -2px;
	color: #0C6983;
	padding-bottom: 40px;
}

.main-toggle {
	padding-bottom: 40px;
}
.enterprice-popup-plan-form-title{
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding-bottom:20px;
}
.enterprice-popup-plan-form-title-half{
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding-bottom:20px;
	color:#0C6983;
}
.day-text {
    font-size: 16px; 
    vertical-align: super;
  }
/* 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: 20px;
	border-radius: 15px;
	margin: auto;
}

.fa-facebook-square:hover {
	color: #3b5998;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#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: 20px;
}

#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;
}

.email-btn {
	border: 2px solid #848484;
}

.start-btn {
	border: 2px solid #0C6983;

}

.start {
	color: #0C6983;
}

.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;
	}
}


/* price describe  */
  
.price-plan-description{
	font-family: "DM Sans", sans-serif;
}

.adds-on-title{
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 120px;
	letter-spacing:-1px;
	color:#0C6983 !important ;

}

.btn-price-describe 
{
    padding: 10px 20px 10px 20px;
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
    border-radius: 8px;
}
.price-plan-description h5{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: auto;
	letter-spacing:0%;
	color:#4C4C4C !important ;
}

.price-plan-description p span{
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: auto;
	letter-spacing:0%;
	color:#aca0a0 !important ;
}

.price-plan-description .adds-on-set-1
{
padding-right: 40px;
}
.price-plan-description .adds-on-set-2
{
padding-left: 40px;
}
.price-plan-description .cloud-content
{
 padding-top: 20px;
}
.cloud-content {
	border-bottom: 1px solid black;
}
@media (max-width: 768px) {
    .cloud-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-title, .pricing-price {
        width: 100%;
        margin-bottom: 8px;
    }
	.adds-on-title {
		font-family: "DM Sans", sans-serif;
		font-weight: 400;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -1px;
		color: #0C6983 !important;
	}
	.price-plan-description .adds-on-set-1
     {
      padding-right: 0px;
     }
    .price-plan-description .adds-on-set-2
    {
      padding-left: 10px;
    }
	.mob-view{
		padding-top: 45px;
	}
	.mob-views{
		padding-top: 23px;
	}
}
/*********************************************
        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;
    }
}