/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


.active-city {
    color: #e02b20 !important;
    font-weight: bold !important;
}

.responsive_img img{
    object-fit:cover;    
}
.validation_message {
    display: none;
}
#estimate_form input#gform_submit_button_2,
#estimate_form input#gform_submit_button_5{
    background: #000;
}
#estimate_form input#gform_submit_button_2:hover,
#estimate_form input#gform_submit_button_5:hover{
	background-color:#fff;
	color:#000;
}
/* ---list css----- */
.list ul li{
	position:relative;
	margin-bottom:10px;
	list-style:none;
}
.list ul li:before {
    font-family: ETmodules !important;
    content: "\35" !important;
    font-size: 26px !important;
    position: absolute !important;
    left: -26px !important;
    top: -1px !important;
    font-weight: 800 !important;
    color: #03b5cb;
    right: 0;
	width:20px;
}
/* ---two column list */
/* Two column list */
.col-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 10px;
    padding-left: 0;
    margin: 0;
	padding-top: 10px;
	padding-bottom:0px;
}

.col-2 ul li {
    list-style-position: inside;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 980px) {
    .col-2 ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .col-2 ul {
        grid-template-columns: 1fr;
    }
}

.overlay {
    position: relative;
	float:none !important;
	width:100%;
}

.overlay::before {
    content: "";
    position: absolute;
    opacity:0.7;
    background:#000; /* overlay opacity */
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: 1;
   
}

/* Content ko overlay ke upar lane ke liye */

    .et-db #et-boc .et-l .diviwp-header-10 .mobile_nav.opened .mobile_menu_bar:before {
        content: none !important;
    }

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/


.acc_1 .et_pb_toggle_title {
    padding: 15px 20px !important;
    margin: 0;
    background: #29b5cc!important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    position: relative;
    text-align: left;
}
.acc_1 .et_pb_toggle {
   padding: 0;
    margin: 0 0 10px 0 !important;
}
.acc_1 .et_pb_toggle .et_pb_toggle_title:before{
    right:10px;
	color: #fff;
}
/*add icon to the opened accordion*/
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    content: "\e04f";
}
.acc_1 .et_pb_toggle_content{
    padding: 15px;
}


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
/* 
#menu-main-menu .menu-item ul.sub-menu {
    max-height: 500px;
    overflow: scroll;
} */


.mega-menu img.menu-image.menu-image-title-after {
    width: 30px;
    display: block;
    height: 30px;
    object-fit: cover !important;
    padding: 0px;
}
.et-menu-nav li.mega-menu li>a, li.mega-menu li>a {
    display: flex !important;
    width: 100% !important;
    padding-bottom: 20px;
    align-items: center;
}

@media(max-width:980px){
    li.mega-menu li>a {
        justify-content:center;
    }
    .mega-menu img{
        width: 20px;
        height: 20px;
    }
    .mega-menu ul, .et-menu-nav .sub-menu {
        background-image: none

    }
}

 .et-menu-nav li.mega-menu li>a {
    display: flex !important;
    width: 100% !important;
    padding-bottom: 0px;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px;
    height: 70px;
}
/*.mega-menu ul, .et-menu-nav .sub-menu {*/
/*    background-image: url(https://aboveitallroofing.marketingblends.com/wp-content/uploads/2025/12/menubg2.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: bottom;*/
/*    padding-bottom:40px !important;*/
/*}*/
.mega-menu > ul, .et-menu-nav .sub-menu {
    background-image: url('https://aboveitallroofing.ca/wp-content/uploads/2026/02/menubg2-2-1.jpg');
    background-repeat: repeat-x;
    background-size: 56%;
    background-position: 40% 100%;
    padding-bottom:40px !important;
}

/**/

/* Disable hover effects for disabled services */
.service-disabled > a,
.service-disabled > a:hover,
.service-disabled > a:focus,
.service-disabled > a:active {
    pointer-events: none;
    opacity: 0.45;
    color: inherit !important;
    background: transparent !important;
}

/* Stop Divi hover underline / highlight */
.service-disabled > a::before,
.service-disabled > a::after {
    opacity: 0 !important;
}


