/*
Theme Name:     IdooraPro Child Theme
Description:    
Author:         admin
Template:       IdooraPro

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

a {
    text-decoration:none !important;
}
.hentry {
    padding: 0 !important;
}
p {
    margin-block-end: .9rem;
    margin-block-start: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", Sans-serif;
}
/* HERO SECTION */
.door-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

/* White Transparent Overlay for Clean UI */
.door-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(2px);
  z-index: 1;
}

/* AUTOMATIC DOOR OPERATOR DEVICE */
.door-operator {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, #eeeeee, #dcdcdc);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.operator-inner {
  width: 85%;
  height: 22px;
  background: #fafafa;
  border-radius: 6px;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

/* DOOR WRAPPER */
.door-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 20;
  pointer-events: none;
}

/* GLASS DOORS (LIGHT THEME) */
.door {
  flex: 1;

  background: rgba(255, 255, 255, 0.35); /* transparent glass */
  backdrop-filter: blur(8px) brightness(1.15);
  border: 1px solid rgba(255,255,255,0.7);

  box-shadow:
    inset 0 0 50px rgba(255,255,255,0.3),
    inset 0 0 20px rgba(0,0,0,0.15),
    0 0 25px rgba(0,0,0,0.25);

  transition: transform 0.45s ease-out;
  position: relative;
}

/* RUBBER EDGE */
.door::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  background: rgba(80,80,80,0.45);
  filter: blur(1.5px);
}

.left-door::before { right: 0; }
.right-door::before { left: 0; }

/* Glass Reflection */
.door::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  background: linear-gradient(
    80deg,
    rgba(255,255,255,0.55),
    rgba(255,255,255,0.0)
  );
  pointer-events: none;
}

.left-door::after { left: 0; }
.right-door::after { right: 0; }

/* CONTENT */
.hero-content {
    z-index: 40;
    text-align: center;
    padding: 30px;
    /*backdrop-filter: blur(4px);*/
    background: rgba(255,255,255);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}

.hero-content h1 {
    font-size: 45px;
    margin-bottom: 15px !important;
    color: #000;
  font-family: "Montserrat", Sans-serif;
    line-height: 1.3em;
    margin: 0;
    font-weight: 600;
}
.hero-content p {
    font-size: 17px;
    color: #6E6E6E;
    margin: 0;
   font-family: "Open Sans", Sans-serif !important;
}

.home_blogs .wpr-cv-inner {
    display: block;
}

.footer_form .wpr-button {
    background: #fff !important;
    color: #f00 !important;
    display: inline-flex !important;
    justify-content: center;
}
.footer_form .wpr-button:hover {
    background: #f00 !important;
    color: #fff !important;
}
.footer_form .wpr-button > span {
    display: inline-flex;
    gap: 10px;
}
.home_blogs .wpr-grid-item-date svg {
    height: 8px;
}
.container {
    max-width: 1440px;
     width: 100%;
}
.videosecction {
    height: 380px;
    width: 100% !important;
}
.videosecction img {
    height: 430px;
    object-fit: contain;
}
.elementor-widget-text-path svg {
    overflow: visible !important;
}
.our_vision_inner:hover {
    background-color: #f00 !important;
}
.our_vision_inner:hover h5, .our_vision_inner:hover p {
    color: #fff !important;
}
.crawlspider-breadcrumbs {
    display: inline-flex;
    gap: 15px;
    color: red;
   font-family: "Open Sans", Sans-serif !important;
}
.crawlspider-breadcrumbs a {
    color: #000 !important;
}
.crawlspider-breadcrumbs a:hover {
    color: #f00 !important;
}
/* Labels */
.my-contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  display: block;
}

/* Layout */
.my-contact-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.my-contact-form .col-half {
  width: calc(50% - 10px);
}

