body{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #000;
    color: #fff;
}
 header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }

/* ************Header*********** */

header .header-top{
    background-color:#bf5800;
}
header .header-top .wrap .info a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
header .header-top .wrap .info a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
header .social-icon a i{
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
    background-color:#a8a208;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
}






.navbar {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 250px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #000650;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #ffcc33;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #95af07;
}
.navbar .navbar-toggler-icon{
    color: #95af07;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}
.dropdown-menu[data-bs-popper] {
    top: 140%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 55%);
}
.dropdown-item {
    margin: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: #000650 1px solid;
}
.dropdown-menu li a.dropdown-item:last-child(8) {
   
    border-bottom: #be1313 1px solid;
}



.dropdown-item:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 2px 0;
    background-color: #d39400;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}



/* ************Banner************ */

/* ************Banner************ */



.banner .carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 80px;
    line-height: 100px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5 span{
    color: #dfb946;
    text-shadow: 3px 5px 4px #0000009d;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #dfb946;
    border: 2px solid #dfb946;
    display: inline-block;
    margin: 0 auto;
    transition: all 0.5s ease;
    padding: 20px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}




/* ************About********** */

.about .wrap{
    display: flex;
    flex-direction: column;
  
    height: 100%;
}
.about .wrap img{

    display: inline-block;
    border-radius: 5px;
}
.about .wrap h1{
    color: #bd8f06;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #bd8f06;
    font-size: 30px;
    line-height: 9px;
    font-weight: 800;
    margin-bottom: 21px;
    margin-top: 25px;
        line-height: 32px;
}

.about .wrap h3{
    color: #bd8f06;
    font-size: 28px;
    line-height: 9px;
    font-weight: 800;
    margin-bottom: 21px;
    margin-top: 25px;
}

.about .wrap h4{
    color: #bd8f06;
    font-size: 25px;
    line-height: 9px;
    font-weight: 800;
    margin-bottom: 21px;
    margin-top: 25px;
}

.about .wrap p{
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 7px;
    font-family: sans-serif;
}
.about-sera {
    padding: 20px;
}

.about-sera h5{
    color: #000;
    }

.about-sera h4{
color: #000;
}
.about-sera p{
    color: #000;
    }

    .card{
        overflow: hidden;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border: none;
        border-radius: 0;
    } 
.card p{
    color: #000;
}
.card h5{
    color: #000;
    text-align: center;
}
.card img{
 
    width: 100%;
    height: 300px;
   
   
}

.lift-products h2{
        color: #bd8f06;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        font-size: 40px;
}
.lift-products p{
        color: #070707;
       
        text-align: center;
        padding: 10px;
        font-size:15px;
}



.lift-products h3{
        color:#bd8f06;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
}
.lift h5{  color: #bd8f06;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 25px;
}
.lift{
    margin-top: 15px;
}

.lift p{
    color: #000000;
  
    font-size: 17px;
}
.form-area {
	padding-top: 7%;
}
.row.single-form {
	box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}
.form-label{
    color: #000;
}
.left {
	background: blueviolet;
	padding: 250px 98px;
}
.left h2 {
	font-family: poppins;
	color: #ffffff;
	font-weight: 700;
	font-size: 48px;
}
.left h2 span {
	font-weight: 100;
}
.single-form{
    background: #fff;
}
.right {
	padding: 70px 100px;
	position: relative;
}
.right i {
	position: absolute;
	font-size: 80px;
	left: -27px;
	top: 40%;
	color: #fff;
}
.form-control {
	border: 2px solid #000;
}
.right button {
	border: none;
	border-radius: 0;
	background: #252525;
	width: 180px;
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}
.right button:hover{
    background-color: #252525;
}


/*responsive*/

@media (min-width:768px) and (max-width:991px){
    .right i {
	top: -52px;
	transform: rotate(90deg);
	left: 50%;
}
}

@media (max-width:767px){
    .left {
  padding: 90px 15px;
  text-align: center;
}
.left h2 {
  font-size: 25px;
}
.right {
  padding: 25px;
}
.right i {
  top: -52px;
  transform: rotate(90deg);
  left: 46%;
}
    .right button {
	width: 150px;
	padding: 12px 0;
}
    
}



/* home end*/

