/* -- 
Theme Name:      bizveda
Theme URI:       www.technotery.com
Description:     Customized theme by Technotery
Author:          Technotery
Author URI:      www.technotery.com
Template:        oceanwp
Version:         1.0.0
Text Domain:     OceanWP-child
Tags:            singlesite 
-------------------------------- */

/* Custom_font_family::Start */
@font-face {
    font-family: Poppins-Black;
    src: url(Font/Poppins/Poppins-Black.ttf);
}
@font-face {
    font-family: Poppins-BlackItalic;
    src: url(Font/Poppins/Poppins-BlackItalic.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(Font/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-BoldItalic;
    src: url(Font/Poppins/Poppins-BoldItalic.ttf);
}
@font-face {
    font-family: Poppins-ExtraBold;
    src: url(Font/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: Poppins-ExtraLight;
    src: url(Font/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: Poppins-ExtraLight;
    src: url(Font/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: Poppins-Light;
    src: url(Font/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(Font/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(Font/Poppins/Poppins-Regular.ttf);
}
  
/* Custom_font_family::End */

/* Color_css::Start */
:root {
    /* Color:root::Start */
    --primary_white:#FFFFFF;
  --primary_black:#000000;
  --primary_theme:#222328;
  --red_theme: #f52626;
  --seconday_theme:#F5555B;
  --title_dark:#0E0E0E;
  --text_dark:#242424;
  --text_color:#000;
  --text_gray_color:rgba(0,0,0,.65);
  --light_gray_bg:#f5f8f9;
  --light_border_color: #ced4da;
    /* Color:root::End */
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5 !important;
    font-family: "Poppins", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 16px !important;
    color: var(--text_gray_color) !important;
    /* padding-top: 100px;  */
}

/* #site-header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
} */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--text_dark);
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 42px;
}

h3, .h3 {
    font-size: 1.5rem;
}
  
h4, .h4 {
    font-size: 1.3rem;
    line-height: 30px;
}
  
h5, .h5 {
    font-size: 1.25rem;
}
  
h6, .h6 {
    font-size: 1rem;
    margin-bottom: 0 !important;
    line-height: 1.8 !important;
}
  
p {
    line-height: 30px;
    font-size: 16px;
    font-family: poppins, sans-serif !important;
    font-weight: 400px !important;
}

.navbar-toggle .icon-bar {
    background: var(--seconday_theme);
  }
  
  input[type=email], input[type=password], input[type=text], input[type=tel] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
  }
  input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
    box-shadow: none;
    border: 1px solid var(--seconday_theme);
  }
  
  .form-control {
    box-shadow: none;
    border-radius: 0;
  }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--seconday_theme);
  }
  
  .py-7 {
    padding: 7rem 0px;
  }
  
  .btn {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 17px 30px !important;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.3s;
  }
  .btn.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .btn:focus {
    outline: 0px;
    box-shadow: none;
  }
  
  .btn-main, .btn-small, .btn-transparent {
    background: var(--seconday_theme) !important;
    color: var(--primary_white) !important;
    transition: all 0.2s ease !important;
  }
  body input[type="submit"]
  {
    font-size: 11px !important;
  }
  .btn-main:hover, .btn-small:hover, .btn-transparent:hover {
    background: var(--red_theme) !important;
    color: var(--primary_white) !important;
  }
  
  .btn-solid-border {
    border: 2px solid var(--seconday_theme) !important;
    background: transparent !important;
    color: var(--text_dark) !important;
  }
  .btn-solid-border:hover {
    border: 2px solid var(--seconday_theme) !important;
    background: var(--seconday_theme) !important;
  }
  
  .btn-transparent {
    background: transparent !important;
    padding: 0 !important;
    color: var(--seconday_theme) !important;
  }
  .btn-transparent:hover {
    background: transparent !important;
    color: var(--seconday_theme) !important;
  }
  
  .btn-large {
    padding: 20px 45px !important;
  }
  .btn-large.btn-icon i {
    font-size: 16px !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
  }
  
  .btn-small {
    padding: 13px 25px 10px !important;
    font-size: 12px !important;
  }
  
  .btn-round {
    border-radius: 4px !important;
  }
  
  .btn-round-full {
    border-radius: 50px !important;
  }
  
  .btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
  }
  
  .bg-gray {
    background: var(--light_gray_bg) !important;
  }
  
  .bg-primary {
    background: var(--seconday_theme) !important;
  }
  
  .bg-primary-dark {
    background: var(--red_theme) !important;
  }
  
  .bg-primary-darker {
    background: var(--red_theme) !important;
  }
  
  .bg-dark {
    background: var(--text_dark) !important;
  }
  
  .bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%) !important;
    background-repeat: repeat-x !important;
  }
  
  .section {
    padding: 100px 0;
  }
  
  .section-sm {
    padding: 70px 0;
  }
  
  .section-title {
    margin-bottom: 70px;
  }
  .section-title .title {
    font-size: 50px;
    line-height: 50px;
  }
  .section-title p {
    color: #666;
    font-family: "Poppins", sans-serif;
  }
  
  .subtitle {
    color: var(--seconday_theme);
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .overly, .hero-img, .cta, .slider, .page-title {
    position: relative;
  }
  .overly:before, .hero-img:before, .cta:before, .slider:before, .page-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
  }
  
  .overly-2, .latest-blog, .cta-block, .bg-counter {
    position: relative;
  }
  .overly-2:before, .latest-blog:before, .cta-block:before, .bg-counter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .text-color {
    color: var(--seconday_theme);
  }
  
  .text-black {
    color: var(--text_dark);
  }
  
  .text-color2 {
    color: #c54041;
  }
  
  .text-color2 {
    color: #b99769;
  }
  
  .text-sm {
    font-size: 14px;
  }
  
  .text-md {
    font-size: 35px !important;
    margin-right: 10px !important;
  }
  
  .text-lg {
    font-size: 3.75rem;
  }
  
  .no-spacing {
    letter-spacing: 0px;
  }
  
  /* Links */
  a {
    color: var(--text_dark);
    text-decoration: none;
  }
  
  a:hover {
    color: var(--seconday_theme);
    text-decoration: none;
  }
  
  a:focus {
    outline: none !important;
  }

  a, a:hover, a:focus {
    outline: none !important;
  }
  
  .content-title {
    font-size: 40px;
    line-height: 50px;
  }
  
  .page-title {
    padding: 100px 0;
  }
  .page-title .block h1 {
    color: var(--primary_white);
  }
  .page-title .block p {
    color: var(--primary_white);
  }
  
  .page-wrapper {
    padding: 70px 0;
  }
  
  #wrapper-work {
    overflow: hidden;
    padding-top: 100px;
  }
  #wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative;
  }
  #wrapper-work ul li img {
    width: 100%;
    height: 100%;
  }
  #wrapper-work ul li .items-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: var(--primary_white);
    background: var(--text_gray_color);
    padding-left: 44px;
    padding-top: 140px;
  }
  #wrapper-work ul li .items-text h2 {
    padding-bottom: 28px;
    padding-top: 75px;
    position: relative;
  }
  #wrapper-work ul li .items-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: var(--primary_white);
  }
  #wrapper-work ul li .items-text p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    padding-right: 80px;
  }

  /* Header Css :: START */
  #site-header
  {
    background-color: var(--primary_theme) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 5%) !important;
    border-bottom: none !important;
  }
  #site-header li {
    padding-left: 15px !important;
  }
  #site-header .menu-item {
    padding-left: 15px !important;
  }
  #site-header .menu-item:hover, #site-header .active .menu-item {
    color: var(--seconday_theme) !important;
    background: var(--primary_theme);
}
#site-header .custom-logo-link:focus 
{
    background: none !important;
    outline: unset !important;
}

