@import url('https://fonts.googleapis.com/css2?family=Goblin+One&family=Oxanium:wght@200..800&display=swap');
:root {
  --primary:#E47325;
  --secondary:#102b40;
  --white:#fff;
  --black:#111;
}
body {
    margin: 0;
    padding: 0 !important;
font-family: "Oxanium", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    border-radius:20px;
    font-family: "Oxanium", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 20px;
font-family: "Oxanium", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}
h1 {
  font-size:32px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
font-family: "Oxanium", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
font-family: "Oxanium", sans-serif;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 35px !important;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    text-transform: inherit;
}
.heading{
text-align: center;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--white);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--secondary);
    border-right: 3px solid var(--secondary);
    padding: 7px 20px;
    width: fit-content;
    letter-spacing: 0;
    background: var(--primary);
    line-height: normal;
    border-radius: 50px;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-primary{
	position:relative;
}
.btn-primary::after {
    content: "";
    display: block;
    background: #fff url(https://roofrenewal.com.au/wp-content/themes/rd-theme/assets/images/orange-arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1px;
}

/* TOP BAR CSS */

.topbar {
    background: var(--secondary);
    padding: 5px 0;
}
.smoicons{
	column-gap:8px;
}
.smoicons li a {
    border-radius: 50%;
    background:var(--white);
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 12px;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact i {
    color: var(--white);
    font-size: 16px;
    margin-right: 8px;
}
.top-contact p a, .top-contact p {
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}

/* Header */

header {
    background: var(--white);
}
header .row {align-items: center;}
header img {
    width: 240px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

/* Menubar */

header {
    position: relative;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 3px 3px 13px #c3c3c3;
    z-index: 10;
    background: var(--white);
}
.mainmenu.fixed ul li a{
	color:var(--black);
}
.mainmenu.fixed img {
    filter: inherit;
}
.mainmenu .btn-primary {
    margin: 0;
    border: solid 1px var(--white);
}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    

/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
/*
.mainslider .carousel-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    filter: brightness(0);
    background-position: top;
    background-repeat: no-repeat;
}
*/
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 50%;
}
.mainslider .subheading {
    padding: 1px 35px;
    letter-spacing: 2px;
    line-height: 25px;
    background: linear-gradient(45deg, #ffffff, #e0e0e0);
    color: var(--black) !important;
    font-weight: 600;
    border-radius: 20px 50%;
    margin-bottom: 20px;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 5px 0 20px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}


.gridbnr img {
    height: 210px;
    object-fit: cover;
}

.gridbnr {
    margin-top: 70px;
}


.listingservices{
	padding:60px 0;
}
.listingservices .heading {
    margin-bottom: 10px !important;
}
.lsd-ts-image-wrapper .lsd-ts-image>a h3 {
    font-size: 18px !important;
}

.listcategory {
    background: #00888a1a;
    padding: 50px 0 60px;
}

/* About Us */

.about{
 padding: 60px 0;
background: url(../images/aboutbg.png);
background-attachment: fixed;
}
.aboutus .about {
    padding: 0;
}
.about-us .about figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 8px;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}
.about video {
    width: 100%;
    height: 675px;
    border-radius: 20px;
    object-fit: cover;
}
.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}
.aboutus .about figure{
 height: 100%;
}
.aboutus .about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.about-content {
    background: #e5f3f3b0;
    padding: 25px;
    height: 100%;
    border-radius: 20px;
}
.features-item {
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 14px #00000033;
}
.features-item h3 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
}
.features h4 {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.features figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 32%;
    height: 90px;
    box-shadow: 0px 0px 7px grey;
}
.features img {
    width: 58px;
	height:auto ;
}
.features .row .col-lg-4:nth-child(2) .features-item{
	background:var(--primary)
}
.features .row .col-lg-4:nth-child(2) h3 , .features .row .col-lg-4:nth-child(2) h4{
	color:var(--white)
}
.features .row .col-lg-4:nth-child(2) figure {
    background: white;
}

/* Mission */

