/*custom css*/
:root{
    --primaryclr: #FF7700;
    --textdark: #262626;
    --textpara: #2F2F2F;
    --bggray: #F3F3F3;
    --bgdark: #262626;
    --primaryfnt: "Mona Sans", sans-serif;
    --secondfnt: "DM Sans", sans-serif;
}
p, li{
   font-family: "DM Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Mona Sans", sans-serif;
}

.m_top{
    margin-top: 60px;
}
.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt_70{
    margin-top: 70px;
}
.mb_70{
    margin-bottom: 70px;
}
.pt_70{
    padding-top: 70px;
}
.pb_70{
    padding-bottom: 70px;
}
.head_text{
   font-size:40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    color: var(--textdark);
}
.sub_head{
    font-size: 16px;
    color:  var(--textpara);
    text-transform: capitalize;
    margin-bottom: 20px;
}
.container{
max-width: 1440px;
}
.wrapper{
    margin-left: 80px;
    margin-right: 80px;
}
.btn_style{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--primaryclr);
	border:2px solid var(--primaryclr);
    padding: 13px 22px;
    border-radius: 50px;
    text-decoration: none;
     font-family: var(--secondfnt);
	transition:0.3s;
}
.btn_style:hover{
	box-shadow:inset 250px 0px  #fff;
	color:#000;
}
.my_btn{
    font-family: var(--secondfnt);
        font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--primaryclr);
    padding: 13px 60px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
	transition:0.3s;
	border:2px solid var(--primaryclr);
}
.my_btn:hover{
	box-shadow:inset 250px 0px  #fff;
	color:#000;
}
/*top_bar start*/
.top_bar{
    background-color: var( --primaryclr);
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_bar .wrapper .left_part ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_bar .wrapper .left_part ul li:first-child{
    margin-right: 20px;
}
.top_bar .wrapper .left_part ul li a{
    font-size: 15px;
    font-family: var(--primaryfnt);
    color: #fff;
    text-decoration: none;
     font-family: var(--secondfnt);
}
.top_bar .wrapper .left_part ul li a i{
    margin-right: 5px;
}
.top_bar .wrapper .mid_part p{
   font-size: 15px;
    font-family:var(--primaryfnt);
    color: #fff;
    margin: 0;
    text-align: center;
}
.top_bar .wrapper .right_part {
    display: flex;
    justify-content: flex-end;
}
.top_bar .wrapper .right_part span a{
    text-decoration: none;
   font-size: 15px;
    font-family:var(--primaryfnt);
    color: #fff;
    display: inline-block;
    margin-right: 20px;
     font-family: var(--secondfnt);
}
.top_bar .wrapper .right_part .social_top{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_bar .wrapper .right_part .social_top a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-family: var(--secondfnt);
}
.top_bar .grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
/*top_bar end*/

/*start nav part*/
.nav_part .flex_v_cen{
    justify-content: space-between;
}
.nav_part .logo_part{
    width:140px;
}
.nav_part .right_part{
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
}
.nav_part .right_part ul{
       list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: center;
	    flex: 1;
}
.nav_part .right_part ul li a{
   padding: 45px 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: inline-block;
    font-family: var(--primaryfnt);
    font-weight: 500;
}
.nav_part .right_part ul li {
	    display: inline-block;
    position: relative;
}
/*end nav part*/
/*start banner */
.banner{
    position: relative;
    z-index: 1;
    background-color: #F3F3F3;
    height: 800px;
    min-height: 800px;
    display: flex;
    align-items: center;
}
.banner .bg_img{
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 0;
    right: 0;
}

.banner .box h1{
    font-size: 78px;
    color: #000;
    line-height: 90px;
    text-transform: capitalize;
       width: 50%;
    font-weight: bold;
}
.banner .box h1 span{
    display: inline-block;
    color: var(--primaryclr);
    text-transform: capitalize;
}
.banner .box .form_box{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--primaryclr);
    padding: 20px;
    width: 70%;
}


.banner .box form{
    display: flex;
    align-items: center;
}
.banner .box .form_group{
       width: 25%;
    margin-right: 10px;
    position: relative;
}
.banner .box .form_group::after{
    content: "";
    width: 1px;
    height: 90%;
    background-color: #53535352;
    position: absolute;
    top: 5%;
    right: 0;
    bottom: 0;
}
.banner .box .form_group:last-child::after{
    display: none;
}
.banner .box .form_group label{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: var(--secondfnt);
}
    .banner .box .form_group i {
        font-size: 16px;
    }
.banner .box .form_group label::placeholder{
    font-size: 16px;
    color: #ccc;
    font-family: var(--secondfnt);
}
.banner .box .form_group .form-control{
     font-size: 16px;
    color: #000;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-family: var(--secondfnt);
    
}
.banner .box .form_group .form-control:focus{
    box-shadow: none;
}
.banner .box .usp{
    margin-top: 40px;
    width: 50%;
}
.banner .box .usp ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
        width: 100%;
    max-width: 600px;
}
.banner .box .usp ul li {
     font-size: 35px;
    font-family: var(--secondfnt);
    color: #000;
    line-height: 41px;
    text-transform: capitalize;
    font-weight: 900;
}
.banner .box .usp ul li small{
       font-size: 16px;
    font-family: var(--secondfnt);
    color: #000;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 400;
}
/*end banner */

