/*
Theme Name: Raze Media 
Template: Impreza
Version: 1.0

*/

/*Add your own styles here:*/

.background-image{
	background-size:cover !important;
	background-position:center !important;
}
.position-relative{
	position:relative;
}
.z-8{
	z-index:8;
}
.z-9{
	z-index:9;
}
.italic{
	font-style:italic;
}
.br-tl-20 {
    border-top-left-radius: 20px;
}
.br-tr-20 {
    border-top-right-radius: 20px;
}
.br-bl-20 {
    border-bottom-left-radius: 20px;
}
.br-br-20 {
    border-bottom-right-radius: 20px;
}
.br-tl-50 {
    border-top-left-radius: 50px;
}
.br-tl-200 {
    border-top-left-radius: 150px;
}
.br-tr-200 {
    border-top-right-radius: 150px;
}
.br-br-50 {
    border-bottom-right-radius: 50px;
}
.s-16 {
	font-size:16px;
}
.s-15 {
	font-size:15px !important;
}
.s-18 {
	font-size:16px !important;
}
.s-24 {
        font-size: 21px;
    line-height: 135%;
}
.s-30 {
    font-size: 28px;
}
.s-36 {
    font-size: 30px;
}
.s-30 {
    font-size: 27px;
    line-height: 100%;
}
.s-40 {
    font-size: 37px;
    line-height: 100%;
}
.s-48 {
    font-size: 45px;
    line-height: 100%;
}
.s-50 {
    font-size: 50px;
    line-height: 100%;
}
.s-60 {
    font-size: 55px;
    line-height: 100%;
}
.s-64 {
    font-size: 60px;
    line-height: 100%;
}
.s-70 {
    font-size: 65px;
    line-height: 100%;
}
.s-72 {
    font-size: 68px;
    line-height: 100%;
}
.s-80 {
    font-size: 70px;
    line-height: 100%;
}
.s-88 {
    font-size: 80px;
    line-height: 100%;
}
.s-100 {
    font-size: 100px;
    line-height: 100%;
}
.lh-normal{
	line-height:normal;
}
.lh-100{
	line-height:100%;
}
.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}
.h-200 {
  height: 220px !important;
}
.h-250 {
  height: 250px !important;
}
.h-300 {
  height: 300px !important;
}
.h-350 {
  height: 350px !important;
}
.h-360 {
  height: 360px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.h-650 {
  height: 650px !important;
}
.h-700 {
  height: 700px !important;
}

.h-auto {
  height: auto !important;
}
.h-240 {
    height: 240px;
    display: block;
}
.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 11rem !important;
}

.mt-9,
.my-9 {
  margin-top: 11rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 11rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 11rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 11rem !important;
}

.m-10 {
  margin: 14rem !important;
}

.mt-10,
.my-10 {
  margin-top: 14rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 14rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 14rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 14rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}
.animate, header{
 -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.uppercase{
	text-transform:uppercase;
}
.flex-center {
    justify-content: center;
	flex-direction:inherit;
}
.light {
    font-weight: 300;	
}
.normal {
    font-weight: 400;	
}
.ultra {
    font-weight: 900;
}
.bold {
    font-weight: 800;
}
.d-block {
	display:block;
}
.d-flex {
	display:flex;
}
.valign_middle-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valign_middle .vc_column-inner {
    justify-content: center;
}
.w-100{
	width:100%;
}
a.w-nav-control span {
    padding-right: 10px;
}
.w-nav-icon i:before {
    top: -0.25em;
}
.w-nav-icon i:after {
    top: 0.25em;
}
.txt-primary{
	color:#C32126 !important;
}
.txt-grey{
	color:#777777;
}
.txt-dark{
	color:#333333;
}
.txt-black{
	color:black;
}
.txt-white{
	color:white;
}
.txt-center{
	text-align:center;
}
.txt-right{
	text-align:right;
}
.txt-left{
	text-align:left;
}
.mw-400 {
    max-width: 400px;
}
.mw-450 {
    max-width: 450px;
}
.mw-500 {
    max-width: 500px;
}
.mw-550 {
    max-width: 550px;
}
.mw-600 {
    max-width: 580px;
}
.mw-700 {
    max-width: 700px;
}
.mw-800 {
    max-width: 800px;
}
.mx-auto{
	margin: 0 auto;
}

.flex-center {
    justify-content: center;
	flex-direction:inherit;
}
.uppercase{
	text-transform:uppercase;
}
.ush_menu_1 .w-nav-icon i {
    border-width: 3.5px;
}
.w-nav-icon {
    width: 1.3em;
}
.text-white, .footer-title{
	color:white;
}
.raze img {
	max-width: 210px !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.bg-black{
	background:black;
}
.bg-grey{
	background:#F5F5F5;
}
.bg-beige{
	background:#BFA6A2;
}
.bg-red{
	background:#EF3F37;
}
.bg-dark{
	background:#232323;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 11rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 11rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 11rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 11rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 11rem !important;
  }
  .m-md-10 {
    margin: 14rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 14rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 14rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 14rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 14rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 11rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 11rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 11rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 11rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 11rem !important;
  }
  .p-md-10 {
    padding: 14rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 14rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 14rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 14rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 14rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -11rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -11rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -11rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -11rem !important;
  }
  .m-md-n10 {
    margin: -14rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -14rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -14rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -14rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 768px) {
.br-br-20 {
    border-bottom-right-radius: 50px;
}

.br-tl-20 {
    border-top-left-radius: 50px;
}
	.raze img {
    margin: 0 auto;
    display: block;
}
	.s-80 {
    font-size: 55px;
    line-height: 100%;
}
}

/* content-block styles 12/9 */
.content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    gap: 24px;
    width: 100%;
}

.content-block-heading {
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    color: #0D341A;
}

.content-block-text h4 {
    font-weight: 600;
    font-size: 24px;
}

.content-block-text p,
.content-block-text li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #0D341A;
}

.content-block-text ul {
    margin-left: 30px;
}

.content-block-text ul li::marker {
    color: #0D341A;
}

/* V1 */
.content-block--default {
    padding: 0 !important;
}

/* V2 */
.content-block--light {
    background-color: #F5F8FF;
}

/* V3 */
.content-block--dark {
    background-color: #051328;
}

.content-block--dark .content-block-heading,
.content-block--dark .content-block-text p,
.content-block--dark .content-block-text li,
.content-block--dark .content-block-text ul li::marker {
    color: #FFFFFF;
}

/* V4 */
.content-block--with-icon {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    gap: 48px;
}

.content-block--with-icon .content-block-holder {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 24px;
}

.content-block--with-icon .content-block-icon {
    position: relative;
    flex: none;
    margin-top: 19px;
    width: 216px;
    height: 216px;
    background: #95C951;
    border-radius: 360px;
}

