/*
Theme Name: Live Mumbai Escorts
Author: PinkLips
Version: 1.0
*/

* {
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
strong {
color: #ee3535;
}

#closex {
left: 10px;
position: fixed;
top: 10px;
}

#closex button {
background-color: #fff;
border: 2px solid #000;
font-size: 32px;
height: 50px;
width: 50px;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.5em;
}

li + li {
margin-top: .5em;
}

a:link {
color: #ff8000;
text-decoration: none;
}

a:visited {
color: #ff8000;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: underline;
}

.content-box a:link {
color: #ee3535;
}

.content-box a:visited {
color: #ee3535;
}

.content-box a:visited {
background-color: #ee3535;
}

body {
background-color: #180303;
color: #ffffff;
font-family: 'Abel', sans-serif;
}

body.flexbox {
display: flex;
flex-direction: column;
}

.container-large {
font-size: 16px;
margin: 1em 0 0 0;
width: 100%;
}

.flexbox .container-large {
align-items: center;
display: flex;
flex-direction: column;
}

.container-large h1 {
padding: 1%;
}

.title-container a:link {
color: #ff8000;
display: block;
text-decoration: none;
}

.title-container a:visited {
color: #ff8000;
text-decoration: none;
}

.title-container a:hover {
background-color: #ee3535;
color: #331832;
text-decoration: none;
transition: background-color 100ms ease-in 0ms;
transition: color 100ms ease-in 50ms;
}

.webplossless .img-container {
background-image: url("img/thumbnail/profiles-webp.webp");
background-repeat: no-repeat;
}

.no-webplossless .img-container {
background-image: url("img/thumbnail/profiles.jpg");
background-repeat: no-repeat;
}

.webplossless .category-img {
background-image: url("img/category/sprite-webp.webp");
background-repeat: no-repeat;
}

.no-webplossless .category-img {
background-image: url("img/category/sprite.jpg");
background-repeat: no-repeat;
}

.category-img {
background-image: url("img/category/sprite.jpg");
background-repeat: no-repeat;
}

#quote { 
background-color: #000;
color: #fff;
margin-top: 1em;
padding: 3% 1%;
text-align: center;
width: 98%;
}

.flexbox #quote {
display: flex;
justify-content: center;
}

.content-box {
margin-top: 2em;
}

.flexbox .content-box {
display: flex;
flex-direction: column;
}

table {
border-collapse: collapse;
font-size: 16px;
margin-top: 1em;
text-align: center;
width: 98%;
}

table,
tr,
th,
td {
border: 1px solid #ccc;
padding: 1%;
}

#footer {
background-color: #000;
color: #fff;
font-size: 24px;
margin-top: 3em;
padding: 2%;
width: 96%;
}

#profile {
background-color: #331832;
display: none;
font-size: 24px;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}

.enter-exit ul {
list-style: none;
}

.enter-exit li {
border: 1px solid #000;
display: inline-block;
font-size: 2em;
margin: .3em;
padding: .3em;
}

.enter-exit b {
font-size: 2em;
}

.enter {
background-color: #01a741;
}

.exit {
background-color: #eb0000;
}

.enter-exit a:link {
color: #fff;
text-decoration: none;
}

.enter-exit a:visited {
color: #fff;
text-decoration: none;
}

.enter-exit a:hover {
color: yellow;
background: none;
}

.pop-up {
background-color: #331832;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 2;
}

#disclaimer {
color: #ccc;
}

.enter-exit {
font-weight: bolder;
margin: 0 auto;
padding: 2%;
}

#footer-end {
text-align: center;
}

.partner-box img {
width: 99%;
height: auto;
}

.partner-box div {
margin-top: 10px;
}

code {
margin-top: 10px;
padding: 1%;
background: #000;
font-size: 1em;
line-height: 2em;
}

#menu-toggle {
display: none;
}

#dropdown {
    display: none;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 18px;
}

#post-nav {
    text-align: center;
}

.nav-links {
    font-size: 21px;
    margin: 20px;
}

.prev,
.page-numbers,
.current,
.next {
    margin: 10px;
    padding: 5px;
    border: 2px solid #ee3535;
}

#footer {
font-size: 12px;
}

#footer b,
#footer p {
font-size: 1.5em;
}

#footer-end {
    font-size: 1.5em;
}

h2.other {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    margin: 1em;
}

figure {
    margin-top: 1em;
}

