/*expert talk*/
    /* Base styles */
  body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #f8f8f8;
    margin: 0;
    overflow-x: hidden;
}


.header-expert, .page-content{
    max-width: 1240px !important;
    padding:15px;
}


.header-expert img {
    margin: 0 auto;
    max-width: 100%;
}

.container{
    max-width: 1240px !important;
}



/* Expert Insights Section */
.insights-section {
    width: 100%;
    max-width: 56rem; /* max-w-4xl */
    text-align: center;
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
}

.insights-title {
    font-size: 34px; /* text-4xl */
    font-weight: 700; /* font-bold */
    line-height: 46px;
    color: #1a202c; /* text-gray-900 */
    margin-bottom: 14px;
}

.insights-subtitle {
    font-size: 20px; /* text-xl */
    font-weight: 600; /* font-medium */
    color: #252525; /* text-gray-700 */
    margin: 5px 0;

}

.insights-description {
    font-size: 18px; /* text-base */
    color: #474747; /* text-gray-600 */
    line-height: 1.625; /* leading-relaxed */
    margin-bottom: 1rem; /* mb-12 */
    max-width: 48rem; /* max-w-3xl */
    margin-left: auto;
    margin-right: auto;
}

/* Category Links */
.category-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    font-weight: 600;
    row-gap: 0.5rem;
    color: #383838;
    font-size: 16px;
    padding: 1rem 0;
    border-top: 1px solid rgb(221, 221, 221);
}

.category-links a {
    color: inherit;
    text-decoration: none;
    transition-property: color;
    transition-duration: 200ms;
    border-bottom: 2px solid transparent;
    transition: 0.7s;
}

.category-links a:hover {
    color: #0e3787;
    border-bottom: 2px solid #0e3787;
    transition: 0.2s;
}

.category-links span {
    color: #a0aec0; /* text-gray-400 */
}

.social-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.share-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-section h4 {
    margin: 0;
    font-weight: 500;
    color: #555;
}

.social-icons a {
    color: #555;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    text-decoration: none;
}

.social-icons a:hover {
    color: #000;
}

.print-button {
    padding: 0.5rem 2rem;
    border: 1px solid #ccc;
    background-color: #6b6b6b;
    cursor: pointer;
    border-radius: 50px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s;
}

.article-title{
    font-weight: 700;
}

.print-button:hover {
    background-color: #262626;
}

.byline {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0;
}


ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

ul li {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0.5rem;
}

p{
    font-size: 18px;
}

.article-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 2rem 0;
}

.ad-block img{
    display: block;
    border-radius: 20px;
    margin:3rem 0;
}

.icon-img {
    max-width: 22px;
    margin-right: 10px;
}

.sizing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sizing-table th, .sizing-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.sizing-table th {
    background-color: #f5f5f5;
    font-weight: 700;
    color: #333;
}

.sizing-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.sizing-table tr:hover {
    background-color: #f1f1f1;
}



.article-footer-section {
    margin-top: 2rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 2rem;
}

.category-tag, .tag-tag {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #555;
}

.category-tag i, .tag-tag i {
    color: #007bff;
    margin-right: 0.5rem;
}

.related-resources h3 {
    margin-bottom: 1rem;
}

.quick-poll {
    margin-top: 2rem;
}

.quick-poll h3 {
    margin-bottom: 1rem;
}

.quick-poll p {
    font-weight: 600;
    color: #333;
}

.poll-options label {
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.poll-options input[type="radio"] {
    margin-right: 0.5rem;
}

.poll-submit {
   padding: 0.75rem 2.5rem;
   border: none;
   background-color: #003e7c;
   color: #fff;
   cursor: pointer;
   border-radius: 50px;
   font-size: 1rem;
   margin-top: 1.5rem;
   transition: background-color 0.3s;
}

.poll-submit:hover {
    background-color: #003366;
}

.maroon{
    color: rgb(131, 0, 0);
    text-decoration: none;
}

/* Expert Profile Styling */
.expert-profile-section {
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.expert-profile-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.expert-profile-content {
    flex-grow: 1;
}

.expert-profile-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #4a5568;
}

.expert-social-links, .expert-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: .5rem 0;
}

.expert-social-links a {
    font-size: .9rem;
    color: #003e7c;
    transition: color 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.expert-contact a {
    font-size: .9rem;
    color: #003e7c;
    transition: color 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.expert-social-links a:hover {
    color: #003e7c;
}

.expert-contact a:hover {
    color: #007bff;
}

.expert-contact .email {
    font-size: .9rem;
    font-weight: 500;
    color: #003e7c;
    text-decoration: none;
}

.expert-badge {
    position: absolute;
    right: -15px; /* Adjusting position to be slightly outside */
    top: -15px; /* Adjusting position to be slightly outside */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    filter: brightness(1.2);
}
/* Ask the Expert Section */
.ask-expert-section {
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #ffffff;

}

.ask-expert-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ask-expert-section .subtitle {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row .form-group {
    flex: 1;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.captcha-placeholder {
    margin-bottom: 1.5rem;
    height: 70px;

}

.submit-button {
    padding: 0.75rem 2rem;
    border: none;
    background-color: #1a202c;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #2d3748;
}

/*sidebar*/



.tag-pill {
   background-color: #f2f2f2;
   color: #393939;
   font-size: 1rem;
   font-weight: 500;
   padding: 0.25rem 0.75rem;
   border-radius: 9999px;
   text-decoration: none;
   transition: background-color 0.2s ease-in-out;
}

.tag-pill:hover {
    background-color: #d1d5db;
}

/* Custom radio button styles for consistency */
.form-check-input {
    width: 1rem;
    height: 1rem;
    border: 1px solid #6b7280;
}

.form-check-input:checked {
    background-color: #4b5563;
    border-color: #4b5563;
}

.ad-block-label {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}

.expert-sidebar{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}


.popular-post-image {
    max-width: 95px;
    border-radius: 8px;
}

/*blog*/



.blog-card {
    border-radius: 0; /* Large rounded corners */
    border:none !important;
    overflow: hidden; /* Ensures image corners are rounded with the card */
}
.blog-card img {
    height: 100%;
    width: auto;
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}
.blog-card img:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}


.img-left-box{
    overflow: hidden;
    border-radius: 10px;
}


.blue-color{
    color: #003e7c;
}

.blue-bg{
    background-color: #003e7c !important;
}

.btn.blue-bg:hover{
    background-color: black !important;
}

a{
    text-decoration: none !important;
}

.page-content hr{
  margin: 35px 0;
}
  