.missions {
    background: #00888a1a;
    padding: 65px 0;
    margin-top: 60px;
}
.missions-item {
    padding: 25px;
    border: 1px solid #ffffff17;
    height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 3px 3px 13px #eee;
}
.missions-item figure {
    background: #f9f9f9;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
}
.missions-item img {
    width: 60px;
    filter: brightness(0);
}
.missions-item h3 {
    margin: 25px 0 15px;
}
.contactus .startproject {
    display: none;
}


/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* Services */

.services {
    padding: 45px 0 55px;
}
.services .row {
    row-gap: 25px;
}
.services-item {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.services-item figure {
    overflow: hidden;
}
.services-item figure img {
    height: 340px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    border-radius: 8px;
    filter: brightness(0.7);
}
.services-item figure{
	overflow:hidden;
	position:relative;
}
.services-item figure:after, .services-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.services-item:hover figure:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.services-item:hover figure:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.services-item figure:hover img{
	transform:scale(1.1);
}
.services-info {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.services-info h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 5px 0 8px;
    color: var(--white);
}
.services-item:hover figure {
    background: var(--secondary);
}
.services-info img {
    width: 40px;
    height: auto !important;
    filter: invert(1) brightness(0);
}


/* Why Choose Us */

.whychooseus {
    padding: 60px 0;
}
.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}
.whychooseus-item {
    text-align: center;
    height: 100%;
    padding: 30px;
    transition: all ease-in-out .5s;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 3px 3px 13px #eee;
    border: solid 1px #000000ad;
}
.whychooseus-item:hover {transform: translateY(-5px);}
.whychooseus-item img {
    width: 65px;
}
.whychooseus-item h3 {
    margin: 25px 0 12px;
    font-size: 18px;
}
.whychooseus-item:hover h3 {
    color: var(--primary);
}

/* Our Works */

.ourworks {
    padding: 50px 0 65px;
}

/* Reviews */

