@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* 
.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
    color: #606060;
}


ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
    color: #606060;
}

.read-m {
    background-color: transparent;
    border: 1px solid #606060;
    border-radius: 0;
    padding: 3% 6%;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s;
    color: #000;
}

.read-m:hover {
    background-color: #000;
    color: #fff;
}

.common-btn {
    background-color: #264796;
    border-color: #264796;
    border-radius: 0;
    font-size: 16px;
    padding: 1.5% 5%;
    transition: 0.4s;
    margin: 5% 0 0 0;
}

.common-btn:hover {
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

.main-heading {
    font-weight: 600;
    font-size: 45px;
    padding: 0 15% 1%;
}

.sub-heading {
    color: #ef7f1a;
    font-size: 20px;
    padding: 0 0 2.5%;
    margin: 0;
}

.main-heading .divider {
    background-color: #264796;
    border-radius: 10px;
    height: 3px;
    width: 15%;
    margin: 0 auto 0;
}

.form-bx {
    padding: 5% 0;
}

.form-bx  .man-heading{
    font-weight: 700;
    padding: 0% 0 3%;
}

.form-bx .twenty-five {
    background: url('../assets/banner/banner-4.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.form-bx .twenty-five .content {
    position: relative;
    z-index: 15;
    height: 100%;
}

.form-bx .twenty-five .opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    border-radius: 10px;
}

.form-bx .twenty-five .content {
    padding: 3% 10%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #aaa;

    height: 100%;
}

.form-bx .twenty-five p {
    font-size: 25px;
    font-weight: 800;
    align-items: center;
    color: #fff;
    word-spacing: 5px;
    line-height: 30px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-bx .twenty-five .years-quality {
    font-size: 150px;
    font-weight: 800;
    line-height: 45px;
    background: -webkit-linear-gradient(#2d4d99, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-bx .twenty-five .content {
    padding: 5% 15% 5% 10%;
}

.form-bx .twenty-five p .modulo {
    color: #ef7f1a;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-bx .twenty-five .man-heading {
    font-weight: 600;
}

.form-bx .twenty-five p .kitchens {
    color: #eee;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-d {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    padding: 5%;
    border-radius: 10px;
}

.form-d .form-control {
    margin: 0 0 2% 0;
    padding: 1.5% 0 1.5% 3%;
    border-radius: 15px 15px 15px 0;
    box-shadow: none;
    transition: 0.4s;
}

.form-d .form-control:hover {
    border-color: #264796;
    transition: 0.4s;
    transform: scale(1.01);
}

.form-sub-btn {
    width: 100%;
    border-radius: 15px 15px 15px 0;
    text-align: center;
    padding: 1.5% 0;
}






/* Home banner Start */
.banner-sec {
    overflow-x: hidden;
}

.banner-sec .banner-carousel .slider-i {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.banner-sec .banner-carousel .slider-i .banner-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
}

.banner-sec .content {
    position: relative;
    z-index: 20;
    padding: 2.5% 10% 2.5% 2.5%;
    background-color: #fff;
    margin: 8% 10%;
    width: 50%;
}

.banner-sec .content .sub-head {
    color: #ef7f1a;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.banner-sec .content .slider-heading {
    color: #000;
    font-size: 25px;
    padding: 1.2% 0 1.5%;
    font-weight: 600;
}

.banner-sec .content .slider-para {
    color: #606060;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.banner-sec .banner-carousel .slick-dots {
    bottom: 25px;
}

.slick-dots li button:before {
    font-size: 35px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    opacity: 0.9;
    color: #000;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots li.slick-active button:before {
    color: #ef7f1a;
    opacity: 1;
    border: 1.5px solid #fff;
}





/* brefiing section start */
.short-breif {
    padding: 5%;
    display: none;
}

.short-breif .about-row {
    display: grid;
    grid-template-columns: 35% 65%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    align-items: center;
}

.short-breif .about-row .twenty-five {
    padding: 3% 10%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #aaa;
}

.short-breif .about-row .twenty-five p {
    font-size: 25px;
    font-weight: 800;
    align-items: center;
    color: #000;
    word-spacing: 5px;
    line-height: 30px;
}

.short-breif .about-row .twenty-five .years-quality {
    font-size: 110px;
    font-weight: 800;
    line-height: 15px;
    background: -webkit-linear-gradient(#2d4d99, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.short-breif .about-row .content {
    padding: 5%;
}

.short-breif .about-row .twenty-five p .modulo {
    color: #ef7f1a;
}

.short-breif .about-row .twenty-five p .kitchens {
    color: #273353;
}

/* form css */
.short-breif .content h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 1% 0;
}

.short-breif .content form .form-control {
    transition: 0.4s;
    border-radius: 15px 15px 15px 0;
    box-shadow: none;
    border: 1.5px solid #606060;
    margin: 0 0 2%;
    padding: 2% 0 2% 5%;
}

.short-breif .content form .form-control:hover {
    border: 1.5px solid #ef7f1a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.short-breif .content form .form-control::placeholder {
    color: #606060;
    font-size: 14px;
}

.short-breif .content form .submit-btn {
    width: 100%;
    margin: 0 0 2%;
    padding: 2% 0 2% 5%;
    border-radius: 15px 15px 15px 0;
}




/* popup form css */
.form-modal-fx .modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.form-modal-fx .modal-content .modal-header {
    background-color: transparent;
    border: 0;
}

.form-label {
    font-size: 14px;
    color: #273353;
    font-weight: 600;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.form-modal-fx .modal-content .form-text {
    font-size: 12px;
    padding: 0 0;
    margin: -5px 0 10px;
}

.form-modal-fx .modal-content .form-control {
    margin: 0 0 2% 0;
    border-radius: 0;
}

.form-sub {
    border-radius: 0;
    width: 35%;
    padding: 1.5% 5%;
}

.form-modal-fx .modal-content .modal-header .btn-close {
    background: url(../assets/icon/close.png)no-repeat;
    background-color: #ef7f1a;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    top: 8px;
    right: -25px;
}

.form-modal-fx .modal-content .modal-header .modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #273353;
    width: 100%;
    padding: 1% 0 2%;
    border-bottom: 1.5px solid #273353;
}











/* Our Product Section Start */
.our-product-sec {
    overflow-x: hidden;
    padding: 0 0 5%;
}

.our-product-sec .our-product-con {
    display: grid;
    grid-template-columns: 45% 55%;
}

.our-product-sec .our-product-con .product-slider img {
    width: 100%;
    height: 550px;
}

.our-product-sec .our-product-con .product-slider .slick-slide {
    margin: 0 20px;
    /* 10px gap on left & right */
}

/* Important: Adjust Slick’s track to remove unwanted extra padding */
.our-product-sec .our-product-con .product-slider .slick-list {
    margin: 0 -20px;
    /* equal negative margin to balance the spacing */
}

.our-product-sec .our-product-con .content-bx {
    padding: 10% 30% 10% 25%;
}


.our-product-sec .our-product-con .content-bx .man-heading {
    font-size: 45px;
    font-weight: 600;
    padding: 1% 0 5%;
}

.our-product-sec .our-product-con .content-bx .read-m {
    margin: 10% 0 0 0;
}








/* Counter section Start */
.counter-sec {
    background-color: #f5faf5;
    padding: 2% 5%;
    margin: 0 0 5% 0;
}

.counter-sec .counter-container {
    display: flex;
    justify-content: center;
}

.counter-sec .counter-container .counter-box {
    text-align: center;
    padding: 2%;
}

.counter-sec .counter-container .border-right {
    border-right: 1.5px dotted #ef7f1a;
}

.counter-sec .counter-container .counter-box .counter {
    font-size: 45px;
    font-weight: 700;
    color: #ef7f1a;
    padding: 2% 0;
}

.counter-sec .counter-container .counter-box .label {
    color: #000;
    font-weight: 400;
    padding: 0 5%;
}




.error {
    color: red;
    font-size: 12px;
    display: none;
    margin-bottom: 10px;
}



/* About Section start */
.about-sec {
    padding: 5%;
}

body.modal-open {
    padding-right: 0 !important;
    /* stop Bootstrap from adding right padding */
}

.about-sec .form-btn-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    writing-mode: vertical-lr;
    z-index: 1050;
    border-radius: 0;
    padding-bottom: 1%;
    padding-top: 1%;
}

.about-sec .top-heading {
    align-items: center;
}

.about-sec .top-heading .main-heading {
    padding: 0;
    text-align: left;
}

.about-sec .top-heading .read-m {
    float: right;
    border-color: #000;
    color: #000;

    padding: 4% 10%;
    transition: 0.4s;
}

.about-sec .top-heading .read-m:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.about-sec .top-heading .main-heading .divider {
    margin: 2.5% 0 5% 0;
    width: 20%;
}

/* .about-sec .main-heading {
    color: #fff;
} */

.about-sec .main-heading .divider {
    width: 30%;
    margin: 5% auto 0;
}

.about-sec .about-row .twenty-five {
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(57, 60, 66);
    border-image: initial;
    transition: 1s;
    margin: 5%;
    padding: 15% 20% 15% 10%;
}

.about-sec .about-row .twenty-five h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.about-sec .about-row .content {
    padding: 2% 8%;
}

.about-sec .about-row .twenty-five h4 span {
    font-size: 80px;
    font-weight: 800;
    color: #ef7f1a;
}

.about-sec .about-row .content p {
    color: #606060;
}



.about-sec .auto-container .box-container .about-img-slider .slick-slide>div {
    padding: 0 25px 0 0;
    /* Half of the desired gap */
}

.about-sec .auto-container .box-container .box {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 10px;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;

    /* background image */
    background-size: cover;
    background-position: center;
}

/* Overlay for dark effect */
.about-sec .auto-container .box-container .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease;
}

.about-sec .auto-container .box-container .box:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

.about-sec .auto-container .box-container .content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.about-sec .auto-container .box-container .content p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #eee;
}

