/*
Theme Name: Sinko Theme
Theme URI: https://isarvait.com
Description: Sinko Theme Theme
Version: 1.0
Text Domain: Sinko Theme Theme
*/

   :root {
        --primary-color: #003399; /* Gurucharan Blue */
        --secondary-color: #da251d; /* Accent Red */
        --light-blue: #0067ac;
        --sky-blue: #0788a2;
        --text-color: #333;
        --light-bg: #ffffff;
    }

body {
  margin: 0;
}
#page{
	overflow:hidden;
}

/* Style for Contact Form 7 */

/* Form Container */
.wpcf7 {
  max-width: 100%;
  margin: 0 auto;
}

.wpcf7 label {
  display: block;
  Color: white;
}

.wpcf7 span {
  display: block;
}

/* Form Title */
.wpcf7 h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.wpcf7 {
	border-width: 1px;
}

/* Form Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100%;
  height: 45px;
  padding: 15px;
  margin-bottom: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7 textarea {
  height: 120px;
  margin-top: 10px;
  /* Corrected syntax for setting height */
}


.sh-checkbox-1 p{
  padding-top:15px !important;
}

.sh-work-sec p {
  padding-top:15px !important;
}



select{
  height: calc(1.2em + 24px) !important;
  }



/* PDF bUTTON STYLE  */


#dropdownMenuButton{

  width: 100%;
  max-width: 250px;
  padding: 4px 24px;


}

#dropdownMenuButton .fas.fa-download.mr-2 {
padding: 10px 10px 10px 0px;
}

.show_area .fa-file-pdf:before {
  color:#fff
}

.show_area:hover .fa-file-pdf:before,
.show_area:hover span {
  color:#c00000fc !important;
}


.show_area .fa-file-pdf{
  padding:5px 10px 5px 5px;
}

.dropdown-menu.show a{
  text-decoration:none;
}



.dropdown-menu.show {
  display: block;
  width: 100%;
  max-width: 250px;
  border-radius: 0;
  background-color: #1A3374;
  padding:0px;
}

/* .dropdown-menu.show:hover{
  background-color: #c00000fc;
} */


/* .dropdown-menu.show a span:hover{
  color: #c00000fc;
} */

.show_area {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}


.show_area span{
  color: #fff;
}

@media(max-width:480px){


  .dropdown-menu.show {
    display: block;
    width: 100%;
    max-width: 250px;
  }

  #dropdownMenuButton{

    width: 100%;
    max-width: 250px;
    padding: 4px 4px;
  }
  
    
}

/* PDF bUTTON STYLE end */

/* Form Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #003399;
  color: #fff;
  padding: 12px 24px;
  cursor: pointer;
	font-family: roboto;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid  #fff;
	border-radius: 20px;
  /* Add this line to remove the border */

  /* Reduced border radius */
}

.wpcf7 input[type="submit"]:hover {
  background-color: #fff;
	color: #003399;
}



/* Error Messages */
.wpcf7 .wpcf7-not-valid-tip {
  color: red;
}

/* Success Message */
.wpcf7 .wpcf7-mail-sent-ok {
  color: #4CAF50;
  font-weight: bold;
}

.product-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 20px;
  padding-block-start: 60px;
}
.inner-product-main{
  flex:1;
}

.spare-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px 20px;
   padding-block-start: 60px;
  /* padding-left: 8%; */
  padding-block-end: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px; 
  width: 100%;
}

.category {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  text-align: center;
  padding-block-start: 20px;
  padding-block-end: 30px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E9E9E9;
}

/* .spare {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  background: #fff;
  text-align: center;
  padding-block-start: 4px;
  padding-block-end: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #E9E9E9;
} */
 .spare {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 20px;
  text-align: center;
}

.spare-image-wrapper {
  position: relative;
}
/* .spare-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.spare-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.spare-image-wrapper a {
  display: block;
}

.sparebutton {
  position: absolute;
  right: 0;
  top: -28px;
  display: block;
  height: auto;
}

.spare img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #c00000fc;
  border-radius: 0;
  box-shadow: none;
}

.category-name h2 {
  font-size: 20px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  margin-top: 15px;
  /* padding: 0;
    margin: 0;
    line-height: 1; */
}

