/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #3b5d50;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

  .hero {
  padding: 6rem 0;
  overflow: hidden;
}

.hero-img-wrap {
  position: relative;
  z-index: 1;
}

/* Background graphic behind image */
.hero-bg-shape {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.05); /* neutral, theme-agnostic */
  border-radius: 2rem;
  z-index: 0;
}

/* Image styling */
.hero-img-wrap img {
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* Hover effect for cards */
.hover-shadow:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.section-title {
  font-weight: 700;
  color: #0d1b2a;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-warning {
  color: #f7941d !important;
}

.hero-bg-shape {
  pointer-events: none;
}

.bg-navy {
  background-color: #0b1c2d;
}

.btn-orange {
  background-color: #ff8c1a;
  color: #0b1c2d;
  border: none;
}

.btn-orange:hover {
  background-color: #e67600;
}

.footer-links li a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links li a:hover {
  color: #ff8c1a;
}

.social-icon {
  color: #ffffff;
  font-size: 1rem;
}

.social-icon:hover {
  color: #ff8c1a;
}

/* HERO BACKGROUND IMAGE */
.hero-bg {
  position: relative;
  background: url("images/student-studying.jpg") center/cover no-repeat;
  padding: 120px 0;
}

/* LIGHTER NAVY TINT */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(11, 28, 45, 0.6),
    rgba(11, 28, 45, 0.55)
  );
  z-index: 1;
}

/* GRAPHIC LAYER – subtle */
.hero-graphics {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 140, 26, 0.18), transparent 45%),
    radial-gradient(circle at 75% 65%, rgba(255, 140, 26, 0.12), transparent 50%);
  z-index: 2;
}

/* CONTENT ABOVE OVERLAY */
.hero-bg .container {
  position: relative;
  z-index: 3;
}

/* TEXT REFINEMENTS */
.intro-excerpt h1 {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.intro-excerpt p {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* HEIGHT */
.min-vh-75 {
  min-height: 75vh;
}

/* FOOTER ACCENT SHAPE */
.footer-accent {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255,140,26,0.25), transparent 65%);
  z-index: 0;
}

/* SOCIAL ICONS */
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #ff8c1a;
  color: #0b1c2d;
  transform: translateY(-2px);
}

/* FOOTER LINKS */
.footer-links li a {
  color: #adb5bd;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #ff8c1a;
}

/* HEADINGS */
.footer-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

/* BRAND COLOR */
.text-orange {
  color: #ff8c1a !important;
}

/* NAV LINKS – TEXT HIGHLIGHT ONLY */
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: color 0.25s ease;
}

/* Hover */
.navbar-nav .nav-link:hover {
  color: #ff8c1a;
}

/* Active Page */
.navbar-nav .nav-link.active {
  color: #ff8c1a;
}

/* Optional: subtle underline for active link */
.navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #ff8c1a;
  margin: 4px auto 0;
  border-radius: 2px;
}

/* USER ICON */
.user-icon {
  width: 28px;
  height: 28px;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.user-icon:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* WRAPPER */
.hero-image-wrapper {
  min-height: 420px;
  position: relative;
}

/* MAIN CIRCULAR IMAGE */
.hero-image-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 3;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.35),
    0 0 0 10px rgba(255, 140, 26, 0.12);
}

.hero-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SECONDARY IMAGE */
.hero-image-circle.small-circle {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 5;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 0 6px rgba(255, 140, 26, 0.15);
}

/* DECORATIVE RINGS */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}

.hero-ring-1 {
  width: 340px;
  height: 340px;
  border: 2px dashed rgba(255, 140, 26, 0.4);
}

.hero-ring-2 {
  width: 380px;
  height: 380px;
  border: 2px solid rgba(255, 140, 26, 0.15);
}

/* ACCENT BLOBS */
.hero-blob {
  position: absolute;
  border-radius: 50%;
}

/* Blob 1 – top-right */
.hero-blob-1 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 30% 30%, #ffb347, #ff8c1a);
  top: -25px;
  right: 35px;
  opacity: 0.25;
  z-index: 1;
}

/* Blob 2 – lower-right */
.hero-blob-2 {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle at 30% 30%, #ffd08a, #ff8c1a);
  bottom: 50px;
  right: -15px;
  opacity: 0.35;
  z-index: 4;
}

/* PRODUCT CARD */
.product-item {
  text-align: center;
  padding: 15px;
  transition: transform 0.4s ease;
}

.product-item:hover {
  transform: translateY(-8px);
}

/* IMAGE WRAPPER */
.image-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border-radius: 30% 70% 60% 40% / 40% 40% 60% 60%;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

/* IMAGE ITSELF */
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}

/* HOVER ZOOM */
.product-item:hover img {
  transform: scale(1.08);
}

/* DECORATIVE BLOB */
.image-blob {
  position: absolute;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, #ffb347, #ff8c1a);
  bottom: -35px;
  right: -35px;
  border-radius: 50%;
  opacity: 0.25;
  z-index: 1;
}

/* TITLE */
.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* OPTIONAL: NAVY BACKGROUND SUPPORT */
.product-section {
  padding: 80px 0;
}

/* BUTTON */
.btn-orange {
  background: #ff8c1a;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
}

.btn-orange:hover {
  background: #e67600;
  color: #fff;
}

/* IMAGE ART WRAPPER */
.image-art-wrapper {
  position: relative;
  min-height: 520px;
}

/* IMAGE CARDS */
.image-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}

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

/* MAIN IMAGE */
.main-image {
  max-width: 420px;
  margin: auto;
  border-radius: 42% 58% 55% 45% / 45% 50% 50% 55%;
  z-index: 4;
}

/* SECONDARY IMAGE */
.secondary-image {
  max-width: 260px;
  border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
  position: absolute;
  bottom: -40px;
  right: 30px;
  z-index: 5;
}

