/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
:focus {
  outline: 2px solid #ffdd00 !important;
  outline-offset: 4px;
}

* {
	box-sizing: border-box !important;
	transition: ease all 0.5s;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
    font-family: 'Poppins', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

 :focus {
	outline: 0;
}

.paddind_bottom_0 {
	padding-bottom: 0 !important;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 0px;
}

.padding_0 {
	padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.webp);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

.bg-light {
	background-color: #363636 !important;
	border-radius: 50px;
}

.logo {
    width: 60%;
    float: left;
    padding-top: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 17px;
	padding-left: 17px;
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
	text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #ffffff;
}

.nav-link {
	display: block;
	padding: 10px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.padding_left_10 {
	padding-left: 15px;
}

.navbar {
	padding: 0px 20px;
}

.header_social_icon {
	float: left;
	width: 100%;
}

.header_social_icon ul {
	margin: 0px;
	padding: 0px;
}

.header_social_icon li {
	float: left;
	padding: 8px;
}

.header_social_icon li a {
	color: #ff405c;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 200px;
    padding-top: 120px;
}

.banner_taital {
	width: 100%;
	font-weight: bold;
	font-size: 60px;
	color: #1c1c1c;
	text-align: center;
    font-family: 'Lato', sans-serif;
}

.banner_text {
	width: 100%;
	font-size: 16px;
	color: #2a2929;
	text-align: center;
	margin: 0 auto;
    font-family: 'Lato', sans-serif;
}

.read_bt {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.read_bt a{
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 18px;
	background-color: #2a2a2a;
	border-radius: 40px;
	margin-top: 40px;
	text-transform: uppercase;
}
.read_bt a:hover{
	color: #2a2a2a;
	background-color: #ffffff;
}
.number_main {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.number_text {
    width: 70px;
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0px;
}
.number_text::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    margin-top: 17px;
}

#main_slider a.carousel-control-next {
	position: absolute;
	right: -145px;
	top: 60%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -145px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
	width: 65px;
	height: 65px;
	background: #2a2a2a;
	opacity: 1;
	font-size: 30px;
	color: #ffffff;
	border-radius: 100%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
	color: #ffffff;
}


/* banner section end */

/* about section start */

.about_section {
	width: 100%;
	float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 210px;
}

.about_taital {
	width: 100%;
	float: left;
	font-size: 30px;
	color: #242424;
	font-weight: bold;
}

.about_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #444444;
	margin: 0px;
	padding-top: 20px;
}

.read_more_bt_1 {
	width: 170px;
}

.read_more_bt_1 a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #252525;
	border-radius: 6px;
	text-align: center;
	padding: 10px 15px;
	margin-top: 40px;
}

.read_more_bt_1 a:hover {
	background-color: #ff405c;
}