/* Input fields */
.my-contact-form .cf-input,
.my-contact-form .cf-textarea {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.my-contact-form .cf-textarea {
  height: 130px;
  resize: none;
  border-radius: 20px;
}

.my-contact-form .cf-input:focus,
.my-contact-form .cf-textarea:focus {
  border-color: #c0c0c0;
  background: #fff;
}

/* Submit button */
.my-contact-form .cf-submit {
    width: 100%;
    padding: 22px 40px !important;
    background: #f00 !important;
    color: #fff;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.my-contact-form .cf-submit:hover {
  background: #000 !important;
}
span.wpcf7-spinner {
    display: none;
}
.four-related-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

/* Each Item = 2 per row */
.related-item {
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(50% - 30px);
    background: #fff;
    border-radius: 40px;
    padding-right: 20px;
}

/* Image Style */
.related-item .related-image img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
}

/* Content */
.related-content .title {
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 600;
    color: #666;
   font-family: "Montserrat", Sans-serif;
}
.related-content a:hover .title {
    color: #f00;
}

.related-content .meta {
    color: #888;
    margin-bottom: 12px;
    font-size: 15px;
}

.related-content .read-more {
    color: #666 !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
}
.related-content .read-more:hover {
    color: #f00 !important;
}
.comment-respond {
    background: transparent !important;
    padding: 0 !important;
}
.wpr-comment-form-fields {
    width: 100% !important;
}
input#wpr-submit-comment {
    padding: 22px 70px !important;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", Sans-serif;
    background: #f00 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 40px;
}
input#wpr-submit-comment:hover {
    background: #000 !important;
    color: #fff !important;
}
/* Mobile responsive */
@media (max-width: 768px) {
  .my-contact-form .col-half {
    width: 100%;
  }
}
/* HERO SECTION */
.project-hero {
    padding: 100px 0;
    background-image: url(https://idooraust.com.au/wp-content/uploads/2025/12/real-estate-concept-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.project-hero::before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFFE0 0%, #F6F6F6 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.project-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
}
.project-hero-image {
    margin: 0px 15% -25% 15%;
}

.project-hero-content span {
    display: inline-block;
    color: #666;
    margin-bottom: 10px;
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
}
span.p-date svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
span.p-date svg path {
    fill: #f00;
}

.project-hero-content h1 {
    font-size: 60px;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-family: "Montserrat", Sans-serif;
    color:#666;
}

.project-hero-content p {
      color: #6E6E6E;
   font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
}

.project-hero-image img {
    width: 100%;
    border-radius: 30px;
    height: auto;
    object-fit: cover;
}

/* CONTENT AREA */
.project-content {
    padding: 150px 0 50px;
    color: #6E6E6E;
   font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
}

/* RELATED PROJECTS */
.related-projects {
    padding: 50px 0;
    background: #F6F6F6;
}

.rp-title {
    margin-bottom: 30px;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3em;
    color: #666666;
}
.dashed-divider {
    border: 3px dashed #666;
    width: 100px;
    margin-bottom: 30px;
}
/* RESPONSIVE */
@media (max-width: 575px) {
 .rr-related-grid {
    display: block;
}
.related-item {
    display: block;
    text-align: center !important;
    padding-right: 0;
}
.related-item .related-image img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
}
.related-content {
    padding: 20px 0;
}
.related-content .title {
    font-size: 20px;
    }
.related-content .read-more {
        font-size: 12px;
}

}
@media (max-width: 768px) {
  .swing-content h3 {
    font-size: 24px !important;
}
  .crawlspider-breadcrumbs {
    justify-content: center;
    width: 100%;
}
  .hero-content h1 { font-size: 2rem; }
  .hero-content p { font-size: 1rem; }
  .project-hero-inner {
    grid-template-columns: unset !important;
    text-align: center;
}
.project-hero-content h1 {
    font-size: 30px;
}
.project-content {
    padding: 80px 0 50px;
    font-size: 16px;
    text-align: center;
}
.related-projects {
    text-align: center;
}
.four-related-wrapper {
    display: block !important;
}
.related-item {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.rp-title {
      font-size: 30px;
}
.dashed-divider {
    margin: 0 auto 30px;
}
.rr-related-title {
    font-size: 30px !important;
}
.rr-related-products {
    padding: 50px 0 !important;

}
}


@media (min-width: 768px) and (max-width: 991px) {
  .swing-section {
     padding: 20px;
}
.swing-content h3 {
    font-size: 24px !important;
}
  nav.woocommerce-MyAccount-navigation {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    min-width: 160px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
     width: 25% !important;
}
nav.woocommerce-MyAccount-navigation >ul >li >a {
    padding: 40px 10px !important;
    font-size: 15px !important;
}
  .rr-related-products {
    padding: 50px 0 !important;
}
  .rr-related-title {
    font-size: 35px;
}
.project-hero-content h1 {
    font-size: 30px;
}
.hero-content h1 {
    font-size: 30px;
}
.container{
  padding: 0 20px;
  }
  .project-content {
    padding: 50px 0 50px;
}
.related-content .title {
    font-size: 20px;
}
.related-content .read-more {
  font-size: 12px;
}
.related-item .related-image img {
        height: 200px;
    
}
.rp-title {
    font-size: 30px;
  
}
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .hero-content h1 {
    font-size: 40px;
}
}





@media (min-width: 992px) and (max-width: 1024px) {
  .swing-content h3 {
    font-size: 22px !important;
    text-align: center;
}
.swing-content {
    padding: 0 !important;
}
.swing-section {
     flex-direction: column;
}
  nav.woocommerce-MyAccount-navigation >ul >li >a {
    padding: 40px 10px !important;
    font-size: 14px !important;
}
.container {
    padding: 0 20px;
}
.project-hero-content h1 {
    font-size: 45px;
}
.project-content {
    padding: 50px 20px 50px !important;
}
.rp-title {
    font-size: 35px;
}
.related-content .title {
    font-size: 20px;
}
.related-content .read-more {
  font-size: 12px;
}
.related-item .related-image img {
        height: 200px;
    
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .swing-content h3 {
    font-size: 26px !important;
}
.container {
    padding: 0 20px;
}
.project-hero-content h1 {
    font-size: 45px;
}
.project-content {
    padding: 50px 20px 50px !important;
}
.rp-title {
    font-size: 35px;
}
.related-content .title {
    font-size: 20px;
}
.related-content .read-more {
  font-size: 12px;
}
.related-item .related-image img {
        height: 200px;
    
}
}

@media (min-width: 1201px) and (max-width: 1366px) {
.container {
    padding: 0 20px;
}
.project-hero-content h1 {
    font-size: 45px;
}
.project-content {
    padding: 50px 20px 50px !important;
}
.rp-title {
    font-size: 35px;
}
.related-content .title {
    font-size: 20px;
}
.related-content .read-more {
  font-size: 12px;
}
.related-item .related-image img {
        height: 200px;
    
}
}

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

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    margin: 0;
    padding: 0px;
    width: 14%;
}
.woocommerce-account .woocommerce-MyAccount-navigation , .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation >ul >li >a {
    background: #000;
    display: block;
    padding: 40px 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.user-profile {
    flex: 0 0 100px !important;
}
nav.woocommerce-MyAccount-navigation >ul >li >a img {
    margin: 0 auto 10px;
    height: 40px;
    width: 40px;
}
nav.woocommerce-MyAccount-navigation >ul >li >a:hover , nav.woocommerce-MyAccount-navigation >ul .is-active > a {
    background: #f00 !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    color: #000;
    margin: 60px 0 0;
    font-size: 16px;
}
.woocommerce table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.woocommerce table.my_account_orders th {
    background-color: #d4af37;
    color: #fff;
    font-weight: 600;
}
.woocommerce table.my_account_orders tr:last-child td {
  border-bottom: none;
}
.woocommerce table.my_account_orders td a.button, .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward, .woocommerce form.woocommerce-EditAddressForm button.button {
    background-color: #2D1E6F;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 500;
    margin-left: 10px;
}
form.woocommerce-EditAccountForm .show-password-input::before, form.woocommerce-EditAccountForm .show-password-input::before {
    height: 18px;
    width: 18px;
}
.woocommerce table.my_account_orders td a.button, .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward, .woocommerce form.woocommerce-EditAddressForm button.button {
    background-color: #000;
    color: #fff;
    padding: 22px 40px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block !important;
    border-radius: 40px;
}
.order th a {
    color: #fff !important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p {
    font-size: 17px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #666;
   font-family: "Open Sans", Sans-serif;
}
.woocommerce-MyAccount-content button.button {
    font-size: 12px;
    background: #f00 !important;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 22px 40px;
    border-radius: 40px;
}
.woocommerce-MyAccount-content button.button:hover {
    background: #000 !important;
}
.woocommerce-edit-address .woocommerce-Address {
    box-shadow: none !important;
    border: 1px solid #666 !important;
}
.woocommerce-edit-address a.edit {
    color: #666 !important;
}
.woocommerce table.my_account_orders td a.button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward:hover, .woocommerce form.woocommerce-EditAddressForm button.button:hover, form.woocommerce-EditAccountForm button.button:hover {
    background-color: #ff0000 !important;
    color: #fff !important;
}
.woocommerce table.my_account_orders .order-status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.woocommerce table.my_account_orders .order-status.completed { background: #28a745; }
.woocommerce table.my_account_orders .order-status.pending { background: #ffc107; color: #000; }
.woocommerce table.my_account_orders .order-status.on-hold { background: #17a2b8; }
.woocommerce table.my_account_orders .order-status.cancelled { background: #dc3545; }
.woocommerce table.my_account_orders .order-status.refunded { background: #6c757d; }
.woocommerce table.my_account_orders th a { color: #000; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    background: #f8f9fa;
    border: 5px solid #000;
    padding: 30px 50px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    position: relative;
    /* margin-top: 21px; */
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #666;
    top: 44px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
    position: absolute;
    top: -12px;
    left: 25px;
    background: #ff0000;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
body.woocommerce-orders .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
    content: "Orders";
    
}
body.woocommerce-downloads .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
    content: "Downloads";
    
}
body.woocommerce-payment-methods .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
    content: "Payment";
    
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
}
.woocommerce-Addresses .woocommerce-Address {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.woocommerce-Addresses .woocommerce-Address:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.woocommerce-Addresses .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.woocommerce-Addresses .woocommerce-column__title::before {
  content: "\f230";
  font-family: Dashicons;
  font-size: 22px;
  color: #0071a1;
}
.woocommerce-Addresses .woocommerce-column__title a {
  position: absolute;
  right: 0;
  font-size: 14px;
  background-color: #0071a1;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.woocommerce-Addresses .woocommerce-column__title a:hover {
  background-color: #00587a;
}
.woocommerce-Addresses address {
  font-style: normal;
  font-size: 15.5px;
  color: #333;
  line-height: 1.9;
  padding-left: 5px;
}
.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.woocommerce form.woocommerce-EditAddressForm {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #d4af37;
    margin: 80px 0;
    font-family: "Open Sans", Sans-serif;
}
.woocommerce form.woocommerce-EditAddressForm h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    border-left: 4px solid #d4af37;
    padding-left: 15px;
}
.woocommerce form.woocommerce-EditAddressForm p.form-row {
    position: relative;
    margin-bottom: 10px;
}
.woocommerce form.woocommerce-EditAddressForm input.input-text,
.woocommerce form.woocommerce-EditAddressForm select {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-size: 14px;
  transition: border-color 0.3s ease, background 0.3s ease;
  font-family: inherit;
}
.woocommerce-EditAddressForm .select2-selection--single {
    border: 1px solid #dcdcdc !important;
    border-radius: 10px !important;
    height: 50px !important;
    text-align: left !important;
    font-size: 14px;
}
.woocommerce form.woocommerce-EditAddressForm input.input-text:focus, .woocommerce form.woocommerce-EditAddressForm select:focus {
    border: solid 1px #dcdcdc !important;
}
.woocommerce form.woocommerce-EditAddressForm label {
    position: absolute;
    top: -10px;
    left: 0;
    background: #fff;
    padding: 0px 2px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    pointer-events: none;
    z-index: 1;
    margin-bottom: 0 !important;
}
form.woocommerce-EditAccountForm {
    background: transparent;
    padding: 40px;
    border-radius: 10px;
    margin: 80px auto;
    border: 1px solid #666;
   font-family: "Open Sans", Sans-serif;
}
button.show-password-input {
    background: transparent;
}
form.woocommerce-EditAccountForm input {
    padding: 13px 18px !important;
    height: 50px !important;
    border-radius: 8px !important;
    margin: auto !important;
    border-color: #666 !important;
}
form.woocommerce-EditAccountForm input:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #dcdcdc !important;
}
.woocommerce-EditAccountForm legend {
    color: #666;
}
.woocommerce-EditAccountForm em {
    font-size: 14px;
    color: #666;
}
form.woocommerce-EditAccountForm > h3 {
  font-size: 24px;
  font-weight: 600;
  border-left: 4px solid #0071a1;
  padding-left: 15px;
  margin-bottom: 30px;
}
form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 25px;
}
form.woocommerce-EditAccountForm label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #333;
    line-height: 24px !important;
}
.woocommerce-MyAccount-content h3 {
    font-size: 24px;
    color: #d4af37;
    padding-bottom: 15px;
    margin: 0 !important;
}
.woocommerce-MyAccount-content ul {
    padding: 0;
    margin: 0;
}
form.woocommerce-EditAccountForm input.input-text,
form.woocommerce-EditAccountForm input[type="password"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background-color: #f9f9f9;
  transition: 0.3s ease;
}
form.woocommerce-EditAccountForm input.input-text:focus,
form.woocommerce-EditAccountForm input[type="password"]:focus {
  border-color: #0071a1;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 113, 161, 0.1);
  outline: none;
}
.woocommerce-cart .site-main {
  background-color: #0d0721; 
  color: #fff;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
}
.woocommerce-cart table.shop_table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
    border: 0 !important;
    margin-bottom: 0;
}
.woocommerce-cart-form {
    background: #fff;
    border-radius: 12px;
}
.shop_table.cart .actions {
    background: none !important;
    border-top: 0 !important;
    padding-bottom: 0;
}

ins {
    background: transparent;
}
.woocommerce-Tabs-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
}
form#commentform {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
p.logged-in-as a {
    font-weight: bold;
    color: #f00;
}
p.logged-in-as a:hover {
    color: #000;
}
 p.logged-in-as {
    color: #666;
}