.testimonial {
    padding: 50px 0 55px;
    text-align: center;
    background: linear-gradient(45deg, #102b40ed, #000000b0), url(https://sinphonix.in/salocalroofrepairs.com.au/wp-content/uploads/2024/11/reviewbg.webp) center / cover;
    background-attachment: fixed;
}
.testimonial .rating {
    text-align: center;
    color: var(--secondary);
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    position: relative;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    background-color: #e5f3f3;
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px #00000005;
    text-align: center;
    padding: 25px 25px 15px;
    z-index: 1;
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    background: url(
    ../images/review-shape.webp);
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 45px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.testimonial-item img {
    border-radius: 50% 23% !important;
    height: 110px;
    border: solid 3px var(--primary);
}
.testimonial h3 {
    margin: 15px 0 5px;
    font-size: 19px;
}
.testimonial-item p {
    padding-right: 8px;
    height: 130px;
    overflow-y: scroll;
}
.testimonial-item p::-webkit-scrollbar-track{
     -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
     border-radius: 10px;
     background-color:#000;
}
.testimonial-item p::-webkit-scrollbar {
     width: 2px;
     background-color: #000;
}
.testimonial-item p::-webkit-scrollbar-thumb{
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
     background: #f5f5f5;
}

/* Footer */

footer {
    background: var(--secondary);
}
footer .col-lg-3:first-child {
    background: #e5f3f314;
    text-align: center;
}
.footerabout .btn-primary {
    color: var(--white);
}
.footerabout img {
    width: 100%;
	filter:invert(1);
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 45px 20px 30px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.footerabout p {
    margin: 20px 0 0;
}
.footerabout ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.footerabout h5 {
    font-size: 18px;
    margin: 20px 0 15px;
    color: var(--white);
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul.menu li {
    position: relative;
    padding-left: 20px;
}
footer ul.menu li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: #777;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 10px;
}
footer ul li.menu-item a {
    margin-bottom: 8px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 28px;
    letter-spacing: .5px;
    font-size: 20px;
    color: var(--white);
    padding-bottom: 15px;
    background: url(../images/under-title.png) no-repeat bottom left;
}
footer a, .footerabout p, .footerabout a {
    color: #ccc;
}
footer a:hover {
    color: var(--white) !important;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 20px;
    color: #ccc;
    margin-bottom: 15px;
}
footer ul.footer-details li i {
    color: var(--white);
    padding-right: 5px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 7px;
}
footer form {
    position: relative;
}
footer form input {
    border-color: #ffffff26 !important;
    padding: 7px 15px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff38;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
    color: #ddd;
}
.copyright p a {
    text-decoration: underline;
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}
.copyright span {
    color: #ccc;
}


#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(#0000004f, #000000d4), url(https://sinphonix.in/salocalroofrepairs.com.au/wp-content/uploads/2024/11/slider2.webp) center / cover;
    padding: 190px 0 40px;
    text-align: center;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
    line-height: normal;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* Contact Us */

.contact-location {
    height: 100%;
    background: #00888a1a;
    padding: 60px 0;
}
.contactus .contact-details-cnt {
    text-align: center;
    padding: 48px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 3px 3px 13px #eee;
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 4px;
}
.contact-details-cnt i {
    font-size: 21px;
    color: var(--white);
    background: var(
    --primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 2px var(--secondary);
    outline-offset: 5px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;  
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
}
.contactus .contact-details-cnt:last-child {
    margin: 0;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}
.contactus-form input[type="submit"] {
    margin-top: 12px;
}
.goolemap iframe {
    margin-bottom: -6px;
}

/* Services Details */ 


.sidebar-contactdtls {
    background: var(--primary);
    margin-top: 15px;
    border-radius: 20px;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
    border-radius: 20px;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px #00000038;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 25px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-sidebar {
    position: sticky;
    top: 0;
}
.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:var(--white);
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
    border-radius: 6px;
    position: sticky;
    top: 0;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}

/* Gallery  */

.ourgallery {
    padding: 50px 0;
    background: #e5f3f3;
    border-radius: 0 0 50px 50px;
}
.envira-lazy {
    border-radius: 20px !important;
}
.envira-gallery-item a img {
    transition: transform 0.3s ease;
}
.envira-gallery-item a:hover img {
	 filter: grayscale(1);
}
.ourgallery .row {
    justify-content: center;
    row-gap: 25px;
}
.home .gallery-item {
    outline: none;
}
.gallery-item {
    overflow: hidden;
    display: block;
    outline: dashed 2px var(--primary);
    outline-offset: 5px;
    border-radius: 2px;
}
.ourgallery .gallerylightboxlist {
    height: 280px;
    background-size: cover;
    transition: all 300ms ease;
    border-radius: 6px;
}
.gallery-item:hover .gallerylightboxlist {
    transform: scale(1.1);
    filter: grayscale(1);
}
.gallerylightbox {
    position: relative;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.contaddr .row {
    row-gap: 25px;
}
.contaddr {
    margin-bottom: 25px;
}
.contaddr-item {
    border-radius: 8px;
    height: 100%;
    border: double 3px var(--primary);
    padding: 18px;
    text-align: center;
}
.contaddr-item img {
    width: 50px;
    margin-bottom: 18px;
}
.contaddr-item h4 {
    margin-bottom: 8px;
}

/* Home Conatct */

.hcontact {
    padding: 50px 0 60px;
}
.hcontact ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 15px 0;
    border: solid 1px #b6b6b6;
    padding: 15px;
    border-radius: 20px;
    background: #f3f3ff;
}
.hcontact ul li img {
    width: 70px;
}
.hcontact ul li h3 {
    text-transform: capitalize;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 500;
}
.hcontact ul li:first-child {
    margin-top: 0;
}

.hcontact ul li p:last-child {
    margin-bottom: 0;
}
.hcontactform {
    border: solid 1px #eee;
    padding: 30px;
    border-radius: 0 20px 20px 0;
    background: var(--primary);
    height: 100%;
}
.hcontact-box {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 8px;
    height: 100%;
}
.hcontact-box iframe {
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 100%;
}
.hcontactform input[type="submit"]{
	background:var(--secondary);
}


/* Services Gallery */ 

.servicesgallery {
    margin-top: 50px;
}
.servicesgallery .row{
	row-gap:25px;
}
.servicesgallery-item figure img {
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
	transition:all ease-in-out .5s;
}
.servicesgallery-item {
    position: relative;
}
.servicesgallery-item h3 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 0 15px;
}
.servicesgallery-item figure {
    overflow: hidden;
    border-radius: 12px;
}
.servicesgallery-item:hover img {
    transform: scale(1.1);
}
.servicesgallery .col-lg-4:nth-child(3) {
    width: 100%;
}

.servicesgallery .col-lg-4:nth-child(3) img {
    display: none;
}

.servicesgallery h3 {
    font-weight: 600;
    margin: 15px 0 0;
    font-size: 30px;
}

.page-id-2840 .servicesgallery .col-lg-4 {
    width: 50%;
}

/* Partners */

.partners {
    padding: 45px 0;
    background: #e5f3f3;
    border-radius: 50px 50px 0 0;
}
.clients.partners .row {
    row-gap: 25px;
}
.partners-item {
    border: double 1px #ccc;
    padding: 15px;
    border-radius: 6px;
    background: var(--white);
}
.partners-item img {
    width: 100% !important;
    aspect-ratio: 2/1;
    object-fit: contain;
}


/* BLOGS */

.homeblog {
    padding: 50px 0 70px;
}
.homeblog .heading {
    margin-bottom: 30px;
}
.homebloglist {
    height: 100%;
    position: relative;
    background: var(--white);
    box-shadow: 0px 5px 40px rgb(0 0 0 / 5%);
    border: solid 1px #eee;
    border-radius: 0 0 15px 15px;
}
.homebloglist img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    border-radius:15px 15px 0 0 ;
}
.breadcrumb h1 {
    text-transform: capitalize;
}
.blogpost .homeblog {
    padding: 0;
}
.homebloglist:hover img {
    filter: grayscale(1);
}
.homebloglist p{
margin: 0;
}
.homeblogbox {
    padding: 25px;
}
.homeblogbox h3 {
    margin: 22px 0 12px;
    line-height: 35px;
}
.homeblogbox h3 a {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 32px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 18px;
	margin-bottom: 20px;
    text-transform: capitalize;
}
.post-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Change to 2 for exactly 2 lines */
  overflow: hidden;
}
span.subheading {
    text-align: center;
    display: block;
    color: var(--primary);
    margin-bottom: 5px;
    font-size: 18px;
}
.homeblogbox .readbtn {
    color: var(--primary);
    padding-top: 10px;
    display: block;
}
.homeblogbox span {
    font-size: 14px;
}
.homeblogbox span i {
    color: var(--primary);
    margin-right: 10px;
}
.homeblogbox ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.homeblogbox ul li{
	color:var(--secondary);
}
.homeblogbox ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.singlepost ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom: 15px;
}