#site-header .menu-item {
    font-family: poppins, sans-serif !important;
    font-weight: 500 !important;
    color: var(--primary_white) !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: .5px !important;
    transition: all .25s ease !important;
    border-radius: .25rem !important;
    margin-bottom: 0 !important;
    padding-left: 15px !important;
}
#top-bar-wrap
{
    border-bottom: 1px solid rgba(255,255,255,5%) !important;
}
.site-search-toggle i
{
    font-size: 18px !important;
    font-weight: bold !important;
}
#mobile-dropdown
{
  background: var(--primary_theme) !important;
}
.oceanwp-mobile-menu-icon a:focus,#mobile-dropdown ul li a:focus,.menu-item a:focus
{
  outline: none !important;
}
#mobile-dropdown ul li
{
  border-bottom: 1px solid rgba(255, 255, 255, 0.151) !important;
}
#mobile-dropdown ul li a
{
  padding: 10px 5px !important;
}
  /* Header Css :: END */

  /* Footer CSS :: START */
  .footer_logo
  {
    margin-bottom: 0 !important;
  }
  .footer_logo .alignleft
  {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .site-footer .widget_nav_menu li
  {
    border: 0 !important;
    font-size: 16px !important;
    color: var(--text_dark) !important;
    font-weight: 400px !important;
    font-family: poppins, sans-serif !important;
  }
  .widget-title
  {
    border: none !important;
    padding-left: 0 !important;
  }
  #footer-widgets .footer-box a
  {
    outline: 0 !important;
    font-size: 16px !important;
    color: var(--text_dark) !important;
    font-weight: 400px !important;
    font-family: poppins, sans-serif !important;
  }
  #footer-widgets a.btn.btn-main.btn-small
  {
    outline: 0 !important;
    font-size: 12px !important;
    color: var(--primary_white) !important;
    font-weight: 400 !important;
    padding: 10px 15px !important;
    font-family: poppins, sans-serif !important;
    margin-top: 20px !important;
  }
  #footer-widgets .footer-box .widget-title {
    font-size: 20.8px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
  .widget p
  {
    color: var(--text_dark);
    font-size: 16px !important;
  }
  /* Footer CSS :: END */

  /* newsletter CSS :: START */

  .lead a
  {
    font-size: 16px !important;
    color: var(--primary_theme) !important;
    font-weight: 600 !important;
  }

  /* newsletter CSS :: END */

  /* home page CSS :: START */
  .home .page-header
  {
    display: none !important;
  }
  /* home page CSS :: END */

  /* Contact form CSS :: START */
  .contact-form-wrap input,.contact-form-wrap textarea {
    background: #f5f8f9 !important;
    border: 1px solid #eef2f6 !important;
    box-shadow: none !important;
    width: 100% !important;
}
.contact-form-wrap textarea
{
  height: 130px !important;
}
input.submit-btn.btn.btn-main
{
  background-color: var(--seconday_theme) !important;
  width: auto !important;
}
input.submit-btn.btn.btn-main:hover
{
  background: var(--red_theme) !important;
}
  /* Contact form CSS :: END */
  /* blog CSS :: START */
  
  .content-area, .content-left-sidebar .content-area
  {
    width: 70% !important;
  }
  

/* blog CSS :: END */

/* case Study CSS :: START */


/* Set up the grid container */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create 6 equal-width columns */
  gap: 16px; /* Adjust the gap between columns */
}