.spare-name h2 {
  font-size: 25px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
  margin-top: 15px;
  text-align: left;
  /* padding: 0;
    margin: 0;
    line-height: 1; */
}

.category-name h2 a {

  color: #c00000fc;
  display: block;
  /* padding: 0;
    margin: 0;
    line-height: 1; */
}

.spare-name h2 a {

  color: #c00000fc;
  display: block;
  text-decoration: none;
  /* padding: 0;
    margin: 0;
    line-height: 1; */
}

.category-des {

  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}

.spare-des {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  padding-bottom: 31px; 
}

.category-des p {
  color: #4e4e4e;

}

.spare-des p {
  color: #4e4e4e;
  text-align: left;

}

.spare svg {
  fill: white;
}
 @media (max-width: 768px) {
  .spare-wrapper {
      padding: 10px;
      grid-template-columns: repeat(1,  1fr);
  }
} 

.btn {
  background-color: #c00000fc;
  width: 100%;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  color: white;
}

.sparebtn {
  background-color: #c00000fc;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  color: white;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 20px 20px 24px;
  margin: 0px 0px -50px 0px;
  /* display: inline-block; */
}


.btn:hover {
  background-color: #ff0000fc;
  color: white;
}

.btn:active {
  background-color: #ff0000fc;
  color: white;
}

.subcategory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(270px, 1fr));
  gap: 20px 20px;
  /* padding-block-start: 60px; */
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 30px;
}

.subcategory {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E9E9E9;
  padding-block-start: 20px;
  padding-block-end: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;

}

.subcategory-name a {
  color: #000000FC;
  text-decoration: none;
  font-family: "Open Sans", Sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.subcategory-description {
  color: #4e4e4e;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 20px;
}

.btn1 {
  text-decoration: none;
  color: #000000;
}

.subcategory svg {
  margin-left: 5px;
}

/* .btn1 svg:hover{
    fill:#c00000fc;
  }
  .linkk a:hover{
    color:#c00000fc;
   
  } */
.linkk :hover {
  color: #c00000fc;
  fill: #c00000fc;
}

.linkk {
  display: flex;
  margin-top: 15px;
}

header h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  color: white;
}

.subimg img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.subimg {
  padding-top: 10px;
}

section.box-wrappre:nth-of-type(even) .box {
  flex-direction: row-reverse;
}

section.box-wrappre:nth-of-type(even) {
  background-color: #EBEBEB;
}

.box {
  display: flex;
  max-width: 90vw;
  width: calc(100% - 40px);
  margin: auto;
  padding-top:20px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}


.procontent h2 {
  color: #c00000fc;
  font-family: 'Manrope', sans-serif;
  font-size: 35px;
  font-weight: 800;
  margin-top: 14px;
}


.downbtn {
  margin-left: 0px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  background-color: #1a3373;
  text-decoration: none;
  font-family: "Manrope", Sans-serif;
  font-weight: 500;
  margin-top: 8px;
  border: none;
}

.downbtn:hover {
  background-color: #ff0000fc;
  color: white;
}

.bbutton .downbtn a{
  color: white;
  text-decoration: none;
}

.bbutton .cotbtn {
  margin-left: 20px;
  color: #c00000fc;
  background-color: white;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C00000FC;
  line-height: 1;
  /* font-size: 15px; */
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  /* font-weight: 500;
    font-family: "Manrope", Sans-serif; */
}

/* .cotbtn:hover {
    background-color: #c00000fc;
    color: white;
  } */

