/* **************************typography - consistent line-height, letter-spacing ************************* */
:root {
  --line-height-body: 1.6;
  --line-height-heading: 1.3;
  --letter-spacing-body: 0.3px;
  --letter-spacing-heading: 0.5px;
}
body {
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-body);
}
h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
}
p {
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-body);
}

/* **************************container ************************* */
.container {
  max-width: 1240px !important;
  width: 100%;
}

/* **************************breadcrumbs - clean simple style (blog only) ************************* */
.cm-breadcrumbs-simple {
  background: #fff !important;
  background-image: none !important;
}
.cm-breadcrumbs-simple .breadcrumbs-inner {
  padding: 50px 0 40px;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-breadcrumbs-simple .breadcrumb-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  text-align: left;
}
.cm-breadcrumbs-simple .breadcrumb-nav li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333 !important;
}
.cm-breadcrumbs-simple .breadcrumb-nav li a {
  color: #333 !important;
  text-decoration: none;
  transition: color 0.2s;
  padding-right: 0!important;
}
.cm-breadcrumbs-simple .breadcrumb-nav li a:hover {
  color: #106eea !important;
}
.cm-breadcrumbs-simple .breadcrumb-nav li a:before {
  display: none !important;
}
.cm-breadcrumbs-simple .breadcrumb-nav li .current {
  color: #333 !important;
}
.cm-breadcrumbs-simple .breadcrumb-sep {
  margin: 0 8px;
  color: #555 !important;
  user-select: none;
}
.cm-breadcrumbs-simple .page-title {
  color: #102B3E !important;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
/* Blog page: reduced padding when no title */
.cm-breadcrumbs-blog {
  padding: 30px 0 20px;
}
.cm-breadcrumbs-blog .breadcrumb-nav {
  margin-bottom: 0;
}

/* **************************header / topbar ************************* */
.topbar-contact,.toolbar-sl-share ul {
  margin-bottom: 0;
}

/* **************************home page ************************* */
/* Our Latest Services - Enhanced card design */
.cm-services-cards {
  background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
}
.cm-services-cards .services-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 28px 24px !important;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}
.cm-services-cards .services-item:hover {
  border-color: #106eea;
  box-shadow: 0 8px 24px rgba(16,110,234,0.12);
  transform: translateY(-2px);
}
.cm-services-cards .services-item .services-icon {
  margin-bottom: 16px;
}
.cm-services-cards .services-item .services-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.cm-services-cards .services-item .services-content .title {
  font-size: 20px;
  margin-bottom: 12px;
}
.cm-services-cards .services-item .services-content .desc {
  font-size: 15px;
  line-height: var(--line-height-body);
  color: #555;
  margin-bottom: 16px;
}
.cm-services-cards .services-btn2 a {
  font-weight: 600;
  font-size: 14px;
  color: #106eea;
}
.cm-services-cards .services-btn2 a:hover {
  color: #03228f;
}
@media only screen and (max-width: 767px) {
  .cm-services-cards .services-item {
    margin-top: 0;
  }
}
/* Why Choose Codemez - Enhanced card design */
.cm-why-choose-cards .why-choose-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.cm-why-choose-cards .why-choose-item:hover {
  border-color: #106eea;
  box-shadow: 0 8px 24px rgba(16,110,234,0.12);
  transform: translateY(-2px);
}
.cm-why-choose-cards .why-choose-icon {
  font-size: 36px;
  color: #106eea;
  margin-bottom: 16px;
}
.cm-why-choose-cards .why-choose-title {
  font-size: 18px;
  font-weight: 600;
  line-height: var(--line-height-heading);
  margin-bottom: 12px;
  color: #102B3E;
}
.cm-why-choose-cards .why-choose-desc {
  font-size: 15px;
  line-height: var(--line-height-body);
  color: #555;
  margin-bottom: 0;
}
.cm-why-choose-cards {
  background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
}
/* Platform Specialization - Magento & Shopify cards */
.container.container-platform-cards {
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1400px) {
  .container.container-platform-cards {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cm-platform-specialization .platform-special-card {
  padding: 45px 50px;
  border-radius: 12px;
  height: 100%;
  min-height: 320px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cm-platform-specialization .platform-special-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
/* Magento 2 - Magento brand orange */
.cm-platform-specialization .platform-special-magento {
  background: linear-gradient(135deg, #c44d1a 0%, #EE6524 50%, #f46f25 100%);
}
.cm-platform-specialization .platform-special-magento .platform-special-line {
  background: #fff;
}
.cm-platform-specialization .platform-special-magento .platform-special-btn {
  background: #fff !important;
  color: #a63d10 !important; /* Darker orange for 4.5:1 contrast on white */
}
.cm-platform-specialization .platform-special-magento .platform-special-btn:hover {
  background: #f5f5f5 !important;
  color: #8a2e0a !important;
}
/* Shopify - Shopify brand green */
.cm-platform-specialization .platform-special-shopify {
  background: linear-gradient(135deg, #5E8E3E 0%, #95BF47 50%, #a8d05c 100%);
}
.cm-platform-specialization .platform-special-shopify .platform-special-line {
  background: #fff;
}
.cm-platform-specialization .platform-special-shopify .platform-special-btn {
  background: #fff !important;
  color: #3d5c28 !important; /* Darker green for 4.5:1 contrast on white */
}
.cm-platform-specialization .platform-special-shopify .platform-special-btn:hover {
  background: #f5f5f5 !important;
  color: #2d4520 !important;
}
/* Zoho Products - Home Page */
.cm-zoho-products {
  background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
}
.cm-zoho-products .zoho-card.services-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  min-height: 300px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cm-zoho-products .zoho-card.services-item:hover {
  border-color: #106eea;
  box-shadow: 0 12px 32px rgba(16,110,234,0.15);
  transform: translateY(-4px);
}
.cm-zoho-products .zoho-icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 24px;
  font-size: 18px;
  letter-spacing: var(--letter-spacing-heading);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}
.cm-zoho-products .zoho-icon-crm {
  background: linear-gradient(135deg, #1f7cff, #00b0ff);
}
.cm-zoho-products .zoho-icon-pos {
  background: linear-gradient(135deg, #2ecc71, #1abc9c);
}
.cm-zoho-products .zoho-icon-social {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}
.cm-zoho-products .zoho-icon-one {
  background: linear-gradient(135deg, #004e92, #000428);
}
.cm-zoho-products .zoho-card .services-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: var(--line-height-heading);
}
.cm-zoho-products .zoho-card .services-content .title a {
  color: #102B3E;
}
.cm-zoho-products .zoho-card .services-content .title a:hover {
  color: #106eea;
}
.cm-zoho-products .zoho-card .services-content .desc {
  font-size: 14px;
  line-height: var(--line-height-body);
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}
.cm-zoho-products .zoho-actions {
  margin-top: auto;
}
.cm-zoho-products .zoho-actions .readon.learn-more {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  background: #106eea;
  color: #fff !important;
  border: none;
  transition: all 0.3s ease;
}
.cm-zoho-products .zoho-actions .readon.learn-more:hover {
  background: #03228f;
  color: #fff !important;
}
.cm-platform-specialization .platform-special-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: var(--letter-spacing-heading);
  margin-bottom: 12px;
}
.cm-platform-specialization .platform-special-line {
  width: 50px;
  height: 3px;
  margin-bottom: 20px;
}
.cm-platform-specialization .platform-special-desc {
  font-size: 15px;
  line-height: var(--line-height-body);
  color: rgba(255,255,255,0.95);
  margin-bottom: 25px;
}
.cm-platform-specialization .platform-special-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-heading);
}
.section3 .cm-services.style5 .services-item .services-content .new-title{font-size: 18px; font-weight: 600; line-height: var(--line-height-heading); margin-bottom: 10px;}
.section10 .title2{text-transform: uppercase; text-align: center; font-size: 44px; line-height: var(--line-height-heading);
font-family: 'Livvic', sans-serif; margin-bottom: 20px;  color: #fff;}
.section10 .paragraph1{font-size: 22px; color: #fff;}
.section10 .primary-btn{background: #0c68d9;padding: 9px 22px 11px!important; display: inline-block;  border-radius: 6px; color: #fff;
    font-family: 'Livvic', sans-serif; font-weight: 600; font-size: 22px;  position: relative;  line-height: var(--line-height-heading); letter-spacing: var(--letter-spacing-heading);}
.section10 .phone_custom .call1{font-size: 22px; font-family: 'Livvic', sans-serif; color: #fff; padding: 8px 22px 7px!important;
    display: inline-block; border: 2px solid #fff;  border-radius: 6px; line-height: var(--line-height-heading);} 
.section10 .custom_or .or{color: white; font-size: 24px;  font-weight: 600; display: inline;}    
.section10 .phone_custom .call1:hover,.section10 .primary-btn:hover{background-color:white; color:blue;}
.section2 .services-item .home-title{margin-top: 20px; margin-left:20px; font-family: 'Livvic', sans-serif;  font-size: 25px;  font-weight: 600;}
.section2 .line-heading1{margin-left:44%;}
.cm-contact .contact-heading{padding: 15px 15px 10px 0px; font-size: 20px; font-weight: 600; letter-spacing: var(--letter-spacing-heading);}
.cm-contact .contact-heading .color-blue ,.cm-contact .color-blue,.section1 .text-center .color-blue{color:blue;}
/************************About page*****************************/
.about-images img{border-radius:35px;}
/*********************home page***********/
.owl-next .owl-prev{background-color:white; color:blue;}
.sec-title2 .desc2{color:white;}
.line-one{width: 115px; height: 1px;color: blue; margin-top: -15px; background-color:blue;margin-right: 85%;}
.line-one2{width: 115px; height: 1px;color: blue; margin-top: -15px; background-color:blue;}
.style5 .number-txt1 .title1{color:white;}
.sec-title2 .custom-title{padding: 30px 0px 20px 0px; margin-bottom:-30px;}
.sec-title2 .new-text{font-size: 16px; font-weight: 400; text-align: justify;}
.aligncenter{margin-top: -65px; padding: 25px 25px;}
.content_element p{font-size: 15px; line-height: var(--line-height-body); text-align:justify;}
.wpb_wrapper h1{box-sizing: border-box; padding-top: 5px; background: 0px 0px; margin: 20px 0px 10px; padding: 0px;
vertical-align: baseline; outline: 0px; font-weight: 700; font-family: inherit; font-size: 28px; line-height: var(--line-height-heading); color: inherit;}
.single-image{margin: 4% 0% 0% 5%;}

/*********email marketing css ***************/

.email-content{padding-left:0px;}
.web-paragraph{text-align:justify;}
.email-content .text-center1{font-size: 35px; padding-top: 40px;font-family: 'FontAwesome';}
.content-element .email-para{font-size: 15px; line-height: var(--line-height-body); text-align: justify;}
.email-content .text-center{font-weight: 700;font-size: 28px; padding-top: 40px; font-family: inherit;}
.email-marketing{padding-top:20px;padding-bottom:20px;}
.section3 .line-heading{margin-left:43%;}
.section2 .new{margin-left:37%;}

/****************Services pages****************/
.read-more1:hover{background-color:#084ab9; color:white;}
.read-more1{border-radius: 30px;padding: 6px; margin: 80px;  margin-top: 0px; margin-bottom:0px; border:1px solid blue;}
.icon-services{border-right: 1px solid #084ab9;}
.digital-image img{padding-left: 28%; padding-bottom: 20px;}
.para2{ font-size: 16px; color:black;}
.head1{font-size: 18px; text-align: center; font-weight: 700;}
.services-para{color:black; text-align:justify;}
/* Zoho POS retail sections */
.zoho-pos-retail-item .zoho-pos-desc,
.zoho-pos-feature-item .zoho-pos-feature-desc {
  font-size: 15px;
  line-height: var(--line-height-body);
  color: #444;
}
.zoho-pos-feature-item .zoho-pos-feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #102B3E;
}
.zoho-pos-retail-item,
.zoho-pos-feature-item {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8eef5;
  height: 100%;
  transition: all 0.3s ease;
}
.zoho-pos-retail-item:hover,
.zoho-pos-feature-item:hover {
  box-shadow: 0 8px 24px rgba(16,110,234,0.1);
  border-color: #106eea;
}
/* Services page - enhanced cards */
.cm-services-page.cm-services-cards .services-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.cm-services-page.cm-services-cards .services-item .services-content .title {
  color: #102B3E;
  transition: color 0.3s ease;
}
.cm-services-page.cm-services-cards .services-item:hover .services-content .title {
  color: #106eea;
}
.cm-services-page.cm-services-cards .services-para {
  color: #555;
  line-height: var(--line-height-body);
  font-size: 15px;
}
.cm-services-page .services-intro {
  font-size: 16px;
  line-height: var(--line-height-body);
  color: #444;
}
.rs-addon-number{color:white;}
.front-content-part{border: 1px solid blue; padding: 5%; margin: 4px; background-color: rgba(255, 255, 255, 0.9);}
.back-front-content{border: 1px solid blue; padding: 5%; margin: 4px; background-color: rgba(255, 255, 255, 0.9);}
.view-more:hover{color: #ffffff; background: #106eea;}
.front-part-hover:hover{color: black; background-color: blue;}
.services-header{margin-top: -75px;height: 300px; opacity: 0.7;}

/****************price pages****************/

.cm-pricing .pricing-table{padding: 27px 40px 0; box-shadow: 0 0 30px #eee; background: #fff; border-radius: 10px 10px 10px 10px; position: relative; text-align: center; margin: 0 7px 0 0;}
.cm-pricing .pricing-badge{top: 30px; left: 0; padding: 10px 23px 11px; background-color: #1273eb; border-radius: 0 30px 30px 0; font-size: 13px; font-weight: 500; text-transform: uppercase; position: absolute; color: #fff; line-height: 1; z-index: 1;}
.cm-pricing .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency { font-size: 25px; font-weight: 600; color: #101010; }
.cm-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {font-size: 52px; font-weight: 600; color: #101010; }
.cm-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-period { color: #435761; font-size: 16px; font-weight: 500; display: block; }
.cm-pricing .pricing-table .pricing-table-body { margin-bottom: 10px; border: solid #ebebeb; border-width: 1px 0 0; padding: 18px 15px 4px; }
.readon.buy-now{padding: 10px 40px; background-image: linear-gradient(170deg, #03228f, #4e95ed); border-radius: 30px 30px 30px 30px; text-transform: uppercase; position: relative; top: 25px;}
.readon{color: #fff; font-size: 16px; font-weight: 600; text-transform: capitalize; cursor: pointer; display: inline-block; position: relative; transition: all .4s; z-index: 1; background-color: transparent; }
.cm-pricing .pricing-table .pricing-table-body li { text-align: left; padding: 9px 15px 9px 0; margin-bottom: 0; font-size: 15px; font-weight: 400; position: relative; }
.cm-pricing .pricing-table .pricing-table-body li.yes:after {content: "\f00c";}
.cm-pricing .pricing-table .pricing-table-body li:after { position: absolute; font-family: "FontAwesome"; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #106eea; }
.cm-pricing .pricing-table .pricing-table-body li.no:after { content: "\f00d"; } 
.cm-pricing .pricing-table .pricing-table-body li:after { position: absolute; font-family: "FontAwesome"; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #106eea; }

/************************e-commerce page*****************************/
.content_element{padding-top:20px;}

/************************digital marketing page*****************************/
.section5 .line-heading{margin-left:43%;}

/************************search engine optimization page*****************************/
.section2 .line-heading{margin-left:43%;}

/************************Mobile phone*****************************/

@media only screen and (max-width: 600px){
.bg10{ 
  padding: 100px 90px 100px 90px; 
  border-radius: 5px 5px 5px 5px; 
}
.cm-carousel .web-development-logo image{ 
padding-left:110px;
}
.section2 .line-heading1{
margin-left:28%;
}
.section10 .primary-btn {
background: #0c68d9; padding: 9px 21px 11px!important;  display: inline-block;  border-radius: 6px;  color: #fff;
font-family: 'Livvic', sans-serif;  font-weight: 600; font-size: 22px; position: relative; line-height: var(--line-height-heading); letter-spacing: var(--letter-spacing-heading); margin-bottom: 10px;
}
.section10 .phone_custom .call1 {
margin-left: 50px; font-size: 22px; font-family: 'Livvic', sans-serif; color: #fff; padding: 8px 22px 7px!important;
display: inline-block; border: 2px solid #fff; border-radius: 6px; line-height: var(--line-height-heading);
}
.section10 .custom_or .or{
display:none;
} 
/************************email marketing page*****************************/
 .section3 .line-heading{margin-left:24%;}

 /************************search engine optimization page*****************************/
.section2 .line-heading{margin-left:25%;}

/************************digital marketing page*****************************/
.section5 .line-heading{margin-left:25%;}

}    


/************************Ipad for media query*****************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
 .contact-us-image img{
 padding-top:35%;
 } 
 .about-images img{
 padding-left:30px;
 }
 .school-management-img {
 padding-left:75px;
 }
 .software-img{
 padding-left:80px;
 }
 .icon-services{
 border:none;
 } 
.section2 .line-heading1{
    margin-left: 40%;
}
/************************email marketing page*****************************/
.section3 .line-heading{margin-left:37%;}
 
/************************search engine optimization page*****************************/
.section2 .line-heading{margin-left:38%;}
/************************digital marketing page*****************************/
.section5 .line-heading{margin-left:38%;}

}

/************************Our Work page*****************************/
.cm-work-section { background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%); }
.cm-work-grid .col-lg-4 { display: flex; }
.cm-work-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  height: 100%;
}
.cm-work-card:hover {
  border-color: #106eea;
  box-shadow: 0 8px 24px rgba(16,110,234,0.12);
  transform: translateY(-4px);
}
.cm-work-card-image {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.cm-work-card-live {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #106eea;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: var(--letter-spacing-heading);
}
.cm-work-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cm-work-card:hover .cm-work-card-image img {
  transform: scale(1.08);
}
.cm-work-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cm-work-card-category {
  font-size: 11px;
  color: #106eea;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-heading);
  margin-bottom: 8px;
}
.cm-work-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: var(--line-height-heading);
  margin: 0 0 12px;
  color: #102B3E;
}
.cm-work-card-desc {
  font-size: 14px;
  line-height: var(--line-height-body);
  color: #555;
  margin: 0 0 16px;
  flex: 1;
}
.cm-work-card-link {
  font-size: 14px;
  color: #106eea;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cm-work-card-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}
.cm-work-card:hover .cm-work-card-link i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .cm-work-grid .col-lg-4 { margin-bottom: 24px; }
}
@media (max-width: 767px) {
  .cm-work-card-image { height: 180px; }
  .cm-work-card-body { padding: 20px; }
}
.work-detail-image { border-radius: 8px; overflow: hidden; }
.work-detail-image img { width: 100%; height: auto; display: block; }

/* **************************blog detail - article layout ************************* */
.blog-detail-section { background: #fff; }
.blog-article { max-width: 100%; }
.blog-hero-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  aspect-ratio: 16/9;
  background: #f8f9fa;
}
.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-article-header { border-bottom: 1px solid #e8eef5; padding-bottom: 24px; }
.blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #106eea;
  margin-bottom: 12px;
}
.blog-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #102B3E;
  margin: 0 0 16px;
}
.blog-meta {
  font-size: 14px;
  color: #6c757d;
}
.blog-meta .meta-sep { margin: 0 10px; }
.blog-content { font-size: 16px; line-height: 1.7; color: #444; }
.blog-content p { margin-bottom: 20px; }
.blog-content-image {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.blog-content-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: cover;
}
.blog-content-image figcaption {
  padding: 12px 16px;
  font-size: 14px;
  color: #6c757d;
  background: #f8f9fb;
  font-style: italic;
}
.blog-sidebar .sidebar-box { background: #f8f9fb; padding: 24px; border-radius: 12px; }
.blog-sidebar .sidebar-title { font-size: 16px; margin-bottom: 15px; font-weight: 600; color: #102B3E; }
.blog-sidebar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #106eea;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 8px;
}
.blog-sidebar-link:hover { color: #03228f; }
.work-detail-sidebar .sidebar-box { background: #f8f9fb; padding: 24px; border-radius: 8px; }
.work-detail-sidebar .sidebar-title { font-size: 16px; margin-bottom: 15px; font-weight: 600; }
.work-detail-meta { list-style: none; padding: 0; margin: 0; }
.work-detail-meta li { padding: 8px 0; border-bottom: 1px solid #eee; }
.work-detail-meta li:last-child { border-bottom: none; }
.work-detail-meta .label { font-weight: 600; margin-right: 8px; color: #333; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-tag { background: #fff; border: 1px solid #e8eef5; padding: 6px 12px; border-radius: 6px; font-size: 13px; }
.btn-block { display: block; text-align: center; }

/* **************************accessibility - touch targets (min 48x48px) ************************* */
.footer-social li a,
.toolbar-sl-share ul li a {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}