/*
Theme Name: Yukicares
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solutions & Technology HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */





/* Yukicares text logo */
.header-logo,
.offcanvas__logo a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.yc-text-logo {
  display: inline-block;
  background: linear-gradient(135deg, #20c7ff 0%, #2f80ed 45%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2f80ed;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: none;
  white-space: nowrap;
}

.offcanvas__logo .yc-text-logo {
  font-size: 1.8rem;
}

/* Homepage about CTA alignment */
.about-2 .about-content .yc-about-cta {
  flex-wrap: wrap;
}

.about-2 .about-content .yc-about-cta .contact-us {
  align-items: center;
  min-width: 0;
}

.about-2 .about-content .yc-about-cta .contact-us .text {
  min-width: 0;
}

.about-2 .about-content .yc-about-cta .contact-us .text h4 {
  line-height: 1.2;
}

.about-2 .about-content .yc-about-cta .contact-us .text h4 .yc-about-cta-email {
  display: inline;
  width: auto;
  height: auto;
  background: none;
  color: var(--white);
  font-size: inherit;
  overflow-wrap: anywhere;
}

@media (max-width: 575px) {
  .about-2 .about-content .yc-about-cta .contact-us {
    justify-content: center;
    text-align: center;
  }

  .about-2 .about-content .yc-about-cta .contact-us .text {
    text-align: center !important;
  }
}

/* Homepage hero image sizing */
.hero-1 .hero-image {
  width: min(100%, 460px);
  height: 610px;
  margin-left: auto;
}

@media (max-width: 1399px) {
  .hero-1 .hero-image {
    width: min(100%, 420px);
    height: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image {
    height: 420px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-image {
    height: 340px;
  }
}

/* Service detail page redesign */
.yc-service-detail {
  background:
    radial-gradient(circle at top left, rgba(63, 181, 253, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 70%);
}

.yc-service-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(11, 110, 218, 0.12);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(2, 8, 66, 0.08);
}

.yc-service-hero-icon,
.yc-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3fb5fd 0%, #0b6eda 100%);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(11, 110, 218, 0.22);
}

.yc-service-hero-icon {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  font-size: 36px;
}

.yc-service-hero-content span,
.yc-service-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0b6eda;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yc-service-hero-content h2 {
  margin-bottom: 10px;
  color: var(--black-2);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.yc-service-hero-content p,
.yc-service-card p,
.yc-process-card p,
.yc-service-cta p {
  margin-bottom: 0;
  color: var(--text);
  line-height: 1.75;
}

.yc-service-card {
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(2, 8, 66, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(2, 8, 66, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yc-service-card:hover,
.yc-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 65px rgba(2, 8, 66, 0.1);
}

.yc-service-card-primary {
  background: linear-gradient(135deg, #061257 0%, #0b2e8a 100%);
}

.yc-service-card-primary h3,
.yc-service-card-primary p {
  color: #ffffff;
}

.yc-card-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 18px;
  font-size: 24px;
}

.yc-service-card h3 {
  margin-bottom: 18px;
  color: var(--black-2);
  font-size: 24px;
  line-height: 1.25;
}

.yc-service-card.yc-service-card-primary h3,
.yc-service-card.yc-service-card-primary p {
  color: #ffffff;
}

.yc-service-points {
  display: grid;
  gap: 14px;
}

.yc-service-point {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.yc-service-point span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(11, 110, 218, 0.1);
  color: #0b6eda;
  font-size: 12px;
}

.yc-service-point p {
  padding-top: 1px;
  font-weight: 600;
}

.yc-service-process {
  position: relative;
}

.yc-process-card {
  height: 100%;
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(2, 8, 66, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yc-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3fb5fd 0%, #0b6eda 100%);
  color: #ffffff;
  font-weight: 900;
}

.yc-process-card h4 {
  margin-bottom: 10px;
  color: var(--black-2);
}

.yc-service-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at right, rgba(63, 181, 253, 0.35), transparent 34%),
    linear-gradient(135deg, #061257 0%, #0b2e8a 100%);
  box-shadow: 0 24px 70px rgba(2, 8, 66, 0.12);
}

.yc-service-cta span {
  color: #3fb5fd;
}

.yc-service-cta h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.yc-service-cta p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
  .yc-service-hero,
  .yc-service-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .yc-service-hero {
    display: flex;
    flex-direction: column;
  }

  .yc-service-cta {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .yc-service-hero,
  .yc-service-card,
  .yc-process-card,
  .yc-service-cta {
    padding: 24px;
    border-radius: 20px;
  }
}

/* Contact form submission feedback */
.yc-form-message {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.yc-form-message.success {
  background: rgba(25, 135, 84, 0.12);
  color: #147a4b;
}

.yc-form-message.error {
  background: rgba(220, 53, 69, 0.12);
  color: #b4232f;
}

.contact-us-1 .checked-box .checked-box-items {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-us-1 .checked-box .form-check {
  margin: 0;
}

.contact-us-1 .checked-box .form-check-label {
  color: var(--header);
  font-weight: 600;
}

@media (max-width: 575px) {
  .contact-us-1 .checked-box .checked-box-items {
    grid-template-columns: 1fr;
  }
}

.categories-items .single-item {
  cursor: pointer;
}

.categories-items .single-item.active {
  background: linear-gradient(84deg, var(--theme-2) 0%, var(--theme) 100%);
  color: #ffffff;
}
