/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Growify
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
        01. header
        02. btn
        03. navbar
        04. hero-section
        05. get-a-quote
        06. heading
        07. loading
        08. scroll-percentage
        09. review
        10. goole-star
        11. our-mission-swiper
        12. count-text
        13. about-imgs
        14. heading.two
        15. swiper-button
        16. services
        17. customized
        18. tab nav-link
        19. ul.social-media
        20. team
        21. testimonial
        22. marquee
        23. accordion
        24. pricing
        25. full-container
        26. sponsors
        27. blog
        28. footer
        29. nice-select
        30. project-consulting
        31. header.two
        32. business-insurance-form
        33. plan-option
        34. expert-guidance
        35. our-mission-list
        36. subscribe-form
        37. botton-section
        38. hero-section.business-insurance
        39. video
        40. white_content
        41. transition 

-----------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --bgcolor: #17191b;
 }

body,html {
    font-family: "Host Grotesk", sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin: 0;
    font-weight: 400; 
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #4b4b4b;
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0; 
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
    margin: 0;
}
hr {
    margin: 0;
} 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
} 
/* 01. header */
header {
     position: absolute;
     z-index: 1111;
     width: 100%; 
}
.top-bar ul li {
    padding-right: 50px;
}
.top-bar ul li a{
    color: #ffffff;
}
.top-bar ul li a:hover {
    color: var(--bgcolor);
}
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    padding-bottom: 10px;
}
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
} 
.header-right a {
    font-size: 16px;
} 
.header-right .mailnumber {
    display: flex;
    align-items: center;
    gap: 14px;
} 
.login {
    display: flex;
    align-items: center;
    gap: 6px;
}

.login a {
    color: #fff;
}
.login a:hover {
    color: var(--bgcolor);
}
a.union {
    background-color: #ffffff0f;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
} 
a.union:hover {
    background-color: var(--bgcolor);
} 
a.union svg {
    fill: #D9D9D9;
}
a.union:hover svg {
    fill: #000;
}
.header-right .mailnumber a {
    font-size: 18px;
    color: #fff;
} 
.header-right .mailnumber a:hover {
    color: var(--bgcolor);
}
.header-right .mailnumber span {
    color: #fff;
}
.top-bar ul {
    display: flex;
    align-items: center;
}
.top-bar a i svg {
    width: 30px;
    fill: #fff;
    height: auto;
}
.top-bar a i {
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.top-bar a {
    font-size: 18px;
    /* color: #fff; */
    display: flex;
    align-items: center;
}  
.top-bar a
.questions .btn span i {
    padding-right: 10px;
}
/* 02. btn */
.btn {
    background-color: #b19e10;
    border-radius: 16px;
    padding: 19px 40px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
}  
.btn svg {
    margin-left: 10px;
}
.btn:hover {
    color: #000;
}
.btn .btn-wrap {
    position: relative; 
    float: left; 
    overflow: hidden; 
}
.btn .btn-wrap .text-one {  
    position: relative;
    text-transform: capitalize;
    display: flex !important;
    transition: 0.3s;
}
.btn .btn-wrap .text-two {
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    text-transform: capitalize;
    top: 100%; 
    display: flex !important;
    transition: 0.3s; 
}
.btn:hover .btn-wrap .text-one {
    transform: translateY(-150%);
}
.btn:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}  
/* 03. navbar */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
} 
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
    padding-left: 50px;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
    padding-right: 40px;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(10px);
    z-index: 1111; 
}
.navbar-links li.navbar-dropdown .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatey(44px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
    display: block;
    /* border-radius: 30px; */
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 14px;
    padding-top: 14px;
}
.navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    /* background-color: #FFF; */
}
.navbar-links li.navbar-dropdown .sub-menu li a:hover {
    color: var(--bgcolor);
}
.navbar-links li.navbar-dropdown .sub-menu li {
    position: relative;
    padding: 0;
    color: #000;
}
.navbar-links li.navbar-dropdown .sub-menu li:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    /* background-color: #e0e0e0; */
    width: 75%;
    bottom: 0;
    left: 25px;
}
li.menu-item-children > a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 83px;
    width: 8px;
    height: 8px;
} 
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
li.sub-menu-item-children:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 1;
    right: 31px;
    background-color: black;
    clip-path: polygon(68% 50%, 0 0, 0 100%);
    top: 44%;
}
.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
    opacity: 1;
}
.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    border-left: 3px solid var(--theme-colour);
    opacity: 0;
    top: 20%;
}
a.search-btn svg {
    width: 22px;
    height: auto;
    display: flex;
    fill: #fff;
}
.navbar-links li > a i {
    padding-right: 6px;
}
/*@media only screen and (max-width: 1920px) and (min-width: 1200px){
    #stickyHeader.slideUp {
        top: 0;
        z-index: 111111111;
        position: fixed;
        border-radius: 0;
        left: 0; 
        padding-bottom: 20px;
        padding-top: 20px; 
    }
    body.dark #stickyHeader.slideUp {
        background: #111;
    }
    body.light #stickyHeader.slideUp {
        background: #f6fafb;
    }
}*/  
/* 04. hero-section */
.hero-section {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
}
.hero-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0B1714;
    opacity: .7;
}
.hero-text {
    position: relative; 
}
.hero-text {
    padding-bottom: 70px;
} 
.hero-text p {
    font-size: 22px;
    color: #C7C7C7;
    line-height: 36px;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 87%;
}
.hero-text > span { 
    padding: 4px 25px;
    border-radius: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 2px;
}
.hero-text img.heroimg {
    position: absolute;
    right: -25%;
    z-index: 1;
    bottom: -47%;
    width: 52%;
    height: auto;
}
.hero-text h1 {
    color: #fff;
    padding-bottom: 10px;
    line-height: 90px;
    font-weight: bold;
    font-size: 70px;
}
.hero-text h2 span {
    color: var(--main-color);
}
.hero-text ul li {
    color: white;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
} 
.listing {
    justify-content: space-between;
    width: 92%;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}
 
