:root {
  --kOrange: #F70;
/*  --kOrange: #f18a1c; #from Logo */
  --kGreen: #0D9165;
  --kYellow: #FE9B19;
/*  --kPurple: #0f355e; #from favicon*/
  --kDarkBlue: #163F68;
  --kPurple: #2D3E50;
  --kBlue: #015290;
/* Look into replacing kPurple with kBlue */
  --kPurpleFade: #2d3e50e0;

/*  --kBlueShade: #406A80; #This comes form the subheadings of the original template*/
  --kBlueShade: #406A80;


/* Additional color from KamNic's original site:
Alternative Blue #583467
*/

}


#kTopBar {
    z-index: 1000;
    color: white;
}



nav.navbar a, .button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary, .gf-menu .item, h1, h2, h4.port-title {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    text-shadow: 1px 1px 0 rgba(73, 73, 73, 0.61);
    font-weight: 700;
}

body, p {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

nav.navbar a {
    text-shadow: unset;
}


nav.navbar.navbar-expand-lg {
    padding:0;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: transparent;
    transition: transform 400ms ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

nav.navbar.navbar-expand-lg ul.navbar-nav {
    margin-right: 2rem;
}

.navbar-hidden {
  transform: translateY(-100%); /* Slide up out of view */
}


nav.navbar.scrolled.navbar-expand-lg {
/*  background-color: var(--kGreen);*/
  background-color: var(--kPurpleFade);
/*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*  box-shadow: 0 2px 10px var(--kGreen);*/
}

a.navbar-brand {
    padding-left: 0.5rem;
}


.text-orange {
    color: #F70;
}

.text-green {
    color:var(--kGreen) !important;
}

.text-yellow {
    color:var(--kYellow) !important;
}

#kn-homecontent-4 {
    font-size: 38px;
    line-height: 0px;
    letter-spacing: -1px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-weight: 900;
    text-shadow: 3px 1px 5px #000;
}

.kn-slide-content {
    color: #FFF;
    font-size: 70px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    text-shadow: 3px 3px 3px #000;
    letter-spacing: -3px;
    line-height: 66px;
}

.nav-link:hover, .nav-link:focus {
    color: var(--kYellow);
}

a.dropdown-item {
    font-weight: normal;
}

ul.dropdown-menu.show {
    border-radius: 0;
}

/*only screen and (min-width: 767px)*/
ul.dropdown-menu.show::after {
    content: '';
    border: 6px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    border-bottom-color: #FFF;
    position: absolute;
    top: -12px;
    left: 30px;
}


.icon-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 2.5rem;
    color: white;
}

/* Custom colors */
.bg-purple {
    background-color: #6a4c93; /* Adjust to match your purple */
}

.text-purple {
    color: #6a4c93;
}

/* Feature cards */
.feature-card {
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

section.info-section h2 {
    font-size: 2.875rem;
/*    font-weight: unset;*/
}

section.quote-section h2 {
    font-size: 1.56rem;
    font-weight: unset;
}


p.lead.mb-0 {
    font-size: 1.5rem;
/*    font-size: 1.125rem;*/
}

section.info-section i {
    color: var(--kGreen) !important;
}

section.info-section i.bi-plus {
    color: var(--kYellow) !important;
}
section.info-section a:hover i.bi-plus {
    color: var(--kBlueShade) !important;
}

section.info-section i.bi-question-circle-fill,
section.info-section i.bi-info-circle-fill
 {
    font-size: 275px;
}

/*.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ff6600; /* Your brand orange */
}*/
    /* Custom colors if needed */
.text-primary {
    color: #ff6600 !important; /* Your brand orange */
}

.btn-outline-primary {
    color: var(--kYellow);
    border-color: var(--kYellow);
    padding-right:2em !important;
    padding-left:2em !important;
}

.btn-outline-primary:hover {
    background-color: var(--kYellow);
    color: var(--kBlueShade);
/*    border: none !important;*/
    border-color:var(--kYellow);
}

/* Dark background with slightly less darkness */
.bg-dark {
    background-color: #343a40 !important;
} 

.bg-light {
    background-color: #ECF0F1 !important;
} 

.bg-purple {
    background-color: var(--kPurple);
} 
    /* Services section styling */


section.services-section .text-p {
    color: var(--kBlueShade) !important;
}

.section-title {
    font-size: 3rem;
    color: #406A80;
    font-weight: 300;
    margin: -18px 0 92px;
    letter-spacing: -1px;
    position: relative;
    color: var(--kBlueShade);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

/*.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #ff6600;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

.service-card {
    background-color: #e9f0f3;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-position: center;
    background-size: cover;
    z-index: 0;
}



.service-content {
    position: relative;
    z-index: 1;
/*    background-color: rgba(255, 255, 255, 0.85);*/
    background-color: #dde4e6;
    backdrop-filter: blur(2px);
    height: 100%;
}

.service-icon {
    flex: 0 0 40px;
    font-size: 2rem;
    color: #ff6600;
}

.service-text {
    flex: 1;
}

.service-text h4 {
    color: var(--kBlueShade);
    font-weight: 600;
}

.service-text p {
/*    transform: translateY(240px);*/
    opacity: 0;
    transition: opacity 400ms ease;
}

.service-card:hover .service-text p {
/*    transform: translateY(0);*/
    opacity: 1;
}



.service-content {
    min-height: 254px;
}

.service-bg {
    background-size: 288px;
    background-repeat: no-repeat;
    background-position: 356px 38px;
    position: absolute;
    z-index: 2;
    transition: transform 400ms ease, background-position 0.3s ease;
}

.service-card:hover .service-bg {
    background-position: 356px 135px;
}

.service-card:hover .google-bg {
    background-position: 356px 165px;
}

.service-card h4 {
    margin-top: 22px;
    font-weight: 400;
}

.service-card .service-icon {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    color: #2C5164;
    display: inline-block;
    float: left;
    height: 55px;
    line-height: 57px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 55px;
    font-size: 27px;
}


/* Background images for each service */
.web-design-bg {
    background-image: url('/KamNic-assets/our-services/rwd.png');
}

.ecommerce-bg {
    background-image: url('/KamNic-assets/our-services/ecommerce.png');
}

.hosting-bg {
    background-image: url('/KamNic-assets/our-services/hosting.png');
}

.seo-bg {
    background-image: url('/KamNic-assets/our-services/seo.png');
}

.apps-bg {
    background-image: url('/KamNic-assets/our-services/custom.png');
}

.google-bg {
    background-image: url('/KamNic-assets/our-services/google.png');
}

.about-content h1 {
    font-size: 260%;
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
    .service-content {
        flex-direction: column;
    }
    
    .service-icon {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.about-section, .bg-primary {
    background-color: var(--kDarkBlue) !important; 
}

.about-text {
    font-size: 1rem;
    line-height: 1.7;
}

/* Client logos */
.client-logo {
    max-height: 60px;
    transition: all 0.3s ease;
    opacity: 0.7;
    filter: grayscale(100%);
}

.client-logo:hover {
    opacity: 1;
    filter: none;
}

.text-warning {
    color: #ff9900 !important; /* Orange brand color */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .about-content {
        text-align: center;
    }
    
    .client-logo {
        max-height: 50px;
        margin-bottom: 1.5rem;
    }
}  
/* Form section styling */
.quote-section {
    background-color: #009970 !important; /* Custom green color from screenshot */
}

/* Form styling */
.form-control {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
    


