@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --primary:#BE1521;
  --secondary:#514890;
  --tertiary: #2891a3;
  --orange:#ff7a5c;
  --white:#fff;
  --black:#2d2d2d;
--gray:#F5F5F5;
--gradient:linear-gradient(45deg, var(--primary), var(--secondary));	
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:var(--primary); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary); 
}

body {
    margin: 0;
    padding: 0 !important;	
    scroll-behavior: smooth;
    overflow: inherit !important;
	font-family: "Inter", sans-serif;
	font-family: "Oswald", sans-serif;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    border: solid 1px #ffffff2e;
    font-family: "Inter", sans-serif;
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 25px;
    padding: 0 0 30px 0;
    width: 100%;
    outline: 0;
    background: no-repeat;
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
}
::placeholder {
    color: #362e68;
    font-size: 19px;
	font-weight: 300;
	letter-spacing: .5px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--gradient);
    text-transform: capitalize;
    border: none;
    padding: 14px 40px 15px;
    font-size: 20px;
    border: 0;
    letter-spacing: 0.2px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    width: 100%;
    font-family: "Inter", sans-serif;
    width: fit-content;
}
input[type="checkbox"] {
    width: 20px; 
    height: 20px; 
    cursor: pointer;
}
label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
    height: 100px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
font-family: "Oswald", sans-serif;
font-weight: 200;
text-transform: inherit;
line-height: normal;
}
h1 {
  font-size:30px
}
h2 {
  font-size:26px
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size:20px
}
h6 {
  font-size:18px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
	font-family: "Inter", sans-serif;
    color: #444;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
ul, li, a{
    list-style-type: none;
    color: #444;
 font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 28px;
	font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}

.mainheading {
    position: relative;
    padding-top: 50px;
    padding-left: 0;
}
.arrowimage {
    position: absolute;
    top: 0;
    left: -20px;
}
.arrowimage {
    filter: brightness(0.7);
}
.leftheading.primarybg span {
    color: var(--primary);
}

.btn-orange img {
    width: auto !important;
    padding-left: 5px !important;
}

/*
.heading {
    margin-bottom: 35px;
    font-size: 55px;
    color: #0e1422;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    line-height: 40px;
}
*/
.heading {
    text-align: center;
}
.heading, .leftheading {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.heading span, .leftheading span {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 1;
	color:var(--orange);
}
.heading span:after, .leftheading span:after {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 100%;
    height: 22px;
    background: #ff7a5c30;
    left: 0;
    z-index: -1;
}

.subheading, .leftsubheading {
    margin: 0px auto 15px;
    color: var(--orange);
}
.leftsubheading{
	text-align:left;
}
.gpi-subheading {
    color: var(--primary);
    font-size: 17px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.leftheading.hbluebg span {
    color: var(--white);
}
.leftheading.hbluebg span:after{
background:#ffffff14;	
}

/* HEADER SECTION CSS */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11111;
}
.mainmenu.fixed img {
    width: 85px;
}
.mainmenu.fixed .menutop li a {
    padding: 30px 20px;
}
header .row {align-items: center;}
header img {
    width: 140px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

.hdrcnsltng {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.hdrcnsltng img {
    width: 30px;
    margin-right:5px;
}
.hdrcnsltng .btn-primary {
    background: none !important;
    text-transform: capitalize;
    border: 2px solid var(--white);
    border-radius: 30px;
    padding: 6px 30px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.hdrcnsltng .btn-primary:hover {
    color: var(--white) !important;
}
.hdrcnsltng .btn-primary:hover:before {
 background: var(--primary) !important;
}
.btn-primary img {
    width: 20px;
}

/* SLIDER SECTION CSS */


.mainslider figure{
	margin:0;
    position:relative;
}
.mainslider figure img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.mainslider video {
    width: 100%;
    height: 700px;
    object-fit: cover;
	position:relative;
}
.mainslider video:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, black, #000000);
    z-index: 999;
}
@keyframes scale{
 0% {
    transform: scale(1.0);
}
100% {
    transform: scale(1.2);
}
}
.mainslider .carousel-caption {
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.carousel-content {
    width: 40%;
}
.mainslider .carousel-caption h1, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h1 {
    letter-spacing: .6px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 0;
    font-size: 45px;
    line-height: 62px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.carousel-content span {
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}
.carousel-content span:after {
    position: absolute;
    content: '';
    bottom: 3px;
    width: 100%;
    height: 20px;
    background: #ffffff26;
    left: 0;
    z-index: -1;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-caption p {
    font-size: 15px;
    margin: 20px 0 25px;
    line-height: 28px;
    font-weight: 300;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
}
.carousel-content a.btn.btn-primary {
    background: var(--primary);
    padding: 13px 40px !important;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 200;
	border-radius: 50px;
	opacity: 0;
	animation: lts .5s ease-in-out .8s forwards;
}
/*  .mainslider .carousel-caption p {
    padding: 0 200px;
}
.mainslider .carousel-content .btn {
    animation: lts .5s ease-in-out 1.2s forwards;
    border-radius: 50px;
    padding: 13px 22px !important;
}
 */
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}

/* ESCORT SERVICE SECTION CSS */
.escort {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}
.escort-item figure {
    border-radius: 5px;
    overflow: hidden;
	position:relative;
}
.escort-item img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    object-position: top;
}
.escort-content {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    padding: 20px;
}
.escort-content h3 a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
}
.escort-content span {
    font-weight: 300;
    background: #be152142;
    padding: 2px 15px;
    border-radius: 5px;
    border: 1px solid #ffffff45;
    font-size: 14px;
}
.post-views {
    position: absolute;
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
}
.postviewlike {
    font-weight: 300;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    top: 10px;
    left: 0;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    width: 100% !important;
    justify-content: space-between;
}
.postviewlike li p {
    color: var(--white);
}
.postviewlike li p, .postviewlike button.post-like-btn {
    background: none;
    border: none;
    color: var(--white);
    font-size: 15px;
}
.escort-item video {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.escort.black {
    background: #141414;
}

/* CATEGORY SECTION CSS */

.category {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}
.category-item {
    background: #0000008c;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff2e;
}
.category-item img {
    width: 80px;
}
.category-item h3 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: .5px;
    margin: 10px 0;
}
.category-item a {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* GALLERY VIDEO SECTION CSS */

.gallery-video {
    background: #141414;
    padding: 70px 0;
}
.video-wrapper video {
    height: 270px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #ffffff17;
    width: 100%;
}

/* BANNER SECTION CSS */
.banner {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/breadcrumb.png);
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}


/* SERVICES SECTION CSS */

.services {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}
.services .row {
    row-gap: 22px;
	justify-content:center;
}


/* SERVICES DETAILS PAGE CSS */
.detailspage {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
}
.service-content p {
    color: #ebebeb;
    font-size: 15px;
}


/* global pricing content section  */

.globalpricingcnt {
    padding: 40px 0 46px;
}
.globalpricingcnt p {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(180deg, #2891A3, #514890);
    background-clip: text;
}

/* Why Choose Us */
.whychoose-image img {
    height: 100%;
    object-fit: cover;
}
.whychoose-content {
    background: var(--primary);
    padding: 3rem;
}
.whychoose-content .leftheading {
    font-size: 45px;
    line-height: 51px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 40px;
}
.whychoose-content {
    background: var(--primary);
    padding: 3rem;
}
.whychoose-list i {
    color: var(--orange);
    height: 26px;
    width: 26px;
    border: 2px solid var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: absolute;
    left: 0;
}
ul.whychoose-list h3 span {
    font-weight: 600;
}
.whychoose-list li {
    margin-bottom: 20px;
    padding-left: 45px;
}
.whychoose-list li:last-child {
    margin-bottom: 0;
}
.whychoose-list li h3 {
    margin-bottom: 0;
}
.whychoose-list p {
    margin: 10px 0 0;
}

/* Counter */
.counters{
 padding:70px 0;
}
.counters h3 {
    color: var(--orange);
    font-family: unset;
    font-size: 60px;
    font-weight: 500;
    margin-bottom:8px;
}
.counters-item p {
    font-size: 18px;
    margin-bottom:0;
}

/* wehelp section  */

.wehelp {
    background: #f8f8f8;
    padding: 70px 0;
}
.wehelp a {
    font-size: 20px;
}
.wehelp a i {
    height: 32px;
    width: 32px;
    border: 2px solid var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--orange);
    margin-left: 6px;
}
.wehelp .leftheading {
    margin-bottom: 40px;
}
.wehelp .leftheading span {
    color: var(--primary);
}
.wehelp .leftheading span:after {
    background: #15608238;
}
.aboutwehelp figure {
overflow:hidden;
border-radius:10px;
}
.aboutwehelp figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: brightness(0.7);
}
.helpcnt {
    position: absolute;
    bottom: 0;
    padding: 16px;
}
.aboutwehelp  .helpcnt h3 {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
}
.wehelp .row {
    row-gap: 15px;
}


/* ABOUT SECTION CSS */

.about-us {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 60px 0;
}
.aboutus-content a {
    color: var(--primary);
    text-decoration: underline;
}
.aboutus-content h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 25px;
    letter-spacing: .5px;
}
.aboutus-content p {
    color: #cdcdcd;
    font-size: 15px;
}
.aboutus-content {
    background: #00000094;
    padding: 30px;
    border: 1px solid #ffffff29;
    border-radius: 5px;
}

/* benefits section  */

.benefits {
    background: var(--primary);
    padding: 70px 0;
}
.benefits .benefits-iem img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.benefits-iem {
    overflow: hidden;
    border-radius: 30px;
    background: var(--white);
    height: 100%;
    text-align: center;
}
.benefit-cnt {
    padding: 20px;
}
.benefits-iem h3 {
    color: var(--primary);
    font-size: 28px;
}
.benefit-cnt h3 span {
    display: block;
    color: var(--tertiary);
    font-weight: 600;
}

/* excel in market section  */

.excelinmarket {
    padding: 70px 0;
    background: #f5f5f5;
}
.excelinmarketcnt p {
    font-size: 40px;
    line-height: 50px;
    color: var(--secondary);
    font-weight: 400;
    margin-bottom: 45px !important;
}
.excelinmarketcnt span {
    color: var(--orange);
    position: relative;
    z-index: 1;
    display: inline-block;
}
.excelinmarketcnt span:after {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 100%;
    height: 18px;
    background: #F6E9E6;
    left: 0;
    z-index: -1;
}
.excel-items {
    background: var(--white);
    border-radius: 6px;
    padding: 20px 35px;
    height: 100%;
}
.excel-items img {
    width: 90px;
    margin-bottom: 15px;
}
.excel-cnt h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 26px;
}
.excel-cnt h3 span {
    color: var(--secondary);
    font-weight: 500;
}

/* Brands  */

.brands {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    padding: 70px 0;
}
.brands ul li figure {
    height: 100px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 8px;
}
.brands ul li figure img {
    width: 150px;
}

/* Talk to an expert */

.talktoexpert {
    padding: 70px 0;
    background: #f5f5f5;
}
.talktoexpert .heading {
    color: var(--primary);
}
.talktoexpert .heading span {
    color: var(--orange);
}
.talktoexpert .heading span:after {
    background: #ff7a5c38;
}
.talktoexpert p {
    font-size: 20px;
    color: var(--primary);
    font-weight: 400;
    font-family: unset;
    margin-bottom:40px;
}
.talktoexpert .col-lg-6 {
    width: 520px;
}
.expert-item {
    text-align: center;
    border: 2px solid var(--tertiary);
    padding: 25px;
    border-radius: 20px;
    background:var(--white);
}
.expert-item figure img {
    width: 100px;
    margin-bottom: 15px;
}
.expert-item h3 {
    color: var(--secondary);
    font-weight: 400;
    font-size: 29px;
    margin: 0;
}
.expert-item span {
    color: var(--primary);
    font-weight: 600;
}
.expert-item strong {
    display: block;
}

/* Platforms */

.platform {
    background: var(--gradient);
    padding: 65px 0;
}
.platform-item{
    border: 10px solid #bcc8d9;
}
.platform .leftheading {
    color: var(--white);
}
.platform .leftheading span {
    font-weight: 700;
}
.platform-info {
    width: 100%;
}
.platform-info a {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 10px;
}
.platform-item {
    background: #afbad0;
    padding: 20px;
    border-radius: 10px;
    column-gap: 30px;
    margin-top:50px !important;
}
.platform-info p {
    color: var(--secondary);
    font-size: 19px;
    font-weight: 400;
    font-family: unset;
    line-height: 30px;
}
.platform-info h3 {
    color: var(--secondary);
    font-weight: 400;
    font-size: 27px;
}
.platform-info h3 span {
    color: var(--primary);
    font-weight: 600;
}
.platform .platform-item figure {
    border: 4px solid #2891a3;
    border-radius: 10px;
    overflow: hidden;
}
.platform .platform-item figure img{
 width:100%;
}



/* business value section  */

.businessvalue {
    padding: 70px 0 80px;
}
.businessvalue .leftheading {
    color: var(--primary) !important;
}
.businessvalue .leftheading span {
    color: var(--orange);
}
.businessvalue .leftheading span:after {
    background: #ff7a5c40;
}
.businessvalue figure {
    overflow: hidden;
    border-radius: 15px;
}
.aboutbusinessvalue {
    text-align: center;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    padding: 20px;
    border-radius: 15px;
	height:100%;
}
.businessvalue .aboutbusinessvalue img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.businessinfo h3 {
    color: var(--white);
    font-weight: 300;
    font-family: unset;
    font-size: 30px;
}
.businessinfo h3 span {
    font-weight: 600;
}
.businessinfo {
    padding: 16px 35px 0;
}
.businessinfo p {
    color: var(--white);
    margin-bottom: 40px;
}
.businessvaluebtn {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.businessvaluebtn a {
    background: linear-gradient(45deg, var(--secondary), var(--primary));
    border: 1px solid var(--white);
    font-weight: 500;
    font-size: 18px;
    padding: 12px 25px;
}

/* testimonial secion  */

.testimonials {
    background: var(--gradient);
    padding: 85px 0;
}
.testimonialsldr {
    padding-top: 30px;
}
.testimonials .heading{
	margin-bottom:10px;
}
.testimonials .heading span:after {
    background: #ffffff1c;
}
.testimonials .text {
    color: #ffffffd1;
    width: 46%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
}
.testimonial-items {
    background: linear-gradient(45deg, var(--secondary), var(--primary));
    padding: 40px 30px;
    border-radius: 15px;
    width: 80%;
    text-align: left;
    margin: 0 auto;
}
.testimonial-info p {
    color: #ffffffcf;
    width: 91%;
    font-size: 23px;
    font-weight: 400;
    font-family: unset;
    line-height: 40px;
}
.testimonial-rates i {
    color: var(--white);
    margin-right: 15px;
    font-size: 22px;
}
.testimonial-rates {
    margin-bottom: 35px;
}
.testimonial-rates small {
    color: #fff;
    font-size: 21px;
    margin-left: 25px;
    opacity: .6;
    letter-spacing: 1px;
}
.quote {
    position: absolute;
    top: 10px;
    right: 20px;
}
.happycustomers ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.happycustomers ul li figure img {
    width: 90px;
}
.happycustomers ul {
    column-gap: 215px;
    margin-top: 40px;
}
.customerinfo h3 {
    color: #ffffffbf;
    font-weight: 400;
    font-size: 25px;
    margin:0 0 8px 0;
}
.customerinfo p {
    color: #ffffffab;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
}

/* Achievement */

.achievements {
    padding: 70px 0;
    background: #f5f5f5;
}
.achievements .leftheading {
    color: var(--primary);
    font-weight: 400;
    font-size: 47px;
    line-height: 60px;
}
.achievements .leftheading span {
    color: var(--orange);
}
.achievements .leftheading span:after {
    background: #ff7a5c26;
}
.achievements .text {
    width: 35%;
    color: #156082e0;
    font-size: 18px;
    line-height: 31px;
}
.achievements ul {
    display: flex;
    justify-content:space-between;
    margin-top:40px;
}
.achievements ul li {
    background: var(--white);
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #ff7a5c6e;
}
.achievements ul li figure img {
    width: 180px;
}

/* Newsletter */

.newsletter {
    background: #141414;
    padding: 40px 0;
}
.newslettercnt p {
    color: #ffffffdb;
}
.newslettercnt h3 {
    color: var(--white);
    margin-bottom: 5px;
}
.newsletter input {
    position: relative;
    width: 100%;
    background: transparent;
    border: 2px solid var(--white);
    color: #DCDAE9;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: normal;
    font-size: 17px;
}
.newslettercnt {
    text-align: right;
}
.newsletter form p {
    display: flex;
    width: fit-content;
    position: relative;
    margin: 0;
}
.newsletter form input[type="submit"] {
    width: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--orange);
    color: var(--white);
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
}
.newsletter form br {
    display: none;
}
span.wpcf7-spinner {
    position: absolute;
}
.newsletter input::placeholder {
  color: #DCDAE9 !important; 
}

/* footer section  */

footer {
    padding-top: 70px;
    background: linear-gradient(90deg, #0000009e, #0000009e), url(https://hotynight.com/wp-content/uploads/2025/07/footerbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer h4 {
    color: var(--white);
    margin-bottom: 22px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
footer ul li a {
    color: #ffffffc7;
}
footer ul li {
    margin-bottom: 12px;
}
footer ul li a:hover{
  color:var(--white);
}
.ftrcnts img {
    width: 27px;
}
.ftrcnts figure {
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 10px;
}
.ftrcnts figure i {
    color: var(--orange);
    font-size: 21px;
}
.copyrightsection {
    background: #000000b8;
    border-top: 1px solid #ffffff30;
    padding: 10px 0;
    margin-top: 50px;
    border-radius: 15px;
}
ul.copyrightlinks {
    column-gap: 9px;
}
.copyrightsection li {
    border-right: 1px solid #fff;
    margin: 0;
    line-height: 0;
}
.booknow {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: var(--white);
    width: fit-content;
    padding: 10px 30px 10px 55px;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    color: var(--orange);
}
a.booknow i {
    height: 45px;
    width: 45px;
    background: var(--orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
}
.copyrightsection ul li:last-child {
    border: none;
}
.copyrightsection li a {
    color: #ffffffb8;
    padding-right: 8px;
    line-height: 12px;
}
footer ul.ftrcnts li {
    position: relative;
    margin-bottom: 10px;
}
footer ul.ftrcnts li a {
    position: absolute;
    top: 10px;
    padding-left: 15px;
}
footer ul.ftrcnts li:first-child a {
    top: 0;
}

.copyright .col-sm-4 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
    color: var(--white);
}
.copyright p a {
    color: var(--primary);
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}



#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 33px;
    z-index: 99999999;
    padding: 10px 3px;
    border: solid 2px var(--primary);
    background: var(--white);
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    box-shadow: 3px 11px 12px #0000009c;
    writing-mode: vertical-rl;
    border-radius: 50px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}


/* Projects */

.project {
    padding: 100px 0;
}
.innerbox {
    background: rgb(255,255,255,0.2);
    text-align: center;
    position: absolute;
    top: 30px;
    height: 90%;
    width: 90%;
    left: 18px;
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(7.5px);
    transition:all .5s ease ;
   transform:scale(0,0)
}
.innerbox figure img {
    width: 30px !important;
    margin: 0 auto;
}
.product-item {
    position: relative;
    overflow: hidden;
}
.prjct-cnt {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-item figure{
  overflow:hidden;
  border-radius:10px;
}
.prjct-cnt h3 {
    color: var(--white);
    margin: 10px 0 4px 0;
}
.prjct-cnt span{
 color:var(--white);
 font-size:17px;
}
.innerbox figure {
    height: 70px;
    width: 70px;
    background: var(--primary);
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}
.product-item:hover .innerbox {
    transform: scale(1);
}



/* PRICING SECTION CSS */


.pricing-item {
    box-shadow: inset 0 0 15px #00888a4d;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    background: var(--white);
}
.pricing-item img {
    width: 80px;
}
.pricing-item figure {
    margin-bottom: 15px;
}
.pricing-item h3 {
    margin: 20px 0 10px;
    color: var(--primary);
}


/* BLOG SECTION */

.blog {
    padding: 70px 0 80px;
}
.blog .heading {
    margin-bottom: 90px;
}
.blog-item {
    border: solid 1px #EDEFF3;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    background: var(--white);
    transition: all ease-in-out .5s;
}
.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 13px #eee;
}
.blog-item figure {
    height: 250px;
    margin: 0;
    border-radius: 20px;
    margin-top: -80px;
}
.blog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blog ul.blog_top_cnt {
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px #eee;
}
.blog-content h3 {
    margin: 25px 0 10px;
}
.blog .blog_top_cnt li, .blog .blog_top_cnt li a {
    line-height: 20px;
}
.blog .blog_top_cnt li i {
    margin-right: 8px;
    color: var(--primary);
    font-size: 14px;
}
.blogdate {
    display: flex;
    justify-content: flex-end;
    margin-right: 35px;
}
.blogdate span {
    background: var(--primary);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    color: var(--white);
    line-height: 22px;
    margin-top: -40px;
    position: relative;
    display: block;
}
.blogdate span strong {
    display: block;
    font-size: 25px;
}
.blog h3 a {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 32px;
    font-family: "Jost", sans-serif;
}
.blog-content .readbtn {
    color: var(--primary);
    font-size: 17px;
}
.blog-content .readbtn i {
    transform: rotate(-45deg);
    transition: all ease-in-out .5s;
    font-size: 14px;
}
.blog-content .readbtn:hover i {
    transform: inherit;
}

/* why choose section  */

.whychoose .row{
	row-gap:22px;
}
.whychoose-item {
    padding: 10px;
    border: 1px solid #21176030;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    column-gap: 20px;
}
.whychoose-item figure  img{
    height: 100%;
    width: 245px;
	object-fit:cover;
	border-radius:10px;
}
.whychoose-item h3 {
    font-size: 22px;
    font-size: 26px;
    font-weight: 700;
}



/* MISSION SECTION CSS */

.mission {
    padding: 70px 0;
    background: radial-gradient(circle, #002d2eb3, #002d2ef0, #00888acf), url(../images/missionbg.jpg) center / cover;
    background-attachment: fixed;
}
.mission-item figure {
    background: var(--white);
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
    border-radius: 50px;
}
.mission-item {
    text-align: center;
    border-radius: 8px;
    background: #00000040;
    padding: 25px;
    transition: all .5s;
    height: 100%;
    border: 1px solid #ffffff59;
    backdrop-filter: blur(1.5px);
}
.mission-item figure img {
    transition: all .5s;
    width: 60px;
}
.mission-item:hover .mainimg img {
    filter: brightness(0.7);
    transition: all .5s;
}
.mission-item .mainimg {
    transition: all .5s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    height: 260px;
    padding: 20px;
    transition:all .5s ease;
}
.mission-item .mainimg img {
    width: 100%;
    border-radius: 8px;
    transition:all .5s ease;
}
.mission-item h3 {
    margin: 20px 0 12px;
    font-size: 25px;
    margin-bottom: 7px;
}
/*  moreabout section  */
.moreaboutcompany {
    padding: 50px 0;
}
.moreaboutcompany figure{
  overflow:hidden;
  border-radius:6px;
}
.moreaboutcompany figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.moreaboutcompany .leftheading {
    font-size: 33px;
}

/* term and conditions page  */
.conditions li {
    background: #00888a14;
    margin-bottom: 13px;
    padding: 13px;
    border-radius: 6px;
    border-left: 2px solid var(--primary);
    transition: all .3s ease-in-out;
}
.conditions li:hover{
 background:var(--primary);
 transition: all .3s ease-in-out;
 color:var(--white);
}

.aboutpricing {
    background: #00888a14;
    padding: 50px 0;
    margin-top: 60px;
}
.aboutpricing p {
    margin: 0;
}


/* REVIEW SECTION CSS */

.testimonial {
    background: url(../images/reviewbg.webp);
    background-size: cover;
    padding: 100px 0;
}
.testimonial .row{
	row-gap:25px;
}
.testimonial-item:nth-child(odd){
    background: url(../images/testimonialbg-left.png);
    padding: 50px 30px;
}
.testimonial-item:nth-child(even){
    background: url(https://webzensys.com/work/timelinepm.com/wp-content/uploads/2024/11/shape-15.png);
    padding: 50px 30px;
}
.testimonial-cnt h3 {
    margin: 5px 0 0;
    background: #ffffff0d;
    font-size: 20px;
    border-radius: 50px;
    color: var(--secondary);
    outline: solid 1px #ffffff1a;
    outline-offset: 3px;
}
.testimonial-cnt h3 span {
    font-weight: normal;
    color: #777;
    display: block;
}
.testimonial figure {
    border-radius: 50%;
    margin-bottom: 30px;
}
.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}
.rating {
    column-gap: 3px;
    margin-top: 30px;
}
.rating i {
    color: #FFC93D;
    font-size: 14px;
}
.testimonial-info {
    padding-right: 100px;
}
.testides {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testides span.iconbox {
    background: var(--primary);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}
.testides span.iconbox svg path {
    fill: var(--white);
}
.testides span.iconbox{
	position:relative;
}
.testides span.iconbox:before {
    right: 0;
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 30px;
    height: 2px;
    top: 19px;
    left: 55px;
}


/* ABOUT US PAGE CSS */

.aboutsection {
    background: #F5F5F5;
    padding-top: 70px;
}
.leftheading.pcolorbg span:after{
    background: #F6E9E6;	
}
.about {
    background: url(../images/about-bg.webp) !important;
    padding: 0 0 60px;
    background-position: center;
    margin-top: 80px;
    background-size: cover !important;
    position: relative;
}
.aboutlist {
    transform: translateY(-50px);
}
.about img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.aboutsection .mainheading .leftheading {
    font-size: 40px;
}
.aboutus .leftheading {
    color: var(--primary);
}
.about-content p {
    color: var(--white);
}
.about-item {
    background: var(--white);
    padding: 20px;
    border-radius: 5px;
    column-gap: 20px;
}
.about-item p {
    color: #514890;
}
.about-item img {
    width: 120px;
    height: 120px;
}

.value {
    background: #F5F5F5;
    padding: 70px 0;
}
.value-item {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
}
.value-item img {
    height: 280px;
    object-fit: cover;
}
.value-info {
    padding: 20px;
}
.value-info h3 {
    color: var(--primary);
    font-size: 27px;
    margin-bottom: 10px;
}
.value-info h3 span {
    font-weight: 600;
}
.value-info p {
    color: var(--secondary);
}
.value-info p:last-child{
	margin:0;
}

.gpipost {
    padding: 70px 0;
}
.gpipost-item img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
}
.gpipost-content h3 {
    font-size: 19px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 600;
}
.gpipost-content p {
    color: #777777;
    margin: 10px 0 5px;
    font-size: 15px;
}
.gpipost-content a {
    color: #FF7A5C;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 4px;
}



/* PRICE LIST */
.price {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 70px 0;
}
.price-item {
    background: #00000087;
    padding: 35px;
    border: 1px solid #ffffff2e;
    border-radius: 15px;
}
.price-item span {
    color: var(--primary) !important;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .5px;
    display: inline-block;
    margin-bottom: 10px;
}
.price-item h3 {
    font-weight: 400;
    font-size: 25px;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.price-item h3 sub {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 10px;
}
.price-info li {
    color: var(--white);
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 40px;
}
.price-info li img {
    margin-right: 10px !important;
}
.price-info .btn-primary {
    display: block;
    margin-top: 20px;
}
.price .col-sm-4:nth-child(2) .price-item {
    background: #be152159;
}




/* GPI TEAM SECTION CSS */

.gpi-team .leftheading {
    font-size: 50px;
    color: #156082;
}
.gpi-team .leftheading span {
    color: var(--orange);
}
.commitment {
    padding: 80px 0;
}
.commitment-item {
    background: linear-gradient(90deg, #156082, #514890);
    padding: 20px;
    text-align: center;
    height: 100%;
    border-radius: 20px;
}

.employees {
    background: #F5F5F5;
    padding: 80px 0;
}
.employees-list {
    background: linear-gradient(90deg, #156082, #514890 );
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}
.employees-list figure img {
    border-radius: 10px;
}
.employees-info {
    padding: 0 50px;
}
.employees-info h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}
.employees-info p {
    color: var(--white);
}
.employees-info p:last-child {
    margin: 0;
}
.team {
    padding: 70px 0;
}
.team .row{
	row-gap:25px;
}
.team-list {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 12px;
	height:100%;
}
.team-list img {
    border: 2px solid #156082;
    border-radius: 50%;
    width: 110px;
}
.team-info h3 {
    font-weight: 600;
    font-size: 26px;
    color: var(--primary);
    position: relative;
    margin: 20px 0 15px;
    padding-bottom: 10px;
}
.team-info h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 70px;
    background: #D9D9D9;
    content: '';
    transform: translate(-50%);
}
.team-info span {
    color: var(--orange);
}
.teamreview {
    background: linear-gradient(45deg, #156082, #514890);
    padding: 150px 0 75px;
}
.teamreview button.slick-prev.slick-arrow, .teamreview button.slick-next.slick-arrow {
    top: -75px;
}
.teamreview-item figure {
    background: var(--orange);
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    border-radius: 50px;
}
.teamreview-item figure img {
    width: 40px;
}
.teamreview-item {
    background: var(--white);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 370px !important;
}
.teamreview-item p {
    line-height: 28px;
}
.teamreview-item h3 {
    color: var(--primary);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}
.teamreview-item h3 span {
    display: block;
    font-weight: 400;
    color: var(--orange);
    font-size: 18px;
    line-height: 35px;
}
.values {
    padding: 70px 0;
}
.values-item {
    background: linear-gradient(90deg, #156082, #514890);
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
}
.values-item h3 {
    color: var(--white);
    font-size: 25px;
    margin: 20px 0 12px;
}
.values-item p {
    color: var(--white);
}
.values-item figure {
    background: var(--white);
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    border-radius: 100px;
}
.values-item figure img {
    width: 70px;
}
ul.teamslider li {
    width: auto !important;
}

/* Breadcrumbs */

.breadcrumb {
    padding: 220px 0 170px;
    background: url(https://hotynight.com/wp-content/uploads/2025/07/breadcrumb.png) no-repeat center center / cover;
}

.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    color: var(--white);
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
}
.breadcrumb h1 span {
    font-size: 45px;
    font-weight: 600;
    text-transform: lowercase !important;
}
.breadcrumb p {
    text-align: center;
    margin: 0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    color: var(--white);
    font-weight: 500;
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
    text-transform: uppercase;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    color: var(--white);
    right: 0;
}
.secondary-container {
padding: 60px 0;
}

.dtlscnt {
    padding: 25px;
    background: #f9f9f9;
    border: dotted 2px var(--primary);
    margin-top: 25px;
}
.dtlscnt ul li {
    line-height: 25px;
}
.dtlscnt ul li {
    margin: 10px 0;
}
.dtlscnt ul li:last-child {margin-bottom: 0;}
.srvccnt {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    background: #eee;
    padding: 10px;
    column-gap: 15px;
    border: dotted 2px var(--primary);
}

/* Contact Us */

.contactop {
    background: #00888a1a;
    padding: 55px 0;
}
.contact-location {
    height: 100%;
    margin-bottom: 25px;
}
.contact-location .row {
    row-gap: 15px;
}
.contactus .contact-details {
    text-align: center;
}
.contactus-form p {
    margin: 0;
}
.contact-details strong {
    display: block;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 0 4px;
    font-family: "Jost", sans-serif;
}
.contact-details i {
    font-size: 25px;
    color: var(--white);
    background: var(--primary);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}
.contact-details img {
    width: 100px;
}
.map iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px 10px 0 0;
}
.contactus .contact-details p {
    margin: 0;
}
.contact-details p strong {
    font-size: 20px;
}
.contactus .contact-details h3 a,
.contactus .contact-details h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;  
}
.contactus .contact-details h3 {
    margin: 0;
    line-height: 25px;
}
.contactform {
    padding: 50px 0;
}
.contactus-form {
    padding: 35px;
    border-radius: 10px;
    background: var(--primary);
    overflow: hidden;
    z-index: 1;
}
.contactus-form:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #0e142229;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}


.contactform-content .leftheading span {
    text-align: left;
    margin-bottom: 0;
}
.socialmedia {
    column-gap: 5px;
    margin-top: 15px;
}
.socialmedia li a {
    background: var(--primary);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
	transition:all ease-in-out .5s;
}
.socialmedia li a:hover{
	background:var(--secondary);
}
.socialmedia svg {
    filter: invert(1) !important;
}


/* Blog */

.homebloglist img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.homebloglist {
    border: solid 1px #ddd;
    height: 100%;
    border-radius: 6px;
    background: #f8f8f8;
	text-align:center;
}

.homeblogbox {
    padding: 20px;
}

.homeblog .row {
    row-gap: 25px;
}
.homebloglist h3 a {
    font-size: 21px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 600;
}
.homeblogbox span {
    color: var(--orange);
    font-weight: 500;
    font-size: 20px;
    margin: 15px 0;
    display: inline-block;
}
.homeblogbox span i {
    color: var(--orange);
    margin-right: 3px;
}
.homebloglist h3 {
    margin: 12px 0 0;
}
.researchinsights-section .homeblogbox .btn-primary {
    background: var(--gradient);
    font-weight: 500;
}
.researchinsights-section .homeblogbox .btn-primary img {
    width: auto;
    height: auto;
}

/* Policy */

.policy ul {
    margin: 12px 0;
}
.policy ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin: 7px 0;
}
.policy ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--orange);
    font-size: 15px;
}
.policy p strong {
    color: var(--primary);
    font-size: 19px;
}
.policy p a {
    color: var(--orange);
}

.policy table {
    border: solid 1px #ddd;
    margin: 15px 0 20px;
}
.policy table tr td {
    border: solid 1px #ddd;
    padding: 8px 15px;
    font-size: 16px;
}
.policy table tr:nth-child(even) {
    background: var(--gray);
}
.policy table thead {
    background: var(--gradient);
    color: var(--white);
    font-weight: normal;
    font-size: 17px;
}
.policy table a {
    text-decoration: underline;
	font-size: 16px;
}
.policy p em {
    color: var(--black);
    font-weight: 600;
}

/* Services Details */

.page-sidebar {
    position: sticky;
    top: 0;
}
.sidebar-inquiry.resourcesmenu h3 {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 15px;
    border-radius: 6px;
}
.sidebar-inquiry {
    background: #080001ab;
    border: 1px solid #ffffff2b;
}

.sidebar-contactdtls {
    background: linear-gradient(90deg, #0000009e, #0000009e), url(https://hotynight.com/wp-content/uploads/2025/07/footerbg.jpg);
    background-size: cover;
    padding: 40px;
}
.sidebar-contactdtls h3 {
    font-size: 30px;
    font-weight: 500;
}
.sidebar-contactdtls figure {
    margin: 30px 0;
}
.contact-info {
    background: #ffffff0d;
    border: 1px solid #ffffff0d;
    backdrop-filter: blur(1.5px);
    border-radius: 6px;
    padding: 10px;
}
.contact-info span {
    display: block;
    margin-bottom: 15px;
}
.contact-info span a {
    font-size: 16px;
    letter-spacing: .5px;
}
.contact-info a {
    font-size: 18px;
    color: var(--white);
    letter-spacing: .5px;
}
.sidebar-contactdtls figure img {
    width: 80px;
}
.resourcesmenu ul li a {
    position: relative;
    border: 1px solid #00888a42;
    line-height: 30px;
    display: block;
    padding: 10px 13px;
    margin: 10px 0;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    font-weight: 300;
    color: var(--white);
    letter-spacing: .5px;
}
.resourcesmenu ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    content: '';
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}
.resourcesmenu ul li a:hover:before {
    width: 100%;
}
.resourcesmenu ul li a:hover {
    color: var(--white);
}

.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select{
    border: solid 1px  var(--secondary);
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.contactus-details i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
color: var(--white);
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.details-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.resource-item {
    border: dotted 1px var(--primary);
    padding: 15px;
    height: 100%;
    border-radius: 6px;
}
.details-content .row {
    row-gap: 25px;
}
.details-banner {
    margin-bottom: 25px;
}
.service-content h3 {
    font-size: 25px;
    color: var(--white);
    font-weight: 400;
}
.details-content ul li, .details-content ol li {
    position: relative;
    padding-left: 22px;
    line-height: 26px;
}
.service-content li {
    margin-bottom: 10px;
}
.details-content ul li:before, .details-content ol li:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}
.details-content ul, .details-content ol {
    margin-bottom: 15px;
}

/* Client Portal */

.clientportal-box {
    background: #f9f9f9;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    outline: solid 1px var(--primary);
    outline-offset: 5px;
}
.clientportal-box p a {
    text-decoration: underline;
    text-underline-offset: 1px;
    color: var(--secondary);
    letter-spacing: 1px;
}

/* ABOUT US PAGE CSS */

.about-content p {
    color: var(--white);
}
.about-item {
    background: var(--white);
    padding: 20px;
    border-radius: 5px;
    column-gap: 20px;
}
.about-item p {
    color: #514890;
}
.about-item img {
    width: 120px;
    height: 120px;
}




/* Progress bar */

.progress-bar {
    height: 16px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
    position: relative;
}
/*
* + .progress-bar {
    margin-top: 15px;
}
*/ 
.bar {
    width: 0;
    height: 100%;
    background-color: var(--primary);
    background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent
  );
    background-size: 30px 30px;
    animation: move 2s linear infinite;
    box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
    transition: width 2s ease-out;
}
/*Lollipop background gradient animation*/
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}

.perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}
.progress-item {margin-bottom: 15px;}

.progress-item label {
    padding-bottom: 5px;
    font-size: 15px;
}

/* partners section */

.partners {
    padding: 60px 0 70px;
}
.partnersldr .slick-slide img {
    width: 100%;
    transition:all .5s ease;
}
.partnersldr figure {
    border-radius: 6px;
    border: 1px solid #00888a33;
    background: var(
    --white);
    padding: 10px;
    transition:all .5s ease;
    overflow:hidden;
}
.partnersldr-items:hover figure img{
 transform:scale(1.05);
 transition:all .5s ease;
}
.partnersldr .slick-slide img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* success stories */

.sucesstory {
    background: #00888a12;
    padding: 50px 0 65px;
}
.sucesstory-items {
    background: var(--white);
    padding: 10px;
    border: 1px dotted var(
    --primary);
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 3px 3px 13px #eee;
	    transition: all ease-in-out .5s;
}
.sucesstory-items:hover {
    border-color: var(--primary);
}
.sucesstory-items figure img {
    display: block;
    margin: 0 auto;
    transition: all ease-in-out .5s;
    width: 100%;
}
.sucesstory-items:hover img {
    transform: scale(.98);
}

 .tagline {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 42px;
}

.moreaboutcompany-item {
    border: solid 1px #ddd;
    padding: 20px;
    border-radius: 6px;
}
.moreaboutinfo h3 {
    margin: 20px 0 10px;
}

