:root {    
    --theme-base: #011f55;    
    --theme-secondary: #fc3b00;    
    --theme-third: #1b8e07;
    --theme-grey: #111;
    --anchor: #011f55;
    --paragraph: #fff;
    --theme-font: "Poppins", sans-serif;
}

#wpadminbar {
  z-index: 999999999!important;
  background:var(--theme-base);
  outline: 1px solid transparent;
}


.elementor-element .icon .custom-widget-icon::before {
    content: '';
    display: inline-block;
    background-image: url('../images/icon.png'); /* Path to your custom image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}

.custom-widget-icon{
    background-image: url('../images/icon.png'); /* Path to your custom image */
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}
.custom-widget-icon::before{
    content: '';
    display: inline-block;
    background-image: url('../images/icon.png'); /* Path to your custom image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}

/* INNER HEADER */

.inner-hero-section{
  text-align: center;
  padding: 150px 0px 100px;
  background: #f1ecf0;
  margin-bottom: 35px;
}

/* CUSTOM HEADING SECTION */

.site-headings-section .site-heading_sub-title{
  font-size: 18px;
  color: var(--theme-secondary);
  font-weight: 300;
}

.site-headings-section .site-heading_main-title{
  font-size: 36px;
  color: var(--theme-base);
  font-weight: 700;
  font-size: 20px;
}

/* SITE BUTTON */

.site-button-widget{
  display: flex;
  justify-content: center;
}

.site-button-widget .theme-btn1,
.site-btn {
  background: var(--theme-base);
  color: #fff;
  border-radius: 50px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.site-button-widget .theme-btn1:hover,
.site-btn:hover{
  background: var(--theme-secondary);
  color: #fff;
}




/* SERVICES WIDGETS */


.cpt-services-list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 55px
}

.cpt-services-list .service-item {
    background: var(--theme-white);
    border-radius: 15px;
    padding: 0;
    width: 32%
}

.cpt-services-list  .service-item .thumbnail img {
    border-radius: 15px;
    width: 100%;
    max-height: 260px;
    object-fit: cover
}

.cpt-services-list  .service-item .description {
    background: var(--theme-default);
    color: var(--theme-white);
    padding: 25px;
    border-radius: 15px;
    margin: 0 10px
}

.cpt-services-list .service-item h3 {
    color: var(--theme-white);
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500
}

.cpt-services-list .service-item h3 a {
    color: var(--theme-white)
}

.cpt-services-list .service-item .service-content {
    font-size: 14px;
    color: var(--theme-white);
    line-height: 24px
}

.cpt-services-list .service-item .more {
    display: flex;
    justify-content: end
}

.cpt-services-list .service-item a.read-more{
    font-size: 16px;
    background-color: var(--theme-white);
    color: var(--theme-default);
    padding: 10px 15px;
    border-radius: 10px;
}

.cpt-services-list .service-item a.read-more span {
    width: 0;
    height: 0;
    overflow: hidden;
}

.cpt-services-list .service-item a.read-more.app-btn:after {
    font-size: 16px;
    padding: 5px 1px;
    width: 25px;
    height: 35px;
}


/* HOMEPAGE BLOG POSTS */


.blog-box {
  background-color: var(--theme-third);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}
.blog-box .tags {
  padding: 16px 0;
}
.blog-box .tags a {
  display: inline-block;
  color: var(--vtc-text-heading-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-right: 28px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-box .tags a {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .blog-box .tags a {
    margin-right: 16px;
  }
}
.blog-box .tags a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  height: 16px;
  width: 2px;
  background-color: var(--vtc-text-heading-1);
}
.blog-box .tags a img {
  margin-top: -4px;
  margin-right: 3px;
}
.blog-box .tags a:nth-last-child(1)::after {
  display: none;
}
.blog-box .image {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 4px;
}
.blog-box .image img {
  transition: all 0.4s;
}
.blog-box .heading1 h5 a {
  line-height: var(--f-fs-font-fs28, 28px);
  font-size: var(--f-fs-font-fs20, 20px);
}
.blog-box .heading1 .learn {
  display: inline-block;
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: var(--f-fs-font-fs18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--f-fs-font-fs18, 18px);
  text-transform: capitalize;
  transition: all 0.4s;
}
.blog-box .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog-box .heading1 .learn:hover {
  transition: all 0.4s;
  color: var(--theme-default);
}
.blog-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}



/* CUSTOM BLOG POSTS */


.blog-post-list .blog-box {
  background-color: var(--theme-third);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}
.blog-post-list .blog-box .tags {
  padding: 16px 0;
}
.blog-post-list .blog-box .tags a {
  display: inline-block;
  color: var(--vtc-text-heading-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-right: 28px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-list .blog-box .tags a {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .blog-post-list .blog-box .tags a {
    margin-right: 16px;
  }
}
.blog-post-list .blog-box .tags a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  height: 16px;
  width: 2px;
  background-color: var(--vtc-text-heading-1);
}
.blog-post-list .blog-box .tags a img {
  margin-top: -4px;
  margin-right: 3px;
}
.blog-post-list .blog-box .tags a:nth-last-child(1)::after {
  display: none;
}
.blog-post-list .blog-box .image {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 4px;
}
.blog-post-list .blog-box .image img {
  transition: all 0.4s;
}
.blog-post-list .blog-box .heading1 h5 a {
  line-height: var(--f-fs-font-fs28, 28px);
  font-size: var(--f-fs-font-fs20, 20px);
}
.blog-post-list .blog-box .heading1 .learn {
  display: inline-block;
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: var(--f-fs-font-fs18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--f-fs-font-fs18, 18px);
  text-transform: capitalize;
  transition: all 0.4s;
}
.blog-post-list .blog-box .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog-post-list .blog-box .heading1 .learn:hover {
  transition: all 0.4s;
  color: var(--theme-default);
}
.blog-post-list .blog-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-post-list .blog-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}




.site-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    width: 100%
}

