*,
::after,
::before {
 box-sizing: border-box;
}

body,
html {
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  color: var(--theme-black-color);
  background-color: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth
}

:root {
 --theme-purple-color: #6e02ba;
 --theme-white-color: #ffffff;
 --theme-black-color: #000000;
 --theme-gray-color: #414141;
 --theme-header-font-family: "IBM Plex Sans";
 --theme-primary-font-family: "Roboto";
}

:root { 
  --background-color: #ffffff; 
  --default-color: #342c26; 
  --heading-color: #2c1607; 
  --accent-color: #6e02ba; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #6e02ba; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #342c26; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #6e02ba; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

@font-face {
 font-family: "bootstrap-icons";
 src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
  url("../fonts/bootstrap-icons.woff") format("woff");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

::selection {
 color: #fff;
 background-color: var(--theme-purple-color);
}
::-moz-selection {
 color: #fff;
 background-color: var(--theme-purple-color);
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

.blink_text {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-decoration: none;
  font-weight: 800
}
a{text-decoration: none;}

@keyframes blinker {
  0 {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.content-section p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 15px
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section ol li strong {
  font-size: 22px;
  padding-bottom: 6px;
  margin-top: 10px;
  font-weight: 600
}

.content-section ol {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600
}

.icon-bg img {
  width: 30px
}

.logo img {
  height: 80px
}

.container-fluid {
  padding: 0 30px
}

main{
  margin-top: 30px;
}

header {
  padding: 10px 0
}

.cmn-padding{
  padding: 80px 0;
}

.title-font-sm {
  font-size: 40px
}

.bnt-get-strat a {
  display: inline-block;
  text-decoration: none;
  color: var(--theme-white-color);
  background: var(--theme-purple-color);
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 20px;
  transition: all .5s
}

.bnt-get-strat a:hover {
  background: var(--theme-purple-color);
  color: var(--theme-white-color);
  opacity: 0.8;
}

.hero-banner-bnt {
  position: relative;
  margin-top: 25px
}

.hero-banner-privacy {
  height: auto;
  padding: 70px 0;
  position: relative;
  background: url(../images/homepage-hero-banner-feb24-5.jpg) center center
}


.hero-inner-banner {
  background: var(--theme-purple-color);
  padding: 50px 0;
}

.hero-inner-banner h2{
   color: var(--theme-white-color);
   font-size: 36px;
}

.hero-inner-banner p{
   text-align: center;
   color: var(--theme-white-color);
   font-size: 18px;
   margin-top: 20px;
}

.hero-banner-terms {
  padding: 50px 0;
  position: relative;
}


.privacy-contant .content-section .title-section {
  padding-left: 0 !important
}

.line-hero-banner {
  border-bottom: 1px solid #30333f30;
  width: 50%;
  text-align: center;
  margin: 0 auto
}

.line-hero-banner-uper {
  padding: 15px 0
}

.hero-banner {
  border-radius: 20px;
  background: url(../images/homepage-hero-banner-feb24-50.jpg);
  /*height: 80vh;*/
  padding: 30px 0 100px 0;
  position: relative;
  background-position: right top;
  object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hero-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(134deg, rgba(0, 0, 0, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

.sub-title-sectrion {
  display: inline-block;
  padding: 12px 20px;
  border-bottom: 2px solid #0ba6f9;
  background: transparent
}

.sub-title-sectrion:hover {
  background: transparent
}

.read-more-btn a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #0ba6f9;
  background: #0ba6f9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: .6s
}

.read-more-btn a:hover {
  border: 1px solid #0ba6f9;
  background: #fff;
  color: #0ba6f9
}

.sub-title-sectrion h6 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
  color: #0ba6f9
}

.sub-title-sectrion h6:hover {
  color: #0ba6f9
}

.about-list-text {
  position: relative;
  padding-left: 20px
}

.hero-header{
  position: relative;
  z-index: 2;
}

.hero-header a.brand-logo, .header .brand-logo{
  color: var(--theme-purple-color);
  font-size: 24px;
  font-weight: 800;
  font-family: var(--theme-header-font-family);
  text-decoration: none;
  background: var(--theme-white-color);
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.hero-banner .hero-banner-text-content{
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.hero-banner .hero-banner-text-content .title-section h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 30px 0 30px 0;
  color: var(--theme-white-color);
}

.hero-banner .hero-banner-text-content .title-section p {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: var(--theme-white-color);
  /*text-transform: uppercase;*/
}

.title-section h2 {
  font-size: 50px;
  font-weight: 600
}

.title-section h3 {
  font-size: 22px;
  font-weight: 600
}

/*Quote Section ==================*/
.quote-box {
  background: var(--theme-purple-color);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 0px;
  overflow: hidden;
  padding: 30px;
}
.quote-bg{
  padding: 0;
  margin-top: 0px;
  text-align: center;
}
.right-form{
  padding: 30px;
}
.quote-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-white-color);
}

.quote-title span {
  color: var(--theme-white-color);
}

.quote-desc {
  color: var(--theme-white-color);
  margin-top: 10px;
  font-size: 15px;
}

.fp-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.fp-tag {
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  background: var(--theme-white-color);
  color: var(--theme-gray-color);
  border: 1px solid var(--theme-white-color);
  white-space: nowrap;
  text-decoration: none;
}

.fp-tag:hover, .fp-tag.active {
  color: var(--theme-purple-color);
}

.form-control {
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #22c55e;
}

.btn-quote {
  background: var(--theme-purple-color);
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
  color: var(--theme-white-color);
  transition: all 0.3s ease;
}

a.btn-quote{font-size: 22px;}
.btn-quote:hover {
  background: var(--theme-purple-color);
  color: var(--theme-white-color);
  transform: translateY(-2px);
}

.privacy-text {
  font-size: 14px;
  color: var(--theme-gray-color);
  margin-top: 0px;
  line-height: 1.6;
}

.privacy-text a {
  color: var(--theme-purple-color);
  text-decoration: none;
}

/*Why Call Home Security Advisors =============*/
.a2p-section {
  overflow: hidden;
  background: #f4f4f4;
}

.feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.feature-icon {
  width: 46px;
  height: 46px;
  background: rgb(230 211 243);
  color: var(--theme-purple-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature-text {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-black-color);
}

.phone-wrapper {
  position: relative;
  text-align: center;
}

.green-shape {
  position: absolute;
  top: 50%;
  right: 00px;
  transform: translateY(-50%);
  width: 100%;
  height: 420px;
  background: linear-gradient(180deg, #4ade80, #22c55e);
  border-radius: 40px;
  z-index: 0;
}

.phone-img {
     max-width: 100%;
    position: relative;
    z-index: 1;
    /* filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2)); */
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #d7cccc;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--theme-black-color);
  margin-bottom: 25px;
}

/*How it works Section =============*/
.step-wrapper {
  position: relative;
  text-align: center;
  padding: 0 25px;
}

.step{
  position:relative;
  text-align:center;
  padding:0 30px;
}

.icon-box-h{
  width:64px;
  height:64px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 22px;
  position: relative;
}
.icon-purple{
  background:linear-gradient(135deg,#9b8afb,#8b7cff);
}
.icon-cyan{
  background:linear-gradient(135deg,#6fe3ff,#3ddcff);
}
.icon-pink{
  background:linear-gradient(135deg,#f6c1f0,#f3a6de);
}
.icon-box-h {
  width: 64px;
  height: 64px;
  border-radius: 18px; /* squircle feel */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--theme-white-color);
  margin: 0 auto 22px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.step h5{
  font-size:16px;
  font-weight:600;
  color:var(--theme-gray-color);
  margin-bottom:8px;
}
.step p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
  max-width:260px;
  margin:0 auto;
}
.connector{
  position:absolute;
  top:32px;
  right:-50%;
  width:100%;
  border-top:2px dashed #e5e7eb;
}
.connector:before,
.connector:after{
  content:'';
  position:absolute;
  top:-5px;
  width:8px;
  height:8px;
  background:#d1d5db;
  border-radius:50%;
}
.connector:before{left:-4px;}
.connector:after{right:-4px;}
.how-section .row > div:last-child .connector {
  display: none;
}

.connector{
  position:absolute;
  top:32px;
  right:-33%;
  width:60%;
  height:2px;
  background-image: radial-gradient(circle, #e5e7eb 1.5px, transparent 1.5px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

/* start & end dots */
.connector::before,
.connector::after{
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  border-radius:50%;
}

/* left dot */
.connector::before{
  left:-4px;
  background:#c4b5fd; /* pastel purple */
}

/* right dot */
.connector::after{
  right:-4px;
  background:#7dd3fc; /* pastel cyan */
}
.step:nth-child(1) .connector::after{
  background:#7dd3fc; /* cyan */
}
.step:nth-child(2) .connector::after{
  background:#f9a8d4; /* pink */
}
.herob{display: none;}
@media(max-width:991px){
  .connector{display:none;}
  .step{margin-bottom:50px;}
  .quote-bg {
    border-right: none;
    padding: 0 30px;
  }
  .hero-banner::before{
    background: linear-gradient(134deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 53%) 100%);
  }
  .hero-banner{background: none;background-color: #f1e8f7;}
  .herob{display: block; width: 100%; border-radius: 15px;}
  .btn-quote{padding: 6px 15px;}
}

/*Featured Products =====================*/
.featured-section{
  background:#ffffff;
}

.featured-subtitle{
  text-align:center;
  font-size:18px;
  color:var(--theme-gray-color);
  margin-bottom:60px;
}
.product-card{
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:28px;
  height:100%;
  transition:.3s ease;
}
.product-card:hover{
  border-color:var(--theme-purple-color);
  transform: translateY(-5px);
}
.badges{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}
.badge-pill{
  font-size:12px;
  font-weight:600;
  padding:4px 12px;
  border-radius:20px;
  border:1px solid;
}
.badge-new{
  color:var(--theme-purple-color);
  border-color:var(--theme-purple-color);
}
.badge-best{
  color:var(--theme-purple-color);
  border-color:var(--theme-purple-color);
}
.badge-retinal{
  color:var(--theme-gray-color);
  border-color:var(--theme-gray-color);
}
.product-img{
  height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:30px;
  overflow: hidden;
}
.product-img img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-title{
  font-size:16px;
  font-weight:600;
  color:#111827;
  text-align:center;
}
.product-sub{
  font-size:14px;
  color:#6b7280;
  text-align:center;
}
.product-price{
  font-size:16px;
  font-weight:600;
  text-align:center;
  margin-top:10px;
}

/*Who we help ==============*/
.help-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.help-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 15px;
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.help-list li:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.help-list .icon {
  font-size: 32px;
  background: rgb(230 211 243);
  color: var(--theme-purple-color);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}

.help-list h4 {
  font-size: 18px;
  color: #0f172a;
  margin: 0 0 6px;
}

.help-list p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/*Did you know =================*/
.didyou-section{
  position: relative;
}
.didyou-title{
  font-size:52px;
  font-weight:800;
  color:var(--theme-black-color);
  line-height:1.1;
}
.didyou-text{
  font-size: 24px;
    color: var(--theme-gray-color);
    width: 35%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}
.didyou-btn{
  display:inline-block;
  background:var(--theme-purple-color);
  color:var(--theme-white-color);
  padding:12px 26px;
  border-radius:12px;
  font-weight:600;
  font-size:18px;
  text-decoration: none;
}
.quote-line-top{
  position:absolute;
  width: 70vw;
  height: 58%;
  top: 80px;
  padding:70px 60px;
  border-top:3px solid var(--theme-gray-color);
  border-right:3px solid var(--theme-gray-color);
  border-radius:0 50px 0 0;
}
.quote-line-bottom{
  position:absolute;
  width: 70vw;
  height: 58%;
  right: 0;
  bottom: 80px;
  padding:70px 60px;
  border-bottom:3px solid var(--theme-gray-color);
  border-left:3px solid var(--theme-gray-color);
  border-radius:0 0 0 50px;
}
.quote-circle {
  position: absolute;
  width: 42px;
  height: 42px;
  background: var(--theme-gray-color);
  border-radius: 50%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  color: var(--theme-white-color);
  font-size: 38px;
  font-weight: 700;
  line-height: 64px;
}
.quote-top {
  bottom: -22px;
  right: -22px;
}
.quote-bottom{
  top:-22px;
  left:-22px;
}
.didyou-box{
  padding: 80px 0;
  position: relative;
  z-index: 99;
}

.services .title-section h3 {
  margin: 0 0 15px 0
}

.about-text-content .title-section h2 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem
}

.services .title-section h2 {
  font-size: 55px;
  margin: 20px 100px 15px
}

.about-text-content .title-section p {
  margin-bottom: 25px;
  line-height: 1.8rem
}

.title-section h4 {
  font-size: 19px;
  font-weight: 800;
  color: #30333f
}

.hero-banner-img img {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0
}

/*About =====================*/
.about{
  background: #f1e8f7;
}

.about .img-content-about {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about .img-content-about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-btn {
  display: inline-block;
  background: #30333f;
  border-radius: 100%;
  padding: 10px
}

.call-text a {
  text-decoration: none;
  color: #30333f;
  font-weight: 600
}

.call-text p {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 600
}

.call-text {
  padding-left: 25px
}

.services {
  background: #f0eeea
}

.img-content-services {
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden
}

.img-content-services .img-1 {
  transition: .3s
}

.img-content-services .img-1:hover {
  transform: scale(1.1)
}

.services-item {
  overflow: hidden;
  transition: .6s;
  border-radius: 15px;
  background: #fff
}

.services-item:hover {
  box-shadow: 0 0 9px rgb(51 51 51 / 25%)
}

.services-item .title-section {
  padding: 15px
}

.img-content-services .img-1 {
  width: 100%;
  height: 260px;
  object-fit: cover
}

.icon-item {
  background: #0ba6f9;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.img-content-services::before {
  content: "";
  position: absolute;
  background: #30333f;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  opacity: .3
}

.icon-item img {
  width: 68px;
  height: 68px;
  border-radius: 50%
}

/*Footer =============*/
footer {
  background: #f1e8f7;

  color: var(--theme-white-color);
}

footer .logo img {
  height: 65px;

  margin-bottom: 50px;
}

footer p {
  color: #000 !important;

  font-size: 16px !important;
}
footer a{
  color: var(--theme-purple-color);
  text-decoration: none;
}
footer a:hover{
  color: #000;
}
footer .title-section a {
  text-decoration: none;

  color: #000;

  font-size: 24px;

  display: block;

  margin-top: 10px;
}

footer .footer-logo p {
  margin: 30px 10px 30px 0;
}

footer h5 {
  font-size: 30px;

  margin-left: 10px;
}

footer .address p,
footer .contact p {
  margin: 20px 0px;
}

.footer {
  background-position: center right;

  position: relative;

  object-fit: cover;

  color: #000;

  z-index: 9;

  background-repeat: no-repeat;
}

.logo-footer img {
  height: 60px;
  margin-bottom: 10px
}

.email-id,
.call-id {
  margin-bottom: 20px;
  color: var(--theme-purple-color);
}

.ftr-icon{
  font-size: 22px;
}

/*Privacy and Terms ===================*/
/* Headings */
.privacy-policy h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #0f172a;
}

.privacy-policy h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #020617;
}
.privacy-policy h2:first-of-type {
  margin-top: 0;
}
.privacy-policy h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #0f172a;
}

/* Text */
.privacy-policy p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

/* Lists */
.privacy-policy ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.privacy-policy ul li {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
}

/* Highlight important notes */
.privacy-policy strong {
  color: var(--theme-purple-color);
}

/* Links */
.privacy-policy a {
  color: #0284c7;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

a.btn-call{
  background: var(--theme-purple-color);
  color: var(--theme-white-color);
  font-size: 20px;
  font-weight: 800;
  padding: 0px;
  border-radius: 30px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  z-index: 999;
  text-align: center;
  line-height: 50px;
  animation-name: btn-pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes btn-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(110 2 186 / 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(110 2 186 / 0.5);
  }
}


/* Responsive ======================= */
@media only screen and (max-width:1200px) {
  .services .title-section h2 {
    margin: 20px 220px 50px
  }
}

@media only screen and (max-width:1024px) {
  .hero-banner {
    background-position: center right;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
  }

  .hero-banner-text-content {
    position: relative;
    z-index: 2
  }

  .hero-banner .hero-banner-text-content .title-section h1 {
    padding: 0 !important;
    font-size: 58px
  }

  .services .title-section h2 {
    margin: 20px 0 50px
  }

  .about-list .icon-bg {
    width: 50px
  }

  .title-section h2 {
    font-size: 38px;
    line-height: 3.5rem
  }

  .about-text-content .title-section h2 {
    margin: 10px 0;
    font-size: 26px
  }

  .hero-banner-privacy span,
  .hero-banner-terms span {
    font-size: 30px
  }
}

@media only screen and (max-width:992px) {
  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;
    margin-bottom: 0 !important
  }

  footer p {
    font-size: 16px
  }

  .services-item-mt {
    margin-top: 0
  }

  .hero-banner-img img {
    width: 32%
  }
  .quote-line-top{
    width: 80vw;
  }
  .quote-line-bottom{
    width: 80vw;
  }
}

@media only screen and (max-width:768px) {
  .hero-banner .hero-banner-text-content .title-section h1 {
    font-size: 36px
  }

  .hero-banner-img img {
    display: none
  }

  .section-padding {
    padding: 30px 0
  }

  .services .title-section h2 {
    font-size: 46px;
    margin-bottom: 20px
  }

  .title-section h3 {
    font-size: 16px;
    font-weight: 600
  }

  .services-item .title-section p {
    font-size: 16px;
    line-height: 1.3rem
  }

  .services-item .title-section p {
    min-height: 210px
  }

  .didyou-title{font-size:24px;}
  .didyou-title br{display: none;}
  .didyou-text{font-size:18px;}
  .didyou-box{padding:70px 30px;}
}

.itext{display: none; }

@media only screen and (max-width:767px) {
  .hero-banner .hero-banner-text-content {
      text-align: center;
      padding-left: 00px;
  }
  .bnt-get-strat a {
    padding: 15px 30px;
    font-size: 16px;
  }
  .quote-bg {
    padding: 0 0 0px 0;
  }
  .quote-title {
    font-size: 30px;
  }
  .cmn-padding {
    padding: 40px 0;
  }
  .quote-line-top {
    height: 45%;
  }
  .quote-line-bottom {
    height: 45%;
  }
  .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .feature-card {
    padding: 14px 18px;
    margin-bottom: 10px;
  }
  .feature-text {
    font-size: 18px;
  }
  .about .img-content-about {
      height: auto;
    }

  .privacy-policy h1 {
    font-size: 28px;
  }

  .privacy-policy h2 {
    font-size: 20px;
  }

.right-form{padding: 0;}
.section-title{font-size: 24px;}
.section-title.w-75 {width: 100% !important;}
.quote-title{font-size: 30px; margin-top: 20px;}
.a2p-section .row{flex-direction: column-reverse;}
.phone-img{height: auto; margin-bottom: 30px; border-radius: 15px;}
 .didyou-text{width: 100%;}
  .didyou-box{padding: 0;}
   .quote-line-top{
    display: none;
  }
  .quote-line-bottom{
    display: none;
  }
  .footer.owerly {
        padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .itext{display: block;
        position: absolute;
        top: auto;
        right: 0;
        z-index: 9999;
        background: #6e02ba;
        border-radius: 50px;
        height: 25px;
        width: 26px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -10px;
        left: 0;
        margin: 0 auto;}
        .step {
        margin-bottom: 30px;
    }
    .hero-header a.brand-logo{font-size: 16px;}
    .hero-header{justify-content: center !important;}
    .hero-banner .hero-banner-text-content{padding-top: 30px;}
    .featured-subtitle{margin-bottom: 30px;}
}

@media only screen and (max-width:576px) {
  .services .title-section h2 {
    font-size: 40px
  }
  .help-list li {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .services .title-section p {
    min-height: 0;
    margin-bottom: 20px
  }
  .index2-form-inner-con ul {
    grid-template-columns: inherit
  }
}

@media only screen and (max-width:575px) {
  .hero-banner {
    padding: 30px 0 40px 0;
  }
 
  .hero-banner .hero-banner-text-content .title-section h1 {
      font-size: 26px;
      margin: 20px 0 15px 0;
  }
  .hero-banner .hero-banner-text-content .title-section h1 br{display: none;}
  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;
    font-size: 18px;
  }
  .quote-title {
    font-size: 24px;
  }
  .right-form {
    padding: 0px;
  }

}

.privacy-contant ol span li {
    font-size: 24px;
    list-style: none;
    font-weight: bold;
}
.privacy-contant span p {
    padding-left: 0px !important;
    margin: 10px 0px;
        font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
}


/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--surface-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
  border-radius: 20px;
    overflow: hidden;
}

.page-title:before {
  content: "";
      background: linear-gradient(134deg, rgba(0, 0, 0, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

.contact {
  overflow: hidden;
}

.contact .info-box {
  color: var(--default-color);
  background: var(--surface-color);
  padding: 30px;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.contact .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.12);
}

.contact .info-box i {
  font-size: 32px;
  color: var(--accent-color);
  border-radius: 50%;
  padding: 15px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}

.contact .info-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}


.header .btn-getstarted,
.header .btn-getstarted:focus {
background: #6e02ba;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    color: var(--theme-white-color);
    transition: all 0.3s ease;
        font-size: 22px;
        margin-left: 30px;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  top: 0;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(22, 15, 9, 0.915);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
.fixed-top{top: 40px;}


/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {background-color: #f5e7ff; margin-top: 60px;}
.pricing .pricing-card {
  height: 100%;
  padding: 2rem;
  background: var(--surface-color);
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-card.popular {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li i {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .btn-light {
  background: var(--contrast-color);
  color: var(--accent-color);
}

.pricing .pricing-card.popular .btn-light:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--contrast-color);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}

.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
}

.pricing .pricing-card .price .amount {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing .pricing-card .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.pricing .pricing-card .features-list li strong{margin-right: 10px;}

.pricing .pricing-card .features-list li i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
}

.pricing .pricing-card .btn.btn-primary {
  background: var(--accent-color);
  border: none;
  color: var(--contrast-color);
}

.pricing .pricing-card .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-card {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.featured-services .service-card .service-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.featured-services .service-card .service-header .icon-wrapper {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.featured-services .service-card .service-header .icon-wrapper i {
  font-size: 28px;
  color: var(--accent-color);
}

.featured-services .service-card .service-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.featured-services .service-card .service-header h3 a {
  color: var(--heading-color);
  transition: color 0.3s;
}

.featured-services .service-card>p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 24px;
  flex-grow: 1;
}

.featured-services .service-card .features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.featured-services .service-card .features-list .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--default-color);
}

.featured-services .service-card .features-list .feature-item i {
  font-size: 16px;
  color: var(--accent-color);
  flex-shrink: 0;
}

.featured-services .service-card:hover {
  border-color: var(--accent-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.featured-services .service-card:hover .icon-wrapper {
  background: color-mix(in srgb, var(--accent-color), transparent 75%);
}

.featured-services .service-card:hover h3 a {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .featured-services {
    padding: 40px 0;
  }

  .featured-services .service-card {
    padding: 24px;
  }

  .featured-services .service-card .service-header {
    gap: 16px;
    margin-bottom: 16px;
  }

  .featured-services .service-card .service-header .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .featured-services .service-card .service-header .icon-wrapper i {
    font-size: 24px;
  }

  .featured-services .service-card .service-header h3 {
    font-size: 16px;
  }

  .featured-services .service-card>p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(180deg, var(--background-color) 0%, color-mix(in srgb, var(--surface-color), var(--accent-color) 3%) 100%);
}
.call-to-action .contact-banner {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), black 15%) 100%);
  border-radius: 16px;
  padding: 3rem;
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .call-to-action .contact-banner {
    padding: 2rem;
  }
}

.call-to-action .contact-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .call-to-action .contact-banner .banner-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}

.call-to-action .contact-banner .contact-info {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .call-to-action .contact-banner .contact-info {
    flex-direction: column;
    text-align: center;
  }
}

.call-to-action .contact-banner .contact-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

@media (max-width: 768px) {
  .call-to-action .contact-banner .contact-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.call-to-action .contact-banner .contact-icon i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.call-to-action .contact-banner .contact-text h5 {
  color: var(--contrast-color);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.call-to-action .contact-banner .contact-text p {
  color: color-mix(in srgb, var(--contrast-color), transparent 25%);
  margin: 0;
  line-height: 1.6;
}

.call-to-action .contact-banner .contact-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 576px) {
  .call-to-action .contact-banner .contact-actions {
    flex-direction: column;
    width: 100%;
  }
}

.call-to-action .contact-banner .call-btn {
  background: var(--contrast-color);
  color: var(--heading-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .call-to-action .contact-banner .call-btn {
    width: 100%;
    justify-content: center;
  }
}

.call-to-action .contact-banner .call-btn i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.call-to-action .contact-banner .call-btn:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 75%);
}

.call-to-action .contact-banner .contact-link {
  color: var(--contrast-color);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid color-mix(in srgb, var(--contrast-color), transparent 60%);
  transition: all 0.3s ease;
}

.call-to-action .contact-banner .contact-link:hover {
  color: color-mix(in srgb, var(--contrast-color), transparent 20%);
  border-bottom-color: var(--contrast-color);
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 5px;
}

.testimonials .testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
  color: #FFD700;
}

.testimonials .testimonial-item .stars i {
  margin-right: 2px;
}
.testimonials .testimonial-item h4, .testimonials .testimonial-item h6{
  padding-bottom: 10px;
}
.testimonials .testimonial-item ul{padding-left: 0;}
/* Add custom check icon before li */
.testimonial-item ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style: none;
}

.testimonial-item ul li::before {
  content: "\f26a"; /* Bootstrap check-circle-fill */
  font-family: "bootstrap-icons" !important;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  color: #6f42c1; /* Purple color (change if needed) */
}

.testimonials .testimonial-item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--default-color);
}

.testimonials .testimonial-item .testimonial-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.testimonials .testimonial-item .testimonial-footer .testimonial-author {
  display: flex;
  align-items: center;
}

.testimonials .testimonial-item .testimonial-footer .testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.testimonials .testimonial-item .testimonial-footer .testimonial-author div h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}

.testimonials .testimonial-item .testimonial-footer .testimonial-author div span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.testimonials .testimonial-item .testimonial-footer .quote-icon {
  font-size: 36px;
  color: color-mix(in srgb, var(--accent-color), transparent 70%);
  line-height: 1;
}

.testimonials .testimonial-item .testimonial-footer .quote-icon i {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .testimonials .testimonial-item {
    padding: 25px 20px;
  }

  .testimonials .testimonial-item p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .testimonials .testimonial-item .testimonial-footer .testimonial-author img {
    width: 45px;
    height: 45px;
  }

  .testimonials .testimonial-item .testimonial-footer .testimonial-author div h5 {
    font-size: 16px;
  }

  .testimonials .testimonial-item .testimonial-footer .testimonial-author div span {
    font-size: 13px;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .testimonials .testimonial-item {
    padding: 20px 15px;
  }

  .testimonials .testimonial-item .testimonial-footer .testimonial-author img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.innercall{
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
      color: #fff;
    background-color: #6e02ba;
}

.innercall .container {
  position: relative;
  z-index: 3;
}

.innercall h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.innercall p {
  color: #fff;
  margin-bottom: 30px;
}

.innercall .cta-btn {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 100px;
  transition: 0.3s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.innercall .cta-btn:hover {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Featured Option Section
--------------------------------------------------------------*/
.featured-option .service-card {
  background: var(--surface-color);
  border-radius: 10px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
  overflow: hidden;
}

.featured-option .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.featured-option .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), var(--heading-color) 30%)
  );
}

.featured-option .service-icon {
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.featured-option .service-icon i {
  font-size: 36px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.featured-option .service-card:hover .service-icon {
  background: var(--accent-color);
  transform: scale(1.1);
}

.featured-option .service-card:hover .service-icon i {
  color: var(--contrast-color);
}

.featured-option .service-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
  transition: all 0.3s ease;
}

.featured-option .service-card:hover .service-content h3 {
  color: var(--accent-color);
}

.featured-option .service-content p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}

.featured-option .service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.featured-option .service-features p{margin-bottom: 8px;}

.featured-option .service-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--default-color);
}

.featured-option .service-features li:last-child {
  margin-bottom: 0;
}

.featured-option .service-features li i {
  color: var(--accent-color);
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

.featured-option .service-btn {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.featured-option .section-title {text-align: center; margin-bottom: 60px;}
.featured-option .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 6px;
    position: relative;
}
.featured-option .section-title p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
}

.featured-option .service-btn i {
  margin-left: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.featured-option .service-btn:hover {
  color: var(--heading-color);
  text-decoration: none;
}

.featured-option .service-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .featured-option .service-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .featured-option .service-icon {
    width: 70px;
    height: 70px;
  }

  .featured-option .service-icon i {
    font-size: 30px;
  }

  .featured-option .service-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .featured-option .service-content p {
    font-size: 14px;
  }

  .featured-option .service-features li {
    font-size: 13px;
    margin-bottom: 8px;
  }
}


/*--------------------------------------------------------------
# Featured Departments Section
--------------------------------------------------------------*/
.featured-departments {
  padding: 60px 0;
}


@media (max-width: 992px) {
  .featured-departments .featured-department {
    margin-bottom: 80px;
  }
}

.featured-departments .department-content {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .featured-departments .department-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.featured-departments .department-category {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.featured-departments .department-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .featured-departments .department-title {
    font-size: 2.25rem;
  }
}

.featured-departments .department-description {
  font-size: 18px;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 32px;
}

.featured-departments .department-features {
  margin-bottom: 40px;
}

.featured-departments .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.featured-departments .feature-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 12px;
}

.featured-departments .feature-item span {
  font-size: 16px;
  color: var(--default-color);
}

.featured-departments .cta-link {
   background: #6e02ba;
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
  color: var(--theme-white-color);
  transition: all 0.3s ease;
  font-size: 22px;
  margin-left: 0px;
}

.featured-departments .cta-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.featured-departments .cta-link:hover {
      color: var(--contrast-color);
    background: 
 color-mix(in srgb, var(--accent-color), transparent 15%);
}

.featured-departments .cta-link:hover i {
  transform: translateX(4px);
}

.featured-departments .department-visual {
  position: relative;
}

@media (max-width: 992px) {
  .featured-departments .department-visual {
    margin-top: 40px;
  }
}

.featured-departments .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.featured-departments .image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 8px;
  z-index: 2;
  pointer-events: none;
}

