:root {
    --primary-color: #4a5cff;
    --secondary-color: #ff5f40;
    --dark-bg: #000033;
    --text-white: #ffffff;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-white);
    overflow-x: hidden;
}

header {
    transition: all .5s ease-in-out;
}

header#myHeader {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}

/*header.sticky {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*    box-shadow: 0 0 2px #fff;*/
/*}*/

header.sticky>nav.navbar {
    padding: 10px 0 !important;
}

a {
    text-decoration: none !important;
}

.navbar {
    background-color: #000;
    padding: 15px 0;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--text-white);
}

.contact-info {
    color: var(--text-white);
    display: flex;
    align-items: center;
}

a.navbar-brand.text-white>img.img-fluid {
    width: 150px;
}

.logo {
    width: 240px !important;
    /* filter: invert(1); */
}

header#myHeader>nav.navbar {
    background: #fff !important;
}

.btn-talk {
    background-color: var(--primary-color);
    color: var(--text-white);
    font-weight: 600;
    border: none;
    padding: 8px 20px;
    margin-left: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-talk:hover {
    background-color: var(--secondary-color);
    color: var(--text-white);
}

/* Side CTA and Form */
.side-cta {
    position: fixed;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 15px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 600;
    z-index: 1000;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    transition: left 0.3s ease;
}

.side-cta.active {
    left: 348px;
}

.side-form-container {
    position: fixed;
    left: -350px;
    top: 20%;
    width: 350px;
    border: 1px solid #fff;
    background-color: #000;
    z-index: 999;
    transition: left 0.3s ease;
    padding: 30px;
    overflow-y: auto;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0;
}

button.btn-submit {
    background: #4a5cff;
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 5px;
    min-width: 100%;
}

.side-form-container.active {
    left: 0;
}

.side-form-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* Modal Form */
div#contactModal .modal-content {
    background-color: #000;
    color: var(--text-white);
    border-radius: 20px;
    border: none;
    max-width: 600px;
    box-shadow: 0 0 4px 1px #ffffff78;
}

.formBox h2 span {
    display: block;
    color: #ff5f40;
}
.form-get-quote textarea.form-control {
    resize: none;
}
button.btn.btn-submit:hover {
    background: #ff5f40;
    color: #fff;
}
.formBox {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border-top: 10px solid #4a5cff !important;
    max-width: 520px;
    margin: 0 auto;
    margin-right: 0;
}

.formBox h2 {
    font-weight: 600;
    color: #000;
    font-size: 28px;
    letter-spacing: -.03em;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
}

div#contactModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

div#contactModal .modal-title {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
}

div#contactModal .modal-body {
    padding: 20px 30px 30px;
}

div#contactModal .modal-footer {
    border-top: none;
    justify-content: center;
    padding-top: 0;
}

.btn-close {
    color: var(--text-white);
    opacity: 1;
    font-size: 1.5rem;
}

/* Form Styles */
.form-control {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: var(--primary-color);
    color: white;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999;
}

.form-label {
    font-weight: 600;
    margin-bottom: 10px;
}

div#contactModal .btn-submit {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 15px 30px;
    width: 100%;
    border: none;
    margin-top: 20px;
    border-radius: 0;
}

div#contactModal .btn-submit:hover {
    background-color: var(--secondary-color);
}

.phone-input-group {
    display: flex;
    margin-bottom: 20px;
}

.phone-input-group .country-code {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    min-width: 80px;
}

.phone-input-group .form-control {
    margin-bottom: 0;
}

/* Hero Section */
.hero-section {
    padding: 180px 0px 50px;
    position: relative;
    background: linear-gradient(#000000d6, #000000d6), url(../images/website-development.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.highlight {
    color: #ff5f40;
    position: relative;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff5f40;
    border-radius: 2px;
}

.btn-chat {
    background-color: var(--primary-color);
    color: var(--text-white);
    font-weight: 600;
    padding: 12px 30px;
    font-size: 1.1rem;
    border: none;
    margin-top: 20px;
}

.btn-chat:hover {
    background-color: var(--secondary-color);
    color: var(--text-white);
}

.dark-chat:hover {
    background: var(--primary-color) !important;
}

.hero-image {
    max-width: 100%;
    height: auto;
}

/* Our Approach Section */
.approach-section {
    padding: 70px 0;
    background-color: #000;
}

.approach-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}

