html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,footer,header,main,menu,nav,section {
    display: block
}

main {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #fff;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 4%;
    padding-top: 4%;
}

[hidden] {
    display: none
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline-width: 0
}

strong {
    font-weight: inherit
}

strong {
    font-weight: bolder
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border-style: none
}

button,input {
    font: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: inherit
}

.entry-content::before,.entry::before,.site-container::before,.site-footer::before,.site-header::before,.wrap::before {
    content: " ";
    display: table
}

.entry-content::after,.entry::after,.site-container::after,.site-footer::after,.site-header::after,.wrap::after {
    clear: both;
    content: " ";
    display: table
}

html {
    font-size: 62.5%
}

body {
    background-color: #FFFFFF;
    color: #2F3941;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
}

.button,a,button,input:focus,input[type=button],input[type=reset],input[type=submit] {
    transition: all .2s ease-in-out
}

a {
    color: #0037ee;
    text-decoration: none;
    font-weight: 600;
}

a:focus,a:hover {
    color: #dee0f5;
    text-decoration: none
}

p {
    margin: 0 0 28px;
    padding: 0;
    line-height: 1.8;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: inherit;
    margin-bottom:inherit;
}

strong {
    font-weight: 700
}

em,i {
    font-style: italic
}


img {
    max-width: 100%
}

img {
    height: auto
}

input {
    border-radius: 100px
}

input {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #333;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px 32px 14px;
    width: 100%
}

input:focus {
    border: 2px solid #e4e4e4;
    outline: 0
}

button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus {
    outline: 1px solid #ccc
}

input[type=checkbox],input[type=image],input[type=radio] {
    width: auto
}

::placeholder {
    color: #333;
    opacity: 1
}

::-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
    font-family: 'Jost', sans-serif;
    background-color: #e4e4e4;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 7px 16px 0 rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 15px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto
}
.button{ 
  background-color: #fad433;
    color: #000000;
    font-size: 2rem
} 
a.button:focus,a.button:hover,button:focus,button:hover,input:focus[type=button],input:focus[type=reset],input:focus[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
    background-color: #000000;
    box-shadow: none;
    color: #fff;
    outline-offset: 3px;
    -moz-outline-radius: 100px
}

.entry-content .button:focus,.entry-content .button:hover {
    color: #eb0707
}

.button {
    display: inline-block;
    margin-bottom: 2%;
}

.menu>.highlight>a {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 100px;
    box-shadow: none;
    color: #222;
    -moz-outline-radius: 100px
}

.button.text,a.more-link.button.text,button.text,input[type=button].text,input[type=reset].text,input[type=submit].text {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 16px 0 6px 0;
    text-decoration: none;
    text-transform: uppercase
}

.button.text:focus,.button.text:hover,a.more-link.button.text:focus,a.more-link.button.text:hover,button.text:focus,button.text:hover,input[type=button].text:focus,input[type=button].text:hover,input[type=reset].text:focus,input[type=reset].text:hover,input[type=submit].text:focus,input[type=submit].text:hover {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
    color: #e4e4e4;
    padding: 16px 0 6px 0;
    -moz-outline-radius: 0
}

a.button.large.text,button.large.text,input[type=button].large.text,input[type=reset].large.text,input[type=submit].large.text {
    padding: 20px 0 6px 0
}

a.button.large,button.large,input[type=button].large,input[type=reset].large,input[type=submit].large {
    font-size: 20px;
    padding: 24px
}

.site-container button:disabled,.site-container button:disabled:hover,.site-container input:disabled,.site-container input:disabled:hover,.site-container input[type=button]:disabled,.site-container input[type=button]:disabled:hover,.site-container input[type=reset]:disabled,.site-container input[type=reset]:disabled:hover,.site-container input[type=submit]:disabled,.site-container input[type=submit]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    box-shadow: 0 7px 16px 0 rgba(0,0,0,.2);
    color: #666;
    cursor: not-allowed
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all
}

.more-link {
    position: relative
}

.wrap {
    margin: 0 auto;
    max-width: 1200px
}

.site-inner {
    clear: both;
    word-wrap: break-word
}

.site-inner {
    background-color: transparent;
    position: relative;
    width: 100%
}