.image img {
  max-width: 530px;
  float: left;
  /* border: 3px solid white; */
  border-radius: 0px;
  margin-right: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.box .image {
  padding-right: 40px;
}

section.box-wrappre:nth-of-type(even) .box .image {
  padding-left: 40px;
  padding-right: 0px;
}

section.box-wrappre:nth-of-type(even) .slider {
  padding-left: 25px;
}

.procontent button {
  font-family: "Manrope", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 13px;
  margin-top: 0px;
}

/* .bbutton button .cotbtn {
    background-color: white;
  } */

.bbutton .cotbtn:hover {
  background-color: #c00000fc;
  color: white;
}

.bbutton .cotbtn:focus {
  background-color: white;
  color: #c00000fc;

}



.bbutton .downbtn {
  font-size: 15px;
  padding: 12px 24px;
  line-height: 1;
  margin-bottom: 10px;
}

.description p {
  font-family: "Manrope", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.procontent {
  margin-top: 2px;
  align-self: center;
  width: 60%;
}

.box .slider {
  width: 40%;
  margin-top: 25px;
  padding-right: 40px;
  padding-bottom: 25px;
  /* display:flex;
  justify-content: center;
  align-items: center; */

}




.slider img {
  width: 70%;
}

.page-header {
   background-image: url("https://shinkoind.com/wp-content/uploads/2024/03/strip-banner.jpg");

  /* background-color: #148af1; */
  margin-block-start: -72px;
  padding-block-start: 140px;
  padding-block-end: 84px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;

}

.slider img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E9E9E9;
  border-radius: 10px 10px 10px 10px
}

.slider .video-container {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E9E9E9;
  border-radius: 10px 10px 10px 10px
}

a[href="https://isarvait.com/"]:hover {
  color: #fa282c ! important;
}

.grecaptcha-badge { 
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .box .slider {
    width: 40%;
    margin-top: 31px;
    padding-right: 30px;
    padding-bottom: 10px;
  
  }

}

@media only screen and (max-width: 768px) {
  header h2{
    font-size:25px;
  }
  
  .procontent h2{
    font-size: 25px;
  }

  .product-wrapper {
    grid-template-columns: repeat(1, minmax(270px, 1fr));
  }

  .product-wrapper .category {
    width: 100%;
  }

  .page-header {
    padding-block-start: 90px;
    padding-block-end: 26px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    width: 100%;
  }

  section {
    padding-block-start: 60px;
    padding-block-end: 60px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    width: 100%;
  }
  .box-wrappre{
    padding: 10px;
  }

  section .box {
    width: 100%;
    display: block;

  }

  .subcategory-list {
    grid-template-columns: repeat(1, minmax(270px, 1fr));
    margin: 5%;

  }

  .subcategory-list .subcategory {
    width: 100%;
    gap: 20px 20px;
    padding-block-start: 30px;
    padding-block-end: 32px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }

  .box .slider {
    width: 100%;
    /* padding: 0px; */
    margin-top: 0%;
    padding-right :0px !important;
  }

  .procontent {
    width: 100%;
  }

  /* .spare-wrapper {
    grid-template-columns: repeat(1, minmax(270px, 1fr));
    padding-top: 0px;    
    padding-left: 0px;
    padding-right: 0px ;
  } */
    /* padding-left: 8%; */
    /* display: grid;
      
      gap: 39px 20px;
      padding-block-start: 61px;
      
      padding-block-end: 75px;
      padding-inline-start: 68px;
      padding-inline-end: 63px;
      width: 100%; */
  
 
.spare-content {
  flex: 1;
}

  .box .slider img {
    width: 100%;
  }

  .tax-spare-part-category .box .slider img {
    width: 100%;
  }

  .spare-wrapper .spare {
    width: 100%;
  }

}

/******service portal*****/
.service-portal-sec select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 3.5em;
    border: none;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-file {
    border: 1px solid #e6202d;
    padding: 10px;
    background: #e6202d;
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%
}
.wpcf7-form-control-wrap:focus {outline: none;}


.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin: 20px;
}



/* contact form service portal */

.sh-form-container{
  padding: 25px;
  margin: 0;
  background-color: #eeeff3;
}

.sh-form-container p {
  margin-bottom: 10px !important;
}


input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 3.5em;
  /* border: none !important; */
  padding-left: 10px;
  margin-top: 10px;
  font-size: 15px;
}

.sh-checkbox span{
  display:inline-block;
  margin:0 0 0 1em;
  
}


.sh-checkbox-1 span{
  display:inline-block;
  margin:0 0 0 5px;
}

.sh-work-sec select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {

  width: 100%;
  height: 3.5em;
  border: none !important;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 15px;

}