/* 05. get-a-quote */ 
form#contact-form h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 30px;
    color: #fff;
    padding-top: 6px;
}
form#contact-form h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 24px;
    color: #fff;
    padding-top: 6px;
}
.get-a-quote h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
}
.get-a-quote {
    z-index: 11;
    /* margin-bottom: 40px; */
    background-color: #8d8d8d5c;
    padding: 60px;
    border-radius: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    backdrop-filter: blur(15px);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0 0);
}
.get-a-quote input[type="text"],.get-a-quote input[type="email"], .get-a-quote input[type="number"] {
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    background-color: #FBFBFB20;
    border: 1px solid #AFAFAF;
    border-radius: 13px;
    padding-left: 26px;
    color: #ccc;
}
.get-a-quote input:focus {
    border-color: var(--bgcolor);
}
.get-a-quote input::placeholder,.get-a-quote textarea::placeholder {
    color: #CCCCCC;
}
.get-a-quote p {
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.get-a-quote ul.social-media {
    display: inline-flex;
    margin-left: 31px;
    margin-top: 0;
} 
.get-a-quote ul.social-media i {
    margin-top: 0;
    color: #fff;
    border: 1px solid #fff;
} 
.get-a-quote ul.social-media i:hover {
    color: #000;
    border-color: transparent;
}
.radio-button {
    margin-right: 21px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    align-items: stretch;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
    background-color: #ebebeb !important;
    border: 0 !important;
}
.group-img{
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 0;
    width: 22px;
    height: auto;
    top: 21px;
} 
/* 06. heading */
.heading {
    text-align: center;
    width: 87%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.heading h2 {
    font-size: 60px;
    padding-top: 20px;
    font-weight: bold;
}
.heading span {
    font-weight: 500;
    font-size: 18px;
    padding: 5px 40px;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border: 1px solid #AFAFAF;
    position: relative;
    padding-right: 22px;
    background-color: #fff;
}
.heading h5 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 35px;
}
.heading p {
    padding-top: 16px;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 34px;
}  
@keyframes toptop {
    0%  { 
        transform: translateY(0);
    } 
    50% { 
        transform: translateY(20px);
    }
    100% { 
        transform: translateY(0px);
    }
}  

/* 07. loading */

 .loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#000 0 0);
  background: 
    var(--c) 0%   100%,
    var(--c) 50%  100%,
    var(--c) 100% 100%;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  0%  {background-size: 20% 100%,20% 100%,20% 100%}
  20% {background-size: 20% 60% ,20% 100%,20% 100%}
  40% {background-size: 20% 80% ,20% 60% ,20% 100%}
  60% {background-size: 20% 100%,20% 80% ,20% 60% }
  80% {background-size: 20% 100%,20% 100%,20% 80% }
  100%{background-size: 20% 100%,20% 100%,20% 100%}
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background-color: var(--bgcolor);
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}  

