/* [ FONT ]*/
@font-face {
    font-family: 'santoshi regular';
    src: url('../fonts/satoshi/Satoshi-Regular.otf');
	font-display:swap;
}

@font-face {
    font-family: 'santoshi bitalic';
    src: url('../fonts/satoshi/Satoshi-BlackItalic.otf');
	font-display: swap;
}

@font-face {
    font-family: 'santoshi light';
    src: url('../fonts/satoshi/Satoshi-Light.otf');
	font-display: swap;
}

@font-face {
    font-family: 'santoshi medium';
    src: url('../fonts/satoshi/Satoshi-Medium.otf');
	font-display: swap;
}

@font-face {
    font-family: 'santoshi bold';
    src: url('../fonts/satoshi/Satoshi-Bold.otf');
	font-display: swap;
}

/* Global CSS */
:root {
    --red: #e40034;
    --white: #ffffff;
}

body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right:0px !important ;
}

.text-red {
    color: rgb(228, 0, 52);
}

.text-blue {
    color: rgb(27, 53, 100);
}

.font-santoshi {
    font-family: 'santoshi regular';
}

.font-santoshi-bold {
    font-family: 'santoshi bold';
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

.blue_text {
    color: #012255;
}

.bg_blue {
    color: #012255;
}

.bg_red {
    color: #db2b2e;
}
.transparent_btn {
    box-shadow: 0px 21px 27px 0px rgba(7, 0, 60, 0.4), inset 0px 0px 38px 0px rgba(1, 7, 24, 0.34);
    background: linear-gradient(to left, #db2d2e, #15469f);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-family: 'santoshi bold';
    cursor: pointer;
    transition: .5s ease-in;
}

.transparent_btn:hover,
.whitebg_btn:hover {
    background: linear-gradient(to left, #15469f, #db2d2e);
    color: #fff;
    transition: .5s ease-in-out;
}

.transparent_btn:hover .fa-angles-right {
    color: #fff;
}

.transparent_btn .fa-angles-right {
    color: #fff;
    font-weight: 800;
}

.button_div {
    border-radius: 50px;
    display: inline-block;
    background: linear-gradient(to left, #db2d2e, #15469f 40%);
    padding: 2px;
}

.test_btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f72359;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
}

.test_btn span {
    position: relative;
    pointer-events: none;
}

.test_btn::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    background: radial-gradient(circle closest-side, #4405f7, transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

.test_btn:hover::before {
    --size: 400px;
}

/* Header */
/* HEADER STARTS  */


.nav-item a {
    font-family: 'santoshi medium' !important;
    color: #333333 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.header_logo {
    width: 150px;
}

li.nav-item.current-menu-item,
li.nav-item.current-menu-ancestor {
    background: linear-gradient(1deg, rgb(228 0 52 / 14%) 0%, rgb(228 0 52 / 6%) 53%, rgba(228, 0, 52, 0) 100%);
    border-bottom: 5px solid var(--red);
}

.dropdown-menu .nav-item.active a {
    color: var(--red) !important;
}

.dropdown-menu .nav-item.active {
    background: none !important;
    border-bottom: 0 !important;
}
.header_nav{

	border-bottom: 2px solid;
/*     border-image: linear-gradient(to left, #db2d2e, #15469f) 1;  */
	border-image: linear-gradient(to left, #ff9e9f, #a2c4ff) 1;
	box-shadow: 2px 2px 10px #00000021;
    z-index: 999;	
/* 	padding-bottom:2px!important; */
}


li.nav-item {
    margin: 0px 5px;
}

.contact_number .phone_number a {
    font-family: 'santoshi medium';
    color: #333;
    text-decoration: none;
    font-size: 12pt;
}

li.nav-item a {
    padding: 25px 10px !important;
}

.chat_header {
    background-color: #f1f4f9;
    text-transform: uppercase;
}

.email_header {
    background-color: #e3e8f4;
}

.head_info_btn {
    padding: 22px 20px;
    color: #333;
    text-decoration: none;
    font-family: 'santoshi medium';
    font-size: 13px;
    display: inline-block;
    margin: 0 -2px;
    font-weight: 600;
}

/* HEADER END  */

/* //////////////////////// */

/* MAIN BANNER STARTS  */
.main_banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 20px 0px;
	height: 500px;
    display: flex!important;
    align-items: center;
/* 	background-blend-mode: overlay;
    background-color: #0003; */
}
.main_banner .image_container .right_image img{
	display: inline-block!important;
	
}
.main_banner .image_container .right_image{
	text-align:right;
}
.main_banner .img-fluid{
	width:400px;
}
@media screen and (min-width:992px) and (max-width:1159.5px){
.slider_container .main_banner .img-fluid{
	height: 100%;
    width: 70%;
	}
}

@media (min-width:1160px){
.slider_container .main_banner .img-fluid{
	height: 100%;
    width: 55%;
	}
}
	
	@media (min-width:1680px){
.slider_container .main_banner .img-fluid{
	height: 100%;
    width: 55%;
	filter: drop-shadow(2px 4px 6px #818181);
}
}
.main_banner .image_container{
/* text-align:right; */
}
/* .banner_content>h1,
.banner_content>.h2 {
} */

.main_sub_heading {
    text-transform: uppercase;
    color: #db2b2e;
    font-size: 40px;
    font-family: 'santoshi bold';
    margin: 0;
    line-height: 1;
}

.main_heading {
    text-transform: uppercase;
    color: rgb(27, 53, 100);
    font-size: 38px;
    font-family: 'santoshi regular';
}

.image_container {
    position: relative;
}

.image_container .play_btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 33%;
    border-radius: 50%;
    background-color: rgb(60 117 224 / 20%);
    padding: 10px;
}

.image_container .play_btn .fa-play {
    background-color: rgba(11, 71, 181, 0.342);
    border-radius: 50%;
    padding: 15px 17px 15px 25px;
}




.play_btn_wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.play_btn_wrapper p {
    text-transform: uppercase;
    font-family: 'santoshi regular';
    padding-top: 10px;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video_banner:hover {
    color: var(--red);
}

.video_banner {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: var(--red);
    display: inline-block;
    background: rgb(11 70 181 / 45%);
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(60 117 224 / 20%);
    opacity: 0;
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/* Service section */
.sec_heading h2 {
    font-family: 'santoshi bold';
    color: #012255;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    text-align: left;
}

.sec_heading h2 span {
    color: #eb2e2e;
    font-size: 16px;
    display: block;
	text-align:left;
    font-family: 'santoshi bold';
    font-weight: bold;
	margin-top:10px;
}

.our_services {
	padding: 30px 0px;
	    background-color: #f4f6f8;

}
.more_services {
    padding: 30px 0px;
	 background-color: #012255; /* Set the background color */
    background-image: url('https://digitalbti.com/wp-content/uploads/2024/02/particles.webp')!important; /* Set the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-size: cover; /* Cover the entire background */
    background-position: center center; /* Center the background image */
}

.more_services .sec_heading h2{
	color:#fff!important;
}
.our_services .box_content a{
	text-decoration:none!important;
}

.sec_heading {
    display: inline-block;
}

.sec_heading h2::before {
    content: '';
    background-image: url(../../images/heading-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 43px;
    width: 43px;
    transform: translate(0, 0px);
    left: -16px;
}

.box_head {
    position: relative;
}

.box_head .icon {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #db2d2e, #012255);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 5px 50px #00aeff2e);
}

.service_box {
    padding: 35px 22px;
    background-color: #fff;
    border-radius: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height:100%;
}

.service_box  .box_footer{
	display:flex;
	justify-content:center;
	align-items:center;
}
.service_box  .box_footer .btn-left-capsul{
	    border-bottom-right-radius: 0px;
    	border-top-right-radius: 0px;
		background-color:#012255;
}

.service_box  .box_footer .btn-right-capsul{
	    border-bottom-left-radius: 0px;
    	border-top-left-radius: 0px;
}

.box_content h3 {
    color: #012255;
    font-family: 'santoshi bold';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 10px 0px;
}

.box_content p {
    color: #012255;
    font-family: 'santoshi regular';
    font-size: 16px;
    text-align: center;
}

.learn_more_btn {
    color: #fff;
    background: #eb2e2e;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: 'santoshi medium';
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: .5s;
    font-size: 16px;
    position: relative;
    overflow: hidden;

}

.learn_more_btn:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.learn_more_btn:hover {
    color: #fff;
}

.learn_more_btn:hover::after,
button:focus::after {
    animation: sheen 1s forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -16em);
    }
}

.service_box:hover .box_head .icon {
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #db2d2e, #db2d2e);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 5px 50px #00aeff2e);
}

.service_box:hover {
    background-image: linear-gradient(1deg, rgba(228, 0, 52, 0.2) 0%, rgb(242 128 154 / 18%) -0%, rgb(254 254 254 / 0%) 103%);
    box-shadow: 0px 16px 32px 0px rgba(255, 0, 0, 0.22);
    transition: .5s;
}

.services_switch {
    background-color: rgb(224, 226, 242);
    box-shadow: inset 0px 2px 0px 0px rgba(27, 53, 100, 0.13);
    padding: 15px 0px;
    border-radius: 50px;
    font-family: 'santoshi medium';
    text-transform: uppercase;
    color: #8c8fa8;
    width: fit-content;
}

.switch_btn {
    text-decoration: none;
    padding: 15px 20px !important;
    color: #8c8fa8;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
	display:none;
}

.switch_btn img {
    filter: contrast(0.2);
}

.switch_btn:hover {
    color: #8c8fa8;
}

.switch_btn.active {
    background: #012255;
    color: #fff;
    padding: 15px 20px !important;
    border-radius: 50px;
    text-decoration: none;
    margin: 0px !important;
}

.switch_btn.active img {
    filter: none !important;
}

.our_services .tab-content>.active {
    display: flex;
}

/* about us section */
.about_us {
    background: url(/wp-content/uploads/2023/11/service-banner-bg.webp);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0px;
}

.about_content p {
    color: #fff;
    font-family: 'santoshi regular';
    font-size: 18px;
    line-height: 1.273;
}

.home-about-sec .sec_heading h2{
	color: #012255!important;
}

.home-about-sec .about_content p{
	color: #012255;
}

.our_expertise {
    background: url(/wp-content/uploads/2024/01/expertise-bg.webp);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0px 60px;
}

.our_expertise .sec_heading h1 {
    font-family: 'santoshi bold';
    color: #012255;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    text-align: left;
}

.our_expertise .sec_heading h1::before {
    content: '';
    background-image: url(../../images/heading-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 43px;
    width: 43px;
    transform: translate(0, 0px);
    left: -16px;
}



.exp_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    width: fit-content;
}

.exp_item .icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #db2d2e, #012255);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 5px 50px #00aeff2e);
    box-shadow: -37px 0px 32px 0px rgba(255, 0, 0, 0.1);
}

.exp_name h4 {
    color: #012255;
    font-family: 'santoshi bold';
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.expertise_list {
    position: relative;
}

footer {
    padding: 60px 0px 80px;
    background-color: #012255;
    /* margin-top: 50px; */
}

footer .footer_logo img{
	width:250px;
}
footer .social_icons .icons svg{
	color:#eb2e2e;
	background-color:#fff;
}
footer .menu_list ul li a{
	color:#fff;
	
}
footer .social_icons .icons svg:hover{
	color:#012255;
}
footer .menu_list ul li a:hover{
	opacity:0.9;
/* 	border-bottom:2px solid #fff;
	 */
}
footer .menu_list ul li a::before{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	width:0px;
	height:0px;
	color:#fff;
	background-color:red;
	transition:0.5s ease-in-out;
}
footer .menu_list ul li a:hover::before{
    width: 100%;
    height: 2px;
}
footer .menu_list ul li{
	
}
footer .menu_list ul li a{
	
	position:relative;
/* 	border-bottom:0; */
	transition:0.5s ease-in-out;
	padding-bottom: 5px;
}
.social_icons {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.social_icons .icons {
    display: block;
    border-radius: 50px;
    margin: 0px 5px;
}

.social_icons .icons svg {
    color: #db2d2e;
    font-size: 25px;
    border: 1px solid;
    padding: 8px;
    border-radius: 50px;
    height: 22px;
    width: 22px;
}

.social_icons .icons svg:hover {
    background-color: #fff;
    transition: .4s;
}

.menu_list .menu_name {
    color: #fff;
    font-family: 'santoshi medium';
    text-transform: uppercase;
    font-size: 25px;
}

.menu_list ul {
    padding: 0;
    list-style-type: none;
    color: #ffff;
}

.menu_list ul li a {
    font-family: 'santoshi regular';
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #7792c3;
    line-height: 40px;
}

.menu_name {
    padding-top: 20px;
}

.menu_list::before {
    background: linear-gradient(90deg, #db2d2e 0%, #00000000 100%);
    width: 79px;
    height: 5px;
    content: '';
    display: block;
}

.basic_infr_sec {
    overflow: hidden;
}

.need_help,
.faq_content {
    padding: 70px 0;
}

.help_column {
    position: relative;
    background-color: #f4f6f8;
}

.need_help::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1000px;
    background-color: #f4f6f8;
    top: 0;
    bottom: 0;
    right: 100%;
}

.faq_column {
    position: relative;
    background-color: #e1e6ee;
    z-index: 0;
}

.faq_content::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1000px;
    background-color: #e1e6ee;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -2;
}

.text p {
    font-family: 'santoshi regular';
    font-size: 18px;
    color: #333333;
}

.whitebg_btn {
    box-shadow: 0px 6px 15px 0px rgba(7, 0, 60, 0.4), 0px 0px 0px 0px rgba(1, 7, 24, 0.34);
    background-color: #f4f6f8;
    text-transform: uppercase;
    color: #e40034;
    font-size: 18px;
    padding: 14px 50px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-family: 'santoshi bold';
    cursor: pointer;
    transition: .5s ease-in-out;
}

.need_help .form-label {
    font-family: 'santoshi regular';
    font-size: 16px;
    color: #333;
}

.faqs_items .accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #ffffff !important;
    font-family: 'santoshi bold';
}

.faqs_items .accordion-button {
    font-family: 'santoshi bold';
}

.accordion-button:focus {
    box-shadow: none !important;
}

.faq_info {
    background: #fff;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.faq_info svg {
    color: #db2d2e;
    font-size: 40px;
}

.faqs_items .accordion-button:not(.collapsed)::after {
    background-image: url(../../images/chevron-red.png) !important;
    transform: rotate(180deg) !important;
}

.faqs_items .accordion-button::after {
    background-image: url(../../images/chevron-grey.png) !important;
    transform: rotate(0deg) !important;
}

.faqs_items::before {
    content: '';
    background-image: url(../../images/faq_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-0%, -47%);
    top: 17%;
    left: 80%;
    position: absolute;
    height: 200px;
    width: 210px;
    z-index: -1;
}

.makes_us_different {
    padding: 60px 0px;
}

.feature_img {
    position: relative;
    margin-bottom: 20px;
}

.feature_img .icon {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid transparent;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #db2d2e, #012255);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 5px 50px #00aeff2e);
    box-shadow: 0px 10px 16px 0px #3232326b;
}

.feature_box .text h3 {
    color: #333333;
    font-family: 'santoshi bold';
    font-size: 20px;
    margin: 0;
}

.testimonials_sec {
    padding: 60px 0px;
    background: url(/wp-content/uploads/2024/01/about-bg.webp);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.testi_child {
    position: relative;
}

.testi_child .testi_card {
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 14.937px 5.734px 49px 0px rgba(235, 46, 46, 0.4); */
    box-shadow: 11.203px 4.3px 23px 0px rgba(235, 46, 46, 0.2);
    padding: 60px 30px 40px;
    border: 3px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #012255, #db2d2e);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
#testimonialModal .modal-body{
    font-family: 'santoshi regular';
    font-size: 18px;
    color: #012255;
}
#testimonialModal .modal-title{
    font-family: 'santoshi bold';
    font-size: 20px;
    text-transform: uppercase;
    color: var(--red);
}

.testi_child .client_name {
    color: #db2b2e;
    font-family: 'santoshi bold';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
.testi_child #readMoreReviewtwo {
    font-family: 'santoshi regular';
    color: #db2b2e;
    cursor: pointer;
}
.testi_child #readMoreReview {
    font-family: 'santoshi regular';
    color: #db2b2e;
    cursor: pointer;
}
.testi_card .testi_icon {
    position: absolute;
    top: -20px;
    left: 45px;
}

.chat_box img {
    width: 30px;
}

.chat_box {
    cursor: pointer;
    border-radius: 22px;
    background: linear-gradient(75deg, rgba(228, 0, 52, 0.2) 0%, rgba(242, 128, 154, 0.51) 100%, rgba(255, 255, 255, 0.78824) 100%);
    background-color: #ed4346;
    box-shadow: 0px 16px 32px 0px rgba(255, 0, 0, 0.22);
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    font-family: 'santoshi regular';
    color: #fff;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.nav-item .dropdown-item {
    padding: 10px !important;
    font-family: 'santoshi medium' !important;
    color: #333333 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}


/* BLOGS PAGE */
.blogs_section {
    padding-top: 80px;
    background-color: #f4f6f8;
}

.card_foot {
    padding: 20px;
}

.blogs_card {
    background-color: #ffff;
    border-radius: 8px;
    box-shadow: 0px 12px 23px 0px rgba(27, 53, 100, 0.1);
}

.blog_title a {
    color: #eb2e2e;
    font-family: 'santoshi bold';
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.testi_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
}

.card_foot p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* TESTIMONIALS PAGE */

.testimonials_section {
    padding: 80px 0px 0px;
    background-color: #f4f6f8;
}

.load-more {
    position: relative;
    cursor: pointer;
    color: #012255;
    text-transform: capitalize;
    font-family: 'santoshi bold';
    text-decoration: none;
    font-size: 18px;
}

.load-more:before {
    content: "";
    display: block;
    width: 48%;
    height: 2px;
    background: #d9dee3;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(0px, 10px);
}

.load-more:after {
    content: "";
    display: block;
    width: 48%;
    height: 2px;
    background: #d9dee3;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translate(0px, 10px);
}

/* #testimonials_container .testi_child {
    display: none;
} */
.contact_sec {
    padding: 50px 0px;
    background-color: #f4f6f8;
}

.contact_deets {
    background: #ebeef3;
    border-radius: 15px;
    padding: 12px 30px;
    margin: 20px 0px;
}

.contact_deets a {
    color: #012255;
    font-family: 'santoshi bold';
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}

.contact_form .form-control,
.contact_form .form-select {
    border: 1px solid #bdbdbd;
    border-radius: 1px;
    padding: 10px;
}

.location_sec {
    padding: 50px 0px;
    background-color: #f4f6f8;
}

.location_info {
    background-color: #ebeef3;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
}

.location_info h3 {
    font-size: 30px;
    color: #012255;
    font-family: 'santoshi bold';
}

.left_img_right_content {
    background-color: #eff0f9;
    padding: 20px 0px;
}
.extra-space .left_img_right_content{
	padding: 100px 0px;
}

.left_img_right_content_service_inner {
    background-color: #eff0f9;
    padding: 60px 0px;
}

.icon_list {
    position: relative;
}

.icon_list li {
    font-family: 'santoshi regular';
    font-size: 18px;
    color: #012255;
}

.icon_list li::marker {
    content: none;
}

.icon_list li::before {
    content: '';
    background-image: url(../../images/check-circle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 25px;
    position: absolute;
    left: 0;
}

/* .right_content .text p{
    color:#012255 !important;
} */
:is(.left_img_right_content, .right_img_left_content, .left_img_right_content_service_inner, .included_services_content) .text p {
    color: #012255 !important;
}

.highlight_text {
    border-radius: 20px;
    background: linear-gradient(75deg, rgb(228 0 52 / 9%) 0%, rgb(242 128 154 / 12%) 53%, rgb(255 255 255) 100%);
    box-shadow: 0px 16px 32px 0px rgba(255, 0, 0, 0.22);
    padding: 30px;
}

.highlight_text h5 {
    color: #1b357c;
    font-family: 'santoshi bold';
    font-size: 18px;
}

.right_img_left_content {
    padding: 60px 0px;
}

:is(.left_img_right_content, .right_img_left_content) .learn_more_btn {
    background-color: #172d57;
    margin-top: 20px;

}


.service_benefits h4 {
    color: #ec6567;
    font-family: 'santoshi bold';
    font-size: 18px;
    text-transform: uppercase;
}

.included_services_sec {
    padding: 60px 0px;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.included_services {
    position: relative;
}

.inc_item .icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: linear-gradient(to right, white, white), linear-gradient(to bottom, #db2d2e, #012255);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 5px 50px #00aeff2e);
    box-shadow: -37px 0px 32px 0px rgba(255, 0, 0, 0.1);
	position:relative;
}

.inc_content h4 {
    color: #ec6567;
    font-family: 'santoshi bold';
    font-size: 20px;
}

.inc_content p {
    color: #012255;
    font-size: 16px;
    font-family: 'santoshi medium';
}

.our_projects {
    padding: 80px 0px 50px;
}

.project_item img {
    border-radius: 30px;
}

.project_item {
    position: relative;
    margin: 0px 10px;
    border-radius: 30px;
    background-color: rgb(25, 21, 69);
    transition: .5s;
}

.project_item:hover::after {
    content: url(../../images/view-proj.png);
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(0%, 0%); */
    height: 100%;
    margin: 0 auto;
    display: flex;
    width: 100%;
    background: #00000061;
    justify-content: center;
    align-items: center;
    transition: 1s ease-in-out;
    box-shadow: inset 0px -24px 94px 0 #18123f;
}

.view_project h4 {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
    text-transform: capitalize;
    z-index: 999;
    font-family: 'santoshi bold';
}

.project_item:hover .view_project h4 {
    display: block !important;
}

.projects_carousel .slick-prev::before {
    background: url(../../images/arrow-left.png);
    content: '';
    width: 28px;
    display: inline-block;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.projects_carousel .slick-next::before {
    background: url(../../images/arrow-right.png);
    content: '';
    width: 28px;
    display: inline-block;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.our_process {
    padding: 50px 0;
    background-color: #f4f6f8;
    min-height: 600px;
}
.columns_container{
    background-color: #fff;
    padding: 50px;
	box-shadow:0px 0px 45px 0px rgba(16, 34, 75, 0.1);
}
.testimonials_custom_color .sec_heading h2{
    color: #012255 !important;
}
.blog-article-hero-sec{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center !important;
    padding: 50px 0 0;
    display: flex;
    align-items: flex-end;
    min-height: 300px;
    background-blend-mode: overlay;
    background-color: #00000078 !important;
}

.sec_heading_blog .heading {
    color: #ffffff;
    font-family: 'santoshi bold';
    text-shadow: 2px 1px 2px #000000;
    font-size: 35px;
    background: #151e52;
    width: max-content;
    text-transform: uppercase;
    padding: 2px 10px;
}

.sec_heading_blog .date{
    color: #fff;
    font-family: 'santoshi regular';
    text-shadow: 2px 1px 2px #323232;
    font-size: 25px;
}

.blog_first_section{
    padding: 50px 0px;
}
.blog_first_section h2 {
    color: #eb2e2e;
    text-transform: uppercase;
    font-family: 'santoshi bold';
}
.blog_first_section .left_content h3 {
    color: #eb2e2e;
    text-transform: uppercase;
    font-family: 'santoshi bold';
}



.media-hero-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
    min-height: 490px;
}
.red-bg-white-clr {
    background-color: #DF0A0A;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin: 10px 0px;
}




#videos-creating-col .col-lg-4, #virtual-assistant-col .col-lg-4, #digital-marketing-col .col-lg-4, #social-media-marketing-col .col-lg-4,
#data-analytics-col .col-lg-4, #online-store-col .col-lg-4, #digital-marketing-business-col .col-lg-4{
	display:none;
}
#videos-creating-col .col-lg-8, #digital-marketing-col .col-lg-8, #virtual-assistant-col .col-lg-8,
#social-media-marketing-col .col-lg-8, #data-analytics-col .col-lg-8, #online-store-col .col-lg-8, #digital-marketing-business-col .col-lg-8{
	width:100%;
}

.row-rev .left_img_right_content_service_inner .row:nth-child(odd){
	flex-direction:row-reverse;
	
}

.row-rev .left_img_right_content_service_inner:nth-child(odd){
	background-color:#fff;
}

/*back to top button css */

#back-to-top {
    position: fixed;
    display: inline-block;
    background-color: rgb(255, 20, 20);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 85px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	box-shadow: 3px 4px 8px #00000057;
  }

#back-to-top .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1.5em;
    color: #fff;
    overflow: visible;
    vertical-align: middle;
    margin-top: 8px;
}

  #back-to-top:hover {
    cursor: pointer;
    background-color:#012255;
  }
  #back-to-top:active {
    background-color: #012255;
  }
  #back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

.expertise_list .exp_item .exp_name a{
	text-decoration:none;
	
}



.category{
/* 	margin-bottom:20px; */
    box-shadow: 2px 5px 20px 0px rgb(128 128 128 / 15%);

}

.category .category-header{
    padding: 10px 30px;
    background-color: #e4e9ee;
    text-transform: uppercase;
}
.category .category-body .list-item{
    text-transform: capitalize;
}

.category .category-body{
    padding: 10px 35px!important;
    background-color: #fff;
}
.category .category-body ul li:last-child{
	border-bottom:none;
}

.category .category-body .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e6e7ea;
    margin-top: 10px;

}



