* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
    font-family: "Barlow", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #000;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
padding: 15px 40px 15px 40px;
font-weight: 500;
background-color: var(--s-secondary);
text-transform: uppercase;
border-radius: 100px;
font-size: 16px;
border: 1px solid var(--s-secondary);
color: var(--s-white);
display: inline-flex;
align-items: center;
justify-content: center;
letter-spacing: 2px;
transform: translateY(0px);
transition-duration: .3s;
}
.site-btn:hover {
  border-color: var(--s-primary);
  background-color: var(--s-primary);
  color: var(--white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: translateY(-3px);
}
.revSite-btn {
  background-color: var(--s-secondary);
  color: var(--s-primary);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  position: relative !important;
  margin-bottom: 20px;
}
.titleBar span {
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--s-secondary);
  display: block;
  position: relative;
}
.titleBar hr{
    margin: 10px 0;
    color: var(--s-primary);
    border: 0;
    border-top: 3px solid var(--s-primary);
    opacity: 1;
    width: 5%;
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--s-secondary);
  margin-bottom: 20px;
}
.titleBar p {
  font-size: 17px;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #ff8800;
  --s-secondary: #0449ae;
  --s-third: #f2f1ec;
  --s-white: #ffffff;
  --s-black: #000000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-secondary) !important;
}

/* Main Header CSS */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-secondary);
}
.top-location ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
}
.top-location ul li a lord-icon {
  margin-right: 8px;
  color: var(--s-white);
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white);
  background-color: var(--s-primary);
}

/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-secondary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: var(--s-third);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-secondary);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* BANNER */
#banner {
  /* background-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/banner.jpg); */
  background-attachment: fixed;
  background-position: top center;
  position: relative;
  width: 100%;
  display: block;
  padding: 8em 15px 14em 15px;
}
/* #banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0000004f;
} */
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h2 {
  font-size: 60px;
  display: block;
  margin-bottom: 25px;
  color: var(--s-secondary);
  font-weight: 600;
}
#banner .banner-text h2 span {
  color: var(--s-primary);
}
#banner .banner-text hr {
    margin: 2rem 0;
    color: var(--s-primary);
    border: 0;
    border-top: 3px solid var(--s-primary);
    opacity: 1;
    width: 20%;
}
#banner .banner-text ul li {
  margin-bottom: 35px;
  color: var(--s-secondary);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#banner .banner-text ul li i{
    font-size: 19px;
    margin-top: 5px;
}
.custom-shape-divider-bottom-1744745612 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-bottom-1744745612 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 141px;
}
.custom-shape-divider-bottom-1744745612 .shape-fill {
    fill: #EAEEF3;
}

/* Animation Shape */
.award-shape {
    bottom: 70px;
    left: 35%;
    -webkit-animation: float 2500ms infinite ease-in-out;
    animation: float 2500ms infinite ease-in-out;
    position: absolute;
    z-index: 5;
}
@keyframes float{
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Benefits Section */
.heroSection{
    padding-bottom: 200px;
}
.B-box{
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 22px;
    overflow: hidden;
    background-color: #fff;
    transition: all 600ms ease;
}
.B-box-content{
    padding: 1.5em 1.5rem 3.5rem 1.5rem;
}
.B-box-content h4{
    color: var(--s-primary);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.B-box-content p{
    font-weight: 400;
    color: var(--s-primary);
}
.list li{
    color: var(--s-secondary);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.list li i{
    margin-top: 5px;
    font-size: 15px;
}

/* Services Section */
.servicesSection{
  padding-bottom: 40px;
}
.servicesBox{
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 22px;
    overflow: hidden;
    background-color: #fff;
    transition: all 600ms ease;
    margin: 10px 0;
}
.services-image
{
    overflow: hidden;
}
.services-image img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.services-content{
    margin-top: -5em;
    background: #fff;
    background-size: cover;
    mask-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/services-shape.svg);
    -webkit-mask-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/services-shape.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    padding: 2.2em;
    display: inline-block;
}
.services-content h3{
    font-size: 25px;
    color: var(--s-primary);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.services-content P{
    margin-bottom: 12px;
}
.services-content a{
    color: var(--s-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.custom-nav {
  text-align: center;
  margin-top: 10px;
}
.owl-prev,
.owl-next {
  background: var(--s-primary);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 6px 14px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 4px;
}

/* Free Consultation Section Start Here */
.freeConsultation
{
  background-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/hero-home-02.jpg);
  padding-top: 230px;
}
.custom-shape-divider-top-1744813130 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1744813130 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 172px;
}
.custom-shape-divider-top-1744813130 .shape-fill {
  fill: #EAEEF3;
}
.freeConsultation h3{
  font-size: 40px;
  margin-bottom: 15px;
}
.freeConsultation p{
  color: var(--s-secondary);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}

/* Why Choose Us Section */
.whyChooseUs{
  background-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/hero-home-03.jpg);
  padding-bottom: 240px;
}
.why-box-image {
  background-color: #EAEEF3;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  padding: 15px;
  margin: 0 auto 20px auto;
}
.why-box-image img{
  object-fit: contain;
}

/* Footer Section Start Here */
.book-free{
  background-color: var(--s-primary);
  padding: 50px 50px ;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}
.footer-btn:hover{
  background-color: #105105;
  border-color: #105105;
}
footer {
  background-color:var(--s-secondary);
  position: relative;
  padding-top: 100px;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-white);
  color: var(--s-secondary);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}








/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-image: url(https://westernmasshypnosiscenter.com/wp-content/uploads/2025/07/innerservices.jpg);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
.list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 15px;
  color: var(--s-black);
  font-weight: 500;
  margin-right: 5px;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.aboutImage img{
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}





/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
}






/*======================================================
             Responsive CSS STart Here
========================================================*/
/* 991px Start Here */
@media (max-width:991px){
  section{
    padding: 50px 0;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #bc8f8f;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-secondary);
  }
  .header-btn
  {
    display: none;
  }
  .bottom-header .navbar-brand img {
    width: 100px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 25px;
    
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar span::before {
    top: 16.5px;
  }
  .titleBar span::after{
    top: 16.5px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
  .award-shape{
    display: none;
  }
 /* Banner */
 #banner .banner-text h2{
   font-size: 35px;
 }
 #banner{
   padding: 4em 15px 10em 15px;
 }
 .custom-shape-divider-bottom-1744745612 svg, .custom-shape-divider-top-1744813130 svg {
    height: 100px;
  }

  /* Hero */
  .B-box img{
    width: 250px;
  }
  .extraMargin{
    margin-top: 25px !important;
  }
  .heroSection {
    padding-bottom: 100px;
  }

  /* COntact */
  .content-box h5 {
    font-size: 15px;
  }
  .book-free {
    background-color: var(--s-primary);
    padding: 25px 40px;
  }

 /* Inner Services */
 .innerPagesBanner {
  height: 250px;
  padding-bottom: 30px;
}
.innerpage-title h2 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
}
}