.featured-departments .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

@media (max-width: 768px) {
  .featured-departments .image-wrapper img {
    height: 350px;
  }
}

.featured-departments .image-wrapper:hover img {
  transform: scale(1.02);
}

@media (max-width: 767px) {
  .page-title{padding: 100px 0 30px 0;}
  .page-title h1{font-size: 26px;}
  .hero-header a.brand-logo, .header .brand-logo{margin-left: 15px; font-size: 16px; padding: 5px 10px;}
  .navmenu ul{height: 42vh;}
  .header .btn-getstarted, .header .btn-getstarted:focus{font-size: 16px;}
  .section{padding: 30px 0px;}
  p.w-50{width: 100% !important;}
  .pricing{margin-top: 30px;}
  .pricing .pricing-card .features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.scrolled .hero-header a.brand-logo, .scrolled .header .brand-logo{margin-left: 0;}
.scrolled .mobile-nav-toggle{margin-right: 0px;}
.pricing .pricing-card .features-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.pricing .pricing-card .features-list li span {
    flex: 1;
}
.contact .contact-form-container .php-email-form .form-control{margin-bottom: 15px;}
.contact .contact-form-container .row.mt-3, .contact .contact-form-container .form-group.mt-3{margin-top: 0 !important;}
.testimonials .testimonial-item{margin-bottom: 0px;}
.container-fluid {
    padding: 0 15px;
}
.main {
    margin-top: 15px;
}
.featured-option .section-title h2{font-size: 24px;}
.featured-option .service-card{margin-bottom: 0px;}
.innercall .cta-btn{font-size: 16px; margin: 0;}
.featured-departments .department-title {
        font-size: 1.50rem;
    }
    .featured-departments .department-visual {
        margin-top: 0;
        margin-bottom: 20px;
    }
        .featured-departments .featured-department {
        margin-bottom: 0;
    }
    .featured-departments .featured-department .row{flex-direction: column-reverse;}
}