.category .category-body p{
    font-family: 'santoshi bold';
    color: #012255;
}

.category .category-body .list .link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
	flex-direction:column;
}

.category .category-body .list:hover .link>span>img{
    transition: all 0.5s ease-in-out;

    transform: scale(1.5);

}

.category .category-body p span{
    display: flex;
    flex-wrap: wrap;
}



.category .category-body p img{
    margin-right: 10px;
}


.category .category-header h4{
    color: #012255;
    font-family: 'santoshi bold';
}

.category .category-body ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.blog-list{
    background-color: #f4f6f8;
}
.category-body .list .link:hover{
    text-decoration: underline;
    

}


.category-body .list .link .cat-icon{
    transition: .2s ease-in-out;
    color: #eb2e2e;
}
.newsletter_form .sec_heading h2::before{
    content:none !important;
}
.newsletter_form .sec_heading h2{
    font-size:22px !important;
}

.enterprise_pill{
	display:none;
}

.orm-text{
	font-family: 'santoshi bold';
	font-size:20px;
    color: #012255;
	width:80%;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
}
.orm-rmv-space{
	margin-bottom:-30px;
}
.img-box-shadow img{
	border-radius:5px;
/* 	box-shadow: 0px 7px 20px 2px #10224b47; */
}

#img-padding-right .left_image_container{
	padding-right:20px;
}