@media (max-width:991px) {
.topbar {
    display: none;
}
.menucontainer ul li a {
    display: none;
}
.hdrcnsltng .btn-primary {
    display: none;
}
.mainmenu .col-sm-10 {
    display: flex;
    justify-content: end;
}
.menubar nav {
    display: none;
}
.mainmenu {
    padding: 5px 0;
}
.mainslider .carousel-content {
    padding: 35px 35px 40px;
    max-width: 100%;
    background: unset;
    border: none;
    backdrop-filter: none;
}
.mainslider figure img {
    height: 100%;
}
.homeabout .row {
    row-gap: 15px;
}
.consulting .col-sm-4 {
    width: 50%;
}
.consulting-item p {
    margin-bottom: 75px;
}
.consulting .row {
    row-gap: 70px;
}
.whychoose {
    flex-wrap: wrap;
}
.whychoose-content {
    width: 100% !important;
}
.whychoose-image {
    width: 100% !important;
}
.tagline {
    width: 100%;
}
.quickhelp .col-lg-3 {
    justify-content: center;
    display: flex;
}
.quickhelp .row {
    row-gap: 20px;
}
.counter .row {
    row-gap: 20px;
}
.blog .row {
    row-gap: 90px;
}
footer .row {
    row-gap: 15px;
}
span.rmp-menu-title-link {
    display: none;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
}
button#rmp_menu_trigger-573 {
    background: var(--primary);
}
}
@media (max-width:767px){
.mainslider .carousel-caption h1 {
    font-size: 40px;
    line-height: 50px;
}
.consulting .col-sm-4 {
    width: 100%;
}
.consulting-item p {
    margin-bottom: 0;
}
.consulting .row {
    row-gap: 12px;
}
}
@media (max-width:667px){
.heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
}
.whychooseimage-info {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.whychoose-image h3 {
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
}
.whychooseimage-info .btn-primary {
    width: 40%;
    padding: 10px !important;
}
.homeabout {
    padding: 40px 0;
}
.consulting {
    padding: 40px 0;
}
.btn {
    font-size: 14px;
}
.benefits {
    padding: 40px 0 10px;
}
.partners {
    padding: 40px 0;
}
.sucesstory {
    padding: 40px 0;
}
.quickhelp {
    padding: 40px 0 50px;
}
.contact {
    padding: 110px 0 40px;
}
.blog {
    padding: 40px 0 45px;
}
}
@media (max-width:568px){
.mainmenu .col-sm-2 {
    width: 40%;
}
.mainmenu .col-sm-10 {
    width: 60%;
}
.carousel-control-prev {
    left: 5px;
}
.carousel-control-next {
    right: 5px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.mainslider .carousel-content {
    text-align: center;
}
.mainslider .carousel-caption h1 {
    font-size: 28px;
    line-height: 37px;
}
.mainslider .carousel-caption span {
    display: none;
}
.mainslider .carousel-content .btn {
    padding: 8px 30px !important;
}
header img {
    width: 80px;
}
.arrowbutton.next {
    right: 0 !important;
}
.arrowbutton.prev {
    left: 0 !important;
}
.contact form {
    padding: 25px;
}
.about-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}
.about-content span {
    padding-bottom: 10px;
}
.whychoose-list li {
    display: block !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center;
}
.whychoose-list li figure {
    background: var(--primary);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
}
.whychoose-list h3 {
    text-align: center;
    margin-top: 10px !important;
}
.whychoose-image h3 {
    font-size: 20px;
}
.whychooseimage-info .btn-primary {
    padding: 6px !important;
}
.contact-form h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}
.whychoose-content .subheading {
    text-align: center;
}
.whychoose-content .leftheading {
    text-align: center;
}
}
@media (max-width:414px){
.mainslider .carousel-caption h1 {
    font-size: 22px;
    line-height: 32px;
}
.about-content h2 {
    font-size: 20px;
    line-height: 30px;
}
.about-content span {
    font-size: 14px;
}
.about-content p {
    margin-bottom: 5px;
}
.btn {
    font-size: 13px;
    padding: 5px 30px;
}
.heading {
    margin-bottom: 13px;
    font-size: 21px;
    line-height: 28px;
}
.consulting-info h3 {
    font-size: 21px;
}
.consulting-info figure img {
    width: 50px;
}
.consulting-info figure {
    height: 75px;
    width: 75px;
}
.whychoose-content .subheading {
    font-size: 15px;
    margin-bottom: 0px;
}
.whychoose-content .leftheading {
    font-size: 22px;
}
.whychoose-image h3 {
    font-size: 18px;
}
.subheading, .leftsubheading {
    font-size: 15px;
}
.contact-info h2 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 8px;
}
.contact-form h3 {
    font-size: 21px;
    line-height: 30px;
}
.contact-form input {
    margin-bottom: 5px;
}
.contact .contact-form input[type="submit"] {
    padding: 6px 30px;
    font-size: 14px;
}
.blog h3 a {
    font-size: 20px;
    line-height: 20px;
}
.contact-form {
    padding: 0;
}
}
@media (max-width:360px){
header img {
    width: 70px;
}
.mainslider .carousel-caption h1 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 12px;
}
.consulting-item p {
    margin-bottom: 70px;
}
.consulting .row {
    row-gap: 60px;
}
.whychoose-content .subheading {
    font-size: 14px;
}
.whychoose-list h3 {
    font-size: 21px;
}
}


