@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Times";
  src: url("/times.ttf") format("truetype");
}
.cerTitle,
.certDate {
    font-family: "Times";
}
*, .font-original {
  font-family: "Roboto", sans-serif;
}
.container {
    max-width:1400px !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

#fullsearch{display:none;}
.blog::before {
  content: "";
  display: block;
  transition: all 0.3s;
  background: url("../img/blog-pattern.png") center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.blog:hover::before {
  background: url("../img/blog-pattern2.png") center/cover;
}
.blogservice {
     display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
    
}
/*Partnyorlar*/

.swiperPartnor {
  width: 100%;
  padding: 73px 0;
  overflow: hidden;
}

.swiperPartnor .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; 
}

.swiperPartnor .swiper-slide img {
  max-width: 120px;   
  max-height: 100px; 
  object-fit: contain;
  transition: transform 0.3s;
}

.swiperPartnor .swiper-slide img:hover {
  transform: scale(1.05);
}


.partcardPartner{
   width: 198px;          
  height: 161px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.3s ease;
}
.partcardPartner img {
    max-width: 130px;      
  max-height: 130px;
  object-fit: contain;
}
.Bignav {
    display:flex;
    gap:40px;
    margin-top:6px;
}
.dropdownmura {
  position: relative;
  display: inline-block;
  flex-direction: column; 
  align-items: center;
}



.dropdownmura .dropdown-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  padding: 10px 15px;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.dropdownmura:hover .dropdown-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto; 
}

.dropdown-btn button {
  padding: 6px 16px;
  white-space: nowrap; 
  background: #8b0d14;
  color: white;
  font-size:12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.dropdown-btn button:hover {
  background: #a23d43;
}

/*Partnyorlar end*/
/*slider*/

.swiperBig {
  width: 100%;
  height: 590px; 
  position: relative;
  overflow: hidden;
}

.swiperBig .swiper-slide {
  position: relative;
}

.swiperBig .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;   
  height: 100%;
  background: rgba(255,255,255,0.4); 
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  max-width: 400px;
  text-align: left;
  color: #0d318c; 
}

.content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  gap: 15px;
}