.two-steps-section .steps-div{
	background-color:#012255;
	padding:30px 10px 20px 20px;
	height:100%;
	border-radius: 5px;
	width:95%;
	margin:0 auto;
    box-shadow: 0px 7px 20px 2px #10224b47;
}

/* .two-steps-section .blue-clr{
	background-color:#012255;
	border: 2x solid #fff;
} */

.two-steps-section .step-num{
	display: inline;
    background-color: #eb2e2e;
    padding: 10px 20px;
    color: #fff;
	border-radius:5px;
}

.two-steps-section .step-num span{
	font-size:16px;
	margin:0px;
}

.two-steps-section .step-desc{
	margin-top:20px;
}


.two-steps-section .step-desc .title{
	color:#fff;
	font-size:25px;
	font-family: 'santoshi bold';
}
.two-steps-section .step-desc .text{
	color:#fff;
	font-size:18px;
	font-family: 'santoshi regular';
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
	padding-top:0px!important;
}

.process_item{
	text-decoration: none;
}

.txt-banner-white{
	color:#fff;
}

.orm-resize-img img{
	width:70%;
}

.orm-resize-img .right_image_container{
	text-align:center;
}
.more_services_slider .slick-slide {
    margin: 0px 10px;
	height:95%;
}
.more_services_slider .slick-track{
	height:100%;
}


