﻿@font-face{font-family:"Open Sans";src:url("../fonts/OpenSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal;display:swap}@font-face{font-family:"Open Sans";src:url("../fonts/OpenSans-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;display:swap}@font-face{font-family:"Open Sans";src:url("../fonts/OpenSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal;display:swap}@font-face{font-family:"Open Sans";src:url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;display:swap}@font-face{font-family:"Open Sans";src:url("../fonts/OpenSans-Light.ttf") format("truetype");font-weight:300;font-style:normal;display:swap}body{font-family:"Open Sans",sans-serif;color:#333;font-size:16px;line-height:1.6;background-color:#fff;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem;color:#212529}a{text-decoration:none;color:inherit;transition:all .3s ease-in-out}a:hover{color:#1549aa;text-decoration:none}ul{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto;display:block}.text-primary{color:#1549aa !important}.bg-primary{background-color:#1549aa !important}.btn-primary{background-color:#1549aa;border-color:#1549aa}.btn-primary:hover{background-color:rgb(15.3926701571,53.5078534031,124.6073298429);border-color:rgb(15.3926701571,53.5078534031,124.6073298429)}.btn-custom{display:inline-block;padding:10px 25px;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease-in-out;border:1px solid rgba(0,0,0,0)}.btn-custom--primary{background-color:#1549aa;color:#fff}.btn-custom--primary:hover{background-color:rgb(15.3926701571,53.5078534031,124.6073298429);color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-custom--outline{background-color:rgba(0,0,0,0);border:2px solid #1549aa;color:#1549aa}.btn-custom--outline:hover{background-color:#1549aa;color:#fff;transform:translateY(-2px)}.service-card{background:#fff;border-radius:8px;padding:30px;text-align:left;transition:all .3s ease-in-out;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.05);border:1px solid #eee}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1);border-color:#1549aa}.service-card__icon{width:60px;height:60px;background-color:rgba(21,73,170,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#1549aa;font-size:24px}.service-card__title{font-size:1.25rem;margin-bottom:15px;color:#212529}.service-card__text{font-size:.95rem;color:#6c757d;margin-bottom:20px}.service-card__link{font-weight:600;color:#1549aa;display:inline-flex;align-items:center;gap:5px}.service-card__link i{transition:transform .2s}.service-card__link:hover i{transform:translateX(3px)}.section-header{text-align:center;margin-bottom:50px}.section-header__subtitle{color:#1549aa;text-transform:uppercase;font-weight:700;font-size:.9rem;letter-spacing:1px;margin-bottom:10px;display:block}.section-header__title{font-size:2.5rem;color:#212529}@media(max-width: 768px){.section-header__title{font-size:2rem}}.process-step{text-align:center;padding:20px}.process-step__circle{width:80px;height:80px;border:2px solid #1549aa;border-radius:50%;color:#1549aa;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:#fff;position:relative;z-index:2}.process-step__title{font-size:1.2rem;margin-bottom:10px}.process-step__desc{font-size:.9rem;color:#6c757d}.site-header{position:relative;top:0;left:0;width:100%;z-index:1000;background-color:#fff;border-bottom:1px solid #eee;padding:15px 0;transition:all .3s ease}.site-header.is-sticky{position:fixed;top:0;left:0;width:100%;padding:10px 0;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:slideDown .35s ease-out}.site-header__inner{display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center;margin-right:40px;flex-shrink:0}.site-header__logo img{height:45px;width:auto}@media(max-width: 768px){.site-header__logo img{height:40px}}.site-header__nav{display:none}@media(min-width: 992px){.site-header__nav{display:block}}.site-header__nav ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.site-header__nav li{position:relative}.site-header__nav .has-dropdown>a{display:inline-flex;align-items:center;gap:4px}.site-header__nav .has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-header__nav a{font-weight:600;color:#212529;font-size:.9rem;transition:color .3s ease}.site-header__nav a:hover,.site-header__nav a.active{color:#1549aa}.site-header__nav .nav-chevron{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:rgba(21,73,170,.08);transition:background .25s ease,transform .3s ease;flex-shrink:0}.site-header__nav .nav-chevron i{font-size:.65rem;color:#1549aa;transition:transform .3s ease;line-height:1}.site-header__nav .has-dropdown:hover .nav-chevron{background:rgba(21,73,170,.15)}.site-header__nav .has-dropdown:hover .nav-chevron i{transform:rotate(180deg)}.site-header__nav .dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:8px;padding:10px 0;margin-top:10px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;list-style:none;display:block}.site-header__nav .dropdown-menu li{list-style:none}.site-header__nav .dropdown-menu li a{display:block;padding:10px 20px;color:#212529;font-size:.9rem;font-weight:500;transition:all .3s ease}.site-header__nav .dropdown-menu li a:hover{background:rgba(21,73,170,.05);color:#1549aa;padding-left:25px}.site-header__cta{display:none}@media(min-width: 992px){.site-header__cta{display:block}}.site-header__cta .btn-custom{padding:8px 18px !important;font-size:.85rem !important;min-height:auto;border-width:1px !important}.site-header__contact{margin-left:auto;margin-right:15px;flex-shrink:0}.site-header__contact .icon-box{width:36px;height:36px;background-color:rgba(21,73,170,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;transition:all .3s ease}.site-header__contact .icon-box i{font-size:1.2rem}.site-header__contact:hover .icon-box{background-color:#1549aa}.site-header__contact:hover .icon-box i{color:#fff !important}.site-header__toggle{display:block;font-size:1.5rem;background:none;border:none;cursor:pointer;color:#212529}@media(min-width: 992px){.site-header__toggle{display:none}}@keyframes slideDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDownMobile{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:#fff;z-index:1001;transition:left .4s ease-in-out;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.mobile-menu.is-open{left:0}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.mobile-menu__close{font-size:2rem;background:none;border:none;cursor:pointer;color:#212529}.mobile-menu__nav ul{display:flex;flex-direction:column;gap:15px}.mobile-menu__nav a{font-size:1.2rem;font-weight:600;color:#212529;display:block}.mobile-menu__nav a:hover{color:#1549aa;padding-left:5px}.mobile-menu__nav .has-dropdown>a{display:flex;align-items:center;justify-content:space-between}.mobile-menu__nav .has-dropdown>a .nav-chevron{width:28px;height:28px;border-radius:6px;background:rgba(21,73,170,.08);display:inline-flex;align-items:center;justify-content:center;transition:background .25s ease}.mobile-menu__nav .has-dropdown>a .nav-chevron i{font-size:.8rem;color:#1549aa;transition:transform .3s ease}.mobile-menu__nav .has-dropdown>a.is-active .nav-chevron{background:rgba(21,73,170,.15)}.mobile-menu__nav .has-dropdown>a.is-active .nav-chevron i{transform:rotate(180deg)}.mobile-menu__nav .sub-menu{display:none;padding-left:15px;margin-top:10px;border-left:2px solid rgba(21,73,170,.2)}.mobile-menu__nav .sub-menu.is-visible{display:block;animation:slideDownMobile .3s ease-out}.mobile-menu__nav .sub-menu li{margin-bottom:8px}.mobile-menu__nav .sub-menu a{font-size:1.05rem;font-weight:500;color:#6c757d}.mobile-menu__nav .sub-menu a:hover{color:#1549aa}.mobile-menu__footer{margin-top:auto;padding-top:20px;border-top:1px solid #eee}.mobile-menu__footer .contact-info{margin-bottom:15px}.mobile-menu__footer .contact-info p{margin-bottom:10px;display:flex;align-items:center;gap:10px}.mobile-menu__footer .contact-info i{color:#1549aa;width:20px;text-align:center}.mobile-menu__footer .social-links{display:flex;gap:15px}.mobile-menu__footer .social-links a{width:40px;height:40px;background:#f1f1f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#212529;font-size:1.2rem}.mobile-menu__footer .social-links a:hover{background:#1549aa;color:#fff}.hero-slider{height:800px;position:relative;background-color:#f4f7fa}@media(max-width: 768px){.hero-slider{height:600px}}@media(max-width: 768px){.hero-slider{height:600px}}.hero-slider .swiper-slide{display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slider .swiper-slide__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slider .swiper-slide__image-wrapper img{width:100%;height:100%;object-fit:cover}.hero-slider .swiper-slide__image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:2}.hero-slider__container{display:flex;align-items:center;height:100%;position:relative;z-index:3;width:100%;color:#fff;max-width:85%}@media(max-width: 768px){.hero-slider__container{flex-direction:column-reverse;justify-content:center;max-width:100%}}.hero-slider__content{max-width:700px;padding:20px}@media(max-width: 768px){.hero-slider__content{text-align:center;background:rgba(0,0,0,0);border-radius:10px;max-width:100%}}.hero-slider__actions{display:flex}.hero-slider__title{font-size:3.5rem;font-weight:800;margin-bottom:25px;line-height:1.3;color:#fff !important;word-wrap:break-word}.hero-slider__title span{color:#1549aa}@media(max-width: 768px){.hero-slider__title{font-weight:600;font-size:1.5rem;line-height:1.4}}.hero-slider__desc{font-size:1.25rem;margin-bottom:40px;color:#fff !important;line-height:1.6;font-weight:500}.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{width:50px;height:50px;background-color:rgba(0,0,0,0);border:none;border-radius:50%;color:#fff;box-shadow:none;transition:all .3s ease;z-index:10}.hero-slider .swiper-button-next::after,.hero-slider .swiper-button-prev::after{font-size:1.2rem;font-weight:bold}.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover{color:#1549aa;transform:scale(1.1)}.hero-slider .swiper-button-next{right:30px}@media(max-width: 768px){.hero-slider .swiper-button-next{right:0}}.hero-slider .swiper-button-prev{left:30px}@media(max-width: 768px){.hero-slider .swiper-button-prev{left:0}}.wave-divider{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:20;pointer-events:none}.wave-divider svg{position:relative;display:block;width:100%;height:150px;transform:rotate(180deg)}@media(max-width: 768px){.wave-divider svg{height:80px}}.wave-divider .shape-fill{fill:#f9f9f9}.section-info-cards{padding-top:60px;padding-bottom:80px;background-color:#f9f9f9;position:relative;z-index:2}.section-info-cards .info-card{padding:30px;border-radius:12px;color:#fff;height:100%;display:flex;align-items:flex-start;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.section-info-cards .info-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.section-info-cards .info-card__icon{flex-shrink:0;width:60px;height:60px;border-radius:50%;background:hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-right:20px}.section-info-cards .info-card__content h3{font-size:1.4rem;font-weight:700;margin-bottom:10px}.section-info-cards .info-card__content p{font-size:.9rem;line-height:1.5;margin:0;opacity:.95}.section-info-cards .info-card{background-color:#fff;border:1px solid #eee}.section-info-cards .info-card__icon{background-color:rgba(21,73,170,.1);color:#1549aa}.section-info-cards .info-card__content h3{color:#212529}.section-info-cards .info-card__content p{color:#6c757d}.section-info-cards .info-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.1);border-color:#1549aa}.section-info-cards .info-card:hover .info-card__icon{background-color:#1549aa;color:#fff}.section-info-cards .info-section-title{font-size:2rem;font-weight:800;color:#1549aa;margin-bottom:25px;font-family:inherit}.section-info-cards .info-section-desc{color:#6c757d;font-size:1.05rem;line-height:1.8}.section-features{padding:80px 0;background-color:#f9f9f9}.section-why{padding:80px 0}.section-why__content{margin-bottom:30px}.section-why__list{margin-top:30px}.section-why__list li{display:flex;gap:15px;margin-bottom:25px}.section-why__list li i{color:#1549aa;font-size:1.2rem;background:rgba(21,73,170,.1);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-why__list li strong{display:block;color:#212529;margin-bottom:5px}.section-why__list li p{font-size:.9rem;color:#6c757d;margin:0}.section-why__image{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.section-why__image img{width:100%;height:100%;object-fit:cover}.section-why__grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:20px}.section-why__grid .img-main{grid-row:1/span 2}.section-why__grid .card-info{background:#1549aa;color:#fff;border-radius:8px;padding:30px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.section-why__grid .card-info h3{color:#fff;font-size:2.5rem;margin:0}.section-why__grid .card-info p{margin:0;opacity:.9}.section-process{padding:80px 0;position:relative}@media(min-width: 768px){.section-process::before{content:"";position:absolute;top:50%;left:20%;right:20%;height:2px;background:#eee;z-index:1;transform:translateY(-50%);display:none}}.section-testimonials{padding:80px 0;background:#1549aa;color:#fff;text-align:center}.section-testimonials h2{color:#fff}.section-testimonials .testimonials-slider{position:relative;padding-bottom:50px}.section-testimonials .testimonials-slider .swiper-pagination-bullet{background:hsla(0,0%,100%,.5);opacity:1}.section-testimonials .testimonials-slider .swiper-pagination-bullet-active{background:#fff;transform:scale(1.2)}.section-testimonials .testimonial-card{max-width:800px;margin:0 auto;padding:0 20px}.section-testimonials .testimonial-card p{font-size:1.2rem;font-style:italic;line-height:1.8;margin-bottom:30px}.section-testimonials .testimonial-card .user{display:flex;flex-direction:column;align-items:center;gap:10px}.section-testimonials .testimonial-card .user img{width:60px;height:60px;border-radius:50%;border:2px solid #fff}.section-testimonials .testimonial-card .user strong{font-size:1.1rem}.section-testimonials .testimonial-card .user span{font-size:.9rem;opacity:.8}.section-job-listings{padding:80px 0;background-color:#fff}.job-listings-wrapper{position:relative}.job-listings-wrapper .swiper{padding:5rem 1rem}.job-listings-slider .swiper-wrapper{display:flex}.job-listings-slider .swiper-slide{height:auto}.job-listings-slider .swiper-pagination{bottom:0}.job-listings-slider .swiper-button-next,.job-listings-slider .swiper-button-prev{color:#1549aa}.job-listings-slider .swiper-button-next:after,.job-listings-slider .swiper-button-prev:after{font-size:24px}.job-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.job-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.job-card__image{position:relative;height:200px;overflow:hidden}.job-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.job-card__image:hover img{transform:scale(1.05)}.job-card__badge{position:absolute;top:15px;right:15px;background:#1549aa;color:#fff;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.job-card__badge--urgent{background:#e74c3c;animation:pulse 2s infinite}.job-card__content{padding:20px;flex:1;display:flex;flex-direction:column}.job-card__title{font-size:1.1rem;font-weight:700;color:#212529;margin-bottom:15px;line-height:1.4}.job-card__meta{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}.job-card__type,.job-card__location{display:flex;align-items:center;gap:5px;font-size:.85rem;color:#6c757d}.job-card__type i,.job-card__location i{color:#1549aa;font-size:.9rem}.job-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.job-card__date{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#6c757d}.job-card__date i{font-size:.85rem}.job-card__link{color:#1549aa;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:5px;transition:all .3s ease}.job-card__link i{transition:transform .3s ease}.job-card__link:hover{color:rgb(15.3926701571,53.5078534031,124.6073298429)}.job-card__link:hover i{transform:translateX(3px)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.section-counter{padding:70px 0;background:#fff;position:relative;overflow:hidden;border-top:1px solid #eef0f3;border-bottom:1px solid #eef0f3}.section-counter::before{content:"";position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:radial-gradient(ellipse at center, rgba(21, 73, 170, 0.04) 0%, transparent 65%);pointer-events:none}.section-counter .counter-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:0}@media(max-width: 768px){.section-counter .counter-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.section-counter .counter-grid{grid-template-columns:repeat(2, 1fr)}}.counter-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;position:relative;transition:background .3s ease}.counter-item:not(:last-child)::after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#e4e8ee}@media(max-width: 768px){.counter-item:not(:last-child)::after{display:none}}@media(max-width: 768px){.counter-item:nth-child(-n+2){border-bottom:1px solid #e4e8ee}.counter-item:nth-child(odd):not(:last-child){border-right:1px solid #e4e8ee}}.counter-item:hover{background:rgba(21,73,170,.03)}.counter-item__icon{width:64px;height:64px;border-radius:50%;background:rgba(21,73,170,.1);border:2px solid rgba(21,73,170,.25);display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:all .3s ease}.counter-item__icon i{font-size:1.7rem;color:#1549aa}.counter-item:hover .counter-item__icon{background:rgba(21,73,170,.3);border-color:#1549aa;transform:scale(1.08)}.counter-item__number{font-size:3rem;font-weight:800;color:#212529;line-height:1;margin-bottom:10px;letter-spacing:-1px}@media(max-width: 768px){.counter-item__number{font-size:2.4rem}}.counter-item__label{font-size:.95rem;color:#6c757d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.counter-value{display:inline-block;transition:opacity .3s ease}.counter-value.counting{opacity:.85}.section-blog{padding:80px 0;background-color:#f9f9f9}.blog-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:25px;margin-top:40px}@media(max-width: 992px){.blog-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 576px){.blog-grid{grid-template-columns:repeat(2, 1fr);gap:15px}}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.07);transition:all .35s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.blog-card__image{position:relative;height:200px;overflow:hidden}@media(max-width: 576px){.blog-card__image{height:150px}}.blog-card__image a{display:block;width:100%;height:100%}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card__image:hover img{transform:scale(1.06)}.blog-card__category{position:absolute;top:14px;left:14px;background:#1549aa;color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:4px 11px;border-radius:20px}.blog-card__content{padding:20px;flex:1;display:flex;flex-direction:column}@media(max-width: 576px){.blog-card__content{padding:14px}}.blog-card__meta{display:flex;gap:14px;margin-bottom:10px;flex-wrap:wrap}.blog-card__meta span{font-size:.78rem;color:#6c757d;display:flex;align-items:center;gap:5px}.blog-card__meta span i{color:#1549aa;font-size:.8rem}.blog-card__title{font-size:1rem;font-weight:700;line-height:1.45;margin-bottom:10px;color:#212529}@media(max-width: 576px){.blog-card__title{font-size:.9rem}}.blog-card__title a{color:#212529;transition:color .3s ease}.blog-card__title a:hover{color:#1549aa}.blog-card__excerpt{font-size:.875rem;color:#6c757d;line-height:1.6;margin-bottom:16px;flex:1}@media(max-width: 576px){.blog-card__excerpt{display:none}}.blog-card__link{display:inline-flex;align-items:center;gap:6px;color:#1549aa;font-weight:600;font-size:.875rem;margin-top:auto;transition:gap .25s ease,color .25s ease}.blog-card__link i{transition:transform .25s ease;font-size:.8rem}.blog-card__link:hover{color:rgb(15.3926701571,53.5078534031,124.6073298429);gap:10px}.blog-card__link:hover i{transform:translateX(3px)}.site-footer{background-color:#0b1c39;color:#aeb4be;padding-top:60px;padding-bottom:20px;font-size:.9rem}.site-footer h4{color:#fff;font-size:1.2rem;margin-bottom:25px;position:relative}.site-footer h4::after{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:2px;background-color:#1549aa}.site-footer a{color:#aeb4be}.site-footer a:hover{color:#fff;padding-left:5px}.site-footer ul li{margin-bottom:12px}.site-footer .footer-contact li{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}.site-footer .footer-contact li i{color:#1549aa;margin-top:5px}.site-footer .social-links{display:flex;gap:10px;margin-top:20px}.site-footer .social-links a{width:36px;height:36px;border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease-in-out}.site-footer .social-links a:hover{background-color:#1549aa;border-color:#1549aa}.site-footer .footer-bottom{margin-top:60px;border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;text-align:center}.site-footer .footer-bottom .copyright{font-size:.85rem}.site-footer .footer-bottom .information{font-size:.85rem}.site-footer .footer-bottom .information a{color:#4caf50;text-decoration:none}.site-footer .footer-bottom .information a:hover{color:#fff}.site-footer .newsletter-form{display:flex;margin-top:20px}.site-footer .newsletter-form input{border:none;padding:10px;border-radius:8px 0 0 8px;flex:1;font-size:.9rem;outline:none}.site-footer .newsletter-form button{background-color:#1549aa;border:none;color:#fff;padding:0 20px;border-radius:0 8px 8px 0;cursor:pointer;font-weight:600}.site-footer .newsletter-form button:hover{background-color:rgb(15.3926701571,53.5078534031,124.6073298429)}.page-hero{position:relative;height:340px;display:flex;align-items:center;overflow:hidden}@media(max-width: 768px){.page-hero{height:240px}}.page-hero__bg{position:absolute;inset:0;z-index:1}.page-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(21, 73, 170, 0.82) 0%, rgba(12.5890052356, 43.7617801047, 101.9109947644, 0.75) 100%);z-index:2}.page-hero__content{position:relative;z-index:3;color:#fff;padding-top:20px}.page-hero__title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.2}@media(max-width: 768px){.page-hero__title{font-size:2rem}}.page-hero__subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.85);margin-bottom:18px;font-weight:400}.breadcrumb-nav .breadcrumb{background:rgba(0,0,0,0);padding:0;margin:0;display:flex;align-items:center;gap:8px;list-style:none;flex-wrap:wrap}.breadcrumb-nav .breadcrumb-item{font-size:.875rem;color:hsla(0,0%,100%,.75)}.breadcrumb-nav .breadcrumb-item a{color:hsla(0,0%,100%,.85);font-weight:500;transition:color .3s ease}.breadcrumb-nav .breadcrumb-item a i{margin-right:4px}.breadcrumb-nav .breadcrumb-item a:hover{color:#fff}.breadcrumb-nav .breadcrumb-item.active{color:#fff;font-weight:600}.breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before{content:"/";margin-right:8px;color:hsla(0,0%,100%,.5)}.services-intro{padding:70px 0 30px;background:#f9f9f9}.services-intro .section-header{max-width:750px;margin:0 auto;text-align:center}.services-intro .section-header__desc{font-size:1.05rem;color:#6c757d;line-height:1.8;margin-top:15px}.section-services-grid{padding:20px 0 80px;background:#f9f9f9}.services-grid{display:flex;flex-direction:column;gap:40px}.service-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08);background:#fff;transition:box-shadow .35s ease,transform .35s ease}.service-detail-card:hover{box-shadow:0 16px 45px rgba(0,0,0,.13);transform:translateY(-4px)}.service-detail-card--reverse .service-detail-card__image{order:2}.service-detail-card--reverse .service-detail-card__body{order:1}@media(max-width: 992px){.service-detail-card{grid-template-columns:1fr}.service-detail-card--reverse .service-detail-card__image{order:1}.service-detail-card--reverse .service-detail-card__body{order:2}}.service-detail-card__image{position:relative;min-height:340px;overflow:hidden}@media(max-width: 768px){.service-detail-card__image{min-height:240px}}.service-detail-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-detail-card__image:hover img{transform:scale(1.05)}.service-detail-card__badge{position:absolute;bottom:20px;left:20px;width:56px;height:56px;border-radius:50%;background:#1549aa;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(21,73,170,.45)}.service-detail-card__badge i{font-size:1.4rem;color:#fff}.service-detail-card--reverse .service-detail-card__badge{left:auto;right:20px}.service-detail-card__body{padding:45px 50px;display:flex;flex-direction:column;justify-content:center}@media(max-width: 1200px){.service-detail-card__body{padding:35px 35px}}@media(max-width: 768px){.service-detail-card__body{padding:30px 24px}}.service-detail-card__title{font-size:1.7rem;font-weight:800;color:#212529;margin-bottom:15px;line-height:1.3}@media(max-width: 768px){.service-detail-card__title{font-size:1.4rem}}.service-detail-card__text{font-size:.975rem;color:#6c757d;line-height:1.8;margin-bottom:22px}.service-detail-card__features{list-style:none;padding:0;margin:0 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:10px 15px}@media(max-width: 576px){.service-detail-card__features{grid-template-columns:1fr}}.service-detail-card__features li{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#212529;font-weight:500}.service-detail-card__features li i{color:#1549aa;font-size:1rem;flex-shrink:0}.section-consultation{padding:80px 0;background:#fff}.section-consultation .section-header__desc{font-size:1.05rem;color:#6c757d;line-height:1.8;margin-top:15px}.consultation-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px;margin-top:50px}@media(max-width: 992px){.consultation-grid{grid-template-columns:repeat(2, 1fr);gap:22px}}@media(max-width: 576px){.consultation-grid{grid-template-columns:1fr;gap:18px}}.consultation-card{background:#fff;border:1px solid #edf0f4;border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;transition:all .35s ease;position:relative;overflow:hidden}.consultation-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #1549aa, rgb(61.8586387435, 120.9371727749, 231.1413612565));opacity:0;transition:opacity .3s ease}.consultation-card:hover{border-color:rgba(0,0,0,0);box-shadow:0 12px 35px rgba(0,0,0,.1);transform:translateY(-6px)}.consultation-card:hover::before{opacity:1}.consultation-card:hover .consultation-card__icon{background:#1549aa;border-color:#1549aa}.consultation-card:hover .consultation-card__icon i{color:#fff}.consultation-card__icon{width:60px;height:60px;border-radius:14px;background:rgba(21,73,170,.08);border:2px solid rgba(21,73,170,.15);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease}.consultation-card__icon i{font-size:1.5rem;color:#1549aa;transition:color .3s ease}.consultation-card__badge{display:inline-block;background:rgba(21,73,170,.08);color:#1549aa;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:4px 12px;border-radius:20px;margin-bottom:12px;align-self:flex-start}.consultation-card__title{font-size:1.05rem;font-weight:700;color:#212529;margin-bottom:12px;line-height:1.4}.consultation-card__text{font-size:.875rem;color:#6c757d;line-height:1.7;flex:1;margin-bottom:20px}.consultation-card__link{display:inline-flex;align-items:center;gap:6px;color:#1549aa;font-weight:600;font-size:.875rem;margin-top:auto;transition:gap .25s ease,color .25s ease}.consultation-card__link i{transition:transform .25s ease;font-size:.8rem}.consultation-card__link:hover{color:rgb(15.3926701571,53.5078534031,124.6073298429);gap:10px}.consultation-card__link:hover i{transform:translateX(3px)}.section-cta-banner{padding:0 0 80px;background:#fff}.cta-banner{background:linear-gradient(135deg, #1549aa 0%, rgb(14.2712041885, 49.6094240838, 115.5287958115) 100%);border-radius:20px;padding:60px 70px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.cta-banner::before,.cta-banner::after{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.05);pointer-events:none}.cta-banner::before{width:350px;height:350px;top:-120px;right:-80px}.cta-banner::after{width:200px;height:200px;bottom:-80px;left:40px}@media(max-width: 992px){.cta-banner{flex-direction:column;text-align:center;padding:50px 30px}.cta-banner .cta-banner__actions{justify-content:center}}@media(max-width: 768px){.cta-banner{padding:40px 24px;border-radius:14px}}.cta-banner__content{position:relative;z-index:1}.cta-banner__content h2{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:12px}@media(max-width: 768px){.cta-banner__content h2{font-size:1.7rem}}.cta-banner__content p{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.7;max-width:500px;margin:0}.cta-banner__actions{display:flex;gap:16px;flex-wrap:wrap;flex-shrink:0;position:relative;z-index:1}.btn-custom--white{background:#fff;color:#1549aa;border:2px solid #fff;font-weight:700}.btn-custom--white i{margin-right:6px}.btn-custom--white:hover{background:rgba(0,0,0,0);color:#fff}.btn-custom--outline-white{background:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.6);font-weight:700}.btn-custom--outline-white:hover{background:#fff;color:#1549aa;border-color:#fff}.service-detail-page{padding:60px 0 80px;background:#f9f9f9}.service-detail-layout{display:grid;grid-template-columns:1fr 360px;gap:35px;align-items:start}@media(max-width: 992px){.service-detail-layout{grid-template-columns:1fr}}.service-detail-content{display:flex;flex-direction:column;gap:40px}.service-content-block{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.07)}.service-content-block__image{position:relative;height:380px;overflow:hidden}@media(max-width: 768px){.service-content-block__image{height:220px}}.service-content-block__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-content-block__image img:hover{transform:scale(1.03)}.service-content-block__image-tag{position:absolute;bottom:16px;left:16px;background:#1549aa;color:#fff;font-size:.82rem;font-weight:700;padding:6px 16px;border-radius:30px;display:flex;align-items:center;gap:6px;box-shadow:0 3px 12px rgba(21,73,170,.4)}.service-lead{font-size:1.05rem;color:#6c757d;line-height:1.85;padding:28px 32px 0}@media(max-width: 768px){.service-lead{padding:20px 20px 0}}.service-highlights{display:grid;grid-template-columns:repeat(4, 1fr);gap:0;border-top:1px solid #f0f0f0;margin-top:24px}@media(max-width: 768px){.service-highlights{grid-template-columns:repeat(2, 1fr)}}.service-highlight-item{display:flex;align-items:center;gap:12px;padding:20px 22px;border-right:1px solid #f0f0f0;transition:background .25s ease}.service-highlight-item:last-child{border-right:none}@media(max-width: 768px){.service-highlight-item:nth-child(2){border-right:none}.service-highlight-item:nth-child(-n+2){border-bottom:1px solid #f0f0f0}}.service-highlight-item:hover{background:rgba(21,73,170,.03)}.service-highlight-item__icon{width:42px;height:42px;border-radius:10px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-highlight-item__icon i{font-size:1.1rem;color:#1549aa}.service-highlight-item div{display:flex;flex-direction:column}.service-highlight-item strong{font-size:.875rem;font-weight:700;color:#212529;line-height:1.2}.service-highlight-item span{font-size:.78rem;color:#6c757d;margin-top:2px}.service-content-section{background:#fff;border-radius:16px;padding:36px 36px;box-shadow:0 4px 20px rgba(0,0,0,.07)}@media(max-width: 768px){.service-content-section{padding:24px 20px}}.service-content-section>p{font-size:.975rem;color:#6c757d;line-height:1.85;margin-bottom:14px}.service-content-section>p:last-child{margin-bottom:0}.service-content-section__title{font-size:1.45rem;font-weight:800;color:#212529;margin-bottom:22px;display:flex;align-items:center;gap:12px}@media(max-width: 768px){.service-content-section__title{font-size:1.2rem}}.service-content-section__title-accent{display:inline-block;width:5px;height:28px;background:#1549aa;border-radius:3px;flex-shrink:0}.service-content-section__body{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:start}@media(max-width: 768px){.service-content-section__body{grid-template-columns:1fr}}.service-content-section__body--reverse{grid-template-columns:auto 1fr}@media(max-width: 768px){.service-content-section__body--reverse{grid-template-columns:1fr}}.service-content-section__text p{font-size:.975rem;color:#6c757d;line-height:1.85;margin-bottom:14px}.service-content-section__text p:last-child{margin-bottom:0}.service-content-section__image{width:260px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.1)}@media(max-width: 768px){.service-content-section__image{width:100%}}.service-content-section__image img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .4s ease}.service-content-section__image img:hover{transform:scale(1.04)}.service-why-us{background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 20px rgba(0,0,0,.07)}@media(max-width: 768px){.service-why-us{padding:24px 20px}}.service-why-us__title{font-size:1.35rem;font-weight:800;color:#212529;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.service-why-us__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 576px){.service-why-us__grid{grid-template-columns:1fr}}.service-why-us__item{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid #edf0f4;border-radius:12px;transition:all .3s ease}.service-why-us__item:hover{border-color:rgba(21,73,170,.3);box-shadow:0 4px 15px rgba(21,73,170,.08)}.service-why-us__item i{font-size:1.6rem;color:#1549aa}.service-why-us__item strong{font-size:.95rem;font-weight:700;color:#212529}.service-why-us__item p{font-size:.85rem;color:#6c757d;line-height:1.6;margin:0}.service-cta-block{background:linear-gradient(135deg, #1549aa 0%, rgb(15.3926701571, 53.5078534031, 124.6073298429) 100%);border-radius:16px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.service-cta-block::before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:hsla(0,0%,100%,.06);top:-70px;right:-50px;pointer-events:none}@media(max-width: 768px){.service-cta-block{flex-direction:column;text-align:center;padding:30px 24px}}.service-cta-block__text{position:relative;z-index:1}.service-cta-block__text h3{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:6px}.service-cta-block__text p{font-size:.9rem;color:hsla(0,0%,100%,.85);margin:0;line-height:1.6}.service-cta-block__actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0;position:relative;z-index:1}@media(max-width: 768px){.service-cta-block__actions{justify-content:center}}.service-cta-block .btn-custom--outline{background:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.55);font-weight:600}.service-cta-block .btn-custom--outline:hover{background:#fff;color:#1549aa;border-color:#fff}.service-sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:100px}.sidebar-widget{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.07)}.sidebar-widget--primary{border:2px solid rgba(21,73,170,.2)}.sidebar-widget--primary .sidebar-widget__header{background:#1549aa}.sidebar-widget__header{background:#212529;padding:16px 20px;display:flex;align-items:center;gap:10px}.sidebar-widget__header i{font-size:1.1rem;color:hsla(0,0%,100%,.85)}.sidebar-widget__title{font-size:1rem;font-weight:700;color:#fff;margin:0}.sidebar-widget__body{padding:20px}.sidebar-widget__body p{font-size:.875rem;color:#6c757d;line-height:1.7;margin-bottom:16px}.sidebar-widget__link{display:inline-flex;align-items:center;gap:6px;color:#1549aa;font-weight:600;font-size:.875rem;margin-top:14px;transition:gap .25s ease}.sidebar-widget__link i{font-size:.8rem;transition:transform .25s ease}.sidebar-widget__link:hover{gap:10px}.sidebar-widget__link:hover i{transform:translateX(3px)}.sidebar-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sidebar-contact-list li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#212529}.sidebar-contact-list li i{width:30px;height:30px;border-radius:8px;background:rgba(21,73,170,.1);color:#1549aa;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.sidebar-contact-list li a{color:#212529;font-weight:600;transition:color .25s}.sidebar-contact-list li a:hover{color:#1549aa}.sidebar-contact-list li span{color:#6c757d}.w-100{width:100%;text-align:center;justify-content:center}.sidebar-service-list{list-style:none;padding:0;margin:0}.sidebar-service-list li{border-bottom:1px solid #f0f3f6}.sidebar-service-list li:last-child{border-bottom:none}.sidebar-service-list li.active>a{background:rgba(21,73,170,.06);color:#1549aa;font-weight:700}.sidebar-service-list li a{display:flex;align-items:center;gap:10px;padding:13px 20px;font-size:.875rem;color:#212529;font-weight:500;transition:all .25s ease}.sidebar-service-list li a>i:first-child{color:#1549aa;width:18px;text-align:center;font-size:.95rem}.sidebar-service-list li a:hover{background:rgba(21,73,170,.04);color:#1549aa;padding-left:26px}.sidebar-service-list li .sidebar-service-list__arrow{margin-left:auto;font-size:.75rem;color:#6c757d;flex-shrink:0}.sidebar-check-list{list-style:none;padding:0;margin:0 0 4px;display:flex;flex-direction:column;gap:8px}.sidebar-check-list li{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#212529}.sidebar-check-list li i{color:#1549aa;font-size:.9rem;flex-shrink:0}.sidebar-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.sidebar-stat{background:#f6f8fc;border-radius:10px;padding:14px 10px;text-align:center}.sidebar-stat__number{display:block;font-size:1.3rem;font-weight:800;color:#1549aa;line-height:1;margin-bottom:4px}.sidebar-stat__label{display:block;font-size:.75rem;color:#6c757d;font-weight:500}.ilan-search-bar{background:#fff;padding:24px 0;border-bottom:1px solid #edf0f4;box-shadow:0 4px 20px rgba(0,0,0,.05);position:sticky;top:65px;z-index:900}.ilan-search-form{display:grid;grid-template-columns:1fr 200px 220px auto;gap:10px;align-items:center}@media(max-width: 992px){.ilan-search-form{grid-template-columns:1fr 1fr}}@media(max-width: 768px){.ilan-search-form{grid-template-columns:1fr}}.ilan-search-form__field{position:relative;display:flex;align-items:center}.ilan-search-form__field>i{position:absolute;left:14px;color:#6c757d;font-size:.95rem;pointer-events:none}.ilan-search-form__field input,.ilan-search-form__field select{width:100%;height:50px;padding:0 16px 0 40px;border:2px solid #edf0f4;border-radius:10px;font-size:.9rem;color:#212529;background:#f9f9fb;transition:border-color .25s ease,box-shadow .25s ease;appearance:none;-webkit-appearance:none}.ilan-search-form__field input:focus,.ilan-search-form__field select:focus{outline:none;border-color:#1549aa;box-shadow:0 0 0 3px rgba(21,73,170,.1);background:#fff}.ilan-search-form__field input::placeholder,.ilan-search-form__field select::placeholder{color:#aaa}.ilan-search-form__field--location{position:relative}.ilan-search-form__btn{height:50px;padding:0 28px;background:#1549aa;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .25s ease,transform .2s ease;white-space:nowrap}.ilan-search-form__btn i{font-size:.85rem}.ilan-search-form__btn:hover{background:rgb(16.5141361257,57.4062827225,133.6858638743);transform:translateY(-1px)}.ilan-search-form__btn:active{transform:translateY(0)}@media(max-width: 992px){.ilan-search-form__btn{grid-column:span 2;justify-content:center}}@media(max-width: 768px){.ilan-search-form__btn{grid-column:span 1}}.ilan-location-suggestions{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e4e8ee;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:1000;overflow:hidden;max-height:240px;overflow-y:auto}.ilan-location-suggestions.open{display:block}.ilan-location-suggestion-item{padding:10px 14px 10px 40px;font-size:.88rem;color:#212529;cursor:pointer;transition:background .15s}.ilan-location-suggestion-item:hover{background:rgba(21,73,170,.06);color:#1549aa}.ilan-location-suggestion-item:not(:last-child){border-bottom:1px solid #f5f7fa}.ilan-page{padding:50px 0 80px;background:#f6f8fc}.ilan-layout{display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start}@media(max-width: 992px){.ilan-layout{grid-template-columns:1fr}}.ilan-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.ilan-topbar__count{font-size:.9rem;color:#6c757d}.ilan-topbar__count span{font-weight:700;color:#212529;font-size:1rem}.ilan-topbar__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ilan-filter-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ilan-filter-tag{padding:6px 16px;border:2px solid #e4e8ee;border-radius:30px;background:#fff;font-size:.8rem;font-weight:600;color:#6c757d;cursor:pointer;transition:all .25s ease}.ilan-filter-tag:hover{border-color:#1549aa;color:#1549aa}.ilan-filter-tag.active{background:#1549aa;border-color:#1549aa;color:#fff}.ilan-sort{height:38px;padding:0 32px 0 12px;border:2px solid #e4e8ee;border-radius:8px;font-size:.82rem;color:#212529;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .2s}.ilan-sort:focus{outline:none;border-color:#1549aa}.ilan-grid{display:grid;grid-template-columns:1fr;gap:18px}.ilan-card{background:#fff;border-radius:14px;border:1px solid #edf0f4;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.ilan-card:hover{border-color:rgba(0,0,0,0);box-shadow:0 10px 35px rgba(0,0,0,.1);transform:translateY(-3px)}.ilan-card__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 12px;border-bottom:1px solid #f5f5f7}.ilan-card__avatar{width:48px;height:48px;border-radius:12px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ilan-card__avatar i{font-size:1.3rem;color:#1549aa}.ilan-card__avatar--green{background:rgba(34,197,94,.1)}.ilan-card__avatar--green i{color:#22c55e}.ilan-card__avatar--orange{background:rgba(249,115,22,.1)}.ilan-card__avatar--orange i{color:#f97316}.ilan-card__avatar--purple{background:rgba(168,85,247,.1)}.ilan-card__avatar--purple i{color:#a855f7}.ilan-card__avatar--teal{background:rgba(20,184,166,.1)}.ilan-card__avatar--teal i{color:#14b8a6}.ilan-card__avatar--red{background:rgba(239,68,68,.1)}.ilan-card__avatar--red i{color:#ef4444}.ilan-card__avatar--brown{background:rgba(161,98,7,.1)}.ilan-card__avatar--brown i{color:#a16207}.ilan-card__avatar--indigo{background:rgba(99,102,241,.1)}.ilan-card__avatar--indigo i{color:#6366f1}.ilan-card__avatar--pink{background:rgba(236,72,153,.1)}.ilan-card__avatar--pink i{color:#ec4899}.ilan-card__avatar--cyan{background:rgba(6,182,212,.1)}.ilan-card__avatar--cyan i{color:#06b6d4}.ilan-card__avatar--yellow{background:rgba(234,179,8,.1)}.ilan-card__avatar--yellow i{color:#eab308}.ilan-card__avatar--blue{background:rgba(59,130,246,.1)}.ilan-card__avatar--blue i{color:#3b82f6}.ilan-card__avatar--lime{background:rgba(132,204,22,.1)}.ilan-card__avatar--lime i{color:#84cc16}.ilan-card__meta{flex:1;min-width:0}.ilan-card__categories{display:flex;flex-wrap:wrap;gap:6px 12px}.ilan-card__category{display:flex;align-items:center;gap:5px}.ilan-card__category i{font-size:.9rem;width:48px;height:48px;border-radius:12px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ilan-card__category-name{font-size:.78rem;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.ilan-card__badge{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.3px}.ilan-card__badge--yatili{background:rgba(21,73,170,.1);color:#1549aa}.ilan-card__badge--gunduzlu{background:rgba(34,197,94,.12);color:#16a34a}.ilan-card__badge--parttime{background:rgba(168,85,247,.1);color:#9333ea}.ilan-card__badge--donemsel{background:rgba(249,115,22,.1);color:#ea580c}.ilan-card__badge--diger{background:rgba(100,116,139,.1);color:#475569}.ilan-card__bookmark{width:34px;height:34px;border-radius:8px;border:1px solid #e4e8ee;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;flex-shrink:0}.ilan-card__bookmark i{font-size:.9rem;color:#6c757d;transition:color .2s}.ilan-card__bookmark:hover{border-color:#1549aa}.ilan-card__bookmark:hover i{color:#1549aa}.ilan-card__bookmark.saved{background:rgba(21,73,170,.06);border-color:#1549aa}.ilan-card__bookmark.saved i{color:#1549aa}.ilan-card__body{padding:16px 20px;flex:1}.ilan-card__title{font-size:1rem;font-weight:700;color:#212529;margin-bottom:8px;line-height:1.4;transition:color .2s}.ilan-card__title:hover{color:#1549aa}.ilan-card__desc{font-size:.855rem;color:#6c757d;line-height:1.7;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ilan-card__details{display:flex;flex-wrap:wrap;gap:8px 16px}.ilan-card__details span{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#6c757d}.ilan-card__details span i{color:#1549aa;font-size:.8rem}.ilan-card__footer{padding:12px 20px 16px;border-top:1px solid #f5f5f7;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ilan-card__tags{display:flex;gap:6px;flex-wrap:wrap}.ilan-card__apply-btn{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:#1549aa;transition:gap .25s ease}.ilan-card__apply-btn i{font-size:.75rem;transition:transform .25s}.ilan-card__apply-btn:hover{gap:10px}.ilan-card__apply-btn:hover i{transform:translateX(3px)}.ilan-tag{display:inline-block;font-size:.72rem;font-weight:600;color:#6c757d;background:#f1f3f6;border-radius:20px;padding:3px 10px}.page-hero__tag-pill{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.35);border-radius:30px;padding:4px 14px;font-size:.9em;font-weight:700;backdrop-filter:blur(4px);margin-right:6px}.ilan-tag-header{display:flex;align-items:flex-start;gap:20px;background:#fff;border-radius:14px;border:1px solid #edf0f4;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.05)}@media(max-width: 576px){.ilan-tag-header{flex-direction:column}}.ilan-tag-header__icon{width:56px;height:56px;border-radius:14px;background:rgba(21,73,170,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ilan-tag-header__icon i{font-size:1.5rem;color:#1549aa}.ilan-tag-header__content{flex:1;min-width:0}.ilan-tag-header__content h2{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:6px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ilan-tag-header__content p{color:#6c757d;font-size:.9rem;line-height:1.6;margin:0}.ilan-tag-header__badge{display:inline-block;background:rgba(21,73,170,.1);color:#1549aa;border-radius:20px;padding:4px 14px;font-size:.9rem;font-weight:700}.ilan-tag-cloud{display:flex;flex-wrap:wrap;gap:8px;padding:16px 18px}.ilan-tag-cloud__item{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;border:1.5px solid #e4e8ee;background:#fff;font-size:.8rem;font-weight:600;color:#6c757d;text-decoration:none;transition:all .2s ease;cursor:pointer}.ilan-tag-cloud__item:hover{border-color:#1549aa;color:#1549aa;background:rgba(21,73,170,.04)}.ilan-tag-cloud__item.active{background:#1549aa;border-color:#1549aa;color:#fff}.ilan-tag-cloud__item.active .ilan-tag-cloud__count{background:hsla(0,0%,100%,.25);color:#fff}.ilan-tag-cloud__count{font-size:.72rem;font-weight:700;background:#f1f3f6;border-radius:10px;padding:1px 6px;color:#6c757d;transition:all .2s}.ilan-category-header{display:flex;align-items:flex-start;gap:20px;background:#fff;border-radius:14px;border:1px solid #edf0f4;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.05)}@media(max-width: 576px){.ilan-category-header{flex-direction:column}}.ilan-category-header__icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ilan-category-header__icon i{font-size:1.8rem}.ilan-category-header__icon--type{background:rgba(21,73,170,.1)}.ilan-category-header__icon--type i{color:#1549aa}.ilan-category-header__icon--yatili{background:rgba(21,73,170,.1)}.ilan-category-header__icon--yatili i{color:#1549aa}.ilan-category-header__icon--gunduzlu{background:rgba(34,197,94,.1)}.ilan-category-header__icon--gunduzlu i{color:#16a34a}.ilan-category-header__icon--part-time,.ilan-category-header__icon--parttime{background:rgba(168,85,247,.1)}.ilan-category-header__icon--part-time i,.ilan-category-header__icon--parttime i{color:#9333ea}.ilan-category-header__icon--donemsel{background:rgba(249,115,22,.1)}.ilan-category-header__icon--donemsel i{color:#ea580c}.ilan-category-header__content{flex:1;min-width:0}.ilan-category-header__content h2{font-size:1.35rem;font-weight:700;color:#212529;margin-bottom:8px}.ilan-category-header__content p{color:#6c757d;font-size:.9rem;line-height:1.7;margin:0}.ilan-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:#fff;border-radius:14px;border:2px dashed #e4e8ee;gap:12px}.ilan-no-results i{font-size:3rem;color:#c8cdd8}.ilan-no-results h3{font-size:1.2rem;font-weight:700;color:#212529;margin:0}.ilan-no-results p{font-size:.9rem;color:#6c757d;margin:0;max-width:340px}.ilan-load-more-wrap{display:flex;justify-content:center;margin-top:36px}.ilan-load-more-btn{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 32px;background:#fff;border:2px solid #1549aa;border-radius:30px;font-size:.9rem;font-weight:700;color:#1549aa;cursor:pointer;transition:all .25s ease}.ilan-load-more-btn i{font-size:1rem}.ilan-load-more-btn:hover:not(:disabled){background:#1549aa;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(21,73,170,.3)}.ilan-load-more-btn:disabled{opacity:.6;cursor:not-allowed}.ilan-loading{display:flex;justify-content:center;align-items:center;padding:60px 20px;grid-column:1/-1;font-size:2rem;color:#1549aa}.ilan-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:96px}.ilan-sidebar-widget{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.06)}.ilan-sidebar-widget--stats{background:linear-gradient(135deg, #1549aa 0%, rgb(14.2712041885, 49.6094240838, 115.5287958115) 100%)}.ilan-sidebar-widget--stats .ilan-sidebar-widget__header{background:rgba(0,0,0,0);border-bottom:1px solid hsla(0,0%,100%,.15)}.ilan-sidebar-widget--stats .ilan-sidebar-widget__header i,.ilan-sidebar-widget--stats .ilan-sidebar-widget__header h4{color:#fff}.ilan-sidebar-widget__header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f6f8fc;border-bottom:1px solid #edf0f4}.ilan-sidebar-widget__header i{font-size:1rem;color:#1549aa}.ilan-sidebar-widget__header h4{font-size:.95rem;font-weight:700;color:#212529;margin:0}.ilan-sidebar-widget__body{padding:18px}.ilan-sidebar-widget__body p{font-size:.855rem;color:#6c757d;line-height:1.7;margin-bottom:16px}.ilan-sidebar-widget--cta{background:#fff}.ilan-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.ilan-stat-item{padding:18px 16px;text-align:center;border-right:1px solid hsla(0,0%,100%,.12);border-bottom:1px solid hsla(0,0%,100%,.12)}.ilan-stat-item:nth-child(2n){border-right:none}.ilan-stat-item:nth-child(n+3){border-bottom:none}.ilan-stat-item__number{display:block;font-size:1.6rem;font-weight:800;color:#fff;line-height:1;margin-bottom:5px}.ilan-stat-item__label{font-size:.72rem;color:hsla(0,0%,100%,.75);font-weight:500;text-transform:uppercase;letter-spacing:.4px}.ilan-category-list{display:flex;flex-direction:column}.ilan-category-list a{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background .2s;text-decoration:none}.ilan-category-list a:last-child{border-bottom:none}.ilan-category-list a span:first-child{display:flex;align-items:center;gap:8px;font-size:.855rem;color:#212529;font-weight:500}.ilan-category-list a span:first-child i{width:16px;text-align:center;color:#6c757d;font-size:.85rem}.ilan-category-list a__count,.ilan-category-list a .ilan-category-list__count{font-size:.75rem;font-weight:700;color:#6c757d;background:#f1f3f6;border-radius:20px;padding:2px 8px}.ilan-category-list a:hover{background:rgba(21,73,170,.04)}.ilan-category-list a:hover span:first-child,.ilan-category-list a:hover span:first-child i{color:#1549aa}.ilan-category-list a.active,.ilan-category-list a[data-category=bebek-bakicisi]:hover{background:rgba(21,73,170,.07)}.ilan-category-list a.active span:first-child,.ilan-category-list a[data-category=bebek-bakicisi]:hover span:first-child{color:#1549aa;font-weight:700}.ilan-category-list a.active span:first-child i,.ilan-category-list a[data-category=bebek-bakicisi]:hover span:first-child i{color:#1549aa}.ilan-category-list a.active .ilan-category-list__count,.ilan-category-list a[data-category=bebek-bakicisi]:hover .ilan-category-list__count{background:#1549aa;color:#fff}.ilan-city-list{list-style:none;padding:0;margin:0}.ilan-city-list li{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background .2s}.ilan-city-list li:last-child{border-bottom:none}.ilan-city-list li span:first-child{font-size:.855rem;color:#212529;font-weight:500}.ilan-city-list li span:last-child{font-size:.75rem;font-weight:700;color:#6c757d}.ilan-city-list li:hover{background:rgba(21,73,170,.04)}.ilan-city-list li:hover span:first-child{color:#1549aa}.ilan-city-list li.active{background:rgba(21,73,170,.07)}.ilan-city-list li.active span:first-child{color:#1549aa;font-weight:700}.ilan-cta-widget{padding:24px 20px;text-align:center}.ilan-cta-widget__icon{width:56px;height:56px;border-radius:14px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.ilan-cta-widget__icon i{font-size:1.5rem;color:#1549aa}.ilan-cta-widget h4{font-size:1.05rem;font-weight:700;color:#212529;margin-bottom:8px}.ilan-cta-widget p{font-size:.855rem;color:#6c757d;line-height:1.6;margin-bottom:18px}.ilan-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 20px;background:rgba(21,73,170,.06);border:2px solid rgba(21,73,170,.2);border-radius:10px;font-size:1rem;font-weight:700;color:#1549aa;transition:all .25s ease}.ilan-contact-btn i{font-size:1rem}.ilan-contact-btn:hover{background:#1549aa;border-color:#1549aa;color:#fff}.bakici-detay-page{padding:50px 0 90px;background:#f6f8fc}.bakici-detay-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start}@media(max-width: 992px){.bakici-detay-layout{grid-template-columns:1fr}}.detay-apply-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #edf0f4;border-radius:12px;padding:14px 20px;margin-bottom:22px;box-shadow:0 2px 12px rgba(0,0,0,.06);flex-wrap:wrap;position:sticky;top:76px;z-index:80}.detay-apply-bar__info{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.9rem}.detay-apply-bar__info strong{color:#212529;font-size:.95rem}.detay-apply-bar__info span{color:#6c757d;display:flex;align-items:center;gap:5px;font-size:.82rem}.detay-apply-bar__info span i{color:#1549aa}.detay-apply-bar__badge{font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:20px;background:rgba(21,73,170,.1);color:#1549aa}.detay-apply-bar__btn{flex-shrink:0}.detay-apply-bar__btn i{margin-right:6px}.detay-summary-card{background:#fff;border-radius:14px;padding:22px 24px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;box-shadow:0 2px 14px rgba(0,0,0,.06)}.detay-summary-card__left{display:flex;align-items:flex-start;gap:18px}.detay-summary-card__avatar{width:60px;height:60px;border-radius:14px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detay-summary-card__avatar i{font-size:1.6rem;color:#1549aa}.detay-summary-card__title{font-size:1.25rem;font-weight:800;color:#212529;margin-bottom:10px;line-height:1.3}.detay-summary-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detay-summary-card__bookmark{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px;border:2px solid #e4e8ee;border-radius:10px;cursor:pointer;transition:all .25s;flex-shrink:0}.detay-summary-card__bookmark i{font-size:1.1rem;color:#6c757d;transition:color .2s}.detay-summary-card__bookmark span{font-size:.7rem;color:#6c757d;font-weight:600}.detay-summary-card__bookmark:hover,.detay-summary-card__bookmark.saved{border-color:#1549aa}.detay-summary-card__bookmark:hover i,.detay-summary-card__bookmark.saved i{color:#1549aa}.detay-summary-card__bookmark:hover span,.detay-summary-card__bookmark.saved span{color:#1549aa}.detay-summary-card__bookmark.saved{background:rgba(21,73,170,.05)}.detay-badge{display:inline-block;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.3px}.detay-badge--yatili{background:rgba(21,73,170,.1);color:#1549aa}.detay-badge--gunduzlu{background:rgba(34,197,94,.12);color:#16a34a}.detay-badge--category{background:#f1f3f6;color:#6c757d}.detay-badge--new{background:rgba(245,158,11,.12);color:#d97706}.detay-info-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin-bottom:20px}@media(max-width: 768px){.detay-info-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.detay-info-grid{grid-template-columns:1fr}}.detay-info-item{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:box-shadow .25s}.detay-info-item:hover{box-shadow:0 4px 18px rgba(0,0,0,.1)}.detay-info-item__icon{width:38px;height:38px;border-radius:9px;background:rgba(21,73,170,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detay-info-item__icon i{font-size:1rem;color:#1549aa}.detay-info-item__label{display:block;font-size:.72rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px}.detay-info-item__value{display:block;font-size:.88rem;font-weight:700;color:#212529}.detay-section{background:#fff;border-radius:14px;padding:28px;margin-bottom:20px;box-shadow:0 2px 14px rgba(0,0,0,.06)}.detay-section__title{font-size:1.05rem;font-weight:800;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:10px}.detay-section__title-accent{display:inline-block;width:4px;height:22px;background:#1549aa;border-radius:4px;flex-shrink:0}.detay-section__body p{font-size:1rem;color:#6c757d;line-height:1.85;margin-bottom:14px}.detay-section__body p:last-child{margin-bottom:0}.detay-section__body p strong{color:#212529}.detay-feature-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:10px 20px}@media(max-width: 768px){.detay-feature-list{grid-template-columns:1fr}}.detay-feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#212529;line-height:1.5}.detay-feature-list li i{color:#1549aa;font-size:.9rem;margin-top:2px;flex-shrink:0}.detay-requirements-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;margin-bottom:14px}@media(max-width: 768px){.detay-requirements-grid{grid-template-columns:1fr}}.detay-req-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;font-size:.85rem;font-weight:500}.detay-req-item i{font-size:.85rem;flex-shrink:0}.detay-req-item--required{background:rgba(21,73,170,.06);color:#212529;border:1px solid rgba(21,73,170,.15)}.detay-req-item--required i{color:#1549aa}.detay-req-item--preferred{background:rgba(245,158,11,.06);color:#212529;border:1px solid rgba(245,158,11,.2)}.detay-req-item--preferred i{color:#d97706}.detay-req-legend{display:flex;align-items:center;gap:20px;font-size:.78rem;color:#6c757d}.detay-req-legend span{display:flex;align-items:center;gap:6px}.detay-req-legend span i{font-size:.78rem;color:#1549aa}.detay-req-legend span:last-child i{color:#d97706}.detay-family-card{display:flex;align-items:flex-start;gap:18px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #edf0f4}@media(max-width: 768px){.detay-family-card{flex-direction:column}}.detay-family-card__avatar{width:56px;height:56px;border-radius:12px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detay-family-card__avatar i{font-size:1.4rem;color:#1549aa}.detay-family-card__info h4{font-size:1rem;font-weight:700;color:#212529;margin-bottom:8px}.detay-family-card__info p{font-size:.865rem;color:#6c757d;line-height:1.7;margin-bottom:14px}.detay-family-card__tags{display:flex;flex-wrap:wrap;gap:8px}.detay-family-card__tags span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:600;color:#6c757d;background:#fff;border:1px solid #e4e8ee;border-radius:20px;padding:4px 12px}.detay-family-card__tags span i{color:#1549aa;font-size:.78rem}.detay-contact-card{display:flex;align-items:center;gap:16px;padding:14px 18px;background:#f9f9fb;border:1px solid #edf0f4;border-radius:12px;transition:all .25s ease;text-decoration:none !important}.detay-contact-card:hover{background:#fff;border-color:#1549aa;box-shadow:0 4px 15px rgba(0,0,0,.05);transform:translateY(-2px)}.detay-contact-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detay-contact-card__icon--phone{background:rgba(21,73,170,.1);color:#1549aa}.detay-contact-card__icon--whatsapp{background:rgba(37,211,102,.1);color:#25d366}.detay-contact-card__icon i{font-size:1.4rem}.detay-contact-card__info{display:flex;flex-direction:column;gap:2px}.detay-contact-card__label{font-size:.8rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.detay-contact-card__value{font-size:1.1rem;font-weight:700;color:#212529}.bakici-detay-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:76px}.detay-sidebar-cta{background:#fff;border-radius:14px;padding:22px;box-shadow:0 2px 14px rgba(0,0,0,.08);border-top:4px solid #1549aa}.detay-sidebar-cta__header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.detay-sidebar-cta__badge{font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:20px;background:rgba(21,73,170,.1);color:#1549aa}.detay-sidebar-cta__title{font-size:.9rem;font-weight:700;color:#6c757d}.detay-sidebar-cta__location{font-size:.855rem;color:#6c757d;display:flex;align-items:center;gap:6px;margin-bottom:14px}.detay-sidebar-cta__location i{color:#1549aa}.detay-sidebar-cta__meta{display:flex;gap:16px;margin-bottom:16px}.detay-sidebar-cta__meta div{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#6c757d}.detay-sidebar-cta__meta div i{color:#1549aa;font-size:.8rem}.detay-sidebar-cta__share{margin-top:16px;padding-top:16px;border-top:1px solid #f0f2f5;display:flex;align-items:center;justify-content:space-between}.detay-sidebar-cta__share span{font-size:.78rem;color:#6c757d;font-weight:600}.detay-share-btns{display:flex;gap:8px}.detay-share-btn{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .25s}.detay-share-btn--whatsapp{background:rgba(37,211,102,.1);color:#25d366}.detay-share-btn--whatsapp:hover{background:#25d366;color:#fff}.detay-share-btn--facebook{background:rgba(24,119,242,.1);color:#1877f2}.detay-share-btn--facebook:hover{background:#1877f2;color:#fff}.detay-share-btn--copy{background:rgba(108,117,125,.08);color:#6c757d}.detay-share-btn--copy:hover{background:#212529;color:#fff}.detay-sidebar-widget{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.06)}.detay-sidebar-widget__header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f6f8fc;border-bottom:1px solid #edf0f4}.detay-sidebar-widget__header i{font-size:1rem;color:#1549aa}.detay-sidebar-widget__header h4{font-size:.95rem;font-weight:700;color:#212529;margin:0}.detay-sidebar-widget__body{padding:18px}.detay-sidebar-widget__body p{font-size:.855rem;color:#6c757d;line-height:1.7;margin-bottom:14px}.detay-sidebar-widget--tips .detay-sidebar-widget__header i{color:#f59e0b}.detay-similar-list{padding:8px 0}.detay-similar-item{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid #f5f7fa;transition:background .2s}.detay-similar-item:last-child{border-bottom:none}.detay-similar-item:hover{background:rgba(21,73,170,.03)}.detay-similar-item__avatar{width:38px;height:38px;border-radius:9px;background:rgba(21,73,170,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detay-similar-item__avatar i{font-size:1rem;color:#1549aa}.detay-similar-item__avatar--green{background:rgba(34,197,94,.1)}.detay-similar-item__avatar--green i{color:#22c55e}.detay-similar-item__avatar--orange{background:rgba(249,115,22,.1)}.detay-similar-item__avatar--orange i{color:#f97316}.detay-similar-item__avatar--indigo{background:rgba(99,102,241,.1)}.detay-similar-item__avatar--indigo i{color:#6366f1}.detay-similar-item__info{flex:1;min-width:0}.detay-similar-item__info strong{display:block;font-size:.82rem;font-weight:700;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detay-similar-item__info span{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#6c757d;margin-top:2px}.detay-similar-item__info span i{font-size:.7rem;color:#1549aa}.detay-similar-item__badge{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:12px;background:rgba(21,73,170,.1);color:#1549aa;flex-shrink:0;white-space:nowrap}.detay-similar-item__badge--yatili{background:rgba(21,73,170,.1);color:#1549aa}.detay-similar-item__badge--gunduzlu{background:rgba(34,197,94,.1);color:#16a34a}.detay-similar-item__badge--parttime{background:rgba(168,85,247,.1);color:#9333ea}.detay-similar-item__badge--donemsel{background:rgba(249,115,22,.1);color:#ea580c}.detay-similar-item__badge--diger{background:rgba(100,116,139,.1);color:#475569}.detay-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid #f0f2f6}.detay-tag{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;border:1.5px solid #e4e8ee;background:#fff;font-size:.8rem;font-weight:600;color:#6c757d;text-decoration:none;transition:all .2s ease}.detay-tag i{font-size:.75rem}.detay-tag:hover{border-color:#1549aa;color:#1549aa;background:rgba(21,73,170,.04)}.detay-all-listings-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;font-size:.82rem;font-weight:700;color:#1549aa;border-top:1px solid #edf0f4;transition:background .2s}.detay-all-listings-btn i{font-size:.75rem;transition:transform .25s}.detay-all-listings-btn:hover{background:rgba(21,73,170,.04)}.detay-all-listings-btn:hover i{transform:translateX(3px)}.detay-tips-list{list-style:none;padding:16px 18px;margin:0;display:flex;flex-direction:column;gap:10px}.detay-tips-list li{display:flex;align-items:flex-start;gap:10px;font-size:.855rem;color:#212529;line-height:1.5}.detay-tips-list li i{color:#22c55e;font-size:.85rem;margin-top:2px;flex-shrink:0}.blog-detail-page{background-color:#f8f9fa;padding:60px 0}.blog-post-header{margin-bottom:40px}.blog-post-header__category{display:inline-block;background:rgba(21,73,170,.1);color:#1549aa;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;margin-bottom:15px}.blog-post-header__title{font-size:2.5rem;font-weight:800;color:#212529;line-height:1.3;margin-bottom:20px}@media(max-width: 768px){.blog-post-header__title{font-size:2rem}}.blog-post-header__meta{display:flex;align-items:center;gap:20px;color:#6c757d;font-size:.95rem;flex-wrap:wrap}.blog-post-header__meta span{display:flex;align-items:center;gap:8px}.blog-post-header__meta span i{color:#1549aa}.blog-post-header__image{margin-top:30px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}.blog-post-header__image img{width:100%;height:auto;object-fit:cover;display:block}.blog-content{background:#fff;padding:40px;border-radius:20px;box-shadow:0 2px 20px rgba(0,0,0,.04);margin-bottom:40px}@media(max-width: 768px){.blog-content{padding:24px}}.blog-content p{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:24px}.blog-content h2,.blog-content h3,.blog-content h4{color:#212529;font-weight:700;margin:35px 0 20px 0}.blog-content h2{font-size:1.8rem}.blog-content h3{font-size:1.5rem}.blog-content blockquote{background:#f8fafc;border-left:5px solid #1549aa;padding:24px 30px;margin:30px 0;border-radius:0 12px 12px 0;font-style:italic;font-size:1.15rem;color:#2b3a4a}.blog-content blockquote p{margin-bottom:0;color:inherit}.blog-content blockquote::before{content:"";font-family:"Font Awesome 5 Pro",serif;font-weight:900;color:rgba(21,73,170,.2);font-size:2rem;position:absolute;margin-left:-15px;margin-top:-10px}.blog-content ul,.blog-content ol{margin-bottom:24px;padding-left:20px}.blog-content ul li,.blog-content ol li{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:10px}.blog-content img{max-width:100%;border-radius:12px;margin:20px 0}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid #edf2f7;margin-top:40px;flex-wrap:wrap;gap:20px}.blog-post-footer .blog-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.blog-post-footer .blog-tags span{font-weight:600;color:#212529;margin-right:5px}.blog-post-footer .blog-tags a{background:#f1f5f9;color:#6c757d;padding:6px 14px;border-radius:20px;font-size:.85rem;transition:all .3s ease}.blog-post-footer .blog-tags a:hover{background:#1549aa;color:#fff;text-decoration:none}.blog-post-footer .blog-share{display:flex;align-items:center;gap:15px}.blog-post-footer .blog-share span{font-weight:600;color:#212529}.blog-post-footer .blog-share .share-links{display:flex;gap:10px}.blog-post-footer .blog-share .share-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f1f5f9;color:#6c757d;transition:all .3s ease}.blog-post-footer .blog-share .share-links a i{font-size:1rem}.blog-post-footer .blog-share .share-links a:hover{color:#fff;transform:translateY(-2px)}.blog-post-footer .blog-share .share-links a.facebook:hover{background:#3b5998}.blog-post-footer .blog-share .share-links a.twitter:hover{background:#1da1f2}.blog-post-footer .blog-share .share-links a.whatsapp:hover{background:#25d366}.blog-post-footer .blog-share .share-links a.linkedin:hover{background:#0077b5}.blog-author{display:flex;background:#f8fafc;border-radius:16px;padding:30px;margin-bottom:50px;gap:25px}@media(max-width: 768px){.blog-author{flex-direction:column;text-align:center}}.blog-author__avatar{flex-shrink:0;width:90px;height:90px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.05)}@media(max-width: 768px){.blog-author__avatar{margin:0 auto}}.blog-author__avatar img{width:100%;height:100%;object-fit:cover}.blog-author__info h4{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:8px}.blog-author__info p{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:15px}.blog-author__social{display:flex;gap:12px}@media(max-width: 768px){.blog-author__social{justify-content:center}}.blog-author__social a{color:#a0aec0;font-size:1.1rem;transition:color .3s}.blog-author__social a:hover{color:#1549aa}.blog-comments-area{margin-bottom:50px}.blog-comments-area .comments-title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:30px;display:flex;align-items:center;gap:10px}.blog-comments-area .comments-title::after{content:"";flex-grow:1;height:1px;background:#edf2f7;margin-left:15px}.comment-list{list-style:none;padding:0;margin:0}.comment-list .comment{margin-bottom:30px}.comment-list .comment-body{display:flex;gap:20px;background:#fff;padding:25px;border-radius:16px;box-shadow:0 2px 15px rgba(0,0,0,.03)}@media(max-width: 576px){.comment-list .comment-body{flex-direction:column;gap:15px}}.comment-list .comment-avatar{flex-shrink:0;width:60px;height:60px;border-radius:50%;overflow:hidden}.comment-list .comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-list .comment-content{flex-grow:1}.comment-list .comment-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}@media(max-width: 576px){.comment-list .comment-meta{flex-direction:column;align-items:flex-start;gap:5px}}.comment-list .comment-meta .comment-author{font-size:1.1rem;font-weight:700;color:#212529}.comment-list .comment-meta .comment-date{font-size:.85rem;color:#a0aec0}.comment-list .comment-text{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:15px}.comment-list .comment .comment-reply-link{font-size:.85rem;font-weight:600;color:#1549aa;background:rgba(21,73,170,.1);padding:5px 12px;border-radius:15px;transition:all .3s ease;cursor:pointer;border:none}.comment-list .comment .comment-reply-link:hover{background:#1549aa;color:#fff;text-decoration:none}.comment-list .comment .children{list-style:none;padding-left:60px;margin-top:30px}@media(max-width: 768px){.comment-list .comment .children{padding-left:20px}}.comment-respond{background:#fff;padding:35px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.04)}.comment-respond .reply-title{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:10px}.comment-respond .comment-notes{color:#6c757d;font-size:.9rem;margin-bottom:25px}.comment-respond .form-control{border-radius:10px;border:1px solid #e2e8f0;padding:12px 18px;background-color:#f8fafc;transition:all .3s}.comment-respond .form-control:focus{background-color:#fff;border-color:#1549aa;box-shadow:0 0 0 3px rgba(21,73,170,.1)}.comment-respond .submit-btn{background:#1549aa;color:#fff;border:none;padding:14px 30px;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer}.comment-respond .submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(21,73,170,.3)}.blog-sidebar{position:sticky;top:96px}.blog-sidebar .widget{background:#fff;border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 2px 15px rgba(0,0,0,.03)}.blog-sidebar .widget__title{font-size:1.2rem;font-weight:700;color:#212529;margin-bottom:20px;position:relative;padding-bottom:12px}.blog-sidebar .widget__title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#1549aa;border-radius:2px}.blog-sidebar .widget-search form{position:relative}.blog-sidebar .widget-search form input{width:100%;padding:12px 45px 12px 15px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;transition:all .3s}.blog-sidebar .widget-search form input:focus{background:#fff;border-color:#1549aa;outline:none}.blog-sidebar .widget-search form button{position:absolute;right:0;top:0;height:100%;background:rgba(0,0,0,0);border:none;color:#6c757d;padding:0 15px;cursor:pointer;transition:color .3s}.blog-sidebar .widget-search form button:hover{color:#1549aa}.blog-sidebar .widget-categories ul{list-style:none;padding:0;margin:0}.blog-sidebar .widget-categories ul li{margin-bottom:10px}.blog-sidebar .widget-categories ul li:last-child{margin-bottom:0}.blog-sidebar .widget-categories ul li a{display:flex;justify-content:space-between;align-items:center;color:#4a5568;padding:8px 0;border-bottom:1px dashed #e2e8f0;transition:all .3s}.blog-sidebar .widget-categories ul li a span{background:#f1f5f9;padding:2px 10px;border-radius:20px;font-size:.8rem;font-weight:600;color:#6c757d;transition:all .3s}.blog-sidebar .widget-categories ul li a:hover{color:#1549aa;padding-left:5px;text-decoration:none}.blog-sidebar .widget-categories ul li a:hover span{background:#1549aa;color:#fff}.blog-sidebar .widget-recent-posts .recent-post{display:flex;align-items:center;gap:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #edf2f7}.blog-sidebar .widget-recent-posts .recent-post:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.blog-sidebar .widget-recent-posts .recent-post__img{width:70px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0}.blog-sidebar .widget-recent-posts .recent-post__img img{width:100%;height:100%;object-fit:cover}.blog-sidebar .widget-recent-posts .recent-post__info h4{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:5px}.blog-sidebar .widget-recent-posts .recent-post__info h4 a{color:#212529;transition:color .3s}.blog-sidebar .widget-recent-posts .recent-post__info h4 a:hover{color:#1549aa;text-decoration:none}.blog-sidebar .widget-recent-posts .recent-post__info .date{font-size:.8rem;color:#a0aec0;display:flex;align-items:center;gap:5px}.blog-sidebar .widget-tags .tagcloud{display:flex;flex-wrap:wrap;gap:8px}.blog-sidebar .widget-tags .tagcloud a{background:#f1f5f9;color:#4a5568;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500;transition:all .3s}.blog-sidebar .widget-tags .tagcloud a:hover{background:#1549aa;color:#fff;text-decoration:none}.pagination-container{margin-top:40px;margin-bottom:20px}.pagination{display:flex;justify-content:center;gap:10px}.pagination .page-item a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#f8fafc;color:#4a5568;font-weight:600;transition:all .3s ease;text-decoration:none;border:1px solid #edf2f7}.pagination .page-item a:hover{background:#1549aa;color:#fff;border-color:#1549aa}.pagination .page-item.active a{background:#1549aa;color:#fff;border-color:#1549aa}.page-hero-form{position:relative;height:250px;display:flex;align-items:center;background:url("../../assets/img/slider/1.jpg") center/cover no-repeat}.page-hero-form::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(21, 73, 170, 0.85) 0%, rgba(12, 43, 101, 0.8) 100%)}.page-hero-form .container{position:relative;z-index:2;color:#fff}.page-hero-form__title{font-size:2.5rem;font-weight:800;margin-bottom:10px;color:#fff}.page-hero-form__desc{font-size:1.1rem;opacity:.9}.custom-form-section{padding:60px 0 80px;background-color:#f9f9fb}.custom-form-wrapper{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 40px rgba(0,0,0,.06);border:1px solid #edf0f4}@media(max-width: 768px){.custom-form-wrapper{padding:30px 20px}}.custom-form-wrapper__header{text-align:center;margin-bottom:40px}.custom-form-wrapper__header h3{font-size:1.8rem;font-weight:800;color:#1549aa;margin-bottom:15px}.custom-form-wrapper__header p{color:#6c757d;font-size:1rem;line-height:1.6;margin:0}.custom-form__section-title{font-size:1rem;font-weight:700;color:#1549aa;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #edf0f4}.custom-form__section-title:first-of-type{margin-top:0}.custom-form .form-group{margin-bottom:25px}.custom-form .form-group label{font-size:.95rem;font-weight:600;color:#212529;margin-bottom:8px;display:block}.custom-form .form-group label span{color:#e74c3c;margin-left:3px}.custom-form .form-group .form-control,.custom-form .form-group .form-select{width:100%;padding:14px 18px;border:2px solid #edf0f4;border-radius:10px;background:#fdfdfd;font-size:1rem;color:#212529;transition:all .3s ease}.custom-form .form-group .form-control:focus,.custom-form .form-group .form-select:focus{outline:none;border-color:#1549aa;box-shadow:0 0 0 3px rgba(21,73,170,.1);background:#fff}.custom-form .form-group .form-control::placeholder,.custom-form .form-group .form-select::placeholder{color:#aeb4be}.custom-form .form-group textarea.form-control{min-height:120px;resize:vertical}.custom-form .checkbox-group .custom-checkbox,.custom-form .form-group .custom-checkbox{position:relative;display:flex;align-items:center;cursor:pointer}.custom-form .checkbox-group .custom-checkbox input,.custom-form .form-group .custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-form .checkbox-group .custom-checkbox input:checked~.checkmark,.custom-form .form-group .custom-checkbox input:checked~.checkmark{background-color:#1549aa;border-color:#1549aa}.custom-form .checkbox-group .custom-checkbox input:checked~.checkmark:after,.custom-form .form-group .custom-checkbox input:checked~.checkmark:after{display:block}.custom-form .checkbox-group .custom-checkbox .checkmark,.custom-form .form-group .custom-checkbox .checkmark{position:relative;top:0;left:0;height:22px;width:22px;background-color:#fff;border:2px solid #edf0f4;border-radius:6px;margin-right:12px;transition:all .2s}.custom-form .checkbox-group .custom-checkbox .checkmark:after,.custom-form .form-group .custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-form .checkbox-group .custom-checkbox .checkbox-label,.custom-form .form-group .custom-checkbox .checkbox-label{font-size:.95rem;font-weight:500;color:#4a5568;user-select:none}.custom-form .checkbox-group .custom-checkbox:hover input~.checkmark,.custom-form .form-group .custom-checkbox:hover input~.checkmark{border-color:#1549aa}.custom-form .checkbox-group{display:grid;grid-template-columns:repeat(2, 1fr);gap:15px;margin-top:10px}@media(max-width: 576px){.custom-form .checkbox-group{grid-template-columns:1fr}}.custom-form .form-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg, #1549aa 0%, #0c2b65 100%);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:15px;box-shadow:0 4px 15px rgba(21,73,170,.3)}.custom-form .form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(21,73,170,.4)}.custom-form .form-submit-btn:active{transform:translateY(0)}.custom-form .form-submit-btn i{margin-right:8px}.custom-form .file-upload-wrapper{position:relative;text-align:center;padding:40px 20px;border:2px dashed #edf0f4;border-radius:12px;background:#fdfdfd;transition:all .3s ease;cursor:pointer}.custom-form .file-upload-wrapper:hover{border-color:#1549aa;background:rgba(21,73,170,.02)}.custom-form .file-upload-wrapper:hover i{color:#1549aa;transform:translateY(-3px)}.custom-form .file-upload-wrapper input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.custom-form .file-upload-wrapper i{font-size:2.5rem;color:#aeb4be;margin-bottom:12px;display:block;transition:all .3s ease}.custom-form .file-upload-wrapper .upload-text{font-size:1rem;font-weight:600;color:#212529;margin-bottom:5px}.custom-form .file-upload-wrapper .upload-hint{font-size:.85rem;color:#6c757d}.custom-form .file-upload-wrapper .file-name-preview{display:none;margin-top:15px;font-size:.9rem;color:#1549aa;font-weight:600}.custom-form .file-upload-wrapper .file-name-preview.has-file{display:block}.custom-form .location-repeater__row{margin-bottom:12px}.custom-form .select2-container{width:100% !important;margin-bottom:0;vertical-align:middle}.custom-form .select2-container--default .select2-selection--single{height:auto;min-height:calc(1.5em + .75rem + 4px);padding:0;border:1px solid #dee2e6;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-form .select2-container--default .select2-selection--single .select2-selection__rendered{padding:.6rem 2.5rem .6rem .875rem;line-height:1.5;color:#212529;font-size:1rem}.custom-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;top:0;right:.75rem;width:1.25rem}.custom-form .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#6c757d rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.35em .3em 0 .3em;margin-left:-0.3em;margin-top:-0.15em}.custom-form .select2-container--default .select2-selection--single .select2-selection__clear{color:#6c757d;font-size:1.1rem;margin-right:.35rem;font-weight:400;line-height:1}.custom-form .select2-container--default .select2-selection--single .select2-selection__clear:hover{color:#212529}.custom-form .select2-container--default.select2-container--focus .select2-selection--single,.custom-form .select2-container--default.select2-container--open .select2-selection--single{border-color:#1549aa;box-shadow:0 0 0 .25rem rgba(21,73,170,.2);outline:0}.custom-form .select2-container--default .select2-selection--multiple{min-height:calc(1.5em + .75rem + 4px);padding:.35rem .5rem;border:1px solid #dee2e6;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:0;margin:0;list-style:none}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:0;padding:.25rem .5rem .25rem .35rem;font-size:.875rem;font-weight:500;line-height:1.4;color:#fff;background-color:#1549aa;border:none;border-radius:.35rem}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:hsla(0,0%,100%,.85);font-weight:600;margin-right:.25rem;border:none;padding:0 .15rem;position:relative}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff;background:rgba(0,0,0,0)}.custom-form .select2-container--default .select2-selection--multiple .select2-search--inline{float:none;margin:0;min-width:6rem;flex:1 1 6rem}.custom-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{margin:0;padding:.35rem .25rem;min-height:1.75rem;border:none;box-shadow:none;font-size:1rem;color:#212529;background:rgba(0,0,0,0)}.custom-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder{color:#6c757d}.custom-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:focus{outline:none}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__clear{margin-top:.15rem;margin-right:.25rem;color:#6c757d;font-size:1.1rem}.custom-form .select2-container--default .select2-selection--multiple .select2-selection__clear:hover{color:#212529}.custom-form .select2-container--default.select2-container--focus .select2-selection--multiple,.custom-form .select2-container--default.select2-container--open .select2-selection--multiple{border-color:#1549aa;box-shadow:0 0 0 .25rem rgba(21,73,170,.2);outline:0}.custom-form .select2-dropdown{border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.12);overflow:hidden;background-color:#fff;z-index:1060}.custom-form .select2-search--dropdown{padding:.5rem .625rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.custom-form .select2-search--dropdown .select2-search__field{width:100% !important;padding:.5rem .75rem;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #dee2e6;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-form .select2-search--dropdown .select2-search__field:focus{border-color:#1549aa;box-shadow:0 0 0 .2rem rgba(21,73,170,.2);outline:0}.custom-form .select2-results{font-size:1rem}.custom-form .select2-results>.select2-results__options{max-height:260px}.custom-form .select2-results__option{padding:.625rem .875rem;color:#212529}.custom-form .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#1549aa !important;color:#fff !important}.custom-form .select2-container--default .select2-results__option[aria-selected=true]{background-color:rgba(21,73,170,.1);color:#0c2b65}.custom-form .select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted{background-color:#1549aa !important;color:#fff !important}.custom-form .select2-results__message{padding:.75rem .875rem;color:#6c757d;font-size:.9375rem}.custom-form .select2-container .select2-selection.is-invalid{border-color:#dc3545 !important;box-shadow:0 0 0 .2rem rgba(220,53,69,.12)}.header-btn-small{padding:6px 12px !important;font-size:.78rem !important}@media(max-width: 1199px){.header-action-buttons{display:none !important}}.about-section{padding:80px 0;background-color:#fff}.about-section__content h2{font-size:2.2rem;font-weight:800;color:#212529;margin-bottom:20px}.about-section__content p{font-size:1rem;color:#6c757d;line-height:1.8;margin-bottom:20px}.about-section__image{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-section__image img{width:100%;height:auto;border-radius:8px}.about-features{padding:60px 0;background-color:#f9f9fb}.about-features .feature-box{background:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.05);height:100%;transition:all .3s ease-in-out}.about-features .feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.about-features .feature-box__icon{width:60px;height:60px;background:rgba(21,73,170,.1);color:#1549aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}.about-features .feature-box__title{font-size:1.25rem;font-weight:700;margin-bottom:15px;color:#212529}.about-features .feature-box__desc{font-size:.95rem;color:#6c757d;line-height:1.6}.about-stats{padding:80px 0;background:linear-gradient(135deg, #1549aa 0%, rgb(14.2712041885, 49.6094240838, 115.5287958115) 100%);color:#fff}.about-stats .stat-item{text-align:center;padding:20px}.about-stats .stat-item__number{font-size:3rem;font-weight:800;margin-bottom:10px;display:block}.about-stats .stat-item__label{font-size:1.1rem;font-weight:600;opacity:.9}.about-process{padding:80px 0;background-color:#fff}.about-process .process-step{text-align:center;margin-bottom:30px}.about-process .process-step__number{width:80px;height:80px;background:#1549aa;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 20px;position:relative;z-index:2;box-shadow:0 5px 15px rgba(21,73,170,.4)}.about-process .process-step__title{font-size:1.25rem;font-weight:700;margin-bottom:15px;color:#212529}.about-process .process-step__desc{font-size:.95rem;color:#6c757d;line-height:1.7}.contact-section{padding:80px 0;background-color:#f9f9fb}.contact-section .contact-info-card{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.05);height:100%;text-align:center;transition:all .3s ease-in-out}.contact-section .contact-info-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.08)}.contact-section .contact-info-card__icon{width:80px;height:80px;background:rgba(21,73,170,.1);color:#1549aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 25px}.contact-section .contact-info-card__title{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:15px}.contact-section .contact-info-card__content{font-size:1.05rem;color:#6c757d;line-height:1.6}.contact-section .contact-info-card__content a{color:#1549aa;font-weight:600;transition:color .2s ease}.contact-section .contact-info-card__content a:hover{color:rgb(12.5890052356,43.7617801047,101.9109947644);text-decoration:underline}.contact-section .contact-form-wrapper{background:#fff;padding:50px;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.05)}.contact-section .contact-form-wrapper__header{margin-bottom:35px;text-align:center}.contact-section .contact-form-wrapper__header h3{font-size:2rem;font-weight:800;color:#212529;margin-bottom:15px}.contact-section .contact-form-wrapper__header p{color:#6c757d;font-size:1.05rem}.faq-section{padding:80px 0;background-color:#f9f9fb}.faq-section__header{text-align:center;margin-bottom:50px}.faq-section__header h2{font-size:2.2rem;font-weight:800;color:#212529;margin-bottom:15px}.faq-section__header p{font-size:1.1rem;color:#6c757d}.faq-accordion .faq-item{background:#fff;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.03);margin-bottom:20px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.faq-accordion .faq-item__header{padding:20px 25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;transition:all .3s ease-in-out;user-select:none}.faq-accordion .faq-item__header h3{font-size:1.2rem;font-weight:700;color:#212529;margin:0;transition:color .3s ease}.faq-accordion .faq-item__header .icon{width:35px;height:35px;background:rgba(21,73,170,.1);color:#1549aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:transform .3s ease,background .3s ease,color .3s ease}.faq-accordion .faq-item__header:hover{background:rgba(21,73,170,.02)}.faq-accordion .faq-item__header:hover h3{color:#1549aa}.faq-accordion .faq-item__body{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.faq-accordion .faq-item__body-inner{padding:0 25px 25px;color:#6c757d;font-size:1rem;line-height:1.7}.faq-accordion .faq-item.active{border-color:rgba(21,73,170,.2);box-shadow:0 10px 30px rgba(0,0,0,.08)}.faq-accordion .faq-item.active .faq-item__header h3{color:#1549aa}.faq-accordion .faq-item.active .faq-item__header .icon{background:#1549aa;color:#fff;transform:rotate(180deg)}.faq-accordion .faq-item.active .faq-item__body{max-height:1000px;transition:max-height .6s ease-in}.faq-cta{padding:60px 0;background:#fff}.faq-cta .cta-card{padding:40px;background:linear-gradient(135deg, #1549aa 0%, rgb(15.3926701571, 53.5078534031, 124.6073298429) 100%);border-radius:8px;color:#fff;text-align:center;box-shadow:0 10px 30px rgba(21,73,170,.3)}.faq-cta .cta-card h3{font-size:1.8rem;font-weight:800;margin-bottom:15px;color:#fff}.faq-cta .cta-card p{font-size:1.05rem;opacity:.9;margin-bottom:25px}.faq-cta .cta-card .btn-custom{padding:12px 30px;font-size:1rem;background:#fff;color:#1549aa;border-color:#fff}.faq-cta .cta-card .btn-custom:hover{background:rgba(0,0,0,0);color:#fff;border-color:#fff}.payment-page{padding:60px 0 80px;background-color:#f9f9fb}.payment-page__container{max-width:720px;margin:0 auto}.payment-page__card{background:#fff;border-radius:16px;padding:32px 36px;box-shadow:0 10px 40px rgba(0,0,0,.06);border:1px solid #edf0f4;margin-bottom:24px}@media(max-width: 576px){.payment-page__card{padding:24px 20px}}.payment-page__title{font-size:1.75rem;font-weight:800;color:#1549aa;margin-bottom:8px}.payment-page__lead{color:#6c757d;font-size:1rem;margin-bottom:0}.payment-page__summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f4;font-size:1rem}.payment-page__summary-row:last-of-type{border-bottom:none}.payment-page__summary-row--total{font-weight:800;font-size:1.15rem;color:#212529;margin-top:8px;padding-top:16px;border-top:2px solid #1549aa}.payment-page__label{color:#6c757d}.payment-page__value{font-weight:600;color:#212529;text-align:right;max-width:65%}.payment-page__section-title{font-size:1rem;font-weight:700;color:#1549aa;margin:28px 0 16px;padding-bottom:8px;border-bottom:2px solid #edf0f4}.payment-page .form-label{font-weight:600;color:#212529;margin-bottom:6px}.payment-page .form-control{border:2px solid #edf0f4;border-radius:10px;padding:12px 16px}.payment-page .form-control:focus{border-color:#1549aa;box-shadow:0 0 0 3px rgba(21,73,170,.1)}.payment-page__row-expiry{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-page__submit{width:100%;margin-top:24px;padding:16px;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg, #1549aa 0%, #0c2b65 100%);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(21,73,170,.3)}.payment-page__submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(21,73,170,.35)}.payment-page__alert{border-radius:10px;padding:14px 18px;margin-bottom:20px;font-size:.95rem}.payment-page__alert--error{background:#fdecea;color:#842029;border:1px solid #f5c2c7}.payment-page__alert--success{background:#d1e7dd;color:#0f5132;border:1px solid #badbcc}.payment-page__muted{font-size:.9rem;color:#6c757d;margin-top:16px;line-height:1.5}