/* ORANGE STRIPES */
.stripe {
  position: absolute;
  width: 140px;
  height: 16px;
  background: linear-gradient(90deg, #ff9f43, #ff7a00);
  border-radius: 20px;
  opacity: 0.8;
  z-index: 1;
}

.stripe-1 {
  top: 60px;
  left: -30px;
  transform: rotate(-25deg);
}

.stripe-2 {
  bottom: 90px;
  right: -40px;
  transform: rotate(30deg);
}

/* FLOATING BUBBLES */
.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,159,67,0.5), rgba(255,159,67,0.1));
  z-index: 0;
  animation: floatBubble 8s ease-in-out infinite;
}

.bubble-1 {
  width: 90px;
  height: 90px;
  top: -20px;
  right: 30px;
}

.bubble-2 {
  width: 55px;
  height: 55px;
  bottom: 40px;
  left: -10px;
  animation-delay: 2s;
}

.bubble-3 {
  width: 35px;
  height: 35px;
  top: 140px;
  right: -10px;
  animation-delay: 4s;
}

/* FLOAT ANIMATION */
@keyframes floatBubble {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .secondary-image,
  .stripe,
  .bubble {
    display: none;
  }
}
/* BASE TRANSITIONS */
.image-card,
.image-card img,
.stripe,
.bubble {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* IMAGE POP EFFECT */
.image-art-wrapper:hover .main-image {
  transform: translateY(-10px) scale(1.04) rotate(-0.5deg);
  box-shadow: 0 45px 90px rgba(0,0,0,0.35);
}

.image-art-wrapper:hover .secondary-image {
  transform: translateY(-14px) scale(1.08) rotate(1deg);
  box-shadow: 0 40px 80px rgba(0,0,0,0.3);
}

/* STRIPES MOVE */
.image-art-wrapper:hover .stripe-1 {
  transform: rotate(-30deg) translateX(-12px);
  opacity: 1;
}

.image-art-wrapper:hover .stripe-2 {
  transform: rotate(35deg) translateX(12px);
  opacity: 1;
}

/* BUBBLES FLOAT MORE */
.image-art-wrapper:hover .bubble-1 {
  transform: translateY(-15px) scale(1.05);
}

.image-art-wrapper:hover .bubble-2 {
  transform: translateY(-10px) scale(1.1);
}

.image-art-wrapper:hover .bubble-3 {
  transform: translateY(-18px) scale(1.08);
}

/* IMAGE CURVY SHAPES (reinforced) */
.main-image {
  border-radius: 42% 58% 55% 45% / 45% 50% 50% 55%;
}

.secondary-image {
  border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
}

/* OPTIONAL: Slight cursor feedback */
.image-art-wrapper {
  cursor: pointer;
}

/* Mouse-follow glow — sits ABOVE tint, BELOW content */
.hero-mouse-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,140,26,0.35), transparent 70%);
  filter: blur(35px);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

/* Image wrapper layer */
.hero-image-wrapper {
  min-height: 420px;
  z-index: 3;
}

/* Image base */
.hero-image-circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}

/* Sizes */
.main-circle {
  width: 300px;
  height: 300px;
  z-index: 4;
}

.small-circle {
  width: 180px;
  height: 180px;
  bottom: -30px;
  right: 20px;
  z-index: 5;
}

/* Separation + pop */
.hero-image-wrapper:hover .main-circle {
  transform: translate(-16px, -12px) scale(1.06);
}

.hero-image-wrapper:hover .small-circle {
  transform: translate(26px, 18px) scale(1.12);
}

/* Rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}

.hero-ring-1 {
  width: 340px;
  height: 340px;
  border: 2px dashed rgba(255,140,26,0.45);
}

.hero-ring-2 {
  width: 380px;
  height: 380px;
  border: 2px solid rgba(255,140,26,0.15);
}

/* Blobs */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #ffb347, #ff8c1a);
  opacity: 0.22;
  z-index: 1;
}

.hero-blob-1 {
  width: 160px;
  height: 160px;
  top: -20px;
  right: 40px;
}

.hero-blob-2 {
  width: 120px;
  height: 120px;
  bottom: 40px;
  right: -10px;
}

.hero-background {
  position: absolute;
  inset: 0;
  background: url("../images/hero-bg.jpg") center/cover no-repeat;
  filter: blur(5px);
  transform: scale(1.05);
  z-index: 0;
}

/* MUCH SOFTER tint */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(247, 148, 29, 0.35),
    rgba(10, 29, 55, 0.55)
  );
  z-index: 1;
}

.hero-image-wrapper {
  height: 420px;
  position: relative;
}

.hero-image-circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  transition: transform 0.4s ease;
}

.hero-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MAIN */
.main-image {
  width: 280px;
  height: 280px;
  top: 40px;
  left: 40px;
  z-index: 2;
}

/* SECOND IMAGE (OFFSET LOWER & RIGHT) */
.secondary-image {
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* Hover pop */
.hero-image-wrapper:hover .main-image {
  transform: translateY(-8px) scale(1.04);
}

.hero-image-wrapper:hover .secondary-image {
  transform: translateY(6px) scale(1.03);
}

/* ===========================
   HERO IMAGE CLUSTER
=========================== */

.hero-image-wrapper {
  position: relative;
  height: 420px;
}

/* ===========================
   IMAGE BASE
=========================== */

.hero-image-circle {
  position: absolute;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 65px rgba(0,0,0,0.35);
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.6s ease;
}

.hero-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Organic curvy shapes */
.main-image {
  width: 280px;
  height: 280px;
  top: 50px;
  left: 40px;
  z-index: 4;
  border-radius: 46% 54% 52% 48% / 48% 50% 50% 52%;
}

.secondary-image {
  width: 180px;
  height: 180px;
  bottom: 0;
  right: 10px;
  z-index: 3;
  border-radius: 52% 48% 55% 45% / 45% 55% 45% 55%;
}

/* ===========================
   IMAGE SEPARATION HOVER
=========================== */

.hero-image-wrapper:hover .main-image {
  transform: translate(-14px, -16px) scale(1.06);
  box-shadow: 0 40px 85px rgba(0,0,0,0.4);
}

.hero-image-wrapper:hover .secondary-image {
  transform: translate(22px, 18px) scale(1.12);
  box-shadow: 0 36px 70px rgba(0,0,0,0.35);
}

/* ===========================
   RINGS (GRAPHICS)
=========================== */

.hero-image-wrapper::before,
.hero-image-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.hero-image-wrapper::before {
  width: 340px;
  height: 340px;
  top: 20px;
  left: 20px;
  border: 2px dashed rgba(255,140,26,0.35);
}

.hero-image-wrapper::after {
  width: 380px;
  height: 380px;
  top: -10px;
  left: -10px;
  border: 2px solid rgba(255,140,26,0.15);
}

/* ===========================
   BLOBS
=========================== */

.blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #ffb347, #ff8c1a);
  opacity: 0.25;
  z-index: 0;
}