.why{
    background-image: url(../images/about/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.why .why-head{
    text-align: center;
    margin-bottom: 50px;
}
.why .why-head h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.why .why-head p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.why .wrap{
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 25px;
}
.why .box h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.why .box p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.why .box figure img{
    width: 50px;
    margin-bottom: 20px;
}

.about figure img{
    border-radius: 15px;
}


/* ***************services************** */

.services{
    overflow: hidden;
    
}



.services .head h6{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 4px;
    text-align: center;
}
.services .head p{
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: justify;
}
.services .wrap{
    border: 1px solid #f1f1f1;
    margin: 20px 0;
}
.services .wrap .media-box .content{
    padding: 25px 15px;
}
.services .wrap .media-box .content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.services .wrap .media-box .content .rating{
    margin-top: 5px;
}
.services .wrap .media-box .content .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.services .wrap .media-box .content .rating b{
    margin-left: 20px;
    color: #000;
}
.services .wrap .media-box .content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin: 15px 0;
}
.services .wrap .media-box .content a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #bd8f06;
    border: 2px solid #874e04;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 10px 20px;
    letter-spacing: 2px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 0;
}
.services .wrap .media-box .content a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

/* ***************Service**************** */


/* ************why-choose*********** */
.why-choose{
    background-color: #eeefef;
}

.why-choose .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #bd8f06;
    margin: 0 0 30px 0;
    text-align: center;
}
.why-choose .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.elevator .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.why-choose .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5d753;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fffef9;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}


.why-choose .box figure .h-1{
    width: 86px;
    display: block;
    transition: all .3s ease-in-out;
}

.why-choose .box figure .h-2{
    width: 70px;
    display: none;
    transition: all .3s ease-in-out;
}