/* 08. scroll-percentage */
#scroll-percentage {
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--bgcolor);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1011;
}
@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
img.hero-bg {
    position: absolute;
    top: 0;
    z-index: -1;
}
/* 09. review */
.review > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 20px;
} 
.review > ul img {
    border-radius: 50%;
    width: 65px;
    border: 5px solid #000;
    transform: translateX(2px);
} 
.review > ul li {
    margin-left: -14px;
    z-index: 20;
}
.review > ul li a {
    width: 65px;
    height: 65px;
    background-color: #000;
    color: #ffffff;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid;
}
.review > ul li a {
    width: 65px;
    height: 65px;
    background-color: #000;
    color: #ffffff;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid;
} 
ul.star {
    display: flex;
    gap: 5px;
    font-size: 13px;
    color: #F9B300;
} 
.review span {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-top: 8px;
} 
.review {
    width: auto;
    align-items: center;
    position: relative;
    margin-right: 50px; 
    gap: 20px; 
}
.review p {
    color: #fff;
}
.review img.arror {
    animation: 4s leftleft infinite;
    position: absolute;
    right: 22%;
    top: -84px;
}
.get-a-quote label {
    color: #fff;
    padding-bottom: 10px;
} 
.form-group.full textarea {
    width: 100%;
    padding: 30px;
    color: #CCCCCC;
    background-color: #FBFBFB20;
    border-radius: 12px;
    border: 1px solid #AFAFAF;
    margin-bottom: 24px;
    outline: none;
}
.hover-img:hover img {
    transform: scale(1.1);
}
/* 10. goole-star */
.goole-star {
    position: relative;
    background-color: #bebebe2b;
    border: 3px solid #ffffff26;
    padding: 25px 35px 17px 25px;
    backdrop-filter: blur(2px);
} 
.goole-star ul.star {
    padding-top: 13px;
    padding-bottom: 10px;
} 
.goole-star span {
    color: #BEBEBE;
} 
.heading span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: var(--bgcolor);
    border-radius: 50%;
    left: 7px;
    top: 6px;
}
/* 11. our-mission-swiper */
.our-mission-swiper {
    background-color: #F7F7F2; 
    padding-bottom: 140px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0 0);
} 
.our-mission {
    padding: 40px;
}
.our-mission h3 {
    font-weight: 600;
    padding-bottom: 14px;
    border-bottom: 3px solid #BEBEBE;
    margin-bottom: 28px;
}
.swiper-pagination-bullet {
    background-color: transparent;
    width: 14px;
    height: 14px;
    border: 3px solid #444;
} 
.swiper-pagination {
    position: absolute;
    left: 24px !important;
    bottom: 33px !important;
    width: 100px !important;
}  
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #444;
}
.trusted {
    padding-top: 50px;
} 
.trusted h3 {
    font-weight: 500;
    padding-bottom: 26px;
    line-height: 40px;
}
/* 12. count-text */
.count-text {
    border: 1px solid #B1B1B1;
    padding: 46px;
    display: flex;
    gap: 20px;
}
.count-text:hover {
    box-shadow: rgb(164 164 164 / 30%) 0px 19px 38px, rgb(200 200 200 / 22%) 0px 15px 12px;
    transform: translateY(-10px);
}
.count-text:hover i svg {
    transform: rotate3d(1, 1, 1, 
360deg);
}
.count-text i {
    background-color: #b19e10;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
} 
.count-text + .count-text  {
    margin-top: 20px;
}
/* 13. about-imgs */
.about-imgs {
    position: relative;
} 
.about-imgs img.banner-icon {
    position: absolute;
    right: 0;
    top: 28%;
    border-radius: 10px;
    animation: topshap 5s infinite;
} 
.about-imgs img.groth {
    position: absolute;
    bottom: 6%;
    left: 0;
    animation: topshap 3s infinite;
}
@keyframes topshap {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    0% {
        transform: translateY(0px);
    }
}
/* 14. heading.two */
.heading.two {
    width: 100%;
    margin: 0;
    text-align: left;
} 
.heading-add {
    display: flex;
    align-items: end;
    padding-bottom: 30px;
} 
.heading-add p {
    width: 45%;
}
/* 15. swiper-button */
 .swiper-button {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 10%; 
    display: block;
    height: 60px;
    z-index: 11;
    border-radius: 51px;
    z-index: 1111111;
}  
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.swiper-pagination {
    left: 86%;
    position: absolute;
    width: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next { 
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: var(--common-colour2);
} 
.swiper-button-prev:hover,
.swiper-button-next:hover {
     color: #fff;
     background-color: var(--theme-colour2);
     color: #f9f9f9;
     border-color:transparent;
}
/* 16. services */
.services {
    padding: 40px;
    border: 1px solid #B9B9B9;
    position: relative;
} 
#services {
    position: relative;
}
.swiper-custom-arrow {
    display: flex;
    justify-content: space-between;
    width: 84%;
    position: absolute;
    bottom: 41%;
    left: 8%;
}
.swiper-custom-arrow i { 
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-custom-arrow i:hover {
     color: #fff;
} 
.services:after {
    border-left: 1px solid #c6c6c6;
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 73px;
    height: 96px;
    right: -30px;
    bottom: -41px;
    transform: rotate(45deg);
    z-index: 11111;
}
.services:hover i svg {
    transform: rotate3d(1, 1, 1, 
360deg);
}
.services i {
    margin-bottom: 26px;
    display: block;
    position: relative;
} 
.services h3 {
    font-weight: 600;
    padding-bottom: 11px;
    position: relative;
} 
.services span {
    display: block;
    border-bottom: 1px solid #D9D9D9;
    color: #444;
    padding-bottom: 21px;
    margin-bottom: 31px;
    position: relative;
} 
.services > a {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb; 
    border-radius: 50%;
    margin-top: 32px;
    color: #505050;
    transform: rotate(-40deg);
} 
.services > a i {
    margin: 0;
}
.services:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #000;
    right: 0;
} 
.services:hover:before {
    height: 100%;
}
.services:hover h3 a {
    color: #fff;
} 
.services:hover p,.services:hover span {
    color: #C3C3C3;
} 
.services p {
    position: relative;
}
.services:hover > i { 
    filter: brightness(0) saturate(100%) invert(72%) sepia(62%) saturate(412%) hue-rotate(37deg) brightness(100%) contrast(101%);
}
.services:hover > a {
    background-color: #b19e10; 
}
/* 17. customized */
.customized h3 {
    font-size: 45px;
    font-weight: bold;
}
.customized p {
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
}
.customized span {
    font-weight: bold;
    font-size: 18px;
}
.smooth-img img {
    clip-path: polygon(20% 0%, 100% 0%, 100% 0, 100% 70%, 80% 100%, 0 100%, 0% 80%, 0 0);
}
/* 18. tab nav-link */
.nav-link {
    display: block;
    padding: 12px;
    border-radius: 50px !important;
}
.nav-pills {
    display: -webkit-inline-box;
    margin-bottom: 32px;
    width: 100%;
    justify-content: center;
    display: flex;
} 
.nav-pills .nav-link {
    width: 130px;
    background-color: #ffffff38;
    margin-right: 10px;
    /* border-radius: 0 !important; */
    color: #000000;
    border: 1px solid #ffffff !important;
    width: 24%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
} 
.nav-pills .nav-link.active {
    background-color: #000000 !important;
    border: 1px solid #000 !important;
}
/* 19. ul.social-media */
ul.social-media {
    display: flex;
    align-items: center;
} 
ul.social-media li {
    margin-right: 10px;
}
ul.social-media i {
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 18px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    margin-top: 26px;
}
/* 20. team */
.team:after {
    border-left: 1px solid #c8c8c8;
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 128px;
    height: 178px;
    right: -46px;
    bottom: -72px;
    transform: rotate(45deg);
    z-index: 1;
}
.team {
    border: 1px solid #C8C8C8;
    display: flex;
    padding: 15px;
    position: relative;
    gap: 45px;
    z-index: 1111;
    margin-bottom: 30px;
} 
.team:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #F7F7F2;
    right: 0;
}
.team:hover:before {
    height: 100%;
}
.team > div {
    padding: 30px;
    position: relative;
    z-index: 1;
}
ul.social-media i:hover {
    background-color: var(--bgcolor);
    color: #000;
}
.team h3 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #999999;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
.team span {
    font-size: 18px;
    font-weight: 600;
} 
.team a {
    color: #000;
}
.team p {
    line-height: 24px;
}
.heading-add ul.star {
    display: inline-flex;
    margin-left: 6px;
}
.heading-add .ratings {
    margin-left: 23%;
    width: 29%;
    margin-bottom: 20px;
}
.heading-add .ratings h4 {
    font-size: 36px;
    font-weight: bold;
    display: inline;
} 
.heading-add .ratings h4 sub {
    bottom: 0;
    font-size: 16px;
}
.heading-add .ratings span {
    font-weight: 600 ;
} 
.team img {
    position: relative;
    z-index: 11111;
}
/* 21. testimonial */
.testimonial {
    background-color: #F7F7F2;
    padding: 40px;
    clip-path: polygon(20% 0%, 100% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0 0);
    width: 460px;
} 
.testimonial h3 {
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 16px;
} 
.testimonial p {
    font-size: 18px;
} 
.reviews-team {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 20px;
} 
.reviews-team img {
    border-radius: 50%;
}
.reviews-team h4 {
    font-weight: 600;
} 
.testimonial h3 {
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 16px;
} 
.testimonial p {
    font-size: 18px;
} 
.reviews-team {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 26px;
} 
.reviews-team h4 {
    font-weight: 600;
}
.testimonial ul.star {
    display: inline-flex;
    margin-right: 43%;
}
.testimonial-two {
    display: flex;
    gap: 30px;
    background-color: #F7F7F2;
    padding: 20px;
    align-items: center;
    clip-path: polygon(20% 0%, 100% 0%, 100% 0, 100% 75%, 85% 100%, 0 100%, 0% 80%, 0 0);
} 
.testimonial-two-img {
    width: 44% !important;
    position: relative;
} 
.testimonial-two-img > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.testimonial-two > div {
    width: 50%;
} 
.testimonial-two > div h4 {
    padding-bottom: 20px;
    color: #444;
    font-weight: 600;
} 
.testimonial-two h3 {
    font-weight: 700;
    padding-top: 40px;
} 
.testimonial-two p {
    font-size: 18px;
}
/* 22. marquee */
.marquee-icon,
 .marquee-box-one {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
 }  

.marquee-content {
    animation: scroll-one 60s linear infinite;
    display: flex;
    gap: 20px;
}
.marquee-content-two {
    display: flex;
    gap: 25px;
    padding-left: 20px;
    animation: scroll-one 38s linear infinite;
}
.marquee {
    margin-bottom: 30px;
}
@keyframes marqueeTop {
  0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* 23. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #000000;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    transition: 0.3s ease-in-out;
    padding: 10px;
} 
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    right: 1%;
    /* background-color: #ffffff; */
    border-radius: 50%;
 }
