@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Box sizing border-box for all elements */
:root {
  --primary-color: #0089e4;
  --secondary-color: #172c40;
  --background-color: #f4f4f9;
  --text-color: #000000;
  --white-text-color: #ffffff;
  --gray-color: #808080;
  --secondary-2-color: #00172d;
  --link-color: #007bff;
  --link-hover-color: #0056b3;
  --button-background-color: #0089e4;
  --button-text-color: #ffffff;
  --button-hover-background-color: #0056b3;
  --button-hover-text-color: #ffffff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  padding-top: 82px;
  line-height: 1.5;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-size: 18px;
}
/* Remove default styles for lists */
ul,
ol {
  list-style: none;
}

/* Remove default styles for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset heading and paragraph margins */
h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
p {
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Remove default styles for form elements */
input,
textarea,
select,
button {
  font: inherit;
  outline: none;
  border: none;
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Set a smooth scroll behavior */
html {
  scroll-behavior: smooth;
}
.sev-icon.desktop-ipad {
}
.sev-icon.mobile-ipad {
  display: none !important;
}
.container {
  max-width: 1260px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.fade-in {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateX(0);
}

.fade-in.animation-left {
  transform: translateX(-100px);
}

.fade-in.animation-right {
  transform: translateX(100px);
}

.fade-in.visible {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}



.visible.animated {
  animation-duration: 3s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay {
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay2 {
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay3 {
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay0 {
  animation-duration: 0.7s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.visible.animated-delay-3s {
  animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay-5s {
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}
.visible.animated-delay-6s {
  animation-duration: 6s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}


/*

@keyframes fadeInLeft {
  from {
    transform: translateX(-100px);
  }

  to {
    transform: translateX(0px);
      opacity: 1
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    transform: translateX(-100px);
  }

  to {
    transform: translateX(0px);
      opacity: 1
  }
}

@keyframes fadeInRight {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(0px);
      opacity: 1
  }
}

@-webkit-keyframes fadeInRight {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(0px);
      opacity: 1
  }
}
  */



  @keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight1 {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.animated1 {
    opacity: 0; /* Initially hidden */
}

.visible1 {
    opacity: 1;
}

.fadeInUp1 {
    animation: fadeInUp1 1s ease-in-out forwards;
}

.fadeInLeft1 {
    animation: fadeInLeft1 1s ease-in-out forwards;
}

.fadeInRight1 {
    animation: fadeInRight1 1s ease-in-out forwards;
}






.animatedFadeInUp {
  opacity: 0
}

.visible.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.header {
  padding: 14px 0 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 150px;
  margin-right: 10px;
}
.header-right-holder {
  display: flex;
  gap: 40px;
}
.nav-links {
  display: flex;
  gap: 30px;
}
.nav-links a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--primary-color);
}
.nav-links a.active {
  font-weight: 500;
}
.contact {
  color: var(--primary-color);
  text-decoration: none;
}
.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  width: 190px;
  height: 100%;
  background: #fff;
  padding: 100px 20px 20px 20px;
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  z-index: 9998;
}
.sidebar a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.sidebar a:hover,
.sidebar a.active {
  color: var(--primary-color);
}
.sidebar a.active {
  font-weight: 700;
}
.close-btn {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/*Banner*/
.banner {
  background: url("../imgs/banner.jpg") no-repeat center center/cover;
  padding: 50px 0;
  color: white;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-text {
  max-width: 50%;
}
.banner-text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--white-text-color);
}
.banner-text p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--white-text-color);
}
.contact-form {
  width: 33%;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.62);
  border: 2px solid var(--white-text-color);
  border-radius: 8px;
}
.contact-form button {
  padding: 10px 50px;
  border: none;
  color: var(--white-text-color);
  cursor: pointer;

  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.contact-form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-text-color);
  font-family: "Montserrat", serif;
}
.banner .btn-banner .btn {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--white-text-color);
  margin-top: 30px;
}

/* Container and overall layout */
.redesigning-holder {
  padding: 100px 0 70px;
}

/* Flex layout for inner holder */
.rd-inner-holder {
  display: flex;
  justify-content: space-between;
  gap: 194px;
}

.width-50 {
  width: 50%;
  position: relative;
}

.width-50.left {
  background-color: #f1f1f1;
  border: 1px solid rgba(59, 148, 236, 0.25);
  box-shadow: 0px 0px 15px rgba(59, 148, 236, 0.25);
  border-radius: 14px;
  padding: 25px;
}

.width-50.right {
  background-color: #0089e4;
  border: 1px solid #013264;
  box-shadow: 0px 0px 15px rgba(59, 148, 236, 0.25);
  border-radius: 14px;
  padding: 25px;
}

/* Headings */
.rd-inner-holder h3 {
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.rd-inner-holder .left h3 {
  color: #66666699;
}
.rd-inner-holder .right h3 {
  color: #0089e499;
  text-align: right;
}

.rd-inner-holder h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 40px;
}
/* Paragraphs */
.rd-inner-holder p {
  line-height: 1.5;
  font-weight: 500;
}
.rd-inner-holder .right h2,
.rd-inner-holder .right p {
  color: var(--white-text-color);
}
.width-50.right .inner-holder h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: var(--white-text-color);
}
/* Unordered list styling */
.rd-inner-holder ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rd-inner-holder ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
.rd-inner-holder ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 20px;
  content: "";
  background-size: 100%;
  background-position: center;
  transform: translateY(-50%);
  background-image: url(../imgs/right-arrow.svg);
}