/* Style for grid items */
.grid-item {
  background-color: #fff;
  text-align: start;
  border: 1px solid var(--light_gray_bg);
  border-radius: 4px;
  box-shadow: 0px 8px 24px var(--light_gray_bg);
  margin-bottom: 20px;
}
.blog-item img
{
  width: 100%;
  object-fit: cover;
}
.blog-item-content
{
  background: #fff;
  padding: 50px;
}

.mr-3
{
  margin-right: 20px !important;
}

.blog-item-meta
{
  padding: 20px;
  margin-bottom: 20px;
}

.single-post #content-wrap .content-area{
  width: 100% !important;
  border-right-width: 0 !important;
}
.single-post #right-sidebar{
  display: none !important;
}


.blog-entry-comments {
  display: none !important;
}

.category-posts
{
  margin-top: 50px;
}
.blog-item a
{
  line-height: 1.8 !important;
}
.margin-top-10
{
  margin-top: 10px !important;
}
.blog-item a:focus
{
  outline: none !important;
}
/* case Study CSS :: END */
  

/* form css :: START */
form .wpcf7-response-output
{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
form .wpcf7-not-valid-tip
{
  font-size: 12px !important;
  margin-top: 5px;
}
/* form css :: END */

.blog-entry.thumbnail-entry .blog-entry-category a:hover {
  color: var(--seconday_theme) !important;
}
.blog-entry.thumbnail-entry .blog-entry-category a:focus {
  outline: none !important;
}


/* Style for the Top Bar */
.topbar {
  background-color: #333; /* Adjust to your theme's design */
  color: white;
  padding: 10px 0;
  text-align: center;
  position: relative; /* Necessary to allow the sticky header to sit on top */
  z-index: 10; /* Ensure the top bar stays above other content */
}

.topbar .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Sticky Header Style */
#site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important; 
  transition: top 0.3s !important; 
}

#site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

/* #site-logo #site-logo-inner a img
{
  width: 250px !important;
  max-width: 250px !important;
} */
.case-studies.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.case-studies .category-posts {
  flex: 1;
  order: 1;  /* Ensure that posts come first */
  border-right: 1px solid var(--light_border_color) !important;
  padding-right: 20px;
}