.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active {
    border-radius: 20px;
}
.accordion-item {
    border-radius: 0px !important;
    margin-bottom: -1px;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.title {
    text-align: start;
    padding: 20px 35px;
    padding-right: 0;
}
.content {
    padding: 0px 35px;
    padding-bottom: 30px;
}
.accordion-item {
    border: 1px solid #bfbfbf !important;
    background-color: #f8f8f8;
    position: relative;
    z-index: 11;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
    color: black;
} 
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}
.accordion-item.active:not(:first-of-type), .accordion-item.active {
     border-radius: 20px;
}
a.heading{
    width: 100%;
    margin: 0;
}  
.accordion-item p {
    color: #000;
}
.accordion-section {
    position: relative;
} 
.accordion-section > img {
    position: absolute;
    top: -21%;
    right: -2%;
    animation: 4s toptop infinite;
}
.accordion-item.active a.heading .title {
    background-color: #e4e4e4;
}
.accordion {
    width: 84%;
    margin: auto;
}
.questions {
    background-color: #444;
    background-image: linear-gradient(180deg, #ffffff 22%, #b19e10);
}
/* 24. pricing */
.pricing {
    border: 1px solid #b9b9b9;
    padding: 10px;
    position: relative;
    position: relative;
    z-index: 11;
} 
.pricing:after {
    border-left: 1px solid #b9b9b9;
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 73px;
    height: 96px;
    right: -29px;
    bottom: -40px;
    transform: rotate(45deg);
    z-index: 11111;
}
.pricing-top {
    background-color: #F7F7F2;
    padding: 40px;
} 
.pricing-top span {
    background-color: #fff;
    padding: 7px 22px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
} 
.pricing-top h4 {
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.pricing-top h4 sup {
    font-size: 30px;
    top: -28px;
} 
.pricing-top h4 sub {
    font-size: 20px;
    bottom: 0;
}
.pricing-bottom {
    padding: 26px 40px;
} 
.pricing-bottom .btn {
    margin-top: 20px;
}
.pricing-bottom ul li {
    padding-bottom: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
} 
.pricing-bottom ul li i {
    font-size: 16px;
    width: 16px;
    color: #b19e10;
} 
.pricing-bottom ul li.cross,.pricing-bottom ul li.cross i {
    color: #999999;
} 
.full-container {
    padding: 40px;
    border-radius: 20px;
}
.pricing.two {
    background-color: #0A0A0A;
} 
.pricing.two .pricing-top {
    background-color: #ffe100;
} 
.pricing.two .pricing-bottom li {
    color: #C5C5C5;
}
.pricing.two .pricing-bottom li.cross {
    color: #686868;
}
.pricing h6 {
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 65px;
    font-size: 16px;
} 
.pricing h6:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: -17px;
    top: 5px;
}
/* 25. full-container */
.full-container .heading.two {
    position: relative;
    z-index: 11111;
} 
.full-container {
    padding: 85px 40px;
    border-radius: 20px;
    overflow: hidden;
}
.full-container {
    padding: 85px 40px;
    border-radius: 20px;
    overflow: hidden;
    height: 660px;
    position: relative;
}
.full-container:after {
    content: "";
    width: 100%;
    height: 29%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(360deg, rgb(243 239 233 / 0%) 0%, hsl(0deg 0% 93.73%) 100%);
    z-index: 1111;
}
.full-container:before {
    content: "";
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
180deg, rgb(243 239 233 / 0%) 0%, hsl(0deg 0% 93.73%) 100%);
    z-index: 1111;
}
/* 26. sponsors */
.partnership {
    display: flex;
    gap: 40px;
    margin-top: 78px;
    border-top: 3px solid #D9D9D9;
    padding-top: 29px;
    position: relative;
    z-index: 1111;
}
.heading.two h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    padding-top: 20px;
    color: #444;
}
.sponsors {
    animation: marqueeTop 10s linear infinite;
    height: 400px; 
    margin: 0; 
}   
ul.sponsors li img {
    background-color: #fff;
    padding: 30px 63px;
    border-radius: 150px;
    margin-bottom: 19px;
    /* max-width: max-content; */
    width: 100% !important;
} 
/* 27. blog */
.blog {
    position: relative;
}
.blog img {
  width: 100%;
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 75%, 84% 100%, 0 100%, 0% 80%, 0 0);
} 
.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
} 
.blog-body {
    padding-top: 28px;
    border: 0;
}
.blog .meta {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  gap: 10px;
  margin-bottom: 12px;
} 
.blog .meta .category {
  background: #b19e10;
  color: #000000;
  padding: 4px 26px;
  border-radius: 20px;
  font-size: 16px;
}
.blog h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  color: #111;
} 
.blog p {
   margin-bottom: 16px;
   border-bottom: 1px solid #999;
   padding-bottom: 40px;
   margin-bottom: 20px;
} 
.blog .read-more {
  display: inline-block;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
} 
.read-more:hover {
  color: var(--bgcolor); 
}
.blog-body a span  {
    color: #666;
}
.blog-body h3 a:hover {
    color: var(--bgcolor);
}
.card-image {
  position: relative;
}
.links a {
    background-color: #a9a9a938;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}
/* 28. footer */
.footer-links h3 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 24px;
    font-size: 30px;
} 
.footer-links ul li a,
.footer-links p {
    color: #E2E2E2;
} 
.footer-links ul li {
    margin-bottom: 24px;
}
.footer-form input {
    width: 70%;
    outline: 0;
    height: 65px;
    border-radius: 15px;
    background-color: #4A4A4A;
    border: 0;
    padding-left: 34px;
    border: 1px solid #ffffff36;
    margin-right: 10px;
    color: #fff;
}
form.footer-form {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    clip-path: border-box;
}
footer .review ul {
    margin-bottom: 0;
} 
footer .review p {
    font-weight: bold;
}
/* 29. nice-select */
.nice-select.Advice {
    width: 100%;
    height: 60px;
    border: 1px solid #AFAFAF;
    padding-top: 9px;
    font-size: 16px;
    background-color: #FBFBFB20;
    color: #CCCCCC;
    border-radius: 13px;
    padding-left: 26px;
}
.nice-select:after {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    height: 9px;
    right: 22px;
    width: 8px;
}
ul.list {
    width: 100%;
    color: #000;
}
.footer-links ul li a:hover,.links a:hover {
    color: var(--bgcolor);
}
.copyright .goole-star {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
} 
.copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 30px;
}
.copyright p {
    color: #fff;
} 
/* 30. project-consulting */
.form-group label {
  font-weight: bold;
  display: block; 
  color: #fff;
} 
.radio-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.radio-buttons input[type="radio"] {
  display: none;
} 
.radio-buttons label {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 20px 8px 42px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
} 
.radio-buttons input[type="radio"]:checked + label {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.radio-buttons label:before {
    content: "";
    position: absolute;
    border: 1px solid #ffffff70;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    left: 8px;
} 
.radio-buttons label {
    position: relative;
} 
.radio-buttons input[type="radio"]:checked + label:before {background-color: #ffffff;} 
.service-type {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.service-type input[type="radio"] {
  display: none;
}
.service-type label {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 22px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
} 
.service-type input[type="radio"]:checked + label {
  background: #8ef34d;  /* Green highlight */
  color: #000;
}

.project-type .review {
    width: 76%;
    align-items: center;
    position: relative;
    margin-right: 50px;
    display: inline-flex;
    gap: 20px;
    margin-left: 20px;
}
.project-type .review > ul {
    margin-bottom: 0;
}
.project-type .review p {
    color: #fff;
    padding-bottom: 0;
    font-weight: 600;
}
.project-type .goole-star {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    backdrop-filter: none;
    top: 90px;
    right: 80px;
}
.business-insurance-form {
    display: flex;
    padding: 0;
    clip-path: none; 
} 
.hero-section.business-insurance:before {
    display: none;
} 
.business-insurance-form {
    display: flex;
    padding: 0;
    clip-path: none;
    background-color: #fff;
}
.business-insurance-form > div {
    padding: 70px;
}
/* 31. header.two */
header.two a,header.two span {
    color: #000 !important;
} 
header.two {
    border: 0;
}
header.two a.union {
    background-color: #ffffff;
    border: 1px solid #999;
}
/* 32. business-insurance-form */
.business-insurance-form h6, 
.business-insurance form#contact-form h3, 
.business-insurance .get-a-quote label{
    color: #000;
}
.business-insurance-form .nice-select:after {
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
}
form label {
    font-weight: bold;
}
.business-insurance-form .nice-select,
.business-insurance-form input,
.business-insurance-form input::placeholder,
.business-insurance-form textarea,
.business-insurance-form textarea::placeholder {
    color: #999999;
    border-color: #999999 ;
}
/* 33. plan-option */
.plans {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
} 
.plan-option input[type="radio"] {
  display: none;
} 
.plan-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #3E4242;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer; 
  transition: 0.3s ease;
  position: relative;
  width: 31%;
  padding-left: 44px;
} 
.plan-text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #fff;
} 
.plan-option input[type="radio"] + .plan-text::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #B4B4B4;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.plan-option input[type="radio"]:checked + .plan-text::before { 
    background-color: #B4B4B4; 
} 
.plan-option:hover {
  background-color: #444;
  transform: scale(1.02);
}
.business-insurance-form button.btn {
    margin-top: 20px;
}
.business-insurance-form button.btn {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
/* 34. expert-guidance */ 
.expert-guidance form#contact-form {
    background-color: #0B1714;
    padding: 40px;
}
.expert-guidance {
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
.expert-guidance-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
} 
.expert-guidance-text h1 {
    font-weight: bold;
    font-size: 70px;
} 
.expert-guidance-text .review {
    width: auto;
    display: block;
    text-align: end;
    margin: 0;
    margin-left: 40px;
} 
.expert-guidance-text .review ul img {
    border-color: #fff;
} 
.expert-guidance-text .review span {
    color: #444;
} 
.expert-guidance-text .review p {
    color: #444;
    font-weight: 600;
}
/* 35. our-mission-list */
.our-mission-list {
    width: 80%;
} 
.our-mission-list p,.our-mission-list li {
    font-size: 18px;
} 
.our-mission-list ul {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
} 
.our-mission-list ul li i {
    color: #B5B5B5;
    font-size: 22px;
    margin-right: 10px;
} 
.our-mission-list ul li {
    color: #444;
    display: flex;
    align-items: center;
    padding-right: 30px;
} 
.expert-guidance img.full-img {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -5%;
}
/* 36. subscribe-form */
.subscribe-form .review p {
    color: #fff;
} 
.subscribe-form .goole-star {
    position: absolute;
    background-color: transparent;
    top: 90px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 0;
    padding: 0;
    backdrop-filter: none;
} 
.subscribe-form .review {
    margin: 0;
    margin-top: 32px;
} 
.subscribe-form {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 70%, 90% 100%, 0 100%, 0% 80%, 0 0);
    margin-top: 227px;
} 
.subscribe {
    display: flex;
    align-items: center;
} 
.subscribe input[type="text"] {
    margin: 0;
    margin-right: 10px;
} 
.subscribe button.btn {
    width: 226px;
} 
/* 37. botton-section */
.botton-section {
    padding-bottom: 60px !important;
}
.botton-section .hero-text {
    text-align: center;
    width: 70%;
    margin: auto;
}
.botton-section .hero-text p {
    width: 87%;
    margin: auto;
    padding-bottom: 20px;
}
.goole-star.two {
    background-color: transparent;
    border: palegoldenrod;
    padding: 0;
    display: flex;
    align-items: center;
    width: auto;
    gap: 13px;
    margin-left: auto;
}
.botton-section .review > ul {
    margin-bottom: 0;
}
/* 38. hero-section.business-insurance */ 
.hero-section.business-insurance {
    padding-bottom: 0;
}
.hero-section.business-insurance .hero-text h1 {
    color: #000;
} 
.hero-section.business-insurance .hero-text p {
    margin: auto;
    color: #151515;
}
.hero-section.business-insurance .hero-text {
    text-align: center;
    width: 70%;
    margin: auto;
}
.business-insurance .video img {
    border-radius: 0;
}
/* 39. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
    margin-top: 120px;
    position: relative;
    z-index: 1111;
}
a.video-pop:hover i {
    color: #000;
    background-color: #fff;
}
.video img {
    border-radius: 30px;
}
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; 
    color: #ffffff;
    font-size: 20px;
    background-color: #ffffff80;
}

@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
} 
/* 40. white_content */
.white_content a i:hover { 
  transform: rotate(90deg);
} 
.white_content {
  position: fixed;
  top: 0%;
  right: 0%;
  width: 26% !important;
  width: 50%;
  padding: 0;
  background-color: white;
  z-index: 50555;
  overflow: hidden;
  height: 100%;
} 
.box form.message .nice-select:before {
  right: 7%;
}
.lightbox a#close {
    position: absolute;
    right: 14px;
    font-size: 36px;
    top: 7px;
    color: #fff;
    z-index: 115555;
}
.goole-star.two .lightbox-img {
    position: absolute;
    bottom: 0;
} 
.lightbox-img .goole-star.two ul.star {
    padding: 0;
} 
.lightbox-img .goole-star.two {
    position: absolute;
    bottom: 0;
    background-color: #00000080;
    padding: 10px 20px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    bottom: -4%;
    left: 40%;
    width: max-content;
} 
.lightbox-img .goole-star.two img {
    width: 30px;
} 
.lightbox-img img {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 85% 100%, 0% 100%);
}
.lightbox-img {
    position: relative;
}
.lightbox-img {
    position: relative;
}
.sid-businessman .links a {
    background-color: #202020;
    padding: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 0;
}
.lightbox-data {
    padding: 50px;
    z-index: 1111;
    position: relative;
} 
.lightbox-data h3 {
    font-weight: bold;
    padding-bottom: 20px;
} 
.lightbox-data ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 36px;
} 
.lightbox-data ul li i {background-color: #b19e10;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;} 
.lightbox-data ul li p,.lightbox-data ul li a {
    font-size: 18px;
    color: #000;
}
.lightbox-data ul li a:hover {
    color: var(--bgcolor);
}
.white_content:before {
    border: 3px solid #444;
    content: "";
    position: absolute;
    width: 97%;
    height: 97%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1111; 
}
form.get-a-quote.subscribe-form h3 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 40px;
    padding-top: 10px;
    font-weight: bold;
}
form.get-a-quote.subscribe-form {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 72%, 88% 100%, 0 100%, 0% 80%, 0 0);
}
/* 41. transition */ 
.team:before,.services > i,.services > a,ul.social-media i,
.services:before,.services p,.services span,.services h3 a,.services > a,
.header-right .mailnumber a,a.union,a.union svg,.lightbox-data ul li a,
.blog-body a,.links a,.count-text i svg,.services i svg,.login a,.count-text, .footer-links ul li a  {
    transition: .4s ease-in-out;
}