/* Icon styling */
.sev-icon {
  text-align: center;
  position: relative;
  padding-top: 175px;
}

.sev-icon img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.tree-section-holder {
  background-color: #f1f5f8;
  padding-top: 30px;
  padding-bottom: 65px;
}

.tab-area-main-holder {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.tab-btn-inner-content-box,
.mobile-tab-btn-inner-content-box {
  display: none;
}
@media (min-width: 769px) {
  .mobile-tab-btn-inner-content-box {
    display: none !important;
  }
}
.tab-area-main-holder .tab-btn-holder ul li.tab-li-btn {
  background: var(--white-text-color);
  border: 1px solid rgba(59, 148, 236, 0.25);
  box-shadow: 0px 0px 15px rgba(59, 148, 236, 0.25);
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
}
.tab-area-main-holder .tab-btn-holder ul {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.tab-area-main-holder .tab-btn-holder li h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.tab-area-main-holder .tab-btn-holder li .arrow-box {
  width: 16px;
  height: 9.43px;
  transform: rotate(0);
  display: inline-block;
  transition: 0.3s all;
}
.tab-area-main-holder .tab-btn-holder li.active .arrow-box {
  transform: rotate(180deg);
}
.dis-ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #00172d;
  text-align: center;
  padding-top: 40px;
}
.tab-btn-content-holder .tab-btn-inner-content-box,
.mobile-tab-btn-inner-content-box {
  padding: 30px;
  background: var(--white-text-color);
  border: 1px solid rgba(59, 148, 236, 0.25);
  box-shadow: 0px 0px 15px rgba(59, 148, 236, 0.25);
  border-radius: 15px;
}
.tab-btn-content-holder .tab-btn-inner-content-box .ttl-box,
.mobile-tab-btn-inner-content-box .ttl-box {
  display: flex;
}
.tab-btn-content-holder .tab-btn-inner-content-box .ttl-box .icon-box img,
.mobile-tab-btn-inner-content-box .ttl-box .icon-box img {
  width: 46px;
}
.tab-btn-content-holder .tab-btn-inner-content-box .ttl-box .heading-box h2,
.mobile-tab-btn-inner-content-box .ttl-box .heading-box h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167.4%;
  color: var(--primary-color);
  padding-left: 18px;
}
.tab-btn-content-holder .tab-btn-inner-content-box .para-box,
.mobile-tab-btn-inner-content-box .para-box {
  line-height: 1.5;
  text-align: left;
}
.tab-btn-content-holder .tab-btn-inner-content-box .para-box p,
.mobile-tab-btn-inner-content-box .para-box p {
  padding-bottom: 20px;
}
.tab-btn-content-holder .tab-btn-inner-content-box .para-box ul,
.mobile-tab-btn-inner-content-box .para-box ul {
  margin-left: 30px;
  list-style: disc;
  text-align: left;
}
.tab-btn-content-holder .tab-btn-inner-content-box .para-box ul li,
.mobile-tab-btn-inner-content-box .para-box ul li {
  padding-bottom: 15px;
}
.tab-arrow-line-holder {
  text-align: center;
  width: 100%;
  display: block;
}
.assessment-area-holder {
  padding-top: 50px;
  padding-bottom: 80px;
}
.assessment-area-holder .top-para-holder {
  display: flex;
  gap: 100px;
  align-items: anchor-center;
}
.assessment-area-holder .top-para-holder .left h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5;
}
.assessment-area-holder .top-para-holder .left h3 b {
  font-weight: 800;
}
.assessment-icon-holder {
  text-align: center;
  padding-top: 70px;
  position: relative;
  padding-bottom: 30px;
}
.assessment-icon-holder .ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 30px;
}
.assessment-icon-holder .assessment-icon-box {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 50px;
}
.assessment-icon-holder .assessment-icon-box li h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.assessment-icon-holder .arrow-span {
  height: 40px;
  width: auto;
  position: absolute;
  left: 65px;
  right: 65px;
  border: 1px solid var(--text-color);
  border-radius: 6px;
  display: block;
}
.assessment-icon-holder .arrow-span:after {
  height: 10px;
  width: auto;
  position: absolute;
  left: -1px;
  right: -1px;
  background-color: var(--white-text-color);
  content: "";
  bottom: -3px;
}
.assessment-icon-holder .assessment-icon-box li {
  position: relative;
}
.assessment-icon-holder .assessment-icon-box li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--text-color);
  left: 50%;
  bottom: calc(100% + 10px);
}
.assessment-icon-holder .assessment-icon-box li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: calc(100% - -6px);
  left: 50%;
  margin-left: 1px;
  transform: translateX(-50%);
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid var(--primary-color);
}
.assessment-icon-holder .assessment-icon-box li:first-child:after {
  height: 25px;
}
.assessment-icon-holder .assessment-icon-box li:last-child:after {
  height: 25px;
  margin-left: -1px;
}