.blob-1 {
  width: 150px;
  height: 150px;
  top: -30px;
  right: 20px;
}

.blob-2 {
  width: 110px;
  height: 110px;
  bottom: 50px;
  left: -20px;
}

/* ===========================
   BUBBLES
=========================== */

.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255,159,67,0.45),
    rgba(255,159,67,0.1)
  );
  z-index: 0;
  animation: bubbleFloat 7s ease-in-out infinite;
}

.bubble-1 {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
}

.bubble-2 {
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 40px;
  animation-delay: 2s;
}

@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* ===========================
   RESPONSIVE SAFETY
=========================== */

@media (max-width: 991px) {
  .hero-image-wrapper {
    display: none;
  }
}

/* ===========================
   SERVICES – FINAL SIZE TUNE
=========================== */

.product-section {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.product-item.compact .image-wrap {
  max-height: 280px; /* was 240px */
}

.product-item.compact img {
  border-radius: 28px;
}

.product-item.compact .product-title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 1.2rem;
}

.product-item.compact p {
  font-size: 1rem;
  line-height: 1.65;
}

/* Intro column balance */
.product-section .section-title {
  font-size: 2rem;
  line-height: 1.2;
}

.product-section .btn-orange {
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem;
}

/* Decorative blob scale */
.product-item.compact .image-blob {
  transform: scale(1.3);
  opacity: 0.32;
}

/* =========================
   COMPACT FOOTER FIX
========================= */

.footer-section {
  padding-top: 2.5rem;
  padding-bottom: 1.8rem;
}

/* Decorative accent scaled down */
.footer-accent {
  width: 320px;
  height: 320px;
  opacity: 0.08;
  top: -120px;
  right: -120px;
}

/* Newsletter tighter */
.footer-section h6 {
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

.footer-section .row.mb-4 {
  margin-bottom: 1.6rem !important;
}

.footer-section .form-control-sm {
  padding: 0.45rem 0.65rem;
  font-size: 0.85rem;
}

.footer-section .btn-sm {
  padding: 0.45rem 0.6rem;
  font-size: 0.85rem;
}

/* Brand text compact */
.footer-section h5 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.footer-section p.small {
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 0.8rem;
}

/* Footer headings */
.footer-heading {
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

/* Footer links tighter */
.footer-links li {
  margin-bottom: 0.3rem;
}

.footer-links a {
  font-size: 0.82rem;
}

/* Social icons smaller */
.social-icon {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}

/* Bottom bar spacing */
.footer-section .border-top {
  margin-top: 1.4rem !important;
  padding-top: 0.9rem !important;
  font-size: 0.78rem;
}

/* NAVBAR ORANGE UNDERLINE (TEXT ONLY) */
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
  color: rgba(255,255,255,0.85);
}

.navbar-nav .nav-link.active {
  color: #f7941d;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f7941d;
  border-radius: 2px;
}

/* ===================================================
   ABOUT PAGE – TEXT + IMAGE INTERACTION DESIGN
   Scope: .about-why-section ONLY
=================================================== */

.about-why-section {
  position: relative;
  overflow: hidden;
}

/* ===============================
   FLOATING TEXT BUBBLES (DECOR)
================================ */
.about-why-section .text-bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(247,148,29,.12);
  filter: blur(1px);
  animation: textBubbleFloat 16s infinite ease-in-out;
  z-index: 0;
}

.about-why-section .text-bubble.tb-1 {
  width: 110px;
  height: 110px;
  top: 8%;
  left: -40px;
}

.about-why-section .text-bubble.tb-2 {
  width: 80px;
  height: 80px;
  top: 48%;
  left: 18%;
  animation-delay: 6s;
}

.about-why-section .text-bubble.tb-3 {
  width: 140px;
  height: 140px;
  bottom: 12%;
  left: -60px;
  animation-delay: 10s;
}

@keyframes textBubbleFloat {
  0% { transform: translate(0,0); }
  50% { transform: translate(18px,-24px); }
  100% { transform: translate(0,0); }
}

/* ===============================
   FEATURE CARDS
================================ */
.about-why-section .feature-card {
  position: relative;
  background: #fff;
  padding: 1.9rem;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease;
  z-index: 2;
}

.about-why-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px rgba(0,0,0,.15);
}

/* ===============================
   ICON + ICON BLOB
================================ */
.about-why-section .icon-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 1.2rem;
}

.about-why-section .icon-wrap i {
  position: relative;
  z-index: 2;
  color: #f7941d;
  font-size: 1.45rem;
}

.about-why-section .icon-blob {
  position: absolute;
  inset: -10px;
  background: rgba(247,148,29,.25);
  border-radius: 50%;
  z-index: 1;
  animation: iconPulse 6s infinite ease-in-out;
}

@keyframes iconPulse {
  0% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.15); opacity: .6; }
  100% { transform: scale(1); opacity: .9; }
}

/* ===============================
   IMAGE ART WRAPPER
================================ */
.about-why-section .image-art-wrapper {
  position: relative;
  min-height: 820px;
}