.content-block--with-icon .content-block-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: url('/wp-content/themes/raze-media/images/icon-bulb.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}

/* V5 */
.content-block--dark-with-icon {
    background: #051328;
    border-radius: 16px;
}

.content-block--dark-with-icon .content-block-heading,
.content-block--dark-with-icon .content-block-text p,
.content-block--dark-with-icon .content-block-text li,
.content-block--dark-with-icon .content-block-text ul li::marker {
    color: #FFFFFF;
}

.content-block--dark-with-icon .content-block--dark-heading {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: 0;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
}

.content-block--dark-with-icon .content-block--dark-heading .content-block-icon {
    position: relative;
    width: 64px;
    height: 64px;
    background: #95C951;
    border-radius: 360px;
}

.content-block--dark-with-icon .content-block--dark-heading .content-block-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background: url('/wp-content/themes/raze-media/images/icon-bulb.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}

/* V6 */
.content-block--two-column {
    display: grid;
    align-items: center;
    column-gap: 48px;
    padding: 0 !important;
    grid-template-columns: repeat(2, 1fr);
}

.content-block--two-column .content-block-heading {
    margin-bottom: 12px;
}

.content-block--two-column>div:not(.content-block-image) {
    max-width: 90%;
}

.content-block--two-column .content-block-image {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.content-block--two-column .content-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    .content-block-heading {
        font-size: 56px;
    }

    /* V4 */
    .content-block--with-icon {
        gap: 38px;
    }

    .content-block--with-icon .content-block-icon {
        width: 176px;
        height: 176px;
    }

    .content-block--with-icon .content-block-icon::before {
        width: 90px;
        height: 90px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        font-size: 42px;
    }

    .content-block--dark-with-icon .content-block--dark-heading .content-block-icon {
        width: 54px;
        height: 54px;
    }

    .content-block--dark-with-icon .content-block--dark-heading .content-block-icon::before {
        width: 28px;
        height: 28px;
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .content-block {
        padding: 42px;
    }

    .content-block-heading {
        font-size: 52px;
    }

    .content-block-text p,
    .content-block-text li {
        font-size: 16px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        gap: 20px;
        font-size: 40px;
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 420px;
    }
}

@media screen and (max-width: 991px) {
    .content-block {
        padding: 36px;
    }

    .content-block-heading {
        font-size: 42px;
    }

    /* V4 */
    .content-block--with-icon .content-block-icon {
        width: 156px;
        height: 156px;
    }

    .content-block--with-icon .content-block-icon::before {
        width: 70px;
        height: 70px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        font-size: 36px;
    }

    .content-block--dark-with-icon .content-block--dark-heading .content-block-icon {
        width: 45px;
        height: 45px;
    }

    .content-block--dark-with-icon .content-block--dark-heading .content-block-icon::before {
        width: 25px;
        height: 25px;
    }

    /* V6 */
    .content-block--two-column {
        grid-template-columns: repeat(1, 1fr);
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .content-block {
        padding: 26px;
    }

    .content-block-text p,
    .content-block-text li {
        font-size: 16px;
    }

    /* V4 */
    .content-block--with-icon {
        gap: 28px;
    }

    .content-block--with-icon .content-block-icon {
        width: 136px;
        height: 136px;
    }

    .content-block--with-icon .content-block-icon::before {
        width: 60px;
        height: 60px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        font-size: 32px;
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 280px;
    }
}

@media screen and (max-width: 575px) {
    .content-block {
        padding: 24px;
    }

    /* V4 */
    .content-block--with-icon {
        flex-direction: column;
    }

    .content-block--with-icon .content-block-icon {
        width: 106px;
        height: 106px;
    }

    .content-block--with-icon .content-block-icon::before {
        width: 50px;
        height: 50px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        flex-direction: column;
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 230px;
    }
}

@media screen and (max-width: 480px) {
    .content-block {
        padding: 20px;
    }

    .content-block-heading {
        font-size: 28px;
    }

    .content-block-text p,
    .content-block-text li {
        font-size: 14px;
    }

    /* V5 */
    .content-block--dark-with-icon .content-block--dark-heading {
        font-size: 28px;
    }

    /* V6 */
    .content-block--two-column .content-block-image {
        max-height: 200px;
    }
}
/* end content-block styles 12/9 */

/* ========================================
   BLOCK SECTIONS - DYNAMIC SPACING CLASSES
   ======================================== */

/* Padding Top Utility Classes */
.pt-em-1 { padding-top: 1em !important; }
.pt-em-2 { padding-top: 2em !important; }
.pt-em-3 { padding-top: 3em !important; }
.pt-em-4 { padding-top: 4em !important; }
.pt-em-5 { padding-top: 5em !important; }
.pt-em-6 { padding-top: 6em !important; }

/* Padding Bottom Utility Classes */
.pb-em-1 { padding-bottom: 1em !important; }
.pb-em-2 { padding-bottom: 2em !important; }
.pb-em-3 { padding-bottom: 3em !important; }
.pb-em-4 { padding-bottom: 4em !important; }
.pb-em-5 { padding-bottom: 5em !important; }
.pb-em-6 { padding-bottom: 6em !important; }

/* Margin Top Utility Classes */
.mt-em-1 { margin-top: 1em !important; }
.mt-em-2 { margin-top: 2em !important; }
.mt-em-3 { margin-top: 3em !important; }
.mt-em-4 { margin-top: 4em !important; }
.mt-em-5 { margin-top: 5em !important; }
.mt-em-6 { margin-top: 6em !important; }

/* Margin Bottom Utility Classes */
.mb-em-1 { margin-bottom: 1em !important; }
.mb-em-2 { margin-bottom: 2em !important; }
.mb-em-3 { margin-bottom: 3em !important; }
.mb-em-4 { margin-bottom: 4em !important; }
.mb-em-5 { margin-bottom: 5em !important; }
.mb-em-6 { margin-bottom: 6em !important; }

/* Z-Index Utility Classes */
.z-index-1 { z-index: 1 !important; }
.z-index-2 { z-index: 2 !important; }
.z-index-3 { z-index: 3 !important; }
.z-index-4 { z-index: 4 !important; }
.z-index-5 { z-index: 5 !important; }
.z-index-10 { z-index: 10 !important; }
.z-index-99 { z-index: 99 !important; }

/* ========================================
   FAQs ACCORDION STYLES
   ======================================== */

.faqs-item-header {
    position: relative;
    padding: 21px 54px 21px 24px !important;
    margin-bottom: 16px;
    min-height: 74px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #000000;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    cursor: pointer;
}

.faqs-item-header::after {
    content: '';
    position: absolute;
    top: calc(50% - 17px);
    right: 24px;
    width: 17px;
    height: 30px;
    background-image: url(/wp-content/themes/raze-media/images/faqs-arrow.svg);
    background-repeat: no-repeat;
    filter: invert(1);
    transition: transform .3s ease;
}

.faqs-item-header.ui-state-active,
.faqs-item-header.ui-state-hover {
    color: #FFFFFF;
    background: #95C951;
    border: 1px solid #95C951;
}

.faqs-item-header.ui-state-active {
    margin-bottom: 0;
}

.faqs-item-header.ui-state-active::after,
.faqs-item-header.ui-state-hover::after {
    filter: unset;
}

.faqs-item-header.ui-state-active::after {
    transform: rotate(90deg);
}

.faqs-item-content {
    padding: 24px;
    margin-bottom: 16px;
    height: auto !important;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    .faqs-item-header {
        font-size: 22px;
    }

    .faqs-item-header::after {
        right: 20px;
        transform: scale(.75);
    }

    .faqs-item-header.ui-state-active::after {
        transform: rotate(90deg) scale(.75);
    }
}

@media screen and (max-width: 768px) {
    .faqs-item-header {
        font-size: 20px;
    }

    .faqs-item-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .faqs-item-header {
        font-size: 18px;
    }
}

/* ========================================
   PLANS TABLE V4 - FIXED FIRST COLUMN
   ======================================== */

/* Table container for horizontal scrolling */
.table-scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Table with fixed first column */
.comparison-table.fixed-first-column {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 600px;
}

/* Fixed column styles */
.comparison-table.fixed-first-column .fixed-column {
    position: sticky;
    left: 0;
    z-index: 10;
    min-width: 230px;
    max-width: 230px;
}

.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
}

/* Alternating row colors - ensure fixed column matches */
.comparison-table.fixed-first-column tbody tr:nth-child(even) .fixed-column {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover .fixed-column {
    background: #f0f7ff;
}

/* Regular table cells */
.comparison-table.fixed-first-column td,
.comparison-table.fixed-first-column th {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    white-space: nowrap;
}

.comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
}

.comparison-table.fixed-first-column thead th {
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Sortable header styles */
.comparison-table.fixed-first-column th.sortable {
    cursor: pointer;
    user-select: none;
}

.comparison-table.fixed-first-column .th-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.comparison-table.fixed-first-column .sort-icon {
    display: flex;
    flex-direction: column;
    opacity: 0.3;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-icon,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-icon {
    opacity: 1;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-desc,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-asc {
    opacity: 0.3;
}

/* Plan link styles */
a.plan-link.txt-black {
    background: unset !important;
    color: inherit !important;
    box-shadow: unset !important;
}

a.plan-link.txt-black:hover {
    color: #95C951 !important;
}

.plan-link {
    display: block;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.plan-link:hover {
    opacity: 0.8;
}

/* Mobile label (hidden on desktop) */
.mobile-label {
    display: none;
    font-weight: 600;
    margin-bottom: 5px;
    color: #666;
}

/* Responsive styles */
@media (max-width: 768px) {
    .comparison-table.fixed-first-column {
        min-width: 500px;
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 200px;
        max-width: 200px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    /* Fixed column styles */
    .comparison-table.fixed-first-column .fixed-column {
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .comparison-table.fixed-first-column {
        min-width: 400px;
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 160px;
        max-width: 160px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 8px;
        font-size: 13px;
    }
}

/* Zebra striping */
.comparison-table.fixed-first-column tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff;
}

/* ========================================
   BLOCK SECTIONS - EXTRACTED INLINE STYLES
   Extracted from individual block files
   ======================================== */

/* ========================================
   CHART_SECTION.PHP
   ======================================== */

/* Table container for horizontal scrolling */
.plan-comparison-table-section .table-scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.plan-comparison-table-section .comparison-table-wrapper {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Table with fixed first column */
.plan-comparison-table-section .comparison-table.fixed-first-column {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 800px;
}

/* Fixed column styles */
.plan-comparison-table-section .comparison-table.fixed-first-column .fixed-column {
    position: sticky;
    left: 0;
    z-index: 10;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
}

.plan-comparison-table-section .comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
    background: #95C951;
}

/* Header styles */
.plan-comparison-table-section .comparison-table.fixed-first-column thead th {
    padding: 16px 24px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #95C951;
    border-bottom: 2px solid #7ab93f;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Sortable header styles */
.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable {
    cursor: pointer;
    user-select: none;
}

.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable:hover {
    background: #7ab93f;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .th-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .sort-icon {
    display: flex;
    flex-direction: column;
    opacity: 0.5;
}

.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable.sort-asc .sort-icon,
.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable.sort-desc .sort-icon {
    opacity: 1;
}

.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable.sort-asc .sort-desc,
.plan-comparison-table-section .comparison-table.fixed-first-column th.sortable.sort-desc .sort-asc {
    opacity: 0.3;
}

/* Body styles */
.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr {
    border-bottom: 1px solid #E5E5E5;
    background: #fff;
}

.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr:last-child {
    border-bottom: none;
}

.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr:nth-child(even) .fixed-column {
    background: #F9F9F9;
}

.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff;
}

.plan-comparison-table-section .comparison-table.fixed-first-column tbody tr:hover .fixed-column {
    background: #f0f7ff;
}

.plan-comparison-table-section .comparison-table.fixed-first-column td {
    padding: 16px 24px;
    color: #0D341A;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

.plan-comparison-table-section .comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .plan-title {
    font-weight: 600;
    color: #0D341A;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .cell-content ul {
    margin: 0;
    padding-left: 18px;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .cell-content li {
    margin-bottom: 4px;
}

.plan-comparison-table-section .comparison-table.fixed-first-column .cell-content li:last-child {
    margin-bottom: 0;
}

.plan-comparison-table-section .pros-content {
    color: #2E7D32;
}

.plan-comparison-table-section .cons-content {
    color: #C62828;
}

/* Mobile label */
.plan-comparison-table-section .mobile-label {
    display: none;
    font-weight: 600;
    color: #0D341A;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .plan-comparison-table-section .comparison-table.fixed-first-column {
        min-width: 600px;
    }

    .plan-comparison-table-section .comparison-table.fixed-first-column .fixed-column {
        min-width: 160px;
        max-width: 160px;
    }

    .plan-comparison-table-section .comparison-table.fixed-first-column td,
    .plan-comparison-table-section .comparison-table.fixed-first-column th {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .plan-comparison-table-section .comparison-table.fixed-first-column .fixed-column {
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        min-width: 140px;
        max-width: 140px;
    }

    .plan-comparison-table-section .comparison-table.fixed-first-column {
        min-width: 500px;
    }

    .plan-comparison-table-section .comparison-table.fixed-first-column td,
    .plan-comparison-table-section .comparison-table.fixed-first-column th {
        padding: 10px 12px;
        font-size: 13px;
    }

    .plan-comparison-table-section .comparison-table-wrapper {
        border-radius: 8px;
    }
}

/* ========================================
   BLOCKS_SECTION.PHP
   ======================================== */

/* Style Block 1 */
.block-v2-invert > div > .container-fluid > .image-box {
		order: 1;
	}
	
	@media screen and (max-width: 1200px) {
		.block-v2-invert > div > .container-fluid > .image-box {
			margin-top: 24px;
		}
	}

/* Style Block 2 */
.block-v6-section .container-full {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
   }
   
   .block-v6-section .content {
      flex-basis: 40%;
      color: #0D341A;
   }

   .block-v6-section .estimator-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 82px 44px;
      gap: 32px;

      width: 100%;
      max-width: 648px;
      height: auto;
      background: #FFFFFF;
      border: 1px solid #95C951;
      border-radius: 16px;
      box-sizing: border-box;
   }

   .block-v6-section .estimator-wrapper .form-group {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(3, 1fr);
   }

   .block-v6-section .estimator-wrapper h4 {
      margin: 0;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      color: #181818;
      line-height: normal;
      text-transform: capitalize;
   }

   .block-v6-section .estimator-wrapper h4 {
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      color: #181818;
      line-height: normal;
      text-align: center;
      text-transform: capitalize;
   }

   .block-v6-section .estimator-wrapper form input {
      height: 40px;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      background: #FFFFFF;
      border: 1px solid #DFDFDF;
      border-radius: 40px !important;
   }

   @media screen and (max-width: 1440px) {
      .block-v6-section .content {
         flex-basis: 45%;
      }

      .block-v6-section .estimator-wrapper {
         flex-basis: 53%;
         max-width: unset;
      }
   }

   @media screen and (max-width: 1200px) {
      .block-v6-section .title > .s-64 {
         font-size: 52px;
      }

      .block-v6-section .estimator-wrapper form input {
         font-size: 15px;
      }
   }

   @media screen and (max-width: 991px) {
      .block-v6-section .container-full {
         flex-direction: column;
      }

      .block-v6-section .estimator-wrapper {
         padding: 40px;
      }
   }

   @media screen and (max-width: 767px) {
      .block-v6-section .title > .s-64 {
         font-size: 48px;
      } 

      .block-v6-section .description {
         font-size: 16px;
         line-height: 1.5;
      }
   }

   @media screen and (max-width: 575px) {
      .block-v6-section .estimator-wrapper .form-group {
         display: grid;
         gap: 0;
         grid-template-columns: repeat(1, 1fr);
      }

      .block-v6-section .title > .s-64 {
         font-size: 36px;
      }

      .block-v6-section .estimator-wrapper h4 {
         font-size: 22px;
      }

      .block-v6-section .estimator-wrapper form input {
         font-size: 14px;
      }

      .block-v6-section .buttons-container>* {
         width: 100% !important;
         text-align: center;
      }
   }

/* ========================================
   CARDS_SECTION.PHP
   ======================================== */

/* Style Block 1 */
.cards-wrapper {
			display: grid;
			column-gap: 24px;
			row-gap: 50px;
			grid-template-columns: repeat(3, 1fr);
		}

		.cards-wrapper .card-item {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 24px;
		}

		.cards-wrapper .card-item .card-item-image {
			width: 100%;
			height: 100%;
			max-width: 424px;
			max-height: 420px;
		}

		.cards-wrapper .card-item .card-item-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.cards-wrapper .card-item .card-item-title {
			font-weight: 600;
			font-size: 48px;
			line-height: normal;
			color: #0D341A;
		}

		.cards-wrapper .card-item .card-item-content {
			font-weight: 400;
			font-size: 18px;
			line-height: 25px;
			color: #0D341A;
		}

		@media screen and (max-width: 1440px) {
			.cards-wrapper .card-item .card-item-title {
				font-size: 38px;
			}
		}

		@media screen and (max-width: 1200px) {
			.cards-wrapper {
				grid-template-columns: repeat(2, 1fr);
			}

			.cards-wrapper .card-item {
				gap: 12px;
			}

			.cards-wrapper .card-item .card-item-image {
				max-width: 100%;
				max-height: 330px;
			}

			.cards-wrapper .card-item .card-item-content {
				margin-bottom: 12px;
			}
		}

		@media screen and (max-width: 768px) {
			.cards-wrapper {
				grid-template-columns: repeat(1, 1fr);
			}

			.cards-wrapper .card-item .card-item-image {
				max-height: 300px;
			}

			.cards-wrapper .card-item .card-item-content {
				font-size: 16px;
			}
		}

		@media screen and (max-width: 575px) {
			.cards-wrapper .card-item .card-item-title {
				font-size: 32px;
			}
		}

		@media screen and (max-width: 480px) {
			.cards-wrapper .card-item {
				gap: 6px;
			}

			.cards-wrapper .card-item .card-item-image {
				max-height: 200px;
			}

			.cards-wrapper .card-item .card-item-title {
				font-size: 28px;
			}
		}

/* Style Block 2 */
.link-cards-wrapper {
			display: grid;
			gap: 24px;
		}

		.link-cards-wrapper .link-item {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			padding: 40px;
			gap: 24px;
			width: 100%;
			height: auto;
			min-height: 192px;
			border: 2px solid #DFDFDF;
			border-radius: 8px;
		}

		.link-cards-wrapper .link-item:hover {
			background: #95C951;
			border-color: #95C951;
			border-radius: 8px;
		}

		.link-cards-wrapper .link-item .link-title {
			width: 312px;
			font-weight: 600;
			font-size: 24px;
			line-height: 32px;
			letter-spacing: -0.72px;
			color: #031022
		}

		.link-cards-wrapper .link-item .link-content {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 40px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
			color: #6D7189;
		}

		.link-cards-wrapper .link-item:hover .link-title,
		.link-cards-wrapper .link-item:hover .link-content {
			color: #FFFFFF;
		}

		.link-cards-wrapper .link-item .link-arrow {
			display: flex;
		}

		.link-cards-wrapper .link-item .link-arrow::after {
			content: '';
			position: relative;
			top: 0;
			left: 0;
			width: 32px;
			height: 28px;
			background-image: url(/wp-content/themes/raze-media/images/icon-link-arrow.svg);
			background-repeat: no-repeat;
			transition: transform .3s ease;
			filter: invert(1);
		}

		.link-cards-wrapper .link-item:hover .link-arrow::after {
			filter: unset;
		}

		@media screen and (max-width: 575px) {
			.link-cards-wrapper .link-item {
				flex-direction: column;
			}

			.link-cards-wrapper .link-item .link-title {
				width: 100%;
			}
		}

/* Style Block 3 */
.link-cards-v2-wrapper {
			display: grid;
			gap: 24px;
			grid-template-columns: repeat(2, 1fr);
		}

		.link-cards-v2-wrapper .link-item {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: space-between;
			padding: 40px;
			gap: 24px;
			width: 100%;
			height: auto;
			min-height: 192px;
			border: 2px solid #DFDFDF;
			border-radius: 8px;
		}

		.link-cards-v2-wrapper .link-item:hover {
			background: #95C951;
			border-color: #95C951;
			border-radius: 8px;
		}

		.link-cards-v2-wrapper .link-item .link-title {
			flex-basis: 55%;
			font-weight: 600;
			font-size: 24px;
			line-height: 32px;
			letter-spacing: -0.72px;
			color: #031022
		}

		.link-cards-v2-wrapper .link-item .link-content {
			flex-basis: 40%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 40px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
			color: #6D7189;
		}

		.link-cards-v2-wrapper .link-item:hover .link-title,
		.link-cards-v2-wrapper .link-item:hover .link-content {
			color: #FFFFFF;
		}

		.link-cards-v2-wrapper .link-item .link-arrow {
			display: flex;
		}

		.link-cards-v2-wrapper .link-item .link-arrow::after {
			content: '';
			position: relative;
			top: 0;
			left: 0;
			width: 32px;
			height: 28px;
			background-image: url(/wp-content/themes/raze-media/images/icon-link-arrow.svg);
			background-repeat: no-repeat;
			transition: transform .3s ease;
			filter: invert(1);
		}

		.link-cards-v2-wrapper .link-item:hover .link-arrow::after {
			filter: unset;
		}

		@media screen and (max-width: 1200px) {
			.link-cards-v2-wrapper .link-item {
				padding: 24px;
			}
		}

		@media screen and (max-width: 768px) {
			.link-cards-v2-wrapper {
				grid-template-columns: repeat(1, 1fr);
			}

			.link-cards-v2-wrapper .link-item .link-title {
				font-size: 20px;
			}

			.link-cards-v2-wrapper .link-item .link-content {
				font-size: 14px;
			}
		}

		@media screen and (max-width: 575px) {
			.link-cards-v2-wrapper .link-item {
				flex-direction: column;
				gap: 12px;
			}

			.link-cards-v2-wrapper .link-item .link-title {
				width: 100%;
			}
		}

/* ========================================
   CHECKLIST_CARD_SECTION.PHP
   ======================================== */

.checklist-card-wrapper {
            display: grid;
            column-gap: 24px;
            row-gap: 50px;
            grid-template-columns: repeat(3, 1fr);
            margin-top: 48px;
            margin-bottom: 70px;
        }

        .checklist-card-wrapper .card {
            border: none;
            border-radius: 0;
        }

        .checklist-card-wrapper .card-content {
            display: inline-block;
            padding: 0;
            padding-left: 38px;
            font-weight: 400;
            font-size: 18px;
            color: #0D341A;
        }

        .checklist-card-wrapper .card-content::before {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url('/wp-content/themes/raze-media/images/circle-check.svg');
            background-repeat: no-repeat;
            background-size: contain;
        }

        .bordered-heading {
            position: relative;
            width: 100%;
            height: 120px;
            font-weight: 600;
            font-size: 64px;
            line-height: 1.2;
            color: #0D341A;
        }

        .bordered-heading>div {
            position: absolute;
            top: 54%;
            left: 50%;
            min-width: max-content;
            padding: 0 10px;
            background-color: #FFF;
            transform: translate(-50%, -54%);
        }

        .bordered-heading::after {
            content: '';
            position: absolute;
            top: 54%;
            left: 0;
            width: 100%;
            height: 48px;
            border-width: 1px 1px 0px 1px;
            border-style: solid;
            border-color: #95C951;
            border-radius: 16px 16px 0px 0px;
            z-index: -1;
        }

        @media screen and (max-width: 1200px) {
            .bordered-heading {
                font-size: 58px;
            }

            .checklist-card-wrapper .card-content {
                font-size: 16px;
            }
        }

        @media screen and (max-width: 991px) {
            .checklist-card-wrapper {
                row-gap: 30px;
                grid-template-columns: repeat(2, 1fr);
                margin-top: 20px;
            }

            .bordered-heading {
                font-size: 54px;
            }
        }

        @media screen and (max-width: 767px) {
            .bordered-heading {
                height: 110px;
                font-size: 40px;
            }
        }

        @media screen and (max-width: 575px) {
            .checklist-card-wrapper {
                gap: 18px;
                grid-template-columns: repeat(1, 1fr);
            }

            .bordered-heading {
                font-size: 38px;
            }
        }

        @media screen and (max-width: 425px) {
            .bordered-heading {
                font-size: 30px;
            }

            .bordered-heading>div {
                min-width: 245px;
            }
        }

/* ========================================
   COMPARISON_CHART_SECTION.PHP
   ======================================== */

/* Style Block 1 */
/* Table container for horizontal scrolling */
        .comparison-chart-section .table-scroll-container {
            position: relative;
            overflow-x: auto;
            overflow-y: visible;
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }

        .comparison-chart-section .comparison-chart-wrapper {
            overflow: hidden;
            border-radius: 16px;
            width: 100%;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        /* Table with fixed first column */
        .comparison-chart-section .comparison-chart.fixed-first-column {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            min-width: 500px;
        }

        /* Fixed column styles */
        .comparison-chart-section .comparison-chart.fixed-first-column .fixed-column {
            position: sticky;
            left: 0;
            z-index: 10;
            background: #fff;
            min-width: 200px;
            max-width: 250px;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column thead .fixed-column {
            z-index: 11;
            background: #95C951;
        }

        /* Header styles */
        .comparison-chart-section .comparison-chart.fixed-first-column thead tr {
            background: #95C951;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column thead th {
            padding: 16px 24px;
            text-align: left;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 2px solid #7ab93f;
            position: sticky;
            top: 0;
            z-index: 5;
            background: #95C951;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .th-content {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Body styles */
        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr {
            border-bottom: 1px solid #E5E5E5;
            background: #fff;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr:last-child {
            border-bottom: none;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr:nth-child(even) {
            background: #F9F9F9;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr:nth-child(even) .fixed-column {
            background: #F9F9F9;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr:hover {
            background: #f0f7ff;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody tr:hover .fixed-column {
            background: #f0f7ff;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column tbody td {
            padding: 16px 24px;
            color: #0D341A;
            font-size: 15px;
            vertical-align: top;
            line-height: 1.6;
            border-bottom: 1px solid #e0e0e0;
            text-align: left;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column td.fixed-column {
            white-space: normal;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .feature-title {
            font-weight: 600;
            color: #0D341A;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .feature-title p {
            margin: 0;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .cell-content ul {
            margin: 0;
            padding-left: 18px;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .cell-content li {
            margin-bottom: 4px;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .cell-content li:last-child {
            margin-bottom: 0;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column .cell-content {
            min-height: 22px;
        }

        /* Icon styles */
        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-check,
        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-x {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-check::before,
        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-x::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-check::before {
            background-image: url('/wp-content/themes/raze-media/images/circle-check.svg');
        }

        .comparison-chart-section .comparison-chart.fixed-first-column span.icon-x::before {
            background-image: url('/wp-content/themes/raze-media/images/circle-x.svg');
        }

        /* Mobile label */
        .comparison-chart-section .comparison-chart.fixed-first-column .mobile-label {
            display: none;
            font-weight: 600;
            color: #0D341A;
            margin-bottom: 8px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Responsive styles */
        @media screen and (max-width: 768px) {
            .comparison-chart-section .comparison-chart.fixed-first-column {
                min-width: 450px;
            }

            .comparison-chart-section .comparison-chart.fixed-first-column .fixed-column {
                min-width: 160px;
                max-width: 180px;
            }

            .comparison-chart-section .comparison-chart.fixed-first-column td,
            .comparison-chart-section .comparison-chart.fixed-first-column th {
                padding: 12px 16px;
                font-size: 14px;
            }
        }

        @media screen and (max-width: 480px) {
            .comparison-chart-section .comparison-chart.fixed-first-column .fixed-column {
                box-shadow: 2px 0 5px rgba(0,0,0,0.1);
                min-width: 140px;
                max-width: 150px;
            }

            .comparison-chart-section .comparison-chart.fixed-first-column {
                min-width: 380px;
            }

            .comparison-chart-section .comparison-chart.fixed-first-column td,
            .comparison-chart-section .comparison-chart.fixed-first-column th {
                padding: 10px 12px;
                font-size: 13px;
            }

            .comparison-chart-section .comparison-chart-wrapper {
                border-radius: 8px;
            }
        }

/* Style Block 2 */
.default-chart-wrapper {
            overflow: hidden;
            border-radius: 16px;
            width: 100%;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .default-chart {
            width: 100%;
            border-collapse: collapse;
        }

        .default-chart thead tr {
            background: #95C951;
        }

        .default-chart thead th {
            padding: 16px 24px;
            text-align: left;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
        }

        .default-chart thead th .th-content {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .default-chart tbody tr {
            border-bottom: 1px solid #E5E5E5;
            background: #fff;
        }

        .default-chart tbody tr:last-child {
            border-bottom: none;
        }

        .default-chart tbody tr:nth-child(even) {
            background: #F9F9F9;
        }

        .default-chart tbody td {
            padding: 16px 24px;
            color: #0D341A;
            font-size: 15px;
            vertical-align: top;
            line-height: 1.6;
        }

        .default-chart .feature-title {
            color: #0D341A;
        }

        .default-chart .cell-content ul {
            margin: 0;
            padding-left: 18px;
        }

        .default-chart .cell-content li {
            margin-bottom: 4px;
        }

        .default-chart .cell-content li:last-child {
            margin-bottom: 0;
        }

        .default-chart .mobile-label {
            display: none;
            font-weight: 600;
            color: #0D341A;
            margin-bottom: 8px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .default-chart .cell-content {
            min-height: 22px;
        }

        .default-chart span.icon-check,
        .default-chart span.icon-x {
            position: relative;
        }

        .default-chart span.icon-check::before,
        .default-chart span.icon-x::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .default-chart span.icon-check::before {
            background-image: url('/wp-content/themes/raze-media/images/circle-check.svg');
        }

        .default-chart span.icon-x::before {
            background-image: url('/wp-content/themes/raze-media/images/circle-x.svg');
        }

        @media screen and (max-width: 992px) {
            .default-chart thead {
                display: none;
            }

            .default-chart tbody tr {
                display: block;
                padding: 20px;
                margin-bottom: 16px;
                border: 1px solid #E5E5E5;
                border-radius: 12px;
                background: #fff !important;
            }

            .default-chart tbody tr:last-child {
                margin-bottom: 0;
            }

            .default-chart tbody td {
                display: block;
                padding: 12px 0;
                text-align: left;
                border: none;
                border-bottom: 1px solid #f0f0f0;
            }

            .default-chart tbody td:last-child {
                border-bottom: none;
            }

            .default-chart tbody td:first-child {
                padding-top: 0;
            }

            .default-chart .mobile-label {
                display: block;
            }

            .default-chart .feature-title {
                font-size: 18px;
            }
        }

        @media screen and (max-width: 575px) {
            .default-chart-wrapper {
                border-radius: 8px;
            }

            .default-chart tbody tr {
                padding: 16px;
            }
        }

/* ========================================
   CONTENT_CARD_SECTION.PHP
   ======================================== */

/* Style Block 1 */
.badge-primary {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			padding: 8px 24px;
			gap: 8px;
			height: 58px;
			font-weight: 600;
			font-size: 32px;
			color: #FFFFFF;
			text-transform: uppercase;
			background: #95C951;
			border-radius: 56px;
		}

		@media screen and (max-width: 1440px) {
			.badge-primary {
				padding: 8px 18px;
				height: 45px;
				font-size: 25px;
			}
		}

		@media screen and (max-width: 991px) {
			.badge-primary {
				padding: 8px 16px;
				height: 40px;
				font-size: 22px;
			}
		}

		@media screen and (max-width: 767px) {
			.badge-primary {
				padding: 8px 12px;
				height: 35px;
				font-size: 20px;
			}
		}

		@media screen and (max-width: 575px) {
			.badge-primary {
				height: 30px;
				font-size: 18px;
			}
		}

		.content-card-v1-wrapper {
			display: grid;
			column-gap: 24px;
			row-gap: 50px;
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 70px;
		}

		.content-card-v1-wrapper .content-card {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding: 48px;
			gap: 24px;
			width: 100%;
			height: auto;
			background: #F5F8FF;
		}

		.content-card-v1-wrapper .content-card-image {
			width: 100%;
			height: 100%;
			max-height: 400px;

		}

		.content-card-v1-wrapper .content-card-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.content-card-v1-wrapper .content-card-text {
			display: flex;
			flex-direction: column;
			padding: 0px;
			gap: 20px;
		}

		.content-card-v1-wrapper .content-card-text .content-card-heading {
			margin: 0;
			font-weight: 600;
			font-size: 32px;
		}

		.content-card-v1-wrapper .content-card-text p {
			margin: 0;
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: normal;
		}

		.content-card-v1-wrapper .content-card-text .content-card-heading,
		.content-card-v1-wrapper .content-card-text p {
			color: #0D341A;
		}

		@media screen and (max-width: 1200px) {
			.content-card-v1-wrapper .content-card {
				padding: 42px;
			}

			.content-card-v1-wrapper .content-card-text p {
				font-size: 16px;
			}

			.content-card-v1-wrapper .content-card-image {
				max-height: 320px;
			}

			.content-card-v1-wrapper .content-card-text .content-card-heading {
				font-size: 30px;
			}
		}

		@media screen and (max-width: 991px) {
			.content-card-v1-wrapper .content-card {
				padding: 36px;
			}

			.content-card-v1-wrapper .content-card-image {
				max-height: 270px;
			}

			.content-card-v1-wrapper .content-card-text .content-card-heading {
				font-size: 28px;
			}
		}

		@media screen and (max-width: 767px) {
			.content-card-v1-wrapper {
				display: flex;
				gap: 30px;
				flex-wrap: wrap;
			}

			.content-card-v1-wrapper .content-card {
				padding: 26px;
			}

			.content-card-v1-wrapper .content-card-text {
				gap: 12px;
			}

			.content-card-v1-wrapper .content-card-text .content-card-heading {
				font-size: 26px;
			}

			.content-card-v1-wrapper .content-card-text p {
				margin-bottom: 12px;
				font-size: 16px;
			}
		}

		@media screen and (max-width: 575px) {
			.content-card-v1-wrapper .content-card {
				padding: 24px;
			}

			.content-card-v1-wrapper .content-card-image {
				max-height: 200px;
			}

			.content-card-v1-wrapper .content-card-text .content-card-heading {
				font-size: 22px;
			}
		}

		@media screen and (max-width: 480px) {
			.content-card-v1-wrapper .content-card {
				padding: 20px;
			}
		}

/* Style Block 2 */
.content-card-v2-wrapper {
			display: grid;
			column-gap: 24px;
			row-gap: 50px;
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 70px;
		}

		.content-card-v2-wrapper .content-card {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding: 48px;
			gap: 24px;
			width: 100%;
			height: auto;
			background: #F5F8FF;
		}

		.content-card-v2-wrapper .content-card>div {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 24px;
		}

		.content-card-v2-wrapper .content-card img {
			width: 100%;
			height: 100%;
			max-height: 200px;
			object-fit: cover;
		}

		.content-card-v2-wrapper .content-card-heading {
			font-weight: 600;
			font-size: 64px;
			line-height: normal;
			text-align: center;
		}

		.content-card-v2-wrapper h2,
		.content-card-v2-wrapper h3,
		.content-card-v2-wrapper h4,
		.content-card-v2-wrapper h5 {
			font-weight: 600;
			line-height: normal;
		}

		.content-card-v2-wrapper h4 {
			font-size: 24px;
		}

		.content-card-v2-wrapper ul {
			margin-bottom: 10px;
		}

		.content-card-v2-wrapper ul li,
		.content-card-v2-wrapper p {
			font-weight: 400;
			font-size: 18px;
			line-height: normal;
		}

		.content-card-v2-wrapper .content-card-heading,
		.content-card-v2-wrapper h2,
		.content-card-v2-wrapper h3,
		.content-card-v2-wrapper h4,
		.content-card-v2-wrapper h5,
		.content-card-v2-wrapper ul li,
		.content-card-v2-wrapper p {
			padding: 0;
			margin: 0;
			color: #0D341A;
		}

		@media screen and (max-width: 1440px) {
			.content-card-v2-wrapper .content-card-heading {
				font-size: 56px;
			}
		}

		@media screen and (max-width: 1200px) {
			.content-card-v2-wrapper .content-card {
				padding: 42px;
			}

			.content-card-v2-wrapper .content-card-heading {
				font-size: 52px;
			}

			.content-card-v2-wrapper ul li,
			.content-card-v2-wrapper p {
				font-size: 16px;
			}

			.content-card-v2-wrapper .content-card img {
				max-height: 350px;
			}
		}

		@media screen and (max-width: 991px) {
			.content-card-v2-wrapper .content-card {
				padding: 36px;
			}

			.content-card-v2-wrapper .content-card img {
				max-height: 270px;
			}

			.content-card-v2-wrapper .content-card-heading {
				font-size: 42px;
			}
		}

		@media screen and (max-width: 767px) {
			.content-card-v2-wrapper {
				display: flex;
				gap: 20px;
				flex-wrap: wrap;
			}

			.content-card-v2-wrapper .content-card {
				padding: 26px;
			}
		}

		@media screen and (max-width: 575px) {
			.content-card-v2-wrapper .content-card {
				padding: 24px;
			}

			.content-card-v2-wrapper .content-card img {
				max-height: 200px;
			}

			.content-card-v2-wrapper .content-card-heading {
				font-size: 35px;
			}
		}

		@media screen and (max-width: 480px) {
			.content-card-v2-wrapper .content-card {
				padding: 20px;
			}
		}

/* Style Block 3 */
.content-card-v3-wrapper {
			display: grid;
			gap: 24px;
			grid-template-columns: repeat(3, 1fr);
			margin-bottom: 70px;
		}

		.content-card-v3-wrapper .content-card {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding: 48px;
			gap: 32px;
			width: 100%;
			background: #F5F8FF;
		}

		.content-card-v3-wrapper .content-card-text {
			display: flex;
			flex-direction: column;
			padding: 0px;
			gap: 20px;
		}

		.content-card-v3-wrapper .content-card-text .content-card-heading {
			margin: 0;
			font-weight: 600;
			font-size: 24px;
		}

		.content-card-v3-wrapper .content-card-text ul {
			margin-left: 2rem;
		}

		.content-card-v3-wrapper .content-card-text ul li,
		.content-card-v3-wrapper .content-card-text p {
			margin: 0;
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: normal;
		}

		.content-card-v3-wrapper .content-card-text .content-card-heading,
		.content-card-v3-wrapper .content-card-text ul li,
		.content-card-v3-wrapper .content-card-text ul li::marker,
		.content-card-v3-wrapper .content-card-text p {
			color: #0D341A;
		}

		@media screen and (max-width: 1200px) {
			.content-card-v3-wrapper {
				grid-template-columns: repeat(2, 1fr);
			}

			.content-card-v3-wrapper .content-card {
				padding: 42px;
			}

			.content-card-v3-wrapper .content-card-text ul li,
			.content-card-v3-wrapper .content-card-text p {
				font-size: 16px;
			}
		}

		@media screen and (max-width: 991px) {
			.content-card-v3-wrapper .content-card {
				padding: 36px;
			}

			.content-card-v3-wrapper .content-card-text .content-card-heading {
				font-size: 22px;
			}
		}

		@media screen and (max-width: 767px) {
			.content-card-v3-wrapper {
				display: flex;
				gap: 30px;
				flex-wrap: wrap;
			}

			.content-card-v3-wrapper .content-card {
				padding: 26px;
			}

			.content-card-v3-wrapper .content-card-text {
				gap: 12px;
			}

			.content-card-v3-wrapper .content-card-text .content-card-heading {
				font-size: 20px;
			}

			.content-card-v3-wrapper .content-card-text ul li,
			.content-card-v3-wrapper .content-card-text p {
				font-size: 16px;
			}
		}

		@media screen and (max-width: 575px) {
			.content-card-v3-wrapper {
				grid-template-columns: repeat(1, 1fr);
			}

			.content-card-v3-wrapper .content-card {
				padding: 24px;
			}
		}

		@media screen and (max-width: 480px) {
			.content-card-v3-wrapper .content-card {
				padding: 20px;
			}

			.content-card-v3-wrapper .content-card-text ul li,
			.content-card-v3-wrapper .content-card-text p {
				font-size: 14px;
			}
		}

/* ========================================
   FEATURED_BLOGS_SECTION.PHP
   ======================================== */

.featured-blogs-wrapper {
		display: grid;
		column-gap: 24px;
		row-gap: 50px;
		grid-template-columns: repeat(2, 1fr);
	}

	.featured-blogs-wrapper .featured-card-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.featured-blogs-wrapper .featured-card-item .card-item-image {
		width: 100%;
		height: 100%;
		max-height: 200px;
	}

	.featured-blogs-wrapper .featured-card-item .card-item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.featured-blogs-wrapper .featured-card-item .card-item-title {
		margin-bottom: 8px;
		font-weight: 600;
		font-size: 40px;
		line-height: normal;
		color: #0D341A;
	}

	.featured-blogs-wrapper .featured-card-item .card-item-date {
		font-weight: 400;
		font-size: 16px;
		line-height: normal;
		color: #A1A1A1;
	}

	.featured-blogs-wrapper .featured-card-item .card-item-content {
		font-weight: 400;
		font-size: 18px;
		line-height: normal;
		color: #0D341A;
	}

	@media screen and (max-width: 1200px) {
		.featured-blogs-wrapper .featured-card-item {
			gap: 12px;
		}

		.featured-blogs-wrapper .featured-card-item .card-item-title {
			font-size: 30px;
		}

		.featured-blogs-wrapper .featured-card-item .card-item-content {
			margin-bottom: 12px;
		}
	}

	@media screen and (max-width: 767px) {
		.featured-blogs-wrapper {
			grid-template-columns: repeat(1, 1fr);
		}

		.featured-blogs-wrapper .featured-card-item .card-item-content {
			font-size: 16px;
		}
	}

/* ========================================
   MAP_SECTION.PHP
   ======================================== */

<?php 
if(!empty($custom_colors)) {
    foreach($custom_colors as $region_id => $color) {
        ?>
    .map-section .region-<?php echo $region_id; ?> {
        fill: <?php echo esc_attr($color); ?> !important;
    }
    <?php
    }
}
?>

/* Base map styles */
.map-section .region {
    fill: #E5E7EB; /* Default gray */
    stroke: #FFFFFF;
    stroke-width: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.map-section .region:hover {
    opacity: 0.8;
    stroke-width: 3;
}

.map-section .region.selected {
    stroke: #000000;
    stroke-width: 4;
    filter: brightness(1.1);
}

.map-section .tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
    white-space: nowrap;
}

.map-section .tooltip.show {
    opacity: 1;
}

/* ========================================
   PLAN_OPTION_SECTION.PHP
   ======================================== */

section .container-fluid.plan-option-container {
            padding: 38px 0 !important;
			touch-action: pan-y;
            -ms-touch-action: pan-y;
        }

        .plan-option-container .card-header {
            background-color: #031022;
        }

        .plan-option-container .card-header .txt {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .plan-option-container .card-header .txt::before {
            content: '';
            position: relative;
            top: 0;
            left: 0;
            width: 32px;
            height: 32px;
            background-image: url(/wp-content/themes/raze-media/images/icon-dollar.svg);
            background-repeat: no-repeat;
        }

        .plan-option-container .card-content {
            padding: 32px 24px;
        }

        .plan-option-container .card-content>div {
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            line-height: 25px;
            color: #0D341A;
        }

        .plan-option-container .slick-slide {
            margin-left: 10px;
            margin-right: 10px;
        }

        .plan-option-container .slick-list {
            padding-top: 10px;
        }

        .plan-option-section .pagination {
            margin-top: 28px !important;
			display: flex !important;
			visibility: visible !important;
			opacity: 1 !important;
        }
		
        .plan-option-section .pagination li.slick-active .pagination-dot {
            background: #000 !important;
        }

        .plan-option-container .card:hover {
            border-color: #95C951;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
            transform: translateY(-3px);
        }

        .plan-option-container .card:hover .card-header {
            background-color: #95C951;
        }

        .bordered-heading {
            position: relative;
            width: 100%;
            height: 120px;
            font-weight: 600;
            font-size: 64px;
            line-height: 1.2;
            color: #0D341A;
        }

        .bordered-heading>div {
            position: absolute;
            top: 54%;
            left: 50%;
            min-width: max-content;
            padding: 0 10px;
            background-color: #FFF;
            transform: translate(-50%, -54%);
        }

        .bordered-heading::after {
            content: '';
            position: absolute;
            top: 54%;
            left: 0;
            width: 100%;
            height: 48px;
            border-width: 1px 1px 0px 1px;
            border-style: solid;
            border-color: #95C951;
            border-radius: 16px 16px 0px 0px;
            z-index: -1;
        }

        @media screen and (max-width: 1200px) {
            .bordered-heading {
                font-size: 58px;
            }

            .plan-option-container .card-header * {
                font-size: 16px;
            }
        }

        @media screen and (max-width: 991px) {
            .bordered-heading {
                font-size: 54px;
            }
        }

        @media screen and (max-width: 767px) {
            section .container-fluid.plan-option-container {
                padding: 15px 0 !important;
            }

            .bordered-heading {
                height: 110px;
                font-size: 48px;
            }
        }

        @media screen and (max-width: 575px) {
            .plan-option-container .card-header .txt {
                gap: 4px;
            }

            .plan-option-container .card-header .txt::before {
                width: 25px;
                height: 25px;
                background-size: contain;
            }

            .plan-option-container .card-header * {
                font-size: 18px;
            }

            .plan-option-container .card-content>div {
                font-size: 14px;
            }

            .bordered-heading {
                font-size: 38px;
            }
        }

        @media screen and (max-width: 425px) {
            .bordered-heading {
                font-size: 32px;
            }

            .bordered-heading>div {
                min-width: 245px;
            }
        }

/* ========================================
   POST_SECTION.PHP
   ======================================== */

.blog-filter-wrapper {
   margin-bottom: 2rem;
}

.blog-filter-buttons {
   display: flex;
   flex-wrap: wrap;
   gap: 0.75rem;
}
.featured-blogs-wrapper.main .card-item-image {
    max-height: 400px;
}

button.btn-primary:not(.active) {
    background: unset;
    border: 2px solid #0D341A;
    color: #0D341A;
}
button.blog-filter-btn:hover,
.blog-filter-btn.active {
   background: #95C951 !important;
   color: #fff !important;
   border-color: #95C951 !important;
}

.load-more-wrapper {
   text-align: center;
   margin-top: 2rem;
}

.btn-load-more {
   padding: 0.75rem 2rem;
   cursor: pointer;
   transition: all 0.3s ease;
}

.btn-load-more:disabled {
   opacity: 0.6;
   cursor: not-allowed;
}

.btn-load-more.hidden {
   display: none;
}

.loading-spinner {
   margin-top: 1rem;
}

.loading-spinner .spinner {
   display: inline-block;
   width: 24px;
   height: 24px;
   border: 3px solid rgba(0,0,0,0.1);
   border-left-color: var(--primary-color, #333);
   border-radius: 50%;
   animation: spin 1s linear infinite;
}

@keyframes spin {
   to { transform: rotate(360deg); }
}

.featured-card-item.fade-in {
   animation: fadeInUp 0.5s ease forwards;
}

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

/* ========================================
   PROVIDERS_LOGO_SECTION.PHP
   ======================================== */

.providers-logo-section {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 48px 100px;
			width: 100%;
			height: 100%;
			min-height: 382px;
			gap: 48px;
			text-align: center;
			background: #051328;
		}

		.providers-logo-section .providers-logo-wrapper {
			display: grid;
			gap: 24px;
			grid-template-columns: repeat(6, 1fr);
			width: 100%;
			max-width: 1320px;
			padding: 0px;
		}

		.providers-logo-section .providers-logo-heading {
			font-weight: 600;
			font-size: 32px;
			line-height: normal;
			text-transform: capitalize;
			color: #FFFFFF;
		}

		.providers-logo-section .providers-logo-wrapper .logo {
			width: 100%;
			height: 112px;
		}

		.providers-logo-section .providers-logo-wrapper .logo img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}

		@media screen and (max-width: 1200px) {
			.providers-logo-section .providers-logo-heading {
				font-size: 30px;
			}
		}

		@media screen and (max-width: 991px) {
			.providers-logo-section .providers-logo-wrapper {
				grid-template-columns: repeat(4, 1fr);
			}

			.providers-logo-section .providers-logo-heading {
				font-size: 28px;
			}
		}

		@media screen and (max-width: 767px) {
			.providers-logo-section {
				gap: 38px;
			}

			.providers-logo-section .providers-logo-wrapper {
				grid-template-columns: repeat(3, 1fr);
			}

			.providers-logo-section .providers-logo-heading {
				font-size: 26px;
			}
		}

		@media screen and (max-width: 575px) {
			.providers-logo-section {
				padding: 48px;
			}

			.providers-logo-section .providers-logo-wrapper {
				grid-template-columns: repeat(2, 1fr);
			}

			.providers-logo-section .providers-logo-heading {
				font-size: 22px;
			}
		}

		@media screen and (max-width: 425px) {
			.providers-logo-section .providers-logo-wrapper {
				grid-template-columns: repeat(1, 1fr);
			}

			.providers-logo-section .providers-logo-wrapper .logo {
				margin: 0 auto;
				max-width: 250px;
			}
		}

/* ========================================
   PROVIDERS_SLIDER_SECTION.PHP
   ======================================== */

section .container-fluid.providers-slider-container {
			padding: 38px 0 !important;
		}

		.providers-slider-section .providers-slider-heading {
			margin: 0 auto;
			max-width: 1000px;
			font-weight: 600;
			font-size: 64px;
			text-align: center;
			color: #0D341A;
		}

		.providers-slider-container .card {
			border: none;
			border-radius: 0;
		}

		.providers-slider-container .card-accent {
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 56px;
			margin: 0 auto 30px;
		}

		.providers-slider-container .card-accent::before {
			content: attr(data-index);
			position: absolute;
			top: 50%;
			left: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 56px;
			height: 56px;
			font-weight: 700;
			font-size: 24px;
			color: #0D341A;
			background-color: #EEEEEE;
			border-radius: 56px;
			transform: translate(-50%, -50%);
			transition: all .3s ease;
			z-index: 2;
		}

		.providers-slider-container .card-accent::after {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			height: 0px;
			border: 2px dashed #EEEEEE;
			transform: translate(-50%, -50%);
			transition: all .3s ease;
			z-index: 1;
		}

		.providers-slider-container .card-content {
			padding: 48px;
			width: 100%;
			gap: 32px;
			background-color: #EEEEEE;
			border-radius: 16px;
		}

		.providers-slider-container .card-content h4, 	.providers-slider-container .card-content h3 {
			margin-bottom: 0;
			font-weight: 600;
			font-size: 24px;
/* 			text-align: center; */
			color: #0D341A;
		}

		.providers-slider-container .card-content p {
			margin-bottom: 0;
			font-size: 18px;
			font-weight: 400;
/* 			text-align: center; */
			color: #0D341A;
			line-height: 1.5;
		}
		
		.providers-slider-container .card-content ul {
			margin-bottom: 0;
			width: 100%;
			line-height: 1.5;
		}
		
		.providers-slider-container .slick-slide {
			margin-left: 10px;
			margin-right: 10px;
		}

		.providers-slider-container .slick-list {
			padding-top: 10px;
		}

		.providers-slider-section .pagination {
			margin-top: 40px !important;
		}

		.providers-slider-section .pagination-dot {
			width: 24px !important;
			height: 24px !important;
		}

		.providers-slider-section .pagination-dot:not(.active) {
			background: #D9D9D9 !important;
			border: !important;
		}

		.providers-slider-section .pagination li.slick-active .pagination-dot {
			background: #95C951 !important;
			border: none !important;
		}

		.providers-slider-container .card:hover .card-content {
			background-color: #95C951;
			box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
			transform: translateY(-3px);
		}

		.providers-slider-container .card:hover .card-accent::before {
			color: #FFFFFF;
			background-color: #95C951;
		}

		.providers-slider-container .card:hover .card-accent::after {
			color: #0D341A;
			border-color: #95C951;
		}

		.providers-slider-container .card:hover .card-content * {
			color: #FFFFFF;
		}

		@media screen and (min-width: 1440px) {
			.providers-slider-container .slick-list {
				overflow: visible;
			}

			.providers-slider-container {
				clip-path: inset(-100vw -100vw -100vw 0);
			}

			.providers-slider-container .slick-slide[aria-hidden=true] {
				opacity: .25;
			}
		}

		@media screen and (max-width: 1200px) {
			.providers-slider-section .providers-slider-heading {
				font-size: 58px;
			}

			.providers-slider-container .card-content {
				padding: 38px;
			}
		}

		@media screen and (max-width: 991px) {
			.providers-slider-section .providers-slider-heading {
				font-size: 54px;
				line-height: 1.2;
			}

			.providers-slider-section .pagination-dot {
				width: 20px !important;
				height: 20px !important;
			}
		}

		@media screen and (max-width: 767px) {
			section .container-fluid.providers-slider-container {
				padding: 15px 0 !important;
			}

			.providers-slider-section .providers-slider-heading {
				font-size: 40px;
			}
		}

		@media screen and (max-width: 575px) {
			.providers-slider-section .providers-slider-heading {
				font-size: 38px;
			}

			.providers-slider-section .pagination-dot {
				width: 16px !important;
				height: 16px !important;
			}

			.providers-slider-container .card-content {
				padding: 30px 20px;
			}

			.providers-slider-container .card-accent {
				margin: 0 auto 20px;
				height: 45px;
			}

			.providers-slider-container .card-accent::before {
				width: 45px;
				height: 45px;
				font-size: 18px;
			}

			.providers-slider-container .card-content p {
				font-size: 14px;
			}
		}

/* ========================================
   RATE_COMPARISON_TOOL.PHP
   ======================================== */

.tool-section .container-fluid {
                display: flex;
                justify-content: space-between;
                gap: 24px;
            }

            .tool-section form input {
                margin: 0;
                max-width: 200px;
                height: 40px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #000000;
                background: #FFFFFF;
                border: 1px solid #DFDFDF;
                border-radius: 40px !important;
            }

            .tool-section .tool-wrapper {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 24px;
                padding: 82px 44px;
                width: 100%;
                flex-basis: 48%;
                height: auto;
                background: #061C3B;
                border: 1px solid #C8C8C8;
                border-radius: 16px;
                box-sizing: border-box;
            }

            .tool-section .tool-wrapper span[class^="icon-"] {
                position: absolute;
                top: -55px;
                width: 112px;
                height: 112px;
                background: #95C951;
                border: 8px solid #FFFFFF;
                border-radius: 100px;
            }

            .tool-section .tool-wrapper span[class^="icon-"]::after {
                position: absolute;
                top: 60%;
                left: 50%;
                transform: translate(-50%, -60%);
            }

            .tool-section .tool-wrapper .icon-calendar::after {
                content: url(/wp-content/themes/raze-media/images/icon-calendar.svg);
            }

            .tool-section .tool-wrapper .icon-bolt::after {
                content: url(/wp-content/themes/raze-media/images/icon-bolt.svg);
            }

            .tool-section .tool-wrapper h4 {
                padding: 0;
                margin: 0;
                max-width: 90%;
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                color: #FFFFFF;
                line-height: normal;
                text-align: center;
                text-transform: capitalize;
            }

            .tool-section .form-group {
                display: grid;
                gap: 16px;
                grid-template-columns: repeat(3, 1fr);
            }

            .tool-section form label {
                display: flex;
                align-items: center;
                gap: 15px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
            }

            .tool-section .tool-wrapper p {
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
            }

            .tool-section form select {
                margin: 0;
                height: 40px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #000000;
                background: #FFFFFF;
                border: 1px solid #DFDFDF;
                border-radius: 40px !important;
            }

            .tool-section .custom-select {
                position: relative;
                display: inline-block;
            }

            .tool-section .custom-select select {
                padding-left: 20px;
                padding-right: 30px;
                width: 100%;
                cursor: pointer;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

            .tool-section .custom-select::after {
                content: url(/wp-content/themes/raze-media/images/select-arrow.svg);
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                pointer-events: none;
            }


            @media screen and (min-width: 992px) {
                .tool-section .btn-primary {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 56px;
                    font-size: 22px;
                }

            }

            @media screen and (max-width: 1200px) {

                .tool-section form select,
                .tool-section form input {
                    font-size: 15px;
                }
            }

            @media screen and (max-width: 991px) {
                .tool-section .container-fluid {
                    flex-direction: column;
                    align-items: center;
                }

                .tool-section .tool-wrapper {
                    padding: 60px 40px;
                    margin-bottom: 60px;
                    max-width: 700px;
                }

                .tool-section .tool-wrapper span[class^="icon-"]::after {
                    transform: translate(-50%, -60%) scale(.85);
                }

                .tool-section .tool-wrapper span[class^="icon-"] {
                    top: -50px;
                    width: 90px;
                    height: 90px;
                    border-width: 5px;
                }

                .tool-section .buttons-container {
                    margin-top: 0;
                }

                .tool-section .btn-primary {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 auto;
                    width: 100%;
                    max-width: 250px;
                    height: 45px;
                }
            }

            @media screen and (max-width: 767px) {}

            @media screen and (max-width: 575px) {
                .tool-section .tool-wrapper h4 {
                    font-size: 22px;
                }

                .tool-section form select,
                .tool-section form input {
                    font-size: 14px;
                }
            }

            @media screen and (max-width: 480px) {
                .tool-section .form-group {
                    display: grid;
                    gap: 16px;
                    grid-template-columns: repeat(1, 1fr);
                    width: 75%;
                }
            }

/* ========================================
   REQUEST_FORM.PHP
   ======================================== */

section.request-form-section {
            padding: 24px;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .request-form-section .container-fluid {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .request-form-section .content-heading {
            margin-bottom: 40px;
            width: 100%;
            max-width: 632px;
        }

        .request-form-section .content-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 48px;
            gap: 48px;
            width: 100%;
            max-width: 632px;
            height: 100%;

            background: #F9F9F9;
            border-radius: 24px;
        }

        .request-form-section * {
            color: #0D341A;
        }

        .request-form-section h3 {
            font-weight: 600;
            font-size: 64px;
            line-height: 1.2;
        }

        .request-form-section .content-wrapper * {
            text-align: left;
        }

        .request-form-section .content-wrapper h4 {
            margin: 0;
            font-weight: 600;
            font-size: 64px;
            line-height: 1.2;
            text-transform: capitalize;
            color: #000000;
        }

        .request-form-section p {
            font-weight: 400;
            font-size: 18px;
            line-height: normal;
        }

        .request-call-back-form .wpcf7-form-control-wrap {
            margin-top: 0;
            margin-bottom: 24px;
        }

        .request-call-back-form .wpcf7-form-control-wrap>small {
            display: block;
            margin-left: 26px;
        }

        .request-call-back-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
            width: 100% !important;
        }

        .request-call-back-form input:not([type=submit]):not([type=radio]):not([type=checkbox]).wpcf7-form-control {
            margin-bottom: 0;
            height: 48px;
            font-weight: 400;
            font-size: 18px;
            background: #FFFFFF;
            border: 1px solid #000000;
            border-radius: 8px;
            box-sizing: border-box;
            box-shadow: none;
            outline: none;
        }

        .request-call-back-form input[type=checkbox],
        .request-call-back-form input[type=radio] {
            margin-right: 8px;
            margin-bottom: 0;
            border: 1px solid #000000;
        }

        .request-call-back-form .wpcf7-not-valid-tip {
            padding-top: p2x;
            margin-top: 0;
            font-size: 13px !important;
            color: #de4848 !important;
            text-align: left;
        }

        .request-call-back-form span.wpcf7-form-control.wpcf7-radio {
            display: flex;
            align-items: center;
        }

        .request-call-back-form .btn-wrapper {
            position: relative;
        }

        .request-call-back-form .wpcf7-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            background-color: #0d341a;
            transform: translate(-50%, -50%);
        }

        .request-call-back-form input.wpcf7-form-control.wpcf7-submit {
            border-radius: 4px;
        }

        .request-call-back-form.submitting input.wpcf7-form-control.wpcf7-submit {
            color: transparent !important;
        }

        .request-form-section div.wpcf7 {
            border: none;
        }

        .request-form-section .wpcf7 form.invalid .wpcf7-response-output,
        .request-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
        .request-form-section .wpcf7 form.payment-required .wpcf7-response-output {
            padding: 8px 0;
            font-size: 14px;
            text-align: center;
            line-height: normal;
            background: none;
            border: none;
        }

        @media screen and (max-width: 1440px) {

            .request-form-section h3,
            .request-form-section .content-wrapper h4 {
                font-size: 56px;
            }
        }

        @media screen and (max-width: 1200px) {

            .request-form-section h3,
            .request-form-section .content-wrapper h4 {
                margin-bottom: 12px;
                font-size: 52px;
            }

            .request-form-section .content-wrapper *,
            .request-form-section p,
            .request-call-back-form input:not([type=submit]):not([type=radio]):not([type=checkbox]).wpcf7-form-control,
            .request-call-back-form input[type=checkbox],
            .request-call-back-form input[type=radio] {
                font-size: 16px;
            }
        }

        @media screen and (max-width: 991px) {

            .request-form-section h3,
            .request-form-section .content-wrapper h4 {
                font-size: 42px;
            }

            .request-form-section .content-wrapper h4 {
                margin-bottom: 0;
            }
        }

        @media screen and (max-width: 767px) {

            .request-form-section .content-wrapper *,
            .request-call-back-form input:not([type=submit]):not([type=radio]):not([type=checkbox]).wpcf7-form-control,
            .request-call-back-form input[type=checkbox],
            .request-call-back-form input[type=radio] {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 621px) {
            .request-form-section .btn-wrapper {
                display: block;
                min-width: unset;
            }
        }

        @media screen and (max-width: 575px) {
            .request-form-section .content-wrapper {
                padding: 48px 24px;
            }

            .request-form-section p {
                font-size: 14px;
            }

            .request-call-back-form .wpcf7-form-control-wrap {
                margin-bottom: 16px;
            }

            .request-call-back-form span.wpcf7-form-control.wpcf7-radio {
                display: block;
            }

            .request-call-back-form .wpcf7-form-control-wrap>small {
                margin-left: 0;
            }
        }

        @media screen and (max-width: 480px) {

            .request-form-section h3,
            .request-form-section .content-wrapper h4 {
                font-size: 28px;
            }
        }

/* ========================================
   ROI_CALCULATOR.PHP
   ======================================== */

.roi-calculator-section .container-fluid {
                display: flex;
                justify-content: space-between;
                gap: 24px;
            }

            .roi-calculator-section form input {
                margin: 0;
                max-width: 200px;
                height: 40px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #000000;
                background: #FFFFFF;
                border: 1px solid #DFDFDF;
                border-radius: 40px !important;
            }

            .roi-calculator-section .tool-wrapper {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 24px;
                padding: 82px 44px;
                width: 100%;
                flex-basis: 48%;
                height: auto;
                background: #061C3B;
                border: 1px solid #C8C8C8;
                border-radius: 16px;
                box-sizing: border-box;
            }

            .roi-calculator-section .tool-wrapper span[class^="icon-"] {
                position: absolute;
                top: -55px;
                width: 112px;
                height: 112px;
                background: #95C951;
                border: 8px solid #FFFFFF;
                border-radius: 100px;
            }

            .roi-calculator-section .tool-wrapper span[class^="icon-"]::after {
                position: absolute;
                top: 60%;
                left: 50%;
                transform: translate(-50%, -60%);
            }

            .roi-calculator-section .tool-wrapper .icon-calendar::after {
                content: url(/wp-content/themes/raze-media/images/icon-calendar.svg);
            }

            .roi-calculator-section .tool-wrapper .icon-bolt::after {
                content: url(/wp-content/themes/raze-media/images/icon-bolt.svg);
            }

            .roi-calculator-section .tool-wrapper h4 {
                padding: 0;
                margin: 0;
                max-width: 90%;
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                color: #FFFFFF;
                line-height: normal;
                text-align: center;
                text-transform: capitalize;
            }

            .roi-calculator-section .form-group {
                display: grid;
                gap: 16px;
                grid-template-columns: repeat(3, 1fr);
            }

            .roi-calculator-section form label {
                display: flex;
                align-items: center;
                gap: 15px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
            }

            .roi-calculator-section .tool-wrapper p {
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
            }

            .roi-calculator-section form select {
                margin: 0;
                height: 40px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #000000;
                background: #FFFFFF;
                border: 1px solid #DFDFDF;
                border-radius: 40px !important;
            }

            .roi-calculator-section .custom-select {
                position: relative;
                display: inline-block;
            }

            .roi-calculator-section .custom-select select {
                padding-left: 20px;
                padding-right: 30px;
                width: 100%;
                cursor: pointer;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

            .roi-calculator-section .custom-select::after {
                content: url(/wp-content/themes/raze-media/images/select-arrow.svg);
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                pointer-events: none;
            }

            .roi-calculator-section .tool-calculator-wrapper {
                max-width: 100%;
                width: 872px;
                /* 				min-height: 527px; */
                margin: 0 auto;

                background: #FFFFFF;
                border: 1px solid #061C3B;
                border-radius: 16px;
                box-sizing: border-box;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-header {
                flex-wrap: wrap;
                gap: 24px;
                min-height: 69px;
                height: auto;

                background: #061C3B;
                border-radius: 16px 16px 0px 0px;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-header label {
                font-size: 16px;
                font-weight: 600;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-header input {
                width: 200px;
                height: 40px;
                padding: 8px 25px;
                margin-bottom: 0;

                background: #FFFFFF;
                border-radius: 40px !important;
                -moz-appearance: textfield;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-header input::-webkit-outer-spin-button,
            .roi-calculator-section .tool-calculator-wrapper .card-header input::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliances-wrapper {
                padding: 50px 20px;

                text-align: center;
                border-bottom: 1px solid #061C3B;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliances {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                gap: 8px;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 6px 6px 6px 20px;
                gap: 12px;
                height: 48px;

                font-size: 16px;
                font-weight: 700;
                color: #ffffff;
                background: #95C951;
                border-radius: 100px;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance span {
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 0px;
                width: 36px;
                height: 36px;

                background: #FFFFFF;
                border-radius: 36px;
                cursor: pointer;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance span::before {
                content: "";
                position: absolute;
                width: 36px;
                height: 36px;
                left: 0px;
                top: 0px;
                background: url('/wp-content/themes/raze-media/images/icon-plus.svg');
                center center no-repeat;
                background-position: center center;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance span:hover {
                background: #031022;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance span:hover::before {
                filter: invert(1);
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .appliance span.appliance-del {
                transform: rotate(45deg);
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .btn-calculate {
                width: 129px;
                height: 40px;
                margin-top: 25px;

                font-size: 16px;
                font-weight: 700;
                color: #ffffff;
                background: #95C951;
                border-radius: 100px;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .btn-calculate:hover {
                background: #7fb33f;
                box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
                transform: translateY(-2px) !important;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .usage-wrapper {
                padding: 30px 20px 50px;

                font-size: 16px;
                font-weight: 600;
                text-align: center;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .usage-wrapper .usage-info {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                gap: 24px;
                margin: 24px auto 8px;
                max-width: 550px;
            }

            .roi-calculator-section .tool-calculator-wrapper .card-wrapper .usage-wrapper .usage-measure {
                font-size: 32px;
                color: #95C951;
            }

            @media screen and (min-width: 992px) {
                .roi-calculator-section .btn-primary {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 56px;
                    font-size: 22px;
                }

            }

            @media screen and (max-width: 1200px) {

                .roi-calculator-section form select,
                .roi-calculator-section form input {
                    font-size: 15px;
                }
            }

            @media screen and (max-width: 991px) {
                .roi-calculator-section .container-fluid {
                    flex-direction: column;
                    align-items: center;
                }

                .roi-calculator-section .tool-wrapper {
                    padding: 60px 40px;
                    margin-bottom: 60px;
                    max-width: 700px;
                }

                .roi-calculator-section .tool-wrapper span[class^="icon-"]::after {
                    transform: translate(-50%, -60%) scale(.85);
                }

                .roi-calculator-section .tool-wrapper span[class^="icon-"] {
                    top: -50px;
                    width: 90px;
                    height: 90px;
                    border-width: 5px;
                }

                .roi-calculator-section .buttons-container {
                    margin-top: 0;
                }

                .roi-calculator-section .btn-primary {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 auto;
                    width: 100%;
                    max-width: 250px;
                    height: 45px;
                }
            }

            @media screen and (max-width: 767px) {}

            @media screen and (max-width: 575px) {
                .roi-calculator-section .tool-wrapper h4 {
                    font-size: 22px;
                }

                .roi-calculator-section form select,
                .roi-calculator-section form input {
                    font-size: 14px;
                }

                .roi-calculator-section .tool-calculator-wrapper .card-header {
                    gap: 14px;
                }

                .roi-calculator-section .tool-calculator-wrapper .card-wrapper .usage-wrapper .usage-info {
                    justify-content: center;
                }
            }

            @media screen and (max-width: 480px) {
                .roi-calculator-section .form-group {
                    display: grid;
                    gap: 16px;
                    grid-template-columns: repeat(1, 1fr);
                    width: 75%;
                }
            }

/* ========================================
   SMALL_CONTACT_SECTION.PHP
   ======================================== */

        .contact-section .container-fluid {
            display: flex;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            column-gap: 77px;
            margin: 0 auto;
            max-width: 1153px;
        }

        .contact-section .content-wrapper {
            padding-left: 24px;
            border-left: 8px solid #95C951;
        }

        .contact-section .content-wrapper * {
            color: #FFFFFF;
            line-height: normal;
            text-align: left;
        }

        .contact-section .content-wrapper h4 {
            margin-bottom: 24px;
            font-weight: 700;
            font-size: 24px;
        }

        .contact-section .content-wrapper p {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
        }

        .contact-section div.wpcf7 {
            background: none;
        }

        .small-contact-form .grid {
            display: grid;
            column-gap: 16px;
            grid-template-columns: repeat(3, 1fr);
        }

        .small-contact-form .wpcf7-form-control {
            width: 100%;
            height: auto;
            min-height: auto !important;
            padding: 10px 20px !important;
            margin-bottom: 16px;

            font-size: 16px;
            font-weight: 400 !important;
            color: black !important;
            line-height: normal;
            text-transform: none;
            background: #FFFFFF;
            border: 1px solid #031022;
            border-radius: 100px !important;
            box-shadow: none;
            outline: none;
        }

        .small-contact-form .wpcf7-not-valid-tip {
            padding-left: 15px;
            padding-left: 20px;
            margin-top: -20px !important;
            font-size: 13px;
            color: #445373 !important;
            text-align: left;
        }

        .small-contact-form .btn-wrapper {
            position: relative;
            margin-top: .4rem;
        }

        .small-contact-form .wpcf7-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            background-color: #0d341a;
            transform: translate(-50%, -50%);
        }

        .small-contact-form input.wpcf7-form-control.wpcf7-submit {
            padding: 14px 20px !important;
            margin-bottom: 0;
            width: 100% !important;
            font-weight: 500 !important;
            background: #7fb33f;
            border-color: #7fb33f;
            transition-property: all;
            transition-duration: .2s;
        }

        .small-contact-form input.wpcf7-form-control.wpcf7-submit:hover {
            color: white !important;
            background: #7fb33f;
            border-color: #7fb33f;
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
        }

        .small-contact-form .wpcf7-form-control-wrap {
            margin-top: 0;
        }

        .small-contact-form.submitting input.wpcf7-form-control.wpcf7-submit {
            color: transparent !important;
        }

        .contact-section .wpcf7 form.invalid .wpcf7-response-output,
        .contact-section .wpcf7 form.unaccepted .wpcf7-response-output,
        .contact-section .wpcf7 form.payment-required .wpcf7-response-output {
            font-size: 14px;
            line-height: normal;
            border: none;
        }

        @media screen and (max-width: 1440px) {
            .contact-section .container-fluid {
                column-gap: 30px;
            }
        }

        @media screen and (max-width: 1200px) {
            section.contact-section {
                padding: 48px !important;
            }

            .contact-section .content-wrapper {
                flex-basis: 65%;
            }

            .contact-section .content-wrapper h4 {
                margin-bottom: 12px;
                font-size: 22px;
            }

            .contact-section .content-wrapper p {
                font-size: 16px;
            }
        }

        @media screen and (max-width: 991px) {
            .small-contact-form .grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (max-width: 821px) {
            .contact-section .container-fluid {
                flex-direction: column;
                column-gap: 0;
                row-gap: 24px;
            }

            .contact-section .container-fluid {
                max-width: 610px;
            }

            .contact-section .content-wrapper {
                padding-left: 0;
                border-left: none;
            }
        }

        @media screen and (max-width: 767px) {
            .small-contact-form .grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .small-contact-form .wpcf7-form-control,
            .small-contact-form input.wpcf7-form-control.wpcf7-submit {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 621px) {
            .small-contact-form .btn-wrapper {
                width: 100%;
                min-width: unset;
            }
        }

        @media screen and (max-width: 575px) {
            section.contact-section {
                padding: 48px 24px !important;
            }

            .contact-section .content-wrapper p {
                font-size: 14px;
            }
        }

        @media screen and (max-width: 480px) {
            .small-contact-form .grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }

/* ========================================
   TESTIMONIALS_SECTION.PHP
   ======================================== */

/* Style Block 1 */


/* Style Block 2 */
/* Ensure only slick-active pagination dots show as active */
.testimonials-section .pagination {
   display: flex !important;
   visibility: visible !important;
   opacity: 1 !important;
}

.testimonials-section .pagination li:not(.slick-active) .pagination-dot {
   background: transparent;
}

.testimonials-section .pagination li.slick-active .pagination-dot {
   background: #000;
}

/* ========================================
   UNITS_SECTION.PHP
   ======================================== */

/* Style Block 1 */
.unit-full-wrapper {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 24px;
			padding: 48px;
			width: 100%;
			background: #88BA47;
		}

		.unit-full-wrapper .unit-image {
			width: 100%;
			height: 100%;
			max-height: 526px;
		}

		.unit-full-wrapper .unit-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.unit-full-wrapper .unit-content {
			display: flex;
			flex-direction: column;
			padding: 0px;
			gap: 20px;
		}

		.unit-full-wrapper .unit-content .unit-heading {
			margin: 0;
			font-weight: 600;
			font-size: 64px;
			line-height: 130%;
			color: #FFFFFF;
		}

		.unit-full-wrapper .unit-content p {
			margin: 0;
			font-weight: 400;
			font-size: 18px;
			line-height: 25px;
			color: #FFFFFF;
		}

		.unit-full-wrapper .unit-content .btn-secondary {
			color: #FFFFFF;
			border-color: #FFFFFF;
		}

		.unit-full-wrapper .unit-content .btn-secondary:hover {
			background: #031022 !important;
			border-color: #031022 !important;
		}

		@media screen and (max-width: 1440px) {
			.unit-full-wrapper .unit-content .unit-heading {
				font-size: 56px;
			}
		}

		@media screen and (max-width: 1200px) {
			.unit-full-wrapper {
				padding: 42px;
			}

			.unit-full-wrapper .unit-content .unit-heading {
				font-size: 52px;
			}

			.unit-full-wrapper .unit-content p {
				font-size: 16px;
			}

			.unit-full-wrapper .unit-image {
				max-height: 430px;
			}
		}

		@media screen and (max-width: 991px) {
			.unit-full-wrapper {
				padding: 36px;
			}

			.unit-full-wrapper .unit-image {
				max-height: 360px;
			}

			.unit-full-wrapper .unit-content .unit-heading {
				font-size: 48px;
			}
		}

		@media screen and (max-width: 767px) {
			.unit-full-wrapper {
				padding: 26px;
			}

			.unit-full-wrapper .unit-content p {
				font-size: 16px;
			}
		}

		@media screen and (max-width: 575px) {
			.unit-full-wrapper {
				padding: 24px;
			}

			.unit-full-wrapper .unit-image {
				max-height: 230px;
			}

			.unit-full-wrapper .unit-content .unit-heading {
				font-size: 36px;
			}
		}

/* Style Block 2 */
.units-wrapper {
			display: grid;
			column-gap: 24px;
			row-gap: 50px;
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 70px;
		}

		.units-wrapper .unit-block {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			padding: 48px;
			gap: 24px;
			width: 100%;
			height: auto;
			background: #F5F8FF;
		}

		.units-wrapper .unit-image {
			width: 100%;
			height: 100%;
			max-height: 420px;

		}

		.units-wrapper .unit-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.units-wrapper .unit-content {
			display: flex;
			flex-direction: column;
			padding: 0px;
			gap: 20px;
		}

		.units-wrapper .unit-content .unit-heading {
			margin: 0;
			font-weight: 600;
			font-size: 64px;
			line-height: 130%;
			color: #FFFFFF;
		}

		.units-wrapper .unit-content p {
			margin: 0;
			font-weight: 400;
			font-size: 18px;
			line-height: 25px;
			color: #FFFFFF;
		}

		.units-wrapper .unit-content .unit-heading,
		.units-wrapper .unit-content p {
			color: #031022;
		}

		@media screen and (max-width: 1440px) {
			.units-wrapper .unit-content .unit-heading {
				font-size: 56px;
			}
		}

		@media screen and (max-width: 1200px) {
			.units-wrapper .unit-block {
				padding: 42px;
			}

			.units-wrapper .unit-content .unit-heading {
				font-size: 52px;
			}

			.units-wrapper .unit-content p {
				font-size: 16px;
			}

			.units-wrapper .unit-image {
				max-height: 350px;
			}
		}

		@media screen and (max-width: 991px) {
			.units-wrapper .unit-block {
				padding: 36px;
			}

			.units-wrapper .unit-image {
				max-height: 270px;
			}

			.units-wrapper .unit-content .unit-heading {
				font-size: 42px;
			}
		}

		@media screen and (max-width: 767px) {
			.units-wrapper {
				display: flex;
				gap: 20px;
				flex-wrap: wrap;
			}

			.units-wrapper .unit-block {
				padding: 26px;
			}

			.units-wrapper .unit-content {
				gap: 12px;
			}

			.units-wrapper .unit-content p {
				margin-bottom: 12px;
				font-size: 16px;
			}
		}

		@media screen and (max-width: 575px) {
			.units-wrapper .unit-block {
				padding: 24px;
			}

			.units-wrapper .unit-image {
				max-height: 200px;
			}

			.units-wrapper .unit-content .unit-heading {
				font-size: 28px;
			}
		}

		@media screen and (max-width: 480px) {
			.units-wrapper .unit-block {
				padding: 20px;
			}
		}
        
        

/* ========================================
   custom css adding shivram date: 12/2/2026
   ======================================== */
   /*****Footer css******/
   .footer-menu-section .footer-menu-list{
	   display: flex;
		width: 100%;
		justify-content: space-between;
   }
   
   .footer-menu-section .footer-menu-list .sub-menu{
	   width:100%;
   }
	.footer-column h3{font-size:20px; padding-bottom:10px;}
	.footer-column ul li a{font-size:16px;}
	.footer-bottom .footer-info, .footer-bottom .footer-info a{font-size: 20px;}
	.footer-bottom .footer-info h4 {
		font-size: 20px;
		font-weight: 500;
		margin-bottom:10px;
	}
	
	.footer-links-section{display: flex; font-size:16px;}
	.copyright-item{
		width:100%;
	}
	.footer-links-wrapper{
		width:75%;
	}
	.footer-links-wrapper ul{
		display: flex;
		justify-content: space-between;
	}
	.footer .footer-copyright{padding-bottom:15px;}
	.footer-link-list{display:flex;}
	.footer-links-wrapper li{list-style:none; margin-left:20px;}
	.footer-links-wrapper li a{color:#fff;}
	.footer .container{padding-left:2rem; padding-right:2rem;}
	.footer .footer-copyright .container{padding-top:0px!important; border-top:0px;}
	.footer-copyright .footer-links-section	{
			border-top:1px solid rgb(255 255 255 / 16%);
			padding-top:1.5rem;
		}
	.footer-bottom .container .footer-bottom-columns{
		width: 88.5%;gap: 0;
	}
	.copyright-item  ul{
		display: flex;
		justify-content: space-between;
		margin:0px;
	}
	.copyright-item li{list-style:none;}
	.copyright-item li a{color:#fff;}
	
@media screen and (max-width: 1380px) {	
	.footer .container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
}	
	@media screen and (max-width: 991px) {
		.footer-bottom .container .footer-bottom-columns {
			width: 100%;
			gap: 0;
			flex-wrap: unset;
		}

	}
	
	@media screen and (max-width: 767px) {
		.footer-menu-section .footer-menu-list{
			flex-direction: column;
			    text-align: center;
		}
	.footer-bottom .container .footer-bottom-columns {
		flex-wrap: wrap;
		text-align: center;
	}	
	.footer-copyright .footer-links-section {
		border-top: 0;
		padding-top: 0;
		flex-direction: column;
	}
	.copyright-item {
		width: 100%;
		text-align: center;
	}
	.footer-links-wrapper {
		width: 100%;
	}
	.footer-links-wrapper ul {
		flex-direction: column;
		margin:0px;
	}	
	.footer-column ul li.menu-item {
		margin-bottom: 50px;
	}
	.footer-column ul li.menu-item li {
		margin-bottom: 9px;
	}
	.footer-main{padding-bottom:0px;}
	.footer-bottom, .footer-bottom .container{padding-top:0px;}
	.footer-bottom .footer-info{padding-bottom:50px;}
	.footer-info:last-child{padding-bottom:0px;}
	.footer-bottom .footer-info, .footer-bottom .footer-info a {
		font-size: 16px;
	}
	.copyright-item  ul{
		flex-wrap: wrap;
		align-items: center;
        justify-content: center;
        max-width: 300px;
        margin: auto;
	}
	.copyright-item li{
		text-align: center;
		flex: 50%;
	}
	.copyright-item li:first-child{order:4;}	
	}	
	/*****End Footer css******/
	
	/***************Unserviceable Form**********/
	.unserviceable-form{
		margin:auto;
		max-width:450px;
		
	}
		.unserviceable-form p{
		position:relative
		
	}
	.unserviceable-form .wpcf7-form-control-wrap{margin-top:0px;}
	body .unserviceable-form .wpcf7-form-control-wrap input.wpcf7-form-control{border-radius:50px!important;}
	body .unserviceable-form .wpcf7-form-control.wpcf7-submit.has-spinner{
		position:absolute!important; right:0px; top:0px; width:110px!important;    border-radius: 50px; height:47px; font-weight:600;	}
	.unserviceable-sub-title{
		text-transform: none;
		text-align: center;
		font-weight: 500;
		line-height: 35px;
		font-size: 24px;
		padding-top:25px;
		}	
		.unserviceable-mail-title{
			font-size: 35px;
		}
@media screen and (max-width: 767px) {
	.unserviceable-mail-title{
			font-size: 22px !important;
			line-height: 33px !important;
			padding-top: 10px;
		}
	.unserviceable-sub-title{
		font-size: 18px;
		}
	.unserviceable-form-section .vc_column-inner {
		padding-right: 0px!important;
	}	
	.unserviceable-sub-title br{display:none;}

}

/***********Grid design css************/
.dsiclaimer-section{margin-top:-30px;}

.table-scroll {
	border-radius: 16px;
	width: 100%;
	background: #fff;
	max-width:1280px;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	position: relative;
    overflow-x: auto;
    overflow-y: visible;


}

.electricity-rates-table {
	width: 100%;
	border-collapse: collapse;
}

.electricity-rates-table thead tr {
	background: #95C951;
}

.electricity-rates-table thead th {
	padding: 12px 24px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.electricity-rates-table thead th.sortable {
	cursor: pointer;
	user-select: none;
	transition: background 0.2s ease;
}

.electricity-rates-table thead th.sortable:hover {
	background: #7db340;
}

.electricity-rates-table thead th .th-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.electricity-rates-table thead th .sort-icon {
	display: flex;
	flex-direction: column;
	opacity: 0.5;
}

.electricity-rates-table thead th .sort-icon svg {
	display: block;
	margin: -2px 0;
}

.electricity-rates-table thead th.sort-asc .sort-icon .sort-asc, .electricity-rates-table thead th.sort-desc .sort-icon .sort-desc {
	opacity: 1;
}

.electricity-rates-table thead th.sort-asc .sort-icon .sort-desc, .electricity-rates-table thead th.sort-desc .sort-icon .sort-asc {
	opacity: 0.3;
}

.electricity-rates-table thead th.sort-asc .sort-icon, .electricity-rates-table thead th.sort-desc .sort-icon {
	opacity: 1;
}

.electricity-rates-table tbody tr {
	border-bottom: 1px solid #E5E5E5;
	transition: background 0.2s ease;
	background: #F9F9F9;
}

.electricity-rates-table tbody tr: last-child {
	border-bottom: none;
}

.electricity-rates-table tbody td {
	padding: 12px 24px;
	color: #0D341A;
	font-size: 15px;
	vertical-align: middle;
}
.electricity-rates-table tbody td a{
	color: #0D341A;
}
.electricity-rates-table tbody td a:hover{
	color: #0D341A !important;
    text-decoration: underline;
    background: transparent !important;
    box-shadow: none !important;
}

.electricity-rates-table tbody tr:nth-child(even) {
	background: rgb(239 239 239 / 90%);
}

.electricity-rates-table .btn-see-details {
	display: inline-block;
	padding: 10px 24px;
	background: #95C951;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.3s ease;
	border: none;
	cursor: pointer;
}

.electricity-rates-table .btn-see-details:hover {
	background: #7db340;
}
.comparison-table.fixed-first-column tbody tr:hover {
        background: #f0f7ff !important;
    }
	
.electricity-rates-table tbody tr:hover{
	background:#f0f7ff;
}
.electricity-rates-table thead tr th:hover {
    background: #7db340;
}
.electricity-rates-table .cell-content {
	min-height: 1em;
}

.electricity-rates-table .rating-stars {
	display: flex;
	align-items: center;
	gap: 8px;
}

.electricity-rates-table .stars-wrapper {
	display: flex;
	align-items: center;
	gap: 2px;
}

.electricity-rates-table .rating-value {
	font-weight: 500;
	color: #0D341A;
}
	        

@media screen and (max-width: 580px) {
	.electricity-rates-table{
		min-width:400px;
	}
    .electricity-rates-table tbody tr td:first-child{
        box-shadow: 1px 0px 12px 0px #ececec;
		min-width: 150px;
        max-width: 150px;
		position:sticky;
		left:0px;
		z-index:2;
		background:#fff;
    }
	.electricity-rates-table tbody tr:nth-child(even) td:first-child {
		background:#f9f9f9;
	}
	.electricity-rates-table tr th:first-child {
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
		min-width: 150px;
        max-width: 150px;
		position:sticky;
		left:0px;
		z-index:2;
		background:#95C951;
    }
	.electricity-rates-table tbody td, .electricity-rates-table thead th{
		padding:10px 8px;
		line-height:normal;
		font-size:13px;
		position:relative;
		z-index:1;
	}
	.electricity-rates-table tbody tr {
		background:#fff;
	}
	.electricity-rates-table tbody tr:nth-child(even) {
		background:#f9f9f9;
	}
	.electricity-rates-table tr th:first-child:before, .electricity-rates-table tr td:first-child:before {
		box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08);
		right: 2px;
		top: 0;
		content: "";
		height: 100%;
		position: absolute;
	}	

}

/************18/5/2026**********/
@media (min-width: 1381px) {
    .l-subheader-h {
        padding-left:2rem;
		padding-right:2rem
    }
}
.mw-2000, .footer .container{max-width:1350px;}
@media (max-width: 1380px) {
    .mw-2000{
        padding-left:0px!important;
		padding-right:0px!important;
    }
}

@media (max-width: 900px) {
    .l-subheader, .l-section{
        padding-left:1.5rem!important;
		padding-right:1.5rem!important;
    }
	    .footer .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
	.block-section-3 .content{padding-right:0px;}
}

@media (max-width: 600px) {
    .l-subheader, .l-section{
        padding-left:1rem!important;
		padding-right:1rem!important;
    }
	    .footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


@media (max-width: 1380px) {
.cta-section .mw-2000{
	padding-left: 2.5rem!important;
    padding-right: 2.5rem!important;
}


}


/*****Business Energy Forms css********/
body .modal{Z-Index:99999;}
body .modal-backdrop.show {
    opacity: 0.7;
    z-index: 9999;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
    display: block !important;
    background: #95C951;
    border-radius: 4px;
    padding: 10px !important;
    color:#fff;
    text-align:center;
}
.form-check .form-check-input:checked {
    background-color: #f2f4f7;
}
.form-check input[type=checkbox]:before{
	position: relative;
    left: 4px;
}
.form-check.form-check-inline .form-check-label{
    position: relative;
}
.request-call-back-form .contactus-newform input[type=checkbox]{
	 position: relative;
	 top:-5px;
}
.additional-popup .modal-header{
	flex-direction: column;text-align:left;
        background: #f7f7f7;
}
.additional-popup .modal-header .modal-title{
	text-align:left;
    font-size:24px;
    width:100%;
}
.additional-popup .modal-header p{
	text-align:left;
    font-size:15px;
    width:100%;
}

.additional-popup .modal-content .btn-close{
position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
}
.zipcode-popup .btn-outline-secondary{
	border: 1px #333 solid;
    color: #333;
	border-radius:4px;
}
.zipcode-popup .btn-outline-secondary:hover, .zipcode-popup .btn-outline-secondary:focus{
	border: 1px #95c951 solid;
    color: #fff;
    background: #95c951;
}
.zipcode-popup .modal-footer {
    border-top: 0px;
    padding-top: 0px;
	justify-content: left;
	padding-left:0px;
}
.select-box, .select-box:focus {
    border: 1px #000 solid;
    background: #fff;
    padding-left: 11px;
}
body .modal-footer .btn-primary {
    background: #95C951;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    Padding: 8px 15px;
	border:0px;
}
body .modal-footer .btn-primary:hover, body .modal-footer .btn-primary:focus {
    background: #95C951;
    color: #fff;
}
.custom-form-row {
    margin-bottom: 15px;
}
.ber-contact-form-wrapper .custom-form-row .wpcf7-not-valid-tip{
	margin-top:2px;
}
.ber-contact-form-wrapper .wpcf7-not-valid-tip{
	font-size:13px;
}
@media (max-width: 767px) {
.additional-popup .modal-header .modal-title {
    text-align: left;
    font-size: 24px !important;
    width: 100%;
    padding-bottom: 10px;
}
.request-form-section .container-fluid{padding:0px;}
}
/*****End Business Energy Forms css********/
html body, .l-header .widget, .menu-item-object-us_page_block {
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, 400);
    font-size: var(--font-size, 16px);
    font-style: var(--font-style, normal);
    text-transform: var(--text-transform, none);
    line-height: var(--line-height, 28px);
    letter-spacing: var(--letter-spacing, 0);
}
.electricity-rates-table tbody td a{text-decoration:underline;}
.cards-wrapper .card-item .card-item-image {
    max-height:390px;
}


/*******************Thank you css****************/
.thankyou-page .accordion-button::after{display:none;}
.thankyou-content-list{
	position:relative;
	padding:0px 0px 30px 55px;
	margin-top:20px;
}
.thankyou-content-list h3{
	color: #161F27;
	font-size: 22px!important;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.65px;
	Padding:0px 0px 5px 0px;
	margin:0px;
}
.thankyou-page .thankyou-content-list p{
	color: #0D341A;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px; 
}

.thanks-list-icon{
	border-radius: 9999px;
	background: #e3edd6;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0px; top:0px;
}
.thanks-button-group{
	padding-top:30px;
	padding-bottom:10px;
	border-top: 1px solid #E7EBEF;
	width:100%;
}
.thanks-button-group .btn{
	height: auto;
    border: 0px;
    font-size: 0.875rem;
    padding: 10px 20px;
	background: #95c951;
    border-radius: 50px;
}
.thanks-button-group .btn:hover{
	height: auto;
    border: 0px;
    font-size: 0.875rem;
    padding: 10px 20px;
	background: #95c951;
    border-radius: 50px;
	color:#fff;
}
.thankyou-page h2.accordion-header .accordion-button{
	color: #040507;
	background:transparent;
	font-size: 30px;
	padding: 15px 15px;
    height: auto;
	font-weight: 600;
	line-height: 57.12px; /* 149.921% */
	letter-spacing: -0.952px;
}
#immediate-assistance .accordion-button{
	font-size:22px;
	line-height:28px;
}
.thankyou-right-list{
	padding-bottom:24px;
}
.thankyou-right-list h3{
	color: #161F27;
	font-size: 1.25rem!important;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	margin-bottom:8px;
}
.thankyou-contact-info{
	padding-bottom:10px;
	color: #0D341A;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 20px;
	}
.thankyou-contact-info span{color: #0D341A;}	
.thankyou-contact-info a{font-size:16px; color:#000; text-decoration:underline;}
.thankyou-page{padding-top:0px; width:auto; margin-left:-15px;  margin-right:-15px;} 
.thankyou-header{text-align:center;}
.thankyou-header h1{
	color: #040507;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 60px; 
	letter-spacing: -1px;
	padding-bottom:10px;
}
.thanks-subtitle{
	color: #161F27;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 28px; 
	padding-bottom:10px;
}
.order-details{
	color: #3B4754;
	color: #2C353F;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px; 
}
#responseModal .modal-footer .btn-outline-secondary{
	height: auto;
    margin: auto;
    padding: 5px 10px;
    max-width: 98px;

}
#responseModal #modalMessage{text-align: center;  color: green;}
.inner-section-row .container{padding-top:0px;}
.thankyou-contact-info a svg path{
	    stroke: #000000;
}

.custom-form-row .input-group .wpcf7-select option[value="Select a subject..."] {
    color: #000;
}
.custom-form-row .input-group .wpcf7-select:has(option[value="Select a subject..."]:checked) {
    color: #000;
}

/* Normal color when a real option is selected */
.custom-form-row .input-group .wpcf7-select option:not([value="Select a subject..."]) {
    color: #000;
}


@media (max-width: 768px) {
.inner-section-row .container {
    gap: 0px;
    padding: 0px !important;
}
.thankyou-page .accordion{
	margin-bottom:25px;
}

}





/***********Responsive***********************/

@media (max-width: 1024px) {
.s-64, .s-64 * {
	font-size: 35px;
}
.l-section h3 {
        font-size: 22px !important;
    }
.contact-section .vc_column-inner span p br{display:none;}	
.cta-section .cta-content h2{line-height:56px!important;}	
    html h2, .hero-title *, .testimonials-title *, .blog-title * {
        font-size: 35px !important;
        line-height:42px!important;
    }


}

@media (max-width: 992px) {
    .cta-section .cta-right {
        margin-top: 0;
    }
.cta-section.v3 .cta-content {
    max-width: calc(100% - 200px);
}	
	.cta-section .cta-content h2{line-height:45px!important;}	
}

@media (max-width: 767px) {
.image-box-for-provider .provider-image{padding:5px;}
.image-box-for-provider .provider-image img{margin-bottom:0px;}	
.block-section-3 .heading, .block-section-3 .heading *, .title .s-64, .title .s-64 *, .h.s-64, .h.s-64 * {
        font-size: 30px !important;
    }
}