.assessment-owl-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.assessment-owl-header,
.assessment-owl-footer {
  background-color: var(--primary-color);
  color: var(--white-text-color);
  padding: 1rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.featured-item .assessment-owl-header,
.featured-item .assessment-owl-footer {
  background-color: #1a2942;
}

.assessment-owl-content {
  padding: 1.5rem;
  background-color: var(--white-text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--text-color);
  flex-grow: 1;
}

.assessment-owl-section p {
  font-size: 16px;
}

.assessment-owl-upside,
.assessment-owl-downside {
  margin-top: 1rem;
}

.assessment-owl-upside-title,
.assessment-owl-downside-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.assessment-owl-median-income {
  margin-top: 0.6rem;
  margin-top: auto;
  padding: 0 1.5rem 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.assessment-owl-footer {
  margin-top: auto;
}
.assessment-owl-note {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}
.carosel-area-holder .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.carosel-area-holder .owl-carousel .owl-nav button {
  background: #c8e8ff !important;
  width: 42px;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
  height: 42px;
  border-radius: 100%;
  left: -40px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.carosel-area-holder .owl-carousel .owl-nav button.owl-next {
  right: -40px;
  left: auto;
}
.carosel-area-holder .owl-carousel .owl-nav button span {
  font-size: 35px;
  line-height: 1;
}
.assessment-area-holder .below-part-holder {
  display: flex;
  gap: 100px;
  align-items: anchor-center;
  padding-top: 50px;
}
.assessment-area-holder .below-part-holder .left .ttl {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: var(--text-color);
}
.assessment-area-holder .below-part-holder .left .ttl .gray {
  font-weight: 800;
  color: var(--gray-color);
}
.assessment-area-holder .below-part-holder .left .ttl .primary {
  font-weight: 800;
  color: var(--primary-color);
}
.assessment-area-holder .below-part-holder .left {
  flex: 60%;
}
.assessment-area-holder .below-part-holder .right .img {
  position: relative;
}
.assessment-area-holder .below-part-holder .right .img .btn {
  position: absolute;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 600;
  gap: 10px;
  font-size: 20px;
  line-height: 24px;
  color: var(--white-text-color);
  display: flex;
}
.assessment-area-holder .below-part-holder .right .img .btn.thumbsup {
  background: var(--primary-color);
  right: 35%;
  top: 10%;
  transform: translateX(50%);
}
.assessment-area-holder .below-part-holder .right .img .btn.thumbsdown {
  background: #808080;
  left: 35%;
  bottom: 14%;
  transform: translateX(-50%);
}

.contact-us-area-holder {
  background-color: #1a2b3c;
  color: white;
  padding: 20px;
}

.contact-us-area-holder .contact-us-inner-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.contact-us-area-holder .reach-us {
  padding: 20px;
}

.contact-us-area-holder .reach-us h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.contact-us-area-holder .contact-info h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.contact-us-area-holder .contact-info p {
  margin-bottom: 20px;
  color: #ffffff;
}

.contact-us-area-holder .form-section {
  padding: 20px;
}

.contact-us-area-holder .form-section h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.contact-us-area-holder .form-group {
  margin-bottom: 20px;
}

.contact-us-area-holder .form-group label {
  display: block;
  margin-bottom: 5px;
}

.contact-us-area-holder .form-group input,
.contact-us-area-holder .form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: white;
}

.contact-us-area-holder .form-group textarea {
  height: 150px;
  resize: vertical;
}

.contact-us-area-holder .required {
  color: white;
}

.contact-us-area-holder button {
  background-color: var(--primary-color);
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #f1f3f5;
}

.contact-us-area-holder button:hover {
  background-color: #0056b3;
}
.contact-us-area-holder .reach-us hr {
  margin-bottom: 30px;
}
.footer-area-holder {
  background-color: #fff;
  padding: 40px 0 0 0;
}

.footer-area-holder .footer-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.footer-area-holder .footer-content .footer-logo-section {
  width: 25%;
}
.footer-area-holder .footer-content .footer-links-section {
  width: 50%;
}
.footer-area-holder .footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-area-holder .footer-description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-area-holder .social-links {
  display: flex;
  gap: 15px;
}

.footer-area-holder .social-link {
  width: 35px;
  height: 35px;
  background-color: #1a2b3c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.footer-area-holder .social-link:hover {
  background-color: var(--primary-color);
}

.footer-area-holder .footer-links-section h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.footer-area-holder .footer-menu {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.footer-area-holder .footer-menu a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-area-holder .footer-menu a:hover {
  color: #007bff;
}

.footer-area-holder .footer-bottom {
  background-color: #000;
  color: white;
  padding: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-area-holder .copyright,
.footer-area-holder .powered-by {
  margin: 0;
  font-size: 0.9rem;
}
.footer-bottom .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}


/*added by Krishna*/
.inner_container{ background:#f6f6f8; width:100%; padding:4em 0;}
.content_area{ padding:4.8em 5.8em; background:#fff;}
.content_area_text{background:#f6f6f8; width:100%; padding:2.8em 3em;}
.inner_container h1{font-size: 2rem;font-weight: 600; margin:0; padding:10px 0 20px; line-height:1.2;}
.inner_container h1.pros{padding:10px 0 20px 100px; background:url(../imgs/pros.png) no-repeat top left;}
.inner_container h1.cons{padding:10px 0 20px 100px; background:url(../imgs/cons.png) no-repeat top left;}
.inner_container h1.about{padding:10px 0 20px 100px; background:url(../imgs/about.png) no-repeat top left;}
.inner_container h2{font-size: 1.6rem;font-weight: 600;margin:0;padding:10px 0 20px;line-height:1.2;}
.inner_container h2 {
	font-size: 1.4rem;
	margin: 0;
	padding: 10px 0 10px;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(29, 135, 232, 0.77);
	font-weight: bold;
}
.inner_container,
.inner_container p{font-size: 17px;line-height: 1.5;color: #192730;}


.accordion{ padding: 15px 0;}
.accordion-item {overflow: hidden; border:1px solid #D2D2D2; margin-bottom:5px;}
.accordion-header {
width: 100%;
padding: 7px 15px 7px 35px;
color:#000;
text-align: left;
font-size: 17px;
cursor: pointer;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}
.accordion-content {
padding: 0 15px; color:#000;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.3s ease-out, opacity 0.3s ease;
}
.accordion-content.open {
opacity: 1;
max-height: 500px; /* Set a large enough value */
padding: 5px 15px 15px;
}
.accordion-header::after {
  content: '+';
  font-size: 22px;
  position: absolute;
  left: 15px;
}
.accordion-header.active::after {
  content: '−';font-size: 20px;
}

@media (max-width: 768px) {
.content_area{padding:15px;}
.content_area_text{padding:15px;}
.inner_container .container{padding-left: 0px;padding-right: 0px;}
.inner_container h1{font-size: 1.6rem;}
.inner_container h2{font-size: 1.4rem;}
}

/* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media (max-width: 768px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 60px;
              height: 60px;
              bottom: 20px;
              right: 10px;
              font-size: 40px;
          }
      }
      
      .div-3 {
        background-color: #D4D298;
    }

      
      @import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.WA_Chat_Widget *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.WA_Chat_Widget .WA_FloatingButton{
    position: fixed;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
    width: 40px;
    height: 40px;
    fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
    top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
    bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
    left: 50%;
    transform: translateX(-50%);
}

.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
    top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
    bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
    left: 30px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
    right: 30px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
    left: 50%;
    transform: translateX(-50%);
}


.WA_Chat_Widget .WA_ChatBox{
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
    color: #fff;
    font-weight: 600;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
    color: #e4e4e4;
    font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
    fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
    color: darkgray;
    font-weight: 500;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
    font-size: 14px;
    color: #000;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
}

.section-border {
  border: 3px solid #000;   /* Black border, adjust thickness as needed */
  border-radius: 8px;       /* Optional: to match soft rounded corners */
  margin: 40px auto 32px;   /* Spacing above/below, center-align */
  max-width: 1000px;        /* Adjust to container width */
  background: #D4D298;         /* Ensures content stays readable */
  box-sizing: border-box;   /* Ensures border is included in width */
  overflow: hidden;         /* Ensures no bleed on corners */
}