.site-inner::before {
    content: "";
    background-color: #f5f5f5;
    height: 50%;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    top: 120px;
    width: 100%;
    z-index: -1
}

.site-inner::after {
    bottom: 100px;
    background-color: #f5f5f5;
    content: "";
    height: 50%;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    width: 100%;
    z-index: -1
}

.content {
    float: right;
    width: 880px
}

.full-width-content .content {
    float: none;
    margin: 0 auto;
    max-width: 880px
}

.one-half {
    float: left;
    margin-left: 2.564102564102564%
}

.one-half {
    width: 48.717948717948715%
}

.first {
    clear: both;
    margin-left: 0
}

.after-entry {
    font-size: 18px;
    margin-bottom: 40px
}

.full-width-content .after-entry {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.entry-title {
    font-size: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 100px;
    text-align: center
}

.full-width-content .entry-title {
    margin-bottom: 50px;
    text-align: center;
    padding-top: 5%
}

.entry-title a {
    color: #333;
    text-decoration: none
}

.entry-title a:focus,.entry-title a:hover {
    color: #ecdede
}

:focus {
    color: #333;
    outline: #ccc solid 1px
}

.site-header {
    background-color: #000;
    z-index: 9
}

.site-header>.wrap {
    max-width: none;
    padding: 40px 50px 500px;
    background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.8));
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.title-area {
    float: left;
    margin-top: 1%;
    margin-bottom: 0.6%;
    padding: 0 0;
    width: 40%;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0
}

.site-title {
    font-family: 'PT Sans',sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.2;
    text-transform: uppercase
}

.site-title a {
    color: #fff;
    display: inline-block;
    padding: 0 0 8px 5px;
    text-decoration: none
}

.site-title a:focus,.site-title a:hover {
    color: #fff;
    text-decoration: none
}

.header-image .site-title>a {
    background-size: contain!important;
    border-bottom: none;
    float: left;
    min-height: 80px;
    width: 100%
}

.site-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.site-description,.site-title {
    margin-bottom: 0
}

.header-image .site-title {
    display: block;
    text-indent: -9999px
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.menu>.highlight>a {
    color: #222;
    padding: 14px 18px 10px;
    outline-offset: 2px
}

.menu>.highlight>a:focus,.menu>.highlight>a:hover {
    color: #e3e3e3
}

.entry {
    margin-bottom: 40px
}

.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px
}

.entry-content ul>li {
    list-style-type: disc
}

.entry-content ul ul {
    margin-bottom: 0
}

.content .entry {
    background-color: rgba(255,255,255,0);
    border-radius: 10px;
    padding-bottom: 40px;
    transition: all .4s
}

.content .entry.focused,.content .entry:hover {
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: 0 35px 70px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px)
}

.content .entry .entry-content,.content .entry .entry-meta,.content .entry .entry-title {
    padding: 0 60px
}

p.entry-meta {
    font-family: Merriweather,serif;
    font-size: 12px;
    margin-bottom: 0
}

.entry-header .entry-meta {
    margin-bottom: 40px
}

.site-footer {
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center
}

.site-footer>.wrap {
    padding: 60px 0
}

.site-footer p {
    margin-bottom: 0
}

@media only screen and (max-width: 1360px) {
    .entry-title,h1 {
        font-size: 5rem
    }

    .wrap {
        max-width: 1140px
    }

    .content {
        max-width: 680px
    }
}

@media only screen and (max-width: 1200px) {
    .wrap {
        max-width:960px
    }

    .content {
        max-width: 600px
    }

    .full-width-content .content .entry .entry-content,.full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0 40px
    }
}

@media only screen and (max-width: 1023px) {
    .wrap {
        max-width:800px
    }

    .content {
        max-width: 100%;
        width: 100%
    }

    .full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0 40px
    }

    .title-area {
        max-width: 50%
    }

    .header-image .title-area {
        margin: 0;
        max-width: 50%
    }

    .site-header .wrap {
        padding: 20px 5% 40px 5%
    }

    .header-image .title-area {
        float: none
    }

    .site-header .title-area {
        margin-bottom: 20px
    }

    .header-image .site-title>a {
        background-position: center!important
    }
}