/* AI-DRIVEN SOLUTIONS */

.solution {
    position: relative;
    padding: 60px 0;
}
.solution figure img {
    width: 100%;
    height: auto;
}
.solution .mainheading {
    position: inherit;
}
.solution .arrowimage {
    top: 80px;
}
.respondents {
    background: #F5F5F5;
    padding: 45px 0 50px;
}
.respondents h3 {
    font-size: 32px;
    color: var(--primary);
    line-height: 45px;
}
.respondents p {
    font-size: 22px;
    color: var(--orange);
    margin: 0;
}
.organisations {
    background: url(../images/organisations.png);
    padding: 50px 0;
    background-size: cover;
}
.organisations p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
}
.organisations li {
    color: var(--white);
    font-size: 18px;
    border: 1px solid #eee;
    padding: 15px;
    margin: 15px 0;
    border-radius: 50px;
    letter-spacing: .5px;
}
.optimisation {
    padding: 40px 0 45px;
}
.optimisation h3 {
    color: var(--primary);
    font-size: 32px;
    line-height: 42px;
}
.optimisation p {
    color: var(--orange);
    font-size: 20px;
    margin: 0;
}
.strategies {
    background: #ff7a5c;
    padding: 30px 0;
}
.strategies p {
    color: var(--white);
    font-size: 25px;
    line-height: 30px;
    width: 85%;
    margin: 0 auto;
}
.research {
    padding-top: 65px;
}
.research-content {
    padding: 0 90px;
}
.research-content h3 {
    font-size: 45px;
    color: var(--primary);
}
.research-content h3 strong {
    font-weight: 600;
    color: var(--orange);
}
.research-content p {
    margin-bottom: 25px;
}
.research-content .btn-primary {
    background: var(--orange);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .5px;
    box-shadow: inherit;
}
.research-content .btn-primary i {
    font-size: 15px;
    padding-left: 5px;
}
.researches .research-repeat:nth-child(even) {
    background: #F5F5F5;
    padding: 70px 0;
    margin-top: 70px;
}
.researches .research-repeat:nth-child(even) .row {
    flex-direction: row-reverse;
}
.researches .research-repeat:nth-child(even) .research-content {
    padding: 0 150px 0 0;
}
.responsibly-content {
    padding: 50px 0 55px;
    width: 60%;
    margin: 0 auto;
}
.responsibly-content h3 {
    color: var(--primary);
    font-size: 45px;
}
.responsibly-content strong {
    font-weight: 600;
    color: var(--orange);
}
.responsibly-content p {
    font-size: 19px;
}