/* ================================
   RELATED PRODUCTS SHORTCODE CSS
================================ */

.rr-related-products {
    padding: 60px 0;
    background: #F6F6F6;
}

.rr-related-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    color: #666;
    font-family: "Montserrat", Sans-serif;
}
.rr-related-products .dashed-divider {
    margin: 0 auto 50px;
}
.rr-related-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.rr-related-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.rr-thumb img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}
.pro-content {
    padding: 20px;
}

.rr-product-title {
    font-size: 20px;
    margin: 0px 0 10px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #666;
}

.rr-price {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
}

.rr-cart-btn, .rr-view-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
    background: #666;
    line-height: normal;
    letter-spacing: 2px;
    font-family: 'Open Sans';
}

.rr-cart-btn:hover,
.rr-view-btn:hover {
    background: #f00;
    color: #fff;
}











@media (max-width: 768px) {

                nav.woocommerce-MyAccount-navigation {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    min-width: 130px;
}
nav.woocommerce-MyAccount-navigation >ul >li >a {
    
    padding: 30px 10px !important;
    font-size: 12px !important;
}




}
@media (max-width: 575px) {
.woocommerce-account-layout {
    padding: 15px;
    flex-direction: column;
}
.woocommerce-account-layout {
    text-align: center;
}
}






