:root {
    --primary: #0a1f44;
    --secondary: #2e8b57;
    --primary-rgb: rgb(10, 31, 68);
    /* no hash, just numbers */
    --secondary-rgb: rgb(46, 139, 87);
}

body,
html {
    background-color: #f8fafc;
    color: #404040;
    font-family: 'Open sans';
    font-weight: 500;
    margin: 0;
    height: 100vh;
}

.logo {
    max-height: 200px
}


.bg-secondary {
    background: rgb(46, 139, 87) !important
}

.bg-primary {
    background: rgb(10, 31, 68) !important
}

.btn-secondary {
    background: #2E8B57;
    color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background: #319067
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(63, 185, 132, .5)
}

.btn-primary {
    background: #0A1F44;
    color: #fff
}

.btn-primary:hover {
    color: #fff;
    background: #2b2b2b
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5)
}

.bb-3 {
    border-bottom: 3px solid
}

.bt-3 {
    border-top: 3px solid
}

.bl-3 {
    border-left: 3px solid
}

.color-white {
    color: #fff
}

.bg-green {
    background: #38c172
}

.bg-blue {
    background: #3490dc
}

.bg-black {
    background: #000000 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important
}

.spacer1000 {
    height: 1000px
}

.navbar-light .navbar-nav .nav-link {
    color: #404040;
    padding-right: 10px;
    letter-spacing: 3px;
    font-weight: 600
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 600
}

.lead {
    font-size: 1.25rem;
    font-weight: 600
}

.close {
    color: #fff !important;
    opacity: 1 !important
}

.close:hover {
    color: #fff
}

.btn {
    border-radius: 0 !important
}

.modal {
    display: block
}

.modal .modal-body,
.modal .modal-footer,
.modal .modal-header,
.swal2-popup,
.swal2-styled {
    border-radius: 0 !important
}

.footer {
    margin-top: 5%
}

.footer,
.link-1 {
    letter-spacing: 2px
}

.link-1 {
    border-top: double #31475e;
    border-bottom: double #31475e;
    background: none;
    color: #404040 !important;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    transition: all .3s ease 0s
}

.link-1:hover {
    font-weight: 900 !important;
    letter-spacing: 3px;
    text-decoration: none
}

.list-type1 {
    font-size: 13px;
    font-weight: 700
}

.list-type1 ul {
    list-style-type: none;
    padding: 0
}

.list-type1 ul li {
    padding: 15px 0
}

.list-type1 ul li:first-child {
    border-bottom: double
}

.list-type1 ul li span {
    padding: 6px;
    border-left-width: 4px;
    border-left-style: solid;
    position: relative;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid
}

.list-type1 ul li a {
    padding: 6px;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid;
    color: #404040;
    border-bottom-right-radius: 25px
}

.page-heading {
    width: 50%;
    border-bottom: 3px solid
}

.page-heading,
.pagination-link {
    padding: 15px 0
}

.component-block {
    text-align: right;
    display: grid;
    font-style: italic;
    color: #3fb984
}

.full-height {
    height: 100vh
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.position-ref {
    position: relative
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px
}

.title {
    font-size: 84px
}

.links>a {
    color: #31475e;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase
}

.m-b-md {
    margin-bottom: 30px
}

.jumbotron {
    height: 200px;
    padding: 10px !important
}

.br-left {
    border-left: 1px solid rgba(0, 0, 0, .5)
}

.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.nav-tabs a {
    border-radius: 0 !important;
    color: #495057
}

.custom-btn {
    border: none;
    background: #404040;
    color: #fff !important;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    transition: all .3s ease 0s
}

.custom-btn:hover {
    color: #404040 !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background: none;
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, .57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, .57);
    transition: all .3s ease 0s
}

.next-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.next-btn span:after {
    content: "\BB";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px
}

.next-btn:hover span {
    padding-right: 25px
}

.next-btn:hover span:after {
    opacity: 1;
    right: 0
}