.why-choose .box figure .number{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7c0606;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.why-choose .box figcaption h5{
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.why-choose .box figcaption p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    text-align: center;
}


/* *************lets************* */

.lets{
    background-image: url(../images/about/about-contact-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.lets h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.lets a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.lets a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

.service{
    background-image: url(../images/service/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.service .head{
    margin-bottom: 50px;
}
.service .head h5{
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.service .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.service .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.service .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.service .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.service .wrap img{
    width: 40px;
    margin-bottom: 15px;
}
.service .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.service .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.home-inspection{
    background-color: #ebfffd;
    padding: 31px;
}

.home-inspection h4{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 25px;
}
.home-inspection p{
    text-align: justify;
    color: #000;
    font-size: 16px;
}
.home-inspection img{
    width: 100%;
    height: 200px;
    text-align: center;
}
.customised-lift{
    background-color: #8a1e1e;
}
.customised-lift h2{
    font-size: 30px;
}
.customised-lift p{
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

/* *****************Footer*************** */

footer{
    background-color: #000;
    overflow: hidden;
    position: relative;
}
footer .footer-circle{
    position: absolute;
    right: -400px;
    bottom: -400px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #ff1414;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 250px;
    margin: 30px 0 20px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;

}
footer .footer-wrap .social-icon a i{
    color: #bd8f06;
    font-size: 15px;
    background-color: #ffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.5s ease;
}

footer .footer-wrap h4{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a i{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}

footer .footer-wrap ul li a i{
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-bottom{
    background-color:#7b060b;
    border-top: 1px solid #000;
}
footer .copy-right{
    margin: 30px 0 20px;
    color: #eff0f9;
}
footer .copy-right span{
   color: #ffffff;
   font-weight: 800;
   text-transform: uppercase;
}
footer .copy-right a{
   color: #ffffff;
   font-weight: 800;
}





/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/broadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(9 12 0 / 70%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h5{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #fbb039;
}


/* --------our-service------

.our-service{
    background-color: #f3f3f3;
}
.our-service .wrap{
    background-color: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
}
.our-service .wrap figure img{
    border-radius: 15px;
}
.our-service .wrap figcaption{
    padding: 20px 10px;
}
.our-service .wrap h6{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.our-service .wrap p{
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
    color: #000;
}





/* ---------------contact------------- */

.contact{
    overflow: hidden;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 15px;
}
.contact .wrap a {
    color: #000;
    font-weight: 600;
    transition: 0.5s all ease;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap i{
    color: #be9108;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}
.contact .wrap a:hover{
    color: #be9108;
    transform: scale(1.05);
}
.contact .contact-border{
    border-right: 2px solid #000;
    height: 100%;
}


/* -----------career---------- */

.about-career{
    margin:30px 0;
}
.about-career p{
    font-size: 30px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 20px;
    text-align: center;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #072d5a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f6f6f6;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #003936;
    background-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}
.about-career #contact-form label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #0396d3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #0396d3;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
   background-color: #0396d3;
}


/* ***************Sub-page**************** */



.sub-page{
    padding: 20px 0;
    overflow: hidden;
}
.sub-page .head{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.sub-page .head h1{
    font-size: 35px;
    line-height: 44px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 20px;
    text-align: center;
}
.sub-page .head h2{
    font-size: 30px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 5px;
   
}
.sub-page .head h3{
    font-size: 28px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 5px;
   
}

.sub-page .head h4{
    font-size: 25px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 5px;
   
}

.sub-page .head h5{
    font-size: 20px;
    line-height: 56px;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 5px;
   
}
.sub-page .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    font-family: sans-serif;
}
.sub-page .sub-head{
    margin-bottom: 50px;
}

.sub-page .head ul li{
    color: #000;
    list-style-type: circle;
}




.sub-page .sub-head h5{
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.sub-page .sub-head h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.sub-page .sub-head p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}
.sub-page .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.sub-page .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.sub-page .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sub-page .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.sub-page .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.sub-page .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.sub-page .wrap .why-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #29539b;
    margin: 0 0 20px 0;
}
.sub-page .wrap .why-section p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.sub-page .wrap .why-section ul li{
    list-style-type: disc;
    color: #29539b;
    margin: 5px 0;
}
.sub-page .wrap .why-section ul li p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
}

.sub-page figure img{
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}


/*client list */




.table-list .table thead tr th{
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #179757;
    text-align: center;
}
.table-list .table tbody tr .bgtd{
    background-color: #002c42;
}
.table-list .table tbody tr td h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #002c42;
    text-align: center;
}
.table-list .table tbody tr td p{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #179757;
    text-align: center;
}
.table-list .table tbody tr td span{
    font-weight: 600;
    color: #ff000a;
}














/* Back to top button */

#button {
    display: inline-block;
    background-color: #8fb5e3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #8fb5e3;
  }
  #button:active {
    background-color: #8fb5e3;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
/* Video */
.video-info{
width: 100%;
}

/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 10%;
    left: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 45px;
    background-color: #0fc33b;
    border: 2px solid #0fc33b;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


/* **************************floating-icon-bottom************************** */

.floating-icon-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    
}
.floating-icon-bottom .whatsapp{
    background-color: #fff;
    color: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom .call{
    background-color: #fff;
    color: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom .mail{
    background-color: #fff;
    color: #8f6d07;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
    border: 2px solid #8f6d07;
}
.floating-icon-bottom i{
    color: #8f6d07;
    display: block;
    font-size: 20px;
}



#preloader{
    background: #fff url(../images/preloader/loader.webp);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}


/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ff8100;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.gallery p
{
    color: #000;
    font-size: 20px;
    text-align: center;
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
    border: 2px solid #fff;
}





/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 lg-767 to 576 
 */



/* ******1399px****** */                 

@media only screen and (max-width: 1399px) {

   header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }
}
/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .about .wrap h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .about .wrap p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .testimonial .box p {
        font-size: 15px;
        line-height: 20px;
    }
    .testimonial .item figure img {
        margin-right: 50px;
    }
    .sub-page .head h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .sub-page .head p {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-page .wrap .why-section h4 {
        font-size: 25px;
        line-height: 31px;
        margin: 0 0 15px 0;
    }
    .sub-page .wrap .why-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 15px;
        line-height: 24px;
    }

}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar .navbar-nav {
        align-items: center;
    }
    .carousel .carousel-inner {
        height: 435px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .about .wrap h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
  .head p{
    color: #000;
    font-size: 16px;
   }

    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }
    .testimonial .item figure img {
        display: block;
        margin: 0 auto 10px;
    }
    .testimonial .box figure h6 {
        margin-bottom: 5px;
    }
    .testimonial .box figure .rating {
        margin-top: 0px;
    }
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 13px;
        line-height: 19px;
    }
    .footer-bottom{
        padding-bottom: 100px;
    }
    .contact .wrap a {
        font-size: 12px;
    }

    .sub-page .head h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .sub-page .head p {
        font-size: 15px;
        line-height: 21px;
    }
    .sub-page .wrap .why-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 8px;
    }

}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header {
        display: none;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .carousel .carousel-inner {
        height: 242px;
    }
    .about figure img {
        display: none;
    }
    .services .wrap .media-box {
        display: flex !important;
        text-align: left;
    }

    footer .footer-wrap h4 {
        margin: 0px 0 20px 0;
    }
    .footer-bottom .copy-right p{
        font-size: 14px;
    }

    .sub-page figure img {
        display: none;
    }

    .contact .contact-border {
        border: none;
        height: 0%;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 23px;
        line-height: 30px;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
    }

}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .services .wrap .media-box {
        display: block !important;
        text-align: center;
    }


    .floating-icon-bottom .whatsapp , .floating-icon-bottom .call , .floating-icon-bottom .mail {
        font-size: 14px;
    }
    
}


/* FAQ Section - Enhanced Design */
.faq-section {
    background: linear-gradient(135deg, #fef9f0 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.faq-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(189, 143, 6, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.faq-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(189, 143, 6, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.faq-heading {
    font-size: 42px;
    font-weight: 800;
    color: #bd8f06;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.faq-heading:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #bd8f06;
    border-radius: 2px;
}

.faq-subheading {
    font-size: 18px;
    color: #555;
    margin-top: 25px;
    font-weight: 400;
}

/* Accordion Custom Styling */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 20px;
    --bs-accordion-inner-border-radius: 20px;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
    background: #fff;
    border-radius: 20px !important;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    background-color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a1a1a;
    padding: 1.2rem 1.8rem;
    box-shadow: none;
    border-radius: 20px !important;
    transition: all 0.25s ease;
    gap: 12px;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(95deg, #fff 0%, #fffcf5 100%);
    color: #bd8f06;
    border-bottom: 1px solid rgba(189, 143, 6, 0.2);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23bd8f06"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-size: 1rem;
    transition: transform 0.25s ease;
    width: 1.2rem;
    height: 1.2rem;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23bd8f06"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

/* Custom Icon before question text */
.accordion-button i {
    color: #bd8f06;
    font-size: 1.2rem;
    width: 28px;
    transition: all 0.2s;
}

.accordion-button:not(.collapsed) i {
    transform: scale(1.05);
    color: #bd8f06;
}

.accordion-body {
    padding: 1.5rem 1.8rem 1.8rem 4rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    border-radius: 0 0 20px 20px;
}

.accordion-body strong {
    color: #bd8f06;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .faq-heading {
        font-size: 32px;
    }
    .faq-subheading {
        font-size: 16px;
        padding: 0 15px;
    }
    .accordion-button {
        padding: 1rem 1.2rem;
        font-size: 1rem;
    }
    .accordion-button i {
        font-size: 1rem;
        width: 24px;
    }
    .accordion-body {
        padding: 1.2rem 1.2rem 1.5rem 3rem;
    }
}

/* ===== Enhanced Why Choose Us (no inline CSS) ===== */
.why-choose-modern {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 15px 35px -12px rgba(0, 0, 0, 0.08);
    padding: 3rem 2rem;
    margin: 2rem auto;
    max-width: 1280px;
    border: 1px solid rgba(189, 143, 6, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.12);
}

.why-choose-modern .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #bd8f06;
    text-align: center;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 12px;
}

.why-choose-modern .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #bd8f06;
    border-radius: 3px;
}

.why-choose-modern .section-description {
    text-align: center;
    font-size: 1.08rem;
    line-height: 1.6;
    color: #2c2c2c;
    max-width: 850px;
    margin: 0 auto 2.5rem auto;
    font-weight: 450;
    background: #fefaf2;
    padding: 1rem 1.8rem;
    border-radius: 60px;
}

.why-choose-modern .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.8rem;
    margin: 1.5rem 0 0.5rem;
}