@media(max-width:1300px){
  #dropdownMenuButton{
    max-width: 250px;
  }

  .dropdown-menu.show{
    max-width: 250px;
  }
}

@media(max-width:992px){
  #dropdownMenuButton{
    max-width: 250px;
  }
  .dropdown-menu.show{
    max-width: 250px;
  }
}

@media(max-width:480px){
  .dropdown {
    display: flex;
    flex-direction: column;
  }
  .dropdown #dropdownMenuButton, .dropdown-menu.show{
    order:2;

  }
  .dropdown .cotbtn{
    order:1;

  }
  
  button.cotbtn{
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  #dropdownMenuButton {
    max-width: 250px;
}
.dropdown-menu.show {
  display: block;
  width: 100%;
  max-width: 250px;
  position: relative;
}

}

.shink-home-coreoffer{
  display: contents;
}

.email-links a {
    color: #4e4e4e; /* Gray color */
    text-decoration: none; /* Remove underline */
}

.email-links a:hover {
    color: #ad0303; /* Red color on hover */
    text-decoration: underline; /* Optional: underline on hover */
}


/* footer cide 

*/



/* header code  */



/* ============================================
   HEADER STYLES
   ============================================ */

/* Reset and Base */
.site-header *,
.site-header *::before,
.site-header *::after {
    box-sizing: border-box;
}

.site-header {
    background: transparent;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); */
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 15px 0;
}

.site-header.scrolled {
    background: #ffffff; /* your scroll background */
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* .site-header:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
} */

