.logo-text {
    color: #FFF;
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
}

.ct-logo {
    background-image: url("/assets/img/logo/Contracting Trust-w.png");
    width: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar-area.sticky .ct-logo{
    background-image: url("/assets/img/logo/Contracting Trust-db.png");
}

.navbar-area.sticky .logo-text, .navbar-area.dark .logo-text {
    color: #162447;
}


.hero-section .hero-content p {
    font-family: Arimo;
}

.hero-section .hero-content p.subheading{
    font-size: 26px;
    font-weight: 900;
    line-height: 38px;
}

.hero-section .hero-content .scroll-bottom {
    bottom: 20px;
}

#main-splash {
    height: 550px;
    width: auto;
    margin-left: 100px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.feature-section h2,
.feature-extended-section h2{
	font-size: 36px;
}

.subscribe-wrapper .subscribe-form input,.subscribe-wrapper .subscribe-form textarea {    
    margin-bottom: 10px;
}

.subscribe-section .subscribe-wrapper .subscribe-form button {
    position: relative;
    top: 0;
    right: 0;   
    width: 100%;
    background: yellowgreen;
}

.subscribe-section .subscribe-wrapper .subscribe-form textarea,
.subscribe-section .subscribe-wrapper .subscribe-form select {
    width: 100%;
    padding: 20px 30px;
    padding-right: 142px;
    border-radius: 18px;
    background: #fff;
    color: #5B657E;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

/* Spinner style for the button */
        .loading {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .loading::after {
            content: '';
            border: 2px solid transparent;
            border-top-color: #fff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin-left: 10px;
            animation: spin 1s linear infinite;
        }

        /* Keyframes for spinner animation */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Style for disabled button */
        #submitBtn:disabled:not(.finished) {
            background-color: #ccc;
            cursor: not-allowed;
        }

#get-started-header{
	border: 1px solid #FFF;
	padding: 0 18px;
	border-radius: 8px;
	background: #FFF;
}

.navbar-area.sticky #get-started-header{	
	background: transparent;
	border-color: transparent;
}


#get-started-header a{
	color: #5864ff;
	font-weight: bold;
}

.about-section {
    overflow: hidden;
}

.feature-section .single-feature-extended {
    padding: 30px;
}

.feature-section .single-feature-extended .content h3 {
    margin-bottom: 20px;
}


.feature-extended-section .single-feature-extended.review-card {
    background-color: #FFF;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
    box-shadow: 11px -11px 80px #0509171a;
    margin-bottom: 30px;
}

.feature-extended-section .single-feature-extended.review-card .content p{
    color: #0f0f0fbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 16px;
}

.review-name {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.review-position{
    color: #0f0f0f99;
    font-size: 14px;
}

.plan-block{
    display: block;
    grid-template-rows: auto auto 1fr;
    position: relative;
    background-color: #fff;
    border-radius: 0.4rem;
    box-shadow: 0rem 0.8rem 2.4rem 0rem rgba(18, 28, 45, 0.1);
    padding: 10px 20px 40px;
    font-size: 14px;
    height: 750px;
    margin-bottom: 25px;
}

.plan-title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}

.plan-sep {
    border-bottom: 1px solid #CCC;
    width: 50%;
    height: 1px;
    margin: 10px auto;
}

.plan-subtitle {
    text-align: center;
    color: #444;
    font-size: 18px;
}

.plan-subsubtitle {
    font-style:italic;
    font-size: 14px;
}

.plan-action {
    margin: 20px auto;
    background: #5865ff;
    color: #FFF;
    border-radius: 4px;
    padding: 8px 25px;
    cursor: pointer;
    font-size: 20px;
    height: 46px;
    text-align: center;
    width: 100%;
}

.plan-action:hover {
    background: #4c57e0;
    color: #FFF;
}

.plan-item-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-item {
    white-space: nowrap;
    margin-bottom: 5px;
}

.plan-item i {
    font-weight: bold;
    color: green;
}


@media only screen and (min-width: 1201px) and (max-width: 1592px), (max-width: 767px) {
    .navbar-nav .nav-item{
        margin-left: 30px;
    }

    .navbar-nav .nav-item a{
        font-size: 14px;
    }

    #main-splash {        
        margin-left: 0;
        height: 400px;
    }
  }

  @media only screen and (min-width: 991px) and (max-width: 1200px), (max-width: 767px) {
    .navbar-nav .nav-item{
        margin-left: 20px;
    }

    .navbar-nav .nav-item a{
        font-size: 12px;
    }

    #main-splash {        
        margin-left: 0;
        height: 350px;
    }

    .feature-section .single-feature-extended {
        padding: 30px 10px;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img img, #main-splash {
    width: 100%;
    height: auto;
    margin-left: auto;
  }

.hero-section .hero-content p {
    margin-bottom: 25px;

  textarea[name=comments]{
     height: 120px;
  }
}

@media (max-width: 768px) {
    .hero-section .hero-content p.subheading{
	font-size: 18px;
	line-height: 28px;
    }
}