.why-choose-modern .stat-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.8rem 1.2rem;
    text-align: center;
    flex: 1 1 200px;
    min-width: 180px;
    transition: all 0.25s ease-in-out;
    border: 1px solid rgba(189, 143, 6, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.why-choose-modern .stat-card:hover {
    transform: translateY(-6px);
    border-color: #bd8f06;
    box-shadow: 0 18px 30px -8px rgba(189, 143, 6, 0.15);
    background: #fffef9;
}

.why-choose-modern .stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #bd8f06;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.why-choose-modern .stat-label {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.why-choose-modern .stat-icon {
    font-size: 2rem;
    color: #e6a017;
    margin-bottom: 0.75rem;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 992px) {
    .why-choose-modern {
        padding: 2.2rem 1.5rem;
    }
    .why-choose-modern .section-title {
        font-size: 2rem;
    }
    .why-choose-modern .section-description {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
    }
    .why-choose-modern .stat-number {
        font-size: 2.4rem;
    }
    .why-choose-modern .stat-label {
        font-size: 0.9rem;
    }
    .why-choose-modern .stat-card {
        min-width: 170px;
        padding: 1.4rem 1rem;
    }
}

@media (max-width: 768px) {
    .why-choose-modern {
        padding: 1.8rem 1.2rem;
        border-radius: 24px;
    }
    .why-choose-modern .section-title {
        font-size: 1.7rem;
    }
    .why-choose-modern .section-title::after {
        width: 55px;
        height: 2.5px;
    }
    .why-choose-modern .section-description {
        font-size: 0.95rem;
        margin-bottom: 1.8rem;
        padding: 0.7rem 1rem;
    }
    .why-choose-modern .stats-grid {
        gap: 1.2rem;
    }
    .why-choose-modern .stat-card {
        min-width: 150px;
        padding: 1.2rem 0.8rem;
    }
    .why-choose-modern .stat-number {
        font-size: 2rem;
    }
    .why-choose-modern .stat-label {
        font-size: 0.8rem;
    }
    .why-choose-modern .stat-icon {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .why-choose-modern {
        padding: 1.5rem 1rem;
    }
    .why-choose-modern .section-title {
        font-size: 1.5rem;
    }
    .why-choose-modern .section-description {
        font-size: 0.88rem;
        line-height: 1.5;
    }
    .why-choose-modern .stats-grid {
        gap: 1rem;
    }
    .why-choose-modern .stat-card {
        min-width: 140px;
        flex: 1 1 140px;
        padding: 1rem 0.5rem;
    }
    .why-choose-modern .stat-number {
        font-size: 1.8rem;
    }
    .why-choose-modern .stat-label {
        font-size: 0.7rem;
    }
}

    .stats-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.2rem;
      row-gap: 2rem;
    }

    .stat-card {
      background: #ffffff;
      border-radius: 32px;
      padding: 1.3rem 1.8rem;
      min-width: 150px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
      border: 1px solid rgba(189, 143, 6, 0.2);
      backdrop-filter: blur(2px);
      flex: 0 0 auto;
    }

    .stat-card:hover {
      transform: translateY(-6px);
      border-color: #bd8f06;
      box-shadow: 0 18px 30px -8px rgba(189, 143, 6, 0.2);
      background: #fffef8;
    }

    .stat-number {
      font-size: 2.9rem;
      font-weight: 800;
      line-height: 1.2;
      background: linear-gradient(145deg, #bd8f06, #f0b429);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 0.25rem;
      letter-spacing: 1px;
    }

    .stat-label {
      font-size: 1rem;
      font-weight: 600;
      color: #3d3d3d;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-top: 6px;
    }

    /* optional icon row for extra trust */
    .trust-badge {
      margin-top: 2.5rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.8rem;
      border-top: 1px dashed rgba(189, 143, 6, 0.25);
      padding-top: 2rem;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,240,0.6);
      padding: 8px 20px;
      border-radius: 60px;
      font-weight: 500;
      color: #5a3e02;
    }

    .trust-item i {
      font-size: 1.3rem;
      color: #bd8f06;
    }

    /* ----- FULL RESPONSIVE BREAKPOINTS (fine-tuned) ----- */
    @media (max-width: 992px) {
      .why-choose-inner {
        padding: 2rem 1.5rem;
      }
      .why-choose-title {
        font-size: 2.2rem;
      }
      .why-choose-description {
        font-size: 1rem;
        padding: 0.7rem 1.5rem;
      }
      .stat-number {
        font-size: 2.4rem;
      }
      .stat-card {
        min-width: 130px;
        padding: 1rem 1.2rem;
      }
    }

    @media (max-width: 768px) {
      .why-choose {
        width: calc(100% - 1.2rem);
        margin: 2rem auto;
        border-radius: 32px;
      }
      .why-choose-inner {
        padding: 1.8rem 1rem;
      }
      .why-choose-title {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
      }
      .why-choose-title:after {
        width: 60px;
        height: 3px;
      }
      .why-choose-description {
        font-size: 0.95rem;
        line-height: 1.5;
        padding: 0.6rem 1rem;
        margin-top: 0.5rem;
      }
      .stats-list {
        gap: 0.9rem;
      }
      .stat-card {
        min-width: 120px;
        padding: 0.8rem 0.8rem;
      }
      .stat-number {
        font-size: 2rem;
      }
      .stat-label {
        font-size: 0.85rem;
      }
      .trust-item {
        font-size: 0.8rem;
        padding: 5px 15px;
      }
      .trust-item i {
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .why-choose-title {
        font-size: 1.6rem;
        letter-spacing: -0.2px;
      }
      .stat-card {
        min-width: 105px;
        padding: 0.6rem 0.6rem;
      }
      .stat-number {
        font-size: 1.7rem;
      }
      .stat-label {
        font-size: 0.75rem;
      }
      .trust-badge {
        gap: 0.8rem;
      }
      .trust-item {
        font-size: 0.7rem;
        padding: 4px 12px;
      }
      .why-choose-description {
        font-size: 0.88rem;
      }
    }

    /* optional smooth animation for wow + accessibility */
    .animate__fadeInUp {
      animation-duration: 0.9s;
    }

  /* CTA Section */
.cta {
    background: linear-gradient(135deg, #bd8f06 0%, #e6a017 100%);
    border-radius: 30px;
    margin: 2rem auto;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.cta h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}
.cta p {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
.cta .btn-primary {
    background-color: #fff;
    color: #bd8f06;
    border: none;
    font-weight: 700;
    padding: 12px 30px;
    margin: 0 10px;
    border-radius: 50px;
    transition: 0.3s;
}
.cta .btn-primary:hover {
    background-color: #f0f0f0;
    transform: scale(1.03);
}
.cta .btn-outline-primary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    padding: 12px 30px;
    margin: 0 10px;
    border-radius: 50px;
    transition: 0.3s;
}
.cta .btn-outline-primary:hover {
    background-color: #fff;
    color: #bd8f06;
    transform: scale(1.03);
}
@media (max-width: 576px) {
    .cta h2 { font-size: 1.5rem; }
    .cta p { font-size: 1rem; }
    .cta .btn-primary, .cta .btn-outline-primary {
        display: inline-block;
        margin: 8px;
        padding: 10px 20px;
    }
}

/* SEO Content Section */
.seo-content {
    background: #fef9f0;
    text-align: center;
    border-radius: 20px;
    margin: 20px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.seo-content .container {
    max-width: 900px;
}

.seo-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #bd8f06;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.seo-content h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #bd8f06;
    border-radius: 3px;
}

.seo-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-content h2 {
        font-size: 26px;
    }
    .seo-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .seo-content h2 {
        font-size: 22px;
    }
    .seo-content p {
        font-size: 15px;
    }
}


.location-area {
    background: #fef9f0;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 90%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.location-area h2 {
    font-size: 30px;
    font-weight: 700;
    color: #bd8f06;
    margin-bottom: 15px;
}

.location-area p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
}