.about-sec .auto-container .box-container .box:hover .content p {
    opacity: 1;
    transform: translateY(0);
}

.about-sec .auto-container .box-container .box .content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    padding: 15% 0% 0 10%;
    text-align: left;
    width: 85%;
}

.about-sec .auto-container .box-container .box .content .details {
    position: absolute;
    bottom: 5%;
    left: 10%;
    right: 10%;
    text-align: left;
}

.about-sec .auto-container .box-container .box .content .details p {
    padding: 0 0 5% 0;
}

.about-sec .auto-container .box-container .box .content .details .readmore-btn {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    width: 50%;
    margin: 5% 0 0 0;
}

/* about section end */
















/* Why Choose us section start */
.why-choose {
    background-color: #f6f6f6;
    margin: 0 0 5%;
}

.why-choose .box-why-choose {
    display: grid;
    grid-template-columns: 50% 50%;
}

.why-choose .box-content {
    padding: 10%;
}

.why-choose .box-content .sub-heading {
    text-align: left;
}

.why-choose .box-content .main-heading {
    text-align: left;
    padding: 0;
}

.why-choose .box-content ul li {
    line-height: 30px;
    font-size: 15px;
}

.why-choose .box-content .main-heading .divider {
    margin: 2% 0 5%;
}




/* Step and solution section start */
.steps-sec {
    padding: 0 0 5%;
}