/* ===============================
   IMAGE BUBBLES
================================ */
.about-why-section .bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(247,148,29,.18);
  animation: bubbleFloat 18s infinite ease-in-out;
  z-index: 0;
}

.about-why-section .bubble-1 {
  width: 150px;
  height: 150px;
  top: 4%;
  left: 6%;
}

.about-why-section .bubble-2 {
  width: 110px;
  height: 110px;
  top: 44%;
  left: 42%;
  animation-delay: 6s;
}

.about-why-section .bubble-3 {
  width: 190px;
  height: 190px;
  bottom: 2%;
  right: 4%;
  animation-delay: 10s;
}

@keyframes bubbleFloat {
  0% { transform: translate(0,0); }
  50% { transform: translate(22px,-30px); }
  100% { transform: translate(0,0); }
}

/* ===============================
   ORANGE STRIPES
================================ */
.about-why-section .stripe {
  position: absolute;
  width: 220px;
  height: 16px;
  background: linear-gradient(90deg, #f7941d, transparent);
  border-radius: 100px;
  opacity: .6;
  z-index: 0;
}

.about-why-section .stripe-1 {
  top: 14%;
  right: 18%;
  transform: rotate(16deg);
}

.about-why-section .stripe-2 {
  bottom: 24%;
  left: 10%;
  transform: rotate(-14deg);
}

/* ===============================
   IMAGE CARDS
================================ */
.about-why-section .image-card {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 35px 80px rgba(0,0,0,.24);
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  animation: imageFloat 10s infinite ease-in-out;
  z-index: 2;
}

.about-why-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   IMAGE SIZES + POSITIONS
================================ */
.about-why-section .image-main {
  width: 360px;
  height: 360px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.about-why-section .image-left {
  width: 260px;
  height: 260px;
  bottom: 80px;
  left: 0;
}

.about-why-section .image-right {
  width: 280px;
  height: 280px;
  bottom: 120px;
  right: 0;
}

.about-why-section .image-top {
  width: 220px;
  height: 220px;
  top: 0;
  right: 26%;
}

.about-why-section .image-bottom {
  width: 240px;
  height: 240px;
  bottom: 0;
  left: 40%;
}

/* ===============================
   IMAGE FLOAT
================================ */
@keyframes imageFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
  100% { transform: translateY(0); }
}

/* ===============================
   HOVER POP + SEPARATION
================================ */
.about-why-section .image-art-wrapper:hover .image-main {
  transform: translateX(-50%) scale(1.08);
}

.about-why-section .image-art-wrapper:hover .image-left {
  transform: translate(-30px, 22px) scale(1.04);
}

.about-why-section .image-art-wrapper:hover .image-right {
  transform: translate(30px, -18px) scale(1.04);
}

.about-why-section .image-art-wrapper:hover .image-top {
  transform: translateY(-26px) scale(1.05);
}

.about-why-section .image-art-wrapper:hover .image-bottom {
  transform: translateY(26px) scale(1.04);
}

/* ===============================
   INDIVIDUAL IMAGE POP ON HOVER
================================ */
.about-why-section .image-card {
  cursor: pointer;
}

.about-why-section .image-card:hover {
  transform: scale(1.12) !important;
  z-index: 10;
  box-shadow: 0 45px 100px rgba(247,148,29,.45);
}
/* ==============================
   TEAM SECTION – ANT-HIVE STYLE
================================ */
.team-section {
  position: relative;
}

/* Card */
.team-section .team-card {
  background: #fff;
  border-radius: 22px;
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  transition: transform .4s ease, box-shadow .4s ease;
}

.team-section .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(247,148,29,.25);
}

/* Image Wrapper */
.team-section .team-image-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.team-section .team-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* Blob */
.team-section .team-blob {
  position: absolute;
  inset: -14px;
  background: rgba(247,148,29,.25);
  border-radius: 50%;
  z-index: 1;
  animation: blobFloat 10s infinite ease-in-out;
}

/* Role */
.team-section .team-role {
  font-size: .85rem;
  font-weight: 600;
  color: #f7941d;
}

/* Blob animation */
@keyframes blobFloat {
  0% { transform: translate(0,0); }
  50% { transform: translate(12px,-14px); }
  100% { transform: translate(0,0); }
}
/* ================= ABOUT HERO ================= */

#hero-about-section {
  padding: 6rem 0;
  background: linear-gradient(90deg, #ecd6b7 0%, #9da2a6 100%);
  position: relative;
}

/* TEXT */
#hero-about-section .hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

#hero-about-section .hero-text {
  max-width: 500px;
  color: #2e2e2e;
  line-height: 1.7;
}

#hero-about-section .text-orange {
  color: #f7941d;
}

/* CTA */
#hero-about-section .hero-cta {
  padding: 0.7rem 1.8rem;
  border-radius: 30px;
  margin-top: 1rem;
}

/* ================= IMAGE ART ================= */

#hero-about-section .hero-image-art {
  position: relative;
  height: 420px;
}

/* IMAGES */
#hero-about-section .hero-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  transition: transform .45s ease, box-shadow .45s ease;
  animation: heroImageFloat 6s ease-in-out infinite;
}

#hero-about-section .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GROUP POP */
#hero-about-section .hero-image-art:hover .hero-img {
  transform: scale(1.08);
  box-shadow: 0 40px 95px rgba(247,148,29,0.45);
}

/* POSITIONS */
#hero-about-section .main-img {
  width: 260px;
  height: 260px;
  top: 60px;
  left: 90px;
  z-index: 3;
}

#hero-about-section .secondary-img {
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 40px;
  z-index: 2;
}

/* ================= GRAPHICS ================= */

#hero-about-section .accent-ring {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px dashed rgba(247,148,29,0.45);
  top: 40px;
  left: 70px;
  animation: ringBounce 10s ease-in-out infinite;
}

#hero-about-section .accent-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(247,148,29,0.25);
  animation: bubbleBounce 7s ease-in-out infinite;
}