/*START SERVICES */

.services .box{
   border: 1px solid #efefef;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
	overflow:hidden;
	transition:0.3s;
}
.services .box:hover{
	    box-shadow: 0px 10px 11px #0000001f;
}
.services .box .icon{
    width: 90px;
    height: 90px;
    border: 1px solid var(--primaryclr);
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .box .icon img{
    max-width: 70px;
    width: 100%;
}
.services .box .text_box {
	padding:20px 25px;
}
.services .box .text_box img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 90px;
}

.services .box .text_box h4{
        font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}
.services .box .text_box p{
    font-size: 14px;
    text-transform: capitalize;
    color: var(--textpara);
    font-weight: normal;
}
.services .box .text_box a{
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--secondfnt);
    color: #000;
    font-weight: 500;
	text-decoration:none;
}
.services .box .text_box a i{
    font-size: 16px;
    color: #000;
}

/*benefit*/

.benefit .inner_box{
    background-image: url(https://staging.royalpest.in/wp-content/themes/royalpest/assets/img/bene-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.benefit .head_text{
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
    color: #fff;
        width: 60%;
    text-align: left;
}
.benefit ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.benefit ul li{
    font-size: 16px;
    font-family: var(--secondfnt);
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #fff;
}
.benefit ul li .icon{
    margin-right: 7px;
}
.benefit ul li .icon i{
    font-size: 16px;
    color: #fff;
    background-color: var(--primaryclr);
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

/*end service*/

/*start about*/
.about .head_text{
    text-align: start;
}
.about .left_part p{
       font-size: 16px;
    color: #2F2F2F;
    text-transform: capitalize;
    line-height: 24px;
}

/*end about*/

/*    start  callto */
.callto .left_box{
    background-color: var(--primaryclr);
    border-radius: 10px;
 padding: 40px 120px;
    text-align: center;
}
.callto .left_box h3{
   font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
        text-transform: capitalize;

}
.callto .left_box p{
   font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--secondfnt);

}
.callto .left_box .my_btn{
   font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
        text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    font-family: var(--secondfnt);
}
.callto .right_box {
        background-color: var(--textdark);
    border-radius: 10px;
 padding: 40px 120px;
    text-align: center;
}
.callto .right_box h3{
   font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
        text-transform: capitalize;

}
.callto .right_box p{
   font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;

}

.callto .right_box a{
    text-decoration: none;
    font-family: var(--secondfnt);

}
.callto .right_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callto .right_box ul .icon{
    background-color: var(--primaryclr);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
     display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
.callto .right_box ul .icon i{
   
   font-size: 16px;
    color: #fff;
}
.callto .right_box ul .con span{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
        text-transform: capitalize;
    font-family: var(--secondfnt);
display: block;
    text-align: start;
}
.callto .right_box ul .con p{
       font-size: 24px;
    font-weight: 600;
    color: #fff;
        text-transform: capitalize;
    margin: 0;
}

/*start technician*/

/*end tech*/
.technician{
    background: var(--bggray);
    
}
.technician .sub_head{
    text-align: center;
}

.technician .box{
      background-color: #fff;
    padding: 40px;
        border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
	border:2px solid transparent;
	transition:0.3s;
}

.technician .box:hover{
	border-color: var(--primaryclr);
}
.technician .box .icon {
font-size: 30px;
    color: #fff;
    background-color: var(--primaryclr);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -80px;
    border: 5px solid #fff;
	transition:0.3s;
}
.technician .box:hover .icon {
	border-color: var(--primaryclr);
	background-color:#fff;
	color:var(--primaryclr);
	border-width:2px;
}
.technician .box .text_part{

    color: var( --textdark);

}
.technician .box .text_part h4{
    font-size:18px;
font-weight: 600;
    text-transform: capitalize;
}
.technician .box .text_part p{
    font-size: 16px;
font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}



/*    end  technician */

/*start clients*/
.clients .sub_head{
text-align: center;
}
.clients .box{
    margin-bottom: 15px;
    border: 1px dotted #ddd;
    padding: 15px;
    border-radius: 10px;
}
.clients .box img{
    margin: 0 auto;
    display: block;
}
.clients .my_btn{
    
}
/*end clients*/
.testimonial {
overflow: hidden;
    position: relative;
    z-index: 1;
}
.testimonial::before{
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    background-image: url(https://staging.royalpest.in/wp-content/themes/royalpest/assets/img/transparent-img-02%201.png);
    top: 0;
  left: 0;
    bottom: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial .left_part{
    position: relative;
    z-index: 1;
        background: #f3f3f3;
}


.testimonial .left_part .head_text{
    color: #fff;
    text-align: start;
    font-size: 40px;
}
.testimonial .left_part .sub_head{
    color: #fff;
    text-align: start;
    font-size: 16px;
}
.testimonial .left_part form{
    background-color: var(--textdark);
    padding: 40px;
    border-radius: 10px;
    margin-top: -24px;
  position: relative;
}
.testimonial.inner_form .left_part form{
	margin:0;
}
.testimonial .left_part form::after{
   content: '';
    position: absolute;
    width: 51px;
    height: 6px;
    background-color: var(--primaryclr);
    top: 0;
    left: 42px;
}
.testimonial .left_part .form-control::placeholder{
font-size: 16px;
    color: var(--textdark);
    text-transform: capitalize;
  font-family: var(--secondfnt);

}
.testimonial .left_part .form-control{
font-size: 16px;
    color: #666;
    text-transform: capitalize;
 font-family: var(--secondfnt);
    border: 0;
    background-color: #fff;
        padding: 15px 18px;
margin-bottom: 20px;
}
.testimonial .form-control:focus{
    box-shadow: none;
    border-color: transparent;
}

.testimonial .right_part{
    background-color: var(--bggray);
    padding: 40px 40px 100px 100px;
    margin-left: -55px;
    margin-right: -20%;
}
.testimonial .right_part .head{
            width: 70%; 
}
.testimonial .right_part .head_text{
        color:  var(--textdark);
    text-align: start;
    font-size: 40px;

}
.testimonial .right_part .sub_head{
    color:  var(--textpara);
    text-align: start;
    font-size: 16px;
    line-height: 24px;
}
.testimonial .right_part .con_box{
     background-color: #fff;
    padding: 20px;
    padding-bottom: 50px;
    border-radius: 10px;
    position: relative;
    width: 70%; 
}
.testimonial .right_part .con_box::after{
  content: '';
    background-color: #fff;
    width: 134px;
    height: 62px;
    position: absolute;
    bottom: -17px;
    left: 46px;
    transform: rotate(-14deg);
}

.testimonial .right_part .con_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.testimonial .right_part .con_box ul li{
    color: var(--primaryclr);
    font-size: 16px;
    padding-right:2px;
    margin-bottom: 10px;
}
.testimonial .right_part .con_box h4{
       color:  var(--textdark);
    text-align: start;
    font-size: 24px;
}
.testimonial .right_part .con_box p{
       color:  var(--textpara);
    text-align: start;
    font-size: 16px;
}
.testimonial .right_part .con_box .quote_icon{
    position: absolute;
       top: 13px;
    right: 13px;
}
.testimonial .right_part .con_box .quote_icon i{
         background-color: var(--primaryclr);
    padding: 5px;
    display: flex;
    transform: rotate(180deg);
    border-radius: 5px;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    
}
.testimonial .right_part .client_icon{
    display: flex;
    align-items: center;
    margin-top: 20px;
        margin-left: 150px;
}
.testimonial .right_part .client_icon img{
   border: 1px solid var(--primaryclr);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    display: flex;
        align-items: center;
}
.testimonial .right_part .client_icon span{
display: inline-block;
    font-size: 16px;
    color: var(--textdark);
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--secondfnt);
}

/*end testimonial*/

/*footer*/
footer{
    padding-top: 70px;
    margin-top: 70px;
    background-color: var(--bgdark);
}
footer .contact{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
        justify-content: space-around;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .contact::before{
    position: absolute;
      content: '';
    background-color: #d9d9d945;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
footer .contact::after{
    position: absolute;
      content: '';
    background-color: #d9d9d945;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
footer .contact li{
    display: flex;
    position: relative;
}
footer .contact li::after{
    content: '';
    background-color: #d9d9d945;
    width: 1px;
    height: 67px;
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: -98px;
}
footer .contact li:last-child::after{
    display: none;
}
footer .contact li i{
    font-size: 30px;
    color: var(--primaryclr);
}
footer .contact .tel{
    margin-left: 20px;
}
footer .contact .tel p{
         font-size: 22px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
footer .contact .tel span{
      font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
footer .f_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
footer .f_nav li{
    margin-right: 10px;
    padding-left: 10px;
}
footer .f_nav li a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--secondfnt);
}
footer .f_social{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
footer .f_social li{
    margin-right: 10px;
    margin-left: 10px;
   
}
footer .f_social li a{
     color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--secondfnt);
}
.copyright{
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.09);
    padding: 10px 0;
}
.copyright span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    font-family: var(--secondfnt);
}
.copyright p{
        font-size: 16px;
    color: #fff;
  margin-bottom: 0;
    text-transform: capitalize;
}

/* start service page */
.other_pg_banner{
    background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding-top: 120px;
   position: relative;
   z-index: 1;
}
.other_pg_banner:after{
   position: absolute;
       content: '';
       display: block;
       width: 100%;
       height: 100%;
       background: var(--textdark);
       top: 0;
       left: 0;
       z-index: -1;
   opacity: .7;
}
.other_pg_banner .con_part{
   text-align: center;
}
.other_pg_banner .con_part h1 {
   color: #fff;
   text-transform: capitalize;
   font-weight: 600;
   font-size: 50px;
   line-height: 60px;
}
.other_pg_banner .con_part p{
	font-size:16px;
	color:#fff;
}
.other_pg_banner .breadcrumb{
    background-color: var(--primaryclr);
   max-width: 575px;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   font-family: "DM Sans", sans-serif;
   font-size: 16px;
   color: #fff;
   justify-content: center;
   padding: 15px;
   margin: 0 auto;
   margin-top: 110px;
}
.other_pg_banner .breadcrumb a {
   color: #fff;
   text-decoration: none;
}




.sub_ser_main {
    margin-bottom: 30px;
}
.sub_ser_main .side_con .more_ser{
background-color: var(--light);
padding: 30px;
border-radius: 10px;
}
.sub_ser_main .side_con .more_ser h4{
font-size: 28px;
line-height: 36px;
margin-bottom: 10px;
font-weight: 600;
color: var(--textdark);
}
.sub_ser_main .side_con .more_ser h4 span{
color: var(--primaryclr);
}
.sub_ser_main .side_con .more_ser ul{
list-style: none;
padding: 0;
margin: 0;
}
.sub_ser_main .side_con .more_ser ul li a{
display: flex;
align-items: center;
text-decoration: none;
font-family: var(--primaryfnt);
background-color: #fff;
padding: 12px 20px;
border-radius: 10px;
font-weight: 600;
color: var(--textdark);
margin: 10px 0px;
font-size: 18px;
position: relative;
transition:0.3s;
}
.sub_ser_main .side_con .more_ser ul li a:after{
position: absolute;
content: '\F140';
display: block;
font-size: 20px;
color: var(--primaryclr);
right: 20px;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: 400 !important;
transition:0.3s;
}
.sub_ser_main .side_con .more_ser ul li a:hover{
color: #fff;
background-color: var(--primaryclr);
}
.sub_ser_main .side_con .more_ser ul li a:hover:after{
color: #fff;
}
.sub_ser_main .side_con .offer_sec{
background-color: var(--textdark);
margin-top: 25px;
border-radius: 10px;
overflow: hidden;
}
.sub_ser_main .side_con .offer_sec .img_part{
position: relative;
overflow: hidden;
}
.sub_ser_main .side_con .offer_sec .img_part:after{
position: absolute;
content: '';
display: block;
width: 100%;
height: 100px;
border-radius: 10px;
background-color: var(--textdark);
bottom: -45px;
left: 0;
transform: skew(0deg, -8deg);
z-index: 2;
}
.sub_ser_main .side_con .offer_sec .img_part:before{
position: absolute;
content: '';
display: block;
width: 100%;
height: 100px;
border-radius: 10px;
background-color: var(--primaryclr);
bottom: -29px;
left: 0;
transform: skew(0deg, -12deg);
z-index: 1;
opacity: .7;
}
.sub_ser_main .side_con .offer_sec .img_part img{
width: 100%;
}
.sub_ser_main .side_con .offer_sec .text_part{
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
text-align: center;
}
.sub_ser_main .side_con .offer_sec .text_part h4 {
   font-size: 70px;
font-weight: bold;
line-height: 70px;
margin-bottom: 12px;
color: #fff;
text-transform: uppercase;
}
.sub_ser_main .side_con .offer_sec .text_part h5 {
  font-size: 22px;
line-height: 30px;
margin-bottom: 15px;
color: #fff;
text-transform: capitalize;
font-weight: 400;
}
.sub_ser_main .side_con .offer_sec .text_part .para {
font-size: 16px;
line-height: 22px;
color: #fff;
margin-bottom: 15px;
}
.sub_ser_main .side_con .offer_sec .text_part .valid {
   font-size: 20px;
font-weight: 600;
text-transform: capitalize;
font-family: var(--primaryfnt);
line-height: 20px;
border: 1px dashed #fff;
padding: 12px;
border-radius: 10px;
color: #fff;
}
.sub_ser_main .side_con .offer_sec .text_part .links {
padding: 8px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.sub_ser_main .side_con .offer_sec .text_part .links a {
text-decoration: none;
color: #fff;
text-transform: uppercase;
font-family: var(--primaryfnt);
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
transition: 0.3s;
}
.sub_ser_main .side_con .offer_sec .text_part .links span {
display: block;
margin: 0px 12px;
}
.sub_ser_main .con_part p{
    font-size: 16px;
line-height: 24px;
color: var(--textlight);
margin-bottom: 20px;
}
.sub_ser_main .con_part p a{
text-decoration:none;
}


.sub_cont h3 {
font-size: 30px;
line-height: 38px;
color: var(--textlight);
margin-bottom: 20px;
text-transform: capitalize;
font-weight: 500;
}
.sub_cont h2 {
font-size: 35px;
line-height: 42px;
color: var(--textlight);
margin-bottom: 20px;
text-transform: capitalize;
font-weight: 500;
}
.sub_ser_main .con_part ul {
list-style: none;
padding: 0;
}
.sub_ser_main .con_part ul li {
font-size: 16px;
line-height: 24px;
color: var(--textlight);
margin-bottom: 10px;
position: relative;
padding-left: 30px;
}
.sub_ser_main .con_part ul li a{
text-decoration:none;
}
.sub_ser_main .con_part ul li:before {
position: absolute;
content: '\F140';
display: block;
font-size: 20px;
color: var(--primaryclr);
top: 0;
left: 0;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: 400 !important;
}
.sub_ser_main .con_part .dvd{
display: flex;
margin-bottom: 20px;
}
.sub_ser_main .con_part .dvd .img_box{
width: 335px;
margin-right: 25px;
}
.sub_ser_main .con_part .dvd .text{
flex: 1;
}
.sub_ser_main .con_part .why_wait{
border-radius: 15px;
background-color: var(--primaryclr);
padding: 25px 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.sub_ser_main .con_part .why_wait .title_head{
margin-right: 50px;
flex: 1;
}
.sub_ser_main .con_part .why_wait .title_head .head {
color: #fff;
}
.sub_ser_main .con_part .why_wait p{
  color: #fff;
}
.sub_ser_main .con_part .why_wait .call {
display: flex;
align-items: center;
text-decoration: none;

}
.sub_ser_main .con_part .why_wait .call i {
width: 50px;
height: 50px;
background-color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
color: var(--primaryclr);
margin-right: 15px;
}
.sub_ser_main .con_part .why_wait .call span {
font-size: 16px;
color: #fff;
font-family: var(--primaryfnt);
line-height: 24px;
}
.sub_ser_main .con_part .why_wait .call span b {
font-size: 24px;
font-weight: 600;
color: #fff;
transition: 0.3s;
}


.contact_pg_con .grid_dvd{
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 15px;
}
.contact_pg_con .box{
    text-align: center;
    padding: 15px;
    border-radius: 15px;
        box-shadow: 0px 0px 30px 0px rgb(25 47 87 / 5%);
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    background-color: #fff;
    
}
.contact_pg_con .box .head{
       text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--textdark);
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.contact_pg_con .box .para{
        color: var(--blue);
    margin-bottom: 0;
        font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family:var(--primaryfnt);
}
.contact_pg_con .box i{
         width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--blue);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 20px 0px #ede9fe;
    margin-bottom: 8px;
}

.contact_review{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact_review:after{
    position: absolute;
    content: '';
    background-image:url(https://staging.royalpest.in/wp-content/themes/royalpest/assets/img/world_map.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 700px;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.contact_review .form_box{
    padding: 40px;
    background-color: var(--textdark);
    border-radius: 15px;
}
.contact_review .form_box h2{
       color: #fff;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}
.contact_review .form_box h2:after{
       position: absolute;
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background-color: var(--blue);
    top: -40px;
    border-radius: 3px;
}
.contact_review .form_box p {
        font-size: 16px;
    line-height: 24px;
     color: #fff;
    margin-bottom: 0;
}
.contact_review .form_box form{
    margin-top: 25px;
}
.contact_review .form_box .form_group{
    margin-bottom: 15px;
}
.contact_review .form_box .form-control{
    color: #000;
    height: 60px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
        font-family: "DM Sans", sans-serif;
}
.contact_review .form_box .note{
    font-size: 13px;
    line-height: 20px;
    color: #9E9E9E;
}
.contact_review .form_box .note a{
    color: #fff;
}
.contact_review .form_box textarea.form-control{
    height: 80px;
}
.contact_review .form_box .my_btn{
    font-family: var(--primaryfnt);
    color: #fff !important;
    background-color: var(--blue) !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 60px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 80px;
    position: relative;
    margin-top: 15px;
    transition: 0.3s;
}
.contact_review .form_box .my_btn:hover{
    background-color: #fff !important;
    color: var(--blue) !important;
}
.contact_review .testi_part{
    background-color: var(--light);
    padding: 40px 60px;
    position: relative;
    z-index: 1;
}
.contact_review .testi_part:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    background-color: var(--light);
    top: 0;
    z-index: -1;
}
/* end service page */


/* start submenu */
/* header.fixed .dropdown_menu{
        top: 107px;
} */
/* .nav_part .right_part .sub-menu{
        position: absolute;
    top: 100px;
    left: -20px;
    width: 400px;
    height: auto;
    z-index: 999;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
} */
#menu-primary-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  background: white;
  min-width: 300px;
}
@media screen and (max-width:1024px){
	#menu-primary-menu .sub-menu {
	    position: relative !important;
    left: 0 !important;
	}
}
#menu-primary-menu li {
  position: relative;
}

#menu-primary-menu > li > .sub-menu {
  left: 0;
  top: 100%;
}
/* 
.nav_part .right_part li:hover .sub-menu{
    display: block;
}
.nav_part .right_part .sub-menu .menu-item-has-children .sub-menu{
	display:none;
}
.nav_part .right_part .sub-menu .menu-item-has-children:hover .sub-menu{
	display:block;
} */
.nav_part .right_part .sub-menu{
    padding: 0;
    margin: 0;
}
.nav_part .right_part .sub-menu li{
    margin: 0;
    display: block;
}
.nav_part .right_part .sub-menu li a{
       padding: 14px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
	    padding-right: 50px;
}
.nav_part .right_part .sub-menu li a:before{
      position: absolute;
    font-family: bootstrap-icons!important;
    content: "\F135";
    display: block;
    font-size: 25px;
    line-height: 25px;
    color: var(--primaryclr);
    width: 25px;
    height: 25px;
    right: 15px;
}

.nav_part .right_part .sub-menu li a:after{
    display: none;
}
.nav_part .right_part .sub-menu li:last-child a{
    border: none;
}
/* .nav_part .right_part li.current-menu-parent a, .nav_part .right_part li.current-menu-item a{
	color:var(--primaryclr);
}
.nav_part .right_part li.current-menu-parent .sub-menu li a{
	color:var(--textdark);
}
.nav_part .right_part li.current-menu-parent .sub-menu li.current-menu-item a{
	color:var(--primaryclr);
}
.nav_part .right_part li.current-menu-parent .sub-menu li.current-menu-item .sub-menu li.current-menu-item a{
	color:var(--textdark);
} */
.nav_part .right_part ul li .sub-menu-toggle{
	display:none;
}

/*------------ start footer      ----------*/

.top_part{
    background-color:#fff;
        border-radius: 10px;
    overflow: hidden;
}
.top_part .bg_red{
    background-color: var(--primaryclr);
}
.top_part .bg_gray{
    background-color: #555;
}
.top_part .bg_dark{
    background-color: #2C2C2C;
}
.top_part .box{
    padding: 40px 30px;
}
.top_part .col-lg-4:last-child .box{
    border: none;
}
.top_part .box .logo{
    width: 125px;
    margin-bottom: 20px;
}
.top_part .box .call{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    display: block;
} 
.top_part i{
        width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primaryclr);
    font-size: 25px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
} 
.top_part i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim 1s infinite;
}
.top_part .box .call a{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.top_part .bg_gray .box .call a{
       font-size: 18px;
    line-height: 25px;
    font-weight: normal;
}
.top_part .box .map_ico{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.top_part .box .foot_link{
    font-size: 18px;
    color: #fff;
     text-decoration: none;
    display: block;
    font-weight: 500;
    margin: 10px 0px;
    transition: 0.3s;
}

.top_part .box h5{
     font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.top_part .box iframe{
    height: 144px;
}


footer {
    background-color: #111111;
    position: relative;
    z-index: 1;
}
footer:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    content: '';
    background: #F7F7F7;
    z-index: -1;
}



footer .bot-footer{
     padding: 50px 0px;
}
footer .bot-footer .col-lg-5 .box{
    height: 100%;
    border-right: 1px solid #ffffff30;
}
footer .bot-footer .box img{
    max-width: 320px;
    margin-bottom: 20px;
}
footer .bot-footer .box p{
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}
footer .bot-footer .box h4{
   font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    
    margin-bottom: 15px;
     }
footer .bot-footer .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .bot-footer .box ul li{
    padding-bottom: 10px;
    
}
footer .bot-footer .box ul li a{
   color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}
footer .bot-footer .box .time li a{
    display: flex;
}
footer .bot-footer .box .time li a i{
    color: var(--primaryclr);
    margin-right: 8px;
}
footer .bot-footer .box ul li a:hover{
    color:  var(--primaryclr);
}
footer .bot-footer .box .form-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
footer .bot-footer .box .form-box .form-control {
    border-radius: 0;
    height: 45px;
    color: #000;
}
footer .bot-footer .box .form-box .my-btn {
    width: 60px;
    height: 45px;
    background-color: var(--primaryclr);
    color: #fff;
    position: absolute;
    border: none;
    text-transform: uppercase;
    font-family: .9rem;
    font-weight: 500;
    right: 0;
    transition: 0.3s;
}
footer .bot-footer .box .form-box .my-btn:hover{
    box-shadow: inset 3px 0px #000;
}
footer .bot-footer .box .social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .bot-footer .box .social li{
    width: 40px;
    height: 40px;
    border: 1px solid #555555;
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px 4px;
    transition: 0.3s;
}
footer .bot-footer .box .social li a{
    color: #fff;
}
footer .bot-footer .box .social li:hover{
    background-color: #fff;
}
footer .bot-footer .box .social li:hover a{
    color: var(--primaryclr);
}
footer .cpy{
    border-top: 1px solid #282828;
     padding: 15px 0px;
}

footer .cpy p{
    font-size: 15px;
    margin: 0;
    color: #fff;
    
}
footer .cpy p a{
    color: var(--primaryclr);
    text-decoration: none;
    transition: 0.3s;
}
footer .cpy ul{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .cpy ul li{
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
}
footer .cpy ul li a{
    text-decoration: none;
     color: #fff;
}

/*------------ end footer      ----------*/
/* start mega menu */
header{
	position:relative;
}
.megamenu{
	width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99;
    top: 100%;
    border-top: 1px solid #ddd;
    box-shadow: 0px 10px 11px #0000001f;
	display:none;
}
.megamenu .menu_box{
	padding:0px 25px;
}
.megamenu .menu_box .head{
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.megamenu .menu_box ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	flex-direction:column;
	gap:5px;
}
.megamenu .menu_box ul li a{
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	transition:0.3s;
}
.megamenu .menu_box ul li a:hover{
	color:var(--primaryclr);
}
.megamenu .banner_box{
	    width: 100%;
    border-radius: 5px;
    background-color: #ccc;
    height: 235px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 25px;
}
.megamenu .banner_box img{
	width:100%;
	height:100%;
	object-fit:cover;
		transition:0.3s;
}
.megamenu .banner_box:hover img{
	transform:scale(1.2);
}
.megamenu .banner_box p{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
position:absolute;
	z-index:2;
	text-decoration:none;
}

@media screen and (min-width:992px){
	#menu-item-56 .sub-menu{
		display:none  !important;
	}
	.nav_part .right_part ul li a{
		transition:0.3s;
	}
	.nav_part .right_part ul li a:hover{
		color:var(--primaryclr) !important;
}
}
@media screen and (max-width:991px){
	.megamenu{
		display:none !important;
	}
	
	
}
/* end mega menu */
.blogs .box{
    margin-top: 15px;
}
.blogs .box .img_box{
    position: relative;
	    height: 200px;
	
}
.blogs .box .img_box img{
	    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
	border-radius:10px;
	overflow:hidden;
}
.blogs .box .img_box .bl_cat{
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 5px 15px;
    color: var(--textdark);
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.blogs .box .img_box .bl_date{
       width: 80px;
    height: 80px;
    right: 15px;
    bottom: -12px;
    background-color: var(--primaryclr);
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:10px;
	overflow:hidden;
    flex-wrap: wrap;
}
.blogs .box .img_box .bl_date span{
    display: block;
    line-height: 13px;
}
.blogs .box .img_box .bl_date b{
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.blogs .box h3 a{
       text-decoration: none;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--textdark);
    font-weight: 600;
}
.blogs .box .btn_arrow{
           text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--textdark);
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}


.bl_details h4.date{
	    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.bl_details .img-box{
	    margin-top: 20px;
    margin-bottom: 20px;
}
.bl_details .img-box img{
	       width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 0;
    position: relative;
}
.bl_details .con-box p {
    max-width: 100% !important;
    color: var(--textlight);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bl_details h1 {
	    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}
.bl_details h1,.bl_details h2, .bl_details h3, .bl_details h4, .bl_details h5, .bl_details h6{
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
  margin-top: 20px; 
	font-weight: 500;
}
.bl_details h2{
	 font-size: 42px;
    
}
.bl_details h2{
	 font-size: 35px;
    
}
.bl_details h3{
	 font-size: 30px;
}
.bl_details h4{
	 font-size: 26px;
}
.bl_details h5{
	 font-size: 24px;
}
.bl_details h6{
	 font-size: 20px;
}
.bl_details ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
	list-style:none;
}
.bl_details ul li {
    max-width: 100% !important;
    color: var(--textlight);
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
	    padding-left: 30px;
	    position: relative;
}
.bl_details ul li:before{
	    position: absolute;
    content: '\F140';
    display: block;
    font-size:18px;
    color: var(--light);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.bl_details ul li a, .bl_details p a{
	color:var(--blue);
	font-weight:500;
	text-decoration:none;
}
.bl_details{
	margin-bottom:50px;
	margin-top:50px;
}
.bl_details .nav-links{
	display:none;
}
.banner .box h1{
	height:195px;
}
#typewriter {
  border-right: 2px solid #333;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
	display:inline-block;
}

/*  */
.more_services {
    background-color: #ff77000f;
    padding: 60px 0px;
}
.more_services .box{
	    display: flex
;
    gap: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ff7700;
	transition:0.3s;
	text-decoration:none;
	margin-bottom:30px;
}
.more_services .box:hover{
	background-color:#ff7700;
}
.more_services .box .icon{
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 50%;
	transition:0.3s;
}
.more_services .boxmM:hover .icon{
	background-color:#fff;
}
.more_services .box .text_part{
	    flex: 1;
	color:#000;
}
.more_services .box:hover .text_part{
	color:#fff;
}
.more_services .box h4{
	    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
	transition:0.3s;
		text-decoration:none;
}
.more_services .box p{
	    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
	transition:0.3s;
    margin-bottom: 0;
		text-decoration:none;
}








:root { --gap: 2rem; }

  .marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 0.85rem 0;
    user-select: none;
  }
  .marquee__track {
    display: flex;
    gap: var(--gap);
    will-change: transform;
  }
  .marquee__item {
    flex: 0 0 auto;
    white-space: nowrap;
    font: 600 1rem/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    display: flex;
    align-items: center;
    gap: 2.2rem;
  }
  .marquee__item i {
    font-size: 1rem;
    color: #ff7700; 
  }
  .marquee:hover .marquee__track { animation-play-state: paused; }

  @media (prefers-reduced-motion: reduce) {
    .marquee__track { animation: none !important; transform: none !important; }
  }
  @keyframes scroll-x { to { transform: translateX(var(--to, -50%)); } }

/*hero client  */
     .clients-section {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 80px 20px;
            position: relative;
            background: #000000;
        }

        /* Animated background elements */
        .bg-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .floating-orb {
            position: absolute;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 119, 0, 0.1), rgba(255, 119, 0, 0.02));
            animation: float 8s infinite ease-in-out;
        }

        .floating-orb:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 15%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-orb:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 70%;
            right: 15%;
            animation-delay: -3s;
        }

        .floating-orb:nth-child(3) {
            width: 50px;
            height: 50px;
            top: 85%;
            left: 30%;
            animation-delay: -6s;
        }

        .floating-orb:nth-child(4) {
            width: 70px;
            height: 70px;
            top: 25%;
            right: 25%;
            animation-delay: -2s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) translateX(0) scale(1);
            }
            33% {
                transform: translateY(-15px) translateX(8px) scale(1.05);
            }
            66% {
                transform: translateY(10px) translateX(-10px) scale(0.95);
            }
        }

        /* Geometric patterns */
        .geometric-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(45deg, transparent 40%, rgba(255, 119, 0, 0.02) 50%, transparent 60%),
                linear-gradient(-45deg, transparent 40%, rgba(255, 119, 0, 0.02) 50%, transparent 60%);
            background-size: 60px 60px;
            animation: geometricMove 20s linear infinite;
        }

        @keyframes geometricMove {
            0% { background-position: 0 0, 0 0; }
            100% { background-position: 60px 60px, -60px 60px; }
        }

        /* Particle system */
        .particle {
            position: absolute;
            width: 2px;
            height: 2px;
            background: #ff7700;
            border-radius: 50%;
            animation: particle 12s linear infinite;
        }

        @keyframes particle {
            0% {
                opacity: 0;
                transform: translateY(100vh) translateX(0);
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                transform: translateY(-100px) translateX(200px);
            }
        }

        .section-header {
            text-align: center;
            margin-bottom: 30px;
            animation: fadeInUp 0.8s ease-out;
            position: relative;
            z-index: 10;
        }

        .section-title {
            font-size: 4rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
            background: linear-gradient(45deg, #ffffff, #ff7700);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .section-subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            color: #cccccc;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .logos-container {
            max-width: 1200px;
            width: 100%;
            position: relative;
            z-index: 10;
        }

        .logos-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
            gap: 30px;
        }

        .logo-card {
            background: rgba(20, 20, 20, 0.8);
            border: 2px solid rgba(255, 119, 0, 0.2);
            border-radius: 20px;
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 140px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            animation: fadeInScale 0.6s ease-out forwards;
            opacity: 0;
            transform: scale(0.8);
            backdrop-filter: blur(10px);
        }

        .logo-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 119, 0, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .logo-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 18px;
            padding: 2px;
            background: linear-gradient(45deg, transparent, rgba(255, 119, 0, 0.5), transparent);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .logo-card:hover::before {
            left: 100%;
        }

        .logo-card:hover::after {
            opacity: 1;
        }

        .logo-card:hover {
            transform: translateY(-15px) scale(1.03);
            border-color: #ff7700;
            box-shadow: 
                0 25px 50px rgba(255, 119, 0, 0.2),
                0 10px 20px rgba(0, 0, 0, 0.5);
            background: rgba(30, 30, 30, 0.9);
        }

        .logo-placeholder {
            width: 140px;
			overflow:hidden;
            height: 70px;
            background:#fff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1rem;
            color: #ffffff;
            transition: all 0.3s ease;
            position: relative;
            border: 1px solid rgba(255, 119, 0, 0.3);
        }

        .logo-card:hover .logo-placeholder {
            background: #fff;
            color: white;
            transform: scale(1.1);
            box-shadow: 0 0 20px rgba(255, 119, 0, 0.5);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInScale {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @media (max-width: 768px) {
            .clients-section {
                padding: 60px 15px;
            }

            .section-header {
                margin-bottom: 30px;
            }
            
            .section-title {
                font-size: 2.5rem;
            }

            .section-subtitle {
                font-size: 1.1rem;
                padding: 0 10px;
            }
            
            .logos-grid {
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
                gap: 20px;
            }
            
            .logo-card {
                padding: 30px 20px;
                min-height: 120px;
            }

            .logo-placeholder {
                width: 120px;
                height: 60px;
                font-size: 0.9rem;
            }

            .floating-orb:nth-child(1) {
                width: 50px;
                height: 50px;
                top: 10%;
                left: 5%;
            }

            .floating-orb:nth-child(2) {
                width: 40px;
                height: 40px;
                top: 75%;
                right: 8%;
            }

            .floating-orb:nth-child(3) {
                width: 35px;
                height: 35px;
                top: 85%;
                left: 20%;
            }

            .floating-orb:nth-child(4) {
                width: 45px;
                height: 45px;
                top: 20%;
                right: 20%;
            }
        }

        @media (max-width: 480px) {
            .clients-section {
                padding: 40px 10px;
            }

            .section-title {
                font-size: 2rem;
				margin-bottom:15px;
            }

            .section-subtitle {
                font-size: 1rem;
            }

            .logos-grid {
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
                gap: 15px;
            }

            .logo-card {
                padding: 25px 15px;
                min-height: 100px;
            }

            .logo-placeholder {
                width: 100px;
                height: 50px;
                font-size: 0.8rem;
            }

            .floating-orb {
                display: none;
            }
        }

header.position-fixed{
	    position: fixed !important;
    background-color: #fff;
    z-index: 99;
    width: 100%;
}