/* Explore Services */

.accelerate {
    padding: 60px 0;
}
.accelerate .heading {
    margin-bottom: 15px;
}
.accelerate .subheading {
    text-align: center;
    margin-bottom: 35px;
    color: var(--secondary);
    font-size: 20px;
}
.accelerate .row {row-gap: 25px;}
.accelerate-item {
    column-gap: 22px;
    background: var(--gradient);
    height: 100%;
    padding: 20px;
    border-radius: 12px;
}
.accelerate-item p {
    font-size: 20px;
    color: var(--white);
    line-height: 28px;
}

.integrated {
    background: #F5F5F5;
    padding: 70px 0;
    position: relative;
}
.integrated .arrowimage {
    top: 150px;
}
.integrated .mainheading {
    position: inherit;
}
.integrated-content h3 {
    font-size: 30px;
    color: var(--primary);
}
.integrated-content p {
    font-size: 18px;
}
.integrated-thumb img {
    width: 100%;
    height: auto;
}
.integratedsolutions {
    margin-top: 40px;
}
.integratedsolutions-item {
    background: var(--white);
    padding: 22px;
    border-radius: 8px;
    height: 100%;
}
/*
.integratedsolutions-item figure {
    background: #FFF4F2;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
*/
.analytics-content p, .reporting-content p, .consulting-content p, .consulting-content h3 {
    width: 70%;
}
.reportinglist-item h3, .consultinglist-item h3, .dataanalytics-item h3, .integratedsolutions-item h3{
   color: var(--primary);
    font-size: 23px;
    margin: 15px 0 10px;
}
.integratedsolutions-item h3 strong {
    font-weight: 600;
    display: block;
    color: var(--secondary);
}
.market-acsess {
    background: var(--gradient);
    padding: 16px 25px;
    border-radius: 10px;
    justify-content: space-between;
    margin-top: 30px;
}
.market-acsess .btn-primary {
    background: var(--orange);
    font-weight: 300;
    letter-spacing: .5px;
}