.site-pagination .nav-links a,.site-pagination .nav-links span {
    text-align: center;
    background: var(--theme-default);
    color: var(--theme-white);
    border-radius: 100%;
    margin: 0 5px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative
}

.site-pagination .nav-links span.current,.site-pagination .nav-links a:hover {
    background: var(--theme-secondary)
}

.site-pagination .nav-links a.prev,.site-pagination .nav-links a.next {
    font-size: 0
}

.site-pagination .nav-links a.next:after,.site-pagination .nav-links a.prev:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    color: var(--theme-white)
}

.site-pagination .nav-links a.prev:after {
    content: "\f104"
}

.site-main .post-navigation {
    width: 95%;
    margin: auto
}

/* BLOG DETAILS */

.single.single-post .footer1 .footer-bg {
    padding: 80px 0px 0px 0px;
    border-radius: 4px;
    margin-top: 80px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.single.single-post .entry-content h1, .single.single-post .entry-content h2, .single.single-post .entry-content h3, .single.single-post .entry-content h4, .single.single-post .entry-content h5, .single.single-post .entry-content h6 {
  padding: 0;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}


/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
.contact-page {
  background-color: #F3F4FF;
}
.contact-page .contact-page-bg {
  border-radius: 4px;
  background-color: #fff;
  padding: 48px;
}
.contact-page .contact-page-bg .contact-form .single-input input, .contact-page .contact-page-bg .contact-form .single-input textarea {
  border-radius: 4px;
  border: none;
  background-color: #F3F4FF;
  padding: 18px;
  margin-top: 20px;
  width: 100%;
}
.contact-page .contact-page-bg .contact-form .single-input input:focus, .contact-page .contact-page-bg .contact-form .single-input textarea:focus {
  outline: none;
}
.contact-page .contact-page-bg .contact-form .single-input input::-moz-placeholder, .contact-page .contact-page-bg .contact-form .single-input textarea::-moz-placeholder {
  color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.5607843137));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact-page .contact-page-bg .contact-form .single-input input::placeholder, .contact-page .contact-page-bg .contact-form .single-input textarea::placeholder {
  color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.5607843137));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact-page .contact-page-bg .contact-form .single-input .nice-select.wide {
  height: 60px;
  margin-top: 20px;
  border: none;
  line-height: 60px;
  color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.5607843137));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background: #F3F4FF;
}
.contact-page .contact-page-bg .contact-form .single-input .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.contact-page .contact-page-bg .contact-form .button {
  text-align: end;
}
.contact-page .contact-boxs {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-boxs {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-boxs {
    padding-left: 0;
  }
}
.contact-page .contact-boxs .single-box {
  display: flex;
  align-items: center;
  background-color: #F3F4FF;
  border-radius: 4px;
  padding: 24px;
  transition: all 0.4s;
  margin-top: 20px;
}
.contact-page .contact-boxs .single-box .icon {
  height: 50px;
  width: 50px;
  background-color: #e0e3ff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.contact-page .contact-boxs .single-box .heading {
  padding-left: 16px;
}
.contact-page .contact-boxs .single-box .heading h5 {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.contact-page .contact-boxs .single-box .heading a {
  display: inline-block;
  color: var(--Home-Page-3-Color-Paragraph-Color, #50515C);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 16px;
}
.contact-page .contact-boxs .single-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.contact-page .wpcf7-spinner{
    display: block;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */


/* CONTENT */

.single .entry-content h3 {
    color: var(--Home-Page-3-Color-Text-Color, #070811);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: capitalize;
}

.entry-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.single .entry-content ul {
    margin:0px 0px 25px 15px;
    padding: 0;
}

.single .entry-content ul li {
    margin: 18px 0px;
    color: var(--Home-Page-3-Color-Text-Color, #070811);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.single .entry-content ul li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    text-align: center;
    z-index: 1;
    transition: all 200ms linear;
    color: var(--theme-default);
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 12px;
    font-size: 12px;
    border-radius: 50%;
    background: rgba(90, 101, 245, 0.2);
}


/* CPT TEAM WIDGET */


.cpt-team-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cpt-team-list .team-item {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s ease-in-out;
}

.cpt-team-list .team-item:hover {
  color: #fff;
  transform: scale(1.1);
}

.cpt-team-list .team-item:hover h3 {
  color: var(--theme-base);
}

.cpt-team-list .team-item .thumbnail {
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 2px 2px 15px #ccc;
}

.cpt-team-list .team-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-base);
}

.cpt-team-list .team-item .description {
  font-size: 13px;
  line-height: 20px;
  color: var(--theme-base);
}

@media(max-width:992px){
  
  .cpt-team-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

}

@media(max-width:767px){
  
  .cpt-team-list {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:600px){  
  .cpt-team-list {
    grid-template-columns: repeat(1, 1fr);
  }
}



/* CONTACT US WIDGET */

.widget.widget-contact{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.widget.widget-contact .single-box .icon img{
  max-height: 80px;
}

.widget.widget-contact .single-box .heading h4{
  margin-bottom: 5px;
  font-size: 26px;
}

/* SOCIAL MEDIA WIDGET */

.social-buttons-widget{
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-buttons-widget .icon{
  margin: 0px 15px;
}

.social-buttons-widget .icon a{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--theme-base);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-buttons-widget .icon a svg{
  max-width: 60%;
  fill: #fff;
}

/* BG CARD WIDGET */


.bg-card-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}

.bg-card-wrapper .bg-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.bg-card-wrapper .bg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
  transition: opacity 0.4s ease;
}

.bg-card-wrapper .bg-card .card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
}

.bg-card-wrapper .bg-card .card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.bg-card-wrapper .bg-card .card-content h3 a{
  color: #fff;
}

.bg-card-wrapper .bg-card .card-content p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  color: #fff;
}

.bg-card-wrapper .bg-card .btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.bg-card-wrapper .bg-card .btn:hover {
  background: #fff;
  color: #000;
}

.bg-card-wrapper .bg-card:hover {
  transform: scale(1.03);
  filter: brightness(1.15);
}

.bg-card-wrapper .bg-card:hover::before {
  opacity: 0.9;
}