.about_box {
    width: 100%;
    background: linear-gradient(to bottom, transparent 20%, #fff 20%);
    padding: 25px;
    height: auto;
    filter: drop-shadow(0px 4px 15px #dedede);
}
.about_box_2 {
    width: 100%;
    background: linear-gradient(to bottom, transparent 20%, #fff 20%);
    padding: 25px;
    height: auto;
    filter: drop-shadow(0px 4px 15px #dedede);
    position: relative;
    left: -230px;
}

.image_1 {
    top: -40px;
    width: 100%;
}
.making_text {
    width: 100%;
    color: #242424;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

/* about section end */


/* improve section start */

.improve_img {
	width: 100%;
	padding-left: 100px;
}

.improve_section {
	width: 100%;
	float: left;
}

.improve_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #151515;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.improve_text {
	width: 82%;
	font-size: 16px;
	color: #2a2929;
	text-align: center;
	margin: 0 auto;
}
.improve_section_2 {
	width: 100%;
	float: left;
	background-image: url(../images/img-3.webp);
	height: auto;
	background-size: 100%;
	margin-top: 90px;
	padding: 100px 0px;
	margin-bottom: 90px;
}
.image_bg {
    width: 100%;
    background-image: url(../images/img-4.webp);
    height: auto;
    padding: 212px 0px;
    background-size: 100%;
    text-align: center;
}
.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 74px;
    left: 100px;
    width: 155px;
    height: 155px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}
.video_bt{
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.video_bt a{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background-color: #2a2a2a;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 8px;
	margin-top: 70px;
}
.video_bt a:hover{
	background-color: #ffffff;
	color: #2a2a2a;
}

/* improve section end */

/* gallery section start */
.gallery_section {
	width: 100%;
	float: left;
	background-color: #f7f8f9;
	height: auto;
	padding: 90px 0px;
}

.gallery_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #2a2a2a;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.gallery_text {
	width: 82%;
	font-size: 16px;
	color: #151515;
	text-align: center;
	margin: 0 auto;
}
.story_section_2{
	width: 100%;
	float: left;
	margin-top: 40px;
}

.images_6 {
    width: 100%;
    text-align: center;
    min-height: 110px;
    margin-top: 30px;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.ram {
    position: relative;
    width: 100%;
}

.ram:hover .image {
  opacity: 0.3;
}

.ram:hover .middle {
  opacity: 1;
}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.icon {
    width: 100%;
    float: left;
}
.icon ul{
    margin: 0px;
    padding: 0px;
}
.icon li {
    font-size: 30px;
    float: left;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 10px 0px;
    margin: 0px 5px;
    border: 1px solid red;
}

.text{
	width: 100%;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}


/* gallery section end */
/* testimonial section start */
.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.client_section {
	width: 100%;
	float: left;
	padding-bottom: 90px;
}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #1a1919;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 80px;
}
.client_text_main {
    width: 90%;
    float: right;
    padding-top: 30px;
}
.client_name{
    width: 100%;
    font-size: 20px;
    color: #161515;
    font-weight: bold;
}
.client_text {
	width: 60%;
	float: left;
	font-size: 16px;
	color: #121212;
	margin: 0px;
}

.client_main {
	width: 100%;
	display: flex;
}
.client_img {
	width: 100%;
}


#my_slider a.carousel-control-next {
	position: absolute;
	right: 925px;
	top: 70%;
	color: #000;
}

#my_slider a.carousel-control-prev {
	position: absolute;
	left: -420px;
	top: 70%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
	width: 65px;
	height: 65px;
	background: #fa3f5a;
	opacity: 1;
	font-size: 22px;
	color: #ffffff;
	border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
	box-shadow: 0px 2px 12px 2px #ececec;
	color: #000;
	background-color: #ffffff;
}


/* testimonial section end */


/* contact section start */

.contact_section {
	width: 100%;
	float: left;
}

.contact_section_left {
	width: 100%;
	float: left;
}

.contact_taital {
	width: 100%;
	float: left;
	color: #1a1919;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.contact_text{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #252424;
	text-align: center;
	margin: 0px;
}
.contact_section_2 {
	width: 100%;
	float: left;
}
.mail_section_1 {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.mail_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4f4e4e;
	border: 1px solid #8e8e8e;
	background-color: #ffff;
	padding: 15px;
	margin-top: 20px;
}

input.mail_text::placeholder {
	color: #4f4e4e;
}

.massage-bt {
	color: #4f4e4e;
	width: 100%;
	height: 110px;
	font-size: 18px;
	background-color: #ffff;
	padding: 40px 15px 0px 15px;
	border: 1px solid #8e8e8e;
	height: 110px;
	margin-top: 20px;
}

textarea#comment::placeholder {
	color: #4f4e4e;
}

.send_bt {
	width: 170px;
	margin: 0 auto;
	text-align: center;
}

.send_bt a {
	width: 100%;
	float: left;
	background-color: #e81d42;
	color: #fefeff;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	margin-top: 40px;
}

.send_bt a:hover {
	background-color: #363636;
	color: #ffffff;
}



/* contact section end */





/* footer section start */

.footer_section {
	width: 100%;
	float: left;
	background-color: #171717;
	height: auto;
	padding: 90px 0px;
}

.lorem_text {
	width: 65%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	padding-top: 10px;
	font-family: 'Roboto', sans-serif;
}

.useful_text {
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Orbitron', sans-serif;
	margin-bottom: 15px;
	font-weight: bold;
}

.dummy_text {
	width: 38%;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Orbitron', sans-serif;
	margin-bottom: 15px;
	margin-left: 0px;
}

.location_text {
	width: 70%;
	float: left;
	font-size: 16px;
	color: #fffcfc;
	font-family: 'Orbitron', sans-serif;
}

.location_text a {
	color: #fffcfc;
}

.location_text a:hover {
	color: #ff405c;
}

.padding_left_10 {
	padding-left: 10px;
}

.social_icon {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.social_icon ul {
	margin: 0px;
	padding: 0px;
}

.social_icon li {
	float: left;
	padding-right: 15px;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #9e9c9c;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 0px;
}
.subscribe_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}
.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #e81d42;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 5px;
}
.subscribe_bt a:hover{
    color: #9e9c9c;
    background-color: #ffffff;
}