#hero-about-section .accent-circle.big {
  width: 140px;
  height: 140px;
  top: 10px;
  right: 40px;
}

#hero-about-section .accent-circle.small {
  width: 80px;
  height: 80px;
  bottom: 80px;
  left: 20px;
  animation-delay: 2s;
}

/* ================= MOUSE GLOW ================= */

#hero-about-section .hero-mouse-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(247,148,29,0.35), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

/* ================= ANIMATIONS ================= */

@keyframes heroImageFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes bubbleBounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
  100% { transform: translateY(0); }
}

@keyframes ringBounce {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(180deg); }
  100% { transform: translateY(0) rotate(360deg); }
}

/* ================= CONTACT HERO ================= */

#hero-contact-section {
  padding: 6rem 0;
  background: linear-gradient(90deg, #ecd6b7 0%, #9da2a6 100%);
  position: relative;
}

/* TEXT */
#hero-contact-section .hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

#hero-contact-section .hero-text {
  max-width: 480px;
  color: #2e2e2e;
  line-height: 1.7;
}

#hero-contact-section .text-orange {
  color: #f7941d;
}

/* CTA */
#hero-contact-section .hero-cta {
  padding: 0.7rem 1.8rem;
  border-radius: 30px;
}

/* ================= IMAGE ART ================= */

#hero-contact-section .hero-image-art {
  position: relative;
  height: 420px;
}

/* IMAGES */
#hero-contact-section .hero-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  transition: transform .45s ease, box-shadow .45s ease;
  animation: heroFloat 6s ease-in-out infinite;
}

#hero-contact-section .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GROUP POP */
#hero-contact-section .hero-image-art:hover .hero-img {
  transform: scale(1.08);
  box-shadow: 0 40px 95px rgba(247,148,29,0.45);
}

/* POSITIONS */
#hero-contact-section .main-img {
  width: 260px;
  height: 260px;
  top: 60px;
  left: 80px;
  z-index: 3;
}

#hero-contact-section .secondary-img {
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 40px;
  z-index: 2;
}

/* ================= GRAPHICS ================= */

#hero-contact-section .accent-ring {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px dashed rgba(247,148,29,0.45);
  top: 40px;
  left: 60px;
  animation: ringRotate 12s linear infinite;
}

#hero-contact-section .accent-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(247,148,29,0.25);
  animation: bubbleBounce 7s ease-in-out infinite;
}

#hero-contact-section .accent-circle.big {
  width: 140px;
  height: 140px;
  top: 10px;
  right: 40px;
}

#hero-contact-section .accent-circle.small {
  width: 80px;
  height: 80px;
  bottom: 90px;
  left: 10px;
  animation-delay: 2s;
}

/* ================= MOUSE GLOW ================= */

#hero-contact-section .hero-mouse-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(247,148,29,0.35), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

/* ================= ANIMATIONS ================= */

@keyframes heroFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes bubbleBounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
  100% { transform: translateY(0); }
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ================================
   CONTACT SECTION STYLES
   Scope: .contact-section
================================ */

.contact-section {
  background: #f9fafb;
}

/* ---------- BLOBS ---------- */
.contact-section .contact-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(247,148,29,.18);
  animation: floatBlob 18s infinite ease-in-out;
  z-index: 0;
}

.contact-section .blob-1 {
  width: 180px;
  height: 180px;
  top: 10%;
  left: -60px;
}

.contact-section .blob-2 {
  width: 140px;
  height: 140px;
  bottom: 15%;
  right: -40px;
  animation-delay: 6s;
}

.contact-section .blob-3 {
  width: 90px;
  height: 90px;
  top: 40%;
  right: 20%;
  animation-delay: 12s;
}

@keyframes floatBlob {
  0% { transform: translate(0,0); }
  50% { transform: translate(20px,-25px); }
  100% { transform: translate(0,0); }
}

/* ---------- INFO CARDS ---------- */
.contact-section .contact-info-card {
  background: #fff;
  padding: 1.75rem;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
  z-index: 2;
}

.contact-section .contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,.15);
}

.contact-section .icon-wrap {
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  background: rgba(247,148,29,.2);
  color: #f7941d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

/* ---------- FORM CARD ---------- */
.contact-section .contact-form-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.1);
  position: relative;
  z-index: 2;
  animation: formFloat 8s infinite ease-in-out;
}

@keyframes formFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* ---------- FORM ---------- */
.contact-section .form-control {
  border-radius: 14px;
  padding: .75rem 1rem;
  border: 1px solid #ddd;
}

.contact-section .form-control:focus {
  border-color: #f7941d;
  box-shadow: 0 0 0 3px rgba(247,148,29,.15);
}

/* ---------- BUTTON ---------- */
.btn-orange {
  background: #f7941d;
  color: #fff;
  border-radius: 50px;
  padding: .8rem 2rem;
  transition: all .3s ease;
}

.btn-orange:hover {
  background: #e68412;
  box-shadow: 0 12px 35px rgba(247,148,29,.4);
}

/* ================================
   CONTACT INFO BLOCKS
================================ */

.contact-info-row {
  align-items: stretch;
}

.contact-info-card {
  background: #fff;
  padding: 2.2rem 1.5rem;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  height: 100%;
  min-height: 220px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(0,0,0,0.14);
}

/* ICON CIRCLE */
.contact-info-card .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(247,148,29,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  position: relative;
  transition: transform .35s ease;
}

/* ICON ITSELF */
.contact-info-card .icon-wrap i {
  font-size: 1.8rem;
  color: #f7941d;
}

/* ICON POP */
.contact-info-card:hover .icon-wrap {
  transform: scale(1.15) rotate(4deg);
}

/* TEXT */
.contact-info-card p {
  margin: 0;
  font-size: .95rem;
  color: #444;
  line-height: 1.6;
}

/* FLOATING BLOB EFFECT */
.contact-info-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(247,148,29,0.08);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  z-index: 0;
  animation: blobFloat 10s infinite ease-in-out;
}