/*.service-disabled > a::after {*/
/*    content: " (Not available in this area)";*/
/*    font-size: 12px;*/
/*    color: #ff6b6b;*/
/*}*/

/*  */
/* @media (max-width: 980px) {
    #mobile_menu2 li.dipi-cta-button-menu-item span,
   body #mobile_menu2 li.dipi-cta-button-menu-item a.header_btn {
        background-color: #00b5cb !important;
    }
}
@media (max-width: 980px) {
    .et-db #et-boc a.dipi-cta-button {
        background-color: #00b5cb !important;
    }
}
 */

/* Hide all location blurbs by default */
/* .georgetown_loca,
.mississauga_loca,
.etobicoke_loca,
.oakville_loca {
    display: none !important;
} */
/* Hide all location blurbs by default */
/* HARD RESET: hide all location blurbs */
/* ===============================
   LOCATION BLURB VISIBILITY
   =============================== */

/* Hide ALL location blurbs by default */

/* =====================================
   LOCATION HEADER BLURB VISIBILITY
   ===================================== */

/* Hide ALL location blurbs by default */
.loc-georgetown,
.loc-mississauga,
.loc-etobicoke,
.loc-oakville {
    display: none !important;
}

/* Show ONLY the correct one based on body class */
body.page-oakville .loc-oakville {
    display: flex !important;
}

body.page-mississauga .loc-mississauga {
    display: flex !important;
}

body.page-etobicoke .loc-etobicoke {
    display: flex !important;
}

body.page-georgetown .loc-georgetown {
    display: flex !important;
}



/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/

/*------------------[Sidebar]--------------------*/

.sibebar-blogs {
    display: flex;
    margin: 20px 10px;
    border-bottom: 1px solid #cecbcb70;
    padding-bottom: 20px;
    align-items: center;
}
.BlogImg {
    width: 100px;
	max-height: 100px;
}
.BlogImg img {
    border-radius: 10px;
	width: 100px;
    object-fit: cover;
    height: 100px;
}
.BlogText {
    margin: 0px 10px 0px 10px;
  width: calc(100% - 100px);
}
.BlogText h5 {
    font-size: 14px !important;
    line-height: 17px;
}


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/
/* Hide all location addresses by default */
/* .location_adress .et_pb_blurb{
    display: none !important;
}
 */
/* Default table styling for all single blog posts */
.single-post table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff;
    overflow-x: auto;
}

/* Table header / first row */
.single-post table tr:first-child {
    background-color: #f5f7fa;
    font-weight: 600;
}

/* Table cells */
.single-post table td,
.single-post table th {
    padding: 14px 16px;
    border: 1px solid #e2e6ea;
    text-align: left;
    vertical-align: middle;
}

/* Alternate row color */
.single-post table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Hover effect */
.single-post table tr:hover {
    background-color: #f1f4f8;
}

/* Text color */
.single-post table td span {
    color: #333;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .single-post table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .single-post table td,
    .single-post table th {
        font-size: 14px;
        padding: 12px;
    }
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media (max-width: 600px) {
	.sibebar-blogs {
		display: block;
	}
	.BlogImg {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.BlogImg img {
		width: 100%;
	}
	.BlogText {
		width: 100%;
	}
}

#estimate_form h3 {
    margin-bottom: 20px;
}



/* Show Services dropdown on hover */
@media (min-width: 981px) {
    #top-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #top-menu ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }
}

/* Keep submenu positioned correctly */
#top-menu li.menu-item-has-children {
    position: relative;
}


/* ---------new css for three column menu  */

.et-menu-nav li.mega-menu > ul.sub-menu.js-mega-processed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 30px 40px 50px;
}

/* Mega menu columns */
.et-menu-nav li.mega-menu > ul.sub-menu > li.mega-col {
    list-style: none;
}

/* Inner column list */
.mega-col-list {
    padding: 0;
    margin: 0;
}

/* 🔥 HEADING LINKS (FIXED & CLICKABLE) */
header .mega-col-list > li.inner_heading > a
 {
    font-weight: 700 !important;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 2px solid #03b5cb;
    padding-bottom: 8px;
    margin-bottom: 12px;
    display: block;
    color: #000;
    cursor: pointer;
    pointer-events: auto;
}

