:root {
    --textgradient_color1: #FF4969;
    --textgradient_color2: #FC9D44;
}

html {
    margin-top: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 76px;
    font-weight: 800;
    line-height: 1.15em;
}

h2 {
    font-family: "Nunito", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3338;
}

h3 {
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

h4 {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

h5 {
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

h5 {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

h6 {
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

p {
    margin-bottom: 15px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

p:last-child {
    margin-bottom: 0px;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
iframe,
video,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gt-btn,
.btn {
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 13px 27px;
    line-height: normal;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    transition: all .4s ease-in-out;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FC9D44 -20%, #FF4969 115%);
    cursor: pointer;
}

.btn {
    padding: 13px 27px 13px 27px;
    font-size: .714em;
    line-height: 1.5;
    letter-spacing: .2px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    background-image: none;
    color: #383663;
    cursor: pointer;
    border: 1px solid #6254E7 !important;

}

.btn:hover {
    background-color: #6254E7;
    color: #ffffff;
}

.header {
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 30px 56px;
    z-index: 99;
}

body.scrolled .header {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.header .container {
    max-width: 100%;
    padding: 0;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.header-row .left-header {
    width: 100%;
    max-width: 300px;
    padding-right: 30px;
}

.header-row .left-header .logo {
    width: 100%;
    max-width: 149px;
}

.header-row .left-header .logo img {
    width: 100%;
    max-width: 100%;

}

.header-row .right-header {
    width: calc(100% - 300px);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
}

.header-row .right-header .nav ul {
    display: flex;
    gap: 22px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header-row .right-header .nav ul li a {
    font-size: 16px;
    line-height: normal;
}

.header-row .right-header .nav ul>li>a {
    color: #3B3663;
}

.header-row .right-header .nav ul>li.active>a {
    color: #F47514;
}

.header-row .right-header .nav ul>li.current-menu-item>a {
    color: #F47514;
}

.header-row .right-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.header-row .right-header .header-right>.gt-btn {
    font-size: 10px;
    padding: 14px 22px 14px;
}

.header-row .right-header .search {
    font-size: 21px;
    line-height: normal;
    position: relative;
    cursor: pointer;
    color: #000;
}

.header-row .right-header .search-form {
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    background-color: #fff;
    box-shadow: 0 0 10px 0px #0000003d;
    padding: 6px 10px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.header-row .right-header .search-form.search-active {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 20px);
}

.header-row .right-header .search-form form {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
}

.header-row .right-header .search-form form input[type="search"] {
    border: 0;
    padding: 5px;
    outline: none;
}

.header-row .right-header .search-form form .search_submit {
    font-size: 0;
    position: relative;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}


.header-row .right-header .sidebar-toggle,
.menu-toggle {
    display: inline-flex;
}

.sidebar-toggle .burger_sidebar_icon,
.menu-toggle .burger-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 19px;
    cursor: pointer;
}

.sidebar-toggle .burger_sidebar_icon span,
.menu-toggle .burger-icon span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: width .2s;
    border-top: 2px solid;
}

.sidebar-toggle .burger_sidebar_icon span.second,
.menu-toggle .burger-icon span.second {
    top: 8px;
    width: 100%;
}


.sidebar-toggle .burger_sidebar_icon span.third,
.menu-toggle .burger-icon span.third {
    top: 16px;
    width: 100%;
}

.sidebar-toggle:hover .burger_sidebar_icon span.second,
.menu-toggle:hover .burger-icon span.second {
    width: 20px;
}

.sidebar-toggle:hover .burger_sidebar_icon span.third,
.menu-toggle:hover .burger-icon span.third {
    width: 17px;
}

.header-row .right-header .sidebar-toggle .fa-solid {
    display: none;
}

.menu-toggle {
    display: none;
}

/* header-css end */


/* sidebar-css start */
/* Sidebar */
.custom-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    z-index: 9999;
    transition: 0.4s;
}

.custom-sidebar.active-sidebar {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.custom-sidebar.active-sidebar .sidebar-overlay {
    display: block;
}

.sidebar-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: #fff;
    padding: 40px;
    overflow-y: auto;
}

.sidebar-close {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #5747e4;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
}

.sidebar-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.sidebar-text {
    margin-bottom: 30px;
    color: #666;
}

.sidebar-text p {
    font-size: 14px;
}

.sidebar-contact {
    margin-bottom: 20px;
}

.sidebar-contact h4 {
    margin-bottom: 15px;
}

.sidebar-contact p {
    margin-bottom: 12px;
    font-size: 14px;
}

.sidebar-contact i {
    margin-right: 10px;
    color: #5747e4;
}

.sidebar-social a {
    margin-top: 10px;
    margin-right: 12px;
    font-size: 16px;
    display: inline-block;
    color: #9794b4;
}

.custom-sidebar .newsletter {
    margin-bottom: 15px;
}

.custom-sidebar .newsletter form input {
    padding: 10px;
    height: 40px;
    font-size: 12px;
}

.custom-sidebar .newsletter form .gt-btn {
    max-width: 100px;
    height: 40px;
    padding: 10px;
}

/* sidebar-css end */


/* banner-css start */
.bannersection {
    padding: 55px 0px 0px 0px;
    overflow: hidden;
}

.banner-row {
    display: flex;
    margin-inline: auto;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.banner-row>div {
    width: calc(100%/2);
}

.banner-row .left-side .main-image {
    margin: 0% -17% 0% -17%;
}

.banner-row .left-side .main-image img {
    width: 100%;
}

.banner-row .left-side .floating-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: auto;
    height: auto;
}

.banner-row .left-side .image-wrapper {
    position: relative;
}

.banner-row .left-side .floating-img.img1 {
    top: 12%;
    left: -21%;
    width: 100%;
    text-align: start;
}

.banner-row .left-side .floating-img.img1 img {
    width: 33.3%;
    height: 100%;
    display: inline-block;
}

.banner-row .left-side .floating-img.img2 {
    top: 23%;
    text-align: end;
    right: -6%;
}

.banner-row .left-side .floating-img.img2 img {
    width: 43.5%;
}

.banner-row .left-side .floating-img.img3 {
    left: -27%;
    bottom: 18%;
    text-align: start;
    top: auto;
    width: 100%;
}

.banner-row .left-side .floating-img.img3 img {
    width: 40.5%;
}

.banner-row .left-side .floating-img.img4 {
    right: -13.174%;
    bottom: 44.151%;
    text-align: end;
    top: auto;
}

.banner-row .left-side .floating-img.img4 img {
    width: 43.5%;
}

.banner-row .right-side {
    padding: 6% 0% 0% 9%;
}

.banner-row .right-side .heading h1 {
    background-image: linear-gradient(75deg, var(--textgradient_color1), var(--textgradient_color2) 80%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    /* text-fill-color: rgba(0, 0, 0, 0); */
}

.banner-row .right-side .description {
    padding: 12px 0 32px;
    margin: 0 32px 0 0;
}

.banner-row .right-side .description p {
    font-size: 18px;
    line-height: 1.5;
    color: #696686;
}

.banner-row .right-side .form-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: -10px;
    position: relative;
    box-shadow: 17px 17px 46px 0 rgba(17, 69, 111, .11);
    margin: 0px 0px 43px 0px;
}

.banner-row .right-side .form-wrapper form {
    width: 100%;
    max-width: 100%;
}

.banner-row .right-side .form-wrapper .input-group {
    display: flex;
    gap: 0;
}

.banner-row .right-side .form-wrapper form input[type="url"] {
    margin: 0;
    border: none;
    padding: 0 10px 0 20px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #696687;
    height: 50px;
    width: calc(100% - 171px);
}

.banner-row .right-side .form-wrapper form button {
    max-width: 171px;
    width: 100%;
    /* vertical-align: top; */
    transition: background-color .3s;
    background-color: #3b3663;
    margin: 0 !important;
    color: #fff;
    border: none;
    font-weight: 400;
    letter-spacing: .2px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    text-align: center !important;
    display: block;
}

.banner-row .right-side .contact-box {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 17px;
}

#typed::after {
    content: "|";
    margin-left: 5px;
    opacity: 0;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


.banner-row .right-side .contact-box .icon {
    max-width: 25px;
}

.banner-row .right-side .contact-box .info ul li {
    line-height: normal;
}

.banner-row .right-side .contact-box .info ul li a {
    font-weight: 700;
    line-height: 0.93em;
    margin-bottom: 10px;
    font-family: "Nunito", Sans-serif;
    font-size: 30px;
    color: #3b3663;
    display: inline-block;
}

.banner-row .right-side .contact-box .info ul li.email-add a {
    color: #3B3564;
    font-family: "Nunito", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0;
}

/* banner-css end */


/* patnar-css start */

.partnr-sec {
    margin-top: -55px;
    margin-bottom: 0px;
    z-index: 1;
    padding: 10px 0px 60px;
    position: relative;
}

.partnr-sec .logos-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 186px;
}


/* patnar-css end */



/* boosts-css start */

.boosts-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 0 55px 0;
    background-position: center center;
    background-image: url(../images/map-new.png);
    background-repeat: no-repeat;
}

.boosts-section .boosts-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.boosts-section .boosts-wrapper>div {
    width: calc(100% / 2 - 30px / 2);
}

.sub-text {
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #3b3663;
}

.boosts-left-inner h2 {
    padding-bottom: 22px;
}

.boosts-left-inner p {
    margin: 0% 8% 0% 0%;
    padding: 0px 0px 15px 0px;
}

.boosts-left-inner .btn {
    margin-top: 20px;
}

.boosts-wrapper .boosts-box-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.boosts-wrapper .boosts-box-grid>div {
    width: calc(100%/2 - 30px/2);
    background-color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    padding: 36px 30px 36px 38px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
    transition: 0.3s;

}

.boosts-wrapper .boosts-box-grid>div:hover {
    background-color: #3B3663;
}

.boosts-wrapper .boosts-box-grid .box-icon {
    margin: 0px 0px 22px 0px !important;
    max-width: 76px;
    width: 76px;
}

.boosts-wrapper .boosts-box-grid .box-title h3 {
    color: #252A3F;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: -0.8px;
    transition: 0.3s;
}

.boosts-wrapper .boosts-box-grid .box-title p {
    color: #252A3F;
    line-height: 1.36em;
    letter-spacing: -0.8px;
    transition: 0.3s;
}

.boosts-wrapper .boosts-box-grid>div:hover .box-title h3 {
    color: #ffffff;
}

.boosts-wrapper .boosts-box-grid>div:hover .box-title p {
    color: #ffffff;
}

.boosts-wrapper .boosts-box-grid .box-title h3 a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

/* boosts-css end */


/* experience-css start */

.experience-section {
    padding: 55px 0;
}

.experience-section .experience-wrapper {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.experience-section .experience-wrapper>div {
    width: calc(100%/2 - 20px/2);
}

.experience-section .experience-wrapper .experience-left {
    position: relative;
}

.experience-section .experience-wrapper .experience-left .experience-image-main img {
    margin: 0% 0% 0% -4.5%;
    width: 100%;
}

.experience-section .experience-wrapper .experience-left .experience-phone {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-1 {
    left: 1%;
    top: -8%;
    text-align: start;
    width: 100%;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-1 img {
    width: 66%;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-2 {
    left: 14%;
    top: -12%;
    text-align: start;
    width: 100%;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-2 img {
    width: 72.5%;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-3 {
    left: auto;
    right: 3%;
    top: 21%;
    text-align: end;
    width: 100%;
}

.experience-section .experience-wrapper .experience-left .experience-phone.phone-3 img {
    width: 40.9%;
}

.experience-right .experience-content h2 {
    padding-bottom: 12px;
    color: #3b3663;
}

.experience-right .experience-content p {
    padding-bottom: 12px;
    color: #3b3663;
}

.experience-right .experience-content p {
    margin: 0% 8% 0% 0%;
    font-size: 18px;
    padding: 0px 0px 22px 0px;
    line-height: 1.4;
}

.experience-right .experience-content .btn {
    margin-top: 40px;
}

/* Progress Bar */
.progress-box {
    margin-bottom: 16px;
}

.progress-title {
    margin-bottom: 6px;
    font-weight: 400;
    color: #3B3663;
    font-size: 18px;
    line-height: 1.9em;
}

.progress-bar {
    background: #eee;
    height: 5px;
    border-radius: 10px;
}

.progress-fill {
    background: #ffad4f;
    height: 100%;
    width: 0;
    text-align: right;
    font-size: 12px;
    color: #000;
    transition: 1.5s ease;
    border-radius: 8px;
    position: relative;
}

.progress-fill:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 6px;
    box-shadow: 11px 11px 24px 0 #ffad4f;
    opacity: .5;
}

.progress-bar .progress-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 0 !important;
    line-height: 2em;
    font-size: 16px;
    color: #FFAD4F;
}

/* experience-css end */


/* counter-css start */

.counter-sec {
    padding: 70px 0 60px;
    overflow: hidden;
}

.counter-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.counter-row>div {
    width: calc(100%/2 - 30px/2);
}

.counter-row .counter-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.counter-row .counter-left .counter-box {
    background-color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    padding: 50px 40px 52px 60px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
    width: calc(100%/2 - 30px/2);
}

.counter-row .counter-left .counter-box .count-text {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -2px;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(75deg, var(--textgradient_color1), var(--textgradient_color2) 80%);
    font-family: Nunito;
}

.form-sec .form-ineer-row .ineer-right-col ul li {
    color: #383663;
    margin-bottom: 7px;
    font-size: 15px;
}

.form-title ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.form-title li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.form-title li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary_color, #007cba); 
    font-size: 18px;
    font-weight: bold;
}

.counter-row .counter-left .counter-box .percent-sign {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -2px;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(75deg, var(--textgradient_color1), var(--textgradient_color2) 80%);
    font-family: Nunito;
}


.counter-row .counter-left .counter-box p {
    font-size: 18px;
    color: #3A3564;
    padding-top: 9px;
}

.counter-row .counter-right-col .counter-img {
    margin: 0% -10.8% 0% 0%;
}

.counter-row .counter-right-col img {
    width: 100%;
}

/* counter-css end */

/* projects-css start */
.projects-section {
    padding: 10px 10px 45px;
    margin: auto;
}

.projects-header {
    text-align: center;
    margin-bottom: 37px;
}

.projects-header h2 {
    color: #383663;
}

.projects-item {
    position: relative;
    padding: 0px 30px 0 0;
    border-radius: 8px;
}


.projects-slider .slick-list {
    width: 100%;
    padding: 0 79px 60px;
    overflow-y: visible;
}

.projects-slider .projects-item .overlay-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    font-size: 0;
}

.projects-slider .projects-item .img-outer {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgba(6, 33, 48, .21);
}

.projects-slider .projects-item .img-outer::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    border-radius: 8px;
    left: 0;
    top: 0;
    z-index: 1;
}

.projects-item img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.projects-slider .projects-item .projects-overlay {
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 120px 40px 30px;
    left: 0;
    z-index: 4;
    bottom: 0;
    transition: 0.3s;
}

.projects-slider .projects-item:hover .projects-overlay {
    transform: translateY(-10px);
}

.projects-slider .projects-item .projects-overlay span {
    font-size: 14px;
    opacity: 0.8;
}

.projects-slider .projects-item .projects-overlay h3 {
    font-size: 22px;
    margin-top: 0px;
}

.slick-dots {
    bottom: -5px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.slick-slider ul.slick-dots li {
    background: #6254E7 !important;
    border-color: #6254E7 !important;
}

.slick-slider ul.slick-dots li {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.slick-slider ul.slick-dots li {
    line-height: 8px;
    display: inline-block;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 1px;
    cursor: pointer;
    border-radius: 10px;
}

.slick-slider ul.slick-dots li.slick-active {
    width: 20px;
}

.slick-slider ul.slick-dots li button {
    display: none !important;
}

/* projects-css end */

/* offer-css end */

.offer-sec {
    padding: 30px 0 60px;
}

.offer-sec .offer-heading {
    text-align: center;
    margin-bottom: 30px;
}

.offer-sec .offer-heading h2 {
    color: #383663;
}

.offer-wrapper .offer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.offer-wrapper .offer-grid .offer-box {
    width: calc(100% / 3 - 60px / 3);
    background-color: #FFFFFF;
    padding: 33px 30px 41px 38px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.1);
}

.offer-wrapper .offer-grid .offer-box .offer-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.offer-wrapper .offer-grid .offer-box .offer-icon .icon-normal {
    max-width: 75px;
}

.offer-wrapper .offer-grid .offer-box p {
    color: #696588;
}

/* offer-css end */

/* form-css start */
.form-sec {
    padding: 20px 0 60px;
}

.form-sec .form-ineer-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.form-sec .form-ineer-row>div {
    width: calc(100%/2 - 20px/2);
}

.form-sec .form-ineer-row .ineer-left-col .ineer-img-outer {
    margin: 0% -4% 0% -11%;
}

.form-sec .form-ineer-row .ineer-left-col .ineer-img-outer img {
    width: 100%;
}

.form-sec .form-ineer-row .ineer-right-col {
    padding-left: 37px;
}

.form-sec .form-ineer-row .ineer-right-col h2 {
    color: #383663;
    margin-bottom: 13px;
}

.form-sec .form-ineer-row .ineer-right-col p {
    color: #383663;
    margin-bottom: 15px;
    font-size: 18px;
}

.fotm-outer {
    margin-top: 20px;
}

.fotm-outer .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.fotm-outer .form-row .input-col {
    width: calc(100% / 2 - 10px / 2);
}

.fotm-outer .form-row.full .input-col {
    width: 100%;
}

.fotm-outer .form-row input,
.fotm-outer .form-row textarea {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #ffffff99;
    font-family: Rubik;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 15px;
    font-weight: 400;
    width: 100%;
    transition: all .3s;
    padding: 12px 20px 13px;
    border-color: #eaedef;
    color: #696588;
    resize: none;
    background-color: #f9f9f9;
}

.fotm-outer .form-row textarea {
    min-height: 120px;
    margin-bottom: 30px;
}

.fotm-outer .gt-btn {
    border: 0 !important;
    outline: none !important;
    padding: 18px 30px !important;
    cursor: pointer;
}

/* form-css end */

/* blog-css start */

.blog-sec {
    padding: 20px 0 60px;
}

.blog-sec .outer-title {
    text-align: center;
    margin-bottom: 30px;
}

.blog-sec .outer-title h2 {
    color: #383663;
    margin-bottom: 15px;
}

.blog-sec .outer-title p {
    font-size: 18px;
    color: #383663;
    max-width: 600px;
    margin: auto;
    margin-bottom: 15px;
}

/* blog-css end */


/* contact-css end */

.contact-info-sec {
    padding: 20px 0 60px;
}

.contact-info-sec .info-content {
    text-align: center;
}

.contact-info-sec .info-content h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15em;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FF5365 0%, #FD844F 100%);
}

.contact-info-sec .info-content h2::after {
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-size: cover;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background: transparent;
    transform: translateX(-50%);
    background-image: linear-gradient(180deg, #FF5365 0%, #FD844F 100%);
}

.contact-info-sec .info-content p {
    font-size: 20px;
    padding-bottom: 10px;
    color: #3A3564;
}

.contact-info-sec .info-content .number {
    margin-bottom: 30px;
}

.contact-info-sec .info-content .number a {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #383663;
}

/* contact-css end */

/* contact-css end */

.testimonial-sec {
    background: #f5f6f8;
    padding: 120px 0;
}

.testimonial-sec .testimonial-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.testimonial-sec .testimonial-row .testimonial-left {
    width: 41%;
    background-image: url(../images/home10_quote.png);
    padding-right: 25px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-left h2 {
    padding-bottom: 13px;
    color: #383663;
}

.testimonial-left p {
    color: #383663;
    font-size: 18px;
}

.testimonial-sec .testimonial-row .testimonial-right {
    width: 59%;
    padding: 0 20px 0 25px;
}

.testimonial-slider .slick-list {
    box-shadow: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 35px 0px 0px 0px;
    border-radius: 20px 20px 20px 0;
    background-color: #fff;
}

.testimonial-slider .testimonial-card {
    background-color: #FFFFFF;
    margin-right: 25px;
    margin-left: 25px;
    padding: 25px;
    border-radius: 5px;
    padding-left: 100px;
    position: relative;
}

.testimonial-slider .testimonial-card .quote {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 45px;
}

.testimonial-slider .testimonial-card .testimonial-text {
    font-size: 20px;
    line-height: 1.5;
    color: #383663;
    margin-bottom: 15px;
}

.testimonial-slider .testimonial-card .testimonial-text p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.testimonial-slider .testimonial-card .client-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.testimonial-slider .testimonial-card .client-info>img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-slider .slick-dots {
    padding-top: 72px !important;
    text-align: inherit;
    margin-left: 55px;
    bottom: -75px;
    left: 0;
    transform: none;
}


/* testimonial-css end */


/* footer-css start */

.footer-sec {
    background: #ffffff;
    padding-top: 60px;
    position: relative;
}

/* Top Row */
.footer-sec .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.footer-top .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact {
    display: flex;
    gap: 50px;
}

.contact-item {
    display: flex;
    gap: 15px;
}

.contact-item .icon img {
    max-width: 38px;
}

.contact-item a {
    margin: 0;
    font-weight: 600;
}

.contact-item a {
    font-size: 14px;
    color: #2d2d4d;
}

.newsletter {
    width: 100%;
}

.newsletter form {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-sec .footer-top>div {
    width: 50%;
}

.newsletter form input {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #ffffff99;
    font-family: Rubik;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 0px;
    font-weight: 400;
    width: 100%;
    transition: all .3s;
    padding: 12px 20px 13px;
    border-color: #eaedef;
    color: #696588;
    resize: none;
    background-color: #f9f9f9;
}

.newsletter .gt-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    border: none;
    letter-spacing: .2px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    max-width: 160px;
    height: 50px;
    background: linear-gradient(96deg, #9289F1 0%, #6254E7 51%, #9289F1 100%);
    cursor: pointer;
}

/* Main Footer */
.footer-main {
    padding: 60px 0;
}

.footer-main .footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-col {
    width: 23%;
}

.footer-col h3 {
    margin-bottom: 20px;
    color: #2d2d4d;
}

.footer-col p {
    color: #6f6f8a;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #6f6f8a;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #6c63ff;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin-right: 10px;
    text-decoration: none;
    color: #2d2d4d;
    font-weight: bold;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #777;
}

/* Scroll Top */
.scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}


/* footer-css end */


/* innaer-banner-css start */

.inner-baner-sec {
    background-color: rgb(106, 39, 217);
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 0px;
    margin-top: 108px;
    padding: 80px 0 80px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-baner-sec .page-title-content {
    text-align: center;
}

.inner-baner-sec .page-title-content .page-title h1 {
    font-size: 40px;
    line-height: 1.2;
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
}

.breadcrumb-row .breadcrumbs a,
.breadcrumb-row .breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.breadcrumb-row .breadcrumbs span.gt3_pagination_delimiter {
    position: relative;
}

.breadcrumb-row .breadcrumbs span.gt3_pagination_delimiter::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #FF7426;
}

.about-banner {
    padding-bottom: 220px;
}

/* innaer-banner-css end */


/* services-sec-css start */

.services-sec {
    padding: 0 0 30px;
    position: relative;
}

.services-sec .inner-service-row {
    margin-top: -155px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.services-sec .inner-service-row .service-box {
    width: calc(100% / 3 - 60px / 3);
    background-color: #f9f8ff;
    padding: 57px 43px 57px 43px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.services-sec .inner-service-row .service-box .box-img {
    max-width: 141px;
    margin: auto;
    margin-bottom: 30px;
}

.services-sec .inner-service-row .service-box h4 {
    margin-bottom: 10px;
}

.services-sec .inner-service-row .service-box p {
    color: #696687;
    font-size: 16px;
    line-height: 1.7em;
}

.services-sec .inner-service-row .service-box:nth-child(3n+2) {
    background-color: #fffcf6;
}

.services-sec .inner-service-row .service-box:nth-child(3n+3) {
    background-color: #f0fffc;
}

/* services-sec-css end */


/* services-sec-css end */



/* inner-about-css start */

.inner-about-sec {
    padding: 0 0 55px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-about-sec .inner-about-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.inner-about-sec .inner-about-wrapper>div {
    width: calc(100% / 2 - 30px / 2);
}

.inner-about-left h2 {
    padding-bottom: 22px;
}

.inner-about-left p {
    font-size: 20px;
    line-height: 1.5;
}

.inner-about-left .btn {
    margin-top: 20px;
}

.inner-about-right,
.inner-about-right img {
    width: 100%;
}

.about-right-img {
    position: relative;
}

/* Play Button */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #6c63ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Modal */
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    height: 100vh;
    padding: 70px;
}

.video-modal.active-video {
    display: flex;
}

.video-box {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 8px;
    padding-top: 30%;
    max-width: 60%;
}

.video-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    z-index: 99;
    cursor: pointer;
}

.video-box iframe,
.video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* inner-about-css end */


/* business-sec-css start */

.business-sec {
    padding: 0 0 70px;
}

.business-sec .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.business-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 40px 60px;
}

.business-content>div {
    width: calc(100% / 2 - 60px / 2);
}

.content-right .content-item {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-right .circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    position: relative;
    font-size: 26px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: conic-gradient(#ddd 360deg, #7164ea 0deg);
}

/* 
.content-right .circle::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 8px solid #e7e7e7;
    border-radius: 50%;
    z-index: -1;
} */

.content-right .circle>span {
    width: calc(100% - 8px);
    border-radius: 50%;
    height: calc(100% - 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #000;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.content-right .circle.purple>span,
.content-right .purple~.content-item-text h4 {
    color: #7164ea;
}

.content-right .circle.orange>span,
.content-right .orange~.content-item-text h4 {
    color: #f29111;
}

.content-right .circle.green>span,
.content-right .green~.content-item-text h4 {
    color: #42cd83;
}

.content-item-text {
    width: calc(100% - 140px);
    padding-left: 30px;
}

.content-right .content-item-text h4 {
    margin-bottom: 15px;
}


/* business-sec-css end */


/*  */
.our-story-sec,
.services-section {
    padding: 70px 0 215px;
    background-image: url(../images/PCC_bg_img-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.our-story-sec:before,
.services-section::before {
    content: "";
    background-image: url(../images/bg-clouds_bottom.5d8f60b8.png);
    width: 100%;
    height: 191px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    -webkit-animation: animatedBackground 300s linear infinite;
    animation: animatedBackground 300s linear infinite
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -10000px 0
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -10000px 0
    }
}

.story-inner-row .inner-title {
    text-align: center;
    margin-bottom: 50px;
}

.story-inner-row .inner-title p {
    font-size: 20px;
    max-width: 530px;
    margin: auto;
    margin-top: 10px;
}

.story-timeline-row {
    position: relative;
}

.story-timeline-row::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #00000042;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.story-timeline-row .timeline-box {
    display: flex;
    justify-content: center;
    max-width: 811px;
    margin: auto;
    min-height: 170px;
    padding-top: 20px;
    padding-right: 15px;
    align-items: center;
    padding-left: 15px;
    gap: 140px;
    position: relative;
}

.story-timeline-row .timeline-box::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #42CD83;
    border-radius: 50%;
}

.story-timeline-row .timeline-box .timeline-item-number {
    color: #42CD83;
    font-size: 24px;
    text-align: right;
    max-width: none;
    width: auto;
    min-width: unset;
    flex: 1 1 0;
    align-items: center;
    font-family: Nunito;
    margin-bottom: 0;
    display: inline-flex;
    line-height: 1.5;
    justify-content: end;
    font-weight: 700;
    vertical-align: top;
}


.story-timeline-row .timeline-box .timeline-item-content {
    flex: 1 1 0;
    display: flex;
    align-items: center;
}

.timeline-item-content-wrapper {
    border-radius: 11px;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    border-left: 2px solid #42CD83;
}

.timeline-item-heading {
    margin-bottom: 10px;
}

.story-timeline-row .timeline-box:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.story-timeline-row .timeline-box:nth-child(2n+2) .timeline-item-number {
    justify-content: flex-start;
}

.story-timeline-row .timeline-box:nth-child(2n+2) .timeline-item-content-wrapper {
    border-left: 0;
    border-right: 2px solid #42CD83;
}

.story-timeline-row .timeline-box:nth-child(5n+2)::after {
    background-color: #F29111;
}

.story-timeline-row .timeline-box:nth-child(5n+2) .timeline-item-number {
    color: #F29111;
}

.story-timeline-row .timeline-box:nth-child(5n+2) .timeline-item-content-wrapper {
    border-color: #F29111;
}

.story-timeline-row .timeline-box:nth-child(5n+3)::after {
    background-color: #7164EA;
}

.story-timeline-row .timeline-box:nth-child(5n+3) .timeline-item-number {
    color: #7164EA;
}

.story-timeline-row .timeline-box:nth-child(5n+3) .timeline-item-content-wrapper {
    border-color: #7164EA;
}

.story-timeline-row .timeline-box:nth-child(5n+4)::after {
    background-color: #F90BAD;
}

.story-timeline-row .timeline-box:nth-child(5n+4) .timeline-item-number {
    color: #F90BAD;
}

.story-timeline-row .timeline-box:nth-child(5n+4) .timeline-item-content-wrapper {
    border-color: #F90BAD;
}

.story-timeline-row .timeline-box:nth-child(5n+5)::after {
    background-color: #00CCFF;
}

.story-timeline-row .timeline-box:nth-child(5n+5) .timeline-item-number {
    color: #00CCFF;
}

.story-timeline-row .timeline-box:nth-child(5n+5) .timeline-item-content-wrapper {
    border-color: #00CCFF;
}

/* team-sec-css start */
.team-section {
    padding: 90px 0px;
}

.team-section .team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.team-header h2 {
    margin: 10px 0;
}

.team-header p {
    color: #666;
    max-width: 500px;
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}


.team-grid .team-card {
    text-align: center;
}

.team-grid .img-box {
    position: relative;
    overflow: hidden;
    padding-top: 82%;
    min-height: 350px;
    border-radius: 15px;
}

.team-grid .img-box img {
    width: 100%;
    display: block;
    transition: 0.4s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.img-box:hover img {
    transform: scale(1.05);
}


.social {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.4s;
}

.img-box:hover .social {
    opacity: 1;
}

.social a {
    width: 38px;
    height: 38px;
    background: #6c63ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.social a:hover {
    background: #ff5722;
}

.team-card h4 {
    margin-top: 20px;
    font-size: 18px;
}

.team-card span {
    color: #777;
    font-size: 14px;
}

/* team-sec-css ned */

/*  */

.effort-sec {
    padding: 0 0 40px;
}

.effort-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: flex-start;
    align-items: center;
}

.effort-wrapper>div {
    width: calc(100% / 2 - 60px / 2);
}

.effort-wrapper .effort-right h2 {
    margin-bottom: 15px;
}

.effort-wrapper .effort-right .chacklist li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

.effort-wrapper .effort-right .chacklist li:last-child {
    margin-bottom: 0;
}

.effort-wrapper .effort-right .chacklist li .chack-icon {
    display: inline-block;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.effort-wrapper .effort-right .chacklist li h4 {
    margin-bottom: 8px;
}

.effort-wrapper .effort-right .chacklist {
    margin-bottom: 30px;
}

/*  */


/*  */

/* HERO SECTION */
.business-hero {
    text-align: center;
    padding: 10px 0;
}

.business-hero h2 {
    margin: 10px 0 20px;
}

.hero-desc {
    max-width: 650px;
    margin: auto;
    color: #666;
}

.hero-img img {
    max-width: 100%;
    margin-top: 40px;
}

/* CONTACT SECTION */
.contact-wrapper {
    padding: 60px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-grid .contact-left h2 {
    margin-bottom: 15px;
}

.contact-grid .contact-left p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 471px;
}

.contact-grid .contact-info ul li {
    margin-bottom: 15px;
}

.contact-grid .contact-info ul li a {
    color: #000;
    font-size: 16px;
}

/* FORM BOX */
.contact-form-box {
    background: #f8f8fe;
    padding: 40px;
    background-image: url(../images/contacts_img_02.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.contact-form-box h2 {
    margin-bottom: 10px;
}

.contact-form-box .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form-box .form-row input {
    flex: 1;
}

.contact-form-box .form-row input,
.contact-form-box .form-row textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    outline: none;
}

.contact-form-box .form-row textarea {
    height: 100px;
    margin-bottom: 20px;
    resize: none;
}


.contact-form-box button {
    border: 0 !important;
    cursor: pointer;
}

/* MAP */
.map-section iframe {
    display: block;
    min-height: 570px;
}


/*  */

/*  */
.blog-section {
    padding: 80px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    overflow: hidden;
    position: relative;
    padding-top: 64%;
}

.blog-img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    display: block;
    transition: 0.4s;
}

.blog-card:hover img {
    transform: scale(1.08);
}

.blog-content {
    padding: 25px;
}

.meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.blog-content h3 {
    margin-bottom: 15px;
}

.blog-content h3 a {
    color: #000;
}

.blog-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-footer a {
    font-size: 12px;
    font-weight: 600;
    color: #ff6a00;
    text-decoration: none;
}

.blog-footer i {
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}

/* Pagination */
.pagination {
    margin-top: 50px;
    text-align: center;
}

.pagination span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
}

.pagination .active {
    background: #6c63ff;
    color: #fff;
}

/* Section */
.boost-section {
    padding: 100px 0;
}

.boost-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.boost-wrapper>div {
    width: calc(100%/2 - 60px/2);
}

/* Left Image */
.boost-image img {
    width: 100%;
    max-width: 500px;
}

/* Right Content */
.boost-content {
    flex: 1;
    min-width: 300px;
}

.boost-content .title {
    margin: 0px 0 15px;
}

.boost-content .desc {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}

/* Features */
.boost-features {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.feature-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
}

.feature-box h4 {
    margin-bottom: 15px;
}

.feature-box .icon {
    width: 100%;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}


.case-section {
    padding: 100px 0;
    background: #fff;
}

.case-header {
    text-align: center;
    margin-bottom: 20px;
}

.case-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.tab-btn {
    margin: 4px 4px;
    padding: 10px 22px;
    border: none;
    border-radius: 60px;
    background: #eee;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
    font-family: "Rubik", Sans-serif;
    text-transform: uppercase;
}

.tab-btn.active {
    background: #ff9800;
    color: #fff;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.case-grid .case-card {
    overflow: hidden;
    transition: 0.3s;
}

.case-grid .case-card .card-link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.case-card .case-img-box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.case-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s;
}

.case-content-box {
    margin-top: 20px;
    position: relative;
}

.case-card:hover img {
    transform: scale(1.08);
}

.case-card h4 {
    padding: 15px;
    font-size: 16px;
}

.case-btn {
    text-align: center;
    margin-top: 40px;
}


.services-section {
    padding: 100px 0;
}

.services-section::backdrop {
    height: 100px;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 9;
}

.service-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-icon {
    margin: auto;
    margin-bottom: 20px;
    max-width: 140px;
}

.service-card h4 {
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pricing-section {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}

.pricing-tabs {
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-tab {
    padding: 12px 25px;
    margin: 0 0px;
    border: none;
    border-radius: 60px;
    background: #eee;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
    font-family: "Rubik", Sans-serif;
    text-transform: uppercase;
}

.btn-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #eee;
}

.price-tab.active {
    background: #ff9800;
    color: #fff;
}

.pricing-grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-grid.active-plan {
    display: grid !important;
}

.pricing-grid .price-card {
    background: transparent;
    padding: 40px 25px;
    border-radius: 12px;

    transition: 0.3s;
}

.pricing-grid .price-card.featured {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background-color: #fefcf7;
}

.pricing-grid .price-outer {
    background-image: linear-gradient(96deg, #9289F1 0%, #6254E7 100%);
    display: inline-block;
    color: #fff;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 140px;
    padding: 0;
    margin-bottom: 48px;
    font-size: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pricing-grid .price-outer .inner_2_circles {
    position: absolute;
    width: 164px;
    height: 164px;
    border-radius: 164px;
    left: -12px;
    top: -12px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    font-size: .5em;
    line-height: 1.8;
    padding: 1px;
    font-weight: 400;
    vertical-align: top;
}

.pricing-grid .price-outer .inner_2_circles::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 44px;
    position: absolute;
    left: -6px;
    bottom: 22px;
    background-image: linear-gradient(96deg, #9289F1 0%, #6254E7 100%);
}

.pricing-grid .price-outer .inner_2_circles::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 18px;
    right: 17px;
    top: 17px;
    background-image: linear-gradient(96deg, #9289F1 0%, #6254E7 100%);
}

.pricing-grid .price-outer .inner_circle {
    position: absolute;
    width: 164px;
    height: 164px;
    border-width: 4px;
    border-style: solid;
    border-top-color: rgba(161, 160, 173, .15) !important;
    border-radius: 164px;
    top: -12px;
    left: -12px;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    border-color: #6254E7;
}

.pricing-grid .price-card:hover .inner_2_circles,
.pricing-grid .price-card:hover .inner_circle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pricing-grid .price-card.featured .price-outer,
.pricing-grid .price-card.featured .price-outer .inner_2_circles::before,
.pricing-grid .price-card.featured .price-outer .inner_2_circles::after {
    background-image: linear-gradient(96deg, #F0AC0E 0%, #FF7426 100%);
}

.pricing-grid .price-card.featured .price-outer .inner_circle {
    border-color: #FF7426;
}

.pricing-grid .price-card .price-outer h3 {
    margin: 0 0 0px 0;
    font-size: 32px;
    color: #ffffff;
}

.pricing-grid .price-card .price-text span {
    color: #fff;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
}

.pricing-grid .price-card>h3 {
    font-weight: bold;
    line-height: 26px;
    color: #696687;
    font-size: 24px;
}

.pricing-grid .price-card ul {
    list-style: none;
    margin: 15px 0 40px 0;
}

.pricing-grid .price-card ul li {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-family: "Rubik", Sans-serif;
    color: #555;
}

.pricing-grid .price-card .gt-btn,
.pricing-grid .price-card .btn {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.analysis-sec {
    padding: 30px 0 80px;
}

.analysis-sec .analysis-inner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.analysis-sec .analysis-inner-row>div {
    width: calc(100%/2 - 40px/2);
}

.analysis-sec .analysis-inner-row .analysis-left h2 {
    margin-bottom: 15px;
}

.analysis-sec .analysis-inner-row .analysis-left p {
    font-size: 18px;
    line-height: 1.5;
}

.analysis-form-outer {
    width: 100%;
}

.analysis-form-outer form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}

.analysis-form-outer form .form-row input {
    padding: 0 !important;
    border: none;
    border-bottom: 1px solid #c0baf6;
    color: #696687;
    font-weight: 400;
    font-family: Rubik;
    -webkit-appearance: none;
    max-width: 100%;
    font-size: .78em;
    line-height: 1.5;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    transition: all .3s;
    height: 41px;
    background: rgba(0, 0, 0, 0);
}

.form-btn {
    margin-top: 40px;
}

.form-btn .gt-btn {
    font-size: 14px;
    border: 0;
}

/* Button */

/*  */

/* bubbles_ css start */
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

/* bubbles_ css end */

/* blog-page css start */

.blog-main-outer {
    position: relative;
    padding: 0 0 60px;
    z-index: 1;
}

.blog-inner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.blog-inner-row>article {
    width: calc(100% / 3 - 60px / 3);
    padding: 0 30px 30px;
    background: #fff;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .03);
}

.blog-inner-row .entry-header {
    display: flex;
    flex-direction: column;
    width: calc(100% + 60px);
    margin-left: -30px;
}

.blog-inner-row>article .entry-title {
    padding: 0 30px;
    margin-bottom: 15px;
}

.blog-inner-row>article .entry-title,
.blog-inner-row>article .entry-title a {
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #2d2d4d;
}

.blog-inner-row .entry-header .post-thumbnail {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.blog-inner-row .entry-content {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-inner-row .entry-content p {
    color: #0000009e;
}

.blog-inner-row .entry-header .blog-meta {
    padding: 0 30px;
    margin-bottom: 5px;
}

.archive .blog-main-outer,
.single-outer-wrapper {
    padding: 160px 0 60px;
}

.archive .page-header {
    width: 100%;
}

.single-outer-wrapper h1.entry-title,
.single-outer-wrapper h1.page-title,
.blog-main-outer h1.entry-title,
.blog-main-outer h1.page-title {
    width: 100%;
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 43px;
}

.single-page-banner {
    text-align: center;
    padding: 46px 0 71px;
}

.single-page-banner .posted-by {
    display: inline-flex;
    gap: 7px;
}

.single-page-banner .entry-footer {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.single-page-banner .posted-by a,
.single-page-banner .post-taxonomies a {
    color: #FF7426;
}

.single-inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

.single-inner-row .single-left {
    width: calc(100% - 360px);
}

.blog-sidebar {
    width: 330px;
}

.single-inner-row .single-left .post-thumbnail,
.single-inner-row .single-left .post-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px;
    margin-bottom: 10px;
}

.blog-sidebar #sidebar>ul,
.not-found .search-form {
    margin-bottom: 30px;
    padding: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 19px 0px #00000014;
    border-radius: 12px;
}

.blog-sidebar .search-form,
.not-found .search-form {
    width: 100%;
}

.blog-sidebar .search-form label,
.not-found .search-form label,
.blog-sidebar #sidebar>ul li.categories h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
    font-family: "Nunito", Sans-serif;
}

.blog-sidebar .search-form input[type="search"],
.not-found .search-form input[type="search"] {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid;
    border-radius: 5px;
    outline: none;
    background: rgba(0, 0, 0, 0);
}

.search-form .search-submit,
.not-found .search-submit {
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 13px 27px;
    line-height: normal;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    transition: all .4s ease-in-out;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FC9D44 -20%, #FF4969 115%);
    cursor: pointer;
    border: 0;
    outline: navajowhite;
    margin-top: 15px;
}

.not-found .search-form {
    margin: 0;
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.blog-sidebar li.pagenav,
.blog-sidebar #sidebar>ul:last-child,
.blog-sidebar #sidebar>ul[role="navigation"]>li {
    display: none;
}

.blog-sidebar #sidebar>ul li.categories {
    display: block;
}

.blog-sidebar #sidebar>ul li.categories ul .cat-item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 5px;
    color: #252A3F;
}

.blog-sidebar #sidebar>ul li.categories ul .cat-item a {
    color: inherit;
}

.blog-sidebar #sidebar>ul li.categories ul .cat-item a:hover {
    color: #FF7426;
}

.search .single-page-banner {
    padding: 0;
}

.single-outer-wrapper .post .entry-content h3 {
    margin-bottom: 15px;
}

.single-outer-wrapper .post .entry-content ul,
.single-outer-wrapper .post .entry-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.single-outer-wrapper .post .entry-content ul li {
    list-style: disc;
}

.single-outer-wrapper .post .entry-content ol li {
    list-style: decimal;
}

.single-outer-wrapper .post .entry-content p img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
}

.single-outer-wrapper .post .entry-content a {
    color: #FF7426;
}

blockquote {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 19px 0px #00000014;
    border-radius: 12px;
    position: relative;
    padding: 32px 0 28px;
    text-align: center;
}

blockquote:before {
    content: "";
    width: 37px;
    height: 37px;
    z-index: 2;
    position: relative;
    display: block;
    background-image: url(https://2xdigital.in/wp-content/uploads/2026/04/quote.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 17px;
}

.post-navigation {
    margin-top: 20px;
}

.not-found .page-content p {
    text-align: center;
}

.error404 .single-page-banner {
    padding: 0;
    margin-bottom: 20px !important;
}

.no-results.not-found {
    padding: 160px 0 60px;
    text-align: center;
}

.no-results.not-found h1.page-title {
    font-size: 40px;
    margin-bottom: 20px;
}

/* blog-page css enf */

@media (max-width:1199px) {
    .header {
        padding: 24px 15px;
    }

    .banner-row .left-side .main-image {
        margin: 0;
    }

    .bannersection {
        padding: 95px 0px 0px 0px;
    }

    .partnr-sec .logos-row {
        gap: 136px;
    }

    .partnr-sec {
        margin-top: 0;
        padding-top: 30px;
    }

    .counter-row .counter-left .counter-box {
        padding: 30px 30px 32px 30px;
    }

    .counter-row .counter-left {
        gap: 20px 30px;
    }

    .counter-row .counter-left .counter-box .count-text {
        font-size: 47px;
        line-height: 1.2em;
    }

    .boost-section {
        padding: 30px 0;
    }

}

@media (max-width:1024px) {
    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .banner-row>div {
        width: 100%;
        padding: 0 !important;
    }

    .banner-row>div.left-side {
        max-width: 630px;
        margin: auto;
    }

    .banner-row>div {
        width: 100%;
        padding: 0 !important;
        max-width: 600px;
        margin: auto;
    }

    .boosts-section .boosts-wrapper>div {
        width: 100%;
    }

    .partnr-sec .logos-row {
        gap: 96px;
    }

    .experience-section .experience-wrapper>div {
        width: 100%;
    }

    .experience-section .experience-wrapper .experience-left {
        position: relative;
        max-width: 600px;
        margin: auto;
    }

    .experience-section .experience-wrapper .experience-left .experience-image-main img {
        margin: 0;
    }

    .experience-section .experience-wrapper {
        gap: 70px;
    }

    .experience-right .experience-content .btn {
        margin-top: 20px;
    }

    .counter-sec {
        padding: 40px 0 40px;
        overflow: hidden;
    }

    .counter-row>div {
        width: 100%;
    }

    .counter-row .counter-right-col .counter-img {
        margin: 0;
        max-width: 600px;
        margin: auto;
    }

    .counter-row {
        flex-direction: column-reverse;
    }

    .projects-slider .projects-item .projects-overlay {
        padding: 120px 50px 30px 20px;
    }

    .offer-wrapper .offer-grid .offer-box {
        width: calc(100% / 2 - 30px / 2);
    }

    .form-sec .form-ineer-row>div {
        width: 100%;
    }

    .form-sec .form-ineer-row .ineer-left-col .ineer-img-outer {
        margin: 0;
        max-width: 600px;
        margin: auto;
    }

    .form-sec .form-ineer-row .ineer-right-col {
        padding-left: 0;
    }

    .contact-info-sec .info-content h2 {
        font-size: 42px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact-info-sec .info-content p {
        font-size: 18px;
    }

    .contact-info-sec .info-content .number {
        margin-bottom: 20px;
    }

    .contact-info-sec .info-content .number a {
        font-size: 26px;
    }

    .testimonial-sec {
        background: #f5f6f8;
        padding: 80px 0;
    }

    .testimonial-sec .testimonial-row .testimonial-left {
        width: 100%;
        padding-right: 0;
    }

    .testimonial-sec .testimonial-row .testimonial-right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

    .footer-sec .footer-top {
        flex-direction: column;
    }

    .footer-main .footer-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-col {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer-sec .footer-top>div {
        width: 100%;
    }

    .footer-main {
        padding: 40px 0 20px;
    }

    .header-row .right-header .nav ul.menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: #fff;
        display: none;
        flex-direction: column;
        padding: 0 20px 30px;
    }

    .header-row .right-header .nav ul.menu.menu-active {
        display: flex;
    }

    .header-row .left-header {
        width: 100%;
        max-width: 210px;
        padding-right: 20px;
    }

    .header-row .right-header {
        width: calc(100% - 210px);
        gap: 15px;
    }

    .header-row .right-header .header-right {
        gap: 15px;
    }

    .header-row .right-header .sidebar-toggle .burger_sidebar_icon {
        display: none;
    }

    .header-row .right-header .sidebar-toggle .fa-solid {
        display: inline-block;
    }

    span.menu-toggle {
        margin-top: 7px;
        display: inline-block;
    }

    .services-sec .inner-service-row .service-box {
        padding: 37px 23px 37px 23px;
    }

    .content-right .circle {
        width: 92px;
        height: 92px;
        font-size: 20px;
    }

    .content-item-text {
        width: calc(100% - 92px);
        padding-left: 20px;
    }

    .content-right .content-item {
        margin-bottom: 25px;
    }

    .content-right .content-item-text h4 {
        margin-bottom: 7px;
    }

    .story-timeline-row .timeline-box {
        gap: 120px;
    }

    .boost-wrapper {
        gap: 30px;
    }

    .boost-wrapper>div {
        width: 100%;
    }

    .boost-wrapper .boost-image {
        text-align: center;
    }

    .feature-box {
        gap: 15px;
        max-width: 100%;
        width: 100%;
    }

    .pricing-section {
        padding: 30px 0 50px;
    }

    .pricing-grid .price-card .price-outer h3 {
        margin: 0 0 0px 0;
        font-size: 24px;
    }

    .pricing-grid .price-outer {
        width: 110px;
        height: 110px;
        line-height: 110px;
        border-radius: 110px;
        margin-bottom: 38px;
        font-size: 26px;
    }

    .pricing-grid .price-outer .inner_circle {
        width: 134px;
        height: 134px;
    }

    .pricing-grid .price-outer .inner_2_circles {
        width: 134px;
        height: 134px;
    }

    .pricing-grid .price-outer .inner_2_circles::before {
        width: 34px;
        height: 34px;
    }

    .pricing-grid .price-outer .inner_2_circles::after {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 14px;
    }

    .pricing-grid {
        display: none;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .pricing-grid .price-card .gt-btn,
    .pricing-grid .price-card .btn {
        font-size: 13px;
    }

    .pricing-grid .price-card {
        background: #eeeeee75;
        padding: 30px 18px;
    }

    .blog-inner-row>article {
        width: calc(100%/2 - 30px/2);
    }

    .single-inner-row .single-left {
        width: 100%;
    }

    .blog-sidebar {
        width: 100%;
    }

    .archive .blog-main-outer,
    .single-outer-wrapper {
        padding: 110px 0 50px;
    }

    .single-page-banner {
        text-align: center;
        padding: 26px 0 41px;
    }

    .no-results.not-found {
        padding: 110px 0 50px;
    }

    .no-results.not-found h1.page-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {

    h1 {
        font-size: 46px;
    }

    .contact-info-sec .info-content h2 {
        font-size: 36px;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    .partnr-sec .logos-row {
        gap: 36px;
        flex-direction: column;
    }

    .partnr-sec .logos-row .img-col {
        max-width: 200px;
    }

    .counter-row .counter-left .counter-box .count-text {
        font-size: 37px;
        line-height: 1.2em;
    }

    .services-sec .inner-service-row .service-box {
        width: 100%;
    }

    .inner-about-sec .inner-about-wrapper>div {
        width: 100%;
    }

    .inner-about-sec .inner-about-wrapper {
        flex-direction: column-reverse;
    }

    .video-box {
        padding-top: 57%;
        max-width: 94%;
    }

    .business-content>div {
        width: 100%;
    }

    .business-sec {
        padding: 0 0 40px;
    }

    .our-story-sec,
    .services-section {
        padding: 50px 0 145px;
    }

    .our-story-sec:before,
    .services-section::before {
        height: 111px;
    }

    .story-timeline-row .timeline-box {
        gap: 70px;
    }

    .story-inner-row .inner-title p {
        font-size: 16px;
    }

    .inner-about-left p {
        font-size: 16px;
        line-height: 1.5;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .effort-wrapper>div {
        width: 100%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .map-section iframe {
        display: block;
        min-height: 400px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-header {
        margin-bottom: 30px;
    }

    .analysis-sec .analysis-inner-row {
        flex-direction: column-reverse;
    }

    .analysis-sec .analysis-inner-row>div {
        width: 100%;
    }

    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-outer-wrapper h1.entry-title,
    .single-outer-wrapper h1.page-title,
    .blog-main-outer h1.entry-title,
    .blog-main-outer h1.page-title {
        font-size: 30px;
        line-height: 33px;
    }

    .single-page-banner .entry-footer {
        margin-top: 10px;
        font-size: 14px;
        gap: 8px;
    }


    .no-results.not-found h1.page-title {
        font-size: 30px;
    }
}

@media (max-width:640px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .banner-row .right-side .contact-box .info ul li a {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .banner-row .right-side .form-wrapper form button {
        max-width: 121px;

        padding: 5px 13px;
        height: 40px;
        font-size: 12px;
    }

    .banner-row .right-side .form-wrapper form input[type="url"] {
        padding: 0 10px 0 10px;
        height: 40px;
        width: calc(100% - 121px);
    }

    .banner-row .right-side .description p {
        font-size: 16px;
    }

    .banner-row .right-side .description {
        padding: 10px 0 28px;
        margin: 0;
    }

    .banner-row .right-side .form-wrapper {
        margin: 0px 0px 25px 0px;
    }

    .contact-info-sec .info-content h2 {
        font-size: 28px;
    }

    .contact-info-sec .info-content .number a {
        font-size: 20px;
    }

    .contact-info-sec .info-content p {
        font-size: 16px;
    }

    .banner-row>div.left-side {
        max-width: 80%;
        margin: auto;
    }

    .experience-section .experience-wrapper .experience-left {
        max-width: 80%;
    }

    .counter-row .counter-right-col .counter-img {
        max-width: 80%;
    }

    .boosts-wrapper .boosts-box-grid {
        gap: 20px;
    }

    .boosts-wrapper .boosts-box-grid>div {
        width: 100%;
        padding: 25px;
    }

    .boosts-wrapper .boosts-box-grid .box-icon {
        margin: 0px 0px 16px 0px !important;
        max-width: 66px;
        width: 66px;
    }

    .boosts-wrapper .boosts-box-grid .box-title h3 {
        font-size: 20px;
    }

    .counter-row .counter-left .counter-box {
        padding: 20px 20px 22px 20px;
        width: 100%
    }

    .offer-wrapper .offer-grid .offer-box {
        width: 100%;
        padding: 25px;
    }

    .projects-slider .slick-list {
        width: 100%;
        padding: 0 39px 60px;
        overflow-y: visible;
    }

    .footer-col {
        width: 100%;
    }

    .footer-sec .footer-top>div {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    .contact-item .icon img {
        max-width: 28px;
    }

    .newsletter form input {
        height: 40px;
        font-size: 12px;
        padding: 12px 16px 13px;
    }

    .newsletter .gt-btn {
        max-width: 130px;
        height: 40px;
    }

    .footer-sec .footer-top {
        padding-bottom: 30px;
    }

    .footer-main {
        padding: 30px 0 20px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .testimonial-sec {
        padding: 50px 0 80px;
    }

    .testimonial-sec .testimonial-row .testimonial-right {
        margin-top: 30px;
    }

    .testimonial-slider .slick-list {
        padding: 25px 0px 0px 0px;
    }

    .testimonial-slider .testimonial-card {
        padding: 15px;
        padding-left: 0;
        padding-top: 60px;
    }

    .testimonial-slider .testimonial-card .quote {
        position: absolute;
        left: -7px;
        top: 5px;
        font-size: 45px;
    }

    .testimonial-slider .testimonial-card .testimonial-text p {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .testimonial-slider .testimonial-card .client-info>img {
        width: 54px;
        height: 54px;
    }

    .testimonial-slider .slick-dots {
        padding-top: 42px !important;
        bottom: -55px;
        margin-left: 0;
    }

    .fotm-outer .form-row input,
    .fotm-outer .form-row textarea {
        height: 40px;
        font-size: 12px;
        margin: 0 0 12px;
        padding: 11px 12px 12px;
    }

    .fotm-outer .form-row textarea {
        min-height: 90px;
        margin-bottom: 20px;
    }

    .fotm-outer .gt-btn {
        padding: 13px 20px !important;
    }

    .form-sec .form-ineer-row .ineer-right-col p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .blog-sec .outer-title p {
        font-size: 16px;
    }

    .offer-wrapper .offer-grid .offer-box .offer-icon .icon-normal {
        max-width: 55px;
    }

    .projects-slider .projects-item .img-outer {
        min-height: 200px;
    }

    .projects-slider .projects-item .img-outer img {
        height: 100%;
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .projects-slider .projects-item .projects-overlay h3 {
        font-size: 18px;
        margin-top: 0px;
    }

    .projects-slider .projects-item .projects-overlay span {
        font-size: 12px;
        opacity: 0.8;
    }

    .projects-item {
        padding: 0px 20px 0 0;
    }

    .counter-row .counter-left .counter-box .count-text {
        font-size: 30px;
        line-height: 1.2em;
    }

    .timeline-item-content-wrapper {
        padding: 22px 15px;
    }

    .timeline-item-heading h4 {
        font-size: 16px;
    }

    .timeline-item-heading {
        margin-bottom: 4px;
    }

    .timeline-item-description {
        font-size: 13px;
        line-height: 18px;
    }

    .story-timeline-row .timeline-box {
        gap: 50px;
        padding: 0;
        padding-top: 20px;
    }

    .story-timeline-row .timeline-box .timeline-item-number {
        font-size: 18px;
    }

    .our-story-sec,
    .services-section {
        padding: 50px 0 75px;
    }

    .our-story-sec:before,
    .services-section::before {
        height: 51px;
    }

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .case-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 20px;
    }

    .boost-features {
        display: flex;
        gap: 30px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .blog-inner-row>article {
        width: 100%;
    }

    .archive .blog-main-outer,
    .single-outer-wrapper {
        padding: 80px 0 30px;
    }

    .single-page-banner .entry-footer {
        gap: 2px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: anchor-center;
    }

    .no-results.not-found {
        padding: 80px 0 30px;
    }
}

@media (max-width: 480px) {
    .header-row .left-header {
        width: 100%;
        max-width: 120px;
        padding-right: 20px;
    }

    .header-row .right-header {
        width: calc(100% - 120px);
        gap: 15px;
    }

    .header-row .right-header .header-right>.gt-btn {
        display: none;
    }

    .header-row .right-header .search {
        display: none;
    }

    .story-timeline-row .timeline-box {
        gap: 34px;
    }

    .timeline-item-content-wrapper {
        padding: 17px 11px;
    }

    .team-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .map-section iframe {
        display: block;
        min-height: 320px;
    }

    .contact-form-box {
        padding: 25px;
    }

    .contact-form-box .form-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        flex-direction: column;
    }

}


/* ==========================================================
   SINGLE SERVICE DETAIL PAGE — ssd_ CSS
   (SEO Services template + future service pages)
   ========================================================== */


/* -----------------------------------------------------------
   1. INTRO SECTION  —  image left, heading + accordion right
   ----------------------------------------------------------- */
.ssd-intro-sec {
    padding: 75px 0 65px;
}

.ssd-intro-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.ssd-intro-left,
.ssd-intro-right {
    width: calc(50% - 30px);
}

.ssd-intro-img img {
    width: 100%;
    max-width: 500px;
    display: block;
}

.ssd-intro-right h5 {
    margin-bottom: 8px;
}

.ssd-intro-right h2 {
    margin-bottom: 16px;
}

.ssd-intro-right > p {
    font-size: 16px;
    line-height: 1.75;
    color: #696687;
    margin-bottom: 32px;
}

/* ---- Accordion ---- */
.ssd-accordion {
    border-top: 1px solid #e9e6f8;
}

.ssd-acc-item {
    border-bottom: 1px solid #e9e6f8;
}

.ssd-acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 17px 2px;
    cursor: pointer;
    user-select: none;
}

.ssd-acc-head span {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #3b3663;
    line-height: 1.4;
    transition: color 0.2s;
}

.ssd-acc-item.active .ssd-acc-head span {
    color: #6254E7;
}

.ssd-acc-icon {
    color: #6254E7;
    font-size: 13px;
    min-width: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.ssd-acc-item.active .ssd-acc-icon {
    transform: rotate(45deg);
}

.ssd-acc-body {
    display: none;
    padding: 0 4px 18px;
}

.ssd-acc-item.active .ssd-acc-body {
    display: block;
}

.ssd-acc-body p {
    font-size: 15px;
    color: #696687;
    line-height: 1.75;
    margin: 0;
}


/* -----------------------------------------------------------
   2. DARK 3-CARDS SECTION
   ----------------------------------------------------------- */
.ssd-dark-cards-sec {
    padding: 65px 0 70px;
    background-color: #13122b;
}

.ssd-dark-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ssd-dark-card {
    padding: 42px 32px;
    border-radius: 14px;
    background-color: #1e1d40;
    border: 1px solid #2e2c5e;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.ssd-dark-card:hover {
    background-color: #252461;
    transform: translateY(-6px);
}

.ssd-dark-card-icon {
    max-width: 54px;
    margin-bottom: 22px;
}

.ssd-dark-card-icon img {
    width: 100%;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.ssd-dark-card h3 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Nunito", Sans-serif;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.35;
}

.ssd-dark-card p {
    color: #a8a5c6;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.ssd-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FC9D44;
    font-size: 12px;
    font-weight: 700;
    font-family: "Rubik", Sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

.ssd-more-link:hover {
    color: #ff6b81;
}

.ssd-more-link i {
    font-size: 11px;
    transition: transform 0.2s;
}

.ssd-more-link:hover i {
    transform: translateX(4px);
}


/* -----------------------------------------------------------
   3. TECHNOLOGY / PHONE-MOCKUP SECTION  (3-col)
   ----------------------------------------------------------- */
.ssd-tech-sec {
    padding: 80px 0;
    background: #fff;
}

.ssd-tech-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ssd-tech-left,
.ssd-tech-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.ssd-tech-center {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.ssd-tech-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ssd-check-icon {
    color: #6254E7;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ssd-tech-feature-text h4 {
    font-size: 16px;
    font-family: "Nunito", Sans-serif;
    font-weight: 700;
    color: #3b3663;
    margin-bottom: 6px;
    line-height: 1.3;
}

.ssd-tech-feature-text p {
    font-size: 14px;
    color: #696687;
    line-height: 1.65;
    margin: 0;
}

/* Center phone card */
.ssd-phone-card {
    background: linear-gradient(145deg, #6254E7 0%, #3b3663 100%);
    border-radius: 22px;
    padding: 40px 30px 36px;
    text-align: center;
    width: 240px;
    box-shadow: 0 24px 60px rgba(98, 84, 231, 0.32);
}

.ssd-phone-img {
    max-width: 120px;
    margin: 0 auto 22px;
}

.ssd-phone-img img {
    width: 100%;
    display: block;
}

.ssd-phone-label h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 22px;
}

.ssd-phone-label .gt-btn {
    font-size: 11px;
    padding: 11px 22px;
    letter-spacing: 0.5px;
}


/* -----------------------------------------------------------
   4. TESTIMONIALS — DARK FULL-WIDTH BG + SLIDER
   ----------------------------------------------------------- */
.ssd-testi-sec {
    background-image: url(../images/agency_testimonials_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0 90px;
    overflow: hidden;
}

.ssd-testi-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(19, 18, 43, 0.82);
}

.ssd-testi-inner {
    position: relative;
    text-align: center;
    max-width: 780px;
    margin: auto;
}

.ssd-testi-inner .sub-text {
    color: #FC9D44;
    margin-bottom: 6px;
    display: block;
}

.ssd-testi-inner h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 14px;
}

.ssd-testi-subtext {
    color: #b0adce;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 48px;
}

/* Slider */
.ssd-testi-slider-wrap {
    position: relative;
}

.ssd-testi-slide {
    display: none;
}

.ssd-testi-slide.active {
    display: block;
}

.ssd-testi-slide blockquote {
    font-size: 19px;
    font-style: italic;
    color: #d4d1f0;
    line-height: 1.75;
    margin: 0 0 32px;
    padding: 0;
    border: none;
}

.ssd-testi-author {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}

.ssd-testi-author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6254E7;
}

.ssd-testi-author strong {
    display: block;
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.ssd-testi-author span {
    display: block;
    color: #FC9D44;
    font-size: 13px;
    font-family: "Rubik", Sans-serif;
}

/* Dots nav */
.ssd-testi-dots-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.ssd-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.ssd-dot.active {
    background: #FC9D44;
    width: 28px;
    border-radius: 6px;
}


/* -----------------------------------------------------------
   5. PRICING SECTION
   ----------------------------------------------------------- */
.ssd-pricing-sec {
    padding: 90px 0;
    background: #faf9ff;
}

.ssd-pricing-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ssd-pricing-left {
    width: calc(36% - 30px);
}

.ssd-pricing-right {
    width: calc(64% - 30px);
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.ssd-pricing-left h2 {
    margin-bottom: 16px;
    line-height: 1.2;
}

.ssd-pricing-left > p {
    color: #696687;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.ssd-pricing-toggle {
    margin-top: 10px;
}

.ssd-toggle-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #6254E7;
    font-family: "Rubik", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #eeecff;
    padding: 6px 16px;
    border-radius: 20px;
}

/* Price cards */
.ssd-price-card {
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    padding: 38px 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eae8f8;
    box-shadow: 0 8px 30px rgba(98,84,231,0.06);
}

.ssd-price-featured {
    background: #13122b;
    border-color: #13122b;
    box-shadow: 0 20px 50px rgba(19,18,43,0.22);
}

.ssd-plan-name {
    font-family: "Rubik", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9d9bba;
    margin-bottom: 18px;
}

.ssd-price-featured .ssd-plan-name {
    color: #7b79a2;
}

.ssd-plan-price {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    margin-bottom: 18px;
    line-height: 1;
}

.ssd-plan-price sup {
    font-size: 24px;
    font-weight: 800;
    color: #3b3663;
    font-family: "Nunito", Sans-serif;
    margin-top: 10px;
}

.ssd-plan-price span {
    font-size: 68px;
    font-weight: 800;
    font-family: "Nunito", Sans-serif;
    color: #3b3663;
    line-height: 1;
}

.ssd-plan-price sub {
    font-size: 16px;
    font-weight: 500;
    color: #9d9bba;
    font-family: "Rubik", Sans-serif;
    align-self: flex-end;
    margin-bottom: 12px;
}

.ssd-price-featured .ssd-plan-price sup,
.ssd-price-featured .ssd-plan-price span {
    color: #ffffff;
}

.ssd-price-card > p {
    font-size: 14px;
    color: #696687;
    line-height: 1.7;
    margin-bottom: 22px;
}

.ssd-price-featured > p {
    color: #8e8cac;
}

.ssd-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ssd-price-card ul li {
    font-size: 15px;
    color: #3b3663;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", Sans-serif;
}

.ssd-price-featured ul li {
    color: #c8c6e0;
}

.ssd-price-card ul li i {
    color: #42CD83;
    font-size: 14px;
    flex-shrink: 0;
}

.ssd-price-card .gt-btn {
    align-self: flex-start;
    font-size: 12px;
    padding: 13px 30px;
    letter-spacing: 1px;
}


/* -----------------------------------------------------------
   6. NEWSLETTER / HELLO SECTION
   ----------------------------------------------------------- */
.ssd-newsletter-sec {
    padding: 90px 0 100px;
    background: #ffffff;
    border-top: 1px solid #f0eeff;
}

.ssd-newsletter-inner {
    text-align: center;
    max-width: 560px;
    margin: auto;
}

.ssd-newsletter-inner h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #3b3663;
    margin-bottom: 14px;
    line-height: 1.15;
}

.ssd-newsletter-inner > p {
    color: #696687;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 32px;
}

.ssd-newsletter-form {
    display: flex;
    max-width: 460px;
    margin: 0 auto 14px;
    border: 1px solid #dcdaf5;
    border-radius: 7px;
    overflow: hidden;
}

.ssd-newsletter-form input {
    flex: 1;
    height: 54px;
    border: none;
    padding: 0 20px;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    color: #3b3663;
    outline: none;
    background: #f9f8ff;
}

.ssd-newsletter-form .gt-btn {
    border-radius: 0;
    height: 54px;
    font-size: 11px;
    letter-spacing: 1.2px;
    padding: 0 28px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.ssd-newsletter-note {
    display: block;
    font-size: 12px;
    color: #b0adcc;
    font-family: "Rubik", Sans-serif;
}


/* ==========================================================
   RESPONSIVE — ssd sections
   ========================================================== */

@media (max-width: 1100px) {
    .ssd-intro-left,
    .ssd-intro-right {
        width: 100%;
    }

    .ssd-intro-img img {
        max-width: 100%;
    }

    .ssd-dark-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ssd-tech-wrapper {
        flex-wrap: wrap;
    }

    .ssd-tech-center {
        order: -1;
        width: 100%;
    }

    .ssd-tech-left,
    .ssd-tech-right {
        flex: 0 0 calc(50% - 20px);
    }

    .ssd-pricing-left {
        width: 100%;
    }

    .ssd-pricing-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ssd-dark-cards-grid {
        grid-template-columns: 1fr;
    }

    .ssd-tech-left,
    .ssd-tech-right {
        flex: 0 0 100%;
    }

    .ssd-testi-inner h2 {
        font-size: 28px;
    }

    .ssd-testi-slide blockquote {
        font-size: 16px;
    }

    .ssd-pricing-right {
        flex-direction: column;
    }

    .ssd-newsletter-inner h2 {
        font-size: 30px;
    }

    .ssd-newsletter-form {
        flex-direction: column;
        border: none;
        border-radius: 0;
        gap: 10px;
        overflow: visible;
    }

    .ssd-newsletter-form input {
        border: 1px solid #dcdaf5;
        border-radius: 7px;
    }

    .ssd-newsletter-form .gt-btn {
        border-radius: 7px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ssd-phone-card {
        width: 200px;
        padding: 28px 20px;
    }

    .ssd-plan-price span {
        font-size: 52px;
    }
}


/* ==========================================================
   DYNAMIC BLOG SECTION — home.php blog-sec update
   ========================================================== */

/* Keep existing .blog-sec heading styles, add grid below */

.blog-sec .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 10px;
}

.blog-sec .blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(59, 54, 99, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-sec .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(59, 54, 99, 0.14);
}

/* Thumbnail */
.blog-sec .blog-img {
    overflow: hidden;
    position: relative;
    padding-top: 58%;
    background: #f0eeff;
}

.blog-sec .blog-img a {
    position: absolute;
    inset: 0;
    display: block;
}

.blog-sec .blog-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.blog-sec .blog-card:hover .blog-img img {
    transform: scale(1.07);
}

/* Content */
.blog-sec .blog-content {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-sec .blog-content .meta {
    font-size: 12px;
    color: #9d9bba;
    font-family: "Rubik", Sans-serif;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-sec .blog-content .meta a {
    color: #6254E7;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-sec .blog-content .meta a:hover {
    color: #FC9D44;
}

.blog-sec .blog-content h3 {
    font-size: 18px;
    font-family: "Nunito", Sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    color: #3b3663;
}

.blog-sec .blog-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-sec .blog-content h3 a:hover {
    color: #6254E7;
}

.blog-sec .blog-content p {
    font-size: 14px;
    color: #696687;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Card footer */
.blog-sec .blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f0eeff;
    margin-top: auto;
}

.blog-sec .blog-footer a {
    font-size: 13px;
    font-weight: 600;
    font-family: "Rubik", Sans-serif;
    color: #6254E7;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: color 0.2s;
}

.blog-sec .blog-footer a:hover {
    color: #FC9D44;
}

.blog-sec .blog-footer i {
    font-size: 14px;
    color: #c0bddc;
}

/* View All button */
.blog-view-all {
    text-align: center;
    margin-top: 42px;
}

.blog-view-all .btn {
    display: inline-block;
}

/* No posts fallback */
.blog-no-posts {
    text-align: center;
    padding: 40px 0;
    color: #696687;
    font-size: 16px;
}

.blog-no-posts a {
    color: #6254E7;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .blog-sec .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog-sec .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-sec .blog-content {
        padding: 18px 20px;
    }
}