@media only screen and (max-width: 860px) {
    body>div {
        font-size:1.8rem
    }

    body {
        font-size: 1.8rem
    }

    .entry-title,h1 {
        font-size: 4rem
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%
    }

    .header-image .title-area {
        margin: 0 auto 20px auto;
        max-width: none
    }

    .header-image .site-title>a {
        display: block;
        float: none
    }

    .after-entry {
        margin-bottom: 5%;
        padding: 30px
    }

    .full-width-content .content .entry .entry-meta,.full-width-content .content .entry .entry-title {
        padding: 0
    }

    .one-half {
        margin: 0;
        width: 100%
    }

    .content .entry .entry-content,.content .entry .entry-meta,.content .entry .entry-title,.full-width-content .content .entry .entry-content,.full-width-content .content .entry .entry-meta,.full-width-content .content .entry.entry-title {
        padding: 0 5%
    }
}

@media print {
    *,::after,::before {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    .site-title>a::after,a[href^="#"]::after,a[href^="javascript:"]::after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: 2cm .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    .content {
        width: 100%
    }

    .entry-footer,.home-top,button,input {
        display: none!important
    }

    .title-area {
        text-align: center;
        width: 100%
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px
    }

    h1,h2,h3,h4,h5,h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    table {
        page-break-inside: avoid
    }

    ul {
        page-break-before: avoid
    }
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-commentsinput[type=submit]) {
    border: none
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

ul {
    list-style-type: disc;
    background-color: aliceblue;
    padding: 4%;

}
@media only screen and (max-width: 768px){
ul {
    list-style-type: disc;
    background-color: aliceblue;
    padding: 4%;
    padding-left: 8%;
}}

ul.has-background {
    padding: 1.25em 2.375em
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0
    }
}

.hero-section {
    z-index: 3;
    padding-bottom: 0;
    position: relative
}

.hero-section-column.left {
    padding-right: 80px
}

.hero-title {
    font-size: 5.4rem;
    line-height: 1.2
}

.hero-section-column.right {
    position: relative;
    padding-top: 20px
}

.hero-section-column.right::before {
    background: 0 0;
    border: 4px solid #e4e4e4;
    border-radius: 10px;
    content: "";
    display: inline-block;
    left: 20px;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero-image {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 19px 70px 0 rgba(0,0,0,.12)
}

.hero-section-logo {
    margin: 0 20px
}

@media only screen and (max-width: 1360px) {
    .hero-title {
        font-size: 5rem
    }
}

@media only screen and (max-width: 1200px) {
    .hero-section-column.left {
        padding-right:40px
    }

    .hero-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .hero-section {
        margin:0 auto;
        max-width: 720px;
        text-align: center
    }

    .hero-section .one-half {
        float: none;
        width: 100%
    }

    .hero-section-column.left {
        padding: 0 0 40px 0
    }

    .hero-description {
        max-width: 680px
    }
}

@media only screen and (max-width: 860px) {
    .hero-section-column.left {
        margin-bottom:40px
    }

    .hero-title {
        font-size: 3.6rem
    }

    .hero-section-column.right {
        padding-top: 10px
    }

    .hero-section-column.right::before {
        border-width: 3px;
        height: calc(100% - 10px);
        left: 10px
    }
}

[data-featherlight] img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

footer {
    background-color: #000;
    padding-top: 50px
}

.site-header p {
    font-size: 30px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    top: 140px;
    width: 100%
}

    /* Container jismein do columns hain */
    .container2 {
      display: flex;
      flex-wrap: wrap; /* Mobile devices ke liye stacking */
    }
    /* Image wale column ki styling */
    .img-column {
      padding: 10px;
    }
    /* Content wale column ki styling */
    .content-column {
      flex: 1;
      padding: 10px;
    }
    /* Image ko responsive banane ke liye */
    .img-column img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    /* Responsive design: 768px se niche columns vertically stack ho jayenge */
    @media (max-width: 768px) {
      .container2 {
        flex-direction: column;
      }
    }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
    text-align: center;
    font-size: 3rem;
    margin: revert;
}

h2 {
    background-color: #9e161c;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    border-radius: 5px;
    margin: revert;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 1.1em; /* Slightly larger font size for emphasis */
    color: #2c3e50; /* A dark shade for text color */
    background-color: #f0f4f7; /* Light background color to differentiate the FAQ */
    padding: 10px; /* Add some padding for spacing */
    border-left: 4px solid #3498db; /* Colored border to highlight the section */
    margin-top: 20px; /* Space before the question for clarity */
}

h4 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1rem;
    color: #666;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

/* General table styles */
table {
    width: 100%; /* Set the table width to fill the container */
    border-collapse: collapse; /* Collapse borders between cells */
    margin: 20px 0; /* Add margin around the table */
    font-family: 'Arial', sans-serif; /* Font style for the table */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Subtle shadow around the table */
}

/* Table header styles */
th {
    background-color: #9e171c; /* red background for headers */
    color: white; /* White text color */
    padding: 12px 15px; /* Padding inside header cells */
    text-align: left; /* Align text to the left */
}

/* Table data cell styles */
td {
    padding: 8px 15px; /* Padding inside data cells */
    border-top: 1px solid #ddd; /* Light grey border on the top of cells */
}

/* Row styling */
tr:nth-child(even) {
    background-color: #f2f2f2; /* Zebra striping for rows */
}

/* Hover effect for rows */
tr:hover {
    background-color: #ddd; /* Light grey background on row hover */
}

    /* Container jismein do columns hain */
    .container2 {
      display: flex;
      flex-wrap: wrap; /* Mobile devices ke liye stacking */
    }
    /* Image wale column ki styling */
    .img-column {
      padding: 10px;
    }
    /* Content wale column ki styling */
    .content-column {
      flex: 1;
      padding: 10px;
    }
    /* Image ko responsive banane ke liye */
    .img-column img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    /* Responsive design: 768px se niche columns vertically stack ho jayenge */
    @media (max-width: 768px) {
      .container2 {
        flex-direction: column;
      }
    }


/* Table Container: Responsive Behavior */
.table-container {
  width: 100%;
  overflow-x: auto;  
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Actual Table Styling */
.product-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px; 
  font-family: Arial, sans-serif;
}

/* Table Header */
.product-table thead th {
  background-color: #f4f4f4;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #ddd;
}

/* Table Body Rows */
.product-table tbody tr {
  border-bottom: 1px solid #eee;
}

/* Table Data Cells */
.product-table td {
  padding: 12px 16px;
  vertical-align: top;
}

/* Hover Effect for Rows */
.product-table tbody tr:hover {
  background-color: #f9f9f9;
}


.product-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}