.case-studies .sidebar {
  flex: 0 0 300px;  /* Sidebar should have a fixed width */
  order: 2;  /* Sidebar should come after posts */
}
.case-studies .widget-area{
  margin: 50px 0px !important;
  width: 100% !important;
} 

.entry-title a:focus,.sidebar-box a:focus
{
  outline: none !important; 
  outline-offset: none !important;
  outline-width: none !important;
  outline-color: none !important;
  outline-style: none !important;
}

.blog-entry-category a,.blog-entry-category
{
  color: #ababab !important;
  font-weight: 400 !important;
}

.meta-author {
  display: none !important;
}

.sidebar-box a
{
  font-weight: 600 !important;
  color: var(--text_dark) !important;
}

.site-breadcrumbs ol li:last-child .breadcrumb-sep
{
  display: none !important;
}

.blog-entry img,.attachment-full
{
  border-radius: 20px !important;
}

.attachment-full
{
  object-fit: cover !important;
  height: 400px !important;
}

.our_teams_section,.our_teams_section img
{
  overflow: hidden !important;
}

.our_teams_section img
{
  height: 100% !important;
  position: relative !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1) !important;
}

.our_teams_section .elementor-image-box-content
{
  position: absolute !important;
  background: linear-gradient(rgba(255, 255, 255, 0.219),white) !important;
  bottom: 22px !important;
  padding: 20px;
  /* opacity: 0 !important; */
}
/* 
.our_teams_section .elementor-image-box-img:hover .elementor-image-box-content
{
  opacity: 1 !important;
} */

/* team page CSS :: START */

.team_grid 
    {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 0 auto;
    }
    .team_grid {
        grid-template-columns: repeat(4, 1fr);
    }

  .team_card {
    position: relative;
    height: 340px;
    border-radius: 24px;
    cursor: pointer;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .team_card img {
    width: 100% !important;
    height: 100% !important; 
    object-fit: cover !important;
    display: block !important;
    border-radius: 24px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
.team_card h4
{
color: white;
}

.team_card:hover .overlay,.team_card:hover .card-content
{
    opacity:1;
}

  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0F438A, transparent 60%);
    z-index: 1;
    opacity:0;
    transition: 0.5s;
    border-radius: 24px;
  }

  .card-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    opacity:0;
    transition: 0.5s;
  }

  .plus-btn {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 20px 0 ;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
  }

  .plus-btn-icon
  {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f5555b;
    display:flex;
    justify-content:center;
    align-items:center;
    color: white;
  }

  .modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  .modal-img
  {
    width: 30%;
    height:350px !important;
    border-radius:20px !important;   
    overflow:hidden; 
    border: 1px solid #ddd;
  }

    .modal-img img
  {
  width: 100% !important;
  height:100% !important;
  object-fit:cover;
    }
  .modal-content-inner-section
  {
    width: 100% ;
    display: flex;
  }
  .modal-content-section
  {
    margin-left: 25px;
    width: 70%;
}

  .modal.active {
    display: flex;
  }

  .modal-content {
    background: white;
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    text-align: start;
    position: relative;
    height: 80%;
    overflow-y: auto;
  }
  
  .close {
    position: absolute;
    font-size: 24px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    width:40px;
    height:40px;
    top:0;
    right:0;
    background: #222328;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 0 10px;
  }

  .no-scroll {
    overflow: hidden !important;
    /* height: 100%; */
  }

/* team page CSS :: END */

/* latest catgory wise post */

#latest_by_type_widget-2 .widget-title {
  font-size: 20px !important;
  font-weight: 500;
}
#latest_by_type_widget-2 li {
     padding: 2px 4px 5px 3px;
    border-bottom: 1px solid;
    font-weight : 0 !important;
}

/* widget css */
#cat_select, #post_select {
    width: 100%;
    margin-bottom: 10px;
    padding: 6px;
    font-size: 15px;
}

#post_result {
    border: 1px solid #ccc;
    padding: 12px;
    background: #f9f9f9;
}

/* side baar css */

/* .widget-title {
    display: block !important;
    line-height: 1 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #333 !important;
    border-width: 0 0 0 3px !important;
    border-style: solid !important;
    border-color: #13aff0 !important;
    letter-spacing: 1px !important;
    padding-left: 15px !important;
    margin: 0 0 20px !important;
    text-transform: capitalize !important;
    color: #000000 !important;
} */

.sidebar-box a:hover
{
  color: #13aff0 !important ;
}
.sidebar-box a
{
  font-weight: 400 !important;
}

#right-sidebar .cat-item
{
  border-top: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  padding:5px 0 !important;
}