.singlepost ul li{
	position: relative;
    width: 100%;
	font-weight:500;
	text-transform: capitalize;
	padding-left: 30px;
}

.singlepost ul li:before{
	content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--primary);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}
ul.hdrrgt {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

ul.hdrrgt li:first-child a {
    border: solid 1px #ddd;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}






@media only screen and (max-width:1199px){
.topbar {
    padding: 6px 0;
}	
.topbar-rgt, .hdrcnt{
    display: none !important;
}	
.hdrcnt {
    display: none !important;
}	
}
@media only screen and (max-width:992px){
#rmp-container-573 {
    background: var(--white) !important;
    border-right: solid 2px var(--primary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-item-link {
    color: #444 !important;
}	
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
	  color: var(--white) !important;
}
#rmp-menu-title-573 {
    padding-top: 4% !important;
}	
#rmp-menu-title-573 {
    background: #eee !important;
    margin-bottom: 20px !important;
}	
.logo{
    position: relative;
    top: inherit;
    left: inherit;
}
ul.menutop {
    display: none;
}
.mainslider figure img {
    height: 450px;
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 38px;
}
.mainslider .subheading {
    padding: 3px 15px;
    letter-spacing: 0px;
}	
.about-content {
    padding-right: 0;
}
.about-content .leftheading {
    width: 100%;
}
.counter .row {
    row-gap: 55px;
}
.counter-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.services-item figure {
    height: 280px;
}
.copyright {
    flex-direction: column;
    row-gap: 15px;
}
.ftr-contact {
    flex-direction: column;
}	
.ftr-contact li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #dddddd2e;
}
.ftr-contact li:last-child {
    width: 100%;
}	
.footer-btm {
    margin-top: 2rem !important;
}
.ftr-link {
    margin: 15px 0;
}
.homebloglist figure {
    height: 250px;
}	
.homeblog .row {
    row-gap: 25px;
}	
div#rmp-menu-title-573 {
    display: none;
}
#rmp_menu_trigger-573, #rmp_menu_trigger-573:hover, #rmp_menu_trigger-573:focus {
background:var(--primary) !important;
}	
}
@media only screen and (max-width:768px){
.topbar {
    padding: 6px 0;
    display: none;
}	
.top-contact p:first-child {
    display: none;
}
.topbar-rgt{
    display: block !important;
}	
.services-item figure {
    height: 250px;
}	
.services .row {
    row-gap: 25px;
}	
.services-item .services-info figure {
    height: 90px !important;
}	
.howwork-item {
    border: solid 1px #dddddd29;
    padding: 15px;
    border-radius: 6px;
}
.howwork figure {
    width: 100px;
    height: 100px;
}
.howwork img {
    width: 50px;
}
.howwork .row {
    row-gap: 15px;
}
.breadcrumb {
    padding: 40px 0;
}
.blogpost .row {
    row-gap: 25px;
}	
}
@media only screen and (max-width:568px){
.mainmenu .col-sm-2, .mainmenu .col-sm-10 {
    width: 50%;
}
header img {
    width: 150px;
}
.services-item figure img {
    height: 300px;
}	
.mainslider .carousel-content {
    width: 90%;
}
.services .row, .whychooseus .row{
    row-gap: 15px;
}	
footer iframe {
    width: 100%;
    height: 250px;
}	
.mainslider .carousel-content p {
    margin: 15px 0 10px;
    line-height: 22px;
    width: 100%;
}
.mainslider .carousel-control-prev {
    right: 10px;
}
.mainslider .carousel-control-next {
    right: 10px;
}
.mainslider .subheading {
    font-size: 13px;
    line-height: 20px;
}
.mainslider figure img {
    height: 350px;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 38px;
}
.footer-btm {
    margin-top: .5rem !important;
}
.about-content {
    margin-top: 20px;
}	
.services-item figure {
    height: 280px;
}
.homebloglist figure {
    height: 280px;
}	
.breadcrumb h1 {
    font-size: 25px;
}
.about-content .leftheading {
    font-size: 26px;
    line-height: 38px;
}
.about .col-sm-6.pe-0 {
    padding-right: 15px !important;
}
.contact-location .row {
    row-gap: 15px;
}
.contactus iframe {
    height: 300px;
}	
}	
@media only screen and (max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 27px;
}
.about-content .leftheading {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
}	
	
}	
@media only screen and (max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 23px;
    line-height: 32px;
}
	
}	