/* three steps css starts */

.steps-div{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    border: 5px dashed #db2d2e;
    border-radius: 150px;
    align-items: center;
    width: 70%;
    box-shadow: 5px 6px 20px #00000036;
}


.steps-div .circle{
    /* transform: scale(1.08); */
    margin-left: 3px;
    font-size: 50px;
    background: linear-gradient(to left, #db2d2e, #15469f);
    width: 180px;
    height: 180px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.steps-div:nth-child(even){
    float: right;
    flex-direction: row-reverse;
    text-align: right;
    margin-bottom: 50px;

}
.steps-div:nth-child(odd) .circle{
	    margin: 5px 50px 5px 5px;
}
.steps-div:nth-child(even) .circle{
	    margin: 5px 5px 5px 50px;
}

.steps-div:nth-child(odd) .step-txt{
  padding-right: 50px;
    margin-bottom: 5px;
}

.steps-div:nth-child(even) .step-txt{
  padding-left: 50px;
    margin-bottom: 5px;
}

.steps-div .step-txt{
	font-family: 'santoshi regular';
    font-size: 18px;
	color: #012255;
}

.steps-div .step-title{
    margin: 0px;
	font-family: 'santoshi bold';
    color: #012255;
}

.steps-div .step-content{
	padding:10px 0px;
}

/* .steps-div .step .circle{
	    margin-right: 50px;
} */

/* Style for the Slick slider arrows */
.slick-prev,
.slick-next {
    font-size: 24px; /* Adjust the font size as needed */
    color: #fff; /* Arrow color */
    border-radius: 50%; /* Make it a circle */
    padding: 10px; /* Padding around the arrow */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.slick-prev { left: 10px !important; }
.slick-next { right: 10px !important; }

.slick-prev:hover,
.slick-next:hover {
     /* Arrow background color on hover */
}

/* Custom Slick slider dots styling */

/* Custom Slick slider dots styling */

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots button:hover,
.slick-dots button:focus {
    outline: none;
}

.slick-dots button:hover:before,
.slick-dots button:focus:before {
    opacity: 1;
}

.slick-dots button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slider_container .slick-dotted.slick-slider{
	margin-bottom:0px;
}
.slider_container .slick-prev:before{
	content:url('https://digitalbti.com/wp-content/uploads/2023/11/left-arrow.png');
}
.slider_container .slick-next:before{
	content:url('https://digitalbti.com/wp-content/uploads/2023/11/right-arrow.png');
}
.slider_container .slick-next {
    right: 40px !important;
}
.slider_container .slick-dots li button:before{
	font-size:12px !important;
}
.slider_container .slick-dots{
	bottom:0 !important;
}
.slider_container .slick-dots li.slick-active button:before {
    color: #d7202e;
}
.slider_container .slick-dots li button:before {
    color: #ccc;
}

.swipper-container{
	position:relative;
}

.swiper-button-next{
	position:absolute;
	right: -15px!important;
	color:#eb2e2e!important;
	
}
.swiper-button-prev{
	left: -15px!important;
	color:#eb2e2e!important;
	position:absolute;
}
..slick-prev, .slick-next{
	font-size:0px !important;
}
#test_id{
	scroll-margin-top: 200px;
}
/* img.ajeeb {
    border: 3px solid #df0033;
    border-radius: 20px;
    width: 55%;
} */
.faq_content .text-center h4 {
    margin: 0px;
    font-family: 'santoshi bold';
    color: #012255;	
}
.top-bar-bg{
	background-color:#003d9b!important;	
}

.top-bar .social_icons{
	padding:0px;
	justify-content: end;
}
.top-bar .social_icons .icons svg{
	width:16px;
	height:16px;
	border:none;
	border-radius:0px;
	color:#fff;
	padding: 5px;
}
.top-bar img{
	width:25px;
	margin-right:5px;
}
.top-bar .call-btn-top{
	color:#e3eaf4;
	 margin: 0px;
    font-family: 'santoshi bold';
	text-decoration:none;
	display: flex;
    align-items: center;
}
.top-bar .social_icons .icons svg:hover{
	    border-radius: 20px!important;
		color:#012255;
}
.change-row-direction .row{
	flex-direction:row-reverse;
}

.website-design-overview .right_image_container {
	text-align:right;
}

.modal-open {
    overflow: hidden;
}
.header_nav .openBtn {
    border: none;
    padding: 10px 15px;
    font-size: 26px;
    cursor: pointer;
    text-decoration: none;
    color: #7e2536;
}
.header_nav .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.header_nav .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.header_nav .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
} 
.header_nav .overlay input[type=text] {
    padding: 15px;
    border-radius: 0;
    font-size: 17px;
    border: none;
    float: left;
    letter-spacing: 4px;
    width: 80%;
    background: white;
    font-family: 'santoshi medium' !important;
    text-transform: uppercase;
}

.header_nav .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.search_content .media.row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px !important;
}
.search_content .media-heading a {
    color: #000;
    text-decoration: none;
}
.search_content {
    padding: 50px 0px;
}
.search-banner {
    background:linear-gradient(90deg, rgba(195,0,34,1) 0%, rgba(0,36,83,1) 100%);
    padding: 50px 0px;
}
.search-banner .search_heading h3 {
    color: #fff;
    font-family: 'santoshi medium' !important;
    text-transform: uppercase;
    font-size: 38pt;
    text-align: center;
}
.pum-close.popmake-close {
    background: #f9f9f9 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: lowercase;
    font-family: 'santoshi bold' !important;
}
#call_for_price.vc_col-sm-4:nth-child(3) .pkg_card_wrapper .pkg_price .curr_sign{
	display:none !important;
}
#call_for_price.vc_col-sm-4:nth-child(3) .pkg_card_wrapper .pkg_price sup{
	display:none !important;
}
.service_box .box_head .icon img{
	width:55px ;
}
.gbp_metrics_point .included_services_content{
	display:none;
}
.gbp_metrics_point .included_services_sec{
	padding-bottom:0;
}
.gbp_cta .sec_heading{
	display:none;
}
#maintenance_left_right .left_image_container img{
	width:75%;
}