.step-container {
    display: grid;
    grid-template-columns: 30% 5% 30% 5% 30%;
    align-items: center;
}

.steps-sec .step-bx {
    background-color: #f6f6f6;
    padding: 5% 7%;
    text-align: center;
    margin: 0 3% 10%;
    transition: 0.4s;
    border-radius: 0;
}

.step-container .arrow-c {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    background-color: #efefef;
    border-radius: 50%;
    padding: 15% 12%;
    color: #ef7f1a;
}

.step-bx ul {
    height: 150px;
}

.step-bx ul li {
    text-align: left;
    font-size: 14px;
    display: flex;
    gap: 5px;
    padding: 0 0 3% 0;
}

.check-i {
    padding: 1% 0 0 0;
}

.steps-sec .main-heading {
    font-size: 45px;
    font-weight: 600;
    padding: 0% 0 1%;
}

.steps-sec p {
    color: #060606;
    padding: 0 0 5%;
}

.steps-sec .step-i {
    background-color: #fff;
    padding: 7% 6.5%;
    font-size: 25px;
    border-radius: 50%;
    margin: 0 0 5%;
    color: #264796;
    margin: 0 auto;
}

.steps-sec .step-bx h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 4% 15% 6%;
}

.steps-sec .step-bx p {
    height: 120px;
}