.prev-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.prev-btn span:before {
    content: "\AB";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px
}

.prev-btn:hover span {
    padding-left: 25px
}

.prev-btn:hover span:before {
    opacity: 1;
    left: 0
}

.mtr-40 {
    margin: 40px
}

.border-5 {
    border: 5px solid #000 !important
}

.testimonial-img:hover {
    border: 3px solid #000 !important
}

.top-fixed {
    width: 60%;
    top: 0;
    left: 20%;
    right: 20%
}

.bottom-fixed,
.top-fixed {
    position: fixed;
    z-index: 10
}

.bottom-fixed {
    bottom: 10%;
    right: 5%
}

.fade-in-enter {
    opacity: 0;
    transform: translatex(10px);
    transition: all .5s ease-out
}

.fade-in-enter-to {
    opacity: 1;
    transform: translatex(0);
    transition: all .5s ease-out
}

.fade-in-leave-to {
    opacity: 0;
    transform: translatex(-10px);
    transition: all .5s ease-out
}

/* Topbar */
.topbar-primary {
    box-shadow: inset 0px 0px 30px 15px #0a1f44;
    background: #2E8B57 !important;
}

/* Navbar */

.header-ul .services-dropdown div {
    margin-inline-start: 0rem;
}

.header-ul a {
    color: #404040;
}

.header-ul a.loader {
    color: #fff;
}

/* For web */
@media (min-width: 1024px) {
    .header-ul li {
        padding: 0 18px;
        /* margin-inline-start: 2.5rem; */
    }

    .testimonial-box {
        height: 270px;
    }
}

/* For Medium */
@media (min-width: 992px) {
    .testimonial-box {
        height: 285px;
    }
}

/* For small */
@media (max-width: 768px) {
    .testimonial-box {
        height: 350px;
    }

}

/* For mobile */
@media (max-width: 567px) {

    .home-hero-section .container .grid {
        background: none !important;
    }
    .rev-img svg {
        width: 190px;
        height: 114px;
    }

    .rev-box {
        height: 180px !important;
    }

    .rev-num-txt {
        font-size: 16px !important;
    }

    .rev-number {
        font-size: 40px !important;
    }
    .header-ul li {
        padding: 7px 0px;
    }

}

.services-dropdown a:hover,
.services-dropdown div a:hover {
    display: block;
    background: var(--secondary);
    color: white;
    border-radius: 10px;
}

/* Footer */
.back-to-top {
    position: fixed;
    background: var(--secondary);
    justify-content: center;
    align-items: center;
    bottom: -17px;
    right: 90px;
    display: flex;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 12;
    -webkit-transition: all .3s;
    transition: all .3s;
    align-items: center;
}

