/* ===================================
    Crafto - Hosting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* variable */
:root {      
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --base-color: #e51d25;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}
/* reset */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
body{
    line-height: 30px;
}

/* header */
.header-icon .icon > a {
    font-size: 15px;
}
header .navbar-brand img {
    max-height: 75px;
}
.sticky .header-transparent .header-button .btn {
    background-color: var(--dark-gray);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;font-weight:400;
}
/* bg background color */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}
.bg-dark-blue {
    background-color: #0d1229; 
}
.bg-arsenic-grey {
    background-color: #3c414a !important; 
}
.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}
/* btn */
.btn { 
    text-transform: initial;
    letter-spacing: 0px;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* button type */  
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 17px; 
    padding: 16px 36px;
}
.btn.btn-switch-text.btn-large > span {
    font-size:15px;
    padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 12px 28px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 13px;
    padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 6px 20px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-gray);
}
.btn-yellow:hover { 
    background-color: transparent;
    border-color: var(--yellow);
    color: var(--yellow); 
}
.btn-red {
    background-color: #e51d25;
    color: #fff;
}
.btn-red:hover { 
    background-color: #e51d25;
    border-color: #e51d25;
    color: #fff; 
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn-green {
    background-color: var(--green);
    color: var(--white);
}
.btn-green:hover { 
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray); 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
	color: var(--dark-gray);
}

/* page title */
.page-title-extra-small h2 {
    font-size: 3.25rem;
    line-height: 3.425rem;
}
/* checkbox */
.form-check-input:checked {
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
}
.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
/* footer */
footer {
    padding-top: 100px;
}
footer .footer-logo img {
    max-height: 85px;
}
.footer-dark a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
/*  subcribe style 02  */
.newsletter-style-02 .btn i {
    top: -1px;
}
.newsletter-style-02 input {
    font-size: 14px;
}

/* media query responsive */
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(../../images/demo-hosting-mobile-menu-bg.jpg);
        background-position: center center;
        background-size: cover;
    }
}
@media (max-width: 1199px) {
    .btn.btn-switch-text.btn-small > span {
        padding: 6px 18px;
    }
    footer {
        padding-top: 80px;
    }
    .btn.btn-switch-text.btn-extra-large > span { 
        padding: 16px 30px;
    }
    .btn.btn-switch-text.btn-large > span { 
        padding: 14px 30px;
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 50px;
    }
    .newsletter-style-02 .btn i {
        top: 0;
    }
}

.btn-lan {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	background: #fff;
    border-radius: 30px;
    padding: 0px 20px;
}

