/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780576010013
Updated: 2026-06-04 12:28:00

*/
#carousel-services .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 18px;
}
#carousel-services span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%) !important;
    opacity: 1 !important;
	scale: 1.3;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    padding: 0px 8px;
}
a.hfe-menu-item {
    border-radius: 149px;
}
.hfe-nav-menu{
/* 	width: 95%; */
    margin: auto;
}
.current-menu-item a {
    width: 83px;
	height:38px;
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item{
	display:flex;
	justify-content:center;
	align-items: center;
}
.arrow-icon-btn svg{
	width: 44px;
	height:44px;
    position: absolute;
	right: 6px;
}
.arrow-icon-btn-4 svg{
	position: absolute;
    right: 5px;
    width: 44px;
}
.arrow-icon-btn-4 span.elementor-button-text {
	  position: relative;
    right: 12px;
}

.arrow-icon-btn-black svg{
	position: absolute;
    right: 5px;
    width: 44px;
}
.arrow-icon-btn-black span.elementor-button-text {
	  position: relative;
    right: 12px;
}
.arrow-icon-btn-black span.elementor-button-text::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/06/Background-1.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 97px;
    top: 5px;
}
.gradient-btns span.elementor-button-text {
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
    padding-bottom: 0px; 
}

/* Yeh pseudo-element border ka kaam karega */
.gradient-btns span.elementor-button-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; /* Border ki thickness */
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%); /* Same gradient */
}
.arrow-icon-btn span.elementor-button-text {
    position: relative;
    right: 12px;
}
.headphone-icon-btn svg {
    width: 38px;
    position: absolute;
	left:8px;
}
.headphone-icon-btn span.elementor-button-text {
    position: relative;
    left: 12px;
}
.full-bkg-size{
	background-size:100% 100% !important;
}
.bkg-size-101{
	background-size:101% 100% !important;
}
.gradient-text h3.elementor-icon-box-title span {
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.gradient-suffix span.elementor-counter-number-suffix {
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
span.before-dash::before {
    content: '';
    width: 15px;
    height: 2px;
    background-image: url(http://oroo-roofing-project.local/wp-content/uploads/2026/06/Horizontal-Divider.png);
    display: inline-block;
    position: relative;
    bottom: 5px;
    right: 6px;
}
.blur-8{
	backdrop-filter: blur(8px)
}

/* card hover sleek animation start */
.flex-cards-row .elementor-container,
.flex-cards-row {
    display: flex !important;
    flex-wrap: nowrap !important; 
    align-items: stretch !important;
    gap: 20px; /* Cards ke darmiyan ka gap */
}

/* 2. Base Card Settings (Figma Default State) */
.hover-reveal-card {
    flex: 1 1 0% !important; 
    
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s ease, box-shadow 0.6s ease;
}

.flex-cards-row:has(.hover-reveal-card:hover) .hover-reveal-card {
    flex: 0.6 1 0% !important;
}

.hover-reveal-card:hover {
    /* Hover wala card massive expand hoga bina doosro par charhay */
    flex: 2.2 1 0% !important; 
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* 4. Blurred Section Content Container Setup */
.hover-reveal-card .elementor-widget-wrap,
.hover-reveal-card .elementor-widget-container {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    
    /* Glass blur effect default state */
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    
    transition: background-color 0.5s ease !important;
    z-index: 3;
}

/* Hover par background mazeed dark hojana overlay ki tarah */
.hover-reveal-card:hover .elementor-widget-wrap,
.hover-reveal-card:hover .elementor-widget-container {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

/* 5. Spacing Collapse Logic (Font-size 0) - Taake default par para space na le */
.hover-reveal-card .hide-btn-reveal,
.hover-reveal-card .hide-para-reveal {
    opacity: 0;
    font-size: 0px !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(15px);
    transition: opacity 0.4s ease, font-size 0.4s ease, transform 0.4s ease;
}

/* Hover par text aur button ka smooth entry figma look mein */
.hover-reveal-card:hover .hide-btn-reveal {
    opacity: 1;
    font-size: 16px !important; /* Button size */
    line-height: normal !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.hover-reveal-card:hover .hide-para-reveal {
    opacity: 1;
    font-size: 14px !important; /* Para size */
    line-height: 1.5 !important;
    margin-top: 5px !important;
    transform: translateY(0);
    transition-delay: 0.2s; /* Delayed entry for interactive premium feel */
}
/* card hover sleek animation end */

/* faqs */
.e-n-accordion-item[open] {
    border: 1px solid transparent;
    border-radius: 13.49px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #F2C94C 0%, #C8960C 100%) border-box;
}
.e-n-accordion-item-title[aria-expanded="false"]{
	border-radius:13px;
}
.no-faq{
	 background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
	margin-right:15px;
	font-size: 18px;
    line-height: 26.98px;
    letter-spacing: 0%;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title::after {
    content: '';
    background-image: url('/wp-content/uploads/2026/06/Background-1.svg');
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
}
.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="false"]::after {
    content: '';
    background-image: url('/wp-content/uploads/2026/06/Background.svg');
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
}
/* faq end */
.arrow-icon-btn-faqbtm svg {
    position: absolute;
    right: 5px;
    width: 44px;
}
.arrow-icon-btn-faqbtm span.elementor-button-text {
    position: relative;
    right: 7px;
}
.gradient-text-yellow h2 {
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* blog post grid start*/
.tc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tc-blog-card {
    background: #F7F7F7;
    border-radius: 24.15px;
    overflow: hidden;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07); */
}

.tc-blog-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.tc-blog-thumb img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
    position: relative;
    top: 0px;
}


.tc-blog-body {
    padding: 0px 35px 35px 35px;
}

.tc-blog-meta {
    font-family: 'DM Sans';
    font-size: 14px;
    color: #61657E;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 13.5px;
    letter-spacing: 0%;
}

.tc-blog-sep {
    color: #ccc;
}

.tc-blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 14px;
    color: #1a1a1a;
    margin-top: 20px !important;
}

.tc-blog-title a {
    color: #1C1C1C;
    text-decoration: none;
    font-family: 'Sora';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.tc-blog-title a:hover {
    color: #1a1a1a;
}

.tc-blog-readmore {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Sora';
    line-height: 25.1px;
    letter-spacing: 0%;
}

.tc-blog-readmore:hover {
    text-decoration: underline;
}
/* bredcrumb start */
.bred-prev {
  background: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 15px;
}
.bredcrumb-top-sec a { 
text-decoration:none;
}
.bred-slash{
    margin-right:15px;
}
.bredcrumb-top-sec {
    border: 1px solid #ffffff57;
    padding: 17.06px 37.23px;
    border-radius: 32.13px;
}
/* bredcrumb end */
.tc-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}
.tc-load-more-wrap button.tc-load-more-btn {
    background-image: linear-gradient(180deg, #F2C94C 0%, #C8960C 100%);
    color: #fff;
    font-family: 'Sora';
    font-weight: 700;
    font-size: 16px;
    line-height: 49.53px;
    padding: 3px 63px;
    border-radius: 29.35px;
    border: none;
    position: relative;
}
button.tc-load-more-btn span {
    right: 10px;
    position: relative;
}
button.tc-load-more-btn span::after {
    content: '';
    width: 44px;
    height: 44px;
    background-image: url(https://ororoofing.com/wp-content/uploads/2026/06/Figure-8.png);
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -66px;
    top: -12px;
}
@media (max-width: 768px) {
    .tc-blog-grid {
        grid-template-columns: 1fr;
    }
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    top: 76px;
}
	#oroo-faq.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title::after{
		background-size: contain;
		min-width: 27px;
	}
	#oroo-faq.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="false"]::after{
		background-size: contain;
		min-width: 27px;
	}
	.tc-quote{
		font-size: 16px;
	}
	#newsletter-form .wpcf7-form input[type="email"]{
		width: 85% !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .tc-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    top: 76px;
}
	.hover-reveal-card{
	  height:250px
	}
	#tablet-diff-bkg{
		background-size:cover !important;
	}
}
/* blog post grid end */

/* newsletter form start */
/* Email Inline Form */
#newsletter-form .wpcf7-form {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 6px 0px 6px 0px;
  width: 100%;
	align-items: center;
}