.seo-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.seo-box h2 {
    color: #bd8f06;
    font-size: 28px;
    margin-bottom: 10px;
}

.seo-box p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.seo-cards .seo-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    height: 100%;
}

.seo-card h3 {
    color: #bd8f06;
    font-size: 22px;
    margin-bottom: 15px;
}

.seo-card ul {
    padding-left: 20px;
}

.seo-card ul li {
    color: #000;
    margin-bottom: 8px;
    list-style: disc;
    font-weight: 500;
}

.cost-section {
            background: #ffffff;
            border-radius: 28px;
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2.5rem 1.5rem;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(189, 143, 6, 0.25);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            text-align: center;
        }

        .cost-section:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
        }

        .cost-section__title {
            font-size: 2rem;
            font-weight: 800;
            color: #bd8f06;
            margin-bottom: 1.25rem;
            position: relative;
            display: inline-block;
            padding-bottom: 0.75rem;
            letter-spacing: -0.3px;
        }

        .cost-section__title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #bd8f06;
            border-radius: 4px;
        }

        .cost-section__description {
            font-size: 1.125rem;
            line-height: 1.65;
            color: #2c2c2c;
            font-weight: 500;
            max-width: 880px;
            margin: 0 auto;
            background: #fefaf3;
            padding: 1rem 1.8rem;
            border-radius: 60px;
            transition: background 0.2s;
        }

        /* --- Responsive styles (mobile-first enhancements) --- */
        @media (max-width: 768px) {
            .cost-section {
                margin: 1.5rem 1rem;
                padding: 1.8rem 1rem;
                border-radius: 24px;
            }
            .cost-section__title {
                font-size: 1.75rem;
                padding-bottom: 0.5rem;
            }
            .cost-section__title::after {
                width: 65px;
                height: 3px;
            }
            .cost-section__description {
                font-size: 1rem;
                line-height: 1.55;
                padding: 0.9rem 1.2rem;
                border-radius: 40px;
            }
        }

        @media (max-width: 576px) {
            .cost-section {
                margin: 1rem 0.75rem;
                padding: 1.5rem 0.75rem;
                border-radius: 20px;
            }
            .cost-section__title {
                font-size: 1.5rem;
            }
            .cost-section__title::after {
                width: 55px;
                height: 3px;
            }
            .cost-section__description {
                font-size: 0.95rem;
                line-height: 1.5;
                padding: 0.7rem 1rem;
                border-radius: 32px;
            }
        }

        /* optional: for very small devices */
        @media (max-width: 380px) {
            .cost-section__title {
                font-size: 1.35rem;
            }
            .cost-section__description {
                font-size: 0.9rem;
                padding: 0.6rem 0.8rem;
            }
        }


        /* Capsule SEO Section */