.fs-heading{font-size:2rem}
.br-5{border-radius:5px;}
.pricing-header h2{font-size:22px;letter-spacing: 0px !important;}
.feature-box-icon img{max-width:75px;}
.pricing-table-style-08{margin-bottom:30px;}
footer li a, footer p{color:#fff !important;    font-weight: 200;}

.home .header-with-topbar .navbar {
    background: #ffffffe0 !important;
}
.header-with-topbar .navbar {
    background: #ffffff !important;
}
.btn-lan {
    box-shadow: 0px 0px 20px 0px #d1d1d1f5;
}
.banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(-50, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner-silde,
.banner-caption-title{
    position: relative;
    z-index: 1 !important;
}
.banner-silde::before,
.banner-caption-title::before {
    content: "";
    position: absolute;
    background: #000000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .3;
    z-index: -1;
}
.banner-silde::after {
    content: "";
    background: url("https://macraeshosting.com/canadametal/New-v1/wp-content/uploads/2025/06/banner_bottom_shape-1.png") no-repeat center;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 170px;
    left: 0;
}
.banner-caption-title::before {
    transform: skew(-25deg);
    opacity: .5;
}
.banner-caption-title {
    padding: 35px;
}
.banner-caption-title h1{
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
}
.banner-slider .slick-dots {
    bottom: 14%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.banner-slider .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}
.banner-slider .slick-dots button {
    line-height: 25px;
    font-size: 0;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    display: block;
    border: none;
    background: #ffffff;
}

.banner-slider .slick-dots .slick-active button{
    background: #F0192F; 
}
/* .number-counter::after {
    content: "+";
    margin-left: 3px;
} */
.feature-box-icon.cmna-numbers-icon {
    margin: auto;
}
.feature-box-icon.cmna-numbers-icon img {
    max-width: 75px;
}
.certification-wrapper {
    background: #ffffff;
    padding: 10px 0px;
}
.certification-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.certification-area .elements-social ul li a {
    height: 40px !important;
    width: 40px !important;
    background: #F0192F;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-form-wrapper {
    padding: 20px;
    box-shadow: 0px 0px 30px 0px #dfdfdfeb;
    border-radius: 25px;
}
.form-select.radius-0 {
    border-radius: 0;
    border-color: #e4e4e4;
}
.form-select.radius-0 {
    border-radius: 0;
    border-color: #e4e4e4 !important;
    padding: 12px 12px 12px 6px;
}
.header-top-bar{
    background: #DC1D28;
    background: linear-gradient(90deg,rgba(220, 29, 40, 1) 0%, rgba(147, 26, 26, 1) 28%, rgba(84, 23, 36, 1) 81%);
}
.height-500{
    height: 500px;
    object-fit: cover;
}
.table_head{
    font-weight: 600;
    background:#f5f5f5 !important;
}
.tab-content-wrap p{
    margin-bottom: 15px;
}
.tab-content-wrap h3,
.tab-content-wrap h4,
.tab-content-wrap h5,
.tab-content-wrap h6{
    border-bottom: 1px solid #1f242e;
    width: max-content;
    line-height: 1;
    margin-bottom: 15px;
}
.industries-listing .feature-box-icon img {
    max-width: 100%;
    margin-bottom: 15px;
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.gallry-slider{
    height: 480px;
    object-fit: cover;
    object-position: center;
}
.sticky-wrap .elements-social a.facebook,
.sticky-wrap .elements-social a.dribbble {
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
}
.bg-grey{
    background: #f7f7f7;
}
.image-wrap-area img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.bg-dark-gardient{
    background: #535354;
   	background: linear-gradient(90deg,rgba(38, 37, 38, 1) 0%, rgba(61, 61, 61, 1) 44%, rgba(38, 37, 38, 1) 100%);
}
.bg-linen {
    background: #f6f4f3;
}
.g-30{
    gap: 30px;
}
.bb-1 {
    border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-style-01 ul li:after{
    color: #ffffff;
}
.box-image img {
    height: 260px;
}

.product-box-img img {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}
.industries-box-wrap .industries-image-wrap img{
    height: 320px !important;
    object-fit: cover;
    width: 100%;
}
.industries-box-wrap {
    margin-bottom: 30px;
}
.feature-box.text-left{
    text-align: left;
}
.industry-know-more-btn{
    margin-left: 0px !important;
    width: 100% !important;
    text-align: left;
}
.indus-box-card .feature-box-icon{
    width: 100%;
}
.resources_box_title p{
	margin-bottom:0px;
}
.resources_box_title p a{
	margin-bottom:0px;
	color: var(--dark-gray);
}
.custom-form-wrap form p {
    margin: 0px;
}
.custom-form-wrap form br {
 display: none;
}
.page-layout {
    overflow-x: hidden;
}
.header-button.btn-lan a {
    position: relative;
	margin-right: 10px;
}


.banner-slider {
    visibility: hidden;
	opacity: 0;
    transition: opacity 0.3s ease;
}
.banner-slider.slick-initialized {
    visibility: visible;
	 opacity: 1;
}
.custom-logo-link .custom-logo{
	max-width: 350px;
}
.blog-grid .card .blog-categories .categories-btn {
    box-shadow: none;
    border: 1px solid #ddd;
}
.pagination .page-item.active .page-link {
    background: #181b31 !important;
    box-shadow: none !important;
}
.banner-slider .banner-silde img {
    height: 90vh;
    object-fit: cover;
    width: 100%;
}
.contact-form-style-01 .form-group .form-icon {
    z-index: 9;
}

.industries-listing .services-box-style-01 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industries-listing .feature-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block-card-wrap .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custompost-detail-content-wrap h2, 
.custompost-detail-content-wrap h3, 
.custompost-detail-content-wrap h4, 
.custompost-detail-content-wrap h5,
.custompost-detail-content-wrap h6 {
	font-size: 26px;
    margin-bottom: 15px !important;
	color: var(--dark-gray);
}
.custompost-detail-content-wrap p{
	margin-bottom:15px !important;
}
.custompost-detail-content-wrap ul li {
   list-style: disc !important;
}
.sidebar-post-listing li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.blog-image-wrap  img {
    width: 100% !important;
    object-fit: cover;
    height: 260px !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
    opacity: 1 !important;
	color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar .navbar-nav li a:hover  {
/*     padding-left: 20px; */
    opacity: 1;
	color:#F0192F !important
}
/* Main blog grid */
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Column spacing */
.blog-grid .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}

/* Post card container */
.post-card.category-lead-wrap {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  margin-bottom:30px;
}

/* Hover effect */
.category-lead-wrap.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Featured image */
.post-card.category-lead-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* Post title */
.post-card.category-lead-wrap h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 20px 10px;
	color: #111;
	line-height: 1.4;
	transition: color 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:60px;
}

.post-card.category-lead-wrap h2:hover {
  color: #b31313; /* Optional hover color */
}

/* Excerpt */
.post-card.category-lead-wrap p {
  margin: 0 20px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  flex-grow: 1;
}
.post-card.category-lead-wrap p {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-grid.row {
    margin-top: 50px;
    /* margin-bottom: 20px; */
}
.dropdown-menu{
	font-size:14px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
	width: max-content;
}
#product-sidebar .active-parent {
    color: var(--base-color);
	font-weight: 600;
}

#product-sidebar .active-product > a {
    font-weight: 600;
}

.recent-industry-slider .services-box-style-05 img,
.recent-product-slider .services-box-style-05 img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.recent-industry-slider figure figcaption .content-box,
.recent-product-slider figure figcaption .content-box  {
    margin-bottom: -60px;
    width: 100%;
}

.recent-industry-slider figure figcaption .content-box a,
.recent-product-slider figure figcaption .content-box a  {
    width: 100%;
}


.recent-industry-slider,
.recent-product-slider  {
   background:#e9e9e9;
}
.protection-template-default  .recent-industry-slider  {
   background-color: var(--very-light-gray);
}

@media (min-width: 992px) { /* adjust breakpoint to your navbar collapse */
  .navbar .dropdown-toggle {
    pointer-events: none;
  }
}
/* @media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
		position:static;
    }
} */
@media (max-width:767px){
	.contact-form-wrapper {
    	text-align: left;
	}
/* 	.page-template-contact-us-template .feature-box-content br{
		display:none;
	} */
	.page-template-contact-us-template .feature-box-content .fs-22 {
		font-size: 18px !important;
	}
	.sm-h-350px {
        height: auto !important;
    }
	.contact-form-card form .btn-wrapper p {
		margin: 0px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.d-flex {
		flex-direction: column;
	}
	.page-template-resources-template .d-flex {
		flex-direction: row;
	}
	.page-template-resources-template .d-flex.g-30 {
		gap: 15px;
	}
	.banner-caption-title::before {
		transform: skew(0deg);
		opacity: .5;
	}
	.partner-cmna-cta-box {
		-webkit-flex-flow: column !important;
		text-align: center;
		gap: 25px;
	}
	.partner-cmna-cta-box h5 {
		text-align: center;
		margin-bottom:20px;
	}
	.client-feedback-wrap h3{
		margin-bottom: 50px !important;
	}
	.client-feedback-box{
	flex-direction: unset !important;
	}
	.client-slider-navigation-wrap{
		flex-direction: row !important;
	}
}

/* Responsive: stack on smaller screens */
@media (max-width: 991.98px) {
  .col-md-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-card .category-lead-wrap h2 {
    font-size: 18px;
  }

  .post-card .category-lead-wrap p {
    font-size: 14px;
  }
}
.sidebar-form-group .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -50px;
    font-size: 14px;
}
.sidebar-custom-form-wrap .sidebar-form-group {
	margin-bottom:20px;
}
.sidebar-custom-form-wrap .wpcf7-form.invalid .sidebar-form-group {
	margin-bottom:40px;
}
.sidebar-custom-form-wrap .wpcf7-form.invalid .sidebar-form-group.form-textarea {
	margin-bottom:20px !important;
}
.sidebar-form-group .wpcf7-response-output{
	margin-top:0px;
}
.home  .sidebar-form-group .wpcf7-not-valid-tip {
    bottom: -30px;
}
.term-productos-de-zinc-es .col-sm-4:last-child .services-box-style-01 .sm-pb-0 a {
    height: 60px;
}
.term-productos-de-aluminio .industries-listing .col-sm-4:last-child .services-box-style-01 p {
	height: 32px;
}
.content-para-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-mobile-menu {
    padding: 20px;
}
.partner-slide-wrapper {
    display: inline-block;
    border: 1px solid #c3c3c366;
    border-radius: 5px;
}
.partner-slide-img {
    height: 150px;
    display: flex;
    object-fit: contain;
    padding: 10px;
}
/* .top-space-margin {
    margin-top: 102px !important;
} */
.opacity-full-dark.bg-dark-gardient {
	background: url('https://macraeshosting.com/canadametal/New-v1/wp-content/uploads/2025/06/demo-hosting-footer-bg.jpg') no-repeat;
    background-position: center;
}
@media(min-width: 1024px) and (max-width: 1400px) {
 	.navbar > .container-fluid {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
	.navbar .navbar-nav .nav-link {
        padding: 8px !important;
		font-size: 14px !important;
    }
	
}