@keyframes blobFloat {
  0% { transform: translate(0,0); }
  50% { transform: translate(-12px, 16px); }
  100% { transform: translate(0,0); }
}

/* ==========================================================
   BECOME A TUTOR HERO SECTION (EXCLUSIVE)
========================================================== */

#hero-become-tutor-section {
  position: relative;
  padding: 140px 0 120px;
  background: linear-gradient(
    120deg,
    #ead3b3 0%,
    #d9c6aa 45%,
    #b5b5b5 100%
  );
  overflow: hidden;
}

/* ----------------------------------------------------------
   Mouse Glow
---------------------------------------------------------- */
#hero-become-tutor-section .hero-mouse-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(255, 153, 51, 0.35),
    transparent 65%
  );
  pointer-events: none;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* ----------------------------------------------------------
   Text Content
---------------------------------------------------------- */
#hero-become-tutor-section .hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 24px;
}

#hero-become-tutor-section .text-orange {
  color: #ff9a1f;
}

#hero-become-tutor-section .hero-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: 520px;
}

#hero-become-tutor-section .hero-cta {
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#hero-become-tutor-section .hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* ----------------------------------------------------------
   Image Art Container
---------------------------------------------------------- */
#hero-become-tutor-section .hero-image-art {
  position: relative;
  width: 100%;
  height: 520px;
  z-index: 2;
}

/* ----------------------------------------------------------
   Accent Graphics
---------------------------------------------------------- */
#hero-become-tutor-section .accent-ring {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 153, 51, 0.35);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: tutorFloat 16s ease-in-out infinite;
}

#hero-become-tutor-section .accent-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 153, 51, 0.25);
  filter: blur(1px);
  animation: tutorFloatAlt 18s ease-in-out infinite;
}

#hero-become-tutor-section .accent-circle.big {
  width: 120px;
  height: 120px;
  top: 40px;
  right: 80px;
}

#hero-become-tutor-section .accent-circle.small {
  width: 70px;
  height: 70px;
  bottom: 40px;
  left: 100px;
}

/* ----------------------------------------------------------
   Images
---------------------------------------------------------- */
#hero-become-tutor-section .hero-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#hero-become-tutor-section .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main Image */
#hero-become-tutor-section .main-img {
  width: 320px;
  height: 320px;
  top: 60px;
  left: 120px;
  z-index: 3;
}

/* Secondary Image */
#hero-become-tutor-section .secondary-img {
  width: 230px;
  height: 230px;
  bottom: 0;
  right: 40px;
  z-index: 2;
}

/* ----------------------------------------------------------
   Hover Interaction — POP TOGETHER
---------------------------------------------------------- */
#hero-become-tutor-section .hero-image-art:hover .main-img {
  transform: scale(1.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

#hero-become-tutor-section .hero-image-art:hover .secondary-img {
  transform: scale(1.06);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------------------------
   Floating Animations
---------------------------------------------------------- */
@keyframes tutorFloat {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-14px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

@keyframes tutorFloatAlt {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------
   Responsive Adjustments
---------------------------------------------------------- */
@media (max-width: 991px) {
  #hero-become-tutor-section {
    padding: 100px 0;
  }

  #hero-become-tutor-section .hero-title {
    font-size: 2.4rem;
  }
}

/* ==========================================================
   BECOME TUTOR HERO — SIZE REDUCTION (≈25%)
========================================================== */

#hero-become-tutor-section {
  padding: 105px 0 90px; /* was 140px / 120px */
}

/* Image art container */
#hero-become-tutor-section .hero-image-art {
  height: 390px; /* was 520px */
}

/* Main Image */
#hero-become-tutor-section .main-img {
  width: 240px;
  height: 240px;
  top: 45px;
  left: 90px;
}

/* Secondary Image */
#hero-become-tutor-section .secondary-img {
  width: 175px;
  height: 175px;
  bottom: 0;
  right: 30px;
}

/* Accent Ring */
#hero-become-tutor-section .accent-ring {
  width: 270px;
  height: 270px;
}

/* Accent Circles */
#hero-become-tutor-section .accent-circle.big {
  width: 90px;
  height: 90px;
  top: 30px;
  right: 60px;
}

#hero-become-tutor-section .accent-circle.small {
  width: 55px;
  height: 55px;
  bottom: 30px;
  left: 80px;
}

/* Title Size */
#hero-become-tutor-section .hero-title {
  font-size: 2.6rem; /* was 3.2rem */
}

/* Text */
#hero-become-tutor-section .hero-text {
  font-size: 1rem;
}

/* ==========================================================
   WHY TUTOR WITH US SECTION
========================================================== */

.why-tutor-section {
  background: #f8fafc;
}

.why-tutor-section .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b2545;
}

.why-tutor-section .section-subtext {
  color: #5f6c7b;
  font-size: 1.05rem;
}

/* Feature Card */
.tutor-feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

/* Hover lift */
.tutor-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

/* Icon Circle */
.icon-circle {
  width: 70px;
  height: 70px;
  background: rgba(255, 140, 0, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
}

/* Icon */
.icon-circle i {
  font-size: 30px;
  color: #ff8c00;
  transition: transform 0.4s ease, color 0.4s ease;
}

/* Hover animation */
.tutor-feature-card:hover .icon-circle {
  background: #ff8c00;
}

.tutor-feature-card:hover .icon-circle i {
  color: #ffffff;
  transform: scale(1.15) rotate(-4deg);
}

/* Titles */
.tutor-feature-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 10px;
}

/* Text */
.tutor-feature-card p {
  font-size: 0.95rem;
  color: #5f6c7b;
  line-height: 1.6;
}