.approach-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.approach-highlight {
    color: var(--primary-color);
    position: relative;
}

.approach-highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Services Section */
.services-section {
    padding: 70px 0;
    background-color: #000;
}

.services-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.services-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #ccc;
}

.service-item {
    margin-bottom: 20px;
}

.service-icon {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #4a5cff;
}

.service-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

section.packages [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}

section.packages [class^=col-md-4]>div:hover {
    background: rgb(30 30 30);
}

.service-icon i {
    color: #fff !important;
}

.pricebox {
    text-align: start;
    margin-bottom: 10px;
}

.service-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 0;
    min-height: 155px;
    max-height: 155px;
    overflow: auto;
}

.service-description::-webkit-scrollbar {
    width: 5px;
    background-color: var(--secondary-color)
}

.service-description::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color)
}

.service-description::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

section.packages [class^=col-md-4]>div:hover h3 {
    color: #fff !important;
}

section.packages [class^=col-md-4]>div:hover .addontag strong,
section.packages [class^=col-md-4]>div:hover h2,
section.packages [class^=col-md-4]>div:hover h3,
section.packages [class^=col-md-4]>div:hover p,
section.packages [class^=col-md-4]>div:hover small,
section.packages [class^=col-md-4]>div:hover span,
section.packages [class^=col-md-4]>div:hover strike,
section.packages [class^=col-md-4]>div:hover strike span,
section.packages [class^=col-md-4]>div:hover sup,
section.packages [class^=col-md-4]>div:hover ul li,
section.packages [class^=col-md-4]>div:hover ul li:before {
    color: #fff;
    transition: .3s ease-in-out;
}

/* Portfolio Section */
.portfolio-section {
    padding: 70px 0;
    background-color: #000;
}

.portfolio-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}

.portfolio-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.portfolio-filter {
    margin: 0 15px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
}

.portfolio-filter.active {
    color: var(--primary-color);
}

.portfolio-filter.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 250px;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-category {
    display: none;
}

.portfolio-category.active {
    display: grid;
}

/* Contact Section */
.contact-section {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-ZIFHgoUbcsPUq336EOkMvZuXsW4zNl.png');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.contact-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-check-label {
    margin-left: 10px;
    color: #ccc;
}

/* TESTIMONIL SEC START  */
.testimonials-section {
    padding: 70px 0;
}

.section-subtitle {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}

.testimonial-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    position: relative;
    margin: 15px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricebox strike {
    display: inline-flex;
    flex-direction: column;
    font-weight: 600;
}

.pricebox strike span {
    line-height: 12px;
}

.quote-icon {
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 100px;
    color: #ffa740;
    opacity: 0.8;
    line-height: 1;
}

.testimonial-text {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.client-info {
    margin-top: 20px;
}

.client-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.client-position {
    color: #666;
    font-size: 14px;
}

/* Slick slider custom styles */
.testimonials-section .slick-prev,
.testimonials-section .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
    color: #4a5cff;
    opacity: 0.75;
}

.testimonials-section .slick-prev {
    left: -40px;
}

.testimonials-section .slick-next {
    right: -40px;
}

.testimonials-section .slick-dots li button:before {
    font-size: 12px;
    color: #ffa740;
}

.testimonials-section .slick-dots li.slick-active button:before {
    color: #4a5cff;
    opacity: 1;
}

/* TESTIMONIL SEC END  */
/* Footer */
.footer {
    padding: 80px 0 40px;
    background-color: #000;
    border-top: 2px solid #fff;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 30px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-phone {
    color: #ccc;
    text-decoration: none;
}

.footer-phone:hover {
    color: var(--primary-color);
}