.steps-sec .step-bx:hover {
    transform: scale(1.0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.card {
    position: relative;
    border: 0;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 0;
    padding: 1.5% 0 0 0;
    left: 0;
    background-color: #ef7f1a;
    color: #fff;
    border-radius: 0 0 30px 30px;
    width: 20%;
    height: 40px;
}

.ribbon span {
    background-color: #ef7f1a;
    color: fff;
    position: relative;
    z-index: 2;
}

.ribbon img {
    top: -5px;
    transform: rotate(90deg);
    position: absolute;
    left: 0%;
    width: 100%;
}



/* Our Products Section Start */
.our-products {
    padding: 5% 0;
    background-color: #f6f6f6;
}

.our-products .main-heading {
    color: #000;
}

.our-products .heading-row p {
    padding: 3% 0 5%;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 5px solid #ef7f1a;
    /* display: flex; */
    /* justify-content: center; */
}

/* Style the buttons that are used to open the tab content */
.tab .tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #606060;
    ;
}

/* Change background color of buttons on hover */
.tab .tablinks:hover {
    background-color: #264796;
    color: #fff;
}

/* Create an active/current tablink class */
.tab .tablinks.active {
    background-color: #ef7f1a;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    /* border: 1px solid #ccc; */
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.grid-row .grid-box {
    position: relative;
    margin: 4% 0;
    text-align: center;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    height: 300px;
}

.grid-row .grid-box:hover {
    transform: scale(1.05);
}

.grid-row .grid-box img {
    width: 100%;
    height: 100%;
}

.grid-row .grid-box .content-overplay {
    background-color: #00000092;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    transition: 0.4s;
    padding: 28% 0 0 0;
}

.grid-row .grid-box:hover>.content-overplay {
    display: block;
}

.grid-row .grid-box .content-overplay .link-heading {
    color: #fff;
    font-size: 25px;
    margin: 0 0 2% 0;
    font-weight: 700;
}

.grid-row .grid-box .content-overplay .link-heading:hover {
    color: #ef7f1a;
}

.grid-row .grid-box .content-overplay p {
    color: #eee;
    opacity: 1;
    position: relative;
    z-index: 5;
    font-size: 16px;
}

.grid-row .grid-box .content-overplay p a {
    color: #eee;
    padding: 2%;
    font-size: 16px;
}

.grid-row .grid-box .content-overplay p a:hover {
    color: #ef7f1a;
    font-size: 16px;
}


/* Our Products Section End */





/* Call To Action Start */
.call-to-action {
    background-color: #ef7f1a;
    padding: 5% 2%;
}

.call-to-action h6 {
    color: #f6f6f6;
    font-weight: 400;
}

.call-to-action .row {
    align-items: center;
}

.call-to-action .cta-btn {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    padding: 3% 10% 4%;
    transition: 0.4s;
}

.call-to-action .cta-btn:hover {
    background-color: #273353;
    border-color: #273353;
    color: #fff;
    transform: scale(1.05);
}

.call-to-action h2 {
    color: #fff;
    font-size: 35px;
}

.call-to-action .cta-btn .i-c {
    color: #ef7f1a;
}






/* Our Clients Section Start */
.our-clients {
    padding: 5% 2% 5%;
    background: url('../assets/banner/review-banner.webp')no-repeat;
    background-position: center;
    /* background-size: cover; */
}

.our-clients .auto-container {
    position: relative;
}

.our-clients .client-reviews-bg img {
    /* width: 100%; */
    position: absolute;
    bottom: -12%;
}

.our-clients .clients-slider .slider-item {
    background-color: #30373e;
    padding: 5%;
}

.our-clients .clients-slider .slider-item img {
    width: 5%;
}

.our-clients .clients-slider .slider-item p {
    color: #eee;
    padding: 2% 0 4%;
}

.our-clients .clients-slider .slider-item .client-details {
    display: flex;
    gap: 15px;
}

.our-clients .clients-slider .slider-item .client-details .img img {
    border-radius: 50%;
    width: 100%;
}

.our-clients .clients-slider .slider-item .client-details .content h5 {
    font-size: 25px;
    color: #fff;
}

.our-clients .clients-slider .slider-item .client-details .content h5:hover {
    color: #ef7f1a;
}

.our-clients .clients-slider .slider-item .client-details .content p {
    font-size: 14px;
    height: 100%;
}

.our-clients .clients-slider .slick-list {
    margin: 0 -5px;
    /* Half of the desired padding to offset */
}

.our-clients .clients-slider .slick-slide>div {
    padding: 0 35px;
    /* Half of the desired gap */
}

.our-clients .clients-slider .slider-item p {
    font-size: 18px;
    height: 175px;
}










/* Promo Video Section Start */


.promo-video .auto-container {
    background: url('../assets/banner/primo-banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 5% 5% 3.5%;
    background-attachment: fixed;
}

.promo-video .auto-container .content .main-heading {
    font-size: 25px;
}

.promo-video .auto-container .content {
    padding: 2%;
}

.promo-video .auto-container .img {
    position: relative;
}

.promo-video .auto-container .img .play-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 45%;
    right: 0;
    padding: 5% 4.5% 5% 5%;
    width: 50px;
    height: 50px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: 0.4s;
}

.promo-video .auto-container .content .main-heading {
    padding: 2% 0 5%;
    color: #fff;
}

.promo-video .light-btn {
    background-color: transparent;
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 2.5% 5%;
}

.promo-video .light-btn:hover {
    background-color: #000;
    border-color: #000;
}

.promo-video .auto-container .content p {
    font-size: 16px;
    padding: 0 20% 7% 0;
    color: #eee;
}

.promo-video .auto-container .img:hover>.play-btn {
    color: #ef7f1a;
    border-color: #ef7f1a;
}

.promo-video .auto-container .img .play-btn:hover {
    transition: 0.4s;
    width: 55px;
    height: 55px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.video-container {
    position: relative;
    width: 100%;
    height: 400px;
    background: #000;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 0 0 5% 0;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.play-button::before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.video-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    /* hidden initially */
}



/* Our Work Section Start */
.our-work {
    padding: 5% 0;
}

.our-work .work-bx {
    border: 1px solid #aaa;

}
.our-work .work-bx .img-bx{
  width: 100%;   /* adjust as needed */
  height: 100%;
}
.our-work .work-bx .img-bx img {
 width: 100%;
  height: 100%;
}


.our-work .work-bx .content {
    padding: 5% 10%;
}

.our-work .work-bx .content .btn-reading {
    background-color: transparent;
    border: none;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    align-items: center;
    transition: 0.4s;
    font-size: 14px;
    padding: 0;
    margin: 5% 0 0 0;
}

.our-work .work-bx .content .btn-reading:hover {
    color: #ef7f1a;
}


  .imageModal .modal-dialog {
            max-width: 800px;
        }

        .imageModal .modal-body img {
            width: 85%;
            display: flex;
            justify-content: center;
            border-radius: 8px;
            margin: 0 auto;
        }

        .imageModal .modal-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2rem;
            color: white;
            background: rgba(0, 0, 0, 0.4);
            border: none;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .imageModal .modal-nav-btn:hover {
            background: rgba(0, 0, 0, 0.7);
        }

        .imageModal .modal-body .prev-btn {
            left: 15px;
        }
        .imageModal .modal-body .next-btn {
            right: 15px;
        }




































/* section client logo carousel */
.logo-sec {
    background-color: #f6f6f6;
    padding: 5% 0;
    display: none;
}

.logo-sec .logo-item img {
    margin: 0 auto;
}









/*Accordion section css*/

/* Accordion section start */

.accordion-sec {
    padding: 0 0 5%;
}

.accordion-sec .faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-sec .faq-label {
    color: #ef7f1a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.accordion-sec .faq-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
}

.accordion-sec .accordion-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-sec .accordion-item {
    background: #30373e;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #fff;
}

.accordion-sec .accordion-item.active {
    background: #404244;
    color: #eee;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.accordion-sec .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 35px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.accordion-sec .accordion-header:hover {
    background: rgba(13, 148, 136, 0.05);
}

.accordion-sec .accordion-question {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    flex: 1;
}

.accordion-sec .accordion-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.accordion-sec .accordion-icon svg {
    width: 24px;
    height: 24px;
    stroke: #ef7f1a;
    stroke-width: 2.5;
}

.accordion-sec .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-sec .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-sec .accordion-item.active .accordion-content {
    max-height: 500px;
    background-color: #efefef;
    border: 1px solid #404244;
}

.accordion-sec .accordion-content-inner {
    padding: 5% 5% 4%;
}

.accordion-sec .accordion-answer {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

@media (max-width: 768px) {
    .accordion-sec .faq-title {
        font-size: 32px;
    }

    .accordion-sec .accordion-header {
        padding: 20px 20px;
    }

    .accordion-sec .accordion-question {
        font-size: 17px;
    }

    .accordion-sec .accordion-content-inner {
        padding: 0 20px 20px 20px;
    }

    .accordion-sec .accordion-answer {
        font-size: 15px;
    }

    .accordion-sec .accordion-icon {
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .accordion-sec .faq-title {
        font-size: 22px;
    }

    .accordion-sec .accordion-question {
        font-size: 14px;
    }
}










/* Footer Section Start */
.footer-section {
    padding: 5% 0 0;
    /*background: url('../assets/banner/banner-1.jpg')no-repeat;*/
    background-color: #efefef;
    background-size: cover;
    background-position: center;
    position: relative;
}
.footer-section .opacity{
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
footer .footer-column .divider {
    background-color: #264796;
    height: 3px;
    width: 25%;
    border-radius: 25px;
    margin: 0 0 5% 0;
}

.footer-section .auto-container {
    position: relative;
    z-index: 100;
}

.footer-con {
    display: grid;
    grid-template-columns: 30% 15% 15% 15% 25%;
}


.footer-section .auto-container .footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-section .auto-container .footer-widget ul li a {
    color: #eee;
    line-height: 35px;
    font-size: 14px;
    transition: 0.4s;
}

.footer-section .auto-container .footer-widget ul li a:hover {
    padding-left: 5px;
    color: #ef7f1a;
}

.footer-section .auto-container .footer-middle .about-widget {
    padding: 0 15% 0 0;
}

.footer-section .auto-container .footer-middle .about-widget p {
    color: #eee;
    font-size: 14px;
    padding: 3% 0 6%;
}
.footer-section .auto-container .read-m {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 3% 6%;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s;
    color: #fff;
}

.footer-section .auto-container .read-m:hover {
    background-color: #fff;
    color: #ef7f1a;
}
.footer-section .auto-container .footer-middle .footer-widget .contact-list {
    margin: -10px 0 0 0;
}

.footer-section .auto-container .footer-middle .footer-widget .contact-list li {
    padding: 0 0 5% 0;
    font-size: 16px;
    line-height: 25px;
    color: #606060;
}

.footer-section .auto-container .footer-middle .footer-widget .contact-list p {
    font-size: 16px;
}

.footer-section .auto-container .footer-middle {
    padding: 5% 0 5% 0;
}
.footer-section .auto-container .footer-bottom{
    border-top: 1.2px solid #eee;
    padding: 1.5% 0 0 0;
}
.footer-section .auto-container .footer-bottom p {
    color: #eee;
    font-size: 13px;
}

.footer-section .auto-container .footer-bottom p a {
    color: #ef7f1a;
    font-size: 14px;
}

.footer-section .auto-container .footer-middle .footer-widget .contact-list li .locat {
    padding: 2% 0 0 0;
}

.footer-section .auto-container .footer-middle .footer-widget .contact-list li p {
    color: #eee;
}

.footer-section .auto-container .footer-middle .footer-widget .contact-list li a {
    padding: 0 0 5% 0;
    font-size: 16px;
    line-height: 25px;
}

.footer-section .auto-container .footer-widget .logo-box img {
    max-width: 65%;
    border-radius: 0 30px;
    padding: 5%;
}

.footer-section .auto-container .call-no {
    display: flex;
    gap: 5px;
}

footer .social-div a {
    padding: 0 3% 0 0;
    font-size: 18px;
    color: #eee;
    transition: 0.4s;
}

footer .social-div a:hover {
    color: #ef7f1a;
    transform: scale(1.05);
    transition: 0.4s;
}


























/* About Us Page Start */
.about-pg-bx {
    padding: 5% 0 10%;
}

.team-section {
    margin: 0 0 3%;
    text-align: center;
}

.team-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    justify-content: center;
}

.team-member {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.team-member:hover .image-box img {
    transform: scale(1.05);
}

/* Overlay only inside image */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-member:hover .team-overlay {
    opacity: 1;
}

.team-overlay a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-overlay a:hover {
    background: #fff;
    color: #000;
}

.team-info {
    padding: 20px;
}

.team-info h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.team-info p {
    color: #777;
    font-size: 14px;
}

.about-pg-bx .image-bx {
    position: relative;
}

.about-pg-bx .image-bx img {
    width: 98%;
    height: 98%;
}

.about-pg-bx .image-bx .main-abt-img {
    position: absolute;
    top: 15%;
    left: 15%;
    right: 0;
    bottom: 0;
}

.about-pg-bx .content-bx {
    padding: 5% 10% 0 20%;
}

.about-pg-bx .content-bx .main-heading {
    padding: 2% 0 3% 0;
    text-align: left;
    font-weight: 700;
}

.why-choose-bx {
    margin: 7% 0 5%;
}

.why-choose-bx img {
    width: 100%;
    /* height: 100%; */
}

.why-choose .box-why-choose .box-img img {
    width: 100%;
    height: 100%;
}

.why-choose-bx .content-bx .i-check {
    color: #ef7f1a;
}

.right-b {
    border-bottom: 2px solid #ef7f1a;
}

.right-b p {
    padding: 3% 0 2%;
}

.why-choose-bx .content-bx {
    padding: 5% 0 5%;
}

.why-choose-bx .content-bx .main-heading {
    padding: 0% 0 3%;
}

/* counter section start */
.counter-about-sec {
    background: url('../assets/banner/about-counter-banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8% 0 6%;
    margin: 0 0 5%;
}

.counter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.counter-box {
    text-align: center;
}

.counter {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.counter-box p {
    margin-top: 10px;
    color: #eee;
    font-size: 16px;
}

.icon-t {
    font-size: 35px;
    color: #fff;
}


/* Contact Page Start */
.common-banner-sec {
    background: url('../assets/banner/abcd.png')no-repeat;
    background-size: cover;
    background-position: center left;
    padding: 5% 15%;
    position: relative;
}

.common-banner-sec h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    padding: 10% 2%;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 03);
    position: relative;
    z-index: 1;
}

.common-banner-sec .opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: 0.5;
}

.get-in-touche {
    padding: 5% 0;
}

.get-in-touche .content-bx {
    text-align: left;
    padding: 0 15% 0 0;
}

.get-in-touche .content-bx .sub-heading {
    text-align: left;
    padding: 0 0 0 0;
}

.get-in-touche .content-bx .main-heading {
    text-align: left;
    padding: 2% 15% 2.5% 0;
    font-weight: 600;
}

.get-in-touche .icon-bx {
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 10px;
    padding: 5% 0 0 0;
}

.get-in-touche .icon-bx .i-cta {
    font-size: 20px;
    color: #ef7f1a;
}

.contact-form-sec .heading-bx {
    text-align: center;
    padding: 0 3% 3%;
}

.contact-form-sec {
    padding: 3.5% 0;
}

.contact-form-bx .form-control {
    border-radius: 0;
    box-shadow: none;
    transition: 0.4s;
    margin: 0 0 2% 0;
    border-color: 1px solid #777;
}

.contact-form-bx .form-control:hover {
    border-color: #000;
    transition: 0.4s;
    transform: scale(1.02);
}

.contact-form-bx .contact-sub {
    border-color: #000;
    background-color: #000;
    border-radius: 0;
    padding: 1.5% 5%;
    color: #fff;
    box-shadow: none;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.contact-form-bx .contact-sub:hover {
    background-color: transparent;
    color: #000;
}



/* Our Products Page CSS */
.product-sec {
    padding: 5% 0 0;
}

.product-sec .types-s .main-heading .divider {
    margin: 2% auto 0;
}

.product-sec .main-heading {
    padding: 0;
}

.product-sec .img-box img {
    width: 100%;
}

.product-sec .main-heading .divider {
    margin: 0 0 5%;
    width: 30%;
}

.projects-pg .main-heading .divider {
    margin: 2% auto 0;
}

.product-sec .content-bx {
    text-align: center;
    padding: 3%;
}

.product-sec .product-bx {
    margin: 5% 0 0 0;
}

.product-sec .product-bx:hover {
    transition: 0.4s;
    transform: scale(1.02);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.product-sec .img img {
    width: 100%;
}

.product-sec .content-bx .main-heading {
    padding: 0;
    font-size: 30px;
}

.product-sec .content-bx {
    padding: 8% 0;
}

.product-sec .content-bx p {
    padding: 0 5%;
}

.product-sec .content-bx .read-m {
    padding: 1.8% 4%;
}