/* ===== Reviews Wrapper ===== */
.woocommerce-Reviews {
    max-width: 900px;
    margin: 0 auto;
}

/* Reviews Heading */
.woocommerce-Reviews-title,
#comments h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* ===== Single Comment ===== */
.commentlist li {
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Avatar */
.comment-author img {
    border-radius: 50%;
}

/* Author Name */
.comment-author b,
.comment-author .fn {
    font-size: 16px;
    font-weight: 600;
}

/* Admin Label */
.comment-author .admin {
    color: #d60000;
    font-size: 13px;
    font-weight: 600;
}

/* Comment Meta (Date / Time) */
.commentmetadata {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* Comment Text */
.comment-content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}

/* Reply + Edit Links */
.comment-reply-link,
.comment-edit-link {
    font-size: 14px;
    color: #d60000;
    font-weight: 500;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
    text-decoration: underline;
}

/* ===== Comment Form ===== */
#respond {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 12px;
}

#respond h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

/* Textarea */
#comment {
    width: 100%;
    min-height: 140px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 15px;
}

/* Logged-in Text */
.logged-in-as {
    font-size: 14px;
    margin-bottom: 15px;
}

/* Submit Button */
#submit,
.comment-form input[type="submit"] {
    background: #d60000;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

#submit:hover {
    background: #000;
}









