.space {
    padding: 80px 0px;
}
.space-40{
    padding: 40px 0px;
}
.slider-h1 {
    font-size: 28px;
    font-weight: 400;
}
.text-justify {
    text-align: justify;
}
.dark-section {
  background-color: #000000d4;
  background-image: url('../../pristine-industries/bg/dark-section-bg-image.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-width: 1820px;
  border-radius: 20px;
  margin-right: 50px;
  margin-left: 50px;
}
.bg-extra {
    background-color: var(--bizgrow-extra);
}
.industry-section{
    padding:80px 0;
}

.content-box{
    width:55%;
}

.tag{
    display:inline-block;
    padding:10px 20px;
    border:1px solid #ddd;
    border-radius:50px;
    font-size:14px;
    background:#fff;
    color:#555;
}
.industry-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:30px;
}
.item{
    display:flex;
    align-items:center;
    gap:15px;
    font-weight: 400;
    font-size:19px;
    border-bottom: 1px #ece9e9 solid;
  padding-bottom: 7px;
}
.bottom-box{
    display:flex;
    align-items:center;
    gap:40px;
}

.quote-btn{
    background:#7a2e2e;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
.quote-btn:hover {
    color:#f0c92d;
}
.help{
    display:flex;
    align-items:center;
    gap:15px;
}

.help .icon{
    width:55px;
    height:55px;
    background:#7a2e2e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.help span{
    color:#777;
    font-size:14px;
}

.help h4{
    margin:0;
    font-size:28px;
    color:#111;
}

.image-box{
    width:45%;
    position:relative;
}

.img-large img{
    width:100%;
    object-fit:cover;
    border-radius:25px;
}

.img-small{
    position:absolute;
    right:-30px;
    bottom:-10px;
    width:75%;
}

.img-small img{
    width:100%;
    border-radius:25px;
    object-fit:cover;
    border: #fff 10px solid;
}
.why-section{
    background:#f6f4ef;
}

.feature-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
}

.contact-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    border: #fff 10px solid;
}

.contact-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    
}

.contact-image::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.02) );
}

.overlay-content{
    position:absolute;
    bottom:40px;
    left:40px;
    right:40px;
    color:#fff;
    z-index:2;
}

.overlay-content h3{
    font-size:28px;
    color: #fff;
    font-weight:500;
}