.custom_tabs .vc_tta-tab.vc_active a{
    background: #012255 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 50px !important;
    text-decoration: none;
    margin: 0px !important;        
}
.custom_tabs .vc_tta-tab a{
    background-color: rgb(224, 226, 242) !important;
    text-decoration: none;
    padding: 12px 20px !important;
    color: #8c8fa8 !important;
    cursor: pointer !important;
    font-size: 18px !important;
    box-shadow:inset 0px 2px 0px 0px rgba(27, 53, 100, 0.13);
}
.custom_tabs .vc_tta-tabs-list{
    box-shadow: inset 0px 2px 0px 0px rgba(27, 53, 100, 0.13);
    background-color: rgb(224, 226, 242);
    padding: 15px 0px;
    border-radius: 50px;
    font-family: 'santoshi medium';
    text-transform: uppercase;
    color: #8c8fa8;
    width: fit-content;
    display:inline-block !important;
}
.custom_tabs .vc_tta-panel-title a{
    background-color: rgb(224, 226, 242) !important;
    text-decoration: none;
    padding: 12px 20px !important;
    color: #8c8fa8 !important;
    cursor: pointer !important;
    font-size: 18px !important;
    border-radius: 50px !important;
    box-shadow:inset 0px 2px 0px 0px rgba(27, 53, 100, 0.13);
}
.custom_tabs .vc_active .vc_tta-panel-title a{
    background: #012255 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 50px !important;
    text-decoration: none;
    margin: 0px !important;
    
}
.custom_tabs .vc_tta-panel .vc_tta-panel-heading{
    background:none !important;
}
.newsletter_field{
	border:2px solid #000;
}
.pkg_feature ol ul{
	height:auto !important;
}
.pkg_feature ul{
	list-style:inside !important;
}
.pkg_feature li:before{
	content:none !important;
}

.faq-contact-link a{
	color:#333333;	
	text-decoration:none;
}

.testimonials_parent .mySwiper, .mySwiper .testi_child{
	height:100%!important;
}
.testimonials_parent .mySwiper .swiper-slide{
	height:70%;
}

#basicInfoSec #yourInterest{
	pointer-events:none;	
}

/* custom bg to SEO pricing pkgs */

.custom_bg_pkgs .pkg_card_wrapper{
background:#d3d3d399;
}

.custom_bg_pkgs .pkg_feature{
background:#dfdfe3;
}

/* blogs page container spacing */
.blog_container{
	margin-bottom:30px;
	background:#dfdfe3;
	padding:30px 40px;
	border-radius:5px;
	box-shadow: 2px 5px 20px 0px rgb(128 128 128 / 15%);

}

.blog_container:nth-child(odd) {
    background: #fff;
}

.more_services_slider .service_box{
    padding: 20px 10px;

	
}

	
.more_services_slider .box_head .icon{
	width: 80px;
    height: 80px;
}

.more_services_slider .box_head .icon img{
	width:40px;
}

.newsletter_sec .wpcf7-response-output{
	color:#fff;
}
.quote_btn{
	text-transform:uppercase;
}
.newsletter_sec{
	position:relative;
}
.newsletter_sec .container{
	position:relative;
}
.newsletter_sec::before{
   content: "";
    top: 0;
    left: 0;
    background: url("https://digitalbti.com/wp-content/uploads/2024/02/newsletter-bg.png") no-repeat;
    background-size: cover!important;
    background-position: center;
    position: absolute;
	width:100%;
	height:100%;
	opacity: 0.1;
}


.more_services .slick-dots li button:before{
	color:#fff!important;
	font-size:14px;
}
.more_services .slick-dots{
	margin-bottom:-15px;
}

.right_image_container {
	text-align:center;
}

.right_image_container img{
	width:500px;
}
.left_image_container{
		text-align:center;
}

.left_image_container img{
	width:500px;
}
.about_us .right_column{
	text-align:center;
}
.about_us .right_column img{
	width:500px;
}

.cstm_wid_lgo_ser_img .left_image_container img{
	width:auto;
	
}
.cstm_wid_lgo_ser_img .right_image_container img{
	width:auto;
}
.cstm_max_wid_lgo_ser_img .left_image_container img{
		width:500px;
}