#newsletter-form .wpcf7-form input[type="email"] {
  flex: 1;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-size: 15px;
  color: #333;
  padding: 23px 20px !important;
    box-shadow: none !important;
    width: 100%;
    border-radius: 35px;
}

#newsletter-form .wpcf7-form input[type="email"]::placeholder {
  color: #999;
}#newsletter-form .wpcf7-form input[type="submit"] {
  background: linear-gradient(to right, #F2C94C, #C8960C);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 68px;
  height: 68.5px;
  font-size: 0px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-image: url('/wp-content/uploads/2026/06/Symbol-4.png'), linear-gradient(to right, #F2C94C, #C8960C) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16.39px 16.8px, cover;
  position: relative;
  left: 8px;
}


#newsletter-form .wpcf7-form input[type="submit"]:hover {
  background-color: #b8943e;
}
.main-form {
    display: flex;
    width: 100%;
    height: 68px;
    align-items: center;
	padding-top: 35px;
}
.main-form .flex-div:nth-child(1) {
    width: 88%;
	margin-left: -10px;
}
.main-form .flex-div:nth-child(2) {
    width: 12%;
    justify-content: end;
    display: flex;
  
}
#newsletter-form span.wpcf7-spinner{
	    position: absolute;
    top: 19px;
}
#newsletter-form .main-form p {
    margin-bottom: 0px;
}
#newsletter-form [data-name="email-address"] {
    padding: 10px 10px !important;
}
#newsletter-form .wpcf7-form input[type="email"] {
    background: #fff !important;
}
/* newsletter form end */