.footer-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap; /* 👈 important */
}

/* Input */
.footer-form input {
  flex: 1;
  min-width: 0; /* 👈 critical for overflow fix */
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  background: #2a2a2a;
  color: #fff;
  font-size: 14px;
}

/* Button */
.footer-form button {
  padding: 14px 24px;
  border-radius: 999px;
  border: none;
  background: #b19e10;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* Mobile: stack nicely */
@media (max-width: 600px) {
  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-form button {
    width: 100%;
  }
}







/* ── Reset scope ── */
.pc-section, .pc-section * { box-sizing: border-box; }
 
/* ── Design tokens ── */
:root {
  --pc-bg:           #F7F4F0;
  --pc-surface:      #FFFFFF;
  --pc-ink:          #111111;
  --pc-ink-mid:      #444444;
  --pc-ink-muted:    #888480;
  --pc-gold:         #C4973B;
  --pc-gold-light:   #F5EDD9;
  --pc-gold-dim:     rgba(196,151,59,0.14);
  --pc-gold-line:    rgba(196,151,59,0.32);
  --pc-border:       #E8E3DA;
  --pc-pro-bg:       #111111;      /* "Most Popular" card — inverted */
  --pc-pro-surface:  #1C1A17;
  --pc-pro-border:   rgba(255,255,255,0.10);
  --pc-pro-muted:    rgba(250,248,244,0.50);
  --pc-pro-text:     #FAF8F4;
  --font-serif:      'Cormorant Garamond', Georgia, serif;
  --font-sans:       'DM Sans', sans-serif;
  --pc-ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --pc-radius:       20px;
  --pc-radius-sm:    10px;
}
 
/* ── Section shell ── */
.pc-section {
  background: var(--pc-bg);
  padding: 104px 0 120px;
  position: relative;
  overflow: hidden;
  font-family: var(--font-sans);
}
 
/* Faint diagonal texture */
.pc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 48px,
    rgba(196,151,59,0.035) 48px,
    rgba(196,151,59,0.035) 49px
  );
  pointer-events: none;
}
 
