/* ----------------------------------

Template Name: Crysa - It Solution Template
Author: validtheme
Description:
Version: 1.0.2

Main Font    : Yantramanav
Main Color   : #8A6552

-------------------------------------

[Typography]

Body copy:    15px 'Yantramanav', sans-serif
Header:     36px 'Yantramanav', sans-serif
Input, textarea:  15px 'Yantramanav', sans-serif
Sidebar heading:  20px 'Yantramanav', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Services Single
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

.new-drop-box{background:#fff;position:absolute;display:none;padding-top:10px}
.new-drop-box ul{display:inline-table;padding-right:0;width:19.5%}
.new-drop-box ul li{padding:5px 0 5px 0}
.new-drop-box ul li a{padding:5px 0 5px 0;font-size:13.5px}
.new-drop-box ul li a:hover{color:#177cb2}
.new-drop-box ul h4 a{border-bottom:1px dotted #797979;padding-bottom:5px;margin-bottom:8px;color:#337ab7;font-size:14px;text-decoration:none}
.new-drop-box ul h4 a:focus{outline:0;text-decoration:none}
.new-drop-box ul li:last-child{margin-bottom:30px}

.new-drop-box {
    width: 1177px;
    left: -490px;
    padding-left: 30px;
    height: 500px;
    overflow-y: scroll;
}
* {
  box-sizing: border-box;
}

/* Float three columns side by side */
.column {
  float: left;
  width: 30%;
  padding: 1.5%;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 30%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  /* background-color: #104cba; */
  background-image: url(./assets/img/shape/1.jpg);
  color: white;
}
.cards {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 23px;
    text-align: center;
    /* background-color: #104cba; */
    background-image: url(./assets/img/shape/1.jpg);
    background-size: cover;
    background-position: left;
    color: white;
    border-radius: 15px;
  }

  .circle-round-job {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* display: flex; */
    border: 2px solid #fff;
}
/* tab content */
.tabs {
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #0d3886;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #0d3886;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 15%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label {
  background: #0d3886;
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: #0d3886 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, 
#tab2:checked ~ .tab-content-wrapper #tab-content-2, 
#tab3:checked ~ .tab-content-wrapper #tab-content-3, 
#tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5,
#tab6:checked ~ .tab-content-wrapper #tab-content-6
 {
  position: relative;
  top: 0px;
 }
 
  
  .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .tabs {
    margin-bottom: 30px;
  }
  
  .tab {
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #0056b3;
    background-color: white;
    color: #0056b3;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .tab.active, .tab:hover {
    background-color: #0056b3;
    color: white;
  }
  
  .job-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .job-card {
    background-color: white;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    display: none; /* Hidden by default */
  }
  
  .job-card.show {
    display: block;
  }
  
  .job-icon {
    width: 80px;
    margin-bottom: 15px;
  }
  
  .details-btn {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  

  /* home features */
  .about-area .services-single-content .services-more .item:hover {
    background-size: 100% 100%;
    cursor: pointer;
  }

  .about-area .services-single-content .services-more .item {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3);
    box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#166ce7), to(#5990f7));
    background-image: -o-linear-gradient(#166ce7, #5990f7);
    background-image: linear-gradient(#166ce7, #5990f7);
    background-repeat: no-repeat;
    -webkit-transition: background-size ease .5s, color .5s;
    -o-transition: background-size ease .5s, color .5s;
    transition: background-size ease .5s, color .5s;
    background-position: 50% 50%;
    background-size: 0% 0%;
  }
  .item {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /* border-radius: .25rem; */
  }

  .services-more .item:hover a{
    color: #fff;
  }
  .services-more .item:hover p {
    color: #fff;
  }
  .services-more .item:hover  img {
    filter: brightness(0) invert(1); /* Makes dark icons white */
    width: 25px;
    margin-bottom: 10px;
  }

  /* logo caurosal */
  .logo_div img{
    padding: 14px 14px;
    width: 130px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .logo_div {
    text-align: center;
  }
  .w-90{
    width: 90%;
    margin: auto;
  }
  .d-jc-ac{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  /* logo caurosal */


  /* enquiry start */
  /* .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
  .close.popup-close {
    position: absolute;
    right: -6%;
    top: -10%;
    border-radius: 50%;
    color: white;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
} */
  .send-enquiry {
    position: fixed;
    right: -46px;
    color: #fff !important;
    background-color: #166ce7;
    border-color: #0256f1;
    top: 50%;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.contact-form-area .forms {
    max-width: 630px;
    padding: 15px;
    position: relative;
    z-index: 1;
  }
  
  .contact-form-area .forms input {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-bottom: 15px;
    min-height: 55px;
    padding: 5px 20px;
  }
  
  .contact-form-area .forms textarea {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-bottom: 15px;
    padding: 5px 20px;
    min-height: 180px;
  }
  
  .contact-form-area .forms button {
    border: none;
    background: #104cba;
    display: inline-block;
    padding: 17px 45px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .contact-form-area .forms button i {
    display: inline-block;
    margin-right: 5px;
    font-weight: 100;
  }
  
  .contact-form-area .forms button:hover {
    background: #091d3e;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-form-area .forms {
      max-width: 100%;
      padding: 50px 30px;
      margin-top: 350px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area .forms {
      padding: 80px;
      max-width: 100%;
      margin-top: 350px;
    }
  }
  /* enquiry end */