.cstm_min_wid_lgo_ser_img .left_image_container img{
	width:500px;
}
.cstm_min_wid_lgo_ser_img .right_image_container img{
	width:500px;
}
/* .maintenance_left_right_maintenance .right_image_container img{
	width:400px;
} */
.main_banner_maintenance .main_banner .img-fluid{
	width:auto !important;	
}
.benefits_custom_class .included_services .inc_item .icon::before{
	content:url('https://digitalbti.com/wp-content/uploads/2025/05/check.png');
	position:absolute;
	top: -15px;
    left: -12px;
}
.maintenance_packages_custom .pkg_feature ul {
    
}
.maintenance_packages_custom .pkg_feature li{
    font-size: 18px !important;
	list-style-type:none !important;
}
.maintenance_packages_custom .ft_title_wrapper{
	padding:3px 10px !important;
	z-index:9999 !important;
}
.maintenance_packages_custom .pkg_top_header{
	overflow:visible !important;
}
.blog_content_bg{
	    background-color: #eeeeee;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 21px #00000052;
}
.list-thumb .wp-post-image{
width:100% !important;
	height:300px !important;
	object-fit:cover;
}
      .design-section {
            position: relative;
            background: #fff;
            overflow: hidden;
        }

        .grey-container {
            position: absolute;
            right: 0;
            top: 0;
            width: 20%;
            height: 100%;
            background: #d9dde4;
            z-index: 0;
        }

        .container {
            position: relative;
            z-index: 1;
        }
        
        @media (min-width: 1400px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 1720px !important;
            }
        }
        
        .eyebrow-text {
            color: #db2b2e;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
			font-family:'santoshi regular';
        }

        .main-heading {
            color: #0a2540;
            font-size: 56px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
			font-family:'santoshi bold';
        }
		.design-section .icon_list{
			text-align:start !important;
		}
        .description-text {
			font-family: 'santoshi regular' !important;
			font-size: 18px !important;
			color: #012255 !important;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .cta-link {
            color: #0b263f;
			font-size: 18px;
			font-weight: 500;
			text-decoration: none;
			display: inline-flex;
			align-items: center;
			margin-top: 20px;
			transition: all 0.3s ease;
        }

        .cta-link:hover {
            color: #c0392b;
            transform: translateX(5px);
        }
        .mockup-container {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 500px;
        }

        .mockup-grid {
            position: relative;
            width: 100%;
            height: 100vh;
        }

        .mockup-item {
            position: absolute;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

       	button#slider-next {
		   border-top-left-radius: 0px;
		   border-bottom-left-radius: 0;
		}

		button#slider-prev {
		   border-top-right-radius: 0px;
		   border-bottom-right-radius: 0;
		}

        /* .mockup-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */
        
        .mockup-1:hover {
            transform:translate(-50%, -50%) scale(1.02);
        }
        .mockup-2:hover {
            transform: translateY(-5px) scale(1.02);
        }
        .mockup-3:hover {
            transform: translateY(-5px) scale(1.02);
        }
        
        /* Desktop - Default Positioning */
        .mockup-1 {
            top: 35%;
    		left: 15% !important;
            width: auto;
            height: auto;
            z-index: 3;
            transform: translate(-50%, -50%);
        }

        .mockup-2 {
            top: 10%;
            right: 0%;
            width: auto;
            height: auto;
            z-index: 4;
        }

        .mockup-3 {
            bottom: 5%;
            right: 0%;
            width: auto;
            height: auto;
            z-index: 5;
        }
		.hero-container {
            /* Use min-height to ensure it fills the viewport */
			background:url('https://digitalbti.com/wp-content/uploads/2025/11/banner-services.png') no-repeat center / cover;
            position: relative;
			padding:120px 0px;
            z-index: 10; /* Keep content above particles */
        }

        /* --- User-Provided particles.js Styles --- */
        canvas {
            display: block;
            vertical-align: bottom;
        }

        #particles-js {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0; /* Background layer */
            background-color: #efefef;
            background-image: url("");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50% 50%;
        }

        /* --- User-Provided stats.js Styles --- */
        .count-particles {
            background: #000022;
            position: absolute;
            top: 48px; /* Sits below the stats.js panel */
            left: 0;
            width: 80px;
            color: #13E8E9;
            font-size: .8em;
            text-align: left;
            text-indent: 4px;
            line-height: 14px;
            padding-bottom: 2px;
            font-family: Helvetica, Arial, sans-serif;
            font-weight: bold;
            z-index: 1001; /* Above particles */
            border-radius: 0 0 3px 3px;
        }

        .js-count-particles {
            font-size: 1.1em;
        }

        #stats,
        .count-particles {
            -webkit-user-select: none;
            user-select: none;
        }

        /* This style is applied by stats.js, so we'll reference it */
        /* Note: stats.js itself will be positioned at top: 0, left: 0 */
        #stats {
            border-radius: 3px 3px 0 0;
            overflow: hidden;
            z-index: 1000; /* Above particles */
        }