/* ── Container ── */
.pc-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
 
/* ── Section header ── */
.pc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.pc-header-left {}
 
.pc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pc-gold);
  margin-bottom: 14px;
}
.pc-kicker::before,
.pc-kicker::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--pc-gold-line);
}
 
.pc-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--pc-ink);
  margin: 0 0 12px;
  line-height: 1.15;
}
.pc-header h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--pc-gold);
}
.pc-header p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--pc-ink-muted);
  margin: 0;
  max-width: 420px;
}
 
/* ── Billing toggle ── */
.pc-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.pc-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--pc-ink-muted);
  font-weight: 400;
}
.pc-toggle-label.active { color: var(--pc-ink); font-weight: 500; }
 
/* pill switch */
.pc-switch {
  position: relative;
  width: 48px;
  height: 26px;
  cursor: pointer;
}
.pc-switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.pc-slider {
  position: absolute;
  inset: 0;
  background: var(--pc-border);
  border-radius: 40px;
  transition: background 0.3s ease;
}
.pc-slider::before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  transition: transform 0.3s var(--pc-ease);
}
.pc-switch input:checked ~ .pc-slider { background: var(--pc-gold); }
.pc-switch input:checked ~ .pc-slider::before { transform: translateX(22px); }
 
.pc-save-badge {
  font-size: 11px;
  font-weight: 500;
  color: var(--pc-gold);
  background: var(--pc-gold-dim);
  border: 1px solid var(--pc-gold-line);
  border-radius: 40px;
  padding: 3px 12px;
  letter-spacing: 0.06em;
}
 
/* ── Nav arrows ── */
.pc-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.pc-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--pc-border);
  background: var(--pc-surface);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s var(--pc-ease);
  outline: none;
}
.pc-arrow:hover {
  background: var(--pc-ink);
  border-color: var(--pc-ink);
}
.pc-arrow:hover path { stroke: #fff; }
.pc-arrow svg path { transition: stroke 0.2s ease; }
.pc-arrow.pc-a-prev:hover svg { transform: translateX(-1px); }
.pc-arrow.pc-a-next:hover svg { transform: translateX(1px); }
.pc-arrow svg { transition: transform 0.2s ease; }
 
/* progress bar */
.pc-progress {
  flex: 1;
  height: 2px;
  background: var(--pc-border);
  border-radius: 2px;
  overflow: hidden;
  max-width: 80px;
}
.pc-progress-fill {
  height: 100%;
  background: var(--pc-gold);
  border-radius: 2px;
  transition: width 0.4s var(--pc-ease);
  width: 33.33%;
}
 
/* ── Swiper setup ── */
.pc-swiper-outer { position: relative; }
.pc-swiper {
  overflow: visible !important;
  padding-bottom: 16px !important;
}
/* Right fade hint */
.pc-swiper-outer::after {
  content: '';
  position: absolute;
  top: 0; right: -1px;
  width: 80px;
  height: calc(100% - 16px);
  background: linear-gradient(to right, transparent, var(--pc-bg));
  pointer-events: none;
  z-index: 10;
}
 
/* ════════════════════════════════
   PRICING CARD — BASE (light)
   ════════════════════════════════ */
.pc-card {
  background: var(--pc-surface);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.35s var(--pc-ease), box-shadow 0.35s var(--pc-ease);
  cursor: default;
}
.pc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 72px rgba(0,0,0,0.09);
}
 