/* ===== SECTION ===== */
.swing-section {
    display: flex;
    gap: 30px;
    justify-content: center;
}
/* ===== LEFT CONTENT ===== */
.swing-content {
    padding: 0 0 40px 0;
    display: flex;
    align-items: center;
    z-index: 3;
    opacity: 0;
    transform: translateX(-60px);
    justify-content: center;
}

.swing-content h3 {
     font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    color: #666666;
}

/* ===== RIGHT VISUAL ===== */
.swing-visual {
  position: relative;
  perspective: 1800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== REAL WORLD BACKGROUND ===== */
.real-world {
  position: absolute;
  width: 300px;
  height: 535px;
  background-size: cover;
  background-position: center;
  filter: brightness(0.9) contrast(1.05);
  box-shadow: inset 0 0 80px rgba(0,0,0,0.4);
  z-index: 1;
}

/* ===== OPERATOR ===== */
.operator {
  position: absolute;
  top: 0%;
  width: 220px;
  height: 26px;
  background: linear-gradient(to bottom, #e3e7eb, #b6bcc3);
  border-radius: 6px;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.25);
  z-index: 4;
}

/* ===== METAL FRAME ===== */
.door-frame {
  width: 300px;
  height: 540px;
  padding: 12px;
  background: linear-gradient(145deg, #cfd4d9b8, #9aa0a6);
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.4),
    0 30px 60px rgba(0,0,0,0.35);
  position: relative;
  z-index: 3;
}

/* ===== SWING DOOR ===== */
.swing-door {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.4),
      rgba(255,255,255,0.05)
    ),
    linear-gradient(to bottom, #8fa9be, #6c8499);
  border-radius: 6px;
  transform-origin: right center;
  transform: rotateY(0deg);
  box-shadow:
    inset 0 0 0 4px rgba(0,0,0,0.25),
    inset 0 0 30px rgba(255,255,255,0.25);
  position: relative;
}

/* ===== GASKET ===== */
.swing-door::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  box-shadow: inset 0 0 0 6px rgba(0,0,0,0.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .swing-section {
    flex-direction: column;
  }

  
 .swing-content {
    text-align: center;
    padding: 0 !important;
}

  .door-frame {
    width: 240px;
    height: 420px;
  }

  .real-world {
    width: 280px;
    height: 440px;
  }
}