.bg-gradient {
    background: linear-gradient(to right, #0A1F44, #2E8B57, #0A1F44);
}

.bg-gradient-box {
    box-shadow: inset 0px 0px 30px 15px #0a1f44;
    background: #2E8B57 !important;
}

.g-color {
    background: -webkit-linear-gradient(25deg, var(--primary) 5%, var(--secondary) 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g-color2 {
    background: -webkit-linear-gradient(25deg, var(--primary) 45%, var(--secondary) 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn-order {
    --btn-bg-1: var(--primary);
    --btn-bg-2: var(--secondary);
    cursor: pointer;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            var(--btn-bg-2) 0%,
            var(--btn-bg-1) 55%,
            var(--btn-bg-2) 90%);
    box-shadow:
        inset 4px 4px 8px rgba(10, 10, 10, 0.5),
        inset -4px -4px 8px rgba(10, 31, 67, 0.35);
}

.btn-order:hover {
    background-position: right top;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

/* sections */
.home-hero-section,
.service-hero-section {
    background: linear-gradient(to right, rgb(10 31 68 / 28%), rgba(224, 227, 231, 0.38), rgb(46 139 87 / 60%));
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 180s;
    animation-duration: 180s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* From Uiverse.io by gharsh11032000 */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.45rem 2rem;
    border: 2px solid #0a1f44;
    border-radius: 100px;
    font-size: 16px;
    background-color: inherit;
    font-weight: 600;
    color: #0a1f44;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.45rem 2rem;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    background-color: inherit;
    font-weight: 600;
    color: #0a1f44;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg,
.animated-button2 svg {
    position: absolute;
    width: 24px;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1,
.animated-button2 .arr-1 {
    right: 12px;
}

.animated-button .arr-2,
.animated-button2 .arr-2 {
    left: -25%;
}

.animated-button .circle,
.animated-button2 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); */
}

.animated-button .text,
.animated-button2 .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 6px;
    border: 2px solid;
    padding: 0.45rem 2rem;
}

.animated-button2:hover {
    box-shadow: 0 0 0 12px transparent;
    color: var(--primary);
    border-radius: 100px;
    border: 2px solid #fff;
    padding: 0.45rem 2rem;
}

.animated-button:hover .arr-1,
.animated-button2:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2,
.animated-button2:hover .arr-2 {
    left: 6px;
}

.animated-button:hover .text,
.animated-button2:hover .text {
    transform: translateX(16px);
}

.animated-button:hover .circle,
.animated-button2:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
    z-index: -1;
}

.features ul li {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    list-style: none;
    background-color: #fff !important;
    border-radius: 10px !important;
    color: var(--primary);
    font-size: 18px !important;
    margin: 10px;
    padding: 10px 20px 6px;
    transition: all 0.2s ease-in;
    overflow: hidden;
    z-index: 1;
    box-shadow: 3px 4px 10px rgb(46 139 87 / 70%), 3px -3px 8px rgb(10 31 68 / 70%);
}

.features ul li.active {
    background: linear-gradient(to right, #0A1F44, #2E8B57, #0A1F44) !important;
    color: #fff !important;
}

.features ul li:hover {
    color: #ffffff;
}

.features ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.features ul li:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: var(--primary);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.features ul li:hover:before {
    top: -35%;
    background-color: var(--primary);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.features ul li:hover:after {
    top: -45%;
    background: linear-gradient(to right, #0A1F44, #2E8B57, #0A1F44);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.pricing-sec .card {
    background: #fff;
    border: 1px solid #e5e7eb;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.pricing-sec .card:nth-child(2),
.pricing-sec .card:nth-child(4) {
    background: var(--primary);
    color: white;
}

.pricing-sec .card:nth-child(1) .top,
.pricing-sec .card:nth-child(3) .top {
    background: var(--primary);
    color: white;
}

.pricing-sec .card:nth-child(2) .top,
.pricing-sec .card:nth-child(4) .top {
    background: white;
    color: var(--primary);
}

.pricing-sec .card:nth-child(1) .animated-button,
.pricing-sec .card:nth-child(3) .animated-button {
    background: var(--primary);
    color: white;
}

.pricing-sec .card:nth-child(2) .animated-button,
.pricing-sec .card:nth-child(4) .animated-button {
    background: white;
    color: var(--primary);
}

.pricing-sec .card:nth-child(1) .animated-button svg circle,
.pricing-sec .card:nth-child(3) .animated-button svg circle {
    fill: white;
}

.pricing-sec .card:nth-child(1) .animated-button svg path,
.pricing-sec .card:nth-child(3) .animated-button svg path {
    stroke: var(--primary);
}

.pricing-sec .card .table {
    padding: 15px 15px 30px 15px;
}

.pricing-sec .card .top {
    height: 90px;
    padding: 10px 0 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
}

.pricing-sec .card .top .title {
    font-size: 25px;
    font-weight: 600;
}

.pricing-sec .card:nth-child(1) .table-body tr:hover,
.pricing-sec .card:nth-child(3) .table-body tr:hover {
    background: linear-gradient(to right, #0A1F44, #2E8B57, #0A1F44);
    color: white;
}

.pricing-sec .card:nth-child(2) .table-body tr:hover,
.pricing-sec .card:nth-child(4) .table-body tr:hover {
    background: white;
    color: var(--primary);
}

.show-order:hover .hidden {
    display: block;
}

.testimonial-box {
    background: #ffffff;
    padding: 20px 10px 30px 10px;
}

.samples-para .head {
    color: #929292;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.samples-para .conten {
    font-weight: bold;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.samples .slide-in {
    position: relative;
    background: #fff;
    background: linear-gradient(-50deg, transparent 26px, #fff 0), linear-gradient(50deg, transparent 26px, #f3f6f8 0);
    box-shadow: 0px 4px 18px rgba(166, 166, 166, .1);
    border-radius: 6px;
    margin: 12px 30px;
}

.samples .slide-in:before {
    position: relative;
    content: "";
    display: block;
    width: 20px;
    height: 41px;
    position: absolute;
    left: 30px;
    top: -14px;
    background-image: url('/imgs/sample-clip.svg');
    background-repeat: no-repeat;
}

.samples .slide-in:after {
    position: relative;
    content: "";
    display: block;
    width: 34px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('/imgs/sample-nook.svg');
    background-repeat: no-repeat;
}

.order-steps li {
    background: #ffffff;
    border-radius: 7px;
    padding: 15px 25px;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 1px #ece7fe;
}

.order-steps li.active {
    color: var(--primary);
}

.order-steps li.active .steps_count {
    background: var(--primary);
    color: #ffffff;
}

.heading_steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.steps_count {
    background-color: #ece7fe;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 800;
    display: flex;
    font-size: 20px;
}

.heading_steps h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.pro-image {
    background-image: linear-gradient(55deg, rgb(10 31 68 / 10%), rgb(46 139 87 / 10%));
    border-width: 1px;
    border-radius: 0.65rem;
}

.circle-1 {
    opacity: .45;
    filter: blur(130px);
    border-radius: 50%;
    width: 500px;
    height: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
    background-color: var(--primary);
}

.circle-2 {
    opacity: .45;
    filter: blur(130px);
    border-radius: 50%;
    width: 500px;
    height: 300px;
    position: absolute;
    left: 0;
    z-index: -1;
    background-color: var(--secondary);
}

.featured .circle-1,
.featured .circle-2,
.pricing .circle-1 {
    top: 250px;
}

.pricing .circle-2 {
    bottom: 150px;
}

.questions h4 {
    text-align: left;
}

/* From Uiverse.io by bociKond */
.loader {
    color: white;
    position: relative;
    background: radial-gradient(var(--primary) 94%, #0000);
}

.loader:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: radial-gradient(19.08px at bottom right, #0000 94%, rgb(46 139 87 / 60%)) top left,
        radial-gradient(19.08px at bottom left, #0000 94%, rgb(46 139 87 / 60%)) top right,
        radial-gradient(19.08px at top right, #0000 94%, rgb(46 139 87 / 60%)) bottom left,
        radial-gradient(19.08px at top left, #0000 94%, rgb(46 139 87 / 60%)) bottom right;
    background-size: 20.4px 20.4px;
    background-repeat: no-repeat;
    animation: loader 2s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes loader {
    33% {
        inset: -6.2px;
        transform: rotate(0deg);
    }

}


/* About Page */

.about p,
.privacy p,
.terms p,
.return p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.terms-ul {
    list-style: disc;
    margin-left: 2rem;
}

.terms-ul li {
    padding: 0.4rem 0;
}

.reviews-card {
    background-color: var(--primary);
    color: #fff;
    background-image: radial-gradient(circle, rgb(46 139 87 / 60%), var(--primary));
    border-radius: 18px;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-shadow: 0 3px 20px #0f387026;
}

.sample-carousel .slick-prev,
.sample-carousel .slick-next {
    top: 0;
    /* align at the top */
    transform: none;
    /* remove default vertical center */
    z-index: 5;
    background: #0A1F44;
    background-image: url('../imgs/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

section.faq-sec {
    box-shadow: inset 0px 0px 50px 10px rgb(0 141 91 / 60%);
}

.slide .shadow-effect {
    box-shadow: 0 10px 10px -3px rgb(0 141 91 / 60%), 0 4px 6px -4px rgb(0 141 91 / 60%)
}

/* Move arrows to the right corner */
.sample-carousel .slick-prev {
    right: 58px;
    /* adjust spacing */
    left: auto;
}

.sample-carousel .slick-next {
    right: 27px;
    transform: rotate(180deg);
}

.slick-list {
    padding-top: 1.5rem;
}

/* Contact */

.form-control {
    width: 100%;
    margin-top: 5px;
    border-radius: 0.25rem !important;
    border-width: 1px;
    background: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-text-opacity: 1;
    color: rgb(9 14 52 / var(--tw-text-opacity));
}

.form-control::placeholder {
    color: darkgrey;
    font-weight: 100;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 .12rem var(--primary)
}

.form-select {
    width: 100%;
    margin-top: 5px;
    border-radius: 0.25rem !important;
    border-width: 1px;
    background: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-text-opacity: 1;
    color: rgb(9 14 52 / var(--tw-text-opacity));
}

.calculator .form-select {
    font-size:14px;
    border-radius: 9999px !important;
    border: 1px solid var(--secondary);
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%232E8B57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.form-select::placeholder {
    color: darkgrey;
    font-weight: 100;
}

.form-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 .12rem var(--primary)
}

[type='file']:focus {
    outline: none !important;
    border-color: #fff !important;
}

.iti {
    width: 100%;
    margin-top: 5px;
}

.iti__selected-country {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.iti .iti__selected-dial-code {
    color: rgba(0, 0, 0, 0.5) !important;
}

.iti__country-name {
    color: rgba(0, 0, 0) !important;
}

.iti__search-input {
    padding: 10px;
    color: black;
}

/* Order */

.summary-details li {
    padding: 5px 0;
}

.summary-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-line {
    background-color: rgba(255, 255, 255);
    height: 1px;
    width: 100%;
    max-width: 45px;
}

.view-all-btn {
    background: #ffffff;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.view-all-btn:hover {
    background: var(--primary);
    color: #ffffff;
}

.hire-me-btn {
    background: #ffffff;
    color: var(--secondary);
    border: 2px solid var(--secondary);
}

.hire-me-btn:hover {
    background: var(--secondary);
    color: #ffffff;
}

/* Blogs */

.blogs-panel {
    background: #ffffff;
    border-width: 1px;
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.link-active {
    background: var(--secondary);
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0rem 0.5rem;
    color: var(--secondary);
    content: "/";
}

.free {
    color: var(--secondary);
    font-weight: 600;
}

.blogs-page h1 {
    font-size: 2rem !important;
    font-weight: 600;
    color: #8f0739;
}

.blogs-page h2 {
    font-size: 1.75rem !important;
    font-weight: 600;
}

.blogs-page h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.blogs-page h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.blogs-page h5 {
    font-size: 1rem;
    font-weight: 600;
}

.blogs-page h6 {
    font-size: 0.75rem;
    font-weight: 600;
}

.blog-description a {
    color: var(--secondary);
    font-weight: 600;
}

.blog-description ol {
    list-style: decimal;
    margin-left: 25px;
}

.blog-description ul {
    list-style: disc;
    margin-left: 25px;
}

.samples-sec {
    /* background: url('../imgs/sm3.webp') center right / cover no-repeat; */
    box-shadow: inset 0px 0px 50px 10px rgb(10 31 68/ 60%);
}

.rev-box {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 18px;
    height: 206px;
    box-shadow: 0 7px 10px 0px rgb(0 141 91 / 40%), 0 4px 6px -4px rgb(0 141 91 / 40%);
    overflow: hidden;
}

.rev-box:hover {
    transform: scale(1.01);
}

.rev-links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.rev-rating {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.rev-text-sm {
    color: #0006;
    font-size: 10px;
    line-height: 20px;
}

.rev-number {
    color: var(--secondary);
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}

.rev-text {
    color: #42445a;
    margin-top: 8px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    line-height: 24px;
}

.rev-col {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 218px;
    margin-left: auto;
    display: flex;
    position: relative;
    top: -43px;
}

.rev-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 36px;
    display: flex;
}

.rev-box:before,
.tab-contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2px solid rgba(10, 31, 68, 0.5);
    border-left: 2px solid rgba(46, 139, 87, 0.5);
    border-radius: inherit;
    opacity: 0;
    transition: 0.5s;
    box-sizing: border-box;
    pointer-events: none;
}

.rev-box:after,
.tab-contents:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid rgba(10, 31, 68, 0.5);
    border-right: 2px solid rgba(46, 139, 87, 0.5);
    border-radius: inherit;
    opacity: 0;
    transition: 1.2s;
    box-sizing: border-box;
    pointer-events: none;
}

.rev-box:hover:before,
.rev-box:hover:after,
.tab-contents:hover:before,
.tab-contents:hover:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    opacity: 1
}

.tab-contents {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 18px;
    overflow: hidden;
}

.tab-box {
    transition: 0.5s;
    transform: scale(0.95);
}

.tab-contents:hover .tab-box {
    transition-delay: 0.5s;
    transform: scale(1);
}

.service-hero-section .container {
    background: url('../imgs/bg-cta.png');
    background-position: center;
    background-size: contain;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.home-hero-section .container .grid {
    /*background: url('../imgs/toronto-city.webp');*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*backface-visibility: hidden;*/
    /*background-repeat: no-repeat;*/
}

.icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background: #ffffff;
    border-radius: 9999px;
}

.icon svg {
    fill: var(--secondary);
}

.icon:hover {
    background: var(--secondary);
}

.icon:hover svg {
    fill: #fff;
}

.svg-shadow {
    width: 64rem;
    height: 64rem;
    z-index: calc(10 * -1);
    left: 40%;
    top: 0%;
    position: absolute;
    -webkit-mask-image: radial-gradient(closest-side, #fff, #0000);
    mask-image: radial-gradient(closest-side, #fff, #0000);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
}

.skew-img {
    transform: skewX(-15deg);
}

.skew-img img {
    border: 7px solid white;
    border-radius: 20px;
}

.sparkle-ewsc {
    /* color: var(--secondary); */
    font-weight: bold;
}

@property --＠color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: hsl(218.28deg 74.36% 15.29% / 70%);
}

@property --＠color-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: hsl(146.45deg 50.27% 36.27% / 85%);
}

@keyframes gradient-change {
    to {
        --＠color-1: var(--primary);
        --＠color-2: var(--secondary);
    }
}

.sparkle-ewsc {
    animation: gradient-change 2s linear infinite alternate;
    background: linear-gradient(to right in oklch, var(--＠color-1), var(--＠color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
}

.sparkle-ewsc:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.sparkle-ewsc::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #34bda8;
    top: 23px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.writers-img {
    border: 5px solid #bfe2d5;
    border-radius: 9999px;
}

.sample-page .slide-in {
    position: relative;
    background: #fff;
    background: linear-gradient(-50deg, transparent 26px, #fff 0), linear-gradient(50deg, transparent 26px, #f3f6f8 0);
    box-shadow: 0px 4px 18px rgba(166, 166, 166, .1);
    border-radius: 6px;
    margin: 12px 30px;
}

.sample-page .slide-in:before {
    position: relative;
    content: "";
    display: block;
    width: 20px;
    height: 41px;
    position: absolute;
    left: 30px;
    top: -14px;
    background-image: url('/imgs/sample-clip.svg');
    background-repeat: no-repeat;
}

.sample-page .slide-in:after {
    position: relative;
    content: "";
    display: block;
    width: 34px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('/imgs/sample-nook.svg');
    background-repeat: no-repeat;
}