/* Steps */

.stepsec {
    margin-top: 70px;
}
.stepsec .inner { position:relative;z-index:1; }

  /* Header */
  .eyebrow {
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:#e47325;
    margin-bottom:1.25rem;
  }
  .eyebrow-dot {
    width:6px;height:6px;
    border-radius:50%;
    background:#e47325;
    display:inline-block;
  }

.stepsec h1 {
    font-size:clamp(32px,4.5vw,52px);
    font-weight:800;
    color:#0f172a;
    line-height:1.1;
    letter-spacing:-0.02em;
    margin-bottom:1rem;
  }
.stepsec h1 span { color:#e47325; }

.stepsec .sub {
    font-size:17px;
    color:#64748b;
    line-height:1.65;
    max-width:480px;
    margin-bottom:2rem;
  }

  /* Steps */
.stepsec .steps {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1.5rem;
  }

.stepsec .card {
    background:#f8fafc;
    border:1.5px solid #e2e8f0;
    border-radius:20px;
    padding:2rem 1.75rem 2.25rem;
    display:flex;
    flex-direction:column;
    gap:0;
    position:relative;
    transition:border-color 0.2s,transform 0.2s;
  }
.stepsec .card:hover {
    border-color:#16a34a;
    transform:translateY(-4px);
  }

  /* Top row: step number + arrow */
  .card-top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:1.75rem;
  }

  .step-num {
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
    color:#94a3b8;
    background:#e2e8f0;
    border-radius:100px;
    padding:4px 12px;
  }

  .card:hover .step-num {
    background:#dcfce7;
    color:#16a34a;
  }

  /* Arrow on the right side connecting to next card */
  .arrow-right {
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    width:40px;height:40px;
    background:#ffffff;
    border:1.5px solid #e2e8f0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#16a34a;
    font-size:16px;
  }
  .card:last-child .arrow-right { display:none; }

  /* Icon area */
  .icon-box {
    width:60px;height:60px;
    border-radius:16px;
    background:#ffffff;
    border:1.5px solid #e2e8f0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:1.5rem;
    font-size:28px;
  }

  .card-title {
    font-size:19px;
    font-weight:700;
    color:#0f172a;
    line-height:1.3;
    margin-bottom:0.75rem;
  }

  .card-desc {
    font-size:14px;
    color:#64748b;
    line-height:1.65;
  }

  /* Bottom trust badge */
  .card-badge {
    margin-top:1.5rem;
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:12px;
    font-weight:600;
    color:#16a34a;
  }
  .card-badge svg { width:14px;height:14px; }

  /* Accent card (middle) */
  .card.accent {
    background:#0f172a;
    border-color:#0f172a;
  }
  .card.accent .step-num { background:#1e293b; color:#94a3b8; }
  .card.accent:hover .step-num { background:#16a34a; color:#ffffff; }
  .card.accent .icon-box { background:#1e293b; border-color:#334155; }
  .card.accent .card-title { color:#f1f5f9; }
  .card.accent .card-desc { color:#94a3b8; }
  .card.accent .card-badge { color:#4ade80; }
  .card.accent:hover { border-color:#16a34a; transform:translateY(-4px); }

  /* Bottom strip */
  .bottom-strip {
    margin-top:3.5rem;
    display:flex;
    align-items:center;
    gap:2rem;
    padding-top:2rem;
    border-top:1px solid #e2e8f0;
    flex-wrap:wrap;
  }
  .strip-stat {
    display:flex;
    flex-direction:column;
    gap:2px;
  }
  .strip-stat-num {
    font-size:24px;
    font-weight:800;
    color:#0f172a;
    letter-spacing:-0.02em;
  }
  .strip-stat-label {
    font-size:13px;
    color:#94a3b8;
    font-weight:500;
  }
  .strip-divider {
    width:1px;height:40px;
    background:#e2e8f0;
  }
  .strip-cta {
    margin-left:auto;
    background:#0f172a;
    color:#ffffff;
    font-family:inherit;
    font-size:14px;
    font-weight:600;
    padding:12px 24px;
    border-radius:100px;
    border:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    transition:background 0.2s;
    text-decoration:none;
  }
  .strip-cta:hover { background:#16a34a; }
  .strip-cta svg { width:16px;height:16px; }

  /* Mobile */
  @media(max-width:768px){
    .wrap { padding:3rem 1.5rem; border-radius:20px; }
    .wrap::before,.wrap::after { display:none; }
    .steps { grid-template-columns:1fr; gap:1rem; }
    .arrow-right { display:none !important; }
    .card { padding:1.75rem 1.5rem 2rem; }
    .sub { margin-bottom:2.5rem; }
    .bottom-strip { gap:1.25rem; }
    .strip-cta { margin-left:0; width:100%; justify-content:center; }
    .strip-divider:nth-child(4) { display:none; }
  }

