@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/*
Theme Name: Vetergy WN
Theme URI: http://example.com/vetergy-wn
Author: CR
Author URI: http://example.com
Description: A custom WordPress theme for Vetergy WN
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vetergy-wn
Tags: custom-background, sticky-post, translation-ready, featured-images, custom-logo
Tested up to: 6.7
Copyright (c) 2025.
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: rgb(29 27 51);
}
li{
    list-style-type: none;
}
a{
    text-decoration: none !important;
}
.alignright,.alignleft,.aligncenter {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/* .screen-reader-text CSS */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}


/* Style for image captions */
.wp-caption {
    display: block;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ddd; /* Add a border for the caption */
    padding: 5px;
    background-color: #f9f9f9;
}

.wp-caption img {
    max-width: 100%; /* Ensure images fit within their containers */
    height: auto;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #555;
    padding-top: 5px;
    text-align: center;
}

/* Style for sticky posts */
.sticky {
    background-color: #ff0; /* Add a background color for sticky posts */
    border: 2px solid #f39c12;
    padding: 10px;
    font-weight: bold;
}

.sticky .post-title {
    color: #333;
}

/* Style for gallery captions */
.gallery-caption {
    font-size: 0.8em;
    color: #777;
    text-align: center;
    padding-top: 5px;
}

/* Style for author info */
.bypostauthor {
    font-size: 1em;
    font-weight: normal;
    color: #555;
}

.bypostauthor a {
    text-decoration: none;
    color: #0073aa;
}

.bypostauthor a:hover {
    color: #005177;
}

.container-fluid{
    padding: 0 !important;
}
.container{
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/* Header */
ul{
    padding: 0%;
    margin: 0%;    
}
#site-navigation #primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#site-navigation #primary-menu li a {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-size: 21px;
    line-height: 42px;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}
#hamburger-icon {
    display: none;
}
/* Default header styling */
#masthead {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    padding: 15px 0; /* Default padding */
}

/* Reduce header height when scrolling past 300px */
.sticky-header {
    padding: 6px 0 !important; /* Reduced padding */
    background-color: #1d1b33;
}

/* Hide last menu item initially */
#primary-menu li:last-child {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 0px 32px;
}

/* Reveal last menu item when sticky effect is applied */
.sticky-header #primary-menu li:last-child{
    opacity: 1;
}

.sticky-header #primary-menu li:last-child {
    background: #0600c4;
    transition: .5s;
    border-radius: 10px;
}


/* Single White Paper */
.white-paper-container {
    margin-top: 100px;
}


.white-paper-container h1 {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
}
p.white-paper-entry-text {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.entry-text-wrap.d-flex {
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.white-paper-featured-image {
    margin: 40px 0;
}
.white-paper-content p {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}
.subs-wrap {
    max-width: 578px;
    width: 100%;
    margin: 0 auto;
}
.subs-wrap h2 {
    font-family: IBM Plex Sans;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.subs-wrap .entry-text-wrap {
    align-items: self-start;
}
.subs-wrap .entry-text-wrap p.white-paper-subs-text {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
#white-paper-form label {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
#white-paper-form .form-wrap #email-input {
    height: 58px;
    width: 394px;
    border: 1px solid rgba(45, 51, 59, 1);
    padding: 0 20px;
}
#white-paper-form .form-wrap button {
    height: 58px;
    width: 165px;
    position: relative;
    left: -70px;
    border-radius: 10px;
    background: rgba(6, 0, 196, 1);
    border: 1px solid transparent;
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
#white-paper-form .form-wrap {
    margin-bottom: 50px;
}
#subscribe .row{
    height: 100vh;
}
.white-paper-content {
    margin-bottom: 50px;
}
.white-paper-featured-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1024px) {
    .white-paper-container {
        margin-top: 80px;
        padding: 0 20px;
    }

    .white-paper-container h1 {
        font-size: 50px;
        line-height: 70px;
    }

    p.white-paper-entry-text {
        font-size: 22px;
        line-height: 36px;
    }

    .subs-wrap h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .white-paper-container {
        margin-top: 60px;
    }

    .white-paper-container h1 {
        font-size: 40px;
        line-height: 55px;
        text-align: center;
    }

    p.white-paper-entry-text {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .white-paper-featured-image {
        text-align: center;
    }

    .white-paper-content p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .subs-wrap {
        text-align: center;
    }

    .subs-wrap h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .subs-wrap .entry-text-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .subs-wrap .entry-text-wrap p.white-paper-subs-text {
        font-size: 20px;
        line-height: 30px;
    }

    /* Form Adjustments */
    #white-paper-form {
        text-align: center;
    }

    #white-paper-form .form-wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #white-paper-form .form-wrap #email-input {
        width: 100%;
        max-width: 320px;
    }

    #white-paper-form .form-wrap button {
        width: 100%;
        max-width: 320px;
        left: 0;
    }
}

@media (max-width: 480px) {
    .white-paper-container h1 {
        font-size: 32px;
        line-height: 45px;
    }

    p.white-paper-entry-text {
        font-size: 18px;
        line-height: 28px;
    }

    .subs-wrap h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .white-paper-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .subs-wrap .entry-text-wrap p.white-paper-subs-text {
        font-size: 18px;
        line-height: 28px;
    }

    #white-paper-form label {
        font-size: 16px;
        line-height: 24px;
    }

    #white-paper-form .form-wrap #email-input {
        height: 48px;
    }

    #white-paper-form .form-wrap button {
        height: 48px;
        font-size: 16px;
    }
}
