/* Google Font Import added By Ritin Tiwari on 03-07-2025 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */

.cd_owl_prev,
.cd_owl_next {
  width: 45%;
}

.cd_owl_prev_04,
.cd_owl_next_04 {
  width: 32px !important;
}

.cd-post-list-2-img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: 250px;
  border-radius: 10px;
}

.cd-gallery-banner-img {
  text-align: center;
}

.cd-single-portfolio-content .cd-portfolio-author {
  float: right;
  margin-top: 30px;
}

.cd-single-portfolio-content .cd-portfolio-author p {
  font-weight: 600;
  font-family: Inter;
}

.cd-portfolio-content-wrapper {
  font-size: 18px;
  line-height: 6px;
  line-height: 26px;
  font-family: Inter;
}

.cd-postfolio-recents .cd_portfolio_slider_carousel .owl-nav {
  display: none;
}

.cd-blog-list-2-content-bx {
  margin-top: auto;
  margin-bottom: auto;
}

/*css for gallery shortcode start*/
.row.testimonial-section.cd-text-center .cd-text-align-item {
  margin-top: 10px;
}

.cd-testimonial-slider-content-wrepper-01 .cd__tstmnl_post_author {
  font-weight: bold;
}

.cd_portfolio_slider_title-box-2 .cd-slider-text-02 {
  margin: 10px 0px;
}

.cd-testimonial-slider-content-wrepper-01 .cd-testimonial-slider-heading-01 {
  margin-top: 8px;
}

#wpcf7-f13950-p14415-o1 .wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #007b11;
  color: #ffffff;
}

#wpcf7-f8316-p8184-o1 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f13950-p13789-o1 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f12369-p12051-o1 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f17614-p16261-o1 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f17614-p18675-o1 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f17614-p19475-o2 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f13950-p21107-o1 .wpcf7-form-control.has-spinner.wpcf7-submit {
  /*background-color: #007b11;*/
  color: #000000;
}

/*input.wpcf7-form-control{color:#ffffff}*/
.gallery-title {
  font-size: 36px;
  color: #54595f;
  text-align: center;
  font-weight: 500;
}

p.cd-slider-standard-02.cd-text-center {
  line-height: 25px;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #54595f;
  border-radius: 5px;
  text-align: center;
  color: #54595f;
  background-color: #fff;
  padding: 5px 8px;
  margin: 5px;
}

.filter-button:hover {
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #54595f;
  border: 1px solid #54595f;
}

.filter-button:focus {
  outline: none;
  box-shadow: none;
}

.btn-default:active,
.filter-button:active {
  background-color: #42b32f;
  color: white;
}

.cd-mb-form-row-01 {
  margin-bottom: 20px;
}

.port-image {
  width: 100%;
}

.img-ticker {
  animation: slider-page 18s linear infinite;
}

@keyframes slider-page {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-1900px, 0, 0);
  }
}

/*gallery light box stsrt by shubham */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.cd_pagination {
  position: relative;
  width: 400px;
  margin: 0 auto 20px;
}

.cd_pagination a {
  text-decoration: none;
  padding: 5px;
}

.cd_pagination .prev,
.cd_pagination .next {
  cursor: pointer;
  position: inherit;
  color: white;
  font-weight: bold;
  font-size: 15px;
  transition: 0.6s ease;
  -webkit-user-select: none;
  text-decoration: none;
  top: 0;
  padding: 5px 10px;
  margin: 10px;
  background-color: #00bcd0;
  border-radius: 0;
}

span.page-numbers.current {
  color: #00bcd0;
  font-weight: 600;
}

.cd-motel-booking-from-01 .wpcf7-spinner {
  margin: 0 !important;
}

.cd-motel-hotel-from .wpcf7-response-output {
  border-color: #dc3232;
  color: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*gallery light box end by shubham 5-5-2022*/

/*demo-btn-css-start*/
.cd-demo-image-01 {
  animation: rotation 10s linear infinite;
  display: block;
  width: 35px;
  height: auto;
  margin: 0px auto 6px;
}

.cd-solar-image-animation-01 img {
  animation: rotation-01 10s linear infinite;
  display: block;
}

@keyframes rotation-01 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.cd-bulb-animation-01 img {
  animation: rotation-02 5s linear infinite;
  display: block;
}

@keyframes rotation-02 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.cd-demo-text-01 {
  text-align: center;
  text-decoration: none;
  color: #2f3c42;
  position: relative;
  font-size: 15px;
}

.cd-demo-text-01:hover {
  color: #000;
  transition: 0.3s;
}

.cd_free_demo_form_01 input.wpcf7-form-control {
  width: 99%;
  padding: 10px;
  border: none;
  background-color: #0000;
  border-bottom: 2px solid #1c056d;
  border-radius: 0;
}

.cd_free_demo_form_01 input::placeholder,
.cd_free_demo_form_01 textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1c056d;
}

.cd_free_demo_form_01 input:focus,
.cd_free_demo_form_01 textarea:focus {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  outline: none;
}

.cd_free_demo_form_01 textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #0000;
  border-bottom: 2px solid #1c056d;
  border-radius: 0;
  height: 50px;
}

.cd-button-free_form-01 input {
  width: 30% !important;
  background-color: #fc476a !important;
  border-bottom: none !important;
  border-radius: 50px !important;
}

.cd-button-Appointment_form-01 input {
  width: 30% !important;
  background-color: #fc476a !important;
  border-bottom: none !important;
  border-radius: 50px !important;
}

.cd_Appointment_form_01 input.wpcf7-form-control {
  width: 100%;
  padding: 10px;
  background-color: #0000;
  border: 1px solid #fc476a;
  border-radius: 10px;
}

.cd_Appointment_form_01 textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #0000;
  border: 1px solid #fc476a;
  border-radius: 10px;
  height: 150px;
}

.cd-margin-bottom-Appointment-form-01 {
  margin-bottom: 15px;
}

.cd_Appointment_form_01 input::placeholder,
.cd_Appointment_form_01 textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-size: 13px;
}

.cd_Appointment_form_01 input:focus,
.cd_Appointment_form_01 textarea:focus {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  outline: none;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.cd-meun-left ul li:before,
.cd-meun-right ul li:before {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 0 !important;
  top: 0;
  border: 2px solid transparent;
}

.desktop-menu ul li:hover:before,
.cd-side-left-menu .cd-hamburger-menu-right ul li:hover:before,
.cd-meun-left ul li:hover:before,
.cd-meun-right ul li:hover:before {
  animation: border_animate 0.5s linear forwards;
}

.mobile-menu ul li:before {
  content: "";
  display: inline-block;
  width: 0%;
  position: absolute;
  left: 15px;
  top: 0;
  border: 2px solid transparent;
}

.mobile-menu ul li:hover:before {
  animation: border_animate 0.5s linear forwards;
}

@keyframes border_animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #000;
  }

  50% {
    width: 80%;
    height: 0;
    border-top-color: #000;
  }

  100% {
    width: 50%;
    height: 0;
    border-top-color: #000;
  }
}

.cd-demo-btn-holder {
  position: fixed;
  top: 25%;
  right: 0px;
  z-index: 102;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 0px 2px #bababa;
}

/* View Demo */
.cd-demo-btn-holder {
  display: none;
}

.cd-demo-warper-01 {
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  display: none;
}

.cd-demo-text-02 {
  position: absolute;
  right: 400px;
  top: 0;
  background-color: #fff;
  width: 120px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cd-demo-warper-content-01 {
  position: absolute;
  width: 405px;
  margin: 0 auto;
  right: 0;
  height: 480px;
  overflow-y: scroll;
  background-color: #fff;
  display: none;
  top: 0px;
  padding: 10px 10px 50px 10px;
  overflow-x: hidden;
}

.cd-demo-header-section-01 {
  height: 30px;
}

.cd-demo-close-icon-01 {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  background-color: #fff;
}

.cd-demo-image-style-01 {
  background-size: cover;
  height: 172px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.cd-demo-page-name-01 {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.cd-demo-image-style-01:hover {
  transform: scale(1.02);
  transition: 0.2s;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #32373c;
  border-radius: 10px;
}

.cd-back-top-container {
  position: fixed;
  color: #fff;
  background-color: #00bcd0;
  border-radius: 5px;
  padding: 10px;
  right: 10px;
  bottom: 78px;
  z-index: 555;
}

.cd-back-top-container a {
  color: #fff;
  text-decoration: none;
}

.cd-back-top-container a i.fas.fa-arrow-circle-up {
  font-size: 22px;
}

.cd-back-top-btn-01:hover {
  color: #fff;
}

.cd-header-wrapper {
  overflow: hidden !important;
  min-height: 80px !important;
  position: relative;
}

/*css for topbar start 16-3-2022 start*/
.widget_block {
  list-style: none;
}

.cd-header-wrapper .wp-block-columns {
  margin-bottom: 0;
}

/*css for topbar start 16-3-2022 end*/

/*
==============================================================================================================================================================
Common Header Menu Styles Added By Ritin Tiwari on 08-07-2025 - Start
==============================================================================================================================================================
*/
.cd-ostnica-footer-menu ul.menu > li {
	font-family: inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 32px;
}
.cd-ostnica-footer-menu ul.menu li ul.sub-menu {
  display: none !important;
  opacity: 0 !important;
  position: absolute;
  left: 30px;
  z-index: 10;
  text-align: left;
  transition: 0.3s;
  width: max-content;
  min-width: 140px;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
}

.cd-ostnica-footer-menu ul.menu li ul.sub-menu li {
  margin-bottom: 16px;
}

/* Common Style For Submenu */
ul.menu li ul.sub-menu {
  display: none !important;
  opacity: 0 !important;
  position: absolute;
  top: 71px;
  z-index: 10;
  left: 5px;
  /* background-color: #fff !important; */
  text-align: left;
  transition: 0.3s;
  width: max-content;
  min-width: 170px;
  border-radius: 12px;
  padding: 30px 0px;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
}

ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block !important;
  opacity: 1 !important;
}

/* Style For Left Sidebar Menu */
.cd_simple_menu_wrapper_mobile.cd-side-right-menu-wreper,
.cd-side-left-menu-wreper,
.cd_center_menu_center_logo_mobile,
.cd_center_logo_left_right_menu_wrapper_mobile,
.cd-hamburger-menu-right-wrapper,
.cd-hamburger-menu-full-width-wrapper {
  position: fixed;
  height: 100vh;
  padding: 49px;
  z-index: 105;
  background-color: #fff;
  display: none;
  overflow-y: auto;
}

.cd_center_menu_center_logo_mobile,
.cd_simple_menu_wrapper_mobile.cd-side-right-menu-wreper,
.cd_center_logo_left_right_menu_wrapper_mobile,
.cd-hamburger-menu-right-wrapper {
  width: 400px;
  right: 0;
  top: 0;
}

.cd-side-left-menu-wreper {
  width: 400px;
  left: 0;
  top: 0;
}

.cd-hamburger-menu-full-width-wrapper {
  width: 100%;
  right: 0;
  top: 0;
  background-color: #fffffff2;
}

/* Added List Syle None For Menu and Submenu */
.cd-hamburger-menu-left ul li,
.cd-hamburger-menu-right ul li,
.cd-hamburger-menu-full-width ul li,
.humberger-menu-item ul li,
.cd_center_logo_left_right_menu_wrapper_mobile ul li{
  list-style: none;
  position: relative;
}

/* Added Padding Bottom For Hanburger menu */
.cd-hamburger-menu-left ul.menu > li,
.cd-hamburger-menu-right ul.menu > li,
.cd-hamburger-menu-full-width ul.menu > li,
.cd_center_logo_left_right_menu_wrapper_mobile ul.menu > li {
  padding-bottom: 32px;
}

/* Start - fix contact us sub menu disable when hover issue - samarth shrivastava - 19-07-2025 */

/* .cd-hamburger-menu-left ul.menu > li:last-child,
.cd-hamburger-menu-right ul.menu > li:last-child,
.cd-hamburger-menu-full-width ul.menu > li:last-child,
.cd_center_logo_left_right_menu_wrapper_mobile ul.menu div.cd_menu_left_right_content > li:last-child {
  padding-bottom: 0px;
} */

/* End - fix contact us sub menu disable when hover issue - samarth shrivastava - 19-07-2025 */


/* Added Margin Bottom For Hambuger Submenu */
.cd_simple_menu .sub-menu li,
.cd-hamburger-menu-left ul.menu li ul.sub-menu li,
.cd-hamburger-menu-right ul.menu li ul.sub-menu li,
.cd-hamburger-menu-full-width ul.menu li ul.sub-menu li,
.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  ul.menu
  li.menu-item-has-children
  ul.sub-menu
  li,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  div
  ul
  li
  .sub-menu
  li,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul
  li
  .sub-menu
  li {
  margin-bottom: 22px !important;
  padding: 0px 28px 0px 28px;
}

.cd_simple_menu .sub-menu li:last-child,
.cd-hamburger-menu-left ul.menu li ul.sub-menu li:last-child,
.cd-hamburger-menu-right ul.menu li ul.sub-menu li:last-child,
.cd-hamburger-menu-full-width ul.menu li ul.sub-menu li:last-child,
.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  ul.menu
  li.menu-item-has-children
  ul.sub-menu
  li:last-child,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  div
  ul
  li
  .sub-menu
  li:last-child,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul
  li
  ul.sub-menu
  li:last-child {
  margin-bottom: 0px !important;
}

.cd-hamburger-menu-full-width .menu li {
  background-color: transparent;
}

.cd-hamburger-menu-full-width ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cd-hamburger-menu-full-width ul li a,
.humberger-menu-item ul li a {
  text-decoration: none;
  color: #000;
}

/* Fixed issue of hover state styling for all header menu links by Ritin Tiwari on 08-07-2025 */
.cd-hamburger-menu-left ul li:hover > a,
.cd-hamburger-menu-right ul li:hover > a,
.cd-hamburger-menu-full-width ul li:hover > a,
.cd_center_logo_left_right_menu_wrapper_mobile
  .cd_menu_left_right_content
  ul
  li:hover
  > a,
.cd_center_logo_left_right_menu_wrapper ul li:hover > a,
.cd_center_logo_left_right_menu_wrapper ul li:hover > a {
  font-weight: 700;
  color: #2f80ed;
}

.cd-hamburger-menu-left div ul.menu li ul.sub-menu,
.cd-hamburger-menu-right div ul.menu li ul.sub-menu,
.cd_center_logo_left_right_menu_wrapper_mobile .cd_menu_left_right_content ul.menu li ul.sub-menu {
  left: 30px;
  top: 50px;
}

.cd_simple_menu .sub-menu li:hover > a,
.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  div
  ul
  li:hover
  > a {
  font-weight: 700;
  color: #000000;
}

/* Added padding and margin bottom for Simple Menu and Center Menu Center Logo */
.cd_simple_menu .sub-menu li,
.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  ul.menu
  li.menu-item-has-children
  ul.sub-menu
  li {
  border-left: 5px solid transparent !important;
  width: 100%;
}
/* Added Style for hover state Simple Menu and Center Menu Center Logo */
.cd_simple_menu .sub-menu li:hover,
.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  ul.menu
  li.menu-item-has-children
  ul.sub-menu
  li:hover {
  border-left: 5px solid #2f80ed !important;
  transition: 1s ease;
}

.sidebar-close-icon {
  position: static;
  text-align: right;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.sidebar-close-icon svg {
    width: 38.18px;
    height: 38.18px;
}

/*
==============================================================================================================================================================
Common Header Menu Styles - Start
==============================================================================================================================================================
*/

/*end portfolio-page-grid-style-04*/

/*start cenetr-logo-menu-style*/
/*startmenu-style-lef*/

.cd-meun-left ul {
  display: flex;
  float: right;
  margin: 16px 0px 16px;
}

.cd-meun-left ul li {
  list-style: none;
  padding: 8px 8px 8px 25px;
  text-align: right;
  position: relative;
}

.cd-meun-left ul li a,
.cd-meun-right ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.cd-meun-right ul {
  display: flex;
  float: left;
  margin: 16px 0px 16px;
}

.cd-meun-right ul li {
  list-style: none;
  padding: 8px 8px 8px 25px;
  text-align: left;
  position: relative;
}

/*end menu-style-lef*/

/*end cenetr-logo-menu-style-left-01*/

/*start side-left-menu*/

.cd-side-left-menu-wrapper {
  position: fixed !important;
  height: 100vh;
  width: 300px;
  left: 0;
  top: 0;
  padding-top: 25px;
  z-index: 1;
  background-color: #fff;
  display: none;
  position: relative;
}

.cd-side-left-menu ul li,
.humberger-menu-item ul li {
  list-style: none;
  padding: 4px;
  border-left: 3px solid #fff;
  position: relative;
  margin: 7px 0px;
}

.cd-side-left-menu ul li a,
.humberger-menu-item ul li a {
  text-decoration: none;
  color: #000;
}

.cd-side-left-menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  padding: 3px 3px;
  border-width: 0px 1px 1px 0px;
  color: #3d3d3d;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 7px;
  left: -20;
}

.cd-close-icon-04 img {
  height: 15px;
}

.cd-close-icon-05 {
  position: absolute;
  right: 5px;
  top: 35px;
  background-color: #e6e9ed;
  padding: 7px 12px;
  border-radius: 5px;
}

.cd-close-icon-05 img {
  height: 15px;
}

.cd-close-icon-02 {
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid #6c757d;
  border-radius: 5px;
  right: 10px;
  top: 37px;
  padding: 0px 10px;
  font-size: 18px;
}

.cd-side-menu-wrapper-01 {
  padding: 20px 5px;
}

.cd-side-left-menu {
  overflow-y: scroll;
  height: 100vh;
  width: 304px;
}

.cd-new-side-left-menu {
  overflow-y: scroll;
  height: 100vh;
  width: 304px;
  margin-top: 56px;
}

/*start side-left-menu*/
.cd-margin-bottom-form {
  margin-bottom: 20px;
}

.cd_portfolio_title-01 a {
  color: #ffffff;
  text-decoration: none;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

.cd-page-title-portfolio {
  background-color: black;
  height: 200px;
  color: #fff;
  text-align: center;
}

.cd-page-title-portfolio h2 {
  padding: 77px 0px;
  font-size: 40px;
}

/*css for single portfolio page end on 16-3-2022*/
.desktop-menu ul {
  display: inline-flex;
  list-style: none;
  padding: 20px 0px;
}

.menu-home-menu-container ul li {
  padding: 10px;
  list-style: none;
}

.menu-home-menu-container ul li a {
  text-decoration: none;
  color: #fff;
}

.menu-home-menu-container .sub-menu li {
  border: none !important;
}

.cd-meun-left .sub-menu li {
  border: none !important;
  text-align: left !important;
  padding-left: 0;
  margin-left: 25px;
}

.sub-menu li {
  border: none !important;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:after {
  content: "";
  display: none;
  padding: 3px 3px;
  border-width: 0px 1px 1px 0px;
  color: #3d3d3d;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 5px;
  left: -20px;
}

.menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  transition: 0.5s;
  top: 17px;
}

.mobile-menu.cd-responsive .humberger-menu {
  float: none;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  margin: 4px 17px;
}

.mobile-menu.cd-responsive > a {
  position: absolute;
  right: 55px;
  padding-top: 2px;
}

.mobile-menu.cd-responsive > a i {
  font-size: 24px;
}

.mobile-menu.cd-responsive .humberger-menu svg {
  color: #000;
  width: 32px;
  height: 30px;
}

.mobile-menu.cd-responsive
  .humberger-menu:hover
  .mobile-menu.cd-responsive
  .humberger-menu
  svg {
  transition: 0.3s;
  transform: rotate(100deg);
}

.humberger-menu-item .menu-primary-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #ffd600;
  overflow: scroll;
}

.mobile-menu .humberger-menu-item ul {
  list-style: none;
  padding-left: 0px;
  width: 250px;
  margin-top: 20px;
}

.mobile-menu .humberger-menu-item ul li {
  text-align: left;
}

.mobile-menu .humberger-menu-item ul li a {
  text-decoration: none;
  color: #000000;
  padding: 10px 10px 16px 10px;
  display: inline-block;
}

.cd-side-left-menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
  opacity: 1;
  position: unset !important;
  left: 0px;
  z-index: 10;
  background-color: #fff;
  text-align: left;
  width: 182px;
  top: 23px;
  transition: 0.3s;
  padding: 0;
}

#loginform {
  background: #6379a4;
  padding: 20px;
  color: #fff;
}

article {
  margin: 0px 10px;
}

.container.cd_login {
  border: 1px solid #dee2e6 !important;
  box-shadow: 0px 2px 16px 0px #dfdfdf;
}

.cd_show_only_mb {
  display: none;
}

#site-header .site-logo h2 {
  color: black;
}

#site-header-2 .site-logo h2 {
  color: black;
}

#site-header {
  background-color: #fff;
  z-index: 100;
  width: 100%;
}

#site-header-2 {
  background-color: #fff;
  z-index: 999;
  width: 100%;
  padding-top: 42px;
}

.cd_wrapper {
  width: 99%;
  min-height: calc(100vh - 80px);
}

/*add by shubham post-list-page style-01 13-3-2022 */
.cd-box-limit-wrepper-01 {
  width: 1140px;
  margin: 0 auto;
}

.cd-portfolio-wrepper-01 {
  margin-bottom: 50px;
}

.cd-portfolio-wrepper-01 .cd-slider-image-01 {
  overflow: hidden;
  height: 300px;
}

.cd-portfolio-wrepper-01 .cd-slider-image-01 img {
  min-height: 300px !important;
  width: 100% !important;
}

.cd-slider-content-wrepper-01 {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.cd-categories-name-01 {
  display: inline;
  border: 3px solid;
  padding: 5px 15px;
  position: absolute;
  top: -25px;
  background-color: #e00202;
  color: #fff;
  border-radius: 10px;
}

.cd-slider-container {
  margin: 10px;
}

.cd-slider-heading-01 a {
  color: #3b3b3b;
  text-decoration: none;
  font-size: 30px;
  text-transform: capitalize;
}

.cd-header-wrapper
  .cd-portfolio-wrepper-01.owl-carousel
  .owl-nav
  button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 40px;
  padding: 0px;
  margin: 5px;
}

.cd-header-wrapper {
  overflow: hidden !important;
  margin: 0 auto;
}

.owl-nav {
  float: right;
}

.cd-slider-text-01 {
  height: 50px;
  overflow: hidden;
}

.cd-read-more-02 {
  text-decoration: none;
  color: #3b3b3b;
}

.cd-read-more-02:hover,
.cd-read-more-01:hover {
  color: red;
}

/*start portfolio-page-grid-style-01 classic*/
.cd_portfolio_thumbnail-02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.cd_portfolio_thumbnail-02:hover .cd_portfolio_title-box-01 {
  height: 26%;
  transition: 0.3s;
  opacity: 1;
}

.cd_portfolio_title-box-01 {
  position: absolute;
  height: 0%;
  width: 100%;
  background-color: #00000099;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.cd_portfolio_thumbnail-02:hover .cd-portfolio-link-btn-01 {
  display: block;
  transition: 0.1s;
}

.cd_portfolio_thumbnail-02:hover .cd_portfolio_list_title-01 a {
  display: block;
  transition: 0.1s;
}

.cd-classic_date-01 {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #00000061;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px 10px 10px 0px;
  opacity: 0;
}

.cd_portfolio_thumbnail-02:hover .cd-classic_date-01 {
  transition: 0.6s;
  opacity: 1;
}

/*end portfolio-page-grid-style-01 classic*/

/*start portfolio-page-grid-style-02 wave*/
.cd_portfolio_thumbnail-03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.cd_portfolio_title-box-3 {
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #00000087;
  padding: 10px;
}

.cd_portfolio_list_title-03 {
  margin-bottom: 0px;
}

.cd_portfolio_list_title-03 a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}

.cd-portfolio-link-btn-03 {
  color: #fff;
  text-decoration: none;
}

.cd_portfolio_thumbnail-03 p {
  display: inline-block;
  background-color: #141718;
  color: #fff;
  padding: 5px 10px;
}

/*end portfolio-page-grid-style-02 wave*/

/*start portfolio-page-grid-style-01*/

.cd-gird-position-01 {
  position: relative;
}

.cd-gird-image-01 {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cd-grid-wrepper-margin {
  margin: 40px 0px;
  align-items: center;
}

.cd-grid-wrepper-01 {
  background-color: #3c3c3c;
  padding: 40px 40px;
  color: #fff;
  z-index: 1;
  margin-top: -19px;
  width: 90%;
  margin: -100px auto 0px;
}

.cd-gird-heading-01 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  text-transform: capitalize;
}

.cd-gird-categories-name-01 {
  padding: 5px 5px;
  color: #e00000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0;
}

.cd-grid-wrepper-margin:hover {
  transform: scale(1.01);
  transition: 0.2s ease-in-out;
}

.cd-read-more-01 {
  text-decoration: none;
  color: #ffffff;
}