/* Subtle floating animation */
.tutor-feature-card {
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Stagger animation delays */
.tutor-feature-card:nth-child(1) { animation-delay: 0s; }
.tutor-feature-card:nth-child(2) { animation-delay: 0.8s; }
.tutor-feature-card:nth-child(3) { animation-delay: 1.6s; }
.tutor-feature-card:nth-child(4) { animation-delay: 2.4s; }

/* ================= TUTOR ACTION SECTION ================= */
.tutor-action-section {
  background: #fff;
}

/* Card */
.tutor-action-section .tutor-card {
  background: #ffffff;
  padding: 2.75rem 2.5rem;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: transform .35s ease, box-shadow .35s ease;
  height: 100%;
}

/* Hover Effect */
.tutor-action-section .tutor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 65px rgba(247,148,29,0.25);
}

/* Icon */
.tutor-action-section .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(247,148,29,.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutor-action-section .icon-wrap i {
  font-size: 1.8rem;
  color: #f7941d;
}

/* Headings */
.tutor-action-section h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Highlight Card */
.tutor-action-section .highlight {
  border: 1px solid rgba(247,148,29,.25);
}

/* Buttons */
.btn-orange {
  background: #f7941d;
  color: #fff;
  border-radius: 30px;
  padding: .6rem 1.6rem;
}

.btn-orange:hover {
  background: #e58312;
  color: #fff;
}

.btn-outline-orange {
  border: 2px solid #f7941d;
  color: #f7941d;
  border-radius: 30px;
  padding: .6rem 1.6rem;
}

.btn-outline-orange:hover {
  background: #f7941d;
  color: #fff;
}
<!-- IMAGE ART -->
      <div class="col-lg-6 d-none d-lg-block">
        <div class="hero-image-art tutor-art">

          <!-- Decorative Elements -->
          <span class="accent-ring"></span>
          <span class="accent-circle big"></span>
          <span class="accent-circle small"></span>

          <!-- Images -->
          <div class="hero-img main-img">
            <img src="images/tutor-teaching.jpg" alt="Tutor teaching learner">
          </div>

          <div class="hero-img secondary-img">
            <img src="images/online-tutor.jpg" alt="Online tutoring session">
          </div>

          /* ================= BECOME TUTOR HERO – IMAGE SPACING TWEAK ================= */

/* Keep container height the same */
#hero-become-tutor-section .hero-image-art.tutor-art {
  position: relative;
  height: 460px;
}

/* MAIN IMAGE – move slightly right */
#hero-become-tutor-section .hero-image-art.tutor-art .main-img {
  left: 17%; /* was ~48–50% */
}


#hero-become-tutor-section .hero-img {
  transition: transform .45s ease, box-shadow .45s ease;
}

#hero-become-tutor-section .hero-image-art:hover .hero-img {
  transform: scale(1.04);
}

/* ================= BECOME TUTOR HERO – IMAGE SIZE BOOST ================= */

/* Main image – slightly larger */
#hero-become-tutor-section .hero-image-art.tutor-art .main-img {
  width: 280px;   /* was ~280–300 */
  height: 280px;
}

/* Secondary image – slightly smaller but still prominent */
#hero-become-tutor-section .hero-image-art.tutor-art .secondary-img {
  width: 200px;   /* was ~220–240 */
  height: 200px;
}

/* ================================
   IMAGE SHAPE OVERRIDE ONLY
   ================================ */

.image-art-wrapper .image-card {
  overflow: hidden !important;

  /* Organic oval shape like reference */
  border-radius: 55% 45% 60% 40% / 55% 60% 40% 45% !important;

  /* Optional depth (remove if you want 100% flat) */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18) !important;
}

/* Force image to fill shape correctly */
.image-art-wrapper .image-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
/* ================================
   ORANGE GLOW HOVER EFFECT
   ================================ */

.image-art-wrapper .image-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease !important;
}

/* Hover effect */
.image-art-wrapper .image-card:hover {
  transform: scale(1.06) !important;

  /* Orange glow */
  box-shadow:
    0 0 0 4px rgba(255, 145, 0, 0.25),
    0 0 35px rgba(255, 145, 0, 0.55),
    0 25px 60px rgba(0, 0, 0, 0.35) !important;

  filter: brightness(1.08) saturate(1.15) !important;
}

/* Slight image lift inside (extra polish) */
.image-art-wrapper .image-card:hover img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}

/* ===== Why Choose Section ===== */
.why-choose-section{
  --brand:#ff8a00;
  --navy:#0b2a44;
  --text:#334155;
  --muted:#6b7280;
  --card:#ffffff;
  --border:rgba(15,23,42,.08);
  --shadow:0 18px 45px rgba(15,23,42,.08);
  --shadow2:0 26px 70px rgba(15,23,42,.12);
}

/* Title */
.why-choose-section .section-title{
  color:var(--navy);
  font-weight:800;
  letter-spacing:-0.02em;
}

/* ===== Feature Cards ===== */
.feature-card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:18px;
  padding:26px 22px;
  box-shadow:var(--shadow);
  text-align:center;
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position:relative;
  overflow:hidden;
}

.feature-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow2);
  border-color:rgba(255,138,0,.22);
}

/* Icon Pop */
.icon-wrap{
  position:relative;
  width:86px;
  height:86px;
  margin:0 auto 14px auto;
  display:grid;
  place-items:center;
}

.icon-blob{
  position:absolute;
  inset:6px;
  border-radius:999px;
  background:rgba(255,138,0,.16);
  transform:rotate(10deg);
  transition:transform .24s ease, opacity .24s ease;
  opacity:.95;
}

.icon-circle{
  position:relative;
  width:64px;
  height:64px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,138,0,.12);
  box-shadow:0 10px 25px rgba(255,138,0,.16);
  transition:transform .24s ease;
}

.icon-circle i{
  font-size:1.55rem;
  color:var(--brand);
  line-height:1;
}

.feature-card:hover .icon-circle{
  transform:translateY(-2px) scale(1.05);
}
.feature-card:hover .icon-blob{
  transform:rotate(-8deg) scale(1.08);
  opacity:1;
}

.feature-title{
  color:var(--navy);
  font-weight:800;
  margin:6px 0 8px;
}

.feature-text{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.5;
  margin:0;
}