/* Custom styles for the navigation buttons to match the image */
        .nav-button {
            width: 3rem; /* 48px */
            height: 3rem; /* 48px */
            border-radius: 9999px; /* full */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem; /* 20px */
            line-height: 1.75rem; /* 28px */
            color: white;
            transition: all 0.2s ease-in-out;
            border: none;
            z-index: 10;
        }
        
        .nav-button-light {
            background-color: #d1d5db; /* gray-300 */
            color: #4b5563; /* gray-600 */
        }
        
        .nav-button-light:hover {
            background-color: #9ca3af; /* gray-400 */
        }
        
        .nav-button-dark {
            background-color: #1e3a8a; /* A dark blue, close to blue-900 */
        }
        
        .nav-button-dark:hover {
            background-color: #1e40af; /* blue-800 */
        }

        /* Style for the service cards */
        .service-card {
            border-radius: 0.5rem; /* rounded-lg */
            overflow: hidden;
            transition: all 0.3s ease-in-out;
        }

        .service-card:hover {
             box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); /* shadow-lg */
             transform: translateY(-4px);
        }

        .service-card img {
            width: 100%;
            object-fit: cover; /* Ensures images cover the area well */
            object-position: top; /* Show the top of vertical images */
            flex-shrink: 0; /* Prevent image from shrinking */
        }
        
        /* Styling for the slider itself */
        .service-slider .slick-slide {
            padding: 0 0.75rem; /* 1.5rem gutter total, like Bootstrap's g-4 */
        }

        /* Ensure card text div grows to fill space, pushing content down */
        .service-card .card-body {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .service-card .card-body h3 {
            margin-top: auto; /* Pushes title to the bottom of the flex container */
        }
        /* Extra Large Desktop - 1400px and above */
        @media (min-width: 1400px) {
            .mockup-1 {
                left: 38%;
            }
        }

        /* Large Desktop - 1200px to 1399px */
        @media (max-width: 1399px) {
            .mockup-grid {
                height: 90vh;
            }
            
            .mockup-1 {
                left: 42%;
            }
            
            .mockup-2 {
                top: 8%;
            }
            
            .mockup-3 {
                bottom: 3%;
            }
        }
        /* This rule only applies BELOW 1200px */
        @media (max-width: 1600px) {
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 430px;
            }
        }
        /* Desktop - 992px to 1199px */
        @media (max-width: 1199px) {
            .grey-container {
                width: 25%;
            }
            
            .mockup-grid {
                height: 80vh;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 450px;
            }
            
            .mockup-1 {
                left: 45%;
            }
            
            .mockup-2 {
                right: -5%;
            }
            
            .mockup-3 {
                right: -5%;
            }
        }

        /* Tablet - 768px to 991px */
        @media (max-width: 991px) {
            .main-heading {
                font-size: 48px;
            }

            .grey-container {
                width: 30%;
            }
            
            .mockup-grid {
                height: 70vh;
                min-height: 500px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 380px;
            }
            
            .mockup-1 {
                left: 48%;
                top: 48%;
            }
            
            .mockup-2 {
                top: 5%;
                right: -8%;
            }

            .mockup-3 {
                bottom: 2%;
                right: -8%;
            }
        }

        /* Small Tablet - 576px to 767px */
        @media (max-width: 767px) {
			.hero-container{
				padding:20px 0px;
			}
			.grey-container-left{
				background:transparent !important;
			}
            .design-section {
                padding: 50px 0 0 0;
            }
            
            .main-heading {
                font-size: 40px;
                margin-bottom: 20px;
            }
            
            .eyebrow-text {
                font-size: 13px;
                margin-bottom: 15px;
            }
            
            .description-text {
                font-size: 15px;
                line-height: 1.6;
                margin-bottom: 15px;
            }

            /* --- MODIFIED: Added .grey-container-left --- */
            .grey-container, .grey-container-left {
                width: 100% !important;
                height: 500px !important;
                top: auto !important;
                bottom: 0 !important;
            }

            .mockup-container {
                min-height: 500px;
                margin-top: 30px;
            }
            
            .mockup-grid {
                height: 500px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 320px;
            }

            .mockup-1 {
                width: auto;
                height: auto;
                top: 48%;
                left: 35%;
            }
            
            .mockup-1:hover {
                transform: translate(-48%, -48%) scale(1.02);
            }

            .mockup-2 {
                width: auto;
                height: auto;
                top: 15% !important;
				left: auto;
				right: 10% !important;
            }

            .mockup-3 {
                width: auto;
                height: auto;
                bottom: 20% !important;
        		right: 10% !important;
            }
        }

        /* Mobile - 481px to 575px */
        @media (max-width: 575px) {
            .main-heading {
                font-size: 36px;
            }
            
            .design-section {
                padding: 40px 0 0 0;
            }
            
            .description-text {
                font-size: 14px;
            }
            
            .cta-link {
                font-size: 14px;
            }

            .mockup-container {
                min-height: 450px;
            }
            
            .mockup-grid {
                height: 450px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 280px;
            }

            .mockup-1 {
                top: 50%;
                left: 50%;
            }
            
            .mockup-1:hover {
                transform: translate(-50%, -50%) scale(1.02);
            }

            .mockup-2 {
                top: 5%;
                right: -8%;
            }

            .mockup-3 {
                bottom: 5%;
                right: -8%;
            }
        }

        /* Small Mobile - 376px to 480px */
        @media (max-width: 480px) {
            .main-heading {
                font-size: 32px;
            }
            
            .mockup-grid {
                height: 420px;
            }
            
            .mockup-container {
                min-height: 420px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 240px;
            }
            
            .mockup-2 {
                right: -10%;
            }

            .mockup-3 {
                right: -10%;
            }
        }

        /* Extra Small Mobile - 320px to 375px */
        @media (max-width: 375px) {
            .main-heading {
                font-size: 28px;
            }
            
            .eyebrow-text {
                font-size: 12px;
            }
            
            .description-text {
                font-size: 13px;
            }
            
            .cta-link {
                font-size: 13px;
            }
            
            .mockup-grid {
                height: 380px;
            }
            
            .mockup-container {
                min-height: 380px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 200px;
            }
            
            .mockup-2 {
                top: 8%;
                right: 0%;
            }

            .mockup-3 {
                bottom: 8%;
                right: 0%;
            }
        }

        /* Tiny Mobile - Below 320px */
        @media (max-width: 319px) {
            .main-heading {
                font-size: 24px;
            }
            
            .mockup-grid {
                height: 340px;
            }
            
            .mockup-container {
                min-height: 340px;
            }
            
            .mockup-1 img,
            .mockup-2 img,
            .mockup-3 img {
                max-width: 170px;
            }
            
            .mockup-2 {
                right: -15%;
            }

            .mockup-3 {
                right: -15%;
            }
        }
        
        /*
        --- NEW STYLES FOR REVERSED SECTION ---
        */

        .grey-container-left {
            position: absolute;
            left: 0;
            top: 0;
            width: 20%;
            height: 100%;
            background: #d9dde4;
            z-index: 0;
        }
        .design-section-reversed {
            background-color: #f2f2f2;
        }
        /* --- Desktop Reversals (Tablet & Up) --- */
        @media (min-width: 768px) {
            
            /* Right-align the text */
            .design-section-reversed .content-wrapper {
                text-align: right;
            }

            /* Reverse the CTA link */
            .design-section-reversed .cta-link::after {
                display: none;
			}

            .design-section-reversed .cta-link:hover {
                transform: translateX(-5px);
            }

            /* Reverse the Mockup Positions */
            .design-section-reversed .mockup-1 {
                left: auto;
                right: 38%;
                transform: translate(50%, -50%);
            }
            .design-section-reversed .mockup-1:hover {
                 transform:translate(50%, -50%) scale(1.02);
            }

            .design-section-reversed .mockup-2 {
                left: 0;
                right: auto;
            }

            .design-section-reversed .mockup-3 {
                left: 0;
                right: auto;
            }
        }

        /* --- Desktop Responsive Overrides for Reversed Section --- */
        
        @media (min-width: 1400px) {
            .design-section-reversed .mockup-1 {
                left: auto;
        		top: 50% !important;
            }
        }

        /* 992px to 1399px */
        @media (min-width: 992px) and (max-width: 1399px) {
             .design-section-reversed .mockup-1 {
                left: auto;
                right: 42%;
            }
        }
        
        /* 768px to 1199px */
        @media (min-width: 768px) and (max-width: 1199px) {
            .grey-container-left {
                 width: 25%;
            }
            .design-section-reversed .mockup-1 {
                left: auto;
                right: 45%;
            }
            .design-section-reversed .mockup-2 {
                left: -5%;
                right: auto;
            }
            .design-section-reversed .mockup-3 {
                left: -5%;
                right: auto;
            }
        }
        
        /* 768px to 991px */
        @media (min-width: 768px) and (max-width: 991px) {
            .grey-container-left {
                width: 30%;
            }
            .design-section-reversed .mockup-1 {
                left: auto;
                right: 48%;
            }
            .design-section-reversed .mockup-2 {
                left: -8%;
                right: auto;
            }
            .design-section-reversed .mockup-3 {
                left: -8%;
                right: auto;
            }
        }
        
        .updatedPricingSection .section-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        .updatedPricingSection .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #171c54;
            display: inline-block;
			font-family: 'santoshi medium';
        }
		.updatedPricingSection .feature_list {
			font-family: 'santoshi regular';
		}
        .updatedPricingSection .pricing-card-bg {
            border-radius: 40px;
            border: 7px solid #171c54;
            background-color: #171c54;
            /* background-image: linear-gradient( 0deg, rgb(134,55,77) 0%, rgb(23,28,84) 100%); */
            box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
            /* padding: 7px; */
            height: 100%;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            /* margin-top: 100px; */
        }
        .updatedPricingSection .pricing-card-bg.recommended-plan {
            margin-top: 0;
            transform: scale(1.1);

        }
        .updatedPricingSection .pricing-card-bg.recommended-plan:hover {
            margin-top: 0;
            transform: scale(1.1) translateY(-10px);
        }
        /* .pricing-card.recommended {
            margin: -30px 0 30px 0px;
        } */
        .updatedPricingSection .pricing-card {
            background: linear-gradient(0deg, rgb(255 221 225) 0%, rgba(255, 255, 255, 1) 67%);
            border-radius: 35px;
            padding: 15px;
            height: 100%;
            margin-top: -30px;
            z-index: 2;
            position: relative;
        }

        .updatedPricingSection .pricing-card-bg:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .updatedPricingSection .pricing-card.standard {
            border-color: #2c3e50;
        }

        /* .pricing-card.recommended {
            border-color: #8b5cf6;
            position: relative;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        } */

        .updatedPricingSection .pricing-card.enterprise {
            border-color: #2c3e50;
        }

        .updatedPricingSection .recommended-badge {
            color: white;
            font-size: 1.50rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 0;
            text-transform: uppercase;
            line-height: 1;
            padding: 7px 0 14px 0;
        }

        .updatedPricingSection .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-top-left-radius: 35px;
            border-top-right-radius: 35px;
            margin-bottom: 0px;
        }

        
        .updatedPricingSection .recommended .plan-name, .updatedPricingSection .recommended .plan-title {
            font-size: 1.6rem;
        }
        
        .updatedPricingSection .plan-name, .updatedPricingSection .plan-title {
			font-family: 'santoshi medium';
            font-size: 1.4rem;
            font-weight: 700;
            color: #171c54;
        }