/*end portfolio-page-grid-style-01*/
.cd_portfolio_style-01:after {
  content: "";
  display: inline-block;
  width: 105px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: -48px;
  height: 420px;
  transform: rotate(15deg);
  overflow: hidden;
  z-index: 11;
}

.cd_portfolio_style-01:before {
  content: "";
  display: inline-block;
  width: 100px;
  background-color: #fff;
  position: absolute;
  top: -19px;
  left: -48px;
  height: 420px;
  transform: rotate(14deg);
  overflow: hidden;
  z-index: 1;
}

.cd_post_style-01:after {
  content: "";
  display: inline-block;
  width: 105px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: -48px;
  height: 420px;
  transform: rotate(15deg);
  overflow: hidden;
  z-index: 11;
}

.cd_post_style-01:before {
  content: "";
  display: inline-block;
  width: 100px;
  background-color: #fff;
  position: absolute;
  top: -19px;
  left: -48px;
  height: 420px;
  transform: rotate(14deg);
  overflow: hidden;
  z-index: 1;
}

.cd_portfolio_style-01 {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.cd_post_style-01 {
  position: relative;
  height: 400px;
  overflow: hidden;
}

/*end single_portfolio-page-grid-style-01*/
.cd_single-portfolio_thumbnail-01 {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
}

.cd_single-portfolio_thumbnail-01:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(0 188 208), #0dcaf02b 100%);
}

.cd_portfolio_title-01 a {
  color: #ffffff;
  text-decoration: none;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

.cd-page-title-portfolio {
  background-color: black;
  height: 200px;
  color: #fff;
  text-align: center;
}

.cd-page-title-portfolio h2 {
  padding: 77px 0px;
  font-size: 40px;
}

.cd-left-side-bar-01 li h2 {
  padding-left: 0px;
}

.cd-left-side-bar-01 ul {
  padding-left: 10px;
}

.cd-left-side-bar-01 ul li {
  padding-left: 10px;
  border-left: 2px solid #fff;
}

.cd-left-side-bar-01 ul li:hover {
  border-left: 2px solid #00bcd0;
}

.cd-left-side-bar-01 .wp-social-link {
  padding-left: 0px;
  border-left: none;
}

.cd-left-side-bar-01 ul li a {
  color: #000;
  text-transform: capitalize;
}

.cd-left-side-bar-01 ul li a:hover {
  color: #00bcd0;
}

.cd-left-side-bar-01 {
  margin: 13px;
  box-shadow: 0px 0px 10px 0px #c8c8c86e;
  padding: 32px;
  border-radius: 10px;
}

/*right side bar*/
.cd-right-side-bar-01 li h2 {
  padding-left: 10px;
}

/*.cd-left-side-bar-01 .widget_block:first-child,*/
.cd-right-side-bar-01 .widget_block:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cd-right-side-bar-01 .widget_block {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cd-right-side-bar-01 ul {
  padding-left: 10px;
}

.cd-right-side-bar-01 ul li {
  padding-left: 10px;
  border-left: 2px solid #fff;
}

.cd-right-side-bar-01 ul li:hover {
  border-left: 2px solid #00bcd0;
}

.cd-right-side-bar-01 .wp-social-link {
  padding-left: 0px;
  border-left: none;
}

.cd-right-side-bar-01 ul li a {
  color: #000;
  text-transform: capitalize;
}

.cd-right-side-bar-01 ul li a:hover {
  color: #00bcd0;
}

.cd-right-side-bar-01 {
  margin: 13px;
  box-shadow: 0px 0px 10px 0px #c8c8c86e;
  padding: 10px;
  border-radius: 10px;
}

/*right side bar*/

.cd-right-side-bar-01 a,
.cd-left-side-bar-01 a {
  text-decoration: none;
  color: #000;
}

.cd-right-side-bar-01 li,
.cd-left-side-bar-01 li {
  list-style: none;
}

.cd-left-side-bar-01 .menu-home-menu-container ul {
  padding-left: 0;
}

.cd-entry-header-with-sidebar-01 {
  background-color: #00bcd0;
  padding: 50px 0px;
  text-align: center;
}

.cd-entry-header-with-sidebar-01 a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
}

.cd_portfolio_title-01 {
  font-weight: 600;
  text-transform: capitalize;
}

.cd-popular-post {
  margin-bottom: 70px;
}

/*start post-list-page-21-3-2022*/

/*post lis page layout-01 start*/
.cd-post-image-box-02 img {
  height: auto;
  overflow: hidden;
  width: 100%;
  min-height: 360px;
}

.cd-layout-2_date-01 {
  color: #7f7f7f;
}

/*post lis page layout-01 start*/

.cd-post-image-box-01 {
  /* height: 100%; */
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.cd-post-image-box-04 {
  overflow: hidden;
  margin: auto;
  position: relative;
}

img.cd-post-image-01 {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.cd-post-content-holder-01 {
  border-radius: 10px;
  box-shadow: 0px 0px 6px #dee2e6;
  padding: 20px;
}

/* .cd-post-title-01 a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
} */

.cd-post-read-more-01 {
  text-decoration: none;
  display: block;
  margin-top: 15px;
  text-transform: capitalize;
}

.cd-category-text-01 {
  position: absolute;
  color: #fff;
  background-color: #00000082;
  padding: 7px 15px;
  top: 0;
  border-radius: 10px 0px 10px;
}

.cd-post-read-more-01:after {
  content: "";
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  margin: 0px 5px;
  transform: rotate(-45deg);
}

.cd-image-divider-01 img {
  position: absolute;
  bottom: -1px;
  height: 40px;
  left: -18px;
  width: 120%;
}

.cd-page-blog-title-01 {
  background-color: #00bcd0;
  padding: 40px 0px;
  color: #fff;
  text-transform: capitalize;
}

/*post lis page layout-03 start*/
.cd-post-image-box-03 {
  position: relative;
  overflow: hidden;
}

.cd-post-content-holder-03 {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

.cd-post-image-rgba-01:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgb(0 0 0),
    rgb(239 239 239 / 0%) 26%
  );
}

.cd-post-image-box-03 img {
  width: 100%;
  height: auto;
  min-height: 360px;
}

.cd-post-categories-03 {
  background-color: #fff;
  display: inline;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
}

.cd-post-title-03 a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  display: inline-block;
  padding-top: 10px;
}

.cd-post-read-more-03 {
  z-index: 10;
  color: #fff;
  text-decoration: none;
  height: 20px;
  opacity: 0;
}

.cd-post-image-box-03:hover .cd-post-image-rgba-01 img {
  transform: scale(1.01);
  transition: 0.3s;
}

.cd-post-image-box-03:hover .cd-post-read-more-03 {
  opacity: 1;
  transition: 0.5s;
}

/*post lis page layout-03 end*/

/*end post-list-page-21-3-2022*/

.cd-page-title-bg-color {
  background-color: #3d3d3d;
  padding: 40px 0px;
  margin-bottom: 40px;
}

.cd-page-title-heading-01 a {
  color: #fff;
  text-decoration: none;
}

.cd-single-post-banner-image-01 {
  overflow: hidden;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  float: left;
}

.cd_portfolio_content .cd-single-post-banner-layout-01 {
  width: 100%;
  float: unset;
}

.cd-single-post-banner-image-01 img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cd_portfolio_thumbnail-01 {
  min-height: 320px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.cd_gird_portfolio_title-box p {
  position: absolute;
  top: -37px;
  left: -1px;
  background-color: #fff;
  padding: 5px 10px 0px;
  padding: 5px 10px 0px;
  z-index: 1;
  text-transform: capitalize;
  border: 1px solid #ededed;
  border-bottom: none;
}

.cd_portfolio_list_gird_title-01 {
  height: 74px;
  overflow: hidden;
  font-weight: 500;
}

.cd_gird_portfolio_title-box {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  position: relative;
}

.cd_portfolio_list_title-01 a {
  color: #fff;
  text-decoration: none;
  z-index: 9;
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 15px;
}

.cd-portfolio-link_gird-btn-01 {
  text-decoration: none;
  color: #32373c;
  text-transform: capitalize;
  font-weight: 600;
}

.cd_portfolio_list_gird_title-01 a {
  text-decoration: none;
  color: #32373c;
  font-size: 20px;
  text-transform: capitalize;
}

.cd-portfolio-link-btn-01 {
  color: #fff;
  text-decoration: none;
  z-index: 9;
  text-align: center;
  padding-bottom: 15px;
}

.cd_portfolio_thumbnail-01 p {
  position: absolute;
  bottom: 35px;
  padding: 10px;
  background-color: #fff;
  left: 0;
}

/*portfolio list page layout gird end*/
/*gallery list page layout gird start*/
.cd_gallery_thumbnail-01 {
  background-size: cover;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cd_gallery_thumbnail-01:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000002c;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.cd-gallery-image-02 {
  overflow: hidden;
}

.cd_gallery_thumbnail-02 {
  background-size: cover;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 31.5%;
  margin: 4px;
}

.cd_gallery_thumbnail-02:hover {
  transform: scale(1.02);
  transition: 0.5s;
}

/*gallery list page layout layout2 end*/
/*gallery list page layout layout3 start*/
.cd_gallery_thumbnail-03 {
  height: 450px;
  background-size: cover;
  float: left;
  width: 29%;
  background-repeat: no-repeat;
  margin: 5px;
  background-position: center;
}

.cd_row_gallery_nth-child-odd div:nth-child(odd) {
  width: 34%;
}

.cd_row_gallery_nth-child-even div:nth-child(even) {
  width: 39%;
}

.cd_gallery_thumbnail-03:hover {
  transform: scale(1.02);
  transition: 0.5s;
}

/*gallery list page layout layout3 end*/
/*start contact from */
input.wpcf7-form-control {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  margin: 10px 0px;
  border: 1px solid grey;
}

textarea {
  resize: vertical;
  width: 100%;
  padding: 12px;
  height: 150px;
  border-radius: 5px;
  margin: 10px 0px;
}

.cd-button-form input {
  width: 150px;
  background-color: #54595f;
  color: #fff;
}

/*end contact from */
.cd-entry-content {
  position: relative;
}

.cd_Error-Screen-Short-01 {
  padding: 5px 0px !important;
}

.cd_Error-Screen-Short-label {
  background-color: #fff !important;
  width: 529px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 10px;
}

.cd-apply-now-from-01 input.wpcf7-form-control,
.cd-apply-now-from-01 textarea {
  border: 1px solid gainsboro;
}

.cd-apply-now-from-01 input:focus,
.cd-apply-now-from-01 textarea:focus {
  outline: none;
}

.wpcf7-submit {
  background-color: white;
  width: 180px !important;
}

.cd-advocate-margin-bottom-Appointment-form-01 {
  margin-bottom: 20px;
}

.cd_advocate_Appointment_form_01 input,
.cd_advocate_Appointment_form_01 textarea {
  background-color: #d2b48c00;
  border: 1px solid #8f8f8f;
  border-radius: 0;
}

.cd_advocate_Appointment_btn_form_01 input {
  width: 40% !important;
  background-color: #be9900 !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.cd-linerar-animition-class .elementor-heading-title {
  display: -webkit-inline-box;
}

.cd-linerar-animition-class .elementor-heading-title h2 {
  font-size: 2.5em;
}

.cd-linerar-animition-class {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  animation: mymove 20s infinite;
}

@keyframes mymove {
  50% {
    right: 500px;
  }
}

.cd-restaurant-from-01 input.wpcf7-form-control.wpcf7-submit {
  background-color: #dd5903;
  color: #fff;
}

.cd-restaurant-from-01 input.wpcf7-form-control {
  background-color: transparent;
  border-bottom: 2px solid #dd5903;
  border-radius: 0;
  padding: 8px 2px;
  color: #fff;
}

.cd-restaurant-from-01 input.wpcf7-form-control::placeholder {
  color: #fff;
}

.cd-restaurant-from-01 input.wpcf7-form-control:focus {
  outline: none;
}

/*cd-totel-booking-from-01*/
.cd-motel-booking-from-01 {
  align-self: center;
  align-items: end;
}

.cd-motel-booking-from-01 input.wpcf7-form-control.wpcf7-submit {
  background-color: #dd5903;
  color: #fff;
}

.cd-motel-booking-from-01 input.wpcf7-form-control {
  background-color: transparent;
  border-bottom: 2px solid #dd5903;
  border-radius: 0;
  padding: 8px 2px;
  color: #000;
}

.cd-motel-booking-from-01 input.wpcf7-form-control::placeholder,
.cd-motel-booking-from-01 label {
  color: #000;
}

.cd-motel-booking-from-01 input.wpcf7-form-control:focus {
  outline: none;
}

/*cd-totel-booking-from-01*/

/*parallax effect add by shubham*/

.cd_parallax_eff-01 img,
.cd_parallax_eff-02 img,
.cd_parallax_eff-03 img,
.cd_parallax_eff-04 img,
.cd_parallax_eff-05 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
}

.cd_parallax_eff-01 img:nth-child(1) {
  top: 400px;
  left: 10%;
}

.cd_parallax_eff-01 img:nth-child(2) {
  top: 40%;
  left: 80%;
}

.cd_parallax_eff-01 img:nth-child(3) {
  top: 400px;
  left: 60%;
}

.cd_parallax_eff-01 img:nth-child(4) {
  top: 500px;
  left: 40%;
}

.cd_parallax_eff-01 img:nth-child(5) {
  top: 50px;
  left: 6%;
}

.cd_parallax_eff-01 img:nth-child(6) {
  top: 900px;
  left: 9%;
}

.cd_parallax_eff-01 img:nth-child(8) {
  top: 600px;
  left: 40%;
}

.cd_parallax_eff-02 img:nth-child(1) {
  top: 10%;
  left: 0%;
}

.cd_parallax_eff-03 img:nth-child(1) {
  top: 0%;
  left: 20%;
}

.cd_parallax_eff-04 img:nth-child(1) {
  top: 100px;
  left: 10%;
}

.cd_parallax_eff-05 img:nth-child(1) {
  top: 100px;
  left: 90%;
}

/*parallax effect end by shubham*/

/*tesitimonial standard start*/
.cd-testimonial-standard-container-02 {
  margin-right: 4px;
  padding: 15px 15px;
  margin-bottom: 5px;
}

.cd-testimonial-standard-heading-01 {
  color: #00bcd0;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.cd-slider-standard-02 {
  font-size: 16px;
}

.standard-quotes-icon-01 {
  width: 35px !important;
  margin: 8px auto;
}

.cd-testimonial-standard-position-name-01 {
  margin: 5px;
  font-size: 13.5px;
}

.owl-carousel_standard_center {
  position: relative;
}

.owl-carousel_standard_center button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -21px !important;
  left: 0;
  margin-left: -50px !important;
  border-radius: 50%;
}

.owl-carousel_standard_center button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -21px !important;
  right: 0;
  margin-right: -50px !important;
  border-radius: 50%;
}

.cd-post-thumbnail-01 img {
  margin-bottom: -8px;
}

/* 
==============================================================================================================================================================
Styles For blur header - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

body:has(.cd_header_bg_blur_container) {
  margin-top: 0 !important;
}
/* Modified the style for Header Center Menu Blur Background */
.cd_header_bg_blur_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 81px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px auto;
  background-color: #0000001a;
  padding: 20px 32px;
}

.cd_header_bg_blur_wrapper .side-menu-btn-01 {
  display: flex;
  align-items: center;
}

.cd_header_bg_blur_wrapper .cd_btn_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cd_header_bg_blur_wrapper .side-menu-btn-01 {
  margin-right: 20px;
}

.cd_header_bg_blur_wrapper .cd_btn_logo .side-menu-btn-01 button {
  background: transparent;
  outline: none;
  border: none;
}