.footer_menu {
    width: 100%;
    float: left;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu li {
    padding-top: 5px;
    font-size: 16px;
    color: #ffffff;
}
.footer_menu li a {
    color: #ffffff;
}
.footer_menu li a:hover {
    color: #e81d42;
}

/* footer section end */


/* copyright section start */

.copyright_section {
	width: 100%;
	float: left;
	background-color: #171717;
	height: auto;
}

.copyright_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-left: 0px;
}

.copyright_text a {
	color: #ffffff;
}

.copyright_text a:hover {
	color: #e81d42;
}


/* copyright section end */

.margin_top_90 {
	margin-top: 90px;
}
.margin_bottom90{
	margin-bottom: 90px;
}

/* Global fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Header animation */
.header_section { animation: fadeIn 1s ease-in-out; }




/* Banner title typing animation */
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}
.banner_taital {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 3s steps(30, end), blink 0.6s step-end infinite;
}
@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #000; }
}

/* About section card hover */
.about_box, .about_box_2 {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.about_box:hover, .about_box_2:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Gallery hover zoom */
.image {
  transition: transform 0.4s ease;
}
.ram:hover .image {
  transform: scale(1.1);
}

/* Scroll animations */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in-section.visible {
  opacity: 1;
  transform: none;
}

/* Button hover effect */
.read_bt a, .video_bt a, .send_bt a {
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.read_bt a:hover, .video_bt a:hover, .send_bt a:hover {
  transform: scale(1.05);
}

/* Testimonial fade */
.testimonial_section { animation: fadeIn 2s ease-in-out; }

/* Footer animation */
.footer_section { animation: fadeIn 2s ease-in-out 0.5s both; }
/* Scroll reveal animations (using AOS-like custom classes) */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Banner text animation */
.banner_taital, .banner_text { animation: fadeIn 1.2s ease-in-out; }

/* About section cards hover */
.about_box, .about_box_2 {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.about_box:hover, .about_box_2:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Gallery hover zoom */
.ram .image { transition: transform 0.5s ease; }
.ram:hover .image { transform: scale(1.1); }

/* Testimonial fade/slide */
.client_main { animation: fadeIn 1.5s ease; }
.client_text_main { animation: fadeIn 2s ease; }

/* Contact form fade-in */
.contact_section { animation: fadeIn 1.3s ease-in; }

/* Footer fade-up */
.footer_section { animation: fadeIn 1.3s ease-in-out; }

/* Advanced Animations Continued */

/* Banner number animation */
@keyframes slideNumber {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.number_text { animation: slideNumber 1s ease-in-out; }

/* Gallery hover zoom effect */
.ram .image {
  transition: transform 0.6s ease;
}
.ram:hover .image {
  transform: scale(1.1);
}

/* Button ripple effect */
.read_bt a, .video_bt a, .send_bt a, .subscribe_bt a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.read_bt a::after, .video_bt a::after, .send_bt a::after, .subscribe_bt a::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s linear;
  opacity: 0;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Card hover lift */
.about_box, .about_box_2 {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about_box:hover, .about_box_2:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Testimonial slide-in */
.client_text_main {
  animation: fadeIn 1.2s ease-in-out;
}
.client_img img {
  animation: fadeInLeft 1.2s ease-in-out;
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}


/* Mobile Navigation Styles */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #363636;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin: 5px 0;
    }

    .navbar-nav .nav-link {
        color: #ffffff;
        padding: 12px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    /* Dropdown styles for mobile */
    .dropdown-menu {
        width: 100%;
        background-color: #454545;
        text-align: center;
        border: none;
        border-radius: 0;
    }

    .dropdown-item {
        color: #ffffff;
        padding: 10px 0;
        text-align: center;
    }

    /* Search icon centering */
    .nav-item img {
        display: block;
        margin: 10px auto;
    }

    /* Toggle button styling */
    .navbar-toggler {
        margin: 0 auto;
        display: block;
    }

    /* Animation for dropdown */
    .dropdown-menu {
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}





/* Mobile Full-Screen Nav Overlay */
@media (max-width: 991px) {
  .navbar {
    position: relative;
    z-index: 1100;
  }

  .navbar-collapse {
    position: fixed;
    inset: 0;                /* top:0; right:0; bottom:0; left:0 */
    width: 100vw;
    height: 100vh;
    background: #1f1f1f;     /* overlay bg */
    padding: 80px 24px 24px; /* space for close button */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .35s ease, transform .35s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-nav {
    width: 100%;
    gap: 8px;
  }
  .navbar-nav .nav-link {
    width: 100%;
    color: #fff;
    font-size: 22px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  /* Close (X) button inside overlay */
  .mobile-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #fff;
  }
  .mobile-close:active { transform: scale(.96); }

 
}
.navbar-nav .nav-link i {
   margin-left: 5px;
   font-size: 14px;
}
.nav-link .fa-angle-down {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.nav-item.dropdown.show .fa-angle-down {
    transform: rotate(180deg);
}

/* Add these styles at the end of your existing CSS */

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeIn 0.3s ease;
    }

    .nav-item.dropdown > .nav-link {
        pointer-events: auto;
    }
    
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        content: "";
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
    }
}

/* Dropdown arrow alignment fix */
.navbar-nav .dropdown-arrow {
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown open */
.nav-item.dropdown.show .dropdown-arrow {
    transform: rotate(180deg);
}

/* Arrow style */
.dropdown-toggle-arrow {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Rotate arrow on open */
.nav-item.dropdown.show .dropdown-toggle-arrow i {
  transform: rotate(180deg);
}

/* Align dropdown correctly */
.nav-item.dropdown {
  position: relative;
}
/* Add these styles at the end of your existing CSS */

.nav-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.fa-angle-down {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.dropdown.show .fa-angle-down {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .nav-link {
        justify-content: center;
        padding: 12px 0;
    }
    
    .nav-link .fa-angle-down {
        margin-left: 5px;
    }
}
/* Add these styles at the end of your existing CSS */

.nav-link-wrapper {
    width: 100%;
    cursor: pointer;
}

.nav-link-wrapper .nav-link {
    margin-right: 5px;
    text-decoration: none;
}

.dropdown-toggle-icon {
    padding: 5px;
    cursor: pointer;
}

.dropdown-toggle-icon i {
    transition: transform 0.3s ease;
}

.show .dropdown-toggle-icon i {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .nav-link-wrapper {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav-link {
        border-bottom: none !important;
        padding: 0 !important;
    }
    
    .dropdown-menu {
        width: 100%;
        text-align: center;
        margin-top: 0;
        background-color: rgba(255,255,255,0.1);
    }
    
    .dropdown-item {
        color: #fff;
        padding: 10px 0;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255,255,255,0.2);
    }
}
@media (max-width: 991px) {
  .navbar-collapse.show {
    background: #000; /* Solid black */
    opacity: 1;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    padding: 14px 0;
  }

  /* Optional: add subtle divider lines */
  .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
}
/* Desktop + Mobile arrow styling */
.dropdown-arrow {
  cursor: pointer;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dropdown-arrow i {
  font-size: 18px;
  color: #ffffff; /* Make arrow visible */
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.nav-item.dropdown.show .dropdown-arrow i {
  transform: rotate(180deg);
}

/* Improve arrow visibility in mobile full screen nav */
@media (max-width: 991px) {
  .dropdown-arrow {
    padding: 8px;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    margin-left: 10px;
  }

  .dropdown-arrow i {
    color: #fff !important; /* force visible */
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
    background: #333;
  }
}



/* Align HOME and arrow in same line */
.nav-item.dropdown > .nav-link,
.nav-item.dropdown > .dropdown-arrow {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/* IMPORTANT FIX — Do NOT flex the entire dropdown item */
.nav-item.dropdown {
  display: block; /* revert */
}

/* Arrow next to Home text */
.dropdown-arrow {
  margin-left: 6px;
  cursor: pointer;
}

/* Rotate arrow when open */
.nav-item.dropdown.show .dropdown-arrow i {
  transform: rotate(180deg);
  transition: 0.3s;
}

/* Dropdown menu alignment */
.dropdown-menu {
  text-align: left;
}
/* Put HOME and arrow in one row */

 .home-row {
  display: flex;
  align-items: center;
}

/* Arrow button */
.dropdown-arrow {
  background: none;
  border: none;
  color: #fff;
  margin-left: 8px;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
}

/* Rotate arrow when open */
.nav-item.dropdown.show .dropdown-arrow i {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
}

.nav-item.dropdown.show .dropdown-menu {
  display: block;
}
 
#sendMessageBtn {
  width: 100%;
  background-color: #e81d42;
  color: #fff;
  padding: 10px 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

#sendMessageBtn:hover {
  background-color: #363636;
}
/* Hide close button on laptop & desktop */
@media (min-width: 992px) {
  .mobile-close {
    display: none !important;
  }
}

/* Show close button only on mobile */
@media (max-width: 991px) {
  .mobile-close {
    display: block !important;
  }
}