/* Optional Caption Styling */
.product-table caption {
  caption-side: top;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem;
}

table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}
.table th, .table th a {
    color: #ffffff;
    font-size: 22px;
    text-align: left;
}
td, th {
  word-break: normal;
  overflow-wrap: break-word; /* or just word-wrap: break-word */
  white-space: normal;
}

bodyheader{
	z-index:1;
	width:100%;
	background:#121213
}
header a{
	color:#fff;
	display:none;
	padding:0 30px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-family:'Roboto Slab',serif;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:700
}
.content,.hero{
	text-align:center;
	position:relative;
	width:100%
}
.hero h1,.hero p{
	color:#fff
}
.content h1,.content p{
	color:#333
}
*{
	box-sizing:border-box
}
nav{
	padding:30px
}
nav ul {
    float: right;
    width: 40%;
    background-color: black;
    padding: 1%;
}
nav ul li{
	float:left
}
nav ul li:not(:first-child){
	margin-left:25px
}
nav ul li a{
	display:inline-block;
	outline:0;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	letter-spacing:.04em;
	text-transform:uppercase;
	padding-left:4px;
	padding-right:19px;
	line-height:60px;
	font-family: sans-serif;
}
nav ul li a:hover{
	color:#71f26e;
	text-decoration:none
}
@media screen and (max-width:560px){
	.nav-container{
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:-1;
		background:#1f2227;
		opacity:0;
		transition:all .2s ease
}
	.nav-container ul{
		margin: auto;
		position:absolute;
		top:50%;
		transform:translateY(0%);
		width:100%;
		background-color: black;
	}
	.nav-container ul li{
		display:block;
		float:none;
		width:100%;
		text-align:right;
		margin-bottom:10px
}
	.nav-container ul li:nth-child(1) a{
		transition-delay:.2s
}
	.nav-container ul li:nth-child(2) a{
		transition-delay:.3s
}
	.nav-container ul li:nth-child(3) a{
		transition-delay:.4s
}
	.nav-container ul li:nth-child(4) a{
		transition-delay:.5s
}
	.nav-container ul li:not(:first-child){
		margin-left:0
}
	.nav-container ul li a{
		padding:10px 25px;
		opacity:0;
		color:#fff;
		font-size:24px;
		font-weight:600;
		transform:translateY(-20px);
		transition:all .2s ease
}
	.nav-open{
		position:absolute;
		right:10px;
		top:10px;
		display:block;
		width:48px;
		height:48px;
		cursor:pointer;
		z-index:9999;
		border-radius:50%
}
	.nav-open i{
		display:block;
		width:20px;
		height:2px;
		background:#fff;
		border-radius:2px;
		margin-left:14px
}
	.nav-open i:nth-child(1){
		margin-top:16px
}
	.nav-open i:nth-child(2){
		margin-top:4px;
		opacity:1
}
	.nav-open i:nth-child(3){
		margin-top:4px
}
}
#nav:checked+.nav-open{
	transform:rotate(45deg)
}
#nav:checked+.nav-open i{
	background:#fff;
	transition:transform .2s ease
}
#nav:checked+.nav-open i:nth-child(1){
	transform:translateY(6px) rotate(180deg)
}
#nav:checked+.nav-open i:nth-child(2){
	opacity:0
}
#nav:checked+.nav-open i:nth-child(3){
	transform:translateY(-6px) rotate(90deg)
}
#nav:checked~.nav-container{
	z-index:9990;
	opacity:1
}
#nav:checked~.nav-container ul li a{
	font-size: medium;
	margin-right:10%;
	opacity:1;
	transform:translateY(0)
}
.hidden{
	display:none
}
.container{
	max-width:1200px;
	margin:0 auto;
	padding:20px
}
.row{
	display:flex;
	flex-wrap:wrap
}
.column{
	flex:1;
	padding:15px;
	text-align:center;
	position:relative
}
img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	height:auto;
	border-radius:8px;
	margin-bottom:2%;
}
.overlay{
	position:absolute;
	top:80%;
	left:40%;
	transform:translate(-50%,-50%);
	color:#fff;
	text-align:left;
	padding:20px
}
@media (max-width:768px){
	.column{
		flex:100%
}
}
.rowb{
	display:flex;
	flex-wrap:wrap;
	align-items:center
}
.columnb{
	flex:auto;
	padding:20px
}
.website{
	text-decoration:underline
}
@media only screen and (max-width: 768px) {
	h2 {
		font-size: 22px;
		line-height: 24px;
	}
	main{
		margin-left: 0%;
		margin-right: 0%;
	}
	p{
		margin-left: 0%;
		margin-right: 0%;
		text-align: justify;
	}
	.copy{
		top: 55%;
	}
	.site-header p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
}
img.no-center {
	margin: 0;
}