.contact-row{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.contact-icon{
    width:50px;
    height:50px;
    background:#c79a4b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.contact-item h5{
    margin:0;
    font-size:22px;
    font-weight:600;
}

.contact-item span{
    font-size:16px;
    color:#ddd;
}
.quality-image-section{
    position:relative;
    width:550px;
    margin:auto;
}

.quality-main-image img{
    width:100%;
    object-fit:cover;
    border-radius:30px;
    display:block;
}

.quality-small-image{
    position:absolute;
    right:-80px;
    top:50%;
    transform:translateY(-50%);
    width:320px;
}

.quality-small-image img{
    width:100%;
    object-fit:cover;
    border-radius:25px;
    border:5px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}
.certification-col {
    width: 20%;
}
/* tab */
@media (min-width:768px) and (max-width:991px){

    .industry-section .row{
        display:block;
    }

    .content-box{
        width:100%;
    }

    .image-box{
        width:100%;
        margin-top:30px;
        position:relative;
    }
.img-large img{
    width:100%;
    height:auto;
}

.img-small{
    width:40%;
    right:20px;
    bottom:-20px;
}
.item {
  font-size: 16px;
}
.certification-col {
    width: 20%;
}
}
.customers-border {
    border: #ddd 1px solid;
}
.sticky-icon  {
	z-index:999;
	position:fixed;
    bottom:15%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#21860c;
	color:#FFF;}
	
.Instagram  {
	background-color:#C23F93;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
    
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#0c9628;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
.green-marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}
.marquee-content{
    display:inline-block;
    color:#fff;
    font-size:36px;
    font-weight:500;
    animation:scroll 15s linear infinite;
}

@keyframes scroll{
    0%{
        transform:translateX(100%);
    }
    100%{
        transform:translateX(-100%);
    }
}
.bg-theme {
background-color: var(--bizgrow-base);
}
.text-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
.gem-partner {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
    padding-top: 10px;
}
.page-header-div {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--bizgrow-white);
}
.page-header-h1{
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}
.vision-mission-bg {
  background: url("../../pristine-industries/bg/vision-bg.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
}
.bg-dark-black {
    padding: 30px;
  background-color: rgba(0,0,0,0.84);
}
.certificationp {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media(max-width:768px){
.dark-section {
  max-width: 100%;
  border-radius: 20px;
  margin-right: 0px;
  margin-left: 0px;
}
    .quality-image-section{
        width:100%;
    }
    .quality-small-image{
        width:180px;
        right:10px;
        bottom:20px;
        top:auto;
        transform:none;
    }
.content-box{
    width:100%;
}

.industry-list{
    width: 100%;
    grid-template-columns:1fr;
}
.image-box{
    width:100%;
    position:relative;
}
.industryserve-col {
    width: 50%;
}
.certification-col {
    width: 50%;
}
.item {
  font-size: 16px;
}
.services-one__icon span {
  font-size: 32px;
}
.services-one__icon {
  width: 50px;
  height: 50px;
}
.hidden-xs{
    display: none;
}
.counter-three__icon span {
  font-size: 40px;
}
.counter-three__count h3 {
  color: var(--bizgrow-white);
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--bizgrow-font);
}
.certificationp {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.gem-partner {
  font-size: 24px;
  font-weight: 400;
}
.page-header-div {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--bizgrow-white);
}
.page-header {
  position: relative;
  display: block;
  padding: 25px 0 30px;
  overflow: hidden;
  z-index: 1;
}
}
.video-section {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.video-section video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 991px) {
    .video-section {
        height: 350px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .video-section {
        height: 250px;
    }
}
.infra-bg {
    background: #f6f6f6;
    padding: 10px;
    border:1px solid #bfbebe;
    text-align: center;
}

        /* =========================
           CONTACT SECTION
        ========================== */

        .contact-section {
            padding: 65px 0;
        }

        .small-title {
            color: #ad7c56;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .contact-heading {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .heading-line {
            width: 55px;
            height: 3px;
            background: #ad7c56;
            margin-bottom: 22px;
        }

        .contact-intro {
            font-size: 14px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 25px;
        }


        /* =========================
           CONTACT INFO
        ========================== */

        .contact-info-box {
            border: 1px solid #e7e7e7;
            border-radius: 9px;
            padding: 15px;
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
            background: #fff;
            box-shadow: 0 3px 12px rgba(0,0,0,0.04);
        }

        .contact-icon {
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 50%;
            background: #ad7c56;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            margin-right: 14px;
        }

        .contact-info h5 {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .contact-info p {
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
            color: #555;
        }


        /* =========================
           MAP CARDS
        ========================== */

        .map-card {
            border: 1px solid #e4e4e4;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.06);
            height: 460px;
        }

        .map-title {
            height: 70px;
            display: flex;
            align-items: center;
            padding: 12px 16px;
            background: #fff;
        }

        .map-title-icon {
            color: #ad7c56;
            font-size: 22px;
            margin-right: 12px;
        }

        .map-title h5 {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
        }

        .map-title p {
            margin: 3px 0 0;
            color: #666;
            font-size: 12px;
        }

        .map-title .map-arrow {
            margin-left: auto;
            color: #1683ff;
            font-size: 17px;
        }

        .map-frame {
            width: 100%;
            height: 390px;
            border: 0;
        }

        
        /* =========================
           SOCIAL BUTTONS
        ========================== */

        .social-buttons {
            position: fixed;
            right: 0;
            top: 58%;
            z-index: 99;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .social-buttons a {
            width: 55px;
            height: 55px;
            border-radius: 50% 0 0 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 23px;
            text-decoration: none;
        }

        .facebook {
            background: #287be0;
        }

        .youtube {
            background: #ed1515;
        }

        .whatsapp {
            background: #15952b;
        }

        .instagram {
            background: #c5368d;
        }


        /* =========================
           MOBILE
        ========================== */

        @media (max-width: 991px) {

            .contact-section {
                padding: 45px 20px;
            }

            .map-card {
                margin-top: 20px;
                height: 400px;
            }

            .map-frame {
                height: 330px;
            }


        }


        @media (max-width: 575px) {


            .map-card {
                height: 350px;
            }

            .map-frame {
                height: 280px;
            }

            .social-buttons a {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }

            .social-buttons {
                top: 55%;
            }

        }
  .iftef-partner {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
    padding-top: 10px;
    background-color: #795338;
}



@media (max-width: 767px) {
    .certification-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
}