/* Optional hover effect */
.mega-col-list > li.inner_heading > a:hover {
    color: #e02b20;
}

/* Normal menu items */
.mega-col-list > li:not(.inner_heading) > a {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
/*  ----t csss*/



.mega-menu .first_row,.second_row,.third_row a{
        height: 75px !important;
        padding-bottom: 8px !important;
            margin: 0 !important;
}
.mega-menu .inner_heading a{
    padding: 6px 15px !important;
        font-size: 12px !important;
}
header .et-menu-nav li.mega-menu li>ul{
	width:260px !important
}
@media(max-width:980px){
	header .mega-col-list > li.inner_heading > a {
		font-size: 20px !important;
		padding-bottom: 15px !important;
	}
}
@media(max-width:767px){
	header .mega-col-list > li.inner_heading > a {
		font-size: 16px !important;
	}
}
@media(max-width:600px){
	header .mega-col-list > li.inner_heading > a {
		font-size: 14px !important;
	}
}
/* MOBILE MEGA MENU VISIBILITY FIX */
@media (max-width: 980px) {

  .et_mobile_menu .mega-col {
    width: 100% !important;
    display: block !important;
  }

  .et_mobile_menu .mega-col-list {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

}
/* ===============================
   FORCE SHOW MOBILE MEGA MENU
   =============================== */
@media (max-width: 980px) {

  /* Kill opacity/visibility hiding */
  .et_mobile_menu ul.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* Force OPEN state */
 header .et_mobile_menu ul.sub-menu.dipi-collapse-opened li .dipi-collapse-closed {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

  /* Override dipi-collapse CLOSED lists */
  .et_mobile_menu .mega-col-list.dipi-collapse-closed {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Disable grid / flex breaking height */
  .et_mobile_menu .js-mega-processed {
    display: block !important;
  }

  .et_mobile_menu .mega-col {
    display: block !important;
    width: 100% !important;
  }

  .et_mobile_menu .mega-col-list {
    display: block !important;
  }
}


/* Container */
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 25px 0;
    font-family: inherit;
}

/* Page text (Page 1 of 41) */
.wp-pagenavi .pages {
    margin-right: 10px;
    font-weight: 500;
    color: #666;
}

/* All links & spans */
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover effect */
.wp-pagenavi a:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Current page */
.wp-pagenavi .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa!important;
    font-weight: 600;
}

/* Dots (...) */
.wp-pagenavi .extend {
    border: none;
    background: transparent;
    color: #999;
    min-width: auto;
}

/* Next & Last buttons */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
    font-weight: 500;
    padding: 0 12px;
}

/* Optional: make arrows bigger */
.wp-pagenavi .nextpostslink {
    font-size: 16px;
}
/* Current + Hover same style */
.wp-pagenavi .current,
.wp-pagenavi a:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa !important;
    font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .wp-pagenavi {
        gap: 5px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .wp-pagenavi .pages {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*  */
.page-id-25984692 .et_pb_section.et_pb_section_0.diviwp-header-10.et_section_regular.et_pb_section--with-menu ,
.page-id-25984692  .et_pb_section.et_pb_section_1.diviwp-header-10.et_pb_sticky_module.et_section_regular.et_pb_section--with-menu,
.page-id-25984692 .et_pb_section.et_pb_section_23.et_pb_with_background.et_section_regular,
.page-id-25984692 .et_pb_section.et_pb_section_24.et_pb_with_background.et_section_regular,
.page-id-25984692 .et_pb_section.et_pb_section_25.et_pb_with_background.et_section_regular,
.page-id-25984692 .et_pb_section.et_pb_section_22.et_section_regular,
.page-id-25984906 .et_pb_section.et_pb_section_2.overlay.et_pb_section_video.et_pb_with_background.et_section_regular,
.page-id-25984906 .et_pb_section.et_pb_section_0.diviwp-header-10.et_section_regular.et_pb_section--with-menu,
.page-id-25984906 .et_pb_section.et_pb_section_1_tb_header.diviwp-header-10.et_pb_sticky_module.et_section_regular.et_pb_section--with-menu,
.page-id-25984906 .et_pb_section.et_pb_section_0_tb_header.diviwp-header-10.et_section_regular.et_pb_section--with-menu{
    display: none;
}
.page-id-25984692 div#chat-bot-launcher-container ,
.page-id-25984906  div#chat-bot-launcher-container {
    display: none;
}
/* Offer Box = Divi Text Module */
.offer-box .et_pb_text_inner p{
  background: rgba(255,255,255,0.08);
  border-left: 4px solid #00b5cb;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
	
}

/* Make content align like your design */
.offer-box p {
  display: flex;
  align-items: center;
/*   margin: 0 !important; */
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media(max-width:767px){
	.offer-box p {
	  display: block;
	}
}
/* Remove extra Divi spacing */
/* .offer-box p:not(:first-child) {
  display: none;
} */

/* Badge */
.offer-box .badge {
  background: #00b5cb;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 6px;
  margin-right: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
	text-transform:uppercase;
}

/* Features list */
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.features li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  color: #d1d5db;
}
/*  ---*/
.info-pills .et_pb_text_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
	justify-content: center;
}

/* Each line becomes pill */
.info-pills p {
    margin: 0 !important;
    background: #e5e7eb;
    color: #1f2937;
    padding: 10px 18px !important;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

/* Center last item like screenshot */
.info-pills p:last-child {
  margin-left: auto;
  margin-right: auto;
}
.info-pills p:last-child {
   padding: 12px 20px;
}

/* Mobile fix */
@media (max-width: 767px) {
  .info-pills {
    justify-content: center;
  }
}
/*  */
/* Parent (optional spacing if needed) */
/* .option_sec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 */
/* Tag style */
.option_sec .type-tag {
  display: inline-block;
  background: #e5e7eb;
  color: #00b5cb; /* warm brown like screenshot */
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px !important;
  line-height: 1;
  margin: 0;
}

/* If Divi adds extra spacing */
.option_sec .type-tag:not(:last-child) {
  margin-right: 10px;
}

/* ---ppc form css */
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
@media(max-width:767px){
	input#gform_submit_button_6{
		padding: 10px 20px !important;
    font-size: 14px !important;
	}

}
/*  */
.table_sec {
  width: 100%;
  overflow-x: auto;
}

/* Optional: smooth scrolling on mobile */
.table_sec {
  -webkit-overflow-scrolling: touch;
}

/* Prevent table from breaking layout */
.table_sec table {
  min-width: 700px; /* adjust based on your table */
  width: 100%;
  border-collapse: collapse;
}
/* -------ppc header  */
.ppc_header_btn.et_pb_text_0_tb_header.et_pb_text a {
    display: inline-block;

	background-color: #00b5cb;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Hover effect */
.ppc_header_btn.et_pb_text_0_tb_header.et_pb_text a:hover {
    background-color: #000000;
	 
}
/* ----faq */
.faq_se .et_pb_with_border.et_pb_column_1_2.et_pb_column.et_pb_column_17.et_pb_css_mix_blend_mode_passthrough.et-last-child {
       width: 64%;
    margin-left: -300px;
}
.faq_se  .et_pb_toggle_item{
	padding:0px;
}
.faq_se  .et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_close,
.faq_se  .et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_open{
    background: none;
    border: none;
}
.faq_se .et_pb_toggle_content{
	padding:15px;
}
.faq_se h5.et_pb_toggle_title {
    padding: 20px 20px !important;
    border: 1px solid #eee;
    border-radius: 8px;
}
.faq_se .et_pb_toggle .et_pb_toggle_title:before {
    right: 15px;
    left: auto;
}
.faq_se .et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_open h5 {
    background: #00b5cb;
}


.faq_se.inner_faq h5.et_pb_toggle_title {
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
}
@media(max-width:980px){
	.faq_se .et_pb_with_border.et_pb_column_1_2.et_pb_column.et_pb_column_17.et_pb_css_mix_blend_mode_passthrough.et-last-child {
       width: 100%;
		margin-left:0px;
	}
}