/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&display=swap");

:root {
  --primary-blue: #81ccf3;
  --primary-green: #54b862;
  --white: #ffffff;
  --text-dark: #000000;
  --text-primary-blue: #003471;
  --text-secondary-gray: #565656;
  --footer-bg: #000000;
}

/* css reset */

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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  padding: 0px;
}
/* container cssreset */
.container {
  padding: unset !important;
}

/* Navbar */
.navbar {
  background: transparent;
  padding: 24px 20px;
  margin: 0px;
  z-index: 999;
}
.navbar .container {
  padding: unset !important;
}
.sellmax_container .sellmax_brand .sellmax_logo {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.phone-btn {
  background-color: white;
  color: var(--text-dark);
  border-radius: 100px;
  padding: 13px 22px;
  font-weight: 500;
  font-size: 16px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: unset;
}

/* Hero Section */
.hero-section.sellmax__hero {
  background-color: var(--primary-blue);
  margin-top: -120px;
  padding: 180px 20px 140px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: url("assets/sellmax-bg-object.png");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}


.hero-rating {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--text-primary-blue);
  font-weight: 400 !important;
}

.hero-rating-bold {
  font-weight: 600;
}

.hero-title {
  font-weight: 600;
  font-size: 66px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #003471;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 60px;
  color: #003777cc;
}
/* Hero Car and Tree size styel  */
.hero_car {
  width: 107px; /* desktop size */
  height: 44px;
  object-fit: contain;
}
.hero_tree {
  width: 52px; /* desktop size */
  height: 58px;
  object-fit: contain;
}
.hero_objectImg {
  width: 120px;
  height: 131px;
  position: absolute;
  top: auto;
  left: auto;
  right: 24%;
  bottom: 36%;
}
/* Hero Form */
.hero-form-container {
  background: transparent;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.hero-form {
  background: white;
  padding: 16px 14px;
  border-radius: 54px;
  position: relative;
  display: flex;
  gap: 10px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* .hero-form select {
  border: 1px solid #c9c9c9;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
  height: auto;
  font-size: 22px;
  font-weight: 400;
  color: #737373 !important;
  padding: 22.5px 37px;
  width: 280px;
  max-width: 100%;
  gap: 16px;
}

.hero-form select:focus {
  outline: unset;
  border-color: unset;
  box-shadow: unset;
} */
.hero-form .btn-submit {
  background-color: #ffaa00;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 9px 10px 34px;
  white-space: nowrap;
  border: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.arrow-icon {
  font-size: 60px;
}

.hero-form .btn-submit:hover {
  background-color: #003471;
  color: #ffffff;
}

/* Testimonials (Notes) */
.testimonials-section {
  background-color: #f6f6f6;
  padding: 120px 20px 120px;
  text-align: center;
}

.section-title {
  font-weight: 600;
  font-size: 50px;
  list-style: 1.2;
  margin-bottom: 24px;
}

.sub-title {
  color: var(--text-secondary-gray);
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.sellmax_testimonialRow {
  padding: 0px;
  margin: 0px;
}

.sellmax_testimonialRow .col-md-4 {
  column-gap: 30;
}

.note-card {
  background: white;
  padding: 60px 30px 30px;
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s;
  border: 0.5px solid #000000;
  margin-bottom: 30px;
  text-align: left;
}

.note-card p {
  text-decoration: underline;
}

.note-card .author {
  color: var(--text-secondary-gray);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 48px;
}

/* Rotate cards slightly for effect */
.col-md-4:nth-child(1) .note-card {
  transform: rotate(-3.5deg);
  margin-right: 30px;
}

.col-md-4:nth-child(2) .note-card {
  transform: rotate(3deg);
  margin-top: -15px;
}

.col-md-4:nth-child(3) .note-card {
  transform: rotate(-1deg);
  margin-left: 30px;
}

.note-card:hover {
  /* transform: scale(1.05) rotate(0); */
  z-index: 10;
}

.stars {
  color: black;
  margin-top: 10px;
  font-size: 1.2rem;
}

.author {
  font-size: 0.9rem;
  color: #888;
  text-align: right;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
}
.note-cardImg {
  width: 42px;
  height: 142px;
  position: absolute;
  top: -60px;
  left: auto;
  right: 8%;
  transform: rotate(-30deg);
  z-index: 11;
}
.note-cardImg_alt {
  box-shadow: -2px 2px 0px 0px #00000040;
}
.note-cardThum {
  width: 112px;
  height: 107px;
  position: absolute;
  top: auto;
  bottom: -30px;
  z-index: 11;
}
/* Instant Offer CTA (Middle) */
.instant-offer-container {
  margin-top: 60px;
}

.btn-green-cta,
.btn-Getsuccess {
  background-color: var(--primary-green);
  color: white;
  font-weight: 600;
  padding: 20px 34px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 1em;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s;
  margin: 80px 0;
}

.btn-green-cta:hover,
.btn-Getsuccess:hover {
  background-color: var(--text-dark);
  color: white;
  transform: translateY(-2px);
}

.btn-Getsuccess {
  border: unset;
  margin: 0px !important;
}

.as-seen-on {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.as-seen-on-text {
  font-size: 20px;
  font-weight: 400;
}
.as-seen-on--Img08 {
  width: 58px;
  height: 50px;
}
.as-seen-on--ImgFox05 {
  width: 118px;
  height: 50px;
}

/* Features Section */
.features-section {
  padding: 120px 20px;
  background: white;
}

.feature-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
}

.featureHeadingLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.feature-headingImg {
  width: 182px;
  height: 90px;
}

.feature-heading h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.feature-heading span {
  background: black;
  color: white;
  padding: 0 5px;
}

.feature-card {
  border: 1px solid #000000;
  padding: 30px;
  height: 100%;
  transition: box-shadow 0.3s;
}

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

.feature-card-img {
  width: 90px;
  height: auto;
  margin-bottom: 40px;
}

/* Abstract shape */

.feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.feature-text {
  font-size: 16px;
  color: var(--text-secondary-gray);
  line-height: 1.6;
}

/* Footer */
footer {
  background-color: var(--footer-bg);
  color: white;
  padding: 60px 20px 50px;
  font-size: 18px;
  line-height: 1.4;
}

.footer-links {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .navbar {
    padding: 20px;
  }

  .hero-section.sellmax__hero {
    margin-top: -110px;
    padding: 120px 20px 60px;
  }

  .features-section {
    padding: 60px 20px;
  }

  .testimonials-section {
    padding: 60px 20px;
  }
  .testimonials-section .container {
    padding: 0px;
    margin: 0px;
  }
  .btn-green-cta,
  .btn-Getsuccess {
    margin: 30px 0;
    padding: 12px 20px;
    font-size: 16px;
  }
  .hero-title {
    font-size: 43px;
  }
  .section-title {
    font-size: 37px;
  }
  .hero_car {
    width: 70px;
    height: 28px;
    object-fit: contain;
  }
  .hero_tree {
    width: 32px; /* desktop size */
    height: 36px;
    object-fit: contain;
  }
  .hero_objectImg {
    width: 75px;
    height: 80px;
    right: 20%;
    bottom: 28%;
  }
  .hero-form-container {
    /* width: 100%; */
    max-width: 800px;
    margin: 0 auto;
  }

  .hero-form {
    justify-content: center;
    padding: 12px;
  }

  .hero-form select {
    width: 120px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .hero-form .btn-submit {
    width: auto;
    padding: 16px 12px;
    font-size: 16px;
  }
  .arrow-icon {
    font-size: 32px;
  }

  /* Reset card rotations for tablet to prevent spacing issues */
  .note-card {
    transform: rotate(0) !important;
    padding: 20px 16px;
    margin: 0 0 20px 0 !important;
  }
  .note-cardImg {
    width: 30px;
    height: 70px;
    top: -30px;
    right: 0;
  }
  .note-cardThum {
    width: 62px;
    height: 57px;
    bottom: -20px;
  }
  .feature-card {
    padding: 24px;
  }
  .instant-offer-container {
    margin-top: 20px;
  }

  .feature-card-img {
    width: 70px;
  }
  .feature-heading h2 {
    font-size: 32px;
  }
  .as-seen-on--Img08 {
    width: 36px;
    height: 30px;
  }
  .as-seen-on--ImgFox05 {
    width: 70px;
    height: 30px;
  }
  .feature-headingImg {
    width: 130px;
    height: 50px;
  }
  .featureHeadingLine {
    justify-content: unset;
  }
   .sub-title {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .feature-header-row { 
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sellmax_logo {
    width: 120px;
  }

  .phone-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .hero-section.sellmax__hero {
    padding: 120px 20px 60px;
    background-attachment: scroll;
    /* Fix for mobile bg stickiness */
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero_car {
    width: 52px;
    height: 20px;
    object-fit: contain;
  }
  .hero_tree {
    width: 24px; /* desktop size */
    height: 24px;
    object-fit: contain;
  }
  .hero_objectImg {
    width: 40px;
    height: 42px;
    right: 10%;
    bottom: 53%;
  }
  /* Form stacked on mobile */
  .hero-form {
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    gap: 16px;
  }

  .hero-form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 16px;
  }

  .hero-form .btn-submit {
    width: 100%;
    justify-content: space-between;
    padding: 16px 20px;
    margin-top: 10px;
  }

  .feature-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .feature-card-img {
    width: 60px;
    margin-bottom: 20px;
  }

  .btn-green-cta,
  .btn-Getsuccess {
    width: 100%;
    justify-content: center;
    padding: 16px;
    margin: 40px 0;
  }

  .feature-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-green-cta,
  .btn-Getsuccess {
    margin: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .navbar {
    padding: 15px;
  }

  .hero-section.sellmax__hero {
    padding: 110px 15px 50px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
  .section-title {
    font-size: 28px;
  }
  .note-card {
    padding: 30px 20px;
    min-height: auto;
  }

  .feature-heading h2 {
    font-size: 1.8rem;
  }

  .feature-title {
    font-size: 20px;
  }

  footer {
    text-align: center;
    padding: 40px 20px 30px;
  }

  /* footer .row {
    flex-direction: column;
    gap: 15px;
  }

  footer .col-6 {
    width: 50%;
    text-align: center !important;
  } */
}