figure img {
    width: 90%;
    height: auto;
}

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

	#nav {
background: #000;
font-size: 22px;
}

#dropdown {
padding: 2%;
}


    #dropdown {
        display: block;
        background: #111;
        border-bottom: 1px solid #222;
    }

    #nav ul {
        display: none;
        transition: display 0.4s ease;
		list-style-type: none;
		list-style-position: inside;
    }

    #nav ul li a {
        border-top: 1px solid #222;
        text-align: center;
    }

    /* When checked, open menu */
    #menu-toggle:checked ~ ul {
        display: flex;
        flex-direction: column;
    }

h1 {
font-size: 2.2em;
}

h2 {
font-size: 2em;
margin-top: 1em;
}

h3 {
font-size: 1.8em;
margin-top: 1em;
}

h4 {
font-size: 1.6em;
margin-top: 1em;
}

p {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.2em;
}

li + li {
margin-top: 1em;
}

#logox {
width: 100%;
text-align: center;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 90%;
height: auto;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 10px;
}

.profiles {
margin: 1em auto;
width: 98%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin-top: 1em;
vertical-align: top;
width: 49.9%;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 50%;
flex-direction: column;
}

.title-container,
.descp-container {
margin: .8em auto 0 auto;
width: 184px;
}

.descp-container {
font-size: 1em;
}


.img-container {
height: 267px;
margin: 0 auto;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link,
.profiles-list a:visited,
.profiles-list a:hover {
font-size: 1.8em;
}

.category {
font-size: 16px;    
margin: 1%;
width: 98%;
}

.flexbox .category {
display: flex;
flex-direction: column;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
}

.category-list {
display: inline-block;
margin-top: 1em;
vertical-align: top;
width: 361px;
}

.category-list + .category-list {
margin-left: 4px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 450px;
overflow: hidden;
width: 361px;
}

.category-img img {
height: 450px;
width: 361px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;

}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -450px;

}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -900px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1350px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1800px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2250px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2700px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3150px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3600px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -4050px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -4500px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -4950px;

}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #ee3535;
font-size: 1.6px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 18px;  
}

.content-box {
margin: 0 auto;
padding: 2%;
width: 96%;
}

.faqs {
font-size: 16px;
width: 100%;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question {
padding: 4%;

}

.question {
background-color: #ee3535;
color: #fff;
font-size: 1.2em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.2em;
line-height: 1.6;
padding: 1%;
}

th,
td {
font-size: 1.2em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:100%;
}

.flexbox #profile-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

#col1 {
display: inline-block;
padding: 1%;
vertical-align: top;
width: 98%;
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 100%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
padding: 2%;
vertical-align: top;
width: 96%;
}

.flexbox #col2 {
flex: 0 1 100%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 96%;
}

#partners {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
margin: 0 0 20px 0;
}

.partner-box {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.all-boxes {
    column-count: 2; /* Number of columns */
	column-gap: 10px; /* Gap between columns */
}

.all-boxes .category-list {
			break-inside: avoid; /* Prevent breaking inside the column */
			margin-bottom: 10px; /* Vertical space between items */
}

/* posts */

.all-posts {
column-count: 1; /* Number of columns */
width: 80%;
}


.all-posts .single-post {
break-inside: avoid; /* Prevent breaking inside the column */
margin-bottom: 10px; /* Vertical space between items */
}

.single-post {
column-count: 1;
width: 95%;
}

.single-post div {
margin: 5px 0;
}

.post-img img {
width: 100%;
height: auto;
}
/* posts ends */

.footer-parts {
    display: flex;
    flex-wrap: wrap;
    margin: 1%;
}

.footer-cols {
    width: 90%;
}

.footer-parts div {
    margin: 1%;
}

.footer-parts div img {
    width: 90%;
    height: auto;
}

}

@media screen and (min-width: 736px) and (max-width: 1100px) {

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.2em;
margin-top: 1em;
}

h3 {
font-size: 2em;
margin-top: 1em;
}

h4 {
font-size: 1.8em;
margin-top: 1em;
}

p {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.2em;
}

li + li {
margin-top: 1em;
}

#logox {
text-align: center;
width: 100%;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 500px;
height: auto;
}

#nav {
background: #000;
font-size: 16px;
}

#nav ul {
background: #000;
list-style-type: none;
margin: 0;
display: none;
}

#nav ul li {
margin: 0;
font-size: 1.5em;
}

