html, body {
	overflow-x: hidden;
}

#detail-banner {
    background-image: var(--post-color);
}

a[href="#"].elementor-post__read-more {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/* ------contact-form-btn-css--------- */
.elementor-1020 .elementor-element.elementor-element-acad7cc .elementor-button[type="submit"]:hover svg *{
	fill: #176E0A !important;
}
.elementor-1020 .elementor-element.elementor-element-acad7cc .elementor-button[type="submit"] svg *{
	fill: #176E0A !important;
}
.contact-form button.elementor-button.elementor-size-sm svg {
   width:42px; 
	 transition: transform 0.4s ease;
}
.contact-form button.elementor-button:hover .elementor-size-sm svg {
   transform: rotate(-45deg);
	 fill: #252525 !important;
}

.contact-form .elementor-button .elementor-button-icon svg {
  transition: transform 0.4s ease; 
}
.contact-form .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(-45deg); 
}
.contact-form button.elementor-button.elementor-size-sm {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.contact-form button.elementor-button.elementor-size-sm::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #176E0A;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.contact-form button.elementor-button.elementor-size-sm:hover::before {
  transform: translateX(0);
}

.contact-form button.elementor-button.elementor-size-sm:hover {
  color: #fff;
}





.btn-top svg {
   width:42px; 
}

.revert-btn .elementor-button svg{
	transition: transform 0.4s ease;
	transform: rotate(-45deg)
}
.revert-btn:hover .elementor-button svg{
	transform: rotate(0deg);
}


.btn-top span.elementor-button-content-wrapper {
    align-items: center;
}


.green-btn .elementor-button svg{
	transition: transform 0.4s ease;
}
.green-btn:hover .elementor-button svg{
	transform: rotate(-45deg);
}
.green-btn .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.green-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #176E0A;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.green-btn .elementor-button:hover::before {
  transform: translateX(0);
}

.green-btn .elementor-button:hover {
  color: #fff;
}

.dark-btn .elementor-button svg{
	transition: transform 0.4s ease;
}
.dark-btn:hover .elementor-button svg{
	transform: rotate(-45deg);
}

.dark-btn .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.dark-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #252525;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.dark-btn .elementor-button:hover::before {
  transform: translateX(0);
}

.dark-btn .elementor-button:hover {
  color: #fff;
}


.slide-arrow .elementor-button .elementor-button-icon svg {
  display: inline-block;
  transition: transform 0.3s ease;
}

.slide-arrow:hover .elementor-button .elementor-button-icon svg {
  transform: translateX(5px) !important;
}

.custm-menu a.elementor-sub-item {
    display: flex
;
    gap: 10px !important;
    border: 0px !important;
}


.custm-menu .elementor-nav-menu .sub-arrow {
    display: none !important;
}
.custm-menu .elementor-nav-menu .menu-item-has-children > a::after {
    content: url('https://yourcompasscounselling.ca/wp-content/uploads/2025/09/sub-menu-indecator-sg.svg');
display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    position: relative;
    top: -10px;
	  opacity: 1 !important;
}

.custm-menu a.elementor-sub-item.elementor-item-anchor {
	display: flex;
	flex-direction: row;
	align-items: center;
  gap: 16px;
  border-inline-start: 0px solid transparent !important;
}
.custm-menu a.elementor-sub-item svg {
    width: 36px;
}


/* ------Accordian Css--------- */

.accordian-custom .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-radius: 14px 14px 0px 0px !important;
  border-width: 1px 1px 0px 1px !important;
}

/* ----------Blogs Css------------ */


.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+1) .content-bg,
.loop-custm .elementor-loop-container .elementor-loop-item:first-child .content-bg {
  background-color: #4a8570 !important; 
}
.loop-custm elementor-loop-container .e-loop-item:nth-child(6n+1) .elementor-shape-fill,
.loop-custm .elementor-loop-container .elementor-loop-item:first-child .elementor-shape-fill {
  fill: #4a8570 !important; 
}

.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+2) .content-bg {
  background-color: #4a8570 !important; 
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+2) .elementor-shape-fill {
  fill: #4a8570 !important; 
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+3) .content-bg {
  background-color: #6a8ca3 !important;
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+3) .elementor-shape-fill {
  fill: #6a8ca3 !important;
}


.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+4) .content-bg {
  background-color: #9a6d82 !important;
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(4) .elementor-shape-fill {
  fill: #9a6d82 !important;
}


.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+5) .content-bg {
  background-color: #9DB7AA !important;
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+5) .elementor-shape-fill {
  fill: #9DB7AA !important;
}

.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+6) .content-bg {
  background-color: #D5DEC4 !important;
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+6) .elementor-shape-fill {
  fill: #D5DEC4 !important;
}


.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+7) .content-bg,
.elementor-loop-container .elementor-loop-item:last-child .content-bg {
  background-color: #D18F75 !important;
}
.loop-custm .elementor-loop-container .e-loop-item:nth-child(6n+7) .elementor-shape-fill,
.loop-custm .elementor-loop-container .elementor-loop-item:last-child .elementor-shape-fill {
  fill: #D18F75 !important;
}


.blog-detail ul {
	margin-bottom:15px;
}

#blog-ftr .elementor-shape.elementor-shape-top svg path {
    fill: #f7f6ef !important;
}

@media (max-width: 1024px) {
	.custm-menu .elementor-nav-menu .menu-item-has-children > a::after {
    top: 0px;
}
	.blog-detail h2 {
		font-size: 38px; 
		line-height: 48px;
	}
	.blog-detail h3 {
		font-size: 25px; 
		line-height: 35px;
	}
	.blog-detail h4 {
		font-size: 20px; 
		line-height: 30px;
	}
}

@media (max-width: 768px) {
	.blog-detail h2 {
		font-size: 30px; 
		line-height: 40px;
	}
	.blog-detail h3 {
		font-size: 20px; 
		line-height: 30px;
	}
	.blog-detail h4 {
		font-size: 18px; 
		line-height: 26px;
	}
}