.analytics {
    background: var(--gradient);
    padding: 70px 0;
    position: relative;
}
.analytics .mainheading {
    position: inherit;
}
.analytics .arrowimage {
    top: 80px;
}
.analytics .leftheading.pcolorbg span:after {
    background: #ff7a5c4a;
}
.analytics-thumb img {
    border-radius: 10px;
}
.analytics-content h3, .analytics-content p {
    color: var(--white);
}
.analytics-content p {
    margin: 0;
}
.dataanalytics {
    margin-top: 40px;
}
.dataanalytics-item {
    background: var(--white);
    height: 100%;
    padding: 20px;
    border-radius: 8px;
}
.dataanalytics-item figure img {
    width: 90px;
}
.dataanalytics-item h3 strong {
    font-weight: 600;
    color: var(--secondary);
}
.about-data .btn-primary {
    background: var(--orange);
    box-shadow: inherit;
    font-weight: 400;
    letter-spacing: .2px;
}
.about-data {
    margin-top: 30px;
}
.about-data p {
    font-size: 18px;
    letter-spacing: .5px;
    column-gap: 5px;
}
.about-data p img {
    width: 20px;
}
.about-data span {
    height: 1px;
    width: 40%;
    background: #D9D9D9;
}

/* REPORTING SECTION CSS */

.reporting {
    padding: 70px 0;
    background: #F5F5F5;
}
.reporting .mainheading {
    position: inherit;
}
.reporting .arrowimage {
    top: 80px;
}
.reporting-thumb img {
    border-radius: 10px;
}
.reporting-content h3 {
    color: var(--primary);
}
.reportinglist {
    margin-top: 40px;
}
.reportinglist-item {
    background: var(--white);
    padding: 20px;
    height: 100%;
    border-radius: 8px;
}
.reportinglist-item figure img{
    height: 90px;
}
.reportinglist-item h3 strong {
    display: block;
    font-weight: 700;
    color: var(--secondary);
}


/* STRATEGY & CONSULTING */

.consulting {
    background: var(--gradient);
    padding: 70px 0;
    position: relative;
}
.consulting .mainheading {
    position: inherit;
}
.consulting .arrowimage {
    top: 80px;
}
.consulting .leftheading.pcolorbg span:after {
    background: #ff7a5c4a;
}
.consulting-thumb img {
    border-radius: 10px;
}
.consulting-content h3, .consulting-content p {
    color: var(--white);
}
.consulting-content p {
    margin: 0;
}
.consultinglist {
    margin-top: 40px;
}
.consultinglist-item {
    background: var(--white);
    height: 100%;
    padding: 20px;
    border-radius: 8px;
}
.consultinglist-item figure img {
    width: 90px;
}
.consultinglist-item h3 strong {
    font-weight: 600;
    display: block;
    color: var(--secondary);
}
.consulting .btn-primary {
    font-size: 17px;
    background: var(--orange);
    box-shadow: inherit;
    font-weight: 400;
    letter-spacing: .2px;
    margin: 40px auto 0;
    width: fit-content;
    text-align: center;
    display: block;
}

/* STRATEGY REVIEW */

.strategyreview {
    background: #F5F5F5;
    padding: 70px 0 55px;
}
.strategyreview-item {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
}
.strategyreview-item figure {
    background: #FFF2EF;
    height: 80px;
    width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
}
.strategyreview-item p {
    min-height: 115px;
}
.strategyreview-item span {
    color: var(--primary);
    font-size: 18px;
}

/* Case Studies */

.casestudies .row {
    row-gap: 25px;
}


/* PROFESSIONAL SERVICES */

.trusted-data {
    background: var(--gray);
    padding: 70px 0;
}
.trusted-data img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.trusted-content .leftheading {
    font-size: 35px;
    margin-bottom: 15px;
}
.trusted-content .leftheading strong {
    color: var(--orange);
}
.trusted-content h3 {
    color: var(--primary);
    margin: 15px 0 10px;
}
.trusted-content ul {
    margin-bottom: 10px;
}
.trusted-content li {
    position: relative;
    padding-left: 20px;
    line-height: 38px;
}
.trusted-content li:before {
    height: 10px;
    width: 10px;
    background: var(--orange);
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 30px;
}

.how-we-help {
    padding: 70px 0;
}
.how-we-help .row {
    row-gap: 25px;
}
.howwehelp-item {
    background: var(--gradient);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.howwehelp-item h3 {
    margin: 18px 0 10px;
}
.howwehelp-item h3 strong {
    display: block;
    font-weight: 700;
}
.expert {
    background: var(--gradient);
    padding: 45px 0 65px;
}
.expert h2 {
    font-size: 42px;
    font-weight: 600;
}
.expert p {
    margin-bottom: 22px;
}
.expert .btn-primary {
    background: var(--orange);
    box-shadow: inherit;
    font-weight: 300;
    letter-spacing: .5px;
}

/* FINANCIAL INSTITUTIONS */

.financial {
    padding-top: 70px;
}
.financial img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.financial-content li {
    background: #FFEEEA;
    width: fit-content;
    padding: 10px 25px 10px 50px;
    margin: 12px 0;
    border-radius: 50px;
    position: relative;
    background-image: url(../images/list-arrow.png);
    background-repeat: no-repeat;
    background-position: 7px;
}
.financial-info {
    background: var(--gray);
    padding: 30px;
    border-radius: 20px;
    margin: 45px 0 60px;
}
.financial-info p {
    margin: 0;
    color: var(--secondary);
    font-size: 20px;
    line-height: 30px;
}
.investment {
    background: var(--gray);
    padding: 60px 0;
}
.investment .row {
    row-gap: 22px;
}
.investment .subheading{
	color:var(--primary);
}
.investment-item {
    background: var(--white);
    padding: 35px;
    border-radius: 30px;
    height: 100%;
}
.investment-item h3 {
    color: var(--primary);
    font-size: 26px;
    margin: 18px 0 10px;
    font-weight: 600;
}
.investment-item img {
    width: 90px;
}

/* Education */

.educationtop {
    margin-bottom: 60px;
}
.educationtop img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.educationtop-content ul {
    margin-top: 22px;
}
.educationtop-content ul li {
    color: var(--secondary);
    margin-bottom: 10px;
    background: url(https://webzensys.com/work/globalpricing.com/wp-content/themes/globalpricing/images/elftarrow.png) left no-repeat;
    padding-left: 30px;
}
.educationtop-content ul li:last-child {
    margin-bottom: 0;
}
.eduhelp {
    background: var(--gray);
    padding: 60px 0;
}
.eduhelp .mainheading p {
    color: var(--primary);
}
.eduhelp-item {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 3px 3px 13px #eee;
}
.eduhelp-item h3 {
    margin: 25px 0 12px;
    color: var(--primary);
    font-weight: 600;
}
.eduhelp-item p {
    min-height: 140px;
    max-height: 200px;
}


/* REGULATORY COMPLIANCE */

.regulatory-affairs-compliance .regulatory-content h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--secondary);
}
.market {
    background: var(--gray);
    padding: 65px 0;
    margin-top: 60px;
}
.market-item {
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
    height: 100%;
    background: var(--white);
}
.market-item img {
    width: 100px;
}
.regulatory img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.market-item h3 {
    color: var(--primary);
    margin: 18px 0 12px;
    font-weight: 600;
}
.platform.immediately {
    background: none;
}
.platform.immediately .leftheading{
	color:var(--primary);
}
.platform.immediately .platform-item {
    margin-top: 0 !important;
    background: none;
    border: solid 1px #ddd;
    border-radius: 15px;
    padding: 25px;
    column-gap: 20px;
}
.platform.immediately .platform-item figure {
    border: none;
}
.platform.immediately .platform-info p {
    color: var(--black);
}
.platform.immediately .platform-info span {
    color: var(--orange);
    display: block;
}
.unique {
    background: var(--gradient);
    padding: 60px 0;
}
.unique-item {
    background: var(--white);
    height: 100%;
    border-radius: 10px;
    padding: 30px;
}
.unique-item h3 {
    color: var(--primary);
    margin: 20px 0 10px;
    font-weight: 600;
}
.unique-item figure img {
    width: 90px;
}