/* Coloured top strip */
.pc-card-stripe {
  height: 4px;
  background: var(--pc-border);
  width: 100%;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.pc-card:hover .pc-card-stripe,
.pc-card.pc-featured .pc-card-stripe {
  background: var(--pc-gold);
}
 
/* Card head */
.pc-card-head {
  padding: 32px 32px 24px;
  border-bottom: 1px solid var(--pc-border);
}
.pc-tier-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pc-tier-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
}
.pc-popular-tag {
  display: none;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-gold);
  background: var(--pc-gold-light);
  border-radius: 40px;
  padding: 4px 12px;
}
 
/* Price display */
.pc-price-block { margin-bottom: 6px; }
.pc-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
}
.pc-currency {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--pc-gold);
  padding-bottom: 6px;
}
.pc-amount {
  font-family: var(--font-serif);
  font-size: 3.4rem;
  font-weight: 500;
  color: var(--pc-ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.pc-period {
  font-size: 13px;
  color: var(--pc-ink-muted);
  padding-bottom: 8px;
  font-weight: 300;
}
.pc-annual-note {
  font-size: 12px;
  color: var(--pc-ink-muted);
  margin-top: 4px;
  min-height: 18px;
  transition: opacity 0.3s ease;
}
.pc-annual-note .pc-save {
  color: var(--pc-gold);
  font-weight: 500;
}
 
/* Card description */
.pc-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--pc-ink-muted);
  margin: 16px 0 0;
}
 
/* Card body — features */
.pc-card-body {
  padding: 24px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pc-feat-group-label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-ink-muted);
  margin: 18px 0 12px;
}
.pc-feat-group-label:first-child { margin-top: 0; }
 
.pc-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pc-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--pc-ink-mid);
  line-height: 1.45;
}
.pc-feat-icon {
  flex-shrink: 0;
  margin-top: 1px;
  width: 16px; height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-feat.pc-no {
  color: var(--pc-ink-muted);
  opacity: 0.55;
}
.pc-feat.pc-no .pc-feat-icon svg circle { fill: none; }
 
/* Divider */
.pc-divider {
  height: 1px;
  background: var(--pc-border);
  margin: 18px 0 0;
}
 
/* Card footer */
.pc-card-foot {
  padding: 24px 32px 32px;
}
.pc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 40px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid var(--pc-border);
  background: transparent;
  color: var(--pc-ink);
  transition: background 0.25s var(--pc-ease), border-color 0.25s var(--pc-ease),
              color 0.25s var(--pc-ease), transform 0.2s ease, box-shadow 0.25s ease;
}
.pc-cta svg { transition: transform 0.2s ease; }
.pc-cta:hover {
  background: var(--pc-ink);
  border-color: var(--pc-ink);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}
.pc-cta:hover svg { transform: translate(2px, -2px); }
.pc-cta:hover path { fill: #fff; }
 
.pc-cta-note {
  text-align: center;
  font-size: 11.5px;
  color: var(--pc-ink-muted);
  margin-top: 10px;
}
 
/* ════════════════════════════════
   FEATURED CARD overrides (dark)
   ════════════════════════════════ */
.pc-card.pc-featured {
  background: var(--pc-pro-bg);
  border-color: rgba(196,151,59,0.25);
  box-shadow: 0 16px 64px rgba(0,0,0,0.22);
}
.pc-card.pc-featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 36px 80px rgba(0,0,0,0.28);
}
.pc-card.pc-featured .pc-card-head {
  border-bottom-color: var(--pc-pro-border);
}
.pc-card.pc-featured .pc-tier-name { color: var(--pc-pro-text); }
.pc-card.pc-featured .pc-popular-tag {
  display: inline-block;
  background: var(--pc-gold-dim);
  color: var(--pc-gold);
  border: 1px solid var(--pc-gold-line);
}
.pc-card.pc-featured .pc-amount { color: var(--pc-pro-text); }
.pc-card.pc-featured .pc-currency { color: var(--pc-gold); }
.pc-card.pc-featured .pc-period { color: var(--pc-pro-muted); }
.pc-card.pc-featured .pc-annual-note { color: var(--pc-pro-muted); }
.pc-card.pc-featured .pc-card-desc { color: var(--pc-pro-muted); }
.pc-card.pc-featured .pc-feat-group-label { color: rgba(250,248,244,0.35); }
.pc-card.pc-featured .pc-feat { color: rgba(250,248,244,0.80); }
.pc-card.pc-featured .pc-feat.pc-no { color: rgba(250,248,244,0.3); }
.pc-card.pc-featured .pc-divider { background: var(--pc-pro-border); }
.pc-card.pc-featured .pc-card-stripe { background: var(--pc-gold) !important; }
 
/* Featured CTA — gold filled */
.pc-card.pc-featured .pc-cta {
  background: var(--pc-gold);
  border-color: var(--pc-gold);
  color: #0D0D0D;
}
.pc-card.pc-featured .pc-cta:hover {
  background: #d4a741;
  border-color: #d4a741;
  color: #0D0D0D;
  box-shadow: 0 12px 32px rgba(196,151,59,0.35);
}
.pc-card.pc-featured .pc-cta path { fill: #0D0D0D; }
.pc-card.pc-featured .pc-cta-note { color: var(--pc-pro-muted); }
 
/* ── Swiper pagination ── */
.pc-swiper .swiper-pagination {
  bottom: 0 !important;
  display: none; /* using custom progress bar instead */
}
 
/* ── Mobile ── */
@media (max-width: 768px) {
  .pc-section { padding: 72px 0 88px; }
  .pc-header { flex-direction: column; align-items: flex-start; }
  .pc-toggle-wrap { align-items: flex-start; }
  .pc-swiper-outer::after { display: none; }
  .pc-card-head, .pc-card-body, .pc-card-foot { padding-left: 24px; padding-right: 24px; }
}
 
/* ── Reveal animation ── */
.pc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1),
              transform 0.65s cubic-bezier(0.4,0,0.2,1);
}
.pc-reveal.in { opacity: 1; transform: none; }
.pc-d1 { transition-delay: 0.08s; }
.pc-d2 { transition-delay: 0.18s; }
.pc-d3 { transition-delay: 0.28s; }