.plan_identity {
	text-align:center;
}
        /* .recommended .plan-title,
        .recommended .plan-name {
            color: white;
        } */

        .updatedPricingSection .price-buynow-box {
			font-family: 'santoshi medium';
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 20px;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(218, 218, 218);
            border-radius: 35px;
            background-image: linear-gradient( -135deg, rgb(233,233,233) 0%, rgb(239,241,244) 46%, rgb(245,249,255) 54%, rgb(229,244,255) 100%);
            padding: 15px;
        }
        .updatedPricingSection .recommended .price-buynow-box{
            font-size: 3rem;
            background: linear-gradient(320deg, rgb(23, 28, 84) 0%, rgb(129, 37, 65) 55%, rgb(235, 45, 45) 100%);
            color: #fff !important;
        }
        
        .updatedPricingSection .recommended .price-buynow-box .currency {
            color: #fff !important;
        }
        .updatedPricingSection .recommended .price-buynow-box .period {
            color: #fff !important;
        }
        .updatedPricingSection .price-buynow-box .currency {
            font-size: 2rem;
            vertical-align: super;
            color: #8a8a8a;
            font-weight: lighter;
        }
        
        .updatedPricingSection .price-buynow-box .period {
            font-size: 1rem;
            font-weight: 400;
            color: #8a8a8a;
        }

        .updatedPricingSection .standard .price-buynow-box,
        .updatedPricingSection .enterprise .price-buynow-box,
        .updatedPricingSection .recommended .price-buynow-box {
            color: #171c54;
        }

        /* .recommended .price-buynow-box {
            color: white;
        } */

        .updatedPricingSection .btn-buy {
            width: 100%;
            padding: 15px;
            border-radius: 10px;
            font-weight: 600;
            text-transform: uppercase;
            border: none;
            transition: all 0.3s ease;
        }
        .updatedPricingSection .btn-buy:hover {
            animation-name: shine;
            animation-duration: 260ms;
        }
/*         .updatedPricingSection .recommended .btn-buy:hover {
            animation-name: shine;
            animation-duration: 260ms;
        } */
        .updatedPricingSection .recommended .btn-buy {
            background: #fff;
            color: #171c54;
            border:2px solid #171c54;
            border-radius: 20px;
        }
        .updatedPricingSection .recommended .btn-buy:hover {
            background: #fff;
            color: #171c54;
            border:2px solid #171c54;
            border-radius: 20px;
        }
        .updatedPricingSection .btn-buy{
            background: #171c54;
            color: white;
            border-radius: 20px;
        }

        .updatedPricingSection .btn-buy:hover {
            background: #1a252f;
        }

        .updatedPricingSection .features-title {
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #dadada;
        }

        .updatedPricingSection .recommended .feature-item {
            font-size: 0.95rem;
        }
        .updatedPricingSection .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            font-size: 0.85rem;
            color: #464646;
        }

        .updatedPricingSection .recommended-plan .feature-item svg {
            color: #cf2232;
            margin-right: 10px;
            margin-top: 3px;
            background:linear-gradient( 180deg, rgb(134,55,77) 0%, rgb(23,28,84) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: #ffffff00;
            background-clip: text;
            display: inline-block;
        }
        .updatedPricingSection .feature-item svg {
            color: #464646;
            margin-right: 10px;
            margin-top: 3px;
            
        }

        .updatedPricingSection .addon-title {
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #dadada;
        }


        @media (max-width: 768px) {
            .updatedPricingSection .pricing-card {
                margin-bottom: 30px;
            }
            .updatedPricingSection .pricing-card-bg.recommended-plan:hover{
                transform: none !important;
            }
            .updatedPricingSection .pricing-card-bg.recommended-plan{
                transform: none !important;
            }
            
        }
        
        @keyframes shine {
            0% {
                background: linear-gradient(
                30deg, 
                hsl(260, 85%, 95%) 0%, 
                #171c54 25%
                );
            }

            25% {
                background: linear-gradient(
                30deg, 
                #171c54 0%, 
                hsl(260, 85%, 95%) 25%, 
                #171c54 50%);
            }

            50% {
                background: linear-gradient(
                30deg,
                #171c54 0%, 
                hsl(260, 85%, 95%) 50%, 
                #171c54 75%); 
            }

            75% {
                background: linear-gradient(
                30deg, 
                #171c54 0%, 
                hsl(260, 85%, 95%) 75%, 
                #171c54 100%); 
            }

            100% {
                background: linear-gradient(
                30deg, 
                #171c54 0%, 
                hsl(260, 85%, 95%) 100%); 
            }
        }
.addonBox {
    background: linear-gradient(0deg, rgb(255 221 225) 0%, rgba(255, 255, 255, 1) 67%);
    border: 7px solid #151e52;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 35px;
}

.addonBox h3 {
    color: #171c54; 
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'santoshi bold';
}

.addonBox li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px; 
}

.addon-icon {
    color: #171c54; 
    font-size: 1.2rem;
}
/* Section Wrapper */
.bg-section-wrapper {
	position: relative;
	padding: 80px 0 120px 0;
	overflow: hidden;
}


/* The Central "Video" Container */
.bg-video-outer-box {
	position: relative;
	background: #d1d5db;
	/* The Dark Blue Borders on Left/Right */
	border-left: 15px solid #0a2540; 
	border-right: 15px solid #0a2540;
	padding: 0 !important;
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	max-width: 900px;
	margin: 0 auto;
	z-index: 2; /* Sit above the wave */
}


/* The Play Button */
.bg-play-btn-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.bg-play-btn-wrapper:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.bg-play-circle {
	width: 60px;
	height: 60px;
	background-color: #e63946; /* Red */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(230, 57, 70, 0.4);
	border: 3px solid #fff;
}

.bg-play-icon {
	color: white;
	font-size: 1.5rem;
	margin-left: 4px; /* Visual center correction */
}

/* Bottom Caption */
.bg-footer-title {
	font-size: 0.9rem;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px;
}

.bg-footer-desc {
	font-size: 0.85rem;
	color: #777;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.4;
}

/* The Wavy Background Graphic */
.bg-wave-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	z-index: 1; /* Behind the video box */
	pointer-events: none;
}

.bg-wave-svg {
	width: 100%;
	height: auto;
	/* Allow it to be tall enough to show the curve */
	min-height: 150px; 
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.bg-section-title { font-size: 2rem; }
	.bg-video-outer-box { padding: 0 10px; border-width: 8px; }
	.bg-video-inner-content { padding: 15px; }
	.bg-images-row { gap: 5px; }
}
.card-back {
    z-index: 1;
    transition: z-index 0.3s ease, transform 0.3s ease;
}

.card-back.bring-front {
    z-index: 5;
    transform: scale(1.02);
}