.site-container{
   max-width: 1440px;
   margin: 0 auto;
    padding: 0 20px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

/* Site Branding */
.site-branding {
    flex: 0 0 auto;
}

.site-logo a {
    display: block;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.site-logo a:hover {
    opacity: 0.85;
}

.site-logo img {
    /* max-height: 50px; */
    width: auto;
    height: auto;
}

.site-title {
    margin: 0;
}

.site-title a {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-title a:hover {
    color: #3498db;
}

/* Desktop Navigation */
.desktop-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

@media (max-width: 1024px) {
    .desktop-navigation {
        display: none;
    }
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

.primary-menu > li {
    position: relative;
}

.primary-menu > li > a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #34495e;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.primary-menu > li > a:hover {
    background: #f8f9fa;
    color: #2980b9;
    transform: translateY(-1px);
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
    color: #2980b9;
    background: #f1f8ff;
    font-weight: 600;
}

/* Dropdown Styles */
.primary-menu .sub-menu,
.primary-menu .children {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:hover > .children,
.primary-menu li.focus > .sub-menu,
.primary-menu li.focus > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu .sub-menu li,
.primary-menu .children li {
    position: relative;
}

.primary-menu .sub-menu a,
.primary-menu .children a {
    display: block;
    padding: 12px 25px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.primary-menu .sub-menu a:hover,
.primary-menu .children a:hover {
    background: #f8f9fa;
    color: #2980b9;
    border-left-color: #2980b9;
    padding-left: 30px;
}

.primary-menu .sub-menu .sub-menu,
.primary-menu .children .children {
    top: -10px;
    left: 100%;
}

.primary-menu .sub-menu .sub-menu::before,
.primary-menu .children .children::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -6px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Dropdown Indicators */
.primary-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.primary-menu .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}

.primary-menu .sub-menu .menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
}

.primary-menu li:hover > a::after {
    transform: translateY(-30%) rotate(225deg);
}

.primary-menu .sub-menu li:hover > a::after {
    transform: translateY(-50%) rotate(135deg);
}

/* Mobile Navigation */
.mobile-navigation {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-navigation {
        display: block;
        position: relative;
    }
    
    .header-container {
        padding: 0 15px;
        min-height: 70px;
    }
}

/* Hamburger Button */
.menu-toggle {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    background: #f8f9fa;
}

.menu-toggle:focus {
    outline: 2px solid #2980b9;
    outline-offset: 2px;
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.hamburger {
    display: block;
    position: relative;
    width: 24px;
    height: 18px;
}

.hamburger-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2c3e50;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-line:nth-child(1) {
    top: 0;
}

.hamburger-line:nth-child(2) {
    top: 8px;
}

.hamburger-line:nth-child(3) {
    top: 16px;
}

/* Mobile Menu Container */
.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-container.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #ffffff;
    padding: 80px 25px 40px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-menu-container.active .mobile-menu {
    transform: translateX(0);
}

.mobile-primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-primary-menu > li {
    margin-bottom: 2px;
    border-bottom: 1px solid #f1f1f1;
}

.mobile-primary-menu > li:last-child {
    border-bottom: none;
}

.mobile-primary-menu a {
    display: block;
    padding: 16px 20px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.mobile-primary-menu a:hover {
    background: #f8f9fa;
    color: #2980b9;
    padding-left: 25px;
}

.mobile-primary-menu .current-menu-item > a {
    color: #2980b9;
    background: #f1f8ff;
    font-weight: 600;
}

/* Mobile Submenu */
.mobile-primary-menu .sub-menu,
.mobile-primary-menu .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    display: none;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 5px 0;
}

.mobile-primary-menu .sub-menu.active,
.mobile-primary-menu .children.active {
    display: block;
}

.mobile-primary-menu .sub-menu a,
.mobile-primary-menu .children a {
    padding: 14px 20px;
    font-size: 15px;
    color: #5d6d7e;
}

.mobile-primary-menu .sub-menu .sub-menu a,
.mobile-primary-menu .children .children a {
    padding-left: 40px;
    font-size: 14px;
}

/* Mobile Dropdown Toggle */
.mobile-menu .menu-item-has-children {
    position: relative;
}

.mobile-menu .menu-item-has-children > a {
    padding-right: 50px;
}

.mobile-dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.3s ease;
    z-index: 1;
}

.mobile-dropdown-toggle:hover {
    background: #e9ecef;
}

.mobile-dropdown-toggle::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #7b8a8b;
    border-bottom: 2px solid #7b8a8b;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.active::after {
    transform: rotate(-135deg);
}

/* Close Button */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1002;
}

.mobile-menu-close:hover {
    background: #e9ecef;
    transform: rotate(90deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2c3e50;
    border-radius: 2px;
}

.mobile-menu-close::before {
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    transform: rotate(-45deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-container {
        min-height: 65px;
        padding: 0 15px;
    }
    
    .site-logo img {
        max-height: 40px;
    }
    
    .mobile-menu {
        width: 90%;
        padding: 70px 20px 30px;
    }
}

@media (max-width: 480px) {
    .mobile-menu {
        width: 100%;
        max-width: none;
    }
    
    .site-title a {
        font-size: 20px;
    }
}





/* footer code  */


/* ============================================
   FOOTER STYLES
   ============================================ */

.site-footer {
    background: #1a1a1a;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

/* Footer Top Section */
.footer-top {
    background: #2c3e50;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12);
}

/* .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.footer-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 992px) {
    .footer-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .enquiry-form {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .footer-row {
        grid-template-columns: 1fr;
    }
    
    .enquiry-form {
        grid-column: span 1;
    }
}

/* Company Info Column */
.company-info {
    padding-right: 20px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo .custom-logo {
    /* max-height: 60px; */
    height: auto;
    width: auto;
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.company-description {
    margin-bottom: 30px;
}

.company-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #ecf0f1;
    font-style: italic;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #3498db;
}

.company-address h3,
.useful-links h3,
.enquiry-form h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3498db;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
}

.company-address h3::after,
.useful-links h3::after,
.enquiry-form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #e74c3c;
}

.address-details {
    margin-bottom: 20px;
}

.address-line {
    font-size: 14px;
    color: #bdc3c7;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.address-line::before {
    content: '📍';
    margin-right: 8px;
    font-size: 12px;
}

.contact-info {
    border-top: 1px solid #34495e;
    padding-top: 15px;
    margin-top: 15px;
}

.contact-email,
.contact-phone {
    font-size: 14px;
    color: #bdc3c7;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.contact-email::before {
    content: '✉️';
    margin-right: 8px;
}

.contact-phone::before {
    content: '📞';
    margin-right: 8px;
}

/* Useful Links Column */
.useful-links {
    padding: 0 10px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    position: relative;
    padding-left: 20px;
}

.footer-menu li a::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #3498db;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer-menu li a:hover {
    color: #3498db;
    padding-left: 25px;
    border-bottom-color: rgba(52, 152, 219, 0.3);
}

.footer-menu li a:hover::before {
    transform: translateY(-50%) translateX(5px);
}

/* Enquiry Form Column */
.enquiry-form form {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #95a5a6;
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.captcha-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.captcha-display {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
}

.captcha-text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    background: linear-gradient(45deg, #3498db, #e74c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: 1;
    text-align: center;
}

.refresh-captcha {
    background: #3498db;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.refresh-captcha:hover {
    background: #2980b9;
    transform: rotate(180deg);
}

.captcha-group input {
    flex: 2;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
}

.form-submit {
    text-align: center;
}

.submit-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1f639e);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Footer Bottom Section */
.footer-bottom {
    background: #151515;
    padding: 25px 0;
    border-top: 1px solid #2c3e50;
}

.footer-bottom .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #95a5a6;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
}

.footer-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

.footer-bottom-menu li a {
    color: #95a5a6;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-bottom-menu li a:hover {
    color: #3498db;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-top {
        padding: 40px 0 30px;
    }
    
    .footer-bottom .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .enquiry-form form {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .footer-row {
        gap: 30px;
    }
    
    .captcha-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .captcha-display {
        justify-content: space-between;
    }
    
    .company-info {
        padding-right: 0;
    }
}

/* Form Validation Styles */
.form-group input:invalid,
.form-group textarea:invalid {
    border-color: #e74c3c;
}

.form-group input:valid,
.form-group textarea:valid {
    border-color: #2ecc71;
}

/* Loading State for Submit Button */
.submit-btn.loading {
    position: relative;
    color: transparent;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.call-back-form{
	padding:30px 30px 30px 30px;
	border:1px solid #00b7e1;
	border-radius:10px;
}
.call-back-form p:last-child{
	margin:0;
	display:flex;
}
.call-back-form p .wpcf7-submit{
	margin:0 !important;
}

/* Contact Form oddoor */

/* Contact Form Wrapper */
.contact-form-oddoor {
  width: 100%;
  padding:20px 30px 10px 30px;
  border-radius: 10px;
  background-color: #f1fff2;
  box-sizing: border-box;
  color: #000; /* default text color for labels */
  font-family: lato;
}

.contact-form-oddoor .input.wpcf7-form-control.wpcf7-text {
	margin-top:0px;
}


/* Labels */
.contact-form-oddoor label {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 10px;
  color: #000;
}

/* Input, select & textarea */
.contact-form-oddoor .form-control {
  width: 100%;
  height: 45px;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #555;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.contact-form-oddoor.input.wpcf7-form-control.wpcf7-text{
	height: 45px;
}


/* Textarea */
.contact-form-oddoor textarea.form-control {
  height: 140px;
  resize: none;
}

/* Focus */
.contact-form-oddoor .form-control:focus {
  outline: none;
  border-color: #0a6db1;
}

/* Submit button */
.contact-form-oddoor .submit-btn {
  background-color: #6ab43e !important;
  background-image: none;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  font-family: Lato;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
  margin-top: 50px;
  width: 100%;
}

.contact-form-oddoor p{
margin-top: 30px;
margin-bottom: 0px;
}

.contact-form-oddoor .submit-btn:hover {
  background-color: #037b0b !important;
  color: #ffffff !important;
}

/* Center submit */
.contact-form-oddoor .text-center {
  text-align: center;
}

.contact-form-oddoor .wpcf7-form-control.wpcf7-submit.has-spinner {
	margin: 0px;
}

/* Select box */
.contact-form-oddoor select {
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #555;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-oddoor .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .contact-form-oddoor .form-col {
    width: 100%;
  }
}
.form-col p .wpcf7-form-control-wrap input{
	border: 1px solid #0C443C;
    /* padding: 10px 20px; */
    height: 45px;
}