/* ============================================================
   FONT STANDARDIZATION PATCH  —  Dr. Kaveh
   Paste this at the VERY BOTTOM of your assets/css/style.css
   
   What this does:
   - Removes Cormorant Garamond + DM Sans from all new sections
   - Forces Host Grotesk throughout every component
   - Keeps all sizing, weight, and color decisions intact
   ============================================================ */


/* ── 1. Kill the extra Google Fonts import ──────────────────
   The new sections loaded Cormorant Garamond + DM Sans via
   a <link> tag in the HTML. Remove those <link> tags from
   your HTML files, OR override them here so they have no effect.
   ──────────────────────────────────────────────────────────── */

/* ── 2. Reassign font tokens used by new sections ─────────── */
:root {
  --font-serif: "Host Grotesk", sans-serif;   /* was Cormorant Garamond */
  --font-sans:  "Host Grotesk", sans-serif;   /* was DM Sans            */
  --font-body:  "Host Grotesk", sans-serif;   /* masterclass section     */
  --font-display: "Host Grotesk", sans-serif; /* course carousel section */
}


/* ── 3. Pricing carousel section ───────────────────────────── */
.pc-section,
.pc-section *,
.pc-header h2,
.pc-tier-name,
.pc-amount,
.pc-currency,
.pc-kicker,
.pc-cta,
.pc-feat,
.pc-card-desc,
.pc-feat-group-label,
.pc-annual-note,
.pc-toggle,
.pc-save-badge,
.pc-cta-note {
  font-family: "Host Grotesk", sans-serif !important;
}

/* Tighten the huge serif price number — Host Grotesk needs
   slightly different sizing to look equally bold */
.pc-amount {
  font-size: 3rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}

/* Tier names: Host Grotesk looks better semi-bold here */
.pc-tier-name {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Remove italic — Host Grotesk italics on headings looks odd */
.pc-header h2 em {
  font-style: normal !important;
  font-weight: 300 !important;
}


/* ── 4. Masterclass section ─────────────────────────────────── */
.mc-section,
.mc-section *,
.mc-headline h2,
.mc-headline .mc-sub,
.mc-desc p,
.mc-outcome-title,
.mc-outcome-text,
.mc-outcome-num,
.mc-eyebrow-text,
.mc-eyebrow-badge,
.mc-section-label,
.mc-format-pill,
.mc-feat-group-label,
.mc-cta-price,
.mc-cta-price-note,
.mc-btn-primary,
.mc-btn-secondary,
.mc-guarantee-text,
.mc-stat-value,
.mc-stat-label,
.mc-bottom-cta {
  font-family: "Host Grotesk", sans-serif !important;
}

/* Main headline: Host Grotesk at display size needs more weight */
.mc-headline h2 {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  font-style: normal !important;
}

/* Remove italic spans inside heading */
.mc-headline h2 em {
  font-style: normal !important;
  font-weight: 300 !important;
}

/* Sub-headline: was styled as serif italic, normalise it */
.mc-headline .mc-sub {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: clamp(1rem, 1.6vw, 1.15rem) !important;
}

/* Outcome numbers: were Cormorant display numerals, now regular */
.mc-outcome-num {
  font-size: 0.8rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  opacity: 0.6 !important;
}

/* Price in CTA block */
.mc-cta-price {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

/* Stat values in bottom banner */
.mc-stat-value {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}


/* ── 5. Course carousel section ─────────────────────────────── */
.courses-section,
.courses-section *,
.cc-heading h2,
.cc-heading .label,
.cc-title,
.cc-desc,
.cc-modules li,
.cc-meta-value,
.cc-meta-label,
.cc-btn,
.cc-tag {
  font-family: "Host Grotesk", sans-serif !important;
}

/* Course card title: was large serif, normalise weight */
.cc-title {
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem) !important;
  letter-spacing: -0.01em !important;
}

/* Section heading */
.cc-heading h2 {
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: -0.02em !important;
}

/* Meta value (duration) */
.cc-meta-value {
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}


/* ── 6. Global safety net ────────────────────────────────────
   Catches any element still referencing the old font stacks
   ────────────────────────────────────────────────────────── */
[style*="Cormorant"],
[style*="DM Sans"] {
  font-family: "Host Grotesk", sans-serif !important;
}


/* ── REMOVE THESE <link> TAGS FROM YOUR HTML <head> ─────────
   Find and delete the following line(s) in index.html:

   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond...&family=DM+Sans...&display=swap" rel="stylesheet">

   There may be 1–3 of these depending on how many new
   sections you pasted. Removing them stops the browser
   downloading fonts that are no longer used, improving
   page load speed.
   ──────────────────────────────────────────────────────────── */



   .reviews-team {
    display: flex;
    align-items: center;
    gap: 12px; /* space between image & name */
    margin-top: 15px;
}

.reviews-team img {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* makes it circular */
    object-fit: cover; /* prevents stretching */
}

.reviews-team h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* ===============================
   Newsletter Popup
================================= */

/* Overlay */
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.newsletter-content {
  position: relative;
  width: 600px;
  max-width: 90%;
  min-height: 500px;
  padding: 60px 40px;
  border-radius: 16px;
  overflow: hidden;
}

/* Background */
.newsletter-content .bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: 1;
}

/* Content */
.popup-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

/* Heading */
.popup-inner h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 500px;
  color: #fff;
}

/* Form spacing */
.popup-form {
  margin-top: 50px;
  width: 100%;
}

/* Input */
.popup-inner .form-control {
  background: rgba(255,255,255,0.9);
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  color: white;
  cursor: pointer;
  z-index: 3;
}

/* Fix Subscribe Button Hover */
.popup-inner .btn-primary {
  background-color: #c4973b;   /* your yellow/gold */
  border-color: #c4973b;
}

.popup-inner .btn-primary:hover {
  background-color: #c4973b !important;
  border-color: #c4973b !important;
  color: #fff;
}

.popup-inner .btn-primary:focus,
.popup-inner .btn-primary:active {
  background-color: #c4973b !important;
  border-color: #c4973b !important;
  box-shadow: none;
}

/* ===============================
   Mobile Fix
================================= */

@media (max-width: 576px) {

  .newsletter-content {
    width: 90%;
    padding: 30px 20px;
    min-height: auto;
  }

  .popup-inner h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .popup-form {
    margin-top: 25px;
  }

  .popup-inner .form-control {
    height: 45px;
    font-size: 14px;
  }

  .popup-inner button {
    font-size: 14px;
    padding: 10px;
  }
}