#dropdown {
padding: 2%;
font-size: 1.5em;
}

.flexbox #nav ul:hover {
display: block;
flex-direction: column;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 10px;
}

.profiles {
width: 100%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin: 1em 0 0 0;
vertical-align: top;
width: 184px;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 184px;
flex-direction: column;
}

.title-container,
.descp-container {
margin: .8em auto 0 auto;
width: 184px;
}

.img-container {
height: 267px;
margin: 0 auto;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link {
font-size: 1.8em;
}

.category {
font-size: 16px;    
width: 100%;
}

.flexbox .category {
align-items: center;
display: flex;
flex-direction: column;
}

.category-box {
width: 100%;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
}

.category-list {
display: inline-block;
margin-top: 1em;
vertical-align: top;
width: 245px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 305px;
width: 245px;                
}

.category-img img {
height: 305px;
width: 245px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;
background-size: cover;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -305px;
background-size: cover;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -610px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -916px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1221px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -1526px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1831px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -2136px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2441px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2746px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3051px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3356px;
background-size: cover;
}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #ee3535;
font-size: 16px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 28px;  
}

.content-box {
margin: 0 auto;
padding: 2%;
width: 96%;
}

.faqs {
font-size: 16px;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question {
padding: 2%;
}

.question {
background-color: #ee3535;
color: #fff;
font-size: 1.4em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.2em;
line-height: 1.6;
padding: 1%;
}

th,
td {
font-size: 1.4em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:100%;
}

.flexbox #profile-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

#col1 {
display: inline-block;
padding: 1%;
vertical-align: top;
width: 98%;                
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 100%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
padding: 2%; 
vertical-align: top;
width: 96%;
}

.flexbox #col2 {
flex: 0 1 100%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 96%;
}

#partners {
display: flex;
width: 100%;
justify-content: space-between;
margin: 0 0 20px 0;
}

.partner-box {
width: 30%;
display: flex;
flex-direction: column;
}

/* posts */

.all-posts {
			column-count: 3; /* Number of columns */
			column-gap: 10px; /* Gap between columns */
            width: 80%;
		}


.all-posts .single-post {
			break-inside: avoid; /* Prevent breaking inside the column */
			margin-bottom: 10px; /* Vertical space between items */
		}

.single-post {
    column-count: 1;
    width: 95%;
}

.single-post div {
    margin: 5px 0;
}

.post-img img {
    width: 100%;
    height: auto;
}
/* posts ends */

.footer-parts {
    display: flex;
    flex-wrap: wrap;
    margin: 1%;
}

.footer-cols {
    width: 30%;
}

.footer-parts div {
    margin: 1%;
}

.footer-parts div img {
    width: 90%;
    height: auto;
}

}


@media screen and (min-width: 1100px) {

h1 {
font-size: 3em;
}

h2 {
font-size: 2.2em;
margin-top: 1em;
}

h3 {
font-size: 1.8em;
margin-top: 1em;
}

h4 {
font-size: 1.6em;
margin-top: 1em;
}

p {
font-size: 1.5em;
line-height: 1.6;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.5em;
}

li + li {
margin-top: .5em;
}

#logox {
text-align: center;
width: 100%;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 500px;
height: auto;
}

#nav {
background: #000;
font-size: 16px;
position: -webkit-sticky;
position: sticky;
top: 0;
}

#nav ul {
background: #000;
margin: 0;
list-style-type: none;
}

#nav ul li {
display: inline-block;
margin: .5em 1em;
}

.flexbox #nav ul {
display: flex;
justify-content: space-around;
padding: 1%;
}

.flexbox #nav ul li {
margin: 0;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 75px;
}

.profiles {
margin: 1em auto;
width: 75%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin-left: 4%;
vertical-align: top;
width: 20%;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 20%;
flex-direction: column;
margin: 0;
}

.title-container,
.descp-container {
margin-top: .8em;
width: 80%;
}

.img-container {
height: 267px;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link {
font-size: 1.8em;
}

.category {
font-size: 16px;  
width: 100%;
}

.flexbox .category {
align-items: center;
display: flex;
flex-direction: column;
}

.category-box {
margin: 0 auto;
width: 1100px;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
}

.category-list {
display: inline-block;
vertical-align: top;
width: 361px;
}

.category-list + .category-list {
margin-left: 4px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 450px;
width: 361px;

}

.category-img img {
height: 450px;
width: 361px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -450px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -900px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1350px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1800px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2250px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2700px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3150px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3600px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -4050px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -4500px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -4950px;
}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #ee3535;
font-size: 16px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 32px;  
}