/* ===== Right Images Layout (side-by-side) ===== */
.image-art-wrapper{
  min-height:340px;
}

/* two images in a row, like your screenshot */
.hero-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
  position:relative;
  z-index:2;
}

/* card style for images */
.image-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .22s ease, box-shadow .22s ease;
}

.image-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  aspect-ratio: 4 / 5; /* keeps them consistent and clean */
}

.image-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow2);
}

/* subtle size difference for visual hierarchy */
.main-image{
  transform:translateY(-6px);
}
.secondary-image{
  transform:translateY(10px);
}
.image-card:hover.main-image,
.image-card:hover.secondary-image{
  transform:translateY(-8px);
}

/* ===== Decorative bubbles + stripes ===== */
.bubble{
  position:absolute;
  border-radius:999px;
  background:rgba(11,42,68,.06);
  z-index:1;
}

.bubble-1{ width:110px; height:110px; top:-20px; left:-20px; }
.bubble-2{ width:70px; height:70px; bottom:30px; left:10px; }
.bubble-3{ width:90px; height:90px; top:60px; right:-18px; }

.stripe{
  position:absolute;
  width:120px;
  height:16px;
  background:rgba(255,138,0,.22);
  border-radius:999px;
  transform:rotate(-18deg);
  z-index:1;
}

.stripe-1{ top:18px; right:30px; }
.stripe-2{ bottom:40px; right:80px; width:160px; }

/* Responsive: stack images nicely on small screens */
@media (max-width: 991.98px){
  .image-art-wrapper{ margin-top:28px; }
}

@media (max-width: 575.98px){
  .hero-images{
    grid-template-columns:1fr;
  }
  .main-image, .secondary-image{
    transform:none;
  }
}

/* Feature Card */
.feature-card{
  background:#fff;
  border-radius:18px;
  padding:28px 18px;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.04);
  transition:all .3s ease;
}

/* Icon container */
.icon-wrap{
  position:relative;
  width:88px;
  height:88px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Soft shadow blob behind circle */
.icon-blob{
  position:absolute;
  width:64px;
  height:64px;
  border-radius:50%;
  background:rgba(255,140,0,.25);
  transform:translate(-8px,10px);
  z-index:1;
}

/* Orange circle */
.icon-wrap i{
  position:relative;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#ff8c00;
  color:#ffffff;              /* white icon */
  font-size:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;                  /* keeps icon above blob */
  box-shadow:0 12px 20px rgba(255,140,0,.35);
  transition:transform .35s ease, box-shadow .35s ease;
}

/* Hover bounce effect */
.feature-card:hover .icon-wrap i{
  animation:iconBounce .6s ease forwards;
  box-shadow:0 18px 28px rgba(255,140,0,.45);
}

/* Keyframes */
@keyframes iconBounce{
  0%   { transform:translateY(0); }
  40%  { transform:translateY(-10px); }
  60%  { transform:translateY(4px); }
  80%  { transform:translateY(-4px); }
  100% { transform:translateY(0); }
}

/* ICONS ONLY — matches the second screenshot */

/* container */
.feature-card .icon-wrap{
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}

/* soft offset blob behind */
.feature-card .icon-wrap .icon-blob{
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 140, 0, .22);
  transform: translate(-10px, 12px);
  z-index: 1;
}

/* orange circle + visible white icon */
.feature-card .icon-wrap i{
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ff8c00;
  color: #fff;                /* MAKE ICON VISIBLE */
  display: grid;
  place-items: center;

  font-size: 24px;            /* icon size like screenshot */
  line-height: 1;
  z-index: 2;                 /* stay above blob */

  box-shadow: 0 14px 22px rgba(255,140,0,.30);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* bounce ONLY on hover */
.feature-card:hover .icon-wrap i{
  animation: iconBounce .55s ease;
  box-shadow: 0 18px 28px rgba(255,140,0,.38);
}

/* small bounce */
@keyframes iconBounce{
  0%   { transform: translateY(0); }
  35%  { transform: translateY(-9px); }
  60%  { transform: translateY(3px); }
  85%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .feature-card:hover .icon-wrap i{ animation: none; }
}

/* CONTACT ICONS — matches feature icon style exactly */

.contact-info-card .icon-wrap{
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}

/* soft blob behind (created with pseudo element) */
.contact-info-card .icon-wrap::before{
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 140, 0, .22);
  transform: translate(-10px, 12px);
  z-index: 1;
}

/* orange circle + white icon */
.contact-info-card .icon-wrap i{
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ff8c00;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  z-index: 2;

  box-shadow: 0 14px 22px rgba(255,140,0,.30);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* bounce only on hover */
.contact-info-card:hover .icon-wrap i{
  animation: iconBounce .55s ease;
  box-shadow: 0 18px 28px rgba(255,140,0,.38);
}

/* bounce animation */
@keyframes iconBounce{
  0%   { transform: translateY(0); }
  35%  { transform: translateY(-9px); }
  60%  { transform: translateY(3px); }
  85%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .contact-info-card:hover .icon-wrap i{
    animation: none;
  }
}

/* TUTOR SECTION ICONS — identical style */

.tutor-card .icon-wrap{
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
}

/* soft offset blob */
.tutor-card .icon-wrap::before{
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 140, 0, .22);
  transform: translate(-10px, 12px);
  z-index: 1;
}

/* orange circle + white icon */
.tutor-card .icon-wrap i{
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ff8c00;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  z-index: 2;

  box-shadow: 0 14px 22px rgba(255,140,0,.30);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* bounce only on hover */
.tutor-card:hover .icon-wrap i{
  animation: iconBounce .55s ease;
  box-shadow: 0 18px 28px rgba(255,140,0,.38);
}

/* bounce animation */
@keyframes iconBounce{
  0%   { transform: translateY(0); }
  35%  { transform: translateY(-9px); }
  60%  { transform: translateY(3px); }
  85%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .tutor-card:hover .icon-wrap i{
    animation: none;
  }
}
