

.error,
.error small {
    color: #f44336 !important;
    text-align: left !important;
    font-size: 15px !important;
}

.required {
    color: #f44336 !important;
}

.field-required{
    color: #f44336 !important;
}
.help-block{
    color: #f44336 !important;
}

.intl-tel-input {
    width: 100%;
}

.no_record_found {
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 10px;
}
.no_record_found .btn {
    background-color: #CF0000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
a.contact_one {
    color: #fff;
}


body .pagination{padding: 15px;justify-content: center;margin-top: 0px;}
body .pagination li.page-item a.page-link, body .pagination li.page-item span.page-link{width: 35px;height: 35px;border: solid 1px #ccc;color: #000;border-radius: 50%;padding: 0;display: flex;align-items: center;justify-content: center;margin: 0 5px;}
body .pagination li.page-item:first-child a, body .pagination li.page-item:first-child span, 
body .pagination li.page-item:last-child a,  body .pagination li.page-item:last-child span{width: auto;border: 0;color: #000;border-radius: 0;background-color: transparent;}
body .pagination li.page-item.active span, body .pagination li.page-item.active a{background: #141C3B;color: #fff;border-color: #141C3B;} 


/* 26-09-2023 */

.left-input .form-select:focus{
    box-shadow: none;
    outline: none;
    border-color:#C8D9E3;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
}
.form-control, .form-select{
    padding: 10px 12px;
    height: 45px;
}


/* 26-09-2023 */
@media(max-width:1199px) {
    div#instagram_image figure{
        width: 16.66666667%;
    }
    
}

.card.card-body.custom_menu {
    padding: 5px 13px;
}


/****** Table Editor Format Design 07-04-2026 *****/








.TableLayout{overflow-x:auto; overflow-y:hidden; margin-bottom:30px;}
.TableLayout table {
  border-collapse: separate;
  border-spacing: 0px 15px;
  width:100% !important;
  border: none;
}

.TableLayout table thead tr th,
.TableLayout table tbody tr td {
  padding: 12px 16px;
  font-size: 16px;

}

.TableLayout table thead tr th {
  background-color: #2E2E36;
  color: #fff;
  vertical-align: middle;
}

.TableLayout table thead tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.TableLayout table > tbody > tr:hover td {background-color: #ddd;}
.TableLayout table thead tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.TableLayout table tbody tr td {
  background-color: #eee;
  border: none;
  color: #000;
  vertical-align: middle;
}

.TableLayout table tbody tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.TableLayout table tbody tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media(max-width:991px) {
.TableLayout table tbody tr td {
  white-space:nowrap;
}
	
	
}

/***** Creative Client Story Section 28-04-2026 *****/

.creative-story-wrapper {
    padding: 20px 0;
}

.story-box-item {
    height: 100%;
}

.story-box-inner {
    background: #fff;
    border: 1px solid #eef2f6;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.story-box-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #141C3B, #2E2E36);
    border-radius: 12px 12px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.story-box-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(20, 28, 59, 0.08);
    border-color: #d8e1e9;
}

.story-box-inner:hover::before {
    opacity: 1;
}

.story-icon {
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity 0.3s ease;
    background: #141414;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.story-box-inner:hover .story-icon {
    opacity: 1;
}



.story-icon img {
    filter: brightness(0.5) invert(1);
    max-width: 23px;
        height: auto;
}

.story-content {
    flex-grow: 1;
}

.story-title {
    font-size: 20px;
    font-weight: 700;
    color: #141C3B;
    margin-bottom: 15px;
    line-height: 1.3;
}

.story-description {
    font-size: 17px;
    color: #555;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.story-footer {
    padding-top: 15px;
    border-top: 1px solid #f0f4f8;
}

.story-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    font-weight: 600;
}

.breadcrumb{margin: 20px 0px 0px;}
.breadcrumb_nav .breadcrumb li{margin: 0px; font-size: 16px;}
.breadcrumb_nav .breadcrumb li a{color: #555;}
.breadcrumb_nav .breadcrumb li a:hover{color: #141C3B;}
.breadcrumb_nav .breadcrumb li.active{color: #141C3B; font-weight: 600;}
.breadcrumb_nav .breadcrumb li.active a{font-weight: 400;}
.breadcrumb_nav .breadcrumb li.active::before{color: #141C3B;}
.breadcrumb_nav .breadcrumb li.active::after{color: #141C3B;}

/* FAQ Banner Creative Design */
.faq-banner {
    /* background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%); */
    padding: 120px 0 40px;
    position: relative;
    overflow: hidden;
    color: #141C3B;
    margin-bottom: 30px;
    background-image: radial-gradient(circle at 28% 29%, rgba(237, 237, 237,0.04) 0%, rgba(237, 237, 237,0.04) 50%,rgba(136, 136, 136,0.04) 50%, rgba(136, 136, 136,0.04) 100%),radial-gradient(circle at 8% 78%, rgba(156, 156, 156,0.04) 0%, rgba(156, 156, 156,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),radial-gradient(circle at 29% 46%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(198, 198, 198,0.04) 50%, rgba(198, 198, 198,0.04) 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
      /* border-bottom: 1px solid #f0f4f8; */
}

.faq-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 70%);
    transform: rotate(25deg);
    pointer-events: none;
}

.faq-banner::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 50%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 60%);
    pointer-events: none;
}

.faq-banner-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
}

.faq-banner .faq-search-box {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-banner .faq-search-box .form-control {
    height: 60px;
    border-radius: 30px;
    padding-left: 55px;
    font-size: 17px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.faq-banner .faq-search-box .form-control:focus {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.faq-banner .faq-search-icon {
    left: 22px;
    width: 22px;
    height: 22px;
    color: #666;
}

.Faq-section {
    padding: 40px 0 40px;
}

/* FAQ Accordion Creative Design */
.faq-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.faq-wrapper .accordion {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.faq-wrapper .accordion-item {
    border: none;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #dfe4ea
}

.faq-wrapper .accordion-item:hover {
    box-shadow: 0 8px 25px rgba(20, 28, 59, 0.08);
    transform: translateY(-2px);
}

.faq-wrapper .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #141C3B;
    background-color: #ffffff;
    padding: 20px 25px;
    border: none;
    box-shadow: none !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
 
}

.faq-wrapper .accordion-button:not(.collapsed) {
    background-color: #f7f9fc;
    color: #141C3B;
    
    border-bottom: 1px solid #dfe4ea;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.faq-wrapper .accordion-button::after {
    transition: all 0.3s ease;
    background-image: inherit;
    top: 18px;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-wrapper .accordion-body {
    padding: 25px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    background-color: #ffffff;
    border-top: none;
}


/* FAQ Page Sidebar & Clean Layout Design */
.faq-page {
    background-color: #ffffff;
}

.faq-page-sidebar {
    border-right: 1px solid #eaeaea;
    padding-right: 30px;
}

.faq-page-sidebar .nav-link {
    color: #888;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.faq-page-sidebar .nav-link:hover {
    color: #111;
}

.faq-page-sidebar .nav-link.active {
    color: #111;
    font-weight: 700;
}

.faq-search-box .form-control {
    padding-left: 45px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

.faq-search-box .form-control:focus {
    border-color: #111;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.1);
}

.faq-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    z-index: 10;
}

.faq-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.faq-accordion-clean .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.faq-accordion-clean .accordion-item:hover {
    box-shadow: none;
    transform: none;
}

.faq-accordion-clean .accordion-item:last-child {
    border-bottom: none;
}

.faq-accordion-clean .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    background-color: transparent !important;
    padding: 20px 0;
    gap: 0px 10px;
    box-shadow: none !important;
    border: none !important;
}

.faq-accordion-clean .accordion-button:not(.collapsed) {
    color: #111;
    background-color: transparent !important;
    border-bottom: none !important;
}

/* Custom +/- Icon for Clean Accordion */
.faq-accordion-clean .accordion-button::after {
    content: "+";
    background-image: none !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-family: 'Poppins', sans-serif;
    height: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 400;
    color: #555;
    transition: all 0.3s ease;
    margin-top: 0;
    position: static;
    margin-left: auto;
}

.faq-accordion-clean .accordion-button:not(.collapsed)::after {
    content: "-";
    background-color: #f5f5f5;
    color: #555;
    
    transform: none !important;
}

.faq-accordion-clean .accordion-body {
    padding: 0 0 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.blog-categories-card .tags-list li a{display: block; padding: 7px 16px; position: relative; z-index: 1;}
.blog-categories-card .tags-list li a:after {
    position: absolute;
    right: 14px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-repeat: no-repeat;
    content: '';
    background: url(../images/chevron-down.svg);
    width: 7px;
    height: 13px;
    transform: rotate(90deg);
}
.blog-categories-card .tags-list li a.active{background-color: #141C3B; color: #fff;}
.blog-categories-card .tags-list li a:hover:after{filter: brightness(0) invert(1);}
.blog-categories-card .tags-list li a.active:after{filter: brightness(0) invert(1); transform: rotate(0deg);}
.blog-categories-card .tags-list{display: block;}
.blog-categories-card .tags-list li{margin-right: 0px ;}
.blog-listing li figure img{width: 100%; height: 100% ; object-fit: cover;}


@media (min-width:1300px) and (max-width:1399px){ 
.talk-expert{margin-left:12px !important;}
.talk-expert .btn-primary{    padding: 10px 14px; font-size:14px; height: 52px;}
.navbar-right .navbar-nav {
    margin-right: 30px;
}
.navbar-right .navbar-nav li:nth-last-child(2) {
    margin-right: 0px;
}

}

@media (min-width:1200px) and (max-width:1299px){ 

.logo figure img {max-width: 230px;}
.navbar-right .navbar-nav li.service-item{margin-right:40px;}
.talk-expert .btn-primary{    padding: 10px 14px; font-size:14px; height: 52px;}
.talk-expert{margin-left:12px !important;}
.navbar-right .navbar-nav li:nth-last-child(2) {
    margin-right: 0px;
}

.call-icon strong {
    display: block;
    line-height: 20px;
}
header .call-icon a{font-size: 18px;}	
}

@media (min-width:992px) and (max-width:1199px){ 
header .call-icon a {font-size: 16px;}
.logo figure img {max-width: 160px;}
.call-icon strong {
    display: block;
    line-height: 20px;
}
.call-icon img { max-width: 41px;}
.talk-expert .btn-primary{    padding: 10px 12px; font-size:14px; height: 40px;}
.navbar-right .navbar-nav li.service-item{margin-right: 36px;}
.navbar-nav li.service-item>a::before{    top: 4px;}
.talk-expert{margin-left:12px !important;}


}





@media (max-width: 991px) {
    .faq-page-sidebar {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding-right: 0;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
	.navbar-right .navbar-nav li .nav-link {
    font-size: 14px;
}
	.talk-expert .btn-primary{    padding: 6px 12px; font-size: 14px;}
}





@media (max-width: 767px) {
    .story-box-inner {
        padding: 25px;
    }
    .story-title {
        font-size: 18px;
    }

        .faq-wrapper .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }
    .faq-wrapper .accordion-body {
        padding: 20px;
        font-size: 15px;
    }
    
    .faq-banner-title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .faq-banner {
        padding: 70px 0 20px;
        margin-bottom: 16px;
    }
    .faq-banner .faq-search-box .form-control {
        height: 50px;
        font-size: 15px;
        padding-left: 45px;
    }
    .faq-page-sidebar{margin-bottom: 0px;}
    .faq-page-sidebar .nav-link{padding: 5px 0px;}
    .faq-banner .faq-search-icon {
        left: 15px;
        width: 18px;
        height: 18px;
    }

    .faq-section-title{margin-bottom: 12px;}

    /* Resources Section Mobile */
   
   
    .resources-listing {
        grid-template-columns: 1fr;
        padding-top: 15px;
    }
    .resources-card {
        padding: 0px;
    }
.resources-card h2{text-align: left;}
    .resources-listing {
    max-height: inherit;
    overflow-y: auto;
}

.blog-categories-card .mobileshow{display: block;}


}

/* --- Creative Resources Section --- */
.resources-section {
    padding: 30px 0;

}

.resources-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #141C3B;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
/* .resources-card h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #141C3B;
    border-radius: 2px;
} */
.resources-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.resources-listing li a {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eef2f6;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    height: 100%;
}
.resources-listing li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(20, 28, 59, 0.08);
    border-color: #d8e1e9;
}
.resources-listing .file-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding: 12px;
    background: rgba(20, 28, 59, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    object-fit: contain;
}
.resources-listing li a:hover .file-icon {
    background: rgba(20, 28, 59, 0.1);
    transform: scale(1.05);
}
.content-resources h3 {
    font-size: 17px;
    font-weight: 600;
    color: #141C3B;
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-resources span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.content-resources span::after {
    content: '→';
    margin-left: 6px;
    font-size: 15px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #141C3B;
}
.resources-listing li a:hover .content-resources span::after {
    opacity: 1;
    transform: translateX(0);
}
.mobileshow {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color: #141C3B;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
@media (min-width: 768px) {
    #collapseExample.collapse {
        display: block !important;
    }
}

.admin-info li a{color: #74787C;}
.admin-info li a:hover{color: #141C3B;} 