/*
Theme Name: companyregistrationincanada Child
Theme URI: https://underscores.me/
Author: Your Name
Author URI: https://yourwebsite.com
Description: Child theme for companyregistrationincanada
Template: companyregistrationincanada
Version: 1.0.0
Text Domain: companyregistrationincanada-child
*/

/* Custom CSS yahan likho */



.blog-layout {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 30px;
  padding: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.blog-card img {
  width: 100%;
}
/* BLOG PAGE ONLY */
.blog .blog-card h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

/* Paragraph (excerpt) */
.blog .blog-excerpt {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}
.sidebar {
  background: #f5f5f5;
  padding: 20px;
}

#load-more {
  padding: 10px 20px;
  margin-top: 20px;
}

@media(max-width:768px){
  .blog-layout { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* add css  */
.blog-card h2 a {
  text-decoration: none;
  color: #222;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #0b3a75;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.post-thumbnail {
  display: none !important;
}
#blogtxtcolor a {
    color: #000 !important;
    font-size: 15px;
}
#blogtxtcolor {
    color: #0b3c6f;
	background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
#content_area {
    background: #fff;
    border: 1px solid #e5e5e5;   /* light border */
    border-radius: 10px;         /* smooth corners */
    padding: 20px;
    
    /* soft shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Remove bullets */
#blogtxtcolor ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Spacing */
#blogtxtcolor li {
    margin-bottom: 10px;
}
.blog-date {
    font-size: 13px;
    color: #888;
    margin: 6px 0 8px;
}

.blog-excerpt {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
/* .sidebar {
    display: none;
} */
/* Sidebar Box */
.sidebar {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

/* Headings */
.sidebar h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

/* List */
.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar li {
    margin-bottom: 10px;
}

/* Links FIX */
.sidebar a {
    color: #0b3c6f!important;
    text-decoration: none;
    opacity: 1 !important;
}

.sidebar a:hover {
    color: #000;
}
/* Hide sidebar everywhere */
.sidebar {
    display: none;
}

/* Show only blog page */
.blog .sidebar {
    display: block;
}
/* Wrapper */
.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Input */
.search-form input[type="search"] {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

/* Button */
.search-form input[type="submit"] {
    width: auto !important;
    padding: 12px 22px;
    background: #0b3c6f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
	margin-top: -9px;
    margin-left: 0px;
}

/* Hover effect */
.search-form input[type="submit"]:hover {
    background: #06294d;
}
.search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-form input[type="search"] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
/* footer icon */
svg { fill: #fff!important; }
.wp-block-social-link { list-style: none; }

.navigation .navbar ul li { font-size: 16px; letter-spacing: 1px!important;margin-left: 5px!important;}
.btn-consult { padding: 10px 12px!important;}
.navigation .navbar ul li,.navigation .navbar ul li.bookservice {
        margin-left: 5px!important;
    }
thead th {  color: #003778!important;}
table tbody tr td b { color: #003778 !important;}
tbody tr td strong {
    color: #003778 !important;
}





/* 07-05-2026  nav bar tablet*/
@media (max-width: 768px) {

    .header_btm{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navigation{
        padding: 0 !important;
    }

    .navbar {
        padding: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        background: #003b82;
        z-index: 9999;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .navbar-nav li a {
        width: 100%;
        display: block;
        padding: 15px 20px;
        color: #fff;
    }

    .btn-consult {
        display: block;
        margin: 15px;
        text-align: center;
    }
}

/* banner Section all page design 08-05-2026  */
h1.home_h1{
	font-size:34px;
      font-weight:800;
      line-height:1.2;
      color:#083b7a;
      max-width:700px;
	 font-family: 'Poppins', sans-serif!important;
}
#icon_button{color:#083b7a;}
body{ background:#f4f4f4;box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;}
.container-fluid.header_top { display: none!important;}
#m_all{margin:-10px 8px 5px;}
#icon_button .elementor-button-icon i{ color: #083b7a;}
#icon_blk .elementor-button-icon i{ color: #083b7a;}
h1.home_h2 { font-size: 30px; font-weight: 800; line-height: 1.2; color: #083b7a; max-width: 700px; font-family: 'Poppins', sans-serif !important;}

@media only screen and (max-width: 767px) {

.wp-block-social-links-is-layout-flex{
/*     justify-content: center; */
    gap: 10px;
	padding-bottom:10px;
}
	h1.home_h1 {font-size: 24px;font-weight: 800; line-height: 1.2; color: #083b7a; max-width: 700px;  font-family: 'Poppins', sans-serif !important;}
	h1.home_h2 { font-size: 24px;font-weight: 800; line-height: 1.2; color: #083b7a; max-width: 700px;  font-family: 'Poppins', sans-serif !important; }
}
#scrollTopBtn{
    position:fixed;
    bottom:100px;
    right:20px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#fa1c23;
    color:#fff;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
    z-index:9999;
    display:none;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    transition:.3s ease;
}
/* faq */
.faq-answer p { color: #141010!important;  font-size: 16px!important;}
.faq-question { font-size: 16px!important;}
.faq-icon { font-size: 19px!important; transition: transform 0.3s ease;  font-weight: 600; font-family: Poppins!important;}
@media(max-width:567px){
	button.faq-question { text-align: left!important; }
}

#scrollTopBtn:hover{
    transform:translateY(-4px) scale(1.08);
    background:#d90000;
}
@media only screen and (max-width: 767px){

.home_h1 br{  display: none;}
.custom-text br { display: none; }

}
/*  09-05-2026 menu update  */
html {
    margin-top: 0 !important;
}
/* footer */
.footer-logo img{
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;

    /* Blur fix */
    image-rendering: -webkit-optimize-contrast;
}

/* Mobile View */
@media(max-width:768px){

    .footer-logo img{
        width: 180px;
    }

}

/* Mobile view me <br> remove */
@media (max-width: 767px) {
  p.FZX_footer_text br { display: none;}
}


@media(max-width:991px){
.elementor-element .section-blogimg img{
            width:100% !important;
    height:350px !important;
    object-fit:cover !important;
    }
}

@media(max-width:767px){
 .elementor-element .section-blogimg img{
        height:250px !important;
    }
}
/* Small Mobile */
@media (max-width: 575px){
    .elementor-element .section-blogimg img{
        height: 180px !important;
    }
}
.grecaptcha-badge { visibility: hidden !important; }