/* Pricing Strategy & Market Access */

.pricing-strategy .regulatory-content h2 {
    color: var(--primary);
    font-size: 38px;
    margin-bottom: 28px;
}
.pricing-strategy .regulatory-content p {
    font-size: 22px;
    color: var(--secondary);
    line-height: 32px;
}
.pricing-strategy .platform-item {
    background: #ffffff14;
    border: solid 1px #dddddd45;
	margin: 0 !important;
}
.pricing-strategy .platform-item h3, .pricing-strategy .platform-item p {
    color: var(--white);
}
.pricing-strategy .platform-item h3 {
    margin: 25px 0 12px;
}
.pricing-strategy .platform-item figure {
    border: none;
}
.platform .platform-item h3 span {
    color: var(--orange);
}
.identification{
	background:var(--gray);
}
.identification .unique-item h3 {
    font-size: 22px;
}
.pricing-strategy .expert{
    background: var(--secondary);	
}
.pricing-strategy .expert h2 span {
    display: block;
    color: var(--orange);
}
.pstrategyunique.platform{
	background:var(--gray);
}
.pstrategyunique.platform .leftheading{
	color:var(--primary);
}
.pstrategyunique-sec {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
.pricing-strategy .pstrategyunique-sec .platform-item:nth-child(even) {
    flex-direction: row-reverse;
}
.pricing-strategy .pstrategyunique-sec .platform-item {
    background: var(--white);
	border-radius: 20px;
}
.pricing-strategy .pstrategyunique-sec .platform-item h3 {
    color: var(--secondary);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
}
.pricing-strategy .pstrategyunique-sec .platform-item p {
    color: var(--black);
    width: 80%;
}
.pricing-strategy .valuescore{
padding:70px 0;	
text-align:center;
}

/* Research Insights */

.researchinsights-section .homebloglist {
    text-align: left;
    border-radius: 20px;
    padding: 20px;
    column-gap: 25px;
    justify-content: space-between;
	width:100%;
}
.researchinsights-section .homebloglist img {
    border-radius: 20px;
}
.researchinsights-section .homebloglist:nth-child(even) {
    flex-direction: row-reverse;
}
.researchinsights-section .homeblogbox {
    width: 62%;
}
.researchinsights-section .homebloglist figure {
    width: 38%;
}
.researchinsights-section .homebloglist h3 a {
    font-size: 30px;
}
.researchinsights-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
.researchinsights-section .homebloglist h3 {
    margin: 0 0 25px;
    width: 80%;
    line-height: 40px;
}

/* BIOTECHNOLOGY PAGE CSS */

.biotech {
    background: #F5F5F5;
    padding: 70px 0;
}
.biotech .solution-content h3 {
    color: var(--primary);
    line-height: 35px;
}
.data {
    background: var(--gradient);
    padding: 70px 0;
}
.data-info {
    background: #416195;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin: 40px 0;
}
.data-info p {
    margin: 0;
    color: var(--white);
}
.assessment p {
    font-size: 22px;
}
.assessment p img {
    width: 26px;
    margin-left: 20px;
}
.biotechnology-data {
    background: var(--white);
}
.biotech-subheading {
    font-size: 30px;
    color: var(--secondary);
}
.biotechnology-data .market-item {
    background: var(--gradient);
}
.biotechnology-data .market-item {
    background: var(--gradient);
}
.biotechnology-data .row {
    row-gap: 22px;
}
.biotechnology-data .col-sm-4:nth-child(4), .biotechnology-data .col-sm-4:nth-child(5) {
    width: 50%;
}
.biotechnology-data .market-acsess {
    padding: 25px 25px;
    border-radius: 15px;
    margin-top: 30px;
}

/* Archive */

.postarchive {
    margin-top: 50px;
}
.postarchive .heading {
    font-size: 38px;
    margin-bottom: 35px;
}
.postarchive ul li a {
    background: #CDDFE7;
    display: block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 10px;
    color: var(--primary);
	transition:all ease-in-out .5s;
}
.postarchive ul li a:hover{
	background:var(--primary);
	color:var(--white);
}
.archive .researchinsights-section .homebloglist:nth-child(even){
flex-direction: row-reverse;	
}

/* Enterprise Mid Market */

.emidmarket .expert {
    background: linear-gradient(89deg, var(--orange), var(--secondary));
    border-radius: 15px;
    margin-bottom: 60px;
}
.emidmarket .integratedsolutions-item img {
    width: 90px;
}
.emidmarket .integratedsolutions .row {
    row-gap: 25px;
}
.emidmarket .integratedsolutions{
    padding: 60px 0;
    margin-top: 70px;
}
.emidmarket .challenges .integratedsolutions .col-lg-4:nth-child(4), .emidmarket .challenges .integratedsolutions .col-lg-4:nth-child(5) {
    width: 50%;
}
.about-data .hline{
	background:var(--secondary);
}
.emidmarket .integrated-content h2 {
    font-size: 35px;
    color: var(--primary);
    margin-bottom: 20px;
}
.emidmarket .integrated-content h2 strong {
    color: var(--orange);
    font-weight: 600;
}
.emidmarket .integrated-content p{
	margin:0;
}
.midmarketpost .homeblogbox h3, .midmarketpost .homeblogbox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.midmarketpost .homeblogbox span {
    margin: 0;
}
.midmarketpost .homebloglist {
    background: none;
    border: none;
    text-align: left;
}
.midmarketpost .homeblogbox{
	padding:0;
}
.midmarketpost .homebloglist, .midmarketpost .homebloglist img {
    border-radius: 8px;
}
.midmarketpost .homebloglist img {
    width: 100%;
    margin-bottom: 18px;
}
.midmarketpost .btn-underline {
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.midmarketpost .slick-dots {
    margin-top: 25px;
}
.emidmarket .midmarketpost {
    padding-top: 70px;
}
.integratedsolutions.withoutbg .integratedsolutions-item {
    box-shadow: 3px 3px 12px #eee;
}
.integratedsolutions.withoutbg {
    margin: 0;
}

/* Commercial Strategy */

.launchinplan {
    background: var(--gray);
    padding: 65px 0;
    margin: 65px 0;
}
.opportunitytbl table {
    background: var(--white);
}
.opportunitytbl table tr:nth-child(1) {
    background: var(--gradient);
}
.opportunitytbl table tr:nth-child(1), .opportunitytbl table tr:nth-child(1) td {
    background: var(--gradient);
}
.opportunitytbl table tr:nth-child(1) td {
    color: var(--white);
}
.opportunitytbl table tr, .opportunitytbl table td, .opportunitytbl h5, .opportunitytbl p, .opportunitytbl strong {
    font-size: 17px;
}
.commercial-strategy .market-item p a {
    color: var(--orange);
}
.opportunitytbl table td:nth-child(even) {
    background: var(--gray);
}
.opportunitytbl table tr, .opportunitytbl table td {
    border: solid 1px var(--gray);
    color: #444;
    text-align: center;
    padding: 15px;
}
.commercial-strategy .commercial-content h2 {
    font-size: 37px;
}
.opportunitytbl tr:first-child strong {
    margin-top: 10px;
    display: block;
}
.commercial-strategy .commercial-content h2 strong {
    color: var(--orange);
    font-weight: 600;
    display: block;
}
.commercial-strategy .commercial-content p {
    font-size: 19px;
    line-height: 30px;
}
.opportunitytbl h5 {
    padding: 10px;
    border-radius: 6px;
    color: var(--primary);
    border: solid 1px var(--primary);
}
.opportunitytbl table tr:nth-child(3) {
    vertical-align: top;
}
table img {
    width: 55px;
    margin-bottom: 12px;
}
.commercial-strategy .market .row {
    row-gap: 25px;
}
.commercial-strategy .market-item {
    padding: 25px;
    border-radius: 30px;
}
.commercial-strategy .market-item h3 {
    width: 50%;
    margin: 18px auto 12px;
}
.commercial-strategy .expert-item h3 strong {
    display: block;
}
.talktoexpert .col-lg-6:last-child .cnslt {
    display: none;
}
.talktoexpert span.cnslt {
    color: var(--white);
    text-align: center;
    display: block;
    margin: 15px 0 0;
    font-size: 18px;
}

/* HTA PAYER ENGAGEMENT */

.htapayer .trusted-content p, .htapayer .trusted-content li {
    color: var(--white);
}
.htapayer .platform-item {
    margin: 0 !important;
    column-gap: 20px;
    height: 100%;
}
.htapayer .platform .platform-item figure {
    width: 60%;
    height: 100%;
}
.htapayer .platform  .platform-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.htapayer .platform-info {
    width: 80%;
}
.platform .market .market-item h3 {
    font-size: 22px;
    margin: 22px 0 0;
}
.platform .market {
    background: #ffffff1f;
    padding: 20px;
    border-radius: 10px;
}
.comprehensive .market-item img {
    width: 80px;
}
.htapayer .expert  p {
    width: 80%;
    margin: 0 auto 20px;
}

/* Blogs */

.posttbl tr th {
    background: var(--gradient);
    color: var(--white);
    font-size: 34px;
    padding: 5px;
    text-align: center;
}
.posttbl table tr td:first-child {
    background: none !important;!i;!;
    color: var(--black) !important;!I;!;
}
.posttbl table tr td:nth-child(even) {
    background: #f5f5f5;
}
.posttbl table tr {
    vertical-align: top;
}
.posttbl table tr td strong {
    font-size: 17px;
    color: var(--orange);
}
.tackled-item {
    border: solid 1px var(--primary);
    border-radius: 12px;
    height: 100%;
    text-align: center;
    padding: 25px;
}
.tackled {
    margin: 25px 0 25px;
}
.tackled .tackled-item h4 {
    margin: 15px 0 0;
    color: var(--secondary);
    font-size: 20px;
}
.tackled-item img {
    border: solid 1px var(--secondary);
    border-radius: 8px;
}

/* Pagination */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 10px;
}

.pagination a, .pagination span {
    border: solid 1px #ddd;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 8px;
}

.pagination span.page-numbers.current {
    background: var(--orange);
    color: var(--white);
}

.pagination a:hover, .pagination span:hover {
    background: var(--orange);
    color: var(--white);
}
article.singlepost .btn-primary svg {
    width: 20px;
}
.aboutapproach {
    border: 1px solid #15608259;
    border-radius: 8px;
    padding: 15px 12px;
    height: 100%;
}
.aboutapproach img {
    height: 230px;
    object-fit: cover;
}
.tapproach-item {
    margin: 20px 0 10px;
}
.tapproach .row {
    row-gap: 20px;
}
.approachicon li {
    list-style-type: none !important;
    width: 19%;
    border: 1px solid #ff7a5c40;
    text-align: center;
    padding: 24px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: inset 0 0 10px #ff7a5c1f;
}
.approachicon h3 {
    font-size: 22px;
}
.aboutapproach img {
    border: unset !important;
}
.tapproach-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/* Resources */

.researchsec {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
.research .research-item {
    background: var(--gray);
    padding: 15px;
    column-gap: 20px;
    border-radius: 10px;
}
.research .research-info {
    width: 60%;
}
.research .research-item figure {
    width: 40%;
}
.research .research-item figure img {
    border-radius: 15px;
}
.research .research-item:nth-child(even) {
    flex-direction: row-reverse;
}


/* CONTACT US PAGE CSS */

.contact {
    box-shadow: 0 0 25px #f5f6fdeb;
    padding: 30px 30px 20px;
    border-radius: 10px;
}
.contactlist {
    padding-bottom: 60px;
}
.contactinfo {
    background: url(../images/contact-info-bg.png);
    padding: 50px;
    background-size: cover;
    border-radius: 15px;
}
.contactinfo h3 {
    font-size: 35px;
}
.contactinfo strong {
    font-weight: 600;
}
.contactinfo p {
    font-size: 20px;
    margin-bottom: 20px;
}
.contactinfo ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}
.contactinfo li {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: var(--white);
}
.contactinfo li a {
    color: var(--white);
}
.follow ul {
    column-gap: 8px;
    margin-top: 25px;
}
.follow li a {
    border: 2px solid var(--white);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
    background: #ffffff1c;
}
.follow li a img {
    width: 18px;
}
.wpcf7-list-item.first.last {
    margin: 0;
}
.submit p {
    display: flex;
    align-items: center;
}

.contact-item {
    background: var(--gradient);
    padding: 30px;
    border-radius: 15px;
}
.contact-item h3 {
    margin: 15px 0;
}

/* OIur Partners */

.partnerssec {
    padding: 60px 0 20px;
}
.partnerssec .row {
    row-gap: 25px;
}
.ourpartners-top {
    text-align: center;
}
.ourpartners-top p {
    font-size: 21px;
}
.ourpartners-item {
    border: solid 1px #eee;
    height: 100%;
    border-radius: 12px;
    padding: 20px 35px 35px;
    text-align: center;
}
.ourpartners-item p {
    margin-bottom: 20px;
}

/* BLOG DETAILS SECTION CSS */

.key-inside {
    background: var(--orange);
    height: 100%;
    padding: 30px 25px;
    border-radius: 15px;
}
.inside-info {
    border: 1px solid var(--white);
    padding: 20px;
    border-radius: 20px;
}
.methodology {
    background: url(../images/methodologybg.png);
    padding: 70px 0;
    margin-top: 70px;
}
.methodology .heading {
    font-size: 45px;
    margin-bottom: 15px;
}
.methodology p {
    color: var(--white);
    margin: 0;
}

/* SINGLE POST SLIDER */

.secondary-container.single-post {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
}
.slider-for-item img {
    height: 875px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}
.slider-nav-item img {
    height: 290px;
    object-fit: cover;
    object-position: top;
}
.slider-nav-item img {
    border-radius: 15px;
}
.post-content {
    background: #00000075;
    padding: 25px;
    border: 1px solid #ffffff1a;
    margin-bottom: 25px;
    border-radius: 6px;
    text-align: center;
}
.post-content p {
    font-size: 16px;
    color: #9f9f9f;
    margin: 0;
}
.post-sidebar {
    background: #00000075;
    padding: 30px;
    border: 1px solid #ffffff1a;
    border-radius: 6px;
}
.post-sidebar ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.post-sidebar li {
    display: flex;
    color: var(--primary);
    font-weight: 300;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 10px;
    border-radius: 10px;
}
.post-sidebar li span {
    color: var(--white);
    letter-spacing: .5px;
}
.rates table {
    width: 100%;
    margin-top: 30px;
}
.rates table th {
    text-align: center;
    color: var(--white);
    font-weight: 300;
    letter-spacing: .5px;
    background: var(--primary);
    padding: 8px 0;
    border: 1px solid #ffffff40;
}
.rates table tr td {
    text-align: center;
    color: var(--white);
    font-weight: 300;
    border: 1px solid #ffffff40;
    padding: 10px;
}
.rates .btn-primary {
    display: block;
    margin-top: 20px;
}

/* LOCATION PAGE CSS */

.location {
    background: url(https://hotynight.com/wp-content/uploads/2025/07/escortbg.jpg);
    padding: 60px 0;
}
.location .row {
    row-gap: 22px;
}
.location-item figure {
    border-radius: 6px;
    overflow: hidden;
}
.location-item img {
    height: 250px;
    object-fit: cover;
}
.location-item h3 {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    padding: 20px;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
}

@media(max-width:1199px){
header img {
    width: 100px;
}
.carousel-content {
    width: 60%;
}
}

@media(max-width:991px){
.hdrcontact {
    display: none !important;
}
.mainmenu .row .col-sm-2, .mainmenu .row .col-sm-8 {
    width: 50%;
}
.mainmenu .row .col-sm-8 {
    justify-content: end !important;
}
.carousel-content {
    width: 100%;
}
.newslettercnt {
    text-align: center;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.newsletter form p {
    width: 100%;
    margin-top: 20px;
}
.breadcrumb {
    padding: 130px 0;
}
}

@media(max-width:767px){
.mainslider video {
    height: 400px !important;
}
.mainslider figure img {
    height: 400px;
    object-fit: cover;
}
.mainslider .carousel-caption h1 {
    font-size: 30px;
    line-height: 45px;
}
.mainslider .carousel-caption p {
    display: none;
}
.mainslider .carousel-content {
    text-align: center;
}
.escort {
    padding: 50px 0;
}
.heading, .leftheading {
    font-size: 25px;
}
.row {
    row-gap: 20px;
}
.category {
    padding: 50px 0;
}
.gallery-video {
    padding: 50px 0;
}
.banner {
    padding: 70px 0;
}
footer {
    padding-top: 50px;
}
.details-banner img {
    height: auto;
}
}

@media(max-width:667px){
.arrowimage img {
    width: 100%;
}
.mainheading {
    padding-top: 30px;
}
.category, .gallery-video, .escort, .services {
    padding: 40px 0;
}
.escort-item img {
    height: 600px;
}
.category-item img {
    width: 60px;
}
.banner {
    padding: 50px 0;
}
footer h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
footer ul li {
    margin-bottom: 5px;
}
footer ul li a {
    font-size: 15px;
}
.slider-for-item img {
    height: auto;
}
}

@media(max-width:568px){
.slider-nav-item img {
    height: auto !important;
}
}

@media(max-width:414px){
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}
.mainslider .carousel-caption h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}
.carousel-content a.btn.btn-primary {
    padding: 8px 30px 11px !important;
    font-size: 14px;
}
.mainslider video {
    height: 100vh;
}
.category, .gallery-video, .escort, .services {
    padding: 30px 0;
}
.heading, .leftheading {
    font-size: 20px;
    margin-bottom: 30px;
}
.escort-item img {
    height: 450px;
}
.newslettercnt h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
}
.newslettercnt p {
    font-size: 15px;
    line-height: 25px;
}
.newsletter form p {
    margin-top: 0;
}
.breadcrumb {
    padding: 100px 0 100px;
}
}

@media(max-width:375px){
.breadcrumb {
    padding: 50px 0 50px;
}
}