/* Mobile responsive */
@media (max-width: 576px) {
    .pricing .pricing-card .features-list li {
        /*flex-direction: column;*/
        align-items: flex-start;
    }

    .pricing .pricing-card .features-list li span {
        width: 100%;
        margin-top: 5px;
    }
    .fixed-top {
    top: 30px;
}
}

.featured-departments.bg-gray{
  background-color: rgb(229 191 255) !important;
}



.security-table {
  background: #4c0181;
  padding: 30px 20px;
  color: #fff;
  /*margin: 30px 0;*/
  border-radius: 10px;
}

.security-table .container {
  max-width: 1400px;
  margin: auto;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1.4fr 1fr 1fr 1.4fr;
  gap: 20px;
  padding: 22px 15px;
  align-items: center;
}

.table-header {
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  opacity: 0.9;
}

.table-row {
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
}

.table-row:hover {
  background: rgba(255,255,255,0.04);
}

.brand {
  font-weight: 600;
  /*text-decoration: underline;*/
}

/* Responsive */
@media (max-width: 992px) {
  .table-header {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 14px;
  }

  .table-row div {
    position: relative;
    padding-left: 140px;
  }

  .table-row div::before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    opacity: 0.7;
  }

  .table-row div:nth-child(1)::before { content: "Brand"; }
  .table-row div:nth-child(2)::before { content: "Equipment Cost"; }
  .table-row div:nth-child(3)::before { content: "Monitoring Cost"; }
  .table-row div:nth-child(4)::before { content: "Installation"; }
  .table-row div:nth-child(5)::before { content: "Contract"; }
  .table-row div:nth-child(6)::before { content: "Best For"; }
}