.content-box {
margin: 0 auto;
width: 80%;
}

.faqs {
font-size: 16px;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question{
padding: 1%;
}

.question {
background-color: #ee3535;
color: #fff;
font-size: 1.5em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.5em;
line-height: 1.8;
padding: 1%;
}

th,
td {
font-size: 1.5em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:65%;
}

.flexbox #profile-content {
display: flex;
justify-content: space-between;
}

#col1 {
display: inline-block;
vertical-align: top;
width: 40%;
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 40%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
margin-left: 4%;
vertical-align: top;
width: 55%;
}

.flexbox #col2 {
flex: 0 1 55%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 50%;
}

#partners {
display: flex;
width: 100%;
justify-content: space-between;
margin: 0 0 20px 0;
}

.partner-box {
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
}
/* posts */

.all-posts {
			column-count: 3; /* Number of columns */
			column-gap: 10px; /* Gap between columns */
            width: 80%;
		}


.all-posts .single-post {
			break-inside: avoid; /* Prevent breaking inside the column */
			margin-bottom: 10px; /* Vertical space between items */
		}

.single-post {
    column-count: 1;
    width: 95%;
}

.single-post div {
    margin: 5px 0;
}

.post-img img {
    width: 100%;
    height: auto;
}
/* posts ends */

.footer-parts {
    display: flex;
    flex-wrap: wrap;
    margin: 1%;
}

.footer-cols {
    width: 30%;
}

.footer-parts div {
    margin: 1%;
}

.footer-parts div img {
    width: 90%;
    height: auto;
}

.all-comments {
    display: flex;
    flex-direction: column;
}

.single-comment {
    display: flex;
    border: 1px solid #ffffff;
    padding: 1%;
    margin: 1%;
}

.child-comment {
    width: 80%;
}

.author {
    width: 200px;
}

}

/* for floating contact */
/* Basic reset for the floating container */
.floating-contacts{
  position: fixed;
  right: 16px;                 /* distance from right edge */
  bottom: 24px;                /* distance from bottom edge */
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  align-items: center;
  pointer-events: none;        /* allow page elements under gaps to remain clickable */
}

/* Each button */
.floating-contacts .contact-btn{
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s ease;
  transform-origin: center;
  background: #333;             /* default color */
}

/* Icon sizing */
.floating-contacts .contact-btn svg{
  width: 24px;
  height: 24px;
}

/* Hover/focus */
.floating-contacts .contact-btn:focus,
.floating-contacts .contact-btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  outline: none;
}

/* WhatsApp style */
.floating-contacts .contact-btn.whatsapp{
  background: #fff;
}

/* Call style */
.floating-contacts .contact-btn.call{
  background: linear-gradient(180deg,#4AB3FF,#0077CC);
}

/* Small screens: push slightly left and scale */
@media (max-width:736px){
  .floating-contacts{
    right: 12px;
    bottom: 16px;
  }
  .floating-contacts .contact-btn{
    width: 48px;
    height: 48px;
  }
}

/*comments */

.comments-box {
  padding: 1rem;
  margin-bottom: 2rem;
}

div.comment {
  margin-bottom: 1.5rem !important;
}

div.depth-1 {
  border: 1px solid #fff;
  padding: 1rem;
}

article.comment-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

div.depth-2 {
  margin-left: 1rem;
}

div.depth-3 {
  margin-left: 1rem;
}

div.depth-2,
div.depth-3,
div.depth-4 {
  border-left: 2px solid #ee3535;
  padding: 1rem;
}

/* author */
.comments-box b.fn {
  text-transform: capitalize;
  font-size: 1.2em;
  background: #ee3535;
  padding: 2px 5px;
  border-radius: 22px;
}

.comment-author.vcard {
    margin-bottom: 1em;
}

/*author ends */

.comments-box p {
    margin-top: 0;
}

a.comment-reply-link {
  padding: 0.25rem 0.5rem;
  background-color: var(--dark);
}

form#commentform {
    display: flex;
    flex-direction: column;
}

input#author,
input#email,
input#url,
textarea {
    width: 95%;
    padding: 1em;
}

input#submit {
    padding: 1em;
}


/*comments ends */