.footer-copyright {
    color: #777;
}

.footer-policies {
    display: flex;
}

.footer-policies a {
    color: #ccc;
    text-decoration: none;
    margin-left: 20px;
}

.footer-policies a:hover {
    color: var(--primary-color);
}

.social-icons {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
}

.social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.overlay.active {
    display: block;
}


.portfoliowrp {
    padding: 70px 0;
    background: #f9f9f9
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center
}

.portfoliowrp .navwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px
}

.portfoliowrp .navwrp ul,
.portfoliowrp .port-box ul {
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 0;
}

.portfoliowrp .port-box ul li {
    width: 22%;
    display: flex;
    justify-content: center;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    margin: 0 20px 20px;
    transition: all .5s ease-in-out;
}
span.price-tag {
    font-weight: 800;
    background: url(../images/price-tag.png) no-repeat left top;
    background-size: contain;
    width: 135px;
    height: 167px;
    position: absolute;
    text-align: center;
    color: #000;
    left: -35px;
    font-size: 49px;
    font-weight: bold;
    padding-top: 76px;
    top: 25%;
    font-family: 'cera_probold';
}
span.off-50 {
    position: absolute;
    right: -70px;
    top: -51px;
}
span.price-tag:before {
    /* content: "$398"; */
    content: "$663";
    font-size: 16px;
    position: absolute;
    right: -20px;
    background: red;
    border-radius: 50px;
    width: 50px;
    color: #fff;
    height: 50px;
    text-decoration: line-through;
    padding: 12px 6px 0;
    top: -20px;
}
span.price-tag:after {
    content: "";
    position: absolute;
    right: -20px;
    background: url(../images/money-back.png) no-repeat left top;
    top: 166px;
    width: 180px;
    height: 130px;
    bottom: 0;
    background-size: contain;
}
.tabs.current {
    display: block;
}

.choice-pat>img,
.copy ul li:last-child::before,
.desk-hide,
.info-test>img.test-bg,
.mobilePackages,
.mobilePackages-sec,
.mobilePackges,
.tabs,
p.form_tagline br {
    display: none;
}

.portfoliowrp .navwrp ul li {
    /* margin: 0 5px; */
    padding: 10px 15px;
    color: #000;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    display: block;
}

.portfoliowrp .navwrp ul li.current {
    background: #302d2d;
    color: #fff
}



.portfoliowrp .port-box ul li:hover {
    background-color: #fff;
    transform: scale(1.1)
}

.portfoliowrp .port-box ul li img {
    width: 340px;
    height: 310px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    padding: 50px 0 0
}

.tabs.current {
    display: block
}

.tabs-web-dsgn li.hk_web_height {
    height: 400px;
    overflow: hidden;
    background-size: cover;
    border-radius: 10px
}


.iconsBoxs li a>i {
    HEIGHT: 30PX;
    WIDTH: 30PX;
    background: #4a5cff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px
}

/* Packages Section STRAT  */
section.packages h2 {
    margin: 0 0 10px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem
}

section.packages [class^=col-md-4]>div {
    border-radius: 14px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #5b5e60;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    transition: .3s ease-in-out
}

section.packages [class^=col-md-4]>div h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    transition: .3s ease-in-out;
    margin-bottom: 3px
}

section.packages [class^=col-md-4]>div h2+p {
    font-size: 11px;
    color: #000;
    text-align: left;
    width: 89%;
    margin: 0 0 16px;
    line-height: 14px;
    font-weight: 600
}

section.packages .pricebox *,
section.packages ul {
    vertical-align: middle
}

ul.scrollbar li {
    position: relative;
    z-index: 99;
    display: block;
    text-align: start;
    padding-left: 18px;
    margin-bottom: 6px;
}

ul.scrollbar::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}

.service-item {
    padding: 20px;
    border: 1px solid #cccc;
    border-radius: 10px;
}

small.calltoactn {
    display: block;
    margin-bottom: 10px;
}