.capsule-seo {
    background: #f9f9f9;
}

.capsule-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.capsule-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.capsule-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #bd8f06;
    margin-bottom: 15px;
    text-align: center;
}

.capsule-box p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
}

.capsule-box ul {
    padding-left: 15px;
}

.capsule-box ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    list-style: none;
}

/* Responsive */
@media (max-width: 991px) {
    .capsule-box {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .capsule-box {
        text-align: center;
    }
}
/* Choose Capsule Section */
.choose-capsule {
    background: #ffffff;
}

.choose-box {
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.choose-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #bd8f06;
    margin-bottom: 15px;
}

.choose-box p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .choose-box {
        padding: 25px 20px;
    }

    .choose-box h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .choose-box h2 {
        font-size: 22px;
    }

    .choose-box p {
        font-size: 15px;
    }
}
/* ===== Premium Comparison Section ===== */
.lift-compare-modern {
    background: #ffffff;
    border-radius: 28px;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(189, 143, 6, 0.25);
}

/* Header */
.compare-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #bd8f06;
    margin-bottom: 10px;
}

.compare-header p {
    font-size: 1.05rem;
    color: #444;
}

/* Wrapper */
.compare-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Cards */
.compare-item {
    flex: 1;
    min-width: 280px;
    background: #fefaf3;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(189, 143, 6, 0.2);
    transition: all 0.3s ease;
}

.compare-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Title */
.compare-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #bd8f06;
    margin-bottom: 15px;
    text-align: center;
}

/* List */
.compare-item ul {
    padding-left: 0;
}

.compare-item ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.compare-item ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #bd8f06;
    font-weight: bold;
}

/* Footer */
.compare-footer {
    margin-top: 25px;
}

.compare-footer p {
    font-size: 16px;
    color: #333;
    max-width: 800px;
    margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .lift-compare-modern {
        padding: 1.8rem 1rem;
    }

    .compare-header h2 {
        font-size: 1.6rem;
    }

    .compare-item {
        padding: 20px;
    }

    .compare-item h3 {
        font-size: 20px;
    }

    .compare-item ul li {
        font-size: 15px;
    }
}

.mrl-img {
  max-width: 300px;
  height: auto;
}

.passenger-img {
  max-width: 400px;
  height: auto;
}