.cd_header_bg_blur_wrapper .cd_header_left_button {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.cd_header_bg_blur_wrapper .cd_header_left_btn {
  margin-right: 24px;
}

.cd_header_bg_blur_wrapper .cd_header_left_btn button svg {
  width: 20px;
  height: 20px;
}

.cd_header_right_btn button img {
  width: 32px;
  height: 32px;
  position: relative;
  top: 9px;
}

.cd_header_bg_blur_wrapper .cd_header_right_btn {
  display: flex;
  height: 100%;
}

.cd_header_bg_blur_wrapper .cd_header_left_btn {
  display: flex;
  height: 100%;
}

.cd_header_bg_blur_wrapper .site-logo h2 {
  margin: 20px 14px;
  padding-top: 30px;
}

/* .cd_header_bg_blur_wrapper .cd_header_left_btn button {
  background-color: black;
  border-radius: 35px;
  padding: 10px 24px 10px 24px;
  border: 2px solid #000000;
  margin-top: 2px;
} */

.cd_header_bg_blur_wrapper .cd_header_left_btn button a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* .cd_header_bg_blur_wrapper .cd_header_right_btn button {
  background-color: #ffffff00;
  border-radius: 35px;
  padding: 10px 24px 10px 24px;
  border: 2px solid #000000;
  margin-top: 2px;
} */

.cd_header_bg_blur_wrapper .cd_arrow_up_right {
  margin-left: 15px;
}
/* 
==============================================================================================================================================================
Styles For blur header - End  (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For add text testimonial - End (By Abhishek Patel)
==============================================================================================================================================================
*/
.cd_testimonial_center_content.owl-carousel_04 {
  position: relative;
}

.cd_testimonial_center_content.owl-carousel_04 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.cd_testimonial_center_content.owl-carousel_04 .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.cd_testimonial_center_content.owl-carousel_04 .owl-nav button.owl-next {
  right: 20px;
}

.cd_testimonial_center_content.owl-carousel_04 .owl-nav button.owl-prev,
.cd_testimonial_center_content.owl-carousel_04 .owl-nav button.owl-next {
  width: 24px;
  height: 24px;
}

.cd_testimonial_center_content.owl-carousel_04 .cd_owl_prev_04,
.cd_testimonial_center_content.owl-carousel_04 .cd_owl_next_04 {
  width: 24px !important;
}

.cd_testimonial_center_content.owl-carousel_04 .owl-nav button.owl-prev {
  left: 20px;
}

.cd_testimonial_center_content.owl-carousel_04 button.owl-dot {
  margin: 0;
}

.owl-carousel_04 .cd-testimonial-slider-container-01 {
  padding: 0px 0px;
}

.owl-carousel_04 .cd-testimonial-slider-container-01 .cd-slider-wrepper {
  background-color: #d9d9d9;
  border-radius: 24px;
  padding: 64px;
}

.owl-carousel_04 .cd-testimonial-slider-content-wrepper-01 {
  color: #000;
  text-align: center !important;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
}

.owl-carousel_04 .cd-testimonial-slider-heading-01 {
  color: #000;
  text-align: center !important;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cd-testimonial-slider-container-01
  .row.testimonial-section.cd-text-center
  .cd-text-align-item {
  margin-top: 32px;
}

.owl-carousel_04 .owl-dots .owl-dot span {
  width: 50px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}

.cd_testimonial_center_content.owl-carousel_04 .owl-dots {
  text-align: center;
  margin-top: 24px;
}

.owl-carousel_04 .owl-dots .owl-dot:hover span,
.owl-carousel_04 .owl-dots .owl-dot.active span {
  background: #2f80ed !important;
}

.owl-carousel_04 .owl-stage-outer .owl-stage {
  border-radius: 24px;
}

/* 
==============================================================================================================================================================
Styles For add text testimonial - End (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For add image testimonial - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

.cd_image_testimonial {
  position: relative;
  display: block;
  margin-top: 0px;
  border-radius: 24px;
  margin-bottom: 0px;
}

.cd_image_testimonial .cd-text-left {
  text-align: left !important;
}

.owl-carousel_05 .owl-dots .owl-dot span {
  width: 40px;
  height: 8px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}

.cd_image_testimonial.owl-carousel_05 .owl-dots {
  margin-left: 42%;
  margin-top: 40px;
  /* float: left; */
  /* width: 83%; */
  /* margin: 30px 10px 0px 10px; */
  /* text-align: center; */
}

.cd-header-wrapper
  .cd_image_testimonial.owl-carousel_05
  .owl-nav
  button.owl-next,
.cd-header-wrapper
  .cd_image_testimonial.owl-carousel_05
  .owl-nav
  button.owl-prev {
  margin: 0;
}

.cd-header-wrapper
  .cd_image_testimonial.owl-carousel_05
  .owl-nav
  button.owl-prev {
  margin: 0;
}

.cd-header-wrapper .cd_image_testimonial.owl-carousel_05 .owl-nav {
  margin-top: 30px;
  /* float: right; */
  /* width: 13%; */
  /* margin: 30px 10px 0px 10px; */
}

.cd-header-wrapper
  .cd_image_testimonial.owl-carousel_05
  .owl-nav
  button.owl-next {
  margin-left: 64px;
}

.owl-carousel_05 .owl-nav {
  margin-top: 5px;
}

.owl-carousel_05 .owl-nav button.owl-next {
  margin-left: 85px !important;
}

.owl-carousel_05 .cd-testimonial-slider-content-wrepper-01 {
  width: 40%;
}

.owl-carousel_05 .cd-testimonial-slider-content-wrepper-01 {
  width: 45%;
  min-height: 320px;
  margin-bottom: 48px;
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.owl-carousel_05 .cd-testimonial-slider-container-01 {
  padding: 48px;
  border-radius: 24px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0;
}

.owl-carousel_05 .owl-dots .owl-dot:hover span,
.owl-carousel_05 .owl-dots .owl-dot.active span {
  background: #2f80ed !important;
}

.owl-carousel_05 .owl-stage-outer .owl-stage {
  border-radius: 24px;
}

.owl-carousel_05 .cd-slider-button a {
  border-radius: 30px;
  border-style: none;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 12px 24px;
  background-color: white;
  color: black;
}

.owl-carousel_05 img.cd_owl_prev_04,
.owl-carousel_05 img.cd_owl_next_04 {
  width: 24px !important;
}

/* 
==============================================================================================================================================================
Styles For add image testimonial - End (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For add left content testimonial light - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

.owl-carousel_06 .owl-dots .owl-dot span {
  width: 50px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}

.owl-carousel_06 .owl-dots {
  text-align: right;
  margin-top: 48px;
}

.owl-carousel_06 .owl-dots .owl-dot:hover span,
.owl-carousel_06 .owl-dots .owl-dot.active span {
  background: #2f80ed !important;
}

.owl-carousel_06 .item.cd-testimonial-slider-container-01 {
  width: 100%;
}

.owl-carousel_06 .cd-testimonial-slider-content-wrepper-01 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.owl-carousel_06 .cd-text-align-item {
  margin-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.owl-carousel_06 .cd-testimonial-slider-container-01 {
  padding: 0 15px;
  margin: 0;
}

/* 
==============================================================================================================================================================
Styles For add left content testimonial light - End (By Abhishek Patel)
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For add left content testimonial  dark - Start (By Abhishek Patel)
==============================================================================================================================================================
*/
.owl-carousel_07 {
  background-color: #000;
  border-radius: 30px;
}

.cd-portfolio-wrepper-01.owl-carousel_07 {
  margin-bottom: 0px;
}

.owl-carousel_07 .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}

.owl-carousel_07 .owl-dots {
  text-align: left;
  margin-top: 64px;
}

.owl-carousel_07 .owl-dots .owl-dot.active span {
  width: 70px;
  border-radius: 20px;
}

.owl-carousel_07 .owl-dots .owl-dot.active {
  transition-timing-function: ease-in-out !important;
}

.owl-carousel_07 .owl-dots .owl-dot {
  transition-timing-function: ease-in-out !important;
}

.owl-carousel_07 .owl-carousel button.owl-dot.active span {
  width: 15px !important;
}

.owl-carousel_07.cd_testimonial_left_dark
  .item.cd-testimonial-slider-container-01 {
  margin: 0;
  padding: 0;
}

.owl-carousel_07 .cd-testimonial-slider-content-wrepper-01 {
  margin-bottom: 32px;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.owl-carousel_07 .cd-testimonial-slider-heading-01 {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.owl-carousel_07 .cd-testimonial-slider-content-wrepper-01 {
  color: #fff !important;
}

/* 
==============================================================================================================================================================
Styles For add left content testimonial  dark - End (By Abhishek Patel)
==============================================================================================================================================================
*/
/* Abhishek patel add left content testimonial  transparent start*/

.owl-carousel_08 {
  position: relative;
}

.owl-carousel_08 .cd-slider-wrepper {
  width: 70%;
  float: left;
  margin-top: 50px;
  padding-left: 70px;
}

.owl-carousel_08 .testimonial-image-section {
  width: 30%;
  float: left;
  position: relative;
}

/* Start - Fixed owl carsousel image issue not showing image in perfect circle by Ritin Tiwari on 20-06-2025 */
.owl-carousel_08 .cd-testimonial-image-08 {
  max-width: 285px;
  max-height: 285px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 25px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel_08 .cd-testimonial-image-08 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

/* End - Fixed owl carsousel image issue not showing image in perfect circle by Ritin Tiwari on 20-06-2025 */

.cd-testimonial-image-08:not(:has(img)) {
  min-height: 285px;
}

.cd_slide_count {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  position: absolute;
  left: 34.5%;
  top: 88%;
}

.cd-testimonial-image-outline {
  max-width: 268px;
  max-height: 268px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px dashed #fff;
  position: absolute;
  z-index: -1;
  top: 25px;
}

.owl-carousel_08 .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}

.owl-carousel_08 .owl-dots {
  text-align: left;
  padding-bottom: 48px;
}

.owl-carousel_08 .owl-dots .owl-dot.active span {
  width: 70px;
  border-radius: 20px;
}

.owl-carousel_08 .owl-dots .owl-dot.active {
  transition-timing-function: ease-in-out !important;
}

.owl-carousel_08 .owl-dots .owl-dot {
  transition-timing-function: ease-in-out !important;
}

.owl-carousel_08 .owl-carousel button.owl-dot.active span {
  width: 15px !important;
}

.owl-carousel_08 button.owl-dot.active {
  margin-right: 40px;
}

.owl-carousel_08.cd_testimonial_left_transparent
  .item.cd-testimonial-slider-container-01 {
  width: 100%;
}

.owl-carousel_08.cd_testimonial_left_transparent
  .cd-testimonial-slider-content-wrepper-01 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.owl-carousel_08 .cd-testimonial-slider-heading-01 {
  margin-top: 20px;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.owl-carousel_08 .cd-testimonial-slider-content-wrepper-01 {
  color: #fff !important;
}

/* Abhishek patel add left content testimonial  transparent end*/

/* Abhishek patel custom left sidebar template v1 start  */

.cd_left_sidebar_container {
  width: 100%;
}

.cd_left_sidebar_container .cd_post_bg_image {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 450px;
  display: flex;
  align-items: end;
  padding: 88px 95px;
}

.cd_left_sidebar_container .cd_post_title_1 {
  width: 100%;
}

.cd_left_sidebar_container .cd_post_title_1 h2 {
  width: 50%;
  color: #fff;
  font-family: Poppins;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}

.cd_left_sidebar_container .cd_post_title_2 {
  width: 90%;
  margin: 64px auto 0 auto;
}

.cd_left_sidebar_container .cd_post_title_2 h2 {
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}

.cd_left_sidebar_container .cd_post-content_1 {
  width: 90%;
  margin: 32px auto;
  margin-bottom: 48px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 1440px) {
  .cd_left_sidebar_container .cd_post_title_2 {
    width: 82%;
  }

  .cd_left_sidebar_container .cd_post-content_1 {
    padding: 0;
    width: 82%;
    margin: 32px auto 48px auto;
  }
}

@media screen and (max-width: 1200px) {
  .cd_left_sidebar_container .cd_post_bg_image {
    padding: 88px 60px;
  }

  .cd_left_sidebar_container .cd_post_title_1 h2 {
    width: 70%;
    font-size: 54px !important;
  }

  .cd_left_sidebar_container .cd_post_title_2 {
    width: 85%;
  }

  .cd_left_sidebar_container .cd_post-content_1 {
    padding: 0;
    width: 85%;
    margin: 32px auto 48px auto;
  }
}

@media screen and (max-width: 800px) {
  .cd_left_sidebar_container .cd_post_bg_image {
    width: 100%;
    padding: 44px 32px;
  }

  .cd_left_sidebar_container .cd_post_title_1 h2 {
    width: 100%;
    font-size: 44px !important;
    padding: 0 !important;
  }

  .cd_left_sidebar_container .cd_post_title_2 {
    width: 90%;
  }

  .cd_left_sidebar_container .cd_post-content_1 {
    width: 90%;
  }
}

@media screen and (max-width: 550px) {
  .cd_left_sidebar_container .cd_post_bg_image {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 44px 32px;
  }

  .cd_left_sidebar_container .cd_post_title_1 h2 {
    text-align: center;
    font-size: 40px !important;
  }
}

@media screen and (max-width: 375px) {
  .cd_left_sidebar_container .cd_post_title_1 h2 {
    font-size: 35px !important;
  }
}

.cd-left-sidebar-calender table {
  width: 100%;
}

.cd-left-sidebar-calender table thead {
  color: #fff;
  text-align: center;
}

.cd-left-sidebar-calender table tbody {
  text-align: center;
}

.cd_left_sidebar_container .cd_post_image {
  margin-left: 100px;
  margin-bottom: 48px;
}

.cd_left_sidebar_container .post-thumbnail img {
  width: 70%;
  height: auto;
  border-radius: 16px;
}

.cd_left_sidebar_container .cd_post-content_2 {
  width: 70%;
  margin-bottom: 55px;
  margin-left: 100px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cd_left_sidebar_container .cd_sidebar_content {
  width: 70%;
  float: right;
}

.cd_left_sidebar_container .cd-left_sidebar_widget {
  width: 30%;
  float: left;
}

.cd_left_sidebar_container .cd-col-md-3 {
  width: 100%;
  float: left;
}

.cd_left_sidebar_container .cd-left-side-bar-01,
.cd_right_sidebar_container .cd-left-side-bar-01 {
  padding: 97px 32px;
  margin: 0px;
  box-shadow: none;
  border-radius: 0px;
  background-color: #e0e0e0;
  min-height: 160vh;
}

.cd_left_sidebar_container_v2 .cd-left-side-bar-01,
.cd_right_sidebar_container_v2 .cd_sidebar_content {
  min-height: 160vh;
}

.cd_left_sidebar_container .cd-left-side-bar-01,
.cd_left_sidebar_container_v2 .cd-left-side-bar-01,
.cd_right_sidebar_container_v2 .cd_sidebar_content {
  min-height: 150vh !important;
}

.cd_left_sidebar_container .cd-left-side-bar-01 ul li,
.cd_right_sidebar_container .cd-left-side-bar-01 ul li {
  padding-left: 0px;
  border-left: none;
}

.cd-left-side-bar-01 .widget_block .wp-block-heading {
  margin-bottom: 24px;
  color: #4f4f4f;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cd-left-side-bar-01 .widget_block li {
  margin-bottom: 24px;
}

.cd-left-side-bar-01 .widget_block li:last-child {
  margin-bottom: 0;
}

/* Abhishek patel custom left sidebar template v1 end */

/* Abhishek patel custom right sidebar template v1 start  */

.cd_right_sidebar_container {
  width: 100%;
}

.cd_right_sidebar_container .cd_post_bg_image {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 450px;
  display: flex;
  align-items: end;
  padding: 88px 95px;
}

.cd_post_bg_image .cd_post_title_1 {
  width: 100%;
}

.cd_post_bg_image .cd_post_title_1 h2 {
  width: 50%;
  color: #fff !important;
  font-family: Poppins;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
}

.cd_right_sidebar_container .cd_post_title_2 {
  width: 90%;
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  margin: 64px auto 0 auto;
}

.cd_right_sidebar_container .cd_post-content_1 {
  width: 90%;
  margin: 32px auto;
  margin-bottom: 48px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 1440px) {
  .cd_right_sidebar_container .cd_post_title_2 {
    width: 82%;
  }

  .cd_right_sidebar_container .cd_post-content_1 {
    padding: 0;
    width: 82%;
    margin: 32px auto 48px auto;
  }
}

@media screen and (max-width: 1200px) {
  .cd_right_sidebar_container .cd_post_bg_image {
    padding: 88px 60px;
  }

  .cd_post_bg_image .cd_post_title_1 h2 {
    width: 70%;
    font-size: 54px !important;
  }

  .cd_right_sidebar_container .cd_post_title_2 {
    width: 85%;
  }

  .cd_right_sidebar_container .cd_post-content_1 {
    padding: 0;
    width: 85%;
    margin: 32px auto 48px auto;
  }
}

@media screen and (max-width: 800px) {
  .cd_right_sidebar_container .cd_post_bg_image {
    width: 100%;
    padding: 44px 32px;
  }

  .cd_post_bg_image .cd_post_title_1 h2 {
    width: 100%;
    font-size: 44px !important;
    padding: 0 !important;
    line-height: 128%;
  }

  .cd_right_sidebar_container .cd_post_title_2 {
    width: 90%;
  }

  .cd_right_sidebar_container .cd_post-content_1 {
    width: 90%;
  }
}

@media screen and (max-width: 550px) {
  .cd_right_sidebar_container .cd_post_bg_image {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 44px 32px;
  }

  .cd_post_bg_image .cd_post_title_1 h2 {
    text-align: center;
    font-size: 40px !important;
  }
}

@media screen and (max-width: 375px) {
  .cd_post_bg_image .cd_post_title_1 h2 {
    font-size: 35px !important;
  }
}

.cd_right_sidebar_container .cd_post_image {
  margin-left: 100px;
  margin-bottom: 48px;
}

.cd_right_sidebar_container .post-thumbnail img {
  width: 70%;
  height: auto;
  border-radius: 16px;
}

.cd_right_sidebar_container .cd_post-content_2 {
  width: 70%;
  margin-bottom: 55px;
  margin-left: 100px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cd_right_sidebar_container .cd_sidebar_content {
  width: 70%;
  float: left;
}

.cd_right_sidebar_container .cd-left_sidebar_widget {
  width: 30%;
  float: right;
}

.cd_right_sidebar_container .cd-col-md-3 {
  width: 100%;
  float: left;
}

.cd_left_sidebar_v2 .wp-block-latest-posts {
  color: var(--shades-of-black-3, #282828);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cd_left_sidebar_v2 .wp-block-archives {
  color: var(--shades-of-black-3, #282828);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cd_left_sidebar_v2.cd-left-side-bar-01 ul {
  padding-left: 0px !important;
}

/* Abhishek patel custom right sidebar template v1 end */

/* Abhishek patel custom left sidebar template v2 start  */

.cd_left_sidebar_container_v2 {
  width: 90%;
  margin: 0 auto;
}

.cd_left_sidebar_container_v2 .cd_post_bg_image {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 16px;
  margin-top: 18px;
}

.cd_left_sidebar_container_v2 .cd_post_title_2 {
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 64px;
  padding-left: 80px;
  padding-right: 80px;
}

.cd_left_sidebar_container_v2 .cd_post-content_1 {
  margin-top: 32px;
  margin-bottom: 48px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 80px;
  padding-right: 80px;
}

.cd_left_sidebar_container_v2 .cd_post_image {
  margin-bottom: 48px;
}

.cd_left_sidebar_container_v2 .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.cd_left_sidebar_container_v2 .cd_post-content_2 {
  margin-bottom: 55px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cd_left_sidebar_container_v2 .cd_sidebar_content {
  width: 70%;
  float: right;
}

.cd_left_sidebar_container_v2 .cd-left_sidebar_widget {
  width: 30%;
  float: left;
}

.cd_left_sidebar_container_v2 .cd-col-md-3 {
  width: 100%;
  float: left;
}

.cd_left_sidebar_container_v2 .cd-left-side-bar-01 {
  margin: 64px 0;
  background-color: #e0e0e0;
}

.cd_left_sidebar_container_v2 .cd-left-side-bar-01 ul li {
  padding: 0px 0px 0px 0px;
  border: none;
}

.cd-left-side-bar-01 .widget_block {
  margin-bottom: 48px;
}

.cd-left-side-bar-01 .widget_block:last-child {
  margin-bottom: 0px;
}

/* Abhishek patel custom left sidebar template v2 end */

/* Abhishek patel custom right sidebar template v2 start  */

.cd_right_sidebar_container_v2 {
  width: 86.11%;
  margin: 0 auto;
}

.cd_right_sidebar_container_v2 .cd_post_bg_image {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 16px;
}

.cd_sidebar_content .cd_post_title_2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.cd_sidebar_content .cd_post_title_2 h2 {
  color: #000;
  font-family: Poppins;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120%;
  padding-right: 0px;
}

@media screen and (max-width: 1200px) {
  .cd_sidebar_content .cd_post_title_2 h2 {
    font-size: 60px !important;
  }
}

@media screen and (max-width: 600px) {
  .cd_sidebar_content .cd_post_title_2 h2 {
    font-size: 54px !important;
  }
}

@media screen and (max-width: 425px) {
  .cd_sidebar_content .cd_post_title_2 h2 {
    font-size: 35px !important;
  }

  .cd-contact-input-wrapper {
    grid-template-columns: 1fr !important;
  }

  /* Style Added By Ritin Tiwari For Contact Form Demo 1 */
  /* .cd-contact-us-form #cd-username-wrapper,
  .cd-contact-us-form #cd-interest-wrapper {
    float: unset !important;
    width: 100% !important;
  } */

  /* .cd-contact-us-form #cd-email-wrapper,
  .cd-contact-us-form #cd-phone-wrapper {
    float: unset !important;
    width: 100% !important;
    padding-left: 0px !important;
  } */
}

@media screen and (max-width: 375px) {
  .cd_sidebar_content .cd_post_title_2 h2 {
    font-size: 32px !important;
  }
}

.cd_right_sidebar_container_v2 .cd_post-content_1 {
  margin-bottom: 48px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cd_right_sidebar_container_v2 .cd_post_image {
  margin-bottom: 48px;
}

.cd_right_sidebar_container_v2 .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.cd_right_sidebar_container_v2 .cd_post-content_2 {
  margin-bottom: 55px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cd_right_sidebar_container_v2 .cd_sidebar_content {
  width: 60%;
  float: left;
  padding-right: 32px;
}

@media screen and (max-width: 1200px) {
  .cd_right_sidebar_container_v2 .cd_sidebar_content {
    padding-right: 0;
  }
}

.cd_right_sidebar_container_v2 .cd-left_sidebar_widget {
  width: 40%;
  float: right;
}

.cd_right_sidebar_container_v2 .cd-col-md-3 {
  width: 100%;
  float: left;
}

.cd_right_sidebar_container_v2 .cd-left-side-bar-01 {
  margin: 64px 13px;
  background-color: #e0e0e0;
  min-height: 145vh;
}

.cd_right_sidebar_container_v2 .cd-left-side-bar-01 ul li {
  padding: 0;
  border: none;
}

/* Abhishek patel custom right sidebar template v2 end */

/* 
==============================================================================================================================================================
Styles For hamburger-menu-right - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

.cd-hamburger-right-container .cd-custom-logo {
  display: flex;
  width: 100%;
  height: 100%;
}

.cd-hamburger-right-container a.custom-logo-link {
  display: flex;
  align-items: center;
}

.cd-hamburger-right-container .cd-side-menu-btn {
  text-align: right;
  float: right;
}

button.btn.cd-hamburger-menu-right-click.cd-hamburger-menu-right-click-03 {
  background: transparent;
  border: none;
  padding-top: 10px;
}

.cd-hamburger-right-container {
  padding: 22px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* 
==============================================================================================================================================================
Styles For hamburger-menu-right - End (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For hamburger-menu-left - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

.cd-hamburger-menu-left,
.cd-hamburger-menu-right {
  height: 95%;
  position: relative;
}

.cd-hamburger-menu-left ul.menu,
.cd-hamburger-menu-right ul.menu {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.cd-hamburger-menu-left ul.menu li ul.sub-menu li {
  margin-bottom: 15px !important;
}

.cd-hamburger-menu-left ul.menu li ul.sub-menu li:last-child {
  margin-bottom: 0px !important;
}

.cd-hamburger-left-container .cd-custom-logo-02 {
  justify-content: end;
}

.cd-hamburger-left-container {
  padding: 22px 48px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.cd-hamburger-left-container .cd-custom-logo-02 a.custom-logo-link {
  display: flex;
  align-items: center;
}

.cd-hamburger-left-container .cd-side-menu-btn-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cd-hamburger-menu-left .menu-item-has-children:after,
.cd-hamburger-menu-right .menu-item-has-children:after {
  content: "";
  display: inline-block;
  padding: 3px 3px;
  border-width: 0px 2px 2px 0px;
  color: currentcolor;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 13px;
  left: -16px;
  display: none;
}

.cd-hamburger-menu-left .menu-item-has-children:hover:after,
.cd-hamburger-menu-right .menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  transition: 0.5s;
  top: 18px;
  border-color: #2f80ed;
}

.cd-hamburger-menu-left-wrapper .cd-close-icon-07 {
  position: absolute;
  right: 5px;
  top: 45px;
  padding-top: 48px;
  padding-right: 48px;
  border-radius: 5px;
}

.cd-hamburger-menu-left .cd-close-icon-07 img {
  height: 15px;
}

.cd-hamburger-menu-left .cd-close-icon-05 {
  position: absolute;
  right: 5px;
  top: 35px;
  background-color: #e6e9ed;
  padding: 7px 12px;
  border-radius: 5px;
}

.cd-hamburger-menu-left .cd-close-icon-05 img {
  height: 15px;
}

.cd-hamburger-menu-left .cd-close-icon-02 {
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid #6c757d;
  border-radius: 5px;
  right: 10px;
  top: 37px;
  padding: 0px 10px;
  font-size: 18px;
}

.cd-hamburger-menu-left .cd-side-menu-wrapper-01 {
  position: fixed;
  padding: 20px 5px;
  top: 0;
  width: 100% !important;
  left: 0;
}

.cd-hamburger-menu-left .cd-new-side-left-menu {
  overflow-y: scroll;
  height: 100vh;
  width: 304px;
  margin-top: 56px;
}

button.btn.cd-hamburger-menu-left-click.cd-hamburger-menu-left-click-03 {
  background: transparent;
  border: none;
  padding-top: 6px;
}

.cd-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}

/* 
==============================================================================================================================================================
Styles For hamburger-menu-left - End (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Hamburger menu full width - Start (By Abhishek Patel)
==============================================================================================================================================================
*/

.cd-hamburger-menu-full-width {
  overflow-y: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cd-hamburger-menu-full-width .menu-item-has-children:after {
  content: "";
  display: none;
  padding: 3px 3px;
  border-width: 0px 3px 3px 0px;
  color: #3d3d3d;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 22px;
  left: -25px;
}

.cd-hamburger-menu-full-width .menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  transition: 0.5s;
  top: 26px;
  border-color: #2f80ed;
}

.cd-hamburger-menu-full-width-wrapper .cd-close-icon-07 img {
  height: 15px;
}

.cd-hamburger-menu-full-width-wrapper .cd-close-icon-05 {
  position: absolute;
  right: 5px;
  top: 35px;
  background-color: #e6e9ed;
  padding: 7px 12px;
  border-radius: 5px;
}

.cd-hamburger-menu-full-width-wrapper .cd-close-icon-05 img {
  height: 15px;
}

.cd-hamburger-menu-full-width-wrapper .cd-new-side-left-menu {
  overflow-y: scroll;
  height: 100vh;
  width: 304px;
  margin-top: 56px;
}

.cd-hamburger-menu-full-width-container {
  padding: 22px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cd-hamburger-menu-full-width-container .cd-hamburger-menu-full-width-btn button {
  float: right;
  background: transparent;
  border: none;
}

/* Fixed positioning of submenu in full-width hamburger menu by Ritin Tiwari on 08-07-2025 */
.cd-hamburger-menu-full-width ul li .sub-menu {
  left: 100% !important;
  top: 60% !important;
  transform: translateX(-50%);
}

/* 
==============================================================================================================================================================
Styles For Hamburger menu full width - End (By Abhishek Patel)
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Default/Simple Menu - Start (By Abhishek Patel)
==============================================================================================================================================================
*/
/* Abhishek patel Simple menu start*/
.cd-site-logo {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

/* .cd-site-logo a.custom-logo-link {
  display: flex;
  height: 100%;
} */

.cd-site-logo a.custom-logo-link img[style*="display:inline"] {
  display: block !important;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.cd_simple_menu_header_container {
  padding: 0px 100px;
}

.cd_simple_menu_wrapper .cd-site-logo {
  width: 25%;
  float: left;
  padding: 32px 0;
}

.cd_simple_menu_wrapper .cd-site-logo .custom-logo {
  margin-top: 0;
}

.cd_simple_menu_wrapper .cd_simple_menu {
  width: 75%;
  float: left;
  text-align: right;
}

.cd_simple_menu_wrapper,
.cd-site-header-navigation-menu,
.cd-site-header-navigation-menu > div,
.cd-site-header-navigation-menu ul.menu,
.cd-site-header-navigation-menu ul.menu li,
.cd-site-header-navigation-menu ul.menu li ul.sub-menu {
  background-color: inherit;
}

.cd_simple_menu .sub-menu {
  top: 80px;
  left: -40%;
}

.cd_simple_menu .cd_menu_text_style {
  list-style: none;
}

.cd_simple_menu div > ul.menu {
  display: inline-flex;
  list-style: none;
  gap: 32px;
  margin-top: 0;
  justify-content: flex-end;
}

.cd_simple_menu div ul.menu > li {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  border-top: 5px solid transparent;
  transition: all 0.3s ease;
}

.cd_simple_menu div ul.menu > li:last-child {
  margin-right: 0;
}

.cd_simple_menu div > ul.menu > li:hover {
  border-top: 5px solid #2f80ed;
  text-shadow: 0 0 0.8px;
}

.cd_simple_menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.cd_simple_menu .sub-menu li a {
  padding: 0;
}

.cd_simple_menu div > ul.menu > li:hover > ul.sub-menu > li {
  border-top: none;
  text-shadow: none;
}

.cd_simple_menu .sub-menu li:hover a {
  border-top: none !important;
  padding: 0;
}

.cd_simple_menu .menu-item-has-children:after {
  display: none;
}

.cd_simple_menu div ul.menu > li:hover > ul.sub-menu > li:hover > a {
  text-shadow: 0 0 0.8px;
}

.cd_simple_menu_wrapper_mobile {
  display: none;
}

.cd_simple_menu_wrapper_mobile .menu-item-has-children:hover ul.sub-menu {
  background-color: white;
  border-radius: 12px;
}

.cd_simple_menu_wrapper_mobile .side-menu-btn-01 {
  float: right;
  margin-top: 10px;
}

.cd_simple_menu_wrapper_mobile .cd-site-logo {
  float: left;
}

.cd_simple_menu_wrapper_mobile .cd-side-menu-click.cd-side-menu-click-02 {
  background: transparent;
  border: none;
}
/* 
==============================================================================================================================================================
Styles For Default/Simple Menu - End (By Abhishek Patel)
==============================================================================================================================================================
*/

/* 
=============================================================================================================================================================
Style For Center Menu Center Logo Header - Start
==============================================================================================================================================================
*/
/* Center Menu Center Logo */
.cd_center_menu_center_logo_wrapper .cd_center_menu_container .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  left: -5px;
  border-radius: 8px;
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.25);
  display: none;
  list-style: none;
}

.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  .cd_menu_text_style {
  border-left: 3px solid #000;
  transition: 0.2s;
}

.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  .cd_menu_text_style {
  border-left: none;
  transition: none;
  list-style: none;
}

.cd_center_menu_container {
  gap: 10px !important;
}

.cd_center_menu_center_logo_wrapper .cd_center_menu_container ul.menu {
  display: inline-flex;
  gap: 32px;
  list-style: none;
  padding: 20px 0px;
}

.cd_center_menu_center_logo_wrapper .cd_center_menu_container ul.menu > li {
  padding: 10px 10px;
  position: relative;
}

.cd_center_menu_center_logo_wrapper .cd_center_logo {
  text-align: center;
  padding-top: 20px;
}

.cd_center_menu_center_logo_wrapper .cd_center_menu_container {
  text-align: center;
}

.cd_center_menu_center_logo_wrapper .cd_center_menu_container .ul.sub-menu {
  display: none;
  opacity: 0;
}

.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  .menu-item-has-children:hover
  ul.sub-menu {
  display: block;
  opacity: 1;
}

.cd_center_menu_center_logo_wrapper
  .cd_center_menu_container
  .menu-item-has-children:after {
  display: none;
}

.cd_center_menu_center_logo_mobile_wrapper {
  display: none;
}

/* 
=============================================================================================================================================================
Style For Center Menu Center Logo Header - End
==============================================================================================================================================================
*/

/* 
=============================================================================================================================================================
Style For Center Logo Left Right Menu Header - Start
==============================================================================================================================================================
*/

.cd_center_logo_left_right_menu_container {
  padding: 32px 48px;
}

.cd_menu_center_logo a.custom-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd_center_logo_left_right_menu_wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_left_content,
.cd_center_logo_left_right_menu_wrapper .cd_menu_right_content {
  float: left;
  width: 40%;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  div
  ul
  li
  .sub-menu,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul
  li
  .sub-menu {
  top: 50px;
  left: -25%;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  .menu-item-has-children:after,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  .menu-item-has-children:after {
  content: "";
  display: inline-block;
  padding: 3px 3px;
  border-width: 0px 1px 1px 0px;
  color: #3d3d3d;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 5px;
  position: absolute;
  top: 7px;
  left: 100%;
  display: none;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  .menu-item-has-children:hover:after,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  .menu-item-has-children:hover:after {
  transform: rotate(-135deg);
  transition: 0.5s;
  top: 10px;
  border-color: #2f80ed;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_left_content div > ul,
.cd_center_logo_left_right_menu_wrapper .cd_menu_right_content div > ul {
  list-style: none;
  display: inline-flex;
  column-gap: 32px;
  row-gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_left_content div > ul {
  justify-content: flex-start;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_right_content div > ul {
  justify-content: flex-end;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_left_content div ul.menu > li,
.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul.menu
  > li {
  padding-bottom: 15px;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_left_content div ul li,
.cd_center_logo_left_right_menu_wrapper .cd_menu_right_content div ul li {
  text-decoration: none;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_left_content
  div
  ul
  li:last-child {
  margin-right: 0px;
}

.cd_center_logo_left_right_menu_wrapper .cd_menu_center_logo {
  float: left;
  width: 20%;
  text-align: center;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul
  li
  .sub-menu
  li {
  width: 100%;
}

.cd_center_logo_left_right_menu_wrapper
  .cd_menu_right_content
  div
  ul
  li:last-child {
  margin-right: 0px;
}

.cd_center_logo_left_right_menu_mobile {
  display: none;
}

/* 
=============================================================================================================================================================
Style For Center Logo Left Right Menu Header - End
==============================================================================================================================================================
*/
/* 
=============================================================================================================================================================
Style For Blur Background Header - Start
==============================================================================================================================================================
*/
/* added css for blur background header start */

/* retina display logo render start */
.cd_retina_display .cd_retina_logo_display {
  display: block;
}

/* retina display logo render end */

.cd_header_bg_blur_container {
  margin-top: 30px;
}

/* css added by abhishek patel for portfolio single page start */

.cd-single-portfolio-content {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.cd_portfolio_content .cd-single-portfolio-content-layout-01 {
  width: 100%;
  float: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.cd_portfolio_content.clearfix {
  margin-bottom: 20px;
}

/* css added by abhishek patel for portfolio single page end */

.cd_simple_menu_wrapper_mobile.cd-side-right-menu-wreper.cd_nav_toggle {
  display: none;
}

/* css for gallery grid shorcode by ritin tiwari 10-08-2024 */
.cd-ostnica-gallery-page-row {
  width: calc(100% - 40px);
  columns: 4;
  column-gap: 9px;
  margin: 20px auto;
}

.cd-ostnica-gallery-product {
  max-width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
}

.cd-ostnica-gallery-page-row .cd-ostnica-gallery-product img {
  max-width: 100%;
}

/* Start - Fixed issue of theme preview card layout in WordPress Appearance > Themes section by Ritin Tiwari on 08-05-2025 */
.theme-browser .theme .theme-name {
  box-sizing: content-box !important;
}

.theme-browser .theme .theme-screenshot img {
  height: 100%;
  width: 100%;
}

/* End - Fixed issue of theme preview card layout in WordPress Appearance > Themes section by Ritin Tiwari on 08-05-2025 */
/* Start - Fixed the demo import preview card layout in ostnica theme (theme-settings > demo-import) by Ritin Tiwari on 08-05-2025 */
#wpcontent {
  padding-left: 10px;
  padding-right: 10px;
}

#demo-import-container {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
}

#demo-import-grid {
  margin-left: unset;
  margin-right: unset;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 100%;
}

/* Card container styles */
#demo-import-grid .cd-card-container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Card styles */
#demo-import-grid .cd-card-container .card {
  margin: 0;
}

/* Style added by Ritin Tiwari to fix the issue of accordian card image not covering full card */
.cd_accordion-container01 .cd_accordion-card01 {
  background-size: cover !important;
}

@media screen and (max-width: 1151px) {
  #demo-import-container {
    max-width: 900px;
  }
}

@media screen and (max-width: 900px) {
  #demo-import-container {
    max-width: 767px;
  }
}

/* Media query for screens 700px and below */
@media screen and (max-width: 767px) and (min-width: 426px) {
  #demo-import-container {
    max-width: 600px;
  }

  #demo-import-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    /* 2 columns for medium screens */
  }
}

/* Media query for screens 425px and below */
@media screen and (max-width: 425px) {
  .cd-testimonial-slider-container-01 {
    padding: 20px 15px !important;
  }

  #demo-import-grid {
    grid-template-columns: 1fr;
    /* 1 column for small screens */
  }
}

/* End - Fixed the demo import preview card layout in ostnica theme (theme-settings > demo-import) by Ritin Tiwari on 08-05-2025 */

@media only screen and (min-width: 2560px) {
  .cd_slide_count {
    top: 75%;
  }
}

@media only screen and (max-width: 2560px) {
  .cd-page-title-01 {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 1919px) and (min-width: 1620px) {
}

@media only screen and (max-width: 2559px) and (min-width: 1920px) {
  .owl-carousel_08 .testimonial-image-section {
    width: 25%;
  }

  .owl-carousel_08 .cd-slider-wrepper {
    width: 75%;
  }

  .cd_slide_count {
    left: 30%;
    top: 80%;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1619px - Start
==============================================================================================================================================================
*/
@media only screen and (max-width: 1619px) {
  .cd_slide_count {
    top: 90%;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1619px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1619px to 1440px - Start
==============================================================================================================================================================
*/

@media only screen and (max-width: 1619px) and (min-width: 1440px) {
  .cd_slide_count {
    left: 36%;
  }
}

/* 
==============================================================================================================================================================
Styles For Screen Size 1619px to 1440px - End
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Screen Size 1366px - Start
==============================================================================================================================================================
*/

@media only screen and (max-width: 1366px) {
  .cd_slide_count {
    left: 37%;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1366px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1200px - Start
==============================================================================================================================================================
*/
/* Added by Ritin Tiwari on 10-08-2024 for Gallery page list shortcode */
@media screen and (max-width: 1200px) {
  .cd-ostnica-gallery-page-row {
    width: calc(100% - 40px);
    columns: 3;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1200px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1112px - Start
==============================================================================================================================================================
*/
@media only screen and (max-width: 1112px) {
  .cd_slide_count {
    left: 39%;
    top: 90%;
  }

  .cd_portfolio_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1112px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1080px - Start
==============================================================================================================================================================
*/
@media only screen and (max-width: 1080px) {
  .cd_slide_count {
    left: 39%;
    top: 90%;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1080px - Start
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1026px - Start
==============================================================================================================================================================
*/
@media screen and (min-width: 1026px) {
  .cd-portfolio-wrepper-01 {
    max-width: 1140px;
    /* Change width: 1140px to max-width: 1140px by ritin tiwari 06-08-2024 */
    margin: 25px auto;
  }

  .cd-portfolio-wrepper-01.owl-carousel_07 {
    margin: 0;
  }

  .cd-display-tablate-mobile {
    display: none !important;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1026 - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1024px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 1024px) {
  .cd-hamburger-menu-left ul.menu li ul.sub-menu li,
  .cd-hamburger-menu-right ul.menu li ul.sub-menu li {
    margin-bottom: 15px !important;
  }

  .cd-hamburger-menu-left ul.menu li ul.sub-menu li:last-child,
  .cd-hamburger-menu-right ul.menu li ul.sub-menu li:last-child {
    margin-bottom: 0px !important;
  }

  .cd-testimonial-slider-container-01 {
    padding: 20px 48px;
  }

  /* Added By Ritin Tiwari on 16-06-2024 - Fix the issue of response block card and height issue */
  .cd-post-row {
    /* gap: 32px; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* Example: 3 equal columns */
    /* grid-template-rows: 2; */
  }

  /*cenetr-logo-css start*/
  .cd-display-onliy-dasktop {
    display: none;
  }

  .cd_Error-Screen-Short-label {
    width: 643px;
  }

  .cd-display-tablate-mobile {
    display: block;
  }

  .cd-float-tablate-mobile-view-01 {
    width: 60%;
  }

  .cd-float-tablate-mobile-view-02 {
    width: 40%;
  }

  .cd-side-menu-flot-right {
    float: right;
    margin: 25px 0px;
  }

  .site-logo img {
    height: 30px;
  }

  /*cenetr-logo-css end*/

  .mobile-menu .humberger-menu-item ul {
    margin-top: 10px;
  }

  .menu-item-has-children:after {
    top: 13px;
  }

  .menu-item-has-children:hover:after {
    transform: rotate(-135deg);
    transition: 0.5s;
    top: 20px;
  }

  .mobile-menu.cd-responsive .humberger-menu svg:hover {
    transition: 0.2s;
  }

  .mobile-menu.cd-responsive .humberger-menu:focus {
    outline: none !important;
    box-shadow: none;
  }

  .cd-submenu-penal-open-close {
    display: none !important;
  }

  .mobile-menu .humberger-menu-item ul li a {
    padding: 8px 5px 8px 30px;
  }

  .cd-post-title-01 a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
  }

  /* Simple menu header css starts*/
  .cd_simple_menu .sub-menu {
    position: absolute;
    left: -60%;
    width: 200px;
    margin: 0;
  }

  .cd_simple_menu_header_container {
    padding: 22px 48px;
  }

  /* .cd_simple_menu div ul li a {
    font-size: 18px;
  } */

  /* Simple menu header css ends*/

  .cd-testimonial-image-01 {
    height: 95px;
  }

  /*gallery layout-03 responsiv*/
  .cd_row_gallery_nth-child-odd div:nth-child(odd) {
    width: 33%;
  }

  .cd_row_gallery_nth-child-even div:nth-child(even) {
    width: 37%;
  }

  .cd_gallery_thumbnail-03 {
    height: 320px;
  }

  /*gallery list  layout-03 end*/

  /*gallery list  layout-01 start*/
  .cd_gallery_thumbnail-01 {
    height: 320px;
  }

  /*gallery  list layout-01 end*/

  /*gallery list  layout-02 start*/
  .cd-gallery-image-02 div:nth-child(even) {
    height: 445px;
  }

  .cd_gallery_thumbnail-02 {
    height: 296px;
  }

  /*gallery list layout-02 end*/

  /*blog list layout-02*/
  .cd-image-divider-01 img {
    bottom: -3px;
    left: -12px;
    width: 110%;
    min-height: 40px !important;
  }

  /*blog list layout-02*/

  .humberger-menu-item {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 40%;
    background-color: #fff;
    height: 100vh;
  }

  .menu-home-container {
    height: 100vh;
    width: 0%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
  }

  .cd-close-icon-01 {
    font-size: 19px;
    position: absolute;
    top: 10px;
    z-index: 50;
    right: 10px;
    padding: 5px 10px;
  }

  .cd-close-icon-01 img {
    width: 15px;
  }

  .cd-close-icon-01:hover {
    transition: 0.1s;
  }

  .mobile-menu .sub-menu li a {
    text-align: left;
    border-left: 3px solid #fff;
    padding: 6px 15px !important;
    margin-left: 15px;
    margin-bottom: 2px;
  }

  .mobile-menu .sub-menu li a:hover {
    border-left: 3px solid #000;
  }

  /*start add-close-icon by shubham 21-3-2021*/
  .single-portfolio-d-none {
    display: none;
  }

  .cd_portfolio_style-01 {
    width: 100% !important;
  }

  .cd_center_menu_center_logo_wrapper .cd_center_menu_container .ul.sub-menu {
    display: none;
  }

  .cd_simple_menu_wrapper {
    display: none;
  }

  .cd_center_logo_left_right_menu_wrapper_mobile.cd-side-right-menu-wreper.cd_nav_toggle {
    display: block;
    transition: display 0.3s ease;
  }

  .cd_center_logo_left_right_menu_mobile {
    display: block;
  }

  .cd_center_logo_left_right_menu_mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .cd_center_logo_left_right_menu_mobile .cd-site-logo {
    justify-content: start;
  }

  .cd_center_logo_left_right_menu_mobile .side-menu-btn-01 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .cd_center_logo_left_right_menu_mobile
    .side-menu-btn-01
    .cd-side-menu-click.cd-side-menu-click-02 {
    background: transparent;
    border: none;
  }

  .cd_center_logo_left_right_menu_wrapper {
    display: none;
  }

  .cd_simple_menu_wrapper_mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .cd_menu_left_right_content_wrapper {
    position: relative;
    height: 95%;
  }

  .cd_center_logo_left_right_menu_wrapper_mobile .cd_menu_left_right_content{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cd_center_logo_left_right_menu_wrapper_mobile .menu-right-menu-container {
    margin-top: 14px;
  }

  .cd_center_logo_left_right_menu_wrapper_mobile
    .cd_menu_left_right_content
    .menu-item-has-children:after {
    content: "";
    display: inline-block;
    padding: 3px 3px;
    border-width: 0px 1px 1px 0px;
    color: #3d3d3d;
    border-style: solid;
    transform: rotate(45deg);
    margin-left: 5px;
    position: absolute;
    top: 13px;
    left: -30px;
    display: none;
  }

  .cd_center_menu_center_logo_wrapper {
    display: none;
  }

  .cd_center_menu_center_logo_mobile .menu-item-has-children:hover ul.sub-menu {
    background-color: white;
    border-radius: 10px;
  }

  .cd_center_menu_center_logo_mobile.cd_nav_toggle {
    display: block;
  }

  .cd_center_menu_center_logo_mobile_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 22px 48px;
  }

  .cd_center_menu_center_logo_mobile_wrapper .side-menu-btn-01 {
    display: flex;
    align-items: center;
  }

  .cd_center_menu_center_logo_mobile_wrapper
    .cd-side-menu-click.cd-side-menu-click-02 {
    background: transparent;
    border: none;
    padding-top: 5px;
  }

  .cd-testimonial-image-08:not(:has(img)) {
    min-height: 230px;
  }

  .cd_slide_count {
    left: 39%;
    top: 93%;
  }

  .cd_simple_menu_wrapper_mobile.cd-side-right-menu-wreper.cd_nav_toggle {
    display: block;
    transition: display 0.3s ease;
  }

  .cd-header-overlay.cd_overlay_toggle {
    display: block;
    transition: display 0.3s ease;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1024px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 1023 to 769px - Start
==============================================================================================================================================================
*/

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .owl-carousel_08 .cd-slider-wrepper {
    width: 70%;
    float: right;
    margin-top: 20px;
    padding-left: 70px;
  }

  .cd-testimonial-image-outline {
    border-radius: 50%;
    border: 3px dashed #fff;
    position: absolute;
    z-index: -1;
    top: 25px;
  }

  .owl-carousel_08 .cd-testimonial-image-08 {
    overflow: hidden;
    border-radius: 50%;
    margin-left: 25px;
  }

  .cd_slide_count {
    left: 40%;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 1023 to 769px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 800px to 769px - Start
==============================================================================================================================================================
*/

@media screen and (max-width: 800px) and (min-width: 769px) {
  .cd_simple_menu_wrapper .cd-site-logo .custom-logo {
    width: 100%;
    height: auto;
  }

  .cd_simple_menu_wrapper .cd-site-logo {
    width: 20%;
  }

  .cd_simple_menu_wrapper .cd_simple_menu {
    width: 80%;
  }

  .cd_slide_count {
    left: 43%;
  }
}

/* 
==============================================================================================================================================================
Styles For Screen Size 800px - End
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Screen Size 800px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 800px) {
  .cd_slide_count {
    left: 43%;
  }

  .cd_image_testimonial.owl-carousel_05 .owl-dots {
    margin-left: 38%;
  }

  .cd-single-post-banner-image-01 {
    width: 100%;
  }

  .cd-single-portfolio-content {
    width: 100%;
  }
  .cd-single-portfolio-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cd-post-title-06 span {
    font-size: 24px;
  }

  .cd-post-title-07 span {
    font-size: 24px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 800px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 768px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 768px) {
  /* Added By Ritin Tiwari on 16-06-2024 - Fix the issue of response block card and height issue */
  .cd-post-row {
    /* gap: 16px; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: 2; */
  }

  .cd-text-container-06 {
    min-height: 400px;
    padding: 32px;
  }

  /* Added by Ritin Tiwari on 10-08-2024 for Gallery page list shortcode */
  .cd-ostnica-gallery-page-row {
    width: calc(100% - 40px);
    columns: 2;
  }

  .cd-ostnica-gallery-page-row .cd-ostnica-gallery-product {
    float: unset;
    width: 100%;
  }

  .cd_form_responsive_01 {
    display: block;
  }

  .cd-grid-wrepper-01 {
    background-color: #3c3c3c;
    padding: 40px 40px;
    margin-left: -50px;
    color: #fff;
    z-index: 1;
  }

  .cd_Error-Screen-Short-label {
    width: 464px;
  }

  .cd-gird-image-03 {
    height: 260px;
  }

  .cd-style-gird-heading-02 a {
    font-size: 25px;
  }

  .cd-gird-hover-effect-03 {
    margin-left: 0px;
  }

  .gallery_product img {
    padding-left: 5px;
  }

  .cd-margin-bottom-form-input {
    margin-bottom: 20px;
  }

  .cd-margin-bottom-form {
    margin-bottom: 0px;
  }

  .cd-gird-heading-02 a {
    font-size: 20px;
  }

  .cd-gird-categories-name-02 {
    color: #fff;
    font-size: 13px;
  }

  .cd_gallery_thumbnail-03 {
    height: 230px;
  }

  .cd_gallery_thumbnail-01 {
    height: 245px;
  }

  /*gallery layout-02*/
  .cd_gallery_thumbnail-02 {
    width: 30.5%;
  }

  .cd_gallery_thumbnail-02 {
    height: 370px;
  }

  .cd-gallery-image-02 div:nth-child(even) {
    height: 384px;
  }

  .cd_gallery_thumbnail-02 {
    height: 233px;
  }

  .cd-margin-bottom-Appointment-form-01 {
    margin-bottom: 0px;
  }

  /*gallery layout-02*/
  .cd-post-thumbnail-04 {
    width: 120px;
    height: 120px;
  }

  .cd-post-text-holder-04 {
    padding: 30px;
    margin-left: 20px;
  }

  .cd-author-name-05,
  .cd-publish-date-05 {
    font-size: 12px;
  }

  .cd-post-image-box-03 img {
    min-height: 370px;
  }

  /* added css for blur background header start */

  .site-logo img {
    width: auto;
  }

  .cd_header_left_btn button {
    padding: 10px 20px;
  }

  .cd_header_right_btn button {
    padding: 10px 20px;
  }

  .side-menu-btn-01 {
    float: left;
  }

  /* added css for blur background header end */
  .cd_right_sidebar_container_v2 .cd-left_sidebar_widget {
    width: 100%;
    float: none;
  }

  .cd_right_sidebar_container_v2 .cd_post-content_1 {
    padding: 0;
  }

  .cd_right_sidebar_container_v2 .cd_sidebar_content {
    width: 100%;
    float: none;
  }

  .cd_right_sidebar_container .cd_sidebar_content {
    width: 100%;
    float: none;
  }

  .cd_right_sidebar_container .cd-left_sidebar_widget {
    width: 100%;
    float: none;
  }

  .cd_right_sidebar_container .cd_post_title_2 {
    line-height: 160%;
  }

  .cd_right_sidebar_container .cd_post_title_1 {
    color: #fff;
    font-family: Poppins;
    font-size: 34px !important;
  }

  .cd_left_sidebar_container_v2 .cd_post-content_1 {
    padding: 0;
  }

  .cd_left_sidebar_container_v2 .cd-left-side-bar-01 {
    margin: 64px 0;
  }

  .cd_right_sidebar_container_v2 .cd-left-side-bar-01 {
    margin: 64px 0;
  }

  .cd_left_sidebar_container .cd_sidebar_content {
    width: 100%;
    float: none;
  }

  .cd_left_sidebar_container .cd-left_sidebar_widget {
    width: 100%;
    float: none;
  }

  .cd_left_sidebar_container_v2 .cd_sidebar_content {
    width: 100%;
    float: none;
  }

  .cd_left_sidebar_container_v2 .cd-left_sidebar_widget {
    width: 100%;
    float: none;
  }

  .cd_left_sidebar_container_v2 .cd_post_title_2 {
    padding-left: 0;
    padding-right: 0;
    line-height: 155%;
  }

  .cd_left_sidebar_container_v2 .cd_post-content_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .owl-carousel_05 .cd-testimonial-slider-content-wrepper-01 {
    width: 80%;
  }

  .cd-post-container-07 {
    margin-right: 0px;
  }

  .cd-text-container-07 {
    margin-bottom: 48px;
  }

  .cd-hamburger-menu-full-width .menu-item-has-children:after {
    top: 19px;
  }

  .cd-hamburger-menu-full-width .menu-item-has-children:hover:after {
    top: 23px;
  }

  .cd_header_bg_blur_wrapper .site-logo {
    width: 145px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn {
    margin-right: 20px;
  }

  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 8px 11px;
    margin-top: 5px;
  }

  .cd_header_bg_blur_wrapper {
    padding: 16px 24px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button {
    padding: 8px 11px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button img {
    width: auto;
    height: 21px;
  }

  .cd_header_bg_blur_wrapper .cd_btn_logo .side-menu-btn-01 button svg {
    width: 32px;
    height: 32px;
  }

  .cd_header_bg_blur_wrapper
    img.custom-logo.cd_retina_logo_display.cd_custom_logo_size.cd_logo_bg {
    width: auto;
    height: 32px;
  }

  /* added css for blur background header start */
  .cd_header_left_btn button a {
    font-size: 16px !important;
  }

  .cd_header_right_btn button a {
    font-size: 16px !important;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 {
    margin-right: 10px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn {
    margin-right: 10px;
  }

  .cd_simple_menu_header_container,
  .cd-hamburger-right-container,
  .cd-hamburger-menu-full-width-container,
  .cd-hamburger-left-container,
  .cd_center_menu_center_logo_mobile_wrapper,
  .cd_center_logo_left_right_menu_container {
    padding: 22px 32px;
  }

  /*start - contact-us-demo-3 page styling by samarth for screen size 768 */

  .contact-us-demo-3-newsletter-form {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .contact-us-demo-3-newsletter-row {
    width: 100% !important;
  }

  .contact-us-demo-3-newsletter-button {
    width: 100%;
  }

  .contact-us-demo-3-newsletter-section {
    padding: 30px 20px !important;
  }

  /*end - contact-us-demo-3 page styling by samarth for screen size 768 */
}
/* 
==============================================================================================================================================================
Styles For Screen Size 768px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 640px - Start
==============================================================================================================================================================
*/
/* Added By Ritin Tiwari on 16-06-2024 - Fix the issue of response block card and height issue */
@media screen and (max-width: 640px) {
  .cd-post-row {
    /* row-gap: 32px; */
    /* grid-template-columns: 1fr; */
    /* grid-template-rows: repeat(3, auto); */
  }

  .cd-text-container-06 {
    min-height: 400px;
    padding: 56px 32px 48px 32px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 640px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 768px to 600px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 768px) and (min-width: 600px) {
  .owl-carousel_08 .testimonial-image-section {
    width: 100%;
    float: none;
  }

  .owl-carousel_08 .cd-slider-wrepper {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 64px;
  }

  .cd_slide_count {
    left: 45%;
    top: 95%;
  }

  .owl-carousel_08 .cd-testimonial-image-08 {
    margin: 0 auto;
  }

  .cd-testimonial-image-outline {
    top: 12%;
    left: 18%;
  }

  .owl-carousel_08 .cd-slider-wrepper {
    padding-left: 0px;
  }

  .owl-carousel_08 .cd-testimonial-slider-heading-01 {
    text-align: center;
  }

  .cd_header_left_btn button {
    padding: 10px 15px;
  }

  .cd_header_right_btn button {
    padding: 10px 15px;
  }

  /* added css for blur background header end */
}
/* 
==============================================================================================================================================================
Styles For Screen Size 768px to 600px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 620px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 620px) {
  .cd_header_bg_blur_wrapper .side-menu-btn-01 button svg {
    height: 32px;
    width: 32px;
  }

  .cd_header_bg_blur_wrapper {
    padding: 16px 24px;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 {
    margin-right: 10px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button {
    padding: 8px 11px;
  }

  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 8px 11px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 620px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 600px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 600px) {
  .cd_simple_menu_header_container {
    padding: 20px 32px;
  }

  /* Css For Portfolio Design Layout 2 by Ritin Tiwari on 08-08-2024 */
  .cd-row.cd-entry-content.cd-post-content-holder-01 {
    display: flex;
    flex-direction: column;
  }

  .cd-row.cd-entry-content.cd-post-content-holder-01
    .cd-blog-list-2-content-bx {
    margin: 15px;
  }

  /* Css For Portfolio Design Layout 2 end */
  .cd-margin-bottom-form {
    margin-bottom: 20px;
  }

  .cd-post-image-box-03 img {
    min-height: 275px;
  }

  .cd-gird-portfolio-mobile-view-column-01 {
    float: left;
    width: 50%;
  }

  .cd_Error-Screen-Short-label {
    width: 96%;
  }

  .cd-grid-protfolio-conatiner-01 {
    width: 96%;
  }

  .cd_col-mx-600_2 {
    float: left;
    width: 50% !important;
  }

  .cd-demo-p-title-01 h2 {
    font-size: 155px !important;
    margin-bottom: 60px;
  }

  .cd_gallery_thumbnail-03 {
    width: 27%;
  }

  .cd_gallery_thumbnail-03 {
    height: 172px;
  }

  /*gallery layout-02*/
  .cd_gallery_thumbnail-02 {
    width: 46.5%;
  }

  .cd-gallery-image-02 div:nth-child(even) {
    height: 233px;
    margin-top: 0;
  }

  /*gallery layout-02*/
  .cd_single-portfolio_thumbnail-01 {
    height: 300px;
  }

  .cd_portfolio_style-01 {
    height: 300px;
  }

  .cd_portfolio_title-01 a {
    font-size: 23px;
  }

  .cd_portfolio_style-01:after {
    width: 93px;
    top: 4px;
    right: -40px;
    height: 322px;
    z-index: 11;
  }

  .cd_portfolio_title-01 a {
    transform: translate(-10%, -50%);
    font-size: 30px;
    left: 20%;
  }

  .cd-flot-form-demo-01 {
    float: left;
    width: 50%;
  }

  .cd-margin-bottom-form-01 {
    margin-bottom: 0px;
  }

  .cd-flot-Appointment-demo-01 {
    float: left;
    width: 50%;
  }

  .humberger-menu-item {
    width: 50%;
  }

  .cd-flot-advocate-Appointment-demo-01 {
    float: left;
    width: 50%;
  }

  .cd-restaurant-from-01 .col-md-3 {
    width: 45%;
    margin: 10px;
  }

  .cd-restaurant-from-01 input.wpcf7-form-control.wpcf7-submit {
    background-color: #dd5903;
    color: #fff;
    width: 100% !important;
  }

  img.cd-post-shape-image-04 {
    left: 50%;
    top: -12px;
    transform: rotate(90deg);
    margin-left: -35px;
  }

  .cd-margin-top-bot-04 {
    padding-bottom: 46px;
  }

  .cd-post-text-holder-04 {
    padding: 25px 15px;
  }

  .cd-post-thumbnail-04 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .owl-carousel_standard_center button.owl-next {
    margin-right: 0px !important;
  }

  .cd-testimonial-standard-container-02 {
    padding: 15px 40px !important;
  }

  .owl-carousel_standard_center button.owl-prev {
    margin-left: 0px !important;
  }

  .cd-slider-standard-02 {
    font-size: 15px;
  }

  .cd-post-thumbnail-02 {
    height: 360px;
  }

  .owl-carousel_04 .cd-testimonial-slider-container-01 .cd-slider-wrepper {
    padding: 48px 16px;
  }

  .owl-carousel_04 .cd-testimonial-slider-content-wrepper-01 {
    font-size: 24px;
  }

  .owl-carousel_04 .cd-testimonial-slider-heading-01 {
    font-size: 24px;
  }

  .owl-carousel_04 .owl-nav {
    display: none;
  }

  .owl-carousel_05 .cd-testimonial-slider-container-01 {
    padding: 44px 32px;
  }

  .owl-carousel_05 .cd-testimonial-slider-content-wrepper-01 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 32px;
  }

  .owl-carousel_05 .cd-slider-button a {
    width: 100%;
    text-align: center;
  }

  .owl-carousel_08 .testimonial-image-section {
    width: 100%;
    float: none;
  }

  .owl-carousel_08 .cd-slider-wrepper {
    width: 100%;
    float: none;
  }

  .cd_slide_count {
    left: 45%;
    top: 95%;
  }

  .owl-carousel_08 .cd-testimonial-image-08 {
    margin: 0 auto;
  }

  .cd-testimonial-image-outline {
    top: 15%;
    left: 14%;
  }

  .owl-carousel_08 .cd-slider-wrepper {
    padding-left: 0px;
  }

  .owl-carousel_08 .cd-testimonial-slider-content-wrepper-01 {
    text-align: center;
  }

  .owl-carousel_08 .cd-testimonial-slider-heading-01 {
    text-align: center;
  }

  .owl-carousel_05 .owl-nav {
    display: none;
  }

  .cd-hamburger-menu-full-width ul li {
    /* font-size: 32px; */
  }

  .cd-hamburger-menu-full-width .menu-item-has-children:after {
    top: 14px;
  }

  .cd-hamburger-menu-full-width .menu-item-has-children:hover:after {
    top: 18px;
  }

  .owl-carousel_06 .owl-dots {
    text-align: center;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 600px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 567px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 567px) {
  .cd_header_bg_blur_wrapper {
    width: 100%;
  }

  .cd_header_bg_blur_wrapper .site-logo {
    width: 120px;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 button svg {
    width: 24px;
    height: 24px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn {
    margin-right: 10px;
  }

  .cd_header_bg_blur_wrapper {
    padding: 12px 21px;
  }

  .cd_header_right_btn button a {
    font-size: 16px !important;
  }

  .cd_header_left_btn button a {
    font-size: 16px !important;
  }

  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 6px 11px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button {
    padding: 6px 11px;
  }

  .cd_header_left_btn button img,
  .cd_header_right_btn button img {
    width: 15px;
    height: 15px;
  }

  .cd_right_sidebar_container_v2 .cd_post_title_2 {
    font-size: 32px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 576px - End
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 480px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 480px) {
  button.cd-hamburger-menu-right-click.cd-hamburger-menu-right-click-03 svg,
  button.btn.cd-hamburger-menu-left-click.cd-hamburger-menu-left-click-03 svg,
  button.cd-hamburger-menu-full-width-click-04 svg {
    width: 32px;
    height: 32px;
  }

  .cd-hamburger-menu-full-width-container .cd-hamburger-menu-full-width-btn button {
    max-height: 32px;
  }

  .cd-hamburger-menu-full-width {
    top: 40%;
  }
  
  .cd-hamburger-right-container .cd-custom-logo img,
  .cd-hamburger-left-container .cd-site-logo.cd-custom-logo-02 img,
  .cd-hamburger-menu-full-width-container .cd-site-logo img,
  .cd_center_menu_center_logo_mobile_wrapper .cd-site-logo img {
    width: auto;
    height: 32px;
  }

  .cd-side-left-menu-wreper .menu-item-has-children:hover ul.sub-menu {
    min-width: 190px;
  }

  .site-logo img {
    height: 25px;
    margin: 17px 0px;
  }

  .cd-side-mobile-menu-flot-left {
    float: left;
    width: 50%;
  }

  .cd-post-image-box-03 img {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .cd-mb-form-row-01 {
    margin-bottom: 0px;
  }

  .cd-restaurant-from-01 .col-md-3 {
    width: 100%;
    margin: 10px;
  }

  .cd-gird-portfolio-mobile-view-column-01 {
    float: none;
    width: 100%;
  }

  .cd-grid-protfolio-conatiner-01 {
    width: 100%;
  }

  .cd-margin-bottom-form-input {
    margin-bottom: 0px;
  }

  .cd_col-mx-600_2 {
    float: none;
    width: 100% !important;
  }

  .mobile-menu.cd-responsive .humberger-menu {
    top: 15px;
  }

  .cd-margin-bottom-form {
    margin-bottom: 0px;
  }

  .cd-side-left-menu-wreper,
  .cd-hamburger-menu-right-wrapper {
    width: 320px;
  }

  .cd-hamburger-menu-left li:hover ul.sub-menu,
  .cd-hamburger-menu-right li:hover ul.sub-menu,
  .cd-hamburger-menu-full-width ul li:hover ul.sub-menu,
  .cd_center_logo_left_right_menu_wrapper_mobile .cd_menu_left_right_content ul.menu li:hover ul.sub-menu{
    position: absolute;
    top: 35px !important;
    left: -9% !important;
    margin-left: 10px !important;
    transform: unset !important;
  }

  .cd-hamburger-menu-left .menu-item-has-children:after,
  .cd-hamburger-menu-right .menu-item-has-children:after {
    top: 7px;
  }

  .cd-hamburger-menu-left .menu-item-has-children:hover:after,
  .cd-hamburger-menu-right .menu-item-has-children:hover:after {
    top: 11px;
  }

  .humberger-menu-item {
    width: 100%;
  }

  .cd-heading-widget-area-01 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .wp-container-623addfbcffc7 {
    justify-content: flex-start !important;
  }

  .cd-mobile-view-float {
    float: left;
    width: 35%;
  }

  .cd-mobile-view-float-01 {
    float: left;
    width: 60%;
  }

  .cd-demo-image-style-01 {
    height: 275px;
    margin-bottom: 20px;
  }

  .cd-demo-warper-content-01 {
    width: 300px;
  }

  .cd-demo-text-02 {
    right: 291px;
  }

  .cd-gird-image-03 {
    height: 410px;
  }

  input.wpcf7-form-control {
    margin-bottom: 15px;
  }

  .cd-demo-p-title-01 h2 {
    font-size: 114px !important;
    margin-bottom: 32px;
  }

  .cd_row_gallery_nth-child-odd div:nth-child(odd) {
    width: 100%;
  }

  .cd_gallery_thumbnail-03 {
    width: 100%;
  }

  .cd_row_gallery_nth-child-even div:nth-child(even) {
    width: 100%;
  }

  .cd_gallery_thumbnail-03 {
    height: 350px;
  }

  .cd_gallery_thumbnail-01 {
    height: 380px;
  }

  .cd_portfolio_title-01 a {
    font-size: 25px;
  }

  .cd_Error-Screen-Short-label {
    width: 94%;
  }

  .cd-margin-bottom-Appointment-form-01 {
    margin-bottom: 15px;
  }

  .cd_right_sidebar_container .cd_post_title_1 {
    width: 100%;
  }

  .cd_left_sidebar_container_v2 .cd_post_title_2,
  .cd_left_sidebar_container .cd_post_title_1 h2,
  .cd_left_sidebar_container .cd_post_title_2 h2 {
    font-size: 32px;
  }

  .cd_left_sidebar_container .cd_post_title_1 {
    width: 100%;
  }

  .cd_simple_menu_wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cd_simple_menu div ul {
    width: 100px;
  }

  .cd_simple_menu {
    text-align: left;
  }

  /* .cd_simple_menu div ul li a {
    font-size: 16px;
  } */

  .cd_center_menu div ul li {
    width: 90px;
  }

  .cd_center_menu div ul li a {
    font-size: 15px;
  }

  .cd_center_menu_container {
    text-align: left;
  }

  .cd_center_menu_center_logo_wrapper {
    margin-left: 30px;
    margin-right: 50px;
  }

  .cd-post-title-06 span {
    font-size: 24px;
  }

  /*style-06 cd-post-design end*/
  .owl-carousel_05 .cd-testimonial-slider-content-wrepper-01 {
    width: 80% !important;
  }

  .owl-carousel_07 .cd-testimonial-slider-content-wrepper-01 {
    text-align: center;
  }

  .owl-carousel_07 .cd-testimonial-slider-heading-01 {
    text-align: center;
  }

  .owl-carousel_07 .owl-dots {
    text-align: center;
  }

  .owl-carousel_07 button.owl-dot {
    margin: -3px;
  }

  .owl-carousel_07 .item.cd-testimonial-slider-container-01 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .owl-carousel_04 .owl-nav {
    display: none;
  }

  .cd-testimonial-image-outline {
    top: 15%;
    left: 3%;
  }

  .cd_slide_count {
    position: unset;
    text-align: center;
  }

  /* added css for blur background header start */

  .cd_header_bg_blur_wrapper {
    width: 100%;
  }

  .cd_header_bg_blur_wrapper {
    padding: 10px 15px;
    justify-content: center;
  }

  .cd_header_left_btn button {
    padding: 10px 20px;
  }

  .cd_header_left_btn {
    margin-right: 10px;
  }

  .cd_header_left_btn button a {
    font-size: 12px !important;
  }

  .cd_header_right_btn button a {
    font-size: 12px !important;
  }

  .side-menu-btn-01 button svg {
    width: 20px;
    height: 20px;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 button svg {
    width: 32px;
    height: 32px;
  }

  .cd_simple_menu_wrapper_mobile .side-menu-btn-01 button svg {
    width: 30px;
    height: 30px;
  }

  .cd_center_logo_left_right_menu_mobile .side-menu-btn-01 button svg {
    width: 30px;
    height: 30px;
  }

  .cd_header_left_btn button svg {
    width: 15px;
    height: 13px;
  }

  .cd_arrow_up_right {
    margin-left: 7px;
  }

  .cd_header_bg_blur_wrapper .cd_btn_logo {
    margin-top: 2px;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 {
    margin-right: 15px;
  }

  .cd_header_bg_blur_wrapper .site-logo {
    width: 100px;
    /* margin-top: 8px; */
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn {
    margin-right: 5px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button {
    padding: 3px 11px;
  }

  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 3px 11px;
  }

  .cd_header_left_btn button img,
  .cd_header_right_btn button img {
    width: 14px;
    height: 13px;
    top: 2px;
  }

  .cd-hamburger-menu-left ul.sub-menu li,
  .cd-hamburger-menu-right ul.sub-menu li {
    font-size: 20px;
  }

  .cd_center_logo_left_right_menu_mobile .cd-site-logo .custom-logo {
    width: auto;
    height: 32px;
  }

  .cd_simple_menu_wrapper_mobile .custom-logo {
    width: auto;
    height: 32px;
  }

  .cd_simple_menu_wrapper_mobile {
    align-items: center;
  }

  /* added css for blur background header end */

  .cd_center_menu.cd_center_menu_container .menu-item-has-children ul.sub-menu {
    margin-right: 0px;
    top: 100%;
    left: -100%;
  }

  .cd_simple_menu_wrapper_mobile .side-menu-btn-01 {
    margin-top: 12px;
  }

  .cd_simple_menu_wrapper_mobile.cd-side-right-menu-wreper {
    width: 320px;
  }

  .cd_center_menu_center_logo_mobile.cd-side-right-menu-wreper {
    width: 320px;
  }

  .cd_center_menu_center_logo_mobile_wrapper .side-menu-btn-01 button svg {
    width: 30px;
    height: 30px;
  }

  .cd_center_menu_center_logo_mobile .cd-close-icon-04 svg {
    width: 30px;
    height: 30px;
  }

  .cd-hamburger-menu-full-width ul li {
    /* font-size: 32px; */
  }

  .cd_center_logo_left_right_menu_wrapper_mobile {
    width: 320px;
  }

  /* .cd_center_logo_left_right_menu_wrapper_mobile
    .cd_menu_left_right_content
    .menu-item-has-children:hover
    ul.sub-menu {
    top: 45px;
    left: -10%;
  } */

  .cd_header_bg_blur_container .cd-site-logo .custom-logo.cd_logo_bg {
    width: auto;
    height: 32px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button,
  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    margin-top: 0px;
  }

  .cd_image_testimonial.owl-carousel_05 .owl-dots {
    text-align: center;
    margin-left: 0%;
    margin-top: 40px;
  }

  .owl-carousel_05 .cd-slider-button a {
    padding: 12px 50px;
  }

  .owl-carousel_05 .cd-slider-button {
    text-align: center;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 {
    margin-top: 0px;
  }

  .cd_header_bg_blur_wrapper .cd-site-logo {
    margin-top: 1px;
  }

  .cd-single-portfolio-content .cd-portfolio-author {
    float: none;
    margin-top: 30px;
    text-align: center;
  }

  .cd-single-portfolio-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Added by Ritin to Fix margin issue in portfolio layout 2 */
  .cd-row.cd-entry-content.cd-post-content-holder-01
    .cd-blog-list-2-content-bx {
    margin: 10px 5px;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 480px - End
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Screen Size 425px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 425px) {
  .cd_header_bg_blur_container .cd-site-logo .custom-logo.cd_logo_bg {
    width: auto;
    height: 22px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button img {
    width: auto;
    height: 12px;
  }

  .cd_header_bg_blur_wrapper .cd_btn_logo .side-menu-btn-01 button svg {
    width: 20px;
    height: 20px;
  }

  .cd_header_bg_blur_wrapper
    img.custom-logo.cd_retina_logo_display.cd_custom_logo_size.cd_logo_bg {
    width: auto;
    height: 20px;
  }

  .cd-ostnica-gallery-page-row {
    columns: 1;
  }
}
/* 
==============================================================================================================================================================
Styles For Screen Size 425px - Start
==============================================================================================================================================================
*/
/* 
==============================================================================================================================================================
Styles For Screen Size 375px - Start
==============================================================================================================================================================
*/
@media screen and (max-width: 375px) {
  .cd_header_bg_blur_wrapper .cd_header_left_btn button img {
    width: auto;
    height: 12px;
  }

  .cd-float-left-cf7-textarea textarea {
    width: 320px !important;
  }

  .cd-guitar-from-01 input.wpcf7-form-control,
  .cd-guitar-from-01 textarea {
    width: 91%;
  }

  .cd-float-left-cf7 {
    width: 47.9% !important;
  }

  .cd-side-menu-flot-right {
    margin: 20px 0px;
  }

  .cd-demo-warper-content-01 {
    width: 220px;
  }

  .cd-demo-text-02 {
    right: 217px;
    width: 112px;
    font-size: 12px;
  }

  .cd-demo-image-style-01 {
    height: 194px;
    margin-bottom: 20px;
  }

  .cd-demo-image-01 {
    width: 25px;
    height: auto;
  }

  .cd-demo-text-01 {
    font-size: 12px;
  }

  textarea {
    resize: vertical;
    width: 100%;
  }

  input.wpcf7-form-control {
    width: 100%;
  }

  .cd-demo-p-title-01 h2 {
    font-size: 100px !important;
    margin-bottom: 25px;
  }

  .cd_gallery_thumbnail-02 {
    width: 100%;
  }

  .cd_gallery_thumbnail-02 {
    height: 370px;
  }

  .cd-gallery-image-02 div:nth-child(even) {
    height: 370px;
    margin-top: 5px;
  }

  .cd_portfolio_title-01 a {
    left: 26%;
  }

  .cd_Error-Screen-Short-label {
    width: 93%;
  }

  .elementor-12391
    .elementor-element.elementor-element-49cfe48
    > .elementor-element-populated {
    padding: 10px !important;
  }

  .cd-apply-now-from-01 input.wpcf7-form-control,
  .cd-apply-now-from-01 textarea {
    width: 100%;
  }

  .cd-restaurant-from-01 .col-md-3 {
    width: 90%;
    margin: 10px;
  }

  .cd-testimonial-image-outline {
    top: 9%;
    left: -6%;
  }

  .cd_slide_count {
    left: 40%;
    top: 95%;
  }

  /* added css background blur header 17-11-2023 start */
  .cd_header_bg_blur_wrapper {
    padding: 10px 15px;
  }

  .cd_header_left_btn button {
    padding: 8px 10px;
  }

  .cd_header_bg_blur_wrapper .site-logo {
    width: 85px;
    margin-top: 2px;
  }

  .cd_header_bg_blur_wrapper .side-menu-btn-01 {
    margin-right: 10px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button,
  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 3px 7px;
  }

  /* added css background blur header 17-11-2023 end */
  .cd_image_testimonial.owl-carousel_05 .owl-dots {
    margin-top: 48px;
  }

  .cd-hamburger-menu-full-width ul li .sub-menu {
    left: 15%;
  }
}

/* 
==============================================================================================================================================================
Styles For Screen Size 375px - End
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Screen Size 320px - Start
==============================================================================================================================================================
*/

@media screen and (max-width: 320px) {
  .cd-testimonial-slider-container-01 {
    padding: 20px 15px;
  }

  .cd-row {
    display: block;
  }

  .cd-blog-list-2-content-bx {
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cd-apply-now-from-01 input.wpcf7-form-control,
  .cd-apply-now-from-01 textarea {
    width: 100%;
  }

  .cd-float-left-cf7-textarea textarea {
    width: 280px !important;
  }

  .cd-guitar-from-01 input.wpcf7-form-control,
  .cd-guitar-from-01 textarea {
    width: 85%;
  }

  form.wpcf7-form.init {
    /* width: 240px !important; */
  }

  .cd_footer_section_1 ul {
    width: 100%;
  }

  .cd-text-align-item {
    padding: 8px 3px;
  }

  .site-logo img {
    height: 25px;
  }

  .cd-testimonial-image-01 {
    height: 94px;
  }

  .cd-demo-p-title-01 h2 {
    font-size: 86px !important;
    margin-bottom: 14px;
  }

  .humberger-menu-item {
    width: 98%;
  }

  .cd_portfolio_title-01 a {
    font-size: 20px;
  }

  .cd_Appointment_form_01 {
    margin-right: 15px;
  }

  .cd-author-name-05,
  .cd-publish-date-05 {
    font-size: 16px;
  }

  /* .cd_simple_menu div ul li a {
    font-size: 12px;
  } */

  .cd_center_menu div ul li {
    width: 90px;
  }

  .cd-testimonial-image-outline {
    top: 12%;
    left: -5%;
  }

  /* added css background blur header 17-11-2023 start */
  .cd_header_bg_blur_wrapper {
    padding: 10px 10px;
  }

  .side-menu-btn-01 {
    margin-right: 0px;
  }

  .cd_header_left_btn button {
    padding: 8px 10px;
  }

  .cd_header_left_button {
    margin-top: 0px;
  }

  .cd_header_right_btn button {
    padding: 8px 10px;
  }

  .cd_header_left_btn {
    margin-right: 5px;
  }

  .cd_header_bg_blur_wrapper .site-logo {
    width: 85px;
    margin-top: 2px;
  }

  .cd_header_bg_blur_wrapper .cd_header_left_btn button {
    padding: 3px 7px;
  }

  .cd_header_bg_blur_wrapper .cd_header_right_btn button {
    padding: 3px 7px;
  }

  /* added css background blur header 17-11-2023 end */
  .cd-hamburger-menu-full-width ul li .sub-menu {
    left: 0;
  }

  .cd_simple_menu_wrapper_mobile .side-menu-btn-01 {
    float: right;
    margin-top: 12px;
  }

  .cd_center_logo_left_right_menu_container {
    padding: 15px 10px;
  }

  .cd_center_menu_center_logo_mobile_wrapper {
    padding: 0px 10px;
  }

  .owl-carousel_05 .cd-slider-button a {
    padding: 12px 40px;
  }

  .cd_logo_bg {
    width: 70px;
    height: auto;
  }

  .cd-side-left-menu-wreper .menu-item-has-children:hover ul.sub-menu {
    min-width: 170px;
  }
}

/* 
==============================================================================================================================================================
Styles For Screen Size 320px - End
==============================================================================================================================================================
*/

article.ost-entry-content {
  margin: 0px !important;
}

.ost-post-thumbnail {
  max-width: 100%;
  max-height: 628px;
  overflow: hidden;
  margin: 0 auto;
}

.ost-post-thumbnail .ost-post-thumbnail-image {
  width: 100%;
  height: auto;
  max-height: 628px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 
==============================================================================================================================================================
Styles For Contact Us Demo 1 - Start (Added By Ritin Tiwari on 02-07-2025)
==============================================================================================================================================================
*/

.cd_contact_us1_mobileno,
.cd_contact_us1_address {
  margin-bottom: 40px !important;
}

/* Style For Contact Us 1 Icons */
.cd_contact_us1_startchat span.elementor-icon,
.cd_contact_us1_address span.elementor-icon,
.cd_contact_us1_mobileno span.elementor-icon {
  padding: 8px;
  border-radius: 100%;
  background-color: rgba(234, 108, 1, 0.11);
}

/* Style For Contact Us Icon heading */
.cd_contact_us1_startchat .elementor-icon-box-content h3,
.cd_contact_us1_address .elementor-icon-box-content h3,
.cd_contact_us1_mobileno .elementor-icon-box-content h3 {
  padding: 8px;
}

/* Added Padding below Contact Us Head */
.cd-call-us-head,
.cd-visit-us-head,
.cd-live-chat-head {
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
}

/* Added Margin Bottom for Contact Us Description  */
.cd-call-us-desc,
.cd-visit-us-desc,
.cd-live-chat-desc {
  margin-bottom: 12px !important;
}

.cd-contact-us-form input[type="text"],
.cd-contact-us-form input[type="email"],
.cd-contact-us-form input[type="tel"],
.cd-contact-us-form select {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid black;
  padding: 16px 16px 16px 0px !important;
  margin: 0px !important;
}

.cd-contact-us-form textarea {
  padding: 8px 0;
  line-height: 28px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 0px !important;
  border-bottom: 2px solid black;
  background: transparent;
  resize: vertical;
}

.cd-contact-us-form input[type="text"]::placeholder,
.cd-contact-us-form input[type="email"]::placeholder,
.cd-contact-us-form input[type="tel"]::placeholder,
.cd-contact-us-form textarea::placeholder {
  font-weight: 600 !important;
  line-height: 28px !important;
  font-family: Arial, sans-serif !important;
  color: black;
}

.cd-contact-input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* .cd-contact-us-form #cd-username-wrapper,
.cd-contact-us-form #cd-interest-wrapper {
  float: left;
  width: 49%;
  margin-bottom: 18px !important;
} */

/* .cd-contact-us-form #cd-email-wrapper,
.cd-contact-us-form #cd-phone-wrapper {
  float: right;
  width: 50%;
  padding-left: 18px;
  margin-bottom: 18px !important;
} */

.cd-contact-us-form select {
  font-weight: 600 !important;
  line-height: 28px !important;
  color: black;
  width: 100% !important;
}

.cd-contact-us-form input[type="text"]:focus,
.cd-contact-us-form input[type="email"]:focus,
.cd-contact-us-form input[type="tel"]:focus,
.cd-contact-us-form select:focus,
.cd-contact-us-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.cd-contact-us-form input#cd-submit-btn {
  color: white;
  font-weight: 600 !important;
  max-width: 100px !important;
  width: 100% !important;
  background: black;
}
/* 
==============================================================================================================================================================
Styles For Contact Us Demo 1 - End (Added By Ritin Tiwari on 02-07-2025)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Contact Us Demo 2 - Start (Added By Ritin Tiwari on 04-07-2025)
==============================================================================================================================================================
*/

.cd-contact-info-card-container > div {
  gap: 30px !important;
  justify-content: center !important;
}

.cd-contact-info-card {
  min-height: 400px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px !important;
}

.cd-contact-info-card > div {
  height: 100%;
}

.cd-contact-info-card a {
  color: #87ceeb !important;
}

.cd-contact-form-section > div {
  gap: 40px !important;
}

.cd-contact-us-2-form input[type="text"],
.cd-contact-us-2-form input[type="email"],
.cd-contact-us-2-form input[type="tel"],
.cd-contact-us-2-form textarea {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  padding: 12px 12px 12px 0px !important;
}

.cd-contact-us-2-form input[type="text"]:focus,
.cd-contact-us-2-form input[type="email"]:focus,
.cd-contact-us-2-form input[type="tel"]:focus,
.cd-contact-us-2-form textarea:focus {
  outline: none;
}

.cd-contact-us-2-form .cd-first-name-wrapper,
.cd-contact-us-2-form .cd-email-wrapper {
  float: left;
  width: 49%;
  margin-bottom: 18px;
}

.cd-contact-us-2-form .cd-last-name-wrapper,
.cd-contact-us-2-form .cd-phone-no-wrapper {
  float: left;
  width: 49%;
  padding-left: 40px;
  margin-bottom: 18px;
}

.cd-contact-us-2-form .cd-submit-btn-wrapper .cd-submit-btn-input {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-family: inter;
  padding: 16px 35px;
  background: #ee712d;
  border-radius: 100px;
  letter-spacing: 2px;
  width: auto !important;
}

.cd-contact-us-2-form label {
  font-size: 14px;
  font-family: inter;
  font-weight: 500;
  color: #7a7a7a;
}

.cd-contact-us-2-form .wpcf7-not-valid-tip {
  font-size: 14px !important;
  padding: 12px 12px 12px 0px !important;
}

.cd-contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
.cd-contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.cd-contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 14px;
  margin: 14px 7px;
}

@media screen and (max-width: 480px) {
  .cd-contact-us-2-form .cd-first-name-wrapper,
  .cd-contact-us-2-form .cd-email-wrapper {
    float: unset !important;
    width: auto !important;
  }

  .cd-contact-us-2-form .cd-last-name-wrapper,
  .cd-contact-us-2-form .cd-phone-no-wrapper {
    float: unset !important;
    width: auto !important;
    padding-left: unset !important;
  }
}

@media screen and (max-width: 375px) {
  .cd-contact-form-section form.wpcf7-form.init {
    width: unset !important;
  }
}
/* 
==============================================================================================================================================================
Styles For Contact Us Demo 2 - End (Added By Ritin Tiwari on 04-07-2025)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles for contact form and newsletter form of contact demo 3 - Start (Added By Samarth on 05-07-2025)
==============================================================================================================================================================
*/

.contact-us-demo-3-row {
  display: flex;
  gap: 20px;
}

.contact-us-demo-3-col input {
  font-size: 18px;
  font-family: Mulish, sans-serif;
  height: 58px;
  border: 1px solid #000 !important;
}

.contact-us-demo-3-row p {
  width: 100%;
}

.contact-us-demo-3-row textarea {
  font-size: 18px;
  font-family: Mulish, sans-serif;
}

.contact-us-demo-3-button {
  height: 60px;
  font-weight: 700;
}

.contact-us-demo-3-button p {
  width: 100%;
  height: 100%;
}

.contact-us-demo-3-button input {
  background-color: #ee8961;
  color: #fff;
  width: 100% !important;
  height: 100%;
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 1250px) {
  .contact-us-demo-3-row {
    flex-direction: column;
    gap: 20px;
  }
}

.contact-us-demo-3-newsletter-form {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-us-demo-3-newsletter-row {
  width: 70%;
}

.contact-us-demo-3-newsletter-col {
  height: 60px;
}

.contact-us-demo-3-newsletter-col p {
  height: 100%;
}

.contact-us-demo-3-newsletter-col input {
  margin: 0px;
  height: 100%;
  font-size: 18px;
  background-color: #ef916c;
  color: #fff !important;
  border: 1px solid rgb(255, 255, 255, 0.3) !important;
}

.contact-us-demo-3-newsletter-col input::placeholder {
  color: #fff;
}

.contact-us-demo-3-newsletter-button {
  height: 60px;
}

.contact-us-demo-3-newsletter-button p {
  height: 100%;
}

.contact-us-demo-3-newsletter-button input {
  width: 100% !important;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
}

.contact-us-demo-3-newsletter-section {
  position: relative;
}

.contact-us-demo-3-newsletter-container {
  position: absolute !important;
  top: -80px;
}

@media screen and (max-width: 1200px) {
  .contact-us-demo-3-newsletter-section {
    padding: 0 50px !important;
  }
}

@media screen and (max-width: 1080px) {
  .contact-us-demo-3-newsletter-section {
    padding: 30px 50px !important;
  }

  .contact-us-demo-3-newsletter-container {
    position: relative !important;
    top: 0px;
  }
}

@media screen and (max-width: 425px) {
  .contact-us-demo-3-newsletter-section {
    padding: 30px 20px !important;
  }
}

@media screen and (max-width: 380px) {
  .contact-us-demo-3-newsletter-form {
    width: 80% !important;
  }
}

/* 
==============================================================================================================================================================
Styles for contact form and newsletter form of contact demo 3 - End (Added By Samarth on 05-07-2025)
==============================================================================================================================================================
*/

/* 
==============================================================================================================================================================
Styles For Widget calender - Start (Added By Samarth on 05-07-2025)
==============================================================================================================================================================
*/

/* Calendar wrapper styling */
.cd_my_calender .calendar_wrap {
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  font-family: "Inter", "Poppins", sans-serif;
  color: #111827;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

/* Make calendar table full width with spacing */
.cd_my_calender #wp-calendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* Month Title */
.cd_my_calender #wp-calendar caption {
  text-align: left;
  /* align to the left */
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
  padding-left: 0.25rem;
}

/* Header (Mon, Tue...) */
.cd_my_calender #wp-calendar th {
  background-color: #1f2937;
  /* dark gray */
  color: #f3f4f6;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  border-radius: 8px;
  width: 14.28%;
  text-align: center;
  /* center header text */
  height: 40px;
}

/* Days */
.cd_my_calender #wp-calendar td {
  text-align: center;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  border: 1px solid #4b5563;
  /* dark gray border */
  border-radius: 8px;
  transition: background 0.2s ease;
  color: #374151;
  width: 14.28%;
  background-color: transparent;
  /* transparent background */
}

/* Today's Date */
.cd_my_calender #wp-calendar td#today {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}

/* Linked Dates (Days with posts) */
.cd_my_calender #wp-calendar a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 6px;
}

.cd_my_calender #wp-calendar a:hover {
  background-color: #2563eb;
  color: white;
}

/* Hover effect on all date cells */
.cd_my_calender #wp-calendar td:hover {
  background-color: #e0e7ff;
  cursor: pointer;
}

/* Previous and Next month buttons */
.cd_my_calender #wp-calendar tfoot td#prev a,
.cd_my_calender #wp-calendar tfoot td#next a {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e5e7eb;
  /* gray-200 */
  color: #1f2937;
  /* gray-800 */
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
}

.cd_my_calender #wp-calendar tfoot td#prev a:hover,
.cd_my_calender #wp-calendar tfoot td#next a:hover {
  background-color: #3b82f6;
  /* blue-500 */
  color: #ffffff;
}

/* Optional: center buttons inside their columns */
.cd_my_calender #wp-calendar tfoot td#prev,
.cd_my_calender #wp-calendar tfoot td#next {
  text-align: center;
}

/* 
==============================================================================================================================================================
Styles For Widget calender - End (Added By Samarth on 05-07-2025)
==============================================================================================================================================================
*/

:root {
  --selected-option-0: 1;
  --selected-option-1: 0;
  --selected-option-2: 0;
}

.cd-ostn-theme-options-responsive-switchers {
  --selected-option: 0;
  --pointer-position: var(--selected-option);
  position: relative;
  display: inline;
  width: 2.5em;
  /* height: 2.5em; */
}

.cd-ostn-theme-options-switcher-display {
  display: flex;
  justify-content: center;
}

.cd-ostn-theme-options-reponsive-switcher_holder {
  --selected-option: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  background-color: white;
  border-radius: 3px;
  transition: 0.15s;
  border: 1px solid transparent;
}

.cd-ostn-theme-option-responsive-switcher {
  height: 2.5em;
  width: 2.5em;
  transform: scale(0);
  opacity: 0;
  transition: 0.15s;
  border: none;
  background-color: transparent;
}

.cd-ostn-theme-option-responsive-switcher:hover {
  color: #d004d4;
}
.cd-ostn-theme-option-responsive-switcher:focus {
  outline: none;
}

/* Show only the selected device by default */
.cd-ostn-theme-options-reponsive-switcher_holder:not(
    .cd-ostn-theme-options-responsive-switcher-open
  )
  .cd-ostn-theme-option-responsive-switcher:nth-child(1) {
  transform: scale(var(--selected-option-0));
  opacity: var(--selected-option-0);
}
.cd-ostn-theme-options-reponsive-switcher_holder:not(
    .cd-ostn-theme-options-responsive-switcher-open
  )
  .cd-ostn-theme-option-responsive-switcher:nth-child(2) {
  transform: scale(var(--selected-option-1));
  opacity: var(--selected-option-1);
}
.cd-ostn-theme-options-reponsive-switcher_holder:not(
    .cd-ostn-theme-options-responsive-switcher-open
  )
  .cd-ostn-theme-option-responsive-switcher:nth-child(3) {
  transform: scale(var(--selected-option-2));
  opacity: var(--selected-option-2);
}

/* Show all buttons when dropdown is open */
.cd-ostn-theme-options-responsive-switcher-open
  .cd-ostn-theme-option-responsive-switcher {
  transform: scale(1);
  opacity: 1;
}

.cd-ostn-theme-settings-label-wrapper .selected-device {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.cd-ostn-theme-options-reponsive-switcher_holder {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 99999;
  padding: 5px 0;
  border-radius: 4px;
}

.cd-ostn-theme-options-responsive-switcher-open {
  display: block;
}

.cd-ostn-theme-settings-label-wrapper {
  display: flex;
}

.cd-ostn-input-group-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  border: 1px solid #8c8f94;
  border-radius: 4px;
}

.cd-ostn-resp-dev-input-wrapper {
  width: 100%;
}

.cd-ostn-resp-dev-input-wrapper div.device-input input[type="number"] {
  width: 100%;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  padding: 3px 12px;
  font-size: 14px;
  border: none;
}

.cd-ostn-input-group-wrapper input[type="number"] {
  width: 100%;
  /* height: 100%; */
  border-radius: 4px 0px 0px 4px;
  padding: 3px 12px;
  font-size: 14px;
  border: none;
}

.cd-ostn-input-group-wrapper input[type="color"] {
  border: none;
  border-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.cd-ostn-input__unit-selector {
  border: none;
  background: transparent !important;
  padding: 0px !important;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.5 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset !important;
  min-height: unset !important;
  width: 100% !important;
}
.cd-ostn-input__unit-selector:focus,
.cd-ostn-input__unit-selector:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cd-ostn-input-group-wrapper .cd-ostn-input-wrapper {
  width: 100%;
}
.input-group-append {
  margin-left: 0px !important;
}

.cd-ostn-resp-dev-input-wrapper div.device-input {
  width: 100%;
  height: 100%;
}

div.cd-ostn-input-group-wrapper div.input-group-append .input-group-text {
  padding: 5px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-left: 1px solid #ced4da;
}

.cd-ostn-input-group-wrapper
  .cd-ostn-resp-dev-input-wrapper
  .device-input
  select {
  border: none;
}

.nav-tabs {
  z-index: 999;
}

/*
=============================================================================================================================================
Post Categories Listing Layout Styles with search bar and post filtering
=============================================================================================================================================
*/

.cd-ost-all-post-category-bg-overlay {
  padding: 60px 20px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 50px;
}

/* Header Section */
.cd-ostn-all-post-category-header {
  text-align: center;
  /* padding: 60px 20px 40px; */
  max-width: 90%;
  margin: 0 auto;
}

.cd-ostn-all-post-category-header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.cd-ostn-all-post-category-description {
  font-size: 1.3rem;
  /* color: #666; */
  color: #fff;
  margin: 0;
  font-weight: 400;
}

/* Categories Filter */
.cd-ostn-all-post-categories-filter {
  max-width: 95%;
  /* margin: 0 auto 50px; */
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cd-ostn-all-post-category-link {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 500;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.cd-ostn-category-link:hover,
.cd-ostn-category-link.active {
  background-color: #e8f4f8;
  color: #2196f3;
  border-color: #2196f3;
  transform: translateY(-1px);
}

/* Post Grid Container */
.cd-ostn-post-category-list {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;
}

.cd-ostn-all-post-category-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

/* Individual Post Card */
.cd-ostn-all-post-category-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: fit-content;
}

.cd-ostn-all-post-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Post Thumbnail */
.cd-ostn-all-post-category-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.cd-ostn-all-post-category-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cd-ostn-all-post-category-card:hover .cd-ostn-all-post-category-thumbnail-img {
  transform: scale(1.05);
}

/* Post Content */
.cd-ostn-all-post-category-content {
  padding: 28px;
}

.cd-ostn-all-post-category-title {
  margin: 0 0 12px 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.cd-ostn-all-post-category-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-all-post-category-title a:hover {
  color: #2196f3;
}

.cd-ostn-all-post-category a {
  font-size: 14px;
  color: #e74c3c;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: lowercase;
  height: 100%;
  display: block;
}

.cd-ostn-all-post-category-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Read More Button */
.cd-ostn-all-post-category-read-more-btn {
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  transition: color 0.3s ease;
  border-radius: 24px;
  text-decoration: none;
}

.cd-ostn-all-post-category-read-more-btn:hover {
  /* color: #c0392b; */
  font-weight: 600;
}

/* Post Meta */
.cd-ostn-all-post-category-meta {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cd-ostn-all-post-category-author {
  font-weight: 500;
}

.cd-ostn-all-post-category-separator {
  margin: 0 4px;
}

.cd-ostn-all-post-category-date {
  font-weight: 400;
}

/* No Posts Message */
.cd-ostn-all-post-category-no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
}

/* Pagination */
.cd-ostn-pagination {
  margin: 60px 0;
  text-align: center;
}

.cd-ostn-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cd-ostn-pagination .page-numbers:hover,
.cd-ostn-pagination .page-numbers.current {
  background-color: #2196f3;
  color: white;
  border-color: #2196f3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cd-ostn-all-post-category-header {
    padding: 40px 15px 30px;
  }

  .cd-ostn-all-post-category-header h1 {
    font-size: 2rem;
  }

  .cd-ostn-all-post-categories-filter {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .cd-ostn-all-post-category-link {
    padding: 6px 16px;
    font-size: 13px;
  }

  .cd-ostn-post-category-list {
    padding: 0 15px;
  }

  .cd-ostn-all-post-category-items {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .cd-ostn-all-post-category-content {
    padding: 24px;
  }

  .cd-ostn-all-post-category-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .cd-ostn-all-post-category-header h1 {
    font-size: 1.75rem;
  }

  .cd-ostn-all-post-category-description {
    font-size: 1rem;
  }

  .cd-ostn-all-post-categories-filter {
    gap: 8px;
  }

  .cd-ostn-all-post-category-link {
    padding: 5px 12px;
    font-size: 12px;
  }

  .cd-ostn-all-post-category-content {
    padding: 20px;
  }

  .cd-ostn-all-post-category-title {
    font-size: 1.1rem;
  }

  .cd-ostn-all-post-category-excerpt {
    font-size: 14px;
  }
}

/* Category Search Bar Styles */

.cd-ostn-all-post-category-search-container {
  max-width: 1200px !important;
  margin: 0 auto 30px !important;
  padding: 20px 20px !important;
  position: relative !important;
}

.cd-ostn-all-post-category-search-wrapper {
  position: relative !important;
  max-width: 450px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.cd-ostn-all-post-category-search-input {
  width: 100% !important;
  padding: 12px 20px 12px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 25px !important;
  background: #fff !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  font-family: inherit !important;
}

.cd-ostn-all-post-category-search-input:focus {
  border-color: #2196f3 !important;
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.2) !important;
  transform: translateY(-1px) !important;
}

.cd-ostn-all-post-category-search-input::placeholder {
  color: #999 !important;
  font-style: italic !important;
}

.cd-ostn-all-post-category-search-clear {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #e74c3c !important;
  color: white !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}

.cd-ostn-all-post-category-search-clear:hover {
  background: #c0392b !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.cd-ostn-all-post-category-search-clear span {
  margin-top: 0px !important;
  font-weight: bold !important;
}

.cd-ostn-search-results {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: white !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  z-index: 1000 !important;
  margin-top: 5px !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}

.cd-ostn-all-post-no-categories {
  text-align: center !important;
  padding: 20px !important;
  color: #666 !important;
  font-style: italic !important;
  background: #f9f9f9 !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
}

.cd-ostn-all-post-no-categories p {
  margin: 0 !important;
  font-size: 16px !important;
}

/* Enhanced Categories Filter with Search */
.cd-ostn-all-post-categories-filter {
  max-width: 1200px !important;
  margin: 0 auto 50px !important;
  padding: 0 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  list-style: none !important;
  transition: all 0.3s ease !important;
}

/* Search Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.cd-ostn-all-post-category-link {
  animation: fadeInScale 0.3s ease !important;
}

/* Search Input Focus Ring */
.cd-ostn-all-post-category-search-input:focus {
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1),
    0 4px 20px rgba(33, 150, 243, 0.2) !important;
}

/* Mobile Responsive for Search */
@media screen and (max-width: 768px) {
  .cd-ostn-all-post-category-search-container {
    padding: 0 15px !important;
    margin-bottom: 25px !important;
  }

  .cd-ostn-all-post-category-search-wrapper {
    max-width: 100% !important;
  }

  .cd-ostn-all-post-category-search-input {
    padding: 10px 40px 10px 16px !important;
    font-size: 16px !important;
  }

  .cd-ostn-all-post-category-search-clear {
    right: 12px !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .cd-ostn-all-post-category-search-input {
    padding: 8px 35px 8px 14px !important;
    font-size: 15px !important;
  }

  .cd-ostn-all-post-category-search-clear {
    width: 20px !important;
    height: 20px !important;
    font-size: 13px !important;
  }
}

/* Loading state (optional enhancement) */
.cd-ostn-all-post-category-search-input.searching {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 45px) center !important;
  background-size: 16px !important;
}

/* Accessibility improvements */
.cd-ostn-all-post-category-search-input:focus,
.cd-ostn-all-post-category-search-clear:focus {
  outline: 2px solid #2196f3 !important;
  outline-offset: 2px !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cd-ostn-all-post-category-search-input {
    border-color: #000 !important;
  }

  .cd-ostn-all-post-category-search-input:focus {
    border-color: #0066cc !important;
  }
}

/*
=============================================================================================================================================
Blog Category Listing Post Layout Styles : Masonry
=============================================================================================================================================
*/

.cd-ostn-masonry-cat-container {
  max-width: 1240px;
  margin: 0 auto;
}

.cd-ostn-masonry-cat-title-wrap {
  text-align: left;
  padding: 90px 0 95px;
}

.cd-ostn-masonry-cat-category-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: black;
}

.cd-ostn-masonry-cat-breadcrumb {
  font-size: 16px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

.cd-ostn-masonry-cat-breadcrumb a {
  color: rgb(17, 17, 17);
}

.cd-ostn-masonry-cat-content {
  padding: 100px 0;
}

.cd-ostn-masonry-cat-grid {
  display: flex;
  flex-direction: column;
}

.cd-ostn-masonry-cat-item {
  display: flex;
}

.cd-ostn-masonry-cat-row-reverse {
  flex-direction: row-reverse;
}

.cd-ostn-masonry-cat-thumb-wrap {
  overflow: hidden;
  flex-basis: 50%;
  line-height: 0;
}

.cd-ostn-masonry-cat-thumb {
  width: 630px;
  height: 517px;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cd-ostn-masonry-cat-thumb-wrap:hover .cd-ostn-masonry-cat-thumb {
  transform: scale(1.1) rotate(2deg);
}

.cd-ostn-masonry-cat-content-wrap {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-ostn-masonry-cat-inner {
  width: 100%;
  padding: 25px 35px;
  text-align: center;
}

.cd-ostn-masonry-cat-meta,
.cd-ostn-masonry-cat-interaction {
  margin-bottom: 13px;
}

.cd-ostn-masonry-cat-meta li,
.cd-ostn-masonry-cat-interaction li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #757575;
  font-size: 14px;
}

.cd-ostn-masonry-cat-meta li:last-child,
.cd-ostn-masonry-cat-interaction li:last-child {
  margin-right: 0;
}

.cd-ostn-masonry-cat-meta li::after,
.cd-ostn-masonry-cat-interaction li::after {
  content: ".";
  font-weight: 700;
  position: absolute;
  bottom: 4px;
  right: -14px;
}

.cd-ostn-masonry-cat-meta li:last-child::after,
.cd-ostn-masonry-cat-interaction li:last-child::after {
  display: none;
}

.cd-ostn-masonry-cat-post-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.cd-ostn-masonry-cat-post-title a {
  color: black;
  text-decoration: none;
}

.cd-ostn-masonry-cat-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  color: #444;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28.8px;
}

.cd-ostn-masonry-cat-readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  position: relative;
  margin-left: -25px;
}

.cd-ostn-masonry-cat-readmore::after {
  content: "\21A3";
  font-size: 25px;
  font-weight: bolder;
  margin-left: 6px;
  position: absolute;
  bottom: -9px;
  right: -30px;
}

.cd-ostn-masonry-cat-pagination {
  margin-top: 50px;
  text-align: center;
}

.cd-ostn-masonry-cat-pagination a {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.cd-ostn-masonry-cat-pagination .current {
  background-color: #000;
  color: #fff;
}

/*
=============================================================================================================================================
Start - Blog List Page Root Layout Styles
=============================================================================================================================================
*/

/* Base styles - Mobile first approach */
.cd-ostn-bloglist-pagination {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
}

.cd-ostn-bloglist-pagination .prev.page-numbers,
.cd-ostn-bloglist-pagination .next.page-numbers {
  position: relative;
}

.cd-ostn-bloglist-pagination .prev.page-numbers:hover,
.cd-ostn-bloglist-pagination .next.page-numbers:hover {
  background-color: black;
  color: white;
  transform: translateY(-1px);
}

.cd-ostn-bloglist-pagination .page-numbers {
  display: inline-block;
  margin: 2px 2px;
  padding: 6px 10px;
  background: #f1f1f1;
  color: black;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  min-width: 32px;
  text-align: center;
  transition: all 0.3s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cd-ostn-bloglist-pagination .page-numbers:hover {
  background-color: black;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cd-ostn-bloglist-pagination .page-numbers:active {
  transform: translateY(0);
}

.cd-ostn-bloglist-pagination .page-numbers.current {
  background: black;
  color: white;
  cursor: default;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cd-ostn-bloglist-pagination .page-numbers.current:hover {
  transform: none;
}

/* Previous and Next button styling for mobile */
.cd-ostn-bloglist-pagination .prev.page-numbers::before {
  content: "‹";
  margin-right: 4px;
  font-weight: bold;
}

.cd-ostn-bloglist-pagination .next.page-numbers::after {
  content: "›";
  margin-left: 4px;
  font-weight: bold;
}

/* Hide page numbers on very small screens, show only prev/next */
@media screen and (max-width: 380px) {
  .cd-ostn-bloglist-pagination {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 5px;
  }

  .cd-ostn-bloglist-pagination .page-numbers:not(.prev):not(.next):not(.current) {
    display: none;
  }

  .cd-ostn-bloglist-pagination .page-numbers {
    margin: 2px 1px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .cd-ostn-bloglist-pagination .prev.page-numbers,
  .cd-ostn-bloglist-pagination .next.page-numbers {
    padding: 8px 15px;
  }
}

/* Small mobile styles - 481px to 600px */
@media screen and (min-width: 481px) and (max-width: 600px) {
  .cd-ostn-bloglist-pagination {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .cd-ostn-bloglist-pagination .page-numbers {
    margin: 2px 3px;
    padding: 7px 11px;
    font-size: 13px;
    min-width: 36px;
  }
}

/* Tablet styles - 601px to 1023px */
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .cd-ostn-bloglist-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .cd-ostn-bloglist-pagination .page-numbers {
    margin: 3px 4px;
    padding: 7px 12px;
    font-size: 13px;
    min-width: 38px;
    border-radius: 4px;
  }

  .cd-ostn-bloglist-pagination .prev.page-numbers,
  .cd-ostn-bloglist-pagination .next.page-numbers {
    padding: 7px 16px;
  }
}

/* Desktop styles - 1024px and up */
@media screen and (min-width: 1024px) {
  .cd-ostn-bloglist-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .cd-ostn-bloglist-pagination .page-numbers {
    margin: 0 5px;
    padding: 8px 14px;
    font-size: 14px;
    min-width: 40px;
    border-radius: 5px;
  }

  .cd-ostn-bloglist-pagination .prev.page-numbers,
  .cd-ostn-bloglist-pagination .next.page-numbers {
    padding: 8px 18px;
  }
}

/* Large desktop styles - 1440px and up */
@media screen and (min-width: 1440px) {
  .cd-ostn-bloglist-pagination {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cd-ostn-bloglist-pagination .page-numbers {
    margin: 0 6px;
    padding: 10px 16px;
    font-size: 15px;
    min-width: 44px;
  }

  .cd-ostn-bloglist-pagination .prev.page-numbers,
  .cd-ostn-bloglist-pagination .next.page-numbers {
    padding: 10px 20px;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .cd-ostn-bloglist-pagination .page-numbers {
    transition: none;
  }

  .cd-ostn-bloglist-pagination .page-numbers:hover {
    transform: none;
  }
}

/* Focus styles for keyboard navigation */
.cd-ostn-bloglist-pagination .page-numbers:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  background-color: black;
  color: white;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cd-ostn-bloglist-pagination .page-numbers {
    border: 1px solid #333;
  }

  .cd-ostn-bloglist-pagination .page-numbers.current {
    border: 2px solid #000;
  }
}


/* Blog List Header styles */
/* Base styles - Mobile first approach */
.cd-ostn-blog-header { 
  background-color: rgba(229, 229, 229); 
  position: relative;
} 

.cd-ostn-blog-header-content { 
  padding: 40px 15px; 
  /* text-align: center; */
} 

.cd-ostn-blog-header-title { 
  font-size: 24px; 
  font-weight: 700; 
  line-height: 1.3; 
  margin-bottom: 8px;
  color: #333;
  word-wrap: break-word;
  hyphens: auto;
} 

.cd-ostn-blog-header-breadcrumb, 
.cd-ostn-blog-header-breadcrumb a { 
  font-size: 13px; 
  font-weight: 400; 
  color: #747474;
  line-height: 1.5;
}

.cd-ostn-breadcrumb-item.current {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}


.cd-ostn-blog-header-breadcrumb a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-blog-header-breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}

.cd-ostn-blog-header-breadcrumb a:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Very small mobile - 320px to 480px */
@media screen and (max-width: 480px) {
  .cd-ostn-blog-header-content { 
    padding: 30px 10px; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 20px; 
    line-height: 1.25; 
    margin-bottom: 15px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 12px; 
  } 
}

/* Small mobile - 481px to 600px */
@media screen and (min-width: 481px) and (max-width: 600px) {
  .cd-ostn-blog-header-content { 
    padding: 45px 20px; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 26px; 
    line-height: 1.3; 
    margin-bottom: 8px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 14px; 
  } 
}

/* Tablet portrait - 601px to 768px */
@media screen and (min-width: 601px) and (max-width: 768px) {
  .cd-ostn-blog-header-content { 
    padding: 60px 30px; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 28px; 
    line-height: 1.35; 
    margin-bottom: 9px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 14px; 
  } 
}

/* Tablet landscape - 769px to 1023px */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .cd-ostn-blog-header-content { 
    padding: 70px 40px; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 32px; 
    line-height: 1.4; 
    margin-bottom: 9px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 15px; 
  } 
}

/* Desktop - 1024px to 1199px */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .cd-ostn-blog-header-content { 
    padding: 80px 50px; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 34px; 
    line-height: 1.4; 
    margin-bottom: 10px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 15px; 
  } 
}

/* Large desktop - 1200px and up */
@media screen and (min-width: 1200px) {
  .cd-ostn-blog-header-content { 
    padding: 100px 0; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 36px; 
    line-height: 1.4; 
    margin-bottom: 10px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 16px; 
  } 
}

/* Extra large desktop - 1440px and up */
@media screen and (min-width: 1440px) {
  .cd-ostn-blog-header-content { 
    padding: 120px 0; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 40px; 
    line-height: 1.4; 
    margin-bottom: 12px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 17px; 
  } 
}

/* Ultra-wide desktop - 1920px and up */
@media screen and (min-width: 1920px) {
  .cd-ostn-blog-header-content { 
    padding: 140px 0; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 44px; 
    margin-bottom: 14px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 18px; 
  } 
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .cd-ostn-blog-header-breadcrumb a {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cd-ostn-blog-header { 
    background-color: rgba(240, 240, 240);
    border-bottom: 2px solid #000;
  } 

  .cd-ostn-blog-header-title { 
    color: #000;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    color: #555;
  } 

  .cd-ostn-blog-header-breadcrumb a:hover {
    color: #000;
  }
}

/* Print styles */
@media print {
  .cd-ostn-blog-header { 
    background-color: transparent !important;
    color: #000 !important;
  } 

  .cd-ostn-blog-header-content { 
    padding: 20px 0; 
  } 

  .cd-ostn-blog-header-title { 
    font-size: 24px;
    margin-bottom: 8px;
  } 

  .cd-ostn-blog-header-breadcrumb, 
  .cd-ostn-blog-header-breadcrumb a { 
    font-size: 12px;
    color: #666 !important;
  } 
}


/* 
==============================================================================================================================================
Start - Post List Page Styles For Masonry Layout
==============================================================================================================================================
*/

/* Base Styles */
.cd-ostn-masonry-bloglist-content {
  padding: 100px 0;
}

.cd-ostn-masonry-bloglist-cards {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.cd-ostn-masonry-bloglist-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.cd-ostn-masonry-bloglist-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.cd-ostn-masonry-bloglist-card-reverse {
  flex-direction: row-reverse;
}

.cd-ostn-masonry-bloglist-card-thumb {
  flex-basis: 50%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

.cd-ostn-masonry-bloglist-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 630/517;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.cd-ostn-masonry-bloglist-card-thumb:hover .cd-ostn-masonry-bloglist-card-img {
  transform: scale(1.1) rotate(2deg);
}

.cd-ostn-masonry-bloglist-card-content {
  flex-basis: 50%;
  padding: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cd-ostn-masonry-bloglist-card-meta,
.cd-ostn-masonry-bloglist-card-interactions {
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.cd-ostn-masonry-bloglist-card-meta li,
.cd-ostn-masonry-bloglist-card-interactions li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  color: #757575;
}

.cd-ostn-masonry-bloglist-card-meta li a {
  color: #757575;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-masonry-bloglist-card-meta li a:hover {
  color: #333;
}

.cd-ostn-masonry-bloglist-card-meta li:last-child,
.cd-ostn-masonry-bloglist-card-interactions li:last-child {
  margin-right: 0;
}

.cd-ostn-masonry-bloglist-card-meta li::after,
.cd-ostn-masonry-bloglist-card-interactions li::after {
  content: "•";
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: -14px;
  color: #757575;
}

.cd-ostn-masonry-bloglist-card-meta li:last-child::after,
.cd-ostn-masonry-bloglist-card-interactions li:last-child::after {
  display: none;
}

.cd-ostn-masonry-bloglist-card-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
}

.cd-ostn-masonry-bloglist-card-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-masonry-bloglist-card-title a:hover {
  color: #555;
}

.cd-ostn-masonry-bloglist-card-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  color: #666;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}

.cd-ostn-masonry-bloglist-card-readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.cd-ostn-masonry-bloglist-card-readmore:hover {
  color: #555;
}

.cd-ostn-masonry-bloglist-card-readmore::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cd-ostn-masonry-bloglist-card-readmore:hover::after {
  transform: translateX(3px);
}

/* Tablet Styles - 768px to 1023px */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cd-ostn-masonry-bloglist-content {
    padding: 80px 0;
  }
  
  /* .cd-ostn-masonry-bloglist-cards {
    gap: 35px;
  } */
  
  .cd-ostn-masonry-bloglist-card-content {
    padding: 30px;
  }
  
  .cd-ostn-masonry-bloglist-card-title {
    font-size: 24px;
  }
  
  .cd-ostn-masonry-bloglist-card-excerpt {
    font-size: 15px;
  }
}

/* Small Tablet/Large Mobile - 481px to 767px */
@media screen and (max-width: 767px) and (min-width: 481px) {
  .cd-ostn-masonry-bloglist-content {
    padding: 60px 0;
  }
  
  .cd-ostn-masonry-bloglist-cards {
    gap: 30px;
  }
  
  /* Stack cards vertically and remove alternating layout */
  .cd-ostn-masonry-bloglist-card,
  .cd-ostn-masonry-bloglist-card-reverse {
    flex-direction: column;
  }
  
  .cd-ostn-masonry-bloglist-card-thumb {
    flex: none;
  }
  
  .cd-ostn-masonry-bloglist-card-img {
    aspect-ratio: 16/10;
    min-height: 250px;
  }
  
  .cd-ostn-masonry-bloglist-card-content {
    flex: none;
    padding: 25px;
  }
  
  .cd-ostn-masonry-bloglist-card-title {
    font-size: 22px;
  }
  
  .cd-ostn-masonry-bloglist-card-excerpt {
    font-size: 15px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li,
  .cd-ostn-masonry-bloglist-card-interactions li {
    margin-right: 15px;
    font-size: 13px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li::after,
  .cd-ostn-masonry-bloglist-card-interactions li::after {
    right: -10px;
  }
}

/* Mobile Styles - up to 480px */
@media screen and (max-width: 480px) {
  .cd-ostn-masonry-bloglist-content {
    padding: 40px 0;
  }
  
  .cd-ostn-masonry-bloglist-cards {
    gap: 25px;
  }
  
  /* Stack cards vertically */
  .cd-ostn-masonry-bloglist-card,
  .cd-ostn-masonry-bloglist-card-reverse {
    flex-direction: column;
    margin: 0 10px;
  }
  
  .cd-ostn-masonry-bloglist-card-thumb {
    flex: none;
  }
  
  .cd-ostn-masonry-bloglist-card-img {
    aspect-ratio: 16/10;
    min-height: 200px;
  }
  
  .cd-ostn-masonry-bloglist-card-content {
    flex: none;
    padding: 20px;
    text-align: left;
  }
  
  .cd-ostn-masonry-bloglist-card-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .cd-ostn-masonry-bloglist-card-excerpt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta,
  .cd-ostn-masonry-bloglist-card-interactions {
    text-align: center;
    margin-bottom: 12px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li,
  .cd-ostn-masonry-bloglist-card-interactions li {
    margin-right: 12px;
    font-size: 12px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li::after,
  .cd-ostn-masonry-bloglist-card-interactions li::after {
    right: -8px;
  }
  
  .cd-ostn-masonry-bloglist-card-readmore {
    font-size: 13px;
    align-self: center;
  }
  
  /* Reduce hover effects on mobile for better performance */
  .cd-ostn-masonry-bloglist-card:hover {
    transform: none;
  }
  
  .cd-ostn-masonry-bloglist-card-thumb:hover .cd-ostn-masonry-bloglist-card-img {
    transform: none;
  }
}

/* Extra Small Mobile - up to 360px */
@media screen and (max-width: 360px) {
  .cd-ostn-masonry-bloglist-content {
    padding: 30px 0;
  }
  
  .cd-ostn-masonry-bloglist-card {
    margin: 0 5px;
  }
  
  .cd-ostn-masonry-bloglist-card-content {
    padding: 15px;
  }
  
  .cd-ostn-masonry-bloglist-card-title {
    font-size: 18px;
  }
  
  .cd-ostn-masonry-bloglist-card-excerpt {
    font-size: 13px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li,
  .cd-ostn-masonry-bloglist-card-interactions li {
    margin-right: 8px;
    font-size: 11px;
  }
  
  .cd-ostn-masonry-bloglist-card-meta li::after,
  .cd-ostn-masonry-bloglist-card-interactions li::after {
    right: -6px;
  }
}

/* Container responsive styles */
@media screen and (max-width: 1200px) {
  .cd-ostn-section-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .cd-ostn-section-container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .cd-ostn-section-container {
    padding: 0 10px;
  }
}

/* 
==============================================================================================================================================
End - Post List Page Styles For Masonry Layout
==============================================================================================================================================
*/

/* 
==============================================================================================================================================
Start - Post List Page Styles For Full Width Layout
==============================================================================================================================================
*/

.cd-ostn-layout-fullwidth-bloglist-card-thumb {
  line-height: 0;
  margin-bottom: 20px;
}

.cd-ostn-layout-fullwidth-bloglist-content {
  padding: 40px 0;
}

.cd-ostn-layout-fullwidth-bloglist-card-img {
  image-rendering: -webkit-optimize-contrast;
  aspect-ratio: 3/2;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta {
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  color: #757575;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta li a {
  color: #757575;
  text-decoration: none;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta li a:hover {
  color: #333;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta li::before {
  content: ".";
  font-weight: 700;
  position: absolute;
  bottom: 4px;
  right: -10px;
}

.cd-ostn-layout-fullwidth-bloglist-card-meta li:last-child::before {
  display: none;
}

.cd-ostn-layout-fullwidth-bloglist-card-title {
  line-height: 1;
  margin: 0;
}

.cd-ostn-layout-fullwidth-bloglist-card-title a {
  display: block;
  font-family: "Playfair Display", serif;
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  text-decoration: none;
}

.cd-ostn-layout-fullwidth-bloglist-card-title a:hover {
  color: #333;
}

.cd-ostn-layout-fullwidth-bloglist-short-desc {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.cd-ostn-layout-fullwidth-bloglist-card {
  margin-bottom: 40px;
}

.cd-ostn-layout-fullwidth-bloglist-card-readmore {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: black;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-layout-fullwidth-bloglist-card-readmore:hover {
  color: #555;
}

.cd-ostn-layout-fullwidth-bloglist-card-readmore::after {
  content: "\21A3";
  font-size: 18px;
  margin-left: 6px;
  position: absolute;
  bottom: -4px;
  transition: transform 0.3s ease;
}

.cd-ostn-layout-fullwidth-bloglist-card-readmore:hover::after {
  transform: translateX(3px);
}

.cd-ostn-layout-fullwidth-bloglist-no-post-msg {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 40px 20px;
}

/* Tablet styles - 768px and up */
@media screen and (min-width: 768px) {
  .cd-ostn-layout-fullwidth-bloglist-content {
    padding: 60px 0;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-thumb {
    margin-bottom: 25px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta {
    margin-bottom: 18px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li {
    margin-right: 18px;
    font-size: 13px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li::before {
    right: -12px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-title a {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 18px;
  }

  .cd-ostn-layout-fullwidth-bloglist-short-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card {
    margin-bottom: 45px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore {
    font-size: 13px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore::after {
    font-size: 22px;
    bottom: -5px;
  }
}

/* Desktop styles - 1024px and up */
@media screen and (min-width: 1024px) {
  .cd-ostn-layout-fullwidth-bloglist-content {
    padding: 100px 0;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-thumb {
    margin-bottom: 30px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta {
    margin-bottom: 20px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li {
    margin-right: 20px;
    font-size: 14px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li::before {
    right: -14px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-title a {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .cd-ostn-layout-fullwidth-bloglist-short-desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card {
    margin-bottom: 50px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore {
    font-size: 14px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore::after {
    font-size: 25px;
    bottom: -6px;
  }
}

/* Large desktop styles - 1440px and up */
@media screen and (min-width: 1440px) {
  .cd-ostn-layout-fullwidth-bloglist-content {
    padding: 120px 0;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-title a {
    font-size: 28px;
  }

  .cd-ostn-layout-fullwidth-bloglist-short-desc {
    font-size: 17px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card {
    margin-bottom: 60px;
  }
}

/* Small mobile optimization - 480px and below */
@media screen and (max-width: 480px) {
  .cd-ostn-layout-fullwidth-bloglist-content {
    padding: 30px 0;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-thumb {
    margin-bottom: 15px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta {
    margin-bottom: 12px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li {
    margin-right: 12px;
    font-size: 11px;
    margin-bottom: 5px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-meta li::before {
    right: -8px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-title a {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .cd-ostn-layout-fullwidth-bloglist-short-desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card {
    margin-bottom: 35px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore {
    font-size: 11px;
  }

  .cd-ostn-layout-fullwidth-bloglist-card-readmore::after {
    font-size: 16px;
    bottom: -3px;
  }
}

/* 
==============================================================================================================================================
End - Post List Page Styles For Full Width Layout
==============================================================================================================================================
*/

/* 
==============================================================================================================================================
Start - Post List Page Styles For Classic Layout
==============================================================================================================================================
*/

.cd-ostn-layout-classic-bloglist-content {
  padding: 100px 0px;
}

.cd-ostn-layout-classic-bloglist-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.cd-ostn-layout-classic-bloglist-card-img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 3/2;
}

.cd-ostn-layout-classic-bloglist-card-meta {
  margin-bottom: 20px;
}

.cd-ostn-layout-classic-bloglist-card-meta li,
.cd-ostn-layout-classic-bloglist-card-meta li a {
  color: #757575;
}

.cd-ostn-layout-classic-bloglist-card-meta li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
}

.cd-ostn-layout-classic-bloglist-thumbnail-wrap {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 0px 15px;
  overflow: hidden;
}
.cd-ostn-layout-classic-bloglist-thumbnail-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.cd-ostn-layout-classic-bloglist-thumbnail-link:hover
  .cd-ostn-layout-classic-bloglist-card-img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.3s ease-in-out;
}

.cd-ostn-layout-classic-bloglist-card-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding: 0px 15px;
}

.cd-ostn-layout-classic-bloglist-card-title a {
  display: block;
  font-family: "Playfair Display", serif;
  color: black;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.cd-ostn-layout-classic-bloglist-short-desc {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 24px;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.cd-ostn-layout-classic-bloglist-card-readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: black;
  display: block;
  position: relative;
}

.cd-ostn-layout-classic-bloglist-card-readmore::after {
  content: "\21A3";
  font-size: 25px;
  margin-left: 6px;
  position: absolute;
  bottom: -6px;
}

/* Tablet styles (768px - 1024px) */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .cd-ostn-layout-classic-bloglist-content {
    padding: 80px 0px;
  }

  .cd-ostn-layout-classic-bloglist-card {
    margin-bottom: 35px;
  }

  .cd-ostn-layout-classic-bloglist-thumbnail-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0px 12px;
  }

  .cd-ostn-layout-classic-bloglist-card-content {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0px 12px;
  }

  .cd-ostn-layout-classic-bloglist-card-title a {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .cd-ostn-layout-classic-bloglist-short-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cd-ostn-layout-classic-bloglist-card-meta li {
    margin-right: 15px;
    font-size: 13px;
  }
}

/* Mobile Large (481px - 768px) */
@media screen and (max-width: 834px) and (min-width: 481px) {
  .cd-ostn-layout-classic-bloglist-content {
    padding: 60px 20px;
  }

  .cd-ostn-layout-classic-bloglist-card {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .cd-ostn-layout-classic-bloglist-thumbnail-wrap {
    flex: none;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .cd-ostn-layout-classic-bloglist-card-content {
    flex: none;
    max-width: 100%;
    padding: 0px;
  }

  .cd-ostn-layout-classic-bloglist-card-img {
    aspect-ratio: 16/9;
  }

  .cd-ostn-layout-classic-bloglist-card-title a {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .cd-ostn-layout-classic-bloglist-short-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cd-ostn-layout-classic-bloglist-card-meta {
    margin-bottom: 15px;
  }

  .cd-ostn-layout-classic-bloglist-card-meta li {
    margin-right: 12px;
    font-size: 12px;
  }
}

/* Mobile Small (up to 480px) */
@media screen and (max-width: 480px) {
  .cd-ostn-layout-classic-bloglist-content {
    padding: 40px 15px;
  }

  .cd-ostn-layout-classic-bloglist-card {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .cd-ostn-layout-classic-bloglist-thumbnail-wrap {
    flex: none;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }

  .cd-ostn-layout-classic-bloglist-card-content {
    flex: none;
    max-width: 100%;
    padding: 0px;
  }

  .cd-ostn-layout-classic-bloglist-card-img {
    aspect-ratio: 16/9;
  }

  .cd-ostn-layout-classic-bloglist-card-title a {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .cd-ostn-layout-classic-bloglist-short-desc {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
  }

  .cd-ostn-layout-classic-bloglist-card-meta {
    margin-bottom: 12px;
  }

  .cd-ostn-layout-classic-bloglist-card-meta li {
    /* display: block; */
    margin-right: 8px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .cd-ostn-layout-classic-bloglist-card-meta li:last-child {
    margin-bottom: 0;
  }

  .cd-ostn-layout-classic-bloglist-card-readmore {
    font-size: 13px;
  }

  .cd-ostn-layout-classic-bloglist-card-readmore::after {
    font-size: 20px;
    bottom: -4px;
  }
}

/* Extra Small Mobile (up to 320px) */
@media screen and (max-width: 320px) {
  .cd-ostn-layout-classic-bloglist-content {
    padding: 30px 10px;
  }

  .cd-ostn-layout-classic-bloglist-card {
    margin-bottom: 30px;
  }

  .cd-ostn-layout-classic-bloglist-card-title a {
    font-size: 18px;
  }

  .cd-ostn-layout-classic-bloglist-short-desc {
    font-size: 13px;
  }
}

/* 
==============================================================================================================================================
Start - Post List Page Styles For Grid Layout
==============================================================================================================================================
*/

/* =============================================================================
   BASE STYLES - Mobile First Approach
   ============================================================================= */

.cd-ostn-grid-multicolumn-bloglist {
  padding: 40px 10px;
}

.cd-ostn-grid-multicolumn-bloglist-cards {
  display: grid;
  align-self: start;
  gap: 20px;
  grid-template-columns: 1fr; /* Single column by default (mobile) */
}

/* Grid column variations - will be overridden by media queries */
.cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-2,
.cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-3,
.cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-4,
.cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-5,
.cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-6 {
  grid-template-columns: 1fr; /* Mobile default */
}

/* Sidebar Layout */
.cd-ostn-grid-multicolumn-bloglist-content.has-sidebar,
.cd-ostn-grid-multicolumn-bloglist-content.sidebar-left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.cd-ostn-grid-multicolumn-bloglist-content.no-sidebar {
  grid-template-columns: 1fr;
}

.cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar {
  order: 2; /* Sidebar below content on mobile */
  /* margin-top: 20px; */
}

/* Card Styles */
.cd-ostn-grid-multicolumn-bloglist-card {
  margin-bottom: 20px;
}

.cd-post-ostn-grid-multicolumn-thumbnail-wrap a {
  display: flex;
}

.cd-ostn-grid-multilayout-post-meta,
.cd-ost-grid-multilayout-post-interaction-meta {
  margin-bottom: 15px;
}

.cd-ostn-grid-multilayout-post-meta li,
.cd-ost-grid-multilayout-post-interaction-meta li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #757575;
  font-size: 14px;
}

.cd-ostn-grid-multilayout-post-meta li a {
  color: #757575;
}

.cd-ostn-grid-multilayout-post-meta li:last-child,
.cd-ost-grid-multilayout-post-interaction-meta li:last-child {
  margin-right: 0px;
}

.cd-ostn-grid-multilayout-post-meta li::after,
.cd-ost-grid-multilayout-post-interaction-meta li::after {
  content: ".";
  font-weight: 700;
  position: absolute;
  bottom: 4px;
  right: -14px;
}

.cd-ostn-grid-multilayout-post-meta li:last-child:after,
.cd-ost-grid-multilayout-post-interaction-meta li:last-child::after {
  display: none;
}

.cd-ostn-grid-multicolumn-bloglist-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content {
  padding: 15px;
  text-align: left;
}

.cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-title a {
  display: block;
  font-family: "Playfair Display", sans-serif;
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: black;
  display: block;
  position: relative;
}

.cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore::after {
  content: "\21A3";
  font-size: 20px;
  margin-left: 6px;
  position: absolute;
  bottom: -4px;
}

/* =============================================================================
   SMALL MOBILE - 480px and up
   ============================================================================= */

@media (min-width: 480px) {
  .cd-ostn-grid-multicolumn-bloglist {
    padding: 60px 15px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content {
    padding: 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-title a {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-excerpt {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore {
    font-size: 14px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore::after {
    font-size: 22px;
    bottom: -5px;
  }
}

/* =============================================================================
   TABLET - 768px to 991px
   ============================================================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .cd-ostn-grid-multicolumn-bloglist {
    padding: 80px 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
  }

  /* Override specific column classes for tablet */
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-2,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-3,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-4,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-5,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Sidebar still stacked on tablet */
  .cd-ostn-grid-multicolumn-bloglist-content.has-sidebar,
  .cd-ostn-grid-multicolumn-bloglist-content.sidebar-left {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar {
    order: 2;
    margin-top: 25px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content {
    padding: 25px;
    text-align: center;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-title a {
    font-size: 24px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-excerpt {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* =============================================================================
   LARGE TABLET - 992px to 1199px
   ============================================================================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .cd-ostn-grid-multicolumn-bloglist {
    padding: 90px 30px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards {
    gap: 30px;
  }

  /* 3 columns for most layouts */
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-3,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-4,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-5,
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Sidebar layout appears on large tablet */
  .cd-ostn-grid-multicolumn-bloglist-content.has-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }

  .cd-ostn-grid-multicolumn-bloglist-content.sidebar-left {
    grid-template-columns: 1fr 2fr;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar.sidebar-left {
    order: -1;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar.sidebar-right {
    order: 2;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar {
    margin-top: 0;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content {
    padding: 28px;
    text-align: center;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-title a {
    font-size: 25px;
  }
}

/* =============================================================================
   DESKTOP - 1200px and up
   ============================================================================= */

@media (min-width: 1200px) {
  .cd-ostn-grid-multicolumn-bloglist {
    padding: 100px 0px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards {
    gap: 30px;
  }

  /* Full column support on desktop */
  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .cd-ostn-grid-multicolumn-bloglist-cards.cd-ostn-bloglist-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  /* Full sidebar layout */
  .cd-ostn-grid-multicolumn-bloglist-content.has-sidebar {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
  }

  .cd-ostn-grid-multicolumn-bloglist-content.sidebar-left {
    grid-template-columns: 1fr 3fr;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar.sidebar-left {
    order: -1;
  }

  .cd-ostn-grid-multicolumn-bloglist-content .cd-blog-sidebar.sidebar-right {
    order: 2;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content {
    padding: 30px;
    text-align: center;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-title a {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-excerpt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore {
    font-size: 14px;
  }

  .cd-ostn-grid-multicolumn-bloglist-cards .cd-post-content .cd-post-readmore::after {
    font-size: 25px;
    bottom: -6px;
  }
}
/* 
==============================================================================================================================================
End - Post List Page Styles For Grid Layout
==============================================================================================================================================
*/

/*
===============================================================================================================================================
Start - Latest Posts Card List Widget Style Sidebar
===============================================================================================================================================
*/

.cd-blog-sidebar .widget-title {
  border-bottom: 1px solid #d7d7d7;
  display: block;
  position: relative;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.cd-ostn-latest-posts-cards {
  margin-bottom: 20px;
}

.cd-ost-latest-post-card:first-child {
  margin-top: 0px;
}

.cd-ost-latest-post-card {
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.cd-ost-latest-post-card:last-child {
  border-bottom: 0px;
}

.cd-ost-latest-post-card .cd-ost-latest-post-thumbnail {
  width: 30%;
  margin-right: 15px;
}
.cd-ost-latest-post-card .cd-ost-latest-post-thumbnail a {
  display: block;
}

.cd-ostn-latest-posts-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.cd-ostn-latest-post-details {
  width: 65%;
}

.cd-ostn-latest-post-details .cd-ostn-post-title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: black;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta {
  margin-bottom: 5px;
  line-height: 1;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta li:first-child {
  margin-left: 0px;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta li {
  color: #757575;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 0px;
  display: inline-block;
  position: relative;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta li a {
  color: inherit;
  font-size: inherit;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta li:after {
  content: ".";
  font-size: 16px;
  font-weight: 700;
  color: #757575;
  position: absolute;
  bottom: 3px;
  right: -14px;
}

.cd-ostn-latest-post-details .cd-ostn-post-meta li:last-child:after {
  display: none;
}

/*
===============================================================================================================================================
End - Latest Posts Card List Widget Style Sidebar
===============================================================================================================================================
*/

/*
===============================================================================================================================================
Start - Post Categories Listing widget style sidebar
===============================================================================================================================================
*/

.cd-ostn-widget-custom-category-list {
  list-style: none;
  margin-bottom: 20px;
}

.cd-ostn-widget-custom-category-list li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.cd-ostn-widget-custom-category-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cd-ostn-widget-custom-category-list li,
.cd-ostn-widget-custom-category-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
}

.cd-ostn-widget-custom-category-list li a {
  display: inline;
}

/*
===============================================================================================================================================
End - Post Categories Listing widget style sidebar
===============================================================================================================================================
*/

/*
===============================================================================================================================================
Start - Post Tag Listing widget style sidebar
===============================================================================================================================================
*/

.cd-ostn-custom-tag-list {
  list-style: none;
  margin-bottom: 20px;
}

.cd-ostn-custom-tag-list li {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 0px 3px 5px 0px;
}

.cd-ostn-custom-tag-list li,
.cd-ostn-custom-tag-list li a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

/*
===============================================================================================================================================
start - Archieve Listing widget style sidebar
===============================================================================================================================================
*/

.cd-ostn-custom-archive-list {
  list-style: none;
  margin-bottom: 20px;
}

.cd-ostn-custom-archive-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
}

.cd-ostn-custom-archive-list li a {
  display: inline;
  color: #646464;
}

.cd-ostn-custom-archive-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* 
====================================================================================================================================================
Start - Author Post Listing Page
====================================================================================================================================================
*/

.cd-ostn-author-bio {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}

.cd-ostn-author-avatar img {
  border-radius: 50%;
}

/*
====================================================================================================================================================
Start - Style for Global Notification Banner Ostnica Theme
====================================================================================================================================================
*/

/* Notification banner styling improved by Ritin Tiwari on 23-08-2025 */
.ostnica-notification-banner {
  text-align: center;
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
  z-index: 9999;
}
.ostnica-notification-banner button.ostnica-banner-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  font-size: 20px;
  cursor: pointer;
}

/* Animations */
.ostnica-anim-fade {
  animation: ostnicaFade 0.8s ease-in;
}
.ostnica-anim-slide {
  animation: ostnicaSlide 0.8s ease-out;
}
.ostnica-anim-bounce {
  animation: ostnicaBounce 1s ease;
}

@keyframes ostnicaFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ostnicaSlide {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ostnicaBounce {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(20%);
  }
  70% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

/*
=====================================================================================================================================================
Start: Single Post Page styles
=====================================================================================================================================================
*/

/* Base styles - Mobile first approach */
.cd-ostn-single-blog-default-template {
  padding: 30px 0px;
}

/* ---------- 1. Narrow Layout ---------- */
.cd-ostn-single-blog-content.narrow-width {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* ---------- 2. Normal Layout ---------- */
.cd-ostn-single-blog-content.normal-width {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* ---------- 3 & 4. Sidebar Layouts ---------- */
.cd-ostn-single-blog-content.has-sidebar {
  display: block; /* Stack on mobile */
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.cd-ostn-single-blog-content.has-sidebar.sidebar-left {
  display: block; /* Override grid on mobile */
}

.cd-blog-sidebar {
  max-width: 100%;
  width: 100%;
  /* margin-top: 40px; */
  padding: 20px;
  /* background-color: #f9f9f9; */
  border-radius: 8px;
}

.cd-blog-sidebar.sidebar-left {
  order: 0; /* Reset order on mobile */
  margin-top: 0;
  margin-bottom: 40px;
}

/* ---------- Shared Styling ---------- */
.cd-ostn-single-blog-card-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* Better mobile ratio */
  margin-bottom: 15px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cd-ostn-single-blog-card-meta ul {
  margin-bottom: 15px;
  padding: 0px 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cd-ostn-single-blog-card-meta ul li {
  display: inline-block;
  margin-right: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #747474;
  background-color: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  position: relative;
}

.cd-ostn-single-blog-card-meta ul li a {
  color: #747474;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-ostn-single-blog-card-meta ul li a:hover {
  color: #333;
}

.cd-ostn-single-blog-card-meta ul li:last-child {
  margin-right: 0;
}

.cd-ostn-single-blog-card-desc {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #444;
  font-size: 14px;
}

/* Blog content typography */
.cd-ostn-single-blog-content h1,
.cd-ostn-single-blog-content h2,
.cd-ostn-single-blog-content h3,
.cd-ostn-single-blog-content h4,
.cd-ostn-single-blog-content h5,
.cd-ostn-single-blog-content h6 {
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 25px;
  color: #333;
}

.cd-ostn-single-blog-content p {
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0px 10px;
  color: #444;
  font-size: 16px;
}

.cd-ostn-single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 15px 0;
}

/* Small mobile - 481px to 600px */
@media screen and (min-width: 481px) and (max-width: 600px) {
  .cd-ostn-single-blog-default-template {
    padding: 40px 20px;
  }

  .cd-ostn-single-blog-content.narrow-width,
  .cd-ostn-single-blog-content.normal-width,
  .cd-ostn-single-blog-content.has-sidebar {
    padding: 0 15px;
  }

  .cd-ostn-single-blog-card-img {
    margin-bottom: 20px;
  }

  .cd-ostn-single-blog-card-meta ul li {
    font-size: 13px;
    padding: 5px 10px;
  }

  .cd-ostn-single-blog-card-desc {
    font-size: 15px;
  }

  .cd-ostn-single-blog-content p {
    font-size: 15px;
  }
}

/* Tablet portrait - 601px to 768px */
@media screen and (min-width: 601px) and (max-width: 768px) {
  .cd-ostn-single-blog-default-template {
    padding: 60px 30px;
  }

  .cd-ostn-single-blog-content.narrow-width {
    max-width: 600px;
    padding: 0 20px;
  }

  .cd-ostn-single-blog-content.normal-width {
    max-width: 720px;
    padding: 0 20px;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    display: block;
    max-width: 720px;
    padding: 0 20px;
  }

  .cd-ostn-single-blog-card-img {
    aspect-ratio: 3/2;
    margin-bottom: 25px;
  }

  .cd-ostn-single-blog-card-meta ul {
    margin-bottom: 20px;
    gap: 15px;
  }

  .cd-ostn-single-blog-card-meta ul li {
    font-size: 14px;
    padding: 6px 12px;
  }

  .cd-ostn-single-blog-card-desc {
    font-size: 16px;
  }

  .cd-ostn-single-blog-content p {
    font-size: 16px;
  }

  .cd-blog-sidebar {
    margin-top: 50px;
    padding: 25px;
  }
}

/* Tablet landscape - 769px to 1023px */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .cd-ostn-single-blog-default-template {
    padding: 70px 40px;
  }

  .cd-ostn-single-blog-content.narrow-width {
    max-width: 650px;
    padding: 0 30px;
  }

  .cd-ostn-single-blog-content.normal-width {
    max-width: 900px;
    padding: 0 30px;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 900px;
    padding: 0 30px;
  }

  .cd-ostn-single-blog-content.has-sidebar.sidebar-left {
    grid-template-columns: 1fr 2fr;
  }

  .cd-blog-sidebar {
    margin-top: 0;
    padding: 30px;
  }

  .cd-blog-sidebar.sidebar-left {
    order: -1;
    margin-bottom: 0;
  }

  .cd-ostn-single-blog-card-meta ul li {
    font-size: 15px;
    padding: 7px 14px;
  }
}

/* Desktop - 1024px to 1199px */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .cd-ostn-single-blog-default-template {
    padding: 80px 50px;
  }

  .cd-ostn-single-blog-content.narrow-width {
    max-width: 700px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.normal-width {
    max-width: 1000px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 50px;
    max-width: 1000px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.has-sidebar.sidebar-left {
    grid-template-columns: 1fr 3fr;
  }

  .cd-ostn-single-blog-card-img {
    margin-bottom: 30px;
  }

  .cd-ostn-single-blog-card-meta ul {
    margin-bottom: 25px;
    gap: 20px;
  }

  .cd-ostn-single-blog-card-meta ul li {
    font-size: 16px;
    padding: 8px 16px;
  }

  .cd-ostn-single-blog-card-desc {
    margin-bottom: 25px;
  }
}

/* Large desktop - 1200px and up */
@media screen and (min-width: 1200px) {
  .cd-ostn-single-blog-default-template {
    padding: 100px 0;
  }

  .cd-ostn-single-blog-content.narrow-width {
    max-width: 700px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.normal-width {
    max-width: 1200px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
    max-width: 1200px;
    padding: 0;
  }

  .cd-ostn-single-blog-content.has-sidebar.sidebar-left {
    grid-template-columns: 1fr 3fr;
  }

  .cd-blog-sidebar.sidebar-left {
    order: -1;
  }

  .cd-ostn-single-blog-card-img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }

  .cd-ostn-single-blog-card-meta ul {
    margin-bottom: 20px;
  }

  .cd-ostn-single-blog-card-meta ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #747474;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

  .cd-ostn-single-blog-card-meta ul li:last-child {
    margin-right: 0;
  }

  .cd-ostn-single-blog-card-desc {
    margin-bottom: 20px;
  }
}

/* Extra large desktop - 1440px and up */
@media screen and (min-width: 1440px) {
  .cd-ostn-single-blog-default-template {
    padding: 120px 0;
  }

  .cd-ostn-single-blog-content.narrow-width {
    max-width: 800px;
  }

  .cd-ostn-single-blog-content.normal-width {
    max-width: 1300px;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    max-width: 1300px;
    gap: 50px;
  }
}

/* Reading experience improvements */
.cd-ostn-single-blog-content {
  position: relative;
}

/* Focus styles for accessibility */
.cd-ostn-single-blog-card-meta ul li a:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Print styles */
@media print {
  .cd-ostn-single-blog-default-template {
    padding: 20px;
  }

  .cd-blog-sidebar {
    display: none;
  }

  .cd-ostn-single-blog-content.has-sidebar {
    display: block !important;
    max-width: 100% !important;
  }

  .cd-ostn-single-blog-card-img {
    max-width: 100%;
    page-break-inside: avoid;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cd-ostn-single-blog-card-meta ul li {
    background-color: #e0e0e0;
    border: 1px solid #333;
  }

  .cd-blog-sidebar {
    background-color: #f0f0f0;
    border: 1px solid #333;
  }
}

/*
=====================================================================================================================================================
Start - Commeting template desiging
=====================================================================================================================================================
*/

.cd-ostn-comments-area {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.cd-ostn-comments-title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.cd-ostn-sort-comments {
  padding: 0px 19px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  border: none;
}

.cd-ostn-sort-comments:focus-visible {
  outline: none;
}

/* Comment counter badge */
.cd-ostn-comments-count {
  display: inline-block;
  background: #ee712d;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 12px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.cd-ostn-comments-count:hover {
  background: #d95f1e;
  transform: translateY(-1px);
}

.cd-ostn-comments-container {
  margin-bottom: 30px;
}

.cd-ost-comments-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.cd-ostn-list li {
  list-style: none;
}

.cd-ostn-comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  container-type: inline-size;
}

.cd-ostn-comments-list .custom-comment {
  position: relative;
  margin-bottom: 1rem;
}

.cd-ostn-comments-list ul li {
  list-style: none;
}

.cd-ostn-comment-user {
  flex: 0 0 var(--size);
}

.cd-ostn-comment-user img {
  /* flex: 0 0 var(--size); */
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}

/* Comment component */
.cd-ostn-comment {
  --size: 2rem;
  position: relative;
  display: flex;
  gap: 0.7rem;
}

@container style(--depth: 1) or style(--depth: 2) {
  .custom-comment {
    --size: 1.5rem;
  }
}

.cd-ostn-comment-actions {
  display: flex;
  gap: 1rem;
  padding-block: 4px;
  padding-inline-start: 1rem;
}

.cd-ostn-comment-actions a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

.cd-ostn-comment-body {
  flex: 1;
}

.cd-ostn-comment__meta {
  background-color: #f0f2f5;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.cd-ostn-comment-meta-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}

.cd-ostn-comment__actions {
  display: flex;
  gap: 1rem;
  padding-block: 4px;
  padding-inline-start: 1rem;
}

.cd-ostn-comment__actions a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.2s ease;
  display: block;
}

.cd-ostn-comment-author {
  font-size: 15px;
  font-weight: 600;
  color: black;
}

.cd-ost-comment-time {
  font-size: 13px;
  font-weight: 400;
  color: #65676b;
}

.cd-ostn-comment-text {
  color: #000;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.cd-ostn-comment-body > * + * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Connecting lines for depth 0 */
@container style(--depth: 0) {
  li:has(ul) > .custom-comment {
    position: relative;
  }

  li:has(ul) > .cd-ostn-comment:before {
    content: "";
    position: absolute;
    inset-inline-start: 15px;
    top: calc(var(--size) + 8px);
    bottom: 0;
    width: 2px;
    background: #dedede;
  }
}

/* Connecting lines for depth 1 */
@container style(--depth: 1) {
  li:has(ul) > .custom-comment {
    position: relative;
  }

  li:has(ul) > .cd-ostn-comment:before {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: calc(var(--size) + 8px);
    bottom: 0;
    width: 2px;
    background: #dedede;
  }

  li:not(:last-child) {
    position: relative;
  }

  li:not(:last-child):before {
    content: "";
    position: absolute;
    inset-inline-start: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dedede;
  }

  li {
    position: relative;
  }

  li:after {
    content: "";
    position: absolute;
    inset-inline-start: 15px;
    top: -2px;
    height: 20px;
    width: 28px;
    border-inline-start: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    background: transparent;
    border-end-start-radius: 10px;
  }
}

/* Connecting lines for depth 2 */
@container style(--depth: 2) {
  li {
    position: relative;
  }

  li:after {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: -2px;
    height: 20px;
    width: 28px;
    border-inline-start: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    background: transparent;
    border-end-start-radius: 10px;
  }

  li:not(:last-child) {
    position: relative;
  }

  li:not(:last-child):before {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dedede;
  }

  li:has(ul) > .cd-ostn-comment:before {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: calc(var(--size) + 8px);
    bottom: 0;
    width: 2px;
    background: #dedede;
  }
}

@container style(--depth: 3) {
  li {
    position: relative;
  }

  li:after {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: -2px;
    height: 20px;
    width: 28px;
    border-inline-start: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    background: transparent;
    border-end-start-radius: 10px;
  }

  li:has(ul) > .cd-ostn-comment:before {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: calc(var(--size) + 8px);
    bottom: 0;
    width: 2px;
    background: #dedede;
  }
}

@container style(--depth: 4) {
  li {
    position: relative;
  }

  li:after {
    content: "";
    position: absolute;
    inset-inline-start: 12px;
    top: -2px;
    height: 20px;
    width: 28px;
    border-inline-start: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    background: transparent;
    border-end-start-radius: 10px;
  }
}

/* Nested styling */
@container style(--nested: true) {
  .custom-comment {
    position: relative;
    padding-top: 4px;
  }

  li {
    padding-inline-start: 3rem;
  }
}

/* Fallback for browsers that don't support container queries */
@supports not (container-type: inline-size) {
  .cd-ostn-list[style*="--depth: 1"] .cd-ostn-comment,
  .cd-ostn-list[style*="--depth: 2"] .custom-comment {
    --size: 1.5rem;
  }

  .cd-ostn-list[style*="--nested: true"] li {
    padding-inline-start: 3rem;
  }

  .cd-ostn-list[style*="--nested: true"] .custom-comment {
    position: relative;
    padding-top: 4px;
  }
}

.cd-ostn-comments-wrapper {
  padding: 0px 10px;
}

.cd-ostn-comments-wrapper .logged-in-as {
  display: none;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 5px;
  color: #646464;
}

.cd-ostn-comments-wrapper .logged-in-as a {
  color: #ee712d;
  font-weight: 600;
}

.cd-ostn-comments-area .comment-reply-title {
  font-size: 20px;
  font-weight: 400;
  padding: 0px 5px;
  color: #646464;
}

.cd-ostn-comments-area .comment-reply-title > a {
  color: #646464;
  text-transform: capitalize;
}

.cd-ostn-comments-area .comment-reply-title small a {
  color: #ee712d;
}

.cd-ostn-comment-form-field textarea {
  border: none;
  resize: vertical;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", system-ui, sans-serif;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 12px;
  width: 100%;
  min-height: 100px;
  transition: all 0.2s ease;
}

button.cd-ostn-comment-submit-btn {
  border: none;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  line-height: auto;
  padding: 12px 24px;
  background-color: #ee712d;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  font-family: inherit;
}

/*
================================================================================================================================================
Start - Style for cd social media widget
================================================================================================================================================
*/
.cd-ostn-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.cd-ostn-social-item a svg {
  width: 40px;
  height: 40px;
}
.cd-ostn-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0px;
}
.cd-ostn-switch input {
  display: none;
}
.cd-ostn-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.cd-ostn-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input[aria-checked="true"] + .cd-ostn-slider {
  background-color: #0073aa;
}
input[aria-checked="true"] + .cd-ostn-slider:before {
  transform: translateX(20px);
}

.cd-ostn-social-share-heading {
  padding: 20px 10px 0px 10px;
  font-size: 18px;
}

.cd-ostn-social-share-icons {
  /* margin-top: 20px; */
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cd-ostn-social-share-icons a,
.cd-ostn-social-share-icons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.cd-ostn-social-share-icons a:hover,
.cd-ostn-social-share-icons button:hover {
  background: #ddd;
}

.cd-ostn-copy {
  position: relative; /* important for absolute inside */
  cursor: pointer;
  overflow: visible; /* allow tooltip to appear outside button */
}

.cd-ostn-tooltip {
  position: absolute;
  bottom: 120%; /* above button */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  z-index: 100; /* ensure above other elements */
}

.cd-ostn-tooltip.show {
  opacity: 1;
}

/* 
======================================================================================================================================================
Start - Style For Add and Manage Social Media Theme Settings
======================================================================================================================================================
*/

/* Card container */
.cd-ostn-social-link-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 0px;
  /* border-bottom: 1px solid #e5e5e5; */
}

/* SVG wrapper */
.cd-ostn-social-link-svg-wrap {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-ostn-social-link-svg-wrap svg {
  width: 100%;
  height: 100%;
  fill: #333; /* Default fill color */
  transition: fill 0.3s ease;
}

.cd-ostn-social-link-svg-wrap svg:hover {
  fill: #0073e6; /* Highlight color on hover */
}

/* Social media title */
.cd-ostn-social-link-head h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

/* Card wrapper */
.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
}

/* Input field area */
.cd-ostn-social-link-input {
  padding: 15px 0px;
}

.cd-ostn-social-link-input input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
}

.cd-ostn-social-link-input input[type="text"]:focus {
  border-color: #0073e6;
}

.cd-social-share-card {
  display: flex;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  padding: 11px 20px;
  margin-top: 20px;
}

.cd-social-share-card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.cd-social-share-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

/* 
======================================================================================================================================================
End - Style For Add and Manage Social Media Theme Settings
======================================================================================================================================================
*/

.cd-ostn-label-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.cd-ostn-breadcrumb nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.cd-ostn-breadcrumb nav svg {
  width: 12px;
  height: 12px;
}

/* Gallery Content */
.cd_gallery_content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2d2d2d;
    /* padding: 1rem; */
}

/* Featured Image Wrapper */
.cd-single-post-banner-image-01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    overflow: hidden; /* ensures image never spills out */
    /* border-radius: 16px; */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Featured Image */
.cd-single-post-banner-image-01 img {
    width: 100%; /* force responsiveness */
    height: auto;
    display: block;
    /* border-radius: 16px; */
    object-fit: cover; /* makes sure image fits nicely */
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.cd-single-post-banner-image-01 img:hover {
    transform: scale(1.03); /* subtle zoom effect */
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

/* Body Styling */
.content-styling p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.cd-ostn-single-gallery-meta {
  margin-bottom: 20px;
}

.cd-ostn-single-gallery-meta li,
.cd-ostn-single-gallery-meta li a {
  color: #757575;
}

.cd-ostn-single-gallery-meta li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cd_gallery_content {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .cd-single-post-banner-image-01 {
        margin-bottom: 1.5rem;
        border-radius: 12px;
    }

    .cd-single-post-banner-image-01 img {
        border-radius: 12px;
    }
}

/* 404 Page Styles - created by Ritin Tiwari on 10-09-2025 */
.cd-404-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f9f9f9, #f0f0f0);
  border-radius: 12px;
}

.cd-404-content {
  max-width: 600px;
}

.cd-404-title {
  font-size: 6rem;
  font-weight: 800;
  color: #ff4d4f;
  margin-bottom: 0.5rem;
}

.cd-404-subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.cd-404-text {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.cd-404-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cd-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cd-btn-primary {
  background: #0073e6;
  color: #fff;
}

.cd-btn-primary:hover {
  background: #005bb5;
}

.cd-btn-secondary {
  background: #e6e6e6;
  color: #333;
}

.cd-btn-secondary:hover {
  background: #ccc;
}