section.passion {
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actions a {
    min-width: inherit;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid;
}

section.packages a.grad-btn {
    color: #000;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    background: var(--secondary-color);
}

ul.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: var(--primary-color);
}

ul.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--primary-color)
}

.footer img.logo {
    filter: brightness(0.1) invert(1);
}

section.packages [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 53px;
    margin: 0;
    font-weight: 700;
    color: #000;
    padding-right: 10px
}

section.packages [class^=col-md-4]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: 7px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 9px;
    position: absolute;
    left: 0;
    color: #4a5cff;
}

/* Packages Section END  */
.cta-sec {
    padding: 100px 0;
    background-image: linear-gradient(45deg, #0000007a, #0000007a), url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

ul.scrollbar {
    min-height: 250px;
    max-height: 250px;
    overflow: auto;
    padding: 0;
}

.head-ul {
    display: flex;
    gap: 20px;
    color: #fff;
}

.dark-chat {
    background: #ff5f40 !important;
}

.btn-chat,
.btn-dark {
    font-size: 1.5rem;
    padding: 11px 30px;
    border-radius: .25rem;
    background: #4a5cff;
    color: #fff;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.head-ul li {
    display: flex;
}

.head-ul {
    display: flex;
    gap: 20px;
    color: #fff;
}

.head-ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}

section.packages {
    padding: 70px 0;
}

.btn-dark>i {
    color: #4a5cff;
}

.btn-dark {
    background: #000;
    text-decoration: none;
}

.btn-dark:hover {
    background-color: #00000073;
}

.infolinks li a {
    color: #fff !important;
}

.infolinks li i {
    color: #fff;
    margin-right: 5px;
}

.infolinks li {
    color: #fff;
    font-size: 15px;
    display: block !important;
    margin-bottom: 14px;
    font-weight: 400;
    list-style: none;
}

.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
    font-size: 45px !important;
}

.rounded3 {
    border-radius: 0.5rem;
}

@media (max-width: 1250px) {

    .portfoliowrp .port-box ul li {
        width: 44%;
        justify-content: center;
    }

    section.cta-sec>div>div {
        width: 100% !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {

    .hero-title,
    .approach-title,
    .services-title,
    .portfolio-title,
    .contact-title {
        font-size: 3rem;
    }


    .hero-image {
        margin-top: 50px;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .side-cta {
        display: none;
    }

    ul.head-ul.iconsBoxs {
        background: #000000;
        margin: 0;
        padding: 10px 23px;
        justify-content: space-between;
    }

    ul.head-ul.iconsBoxs li:nth-child(2) {
        display: none;
    }

    .navbar>.container {
        justify-content: center !important;
    }

    .footer .logo {
        display: table;
        margin: 0 auto;
    }

    .footer p {
        text-align: center;
    }

    .hero-section h1.hero-title,
    .hero-text {
        text-align: center !important;
    }

    header#myHeader {
        top: 0px;
    }

    .rounded3 {
        border-radius: 0rem;
    }

    ul.head-ul.iconsBoxs li a {
        color: #fff;
    }
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

    .portfoliowrp .port-box ul li img {
        width: 100%;
        height: unset;
        object-fit: cover;
        object-position: top;
        border-radius: 0;
    }

    .portfoliowrp .port-box ul li a figure {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
        border-radius: 15px;
        overflow: hidden;
    }

    .social-icons {
        display: none;
    }

    .portfoliowrp .port-box ul li {
        width: 80%;
    }


    .hero-title,
    .approach-title,
    .services-title,
    .portfolio-title,
    .contact-title {
        font-size: 2.5rem;
    }

    .side-cta {
        display: none;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-filters {
        flex-wrap: wrap;
    }

    .portfolio-filter {
        margin: 0 10px 10px;
    }

    .side-form-container {
        width: 100%;
        left: -100%;
    }

    .side-form-container.active {
        left: 0;
    }
}


section.packages sup {
    font-size: 25px;
}

@media (max-width: 767px) {
    span.price-tag, span.off-50 {
        display: none;
    }
}