.order-now-btn {
  background-color: #F7DF70;
  color: #333;
  padding: 1px 20px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.order-now-btn:hover {
  background-color: #e5cc62;
}




/* Container for the guarantee section */
.guarantee-section {
  display: flex;
  flex-wrap: wrap;       /* allows wrapping on smaller screens */
  align-items: center;   /* vertically centers items */
  justify-content: center; /* horizontally centers or space-between if you prefer */
  padding: 40px;
  background-color: #eb787a; /* Example background color (salmon/pink) */
}

/* Media query for mobile devices (example: screens up to 768px wide) */
@media (max-width: 768px) {
    .guarantee-section {
        padding: 0;
    }
}

/* Image container */
.guarantee-image {
  flex: 1 1 150px;   /* sets minimum width around 300px and allows growth/shrink */
  text-align: center; /* centers the image horizontally within its container */
  margin-bottom: 20px; /* space for small screens */
}

/* Image styling */
.guarantee-image img {
  max-width: 200px; /* control image size */
  height: auto;
  border-radius: 8px; /* optional rounding of corners */
}

/* Content container */
.guarantee-content {
  flex: 2 1 400px;  /* grows to occupy more space than the image side */
  padding: 0 20px;  /* horizontal spacing */
  color: #ffffff;   /* example text color */
}

/* Headline styling */
.guarantee-content h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

/* Paragraph styling */
.guarantee-content p {
  margin-bottom: 16px;
  line-height: 1.6;
}