.buttonslider {
  background: #b40000 !important;
  color: #fff;
  padding: 12px 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.buttonslider:hover {
  background: #d00000;
}
.swiper-button-next,
.swiper-button-prev {
  font-size: 10px;
  background-color: white;
  border-radius: 50%;
  width: 45px !important;
  height: 35px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important; 
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background:blue; 
  color: white;
}

/*slider end*/

/*header*/

.dropdownlang {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
}

/* menu gizlidir */
.dropdownlang__menu {
  display: none;
  position: absolute;
  top: 28px; 
  left: 9px;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 50px;
  z-index: 10;
  border-radius: 9px;
  overflow: hidden;
  margin-top:3px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* menu linklÉ™ri */
.dropdownlang__menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.dropdownlang__menu a:hover {
  background-color: #f0f0f0;
}

/* É™sas hover */
.dropdownlang:hover .dropdownlang__menu {
  display: block;
}
.header__dropdownlang img {
    width:20px;
    height:14px;
}
.dropdownlang__menu a img{
    width:20px;
    height:14px;
}
.right img {
    width:55px;
}
.first {
    display:flex;
    gap:15px;
}
.header-wrap {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.topbar {
  background: #8b0d14;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.topbar .left,
.topbar .right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topbar a {
  color: #fff;
}
.follow {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 4px 8px;
}
.follow .in {
  background: #0a66c2;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 4px;
}
.btn-link1 {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
}
.btn-link1:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.search input {
color:black;
  border: none;
  padding: 6px 8px;
  outline: none;
}
.search button {
  background: #fff;
  border: none;
  padding: 6px;
  cursor: pointer;
}
.search button i {
    color:black !important;
}
.brand {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
}
.logo .mark {
  background: #163c73;
  color: #fff;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  font-size: 28px;
}
.logo h1 {
  font-size: 26px;
}
.logo .red {
  color: #c61d23;
  font-weight: bold;
}
.tag {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #6b7280;
  text-transform: uppercase;
}

nav {
  background:#2b4372;
}
.nav {
  display: flex;
  gap: 20px;
  padding: 12px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.nav a {
  color: #e5edf7;
  padding: 6px 8px;
  border-radius: 6px;
}
.nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.follow img {
  width: 60px;
}
.dropdown {
  position: relative;
}
.dropdown > a {
  display: inline-block;
  padding: 6px 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* linkin altından açılsın */
  left: 0;
  background: #fff;
  min-width: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 99;
}
.dropdown-content a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-align: left;
  white-space: nowrap;
}
.dropdown-content a:hover {
  background: #f3f4f6;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.brand {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.brand-center {
  display: flex;
  justify-content: center; /* üfüqi ortala */
  align-items: center;     /* şaquli ortala */
}

.logo-img {
  max-width: 160px; /* loqo ölçüsünü istəyə görə dəyiş */
  height: auto;
}
.hamburger {
  font-size: 26px;
  border: none;
  background: none;
  cursor: pointer;
  color: #0f2c60;
}

@media (max-width: 740px) {
  .header-wrap {
    flex-direction: column;
  }
  .nav {
    flex-direction: column;
    gap: 10px;
  }
  .follow img {
    width:38px !important;
}
.offcanvas-end {
    top:98px !important;
}
.modal-backdrop {
    background:transparent!important;
}
  .topbar .left,
.topbar .right {
    gap:7px;
    font-size:12px;
}
.brand{
    display:flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.brand-center {
    margin: 0 !important;
    width: fit-content !important;
}
.nav {
    display:none;
}
.offcanvas-header {
    justify-content:end !important;
}
.nav_cont {
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center; 
    text-align: center;    
    padding: 25px;
}
.header__menumobil {
    background:none;
}
.first {
    font-size:11px;
}
.sertifica img {
    max-width:100px;
}
.content h2{
    font-size:25px;
}
.buttonslider {
    font-size:10px;
}
.swiper-button-next, .swiper-button-prev {
    display:none !important;
}
}
/*Headerend*/




.flags-dropdown {
background: transparent !important; 
box-shadow: none !important;      
border: none !important;          
padding: 0 !important;             
min-width: auto !important;   
transform: translate(10px, 28px) !important;
}

.flags-dropdown .dropdown-item {
padding: 2px 6px; 
background: transparent !important;
}

.flags-dropdown .dropdown-item:hover {
background: transparent !important; 
}
.modal-dialog {
max-width: 550px;
}
.modal-body input {
border: 2px solid #e6ecf2;
padding: 0.75rem 1rem;
color: #000000;
border-radius: 0.375rem;
outline-color: #86cd33;
width: 100%;
margin-bottom: 15px;
}
.modal-body textarea {
width: 100%;
padding: 0.75rem;
border: 1px solid #e6ecf2;
border-radius: 0.375rem;
outline-color: #86cd33;
resize: none;
}
.modal-header {
display: flex;
align-items: center;
padding-bottom: 0.75rem;
border-bottom: 1px solid #D1D5DB;
}
.modal-header h5 {
color: #1F2937;
font-size: 25px !important;
font-weight: 700;
flex: 1;
}

/* --- Dropdown menyu --- */
.header__menu .dropdown__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 99;
}
.header__menu .dropdown__menu li {
    width: 100%;
}

.header__menu .dropdown__menu li a {
    padding: 10px 15px;
    color: #333;
    font-weight: 400;
    font-size:15px;
}

.header__menu .dropdown__menu li a:hover {
    color: red;
}

/* Hover ilə açılması */
.header__menu li.dropdown:hover .dropdown__menu {
    display: block;
}

/* --- Button stili (CERTIFICATES) --- */
.header__menu .btn {
    background: #004182;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 15px 20px;
    margin-left: 30px;
    transition: background 0.3s ease;
}

.header__menu .btn:hover {
    background: red;
}


.btn {

    background: #0c3c78;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: #fff .3s;
}

.btn:hover {
    background: #002b5c;
}

.burgerBtn{
    display: block;
}
@media (min-width:576px){
    .headerRight{
        gap:45px;
    }
    .header__menu ul li a {
        font-size:14px;
    }
    .header__menu .btn {
font-size: 17px;
padding: 9px 18px;
}

.swiper-slide .textIn h1 {
font-size: 30px;
line-height: 35px;
}
}
 @media (min-width:992px){
     .burgerBtn{
         display: none;
     }
     .headerLogo a {
        width: 180px;
        margin-top:-10px;
    }
    .header__menu{
        display: flex;
        gap: 25px;
        align-items: center;
    }
 }
 
/*header end*/


/*container start*/
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}

@media (min-width: 576px) {
.container {
max-width: 540px !important;
}

}


@media (min-width: 768px) {
.container {
max-width: 1060px !important;
}

}

@media (min-width: 1200px) {
.container {
max-width: 1140px !important;
}
}

@media (min-width: 1400px) {
.container {
max-width: 1320px !important;
}
}
/*container end*/


/*swiper start*/
/*.swiper-button-prev:after,*/
/*.swiper-rtl .swiper-button-next:after {*/
/*content: "";*/
/*}*/

.swiper-pagination-bullet {
position: relative !important;
display: inline-block !important;
width: 8px !important;
height: 8px !important;
background-color: #cccfde !important;
border: none !important;
opacity: 1 !important;
position: relative !important;
border-radius: 50% !important;
outline: 0 !important;
-webkit-transition: background-color 0.4s !important;
transition: background-color 0.4s !important;
margin: 0 15px !important;
cursor: pointer !important;
}

.swiper-pagination-bullet:before {
content: "" !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
width: 20px !important;
height: 20px !important;
border: 2px solid #2e4386 !important;
border-radius: 50% !important;
opacity: 0 !important;
}

.swiper-pagination-bullet-active {
outline: 1 !important;
background: #2e4386 !important;
}

.swiper-pagination-bullet-active:before {
opacity: 1 !important;
}
/*container end*/

/*tailwind custom start*/
.shadow-custom-inset-about {
box-shadow: 0 7px 20px rgba(195, 199, 206, 0.35);
}

.about-box:not(:last-child)::before {
content: " ";
display: block;
position: absolute;
right: -3px;
top: 10px;
bottom: 10px;
width: 1px;
background-color: #eceaee;
}

.typed-cursor {
font-size: 24px;
}

.service-item {
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px!important;
}
/*header {*/
/*    transition: all .3s ease-in-out;*/
/*}*/
/*header.scrolled {*/
/*    background: #fff !important;*/
/*    box-shadow: 0px 0px 10px #3331;*/
/*}*/
/*header.scrolled .headerLogo {*/
/*    filter: brightness(1) !important;*/
/*}*/
/*header.scrolled nav>ul a,*/
/*header.scrolled nav>div>div a{*/
/*    color: #000 !important;*/
/*}*/
/*header.scrolled nav>div>ul a {*/
/*    background: #000;*/
/*    color: #fff;*/
/*}*/
.header-boxshadow {
box-shadow:  rgb(230 230 230) 0 -1px 0 0 inset;
}

.input-boxshadow {
box-shadow: 0 2px 18px 0 rgb(0 0 0 / 12%);
}

.customWp {
box-shadow: 0 19px 15px 0 #5c677526;
}

.customParnterBS {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.educationBoxSh {
box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
}

.formBoxSh {
box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
/*tailwind custom end*/


/*service start*/
.service__inner {
content: '';
display: table;
clear: both;
}
/*service end*/

/*offcanvas start*/
/*.offcanvas { color: #fff; }*/
/*.offcanvas-header { justify-content: flex-end }*/
/*.offcanvas-body { display: flex; align-items: center; }*/
/*.btn-close-menu { cursor: pointer }*/

/*.mobile-menu .menu-item { margin: 20px 0; padding: 0; }*/
/*.mobile-menu .menu-link {*/
/*color: red;*/
/*line-height: 16px;*/
/*font-size: 16px;*/
/*text-transform: uppercase;*/
/*font-weight: 300;*/
/*}*/
/*offcanvas end*/

#price-form .modal-content {
padding: 20px 0 0 0;
max-width: 500px;
margin: auto;
}

/*price-form start*/
#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
margin: 0 40px 10px 40px;
padding-left: 0;
padding-right: 0;
border: none;
border-bottom: 1px solid #2e4386;
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
width: 100%;
border: 2px solid #e6ecf2;
padding: 12px 20px;
margin: 0 0 16px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-size: 14px;
-webkit-appearance: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
position: relative;
}

#price-form .modal-content .btn-close {
display: block;
height: 20px;
opacity: .5;
position: absolute;
right: 50px;
top: 34px;
width: 20px;
z-index: 100;
padding: 0;
outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
opacity: .8;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
background-color: #2e4386;;
color: #fff;
border-radius: 4px;
height: 50px;
line-height: 50px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
padding: 0 26px;
width: 100%;
font-size: 15px;
font-weight: 500;
}
/*price-form end*/

/*blog start*/
.blog__inner::after {
content:"";
display:table;
clear: both;
}
/*blog end*/

/*education start*/


.education-text * {
font-family: "Roboto"!important;
}
/*education end*/
#findCertificate {
position: relative;
width: 800px;
margin: auto;
overflow: visible;
background: white;
}
.dataCerTemplate {
display: block;
width: 100%;
}
.cerTitle,
.certDate,
.serialBox,
#qrcode{
position: absolute;
z-index: 2;
color: #2b335dbd;
font-weight: 700;
}
.cerTitle {
top: 39%;
left: 25%;
font-size: 35px;
color: #2b335d;
}
.certDate {
bottom: 7.6%;
left: 22%;
font-size: 13px;
}
.serialBox {
bottom: 10%;
left: 20%;
font-size: 13px;
}
#qrcode {
    bottom: 1%;
    right: 8%;
    width: 80px;
    transform:none;
}
.xfieldimage.certificate_template {
    width: 50%;
    display: block;
    margin: auto;
}
#innerCertificate {
    margin: 90px auto;
}
#videoSertificate::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,57,0,.3);
    pointer-events: none; 
}
#videoSertificate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(46, 57, 0, .4);
    height: 230px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    pointer-events: none; 
}
#checkCertBtn {
    background: #fff;
    color: #000;
    transition: all .3s ease-in-out;
    border: 0px;
    outline:none;
}
#checkCertBtn:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .Bigsection {
        display:flex;
        flex-direction: column-reverse;
        padding: 15px 0;
    }
    .xfieldimage.certificate_template {
        width: 100%;
    }
    .cerTitle {
        top: 39%;
        font-size: 10px;
    }
    
    .certDate {
        left: 30%;
        font-size: 10px;
    }
    .serialBox {
        bottom: 23%;
        right: 18%;
        font-size: 10px;
        width: fit-content;
    }
    #innerCertificate {
        margin-bottom: 30px;
    }
    #checkCertBtn {
        width: 75%;
    }
    .dataCerTemplate {
        width: 100%;
    }
    #checkCertificate #qrcode {
        right: 10%;
        width: 50px;
    }
    #innerCertificate #qrcode {
        right: 10%;
        width: 30px !important;
    }
    #checkCertificate #findCertificate {
        margin-top: 30px;
    }
}
.serviceWrapper .serviceComponent::after {
    content: "";
    background: linear-gradient(to top, #080808db, #1515158f, #0000ff00);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.serviceComponent .otherText {
    display: block;
    width: 0;
    opacity: 0;
    transition: .3s;
    height: 20px;
    overflow: hidden;
}
.serviceComponent:hover .otherText{
    opacity: 1;
    width: 100px;
}
.serviceComponent img {
    transition: .3s;
}
.serviceComponent:hover img {
    transform: scale(1.1);
}
.signature {
    position: absolute;
    left: 13%;
    width: 90px;
    bottom: 27%;
}
.stamp {
    position: absolute;
    width: 65px;
    bottom: 26%;
    right: 54%;
}
@media (max-width: 992px) {
  #checkCertificate svg {
      display: none;
  }
  #checkCertificate h3 {
    font-size: 20px;
    line-height: 150%;
  }
  #checkInp {
      width: 100% !important;
  }
  #findCertificate {
      width: 100%;
  }
    #qrcode {
        bottom: 2%;
        right: 1%;
        height: 50px;
        width: 50px;
    }
    #qrcode img {
        width: 100%;
        height: 100%;
    }
    .cerTitle {
        font-size: 15px;
    }
    .certDate {
        font-size: 6px;
        left: 22%;
    } 
    .serialBox {
        font-size: 6px;
    }
}